:root{--bg-primary:#fbfbfd;--bg-secondary:#fff;--bg-tertiary:#e8e8ec;--bg-section:#f5f5f7;--text-primary:#0a0a0f;--text-secondary:#4a4a5a;--text-muted:#8a8a9a;--accent-primary:#1a3fd4;--accent-light:#4b6ee8;--accent-glow:#1a3fd466;--accent-subtle:#1a3fd414;--gradient-glow-top:linear-gradient(180deg,#1a3fd499 0%,#1a3fd41a 40%,transparent 100%);--gradient-glow-bottom:linear-gradient(0deg,#1a3fd499 0%,#1a3fd41a 40%,transparent 100%);--gradient-section:linear-gradient(180deg,var(--bg-section)0%,var(--bg-primary)100%);--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 30px #00000014;--shadow-card:0 2px 20px #0000000a;--border-color:#0000000f;--border-subtle:#00000008;--glass-bg:#fffc;--glass-border:#fff9;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--font-luxury:"Playfair Display",serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--text-6xl:4.5rem;--text-7xl:6rem;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-2xl:36px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.4s cubic-bezier(.68,-.55,.265,1.55);--z-base:0;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal:400;--z-tooltip:500;--z-glow:-1;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--container-2xl:1536px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:var(--leading-tight);color:var(--text-primary);letter-spacing:-.02em}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-xl);padding:0 var(--space-6);margin:0 auto}main>section{flex-direction:column;justify-content:center;min-height:100vh;display:flex}.section{padding:var(--space-24)0}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}::selection{background:var(--accent-primary);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.section-header{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.section-title{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-primary);font-weight:600}.section-action{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-5);font-size:var(--text-sm);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-base);cursor:pointer;font-weight:500;display:inline-flex}.section-action:hover{border-color:var(--accent-primary);color:var(--accent-primary)}
