@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap");:root{--background:#fcfbf9;--foreground:#101418;--card:#ffffff;--card-foreground:#101418;--primary:#244b3a;--primary-foreground:#ffffff;--secondary:#f4f1ea;--secondary-foreground:#5e6975;--accent:#b88a44;--accent-foreground:#ffffff;--muted:#f8f3ea;--muted-foreground:#5e6975;--border:#e6e1d8;--input:#e6e1d8;--ring:#244b3a;--radius:0.75rem;--sidebar-width:260px}[data-theme=dark]{--background:#0c0f0d;--foreground:#fcfbf9;--card:#141a17;--card-foreground:#fcfbf9;--primary:#3d7a5f;--primary-foreground:#ffffff;--secondary:#1a231f;--secondary-foreground:#a0aec0;--accent:#d4a76a;--accent-foreground:#0c0f0d;--muted:#1a231f;--muted-foreground:#a0aec0;--border:#2a352f;--input:#2a352f;--ring:#3d7a5f}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--foreground);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.glass{background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}[data-theme=dark] .glass{background:rgba(20,26,23,.7);border:1px solid rgba(255,255,255,.1)}.subtle-scroll::-webkit-scrollbar{width:6px;height:6px}.subtle-scroll::-webkit-scrollbar-track{background:transparent}.subtle-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.subtle-scroll::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}