.bento-hub-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: calc(85vh - 50px); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
.bento-hub-header { font-size: 2.5rem; font-weight: 700; color: #1d2327; margin-bottom: 30px; display: flex; align-items: center; gap: 10px; }
.bento-hub-badge { background: #2271b1; color: white; font-size: 0.9rem; padding: 4px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; vertical-align: middle; }
.bento-hub-card { background: #fff; padding: 60px; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.05); text-align: center; max-width: 800px; width: 100%; box-sizing: border-box; }
.bento-hub-headline { font-size: 1.6rem; font-weight: 600; color: #1d2327; margin: 0 0 20px 0; line-height: 1.4; }
.bento-hub-subtext { font-size: 1.1rem; color: #646970; margin: 0 0 45px 0; }
.bento-hub-links { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.bento-hub-link { text-decoration: none; color: #2271b1; font-weight: 500; display: flex; align-items: center; gap: 8px; font-size: 1.1rem; transition: color 0.2s; }
.bento-hub-link:hover { color: #135e96; text-decoration: underline; }
.bento-hub-link .dashicons { font-size: 22px; width: 22px; height: 22px; }