@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes typing-dot{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-4px);opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .25s ease forwards}.animate-fade-in-up{animation:fadeInUp .25s ease forwards}.animate-slide-in-left{animation:slideInLeft .25s ease forwards}.animate-slide-in-right{animation:slideInRight .25s ease forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-scale-in{animation:scale-in .15s ease forwards}.animation-delay-1{animation-delay:50ms}.animation-delay-2{animation-delay:.1s}.animation-delay-3{animation-delay:.15s}.animation-delay-4{animation-delay:.2s}.animation-delay-5{animation-delay:.25s}.animation-delay-6{animation-delay:.3s}.animation-delay-7{animation-delay:.35s}.animation-delay-8{animation-delay:.4s}.animation-delay-9{animation-delay:.45s}.animation-delay-10{animation-delay:.5s}@media (prefers-reduced-motion: reduce){.animate-fade-in,.animate-fade-in-up,.animate-slide-in-left,.animate-slide-in-right,.animate-pulse,.animate-scale-in{animation:none!important}}:root{--bg-primary: #FAF8F4;--bg-secondary: #F8F6F2;--bg-tertiary: #EEF0F5;--bg-hover: #E5E8EE;--bg-active: #D4D9E3;--text-primary: #0A0F1A;--text-secondary: #5A6378;--text-tertiary: #8B93A5;--text-inverse: #FAF8F4;--text-tertiary-muted: rgba(139, 147, 165, .15);--accent-primary: #0C1F3F;--accent-primary-hover: #C4952E;--accent-primary-muted: rgba(12, 31, 63, .1);--border-primary: #D4D9E3;--border-secondary: #8B93A5;--shadow-sm: 0 1px 2px rgba(10, 15, 26, .08);--shadow-md: 0 1px 3px rgba(10, 15, 26, .12), 0 1px 2px rgba(10, 15, 26, .08);--shadow-lg: 0 4px 8px rgba(10, 15, 26, .12);--shadow-xl: 0 8px 16px rgba(10, 15, 26, .18);--shadow-glow: none}html.dark-mode{--bg-primary: #07101D;--bg-secondary: #0C1F3F;--bg-tertiary: #162D54;--bg-hover: #1B355F;--bg-active: #22416E;--text-primary: #F8F6F2;--text-secondary: #D4D9E3;--text-tertiary: #8B93A5;--text-inverse: #0A0F1A;--text-tertiary-muted: rgba(139, 147, 165, .18);--accent-primary: #E8D5A0;--accent-primary-hover: #C4952E;--accent-primary-muted: rgba(232, 213, 160, .18);--border-primary: #162D54;--border-secondary: #5A6378;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .15);--shadow-lg: 0 4px 8px rgba(0, 0, 0, .3);--shadow-xl: 0 8px 16px rgba(0, 0, 0, .4);--shadow-glow: none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--text-primary)}h1,h2{font-family:Cormorant Garamond,Cormorant,Georgia,Times New Roman,serif;font-weight:600;letter-spacing:-.01em}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--accent-primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-primary-hover)}code,pre{font-family:JetBrains Mono,SF Mono,ui-monospace,Menlo,Consolas,monospace}code{background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:4px;font-size:.875rem}pre{background:var(--bg-secondary);padding:1rem;border-radius:8px;overflow-x:auto}pre::-webkit-scrollbar{width:8px;height:8px}pre::-webkit-scrollbar-track{background:transparent}pre::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:9999px}pre::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}pre code{background:transparent;padding:0}ul,ol{padding-left:1.5rem}li{margin-bottom:.5rem}::selection{background:#c4952e40;color:var(--text-primary)}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@media (max-width: 767.98px){input,select,textarea{font-size:max(16px,1rem)}}html::-webkit-scrollbar{width:8px;height:8px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:9999px}html::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}.container{width:100%;max-width:800px;margin:0 auto;padding:0 1rem}@media (min-width: 1024px){.container{padding:0 1.5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
