.theme-toggle{cursor:pointer;color:var(--foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .3s,transform .3s;display:flex}.theme-toggle:hover{opacity:.7;transform:scale(1.1)}
:root{--background:#fff;--foreground:#111;--foreground-muted:#64748b;--border:#00000014;--border-hover:#00000029;--surface:#fff;--surface-hover:#fafafa;--surface-subtle:#f8fafc;--accent:#111;--accent-purple:#7047eb;--accent-green:#10b981;--accent-blue:#2563eb;--shadow-sm:0 1px 4px #00000006, 0 1px 2px #00000004;--shadow-md:0 8px 24px -6px #0000000a, 0 2px 6px #00000005;--shadow-card:0 12px 32px -10px #0000000d;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--radius-pill:9999px}[data-theme=dark]{--background:#09090b;--foreground:#f4f4f5;--foreground-muted:#a1a1aa;--border:#ffffff1a;--border-hover:#fff3;--surface:#121215;--surface-hover:#18181c;--surface-subtle:#1a1a20;--accent:#fff;--accent-purple:#8b5cf6;--accent-green:#10b981;--accent-blue:#3b82f6;--shadow-sm:0 2px 8px #0003;--shadow-md:0 12px 28px -8px #00000059;--shadow-card:0 16px 36px -12px #00000059}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:5.5rem;overflow-x:hidden;scroll-behavior:smooth!important}body{background-color:var(--background);max-width:100vw;min-height:100vh;color:var(--foreground);font-family:var(--font-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;color:var(--foreground);font-weight:600}p,span,a,div{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-muted{color:var(--foreground-muted)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}.section{padding-block:3.5rem}main{flex-direction:column;gap:2rem;width:100%;display:flex;position:relative}.bento-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.bento-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.pill-badge{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--foreground);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.82rem;font-weight:500;display:inline-flex}.status-dot{background-color:var(--accent-green);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot;box-shadow:0 0 0 2px #10b98133}@keyframes pulse-dot{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.flex-between{justify-content:space-between;align-items:center;display:flex}
