.bento-grid{display:grid;gap:6px}.bento-grid-2{grid-template-columns:repeat(2,1fr)}.bento-grid-3{grid-template-columns:repeat(3,1fr)}.bento-grid-4{grid-template-columns:repeat(4,1fr)}.bento-card{background:var(--surface,#fff);border-radius:18px;padding:18px 22px;box-shadow:0 1px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;min-width:0}.bento-dark .bento-card,[data-theme=dark] .bento-card{background:#1a1a1a;box-shadow:none}.bento-hero{position:relative;overflow:hidden}.bento-hero::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1d1d1f,#6e6e73,#1d1d1f)}.bento-dark .bento-hero::before,[data-theme=dark] .bento-hero::before{background:linear-gradient(90deg,#48484a,#a1a1a6,#48484a)}.bento-hero-title{font-size:clamp(24px,3vw,36px);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--text-primary,#1d1d1f)}.bento-dark .bento-hero-title,.bento-dark .bento-stat-value.bento-accent-plain,[data-theme=dark] .bento-hero-title,[data-theme=dark] .bento-stat-value.bento-accent-plain{color:#f5f5f7}.bento-stat-value{font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--accent,#0071e3);font-variant-numeric:tabular-nums}.bento-dark .bento-stat-value,[data-theme=dark] .bento-stat-value{color:#2997ff}.bento-stat-value.is-compact{font-size:32px}.bento-stat-label{font-size:13px;color:var(--text-secondary,#6e6e73);margin-top:6px;line-height:1.4}.bento-dark .bento-stat-label,[data-theme=dark] .bento-stat-label{color:#888}.bento-stat-value.bento-accent-green{color:var(--success,#34d399)}.bento-stat-value.bento-accent-cyan{color:#64d2ff}.bento-stat-value.bento-accent-red{color:var(--error,#ff453a)}.bento-stat-value.bento-accent-plain{color:var(--text-primary,#1d1d1f)}.bento-pills{display:flex;flex-wrap:wrap;gap:5px}.bento-pill{display:inline-block;font-size:11px;font-weight:500;color:#6e6e73;background:#f0f0f2;border-radius:100px;padding:3px 9px;white-space:nowrap}.bento-dark .bento-pill,[data-theme=dark] .bento-pill{background:#2a2a2d;color:#a1a1a6}.bento-quote{background:#1d1d1f;color:#f5f5f7;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.4}.bento-quote em{font-style:normal;color:var(--success,#30d158)}.bento-dark .bento-quote,[data-theme=dark] .bento-quote{background:linear-gradient(145deg,#0a1628,#0d0d0d)}.bento-highlight{background:linear-gradient(145deg,#0071e3 0,#2997ff 60%,#64d2ff 100%)}.bento-highlight .bento-stat-value{color:#fff;font-size:72px}.bento-highlight .bento-stat-label{color:rgba(255,255,255,.85)}.bento-span-2{grid-column:span 2}.bento-row-2{grid-row:span 2}@media (max-width:900px){.bento-grid-3,.bento-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:734px){.bento-stat-value{font-size:36px}.bento-highlight .bento-stat-value{font-size:48px}.bento-quote{font-size:16px}.bento-span-2{grid-column:auto}}@media (max-width:480px){.bento-grid-3,.bento-grid-4{grid-template-columns:1fr 1fr}.bento-quote,.bento-span-2{grid-column:1/-1}}