:root{box-sizing:border-box;color-scheme:dark;--bg: #0a0a0a;--surface: #111111;--surface-strong: #0f172a;--border: #222222;--text: #e0e0e0;--muted: #6b7280;--muted-strong: #9ca3af;--accent: #e6b800;--accent-strong: #fbbf24;--success: #e6b800;--danger: #e6b800}[data-theme=light]{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-strong: #f1f5f9;--border: #d1d5db;--text: #111827;--muted: #6b7280;--muted-strong: #475569;--accent: #e6b800;--accent-strong: #d97706;--success: #e6b800;--danger: #e6b800}*,*:before,*:after{box-sizing:inherit}html{min-height:100%;overflow-y:scroll}html,body,#root{min-height:100%;margin:0}body{margin:0;font-family:Inter,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);transition:background .15s ease,color .15s ease;overflow-x:hidden;overflow-y:auto}#root{min-height:100dvh}.app-content{width:100%;overflow-x:hidden;overflow-y:visible}img,video,canvas{max-width:100%;height:auto}input,select,textarea,button{max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:#e6d60040}@media (max-width: 767px){body{-webkit-overflow-scrolling:touch}input,select,textarea{font-size:16px}}
