@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-dark:#1e1a17;--bg-darker:#13100e;--bg-light:#e6dfd8;--bg-cream:#f5f0ea;--text-dark:#2a2420;--text-light:#f5f0ea;--text-muted-dark:#6b5e55;--text-muted-light:#a3968b;--border-light:#ffffff1a;--border-dark:#0000001a;--primary-color:#8c7a6b;--primary-hover:#a3968b;--shadow-bento:0 40px 80px #0006;--radius-sm:1rem;--radius-md:1.5rem;--radius-lg:2rem;--radius-xl:3rem;--font-family:"Inter", sans-serif;--transition:all .4s cubic-bezier(.25, 1, .5, 1)}@media (width<=768px){:root{--radius-sm:.75rem;--radius-md:1rem;--radius-lg:1.25rem;--radius-xl:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-dark);color:var(--text-light);-webkit-font-smoothing:antialiased;background-image:url(/bg.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}@media (width<=768px){body{align-items:flex-start;padding:.5rem}}#root{width:100%}.bento-app-shell{-webkit-backdrop-filter:blur(25px);border-radius:var(--radius-xl);width:100%;max-width:1400px;box-shadow:var(--shadow-bento);border:1px solid var(--border-light);background:#1e1a17d9;flex-direction:column;min-height:85vh;margin:0 auto;padding:2rem;display:flex}@media (width<=768px){.bento-app-shell{min-height:98vh;padding:1rem}}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin-bottom:.5rem;font-weight:600}p{font-weight:400;line-height:1.5}button{cursor:pointer;font-family:var(--font-family);transition:var(--transition);border:none;outline:none;font-weight:500}.btn-pill{color:var(--text-light);background-color:#ffffff1a;border:1px solid #0000;border-radius:3rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;display:inline-flex}.btn-pill:hover{background-color:#fff3}.btn-pill.dark{background-color:var(--bg-darker);color:var(--text-light)}.btn-pill.dark:hover{background-color:#000}.btn-pill.light{background-color:var(--bg-cream);color:var(--text-dark)}.btn-icon{color:var(--text-light);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:.6rem;display:flex}.btn-icon:hover{background:#fff3}.btn-icon.dark{background-color:var(--bg-darker);color:var(--text-light)}select,input{font-family:var(--font-family);color:var(--text-light);border:1px solid var(--border-light);transition:var(--transition);background-color:#0000001a;border-radius:2rem;outline:none;padding:.75rem 1.25rem}select:focus,input:focus{background-color:#0003;border-color:#ffffff4d}.bento-panel{border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;padding:2rem;display:flex}@media (width<=768px){.bento-panel{padding:1.25rem}}.bento-panel.dark{background-color:var(--bg-darker);color:var(--text-light)}.bento-panel.light{background-color:var(--bg-light);color:var(--text-dark)}.bento-panel.cream{background-color:var(--bg-cream);color:var(--text-dark)}.container{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:grid-cols-5{grid-template-columns:repeat(5,1fr)}.md\:col-span-2{grid-column:span 2/span 2}}@media (width>=1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:row-span-2{grid-row:span 2/span 2}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff6}.gsap-reveal{opacity:0;visibility:hidden}
