:root{--bg-base: 5 5 5;--surface: 20 20 20;--surface-elevated: 30 30 30;--border: 38 38 38;--text-primary: 255 255 255;--text-muted: 156 163 175}body.light-mode{--bg-base: 248 250 252;--surface: 255 255 255;--surface-elevated: 241 245 249;--border: 226 232 240;--text-primary: 15 23 42;--text-muted: 100 116 139}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-display{font-size:1.875rem;line-height:2.25rem;font-weight:800;letter-spacing:-.025em;color:rgb(var(--text-primary))}@media(min-width:768px){.text-display{font-size:2.25rem;line-height:2.5rem}}.text-heading{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;color:rgb(var(--text-primary))}@media(min-width:768px){.text-heading{font-size:1.5rem;line-height:2rem}}.text-overline{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:rgb(var(--text-muted))}.text-body{font-size:.875rem;line-height:1.25rem;color:rgb(var(--text-primary))}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}button{transition:all .2s cubic-bezier(.4,0,.2,1)}button:active{transform:scale(.97)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #00e2ff;outline-offset:2px;box-shadow:0 0 10px #00e2ff4d}body.light-mode input:focus-visible,body.light-mode textarea:focus-visible,body.light-mode select:focus-visible{outline:2px solid #b200ff;box-shadow:0 0 10px #b200ff33}.neon-editor-content h2{font-size:1.5rem;font-weight:700;color:rgb(var(--text-primary));margin-top:1.5em;margin-bottom:.5em}.neon-editor-content h3{font-size:1.25rem;font-weight:600;color:rgb(var(--text-primary));margin-top:1.2em;margin-bottom:.5em}.neon-editor-content h4{font-size:1.1rem;font-weight:600;color:#00e2ff;margin-top:1em;margin-bottom:.5em}.neon-editor-content h5{font-size:.95rem;font-weight:700;color:#b200ff;text-transform:uppercase;letter-spacing:.05em;margin-top:1em;margin-bottom:.5em}.neon-editor-content p{margin-bottom:1em;line-height:1.6;color:rgb(var(--text-muted))}.neon-editor-content ul{list-style-type:disc;padding-left:1.5em;margin-bottom:1em;color:rgb(var(--text-muted))}.neon-editor-content ol{list-style-type:decimal;padding-left:1.5em;margin-bottom:1em;color:rgb(var(--text-muted))}.neon-editor-content blockquote{border-left:4px solid #b200ff;margin-left:0;margin-bottom:1em;font-style:italic;color:rgb(var(--text-muted));background:#b200ff0d;padding:10px;border-radius:0 8px 8px 0}.neon-editor-content a{color:#00e2ff;text-decoration:underline;cursor:pointer}.neon-editor-content img{max-width:100%;height:auto;border-radius:8px;margin:1em 0;border:1px solid rgb(var(--border) / .1)}.neon-editor-content b,.neon-editor-content strong{color:rgb(var(--text-primary));font-weight:700}
