:root{color-scheme:dark;--accent: #d98263;--accent-hover: #e6997c;--on-accent: #1a0f0a;--text: #efe7dd;--text-muted: #6f655c;--bg: #0f0c0a}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#d982634d}input::placeholder{color:var(--text-muted)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes pulseDot{0%,to{opacity:.35}50%{opacity:1}}.sg-spin{animation:spin .8s linear infinite}.sg-fade-up{animation:fadeUp .35s ease both}.sg-accent-btn{transition:filter .15s ease}.sg-accent-btn:hover{filter:brightness(1.06)}.sg-ghost-btn{transition:background .15s ease,color .15s ease}.sg-ghost-btn:hover{background:#e9dccd1f;color:#efe7dd}.sg-outline-btn{transition:color .15s ease,border-color .15s ease}.sg-outline-btn:hover{color:#efe7dd;border-color:#e9dccd3d}.sg-muted-link{transition:color .15s ease}.sg-muted-link:hover{color:#e6997c}.sg-quality-row{transition:border-color .15s ease,background .15s ease}.sg-quality-row:hover{border-color:#d9826366}.sg-scroll{scrollbar-width:thin;scrollbar-color:rgba(233,220,205,.16) transparent}.sg-scroll::-webkit-scrollbar{width:8px}.sg-scroll::-webkit-scrollbar-thumb{background:#e9dccd29;border-radius:8px}
