*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg2: #f5f5f3;--bg3: #eeede9;--text: #1a1a18;--text2: #6b6b66;--text3: #9e9e99;--border: rgba(0,0,0,.1);--border2: rgba(0,0,0,.2);--radius: 8px;--radius-lg: 12px;--blue: #378ADD;--green: #3B6D11;--green-bg: #EAF3DE;--red: #A32D2D;--red-bg: #FCEBEB;--amber: #854F0B;--amber-bg: #FAEEDA}@media(prefers-color-scheme:dark){:root{--bg: #1c1c1a;--bg2: #252523;--bg3: #2e2e2b;--text: #f0efeb;--text2: #9e9e99;--text3: #6b6b66;--border: rgba(255,255,255,.1);--border2: rgba(255,255,255,.2);--green: #97C459;--green-bg: #1a2e08;--red: #F09595;--red-bg: #2e0f0f;--amber: #EF9F27;--amber-bg: #2e1f06}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg3);color:var(--text);min-height:100vh;font-size:15px;line-height:1.5}.loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text2);font-size:14px}.card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;margin-bottom:14px}input[type=text],input[type=email],input[type=password],input[type=number],textarea{height:38px;padding:0 12px;font-size:14px;border:.5px solid var(--border2);border-radius:var(--radius);background:var(--bg);color:var(--text);font-family:inherit;width:100%}textarea{height:auto;padding:10px 12px;resize:none}input:focus,textarea:focus{outline:none;border-color:var(--blue)}button.primary{padding:0 18px;font-size:14px;font-family:inherit;border-radius:var(--radius);border:none;background:var(--text);color:var(--bg);cursor:pointer;height:38px;white-space:nowrap}button.primary:hover{opacity:.85}button.primary:disabled{opacity:.4;cursor:not-allowed}button.secondary{padding:0 14px;font-size:14px;font-family:inherit;border-radius:var(--radius);border:.5px solid var(--border2);background:transparent;color:var(--text);cursor:pointer;height:38px;white-space:nowrap}button.secondary:hover{background:var(--bg2)}input[type=range]{width:100%;accent-color:var(--blue);height:4px}.tag{display:inline-block;font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500}.tag-green{background:var(--green-bg);color:var(--green)}.tag-red{background:var(--red-bg);color:var(--red)}.tag-amber{background:var(--amber-bg);color:var(--amber)}.tag-blue{background:#e6f1fb;color:#185fa5}.label{font-size:12px;color:var(--text2);margin-bottom:4px}
