@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--color-primary: #0a0f1c;--color-secondary: #111827;--color-tertiary: #1f2937;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-tertiary: #64748b;--text-danger: #ef4444;--accent-primary: #3b82f6;--accent-gradient: #8b5cf6;--accent-secondary: rgba(59, 130, 246, .1);--surface-primary: var(--color-primary);--surface-secondary: var(--color-secondary);--surface-tertiary: var(--color-tertiary);--surface-danger: rgba(239, 68, 68, .1);--border-primary: rgba(148, 163, 184, .1);--border-secondary: rgba(148, 163, 184, .2);--shadow-color: rgba(0, 0, 0, .3);--container-max-width: 100rem;--sidebar-width: 25%;--gap-sm: .5rem;--gap-md: 1rem;--gap-lg: 1.5rem;--gap-xl: 2rem;--gap-2xl: 3rem;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.25rem}*,*:before,*:after{box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 50%,var(--color-primary) 100%);color:var(--text-primary);min-height:100vh;font-feature-settings:"cv02","cv03","cv04","cv11";overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.3;letter-spacing:-.025em}h1{font-size:2.75rem;font-weight:900;background:linear-gradient(135deg,var(--accent-primary),var(--accent-gradient));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:1.875rem;font-weight:800}h3{font-size:1.5rem;font-weight:700}p{margin:0;line-height:1.6}a{color:var(--accent-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-gradient)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-secondary)}::-webkit-scrollbar-thumb{background:var(--surface-tertiary);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}:focus{outline:2px solid var(--accent-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}button{font-family:inherit;cursor:pointer}input[type=range]{cursor:pointer}.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-up{animation:slideUp .5s ease-out}.animate-slide-down{animation:slideDown .5s ease-out}.animate-scale{animation:scale .3s ease-out}@media (max-width: 1200px){:root{--sidebar-width: 100%}}@media (max-width: 768px){html{font-size:14px}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media (max-width: 480px){:root{--gap-sm: .375rem;--gap-md: .75rem;--gap-lg: 1rem;--gap-xl: 1.5rem;--gap-2xl: 2rem}}
