*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;line-height:1.45;background-color:var(--bg-primary);color:var(--text-primary);height:100vh;overflow:hidden;transition:background .3s ease,color .3s ease}html,body{height:100%;margin:0;padding:0}:root{--bg-primary: #e6ebf5;--bg-secondary: #f5f7fb;--bg-tertiary: #dfe6f2;--text-primary: #111b2b;--text-secondary: #4c5a73;--border-color: #c5d0e6;--accent-color: #2563eb;--accent-hover: #1d4ed8;--success-color: #0f9d58;--error-color: #d32f2f;--warning-color: #ed6c02}body.theme-dark{--bg-primary: #050b16;--bg-secondary: #0f172a;--bg-tertiary: #17213a;--text-primary: #e5edff;--text-secondary: #94a3b8;--border-color: rgba(148, 163, 184, .35);--accent-color: #5de4c7;--accent-hover: #49cdb0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.flex{display:flex}.flex-column{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.m-1{margin:.5rem}.m-2{margin:1rem}.mb-2{margin-bottom:1rem}.text-center{text-align:center}.w-full{width:100%}.h-full{height:100%}button{border:1px solid var(--border-color);background:transparent;color:var(--text-primary);padding:.35rem .6rem;border-radius:4px;font-size:10px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}button:disabled{opacity:.5;cursor:not-allowed}button.btn-primary{border-color:var(--accent-color);color:var(--accent-color)}button.btn-primary:hover:not(:disabled){color:var(--accent-hover);border-color:var(--accent-hover)}
