:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f4f7fb;--bg-subtle: #edf2f7;--text: #101828;--text-soft: #344054;--muted: #667085;--surface: #ffffff;--surface-elevated: #ffffff;--surface-soft: #f8fafc;--surface-hover: #f3f6fb;--border: #dbe3ef;--border-strong: #c8d3e1;--active: #edf2f7;--shadow: rgba(16, 24, 40, .14);--shadow-soft: rgba(16, 24, 40, .06);--link: #155eef;--link-hover: #004ee8;--primary: #155eef;--primary-contrast: #ffffff;--primary-soft: rgba(21, 94, 239, .12);--primary-soft-border: rgba(21, 94, 239, .24);--danger: #d92d20;--danger-soft: #fef3f2}html[data-theme=light]{color-scheme:light;--bg: #f4f7fb;--bg-subtle: #edf2f7;--text: #101828;--text-soft: #344054;--muted: #667085;--surface: #ffffff;--surface-elevated: #ffffff;--surface-soft: #f8fafc;--surface-hover: #f3f6fb;--border: #dbe3ef;--border-strong: #c8d3e1;--active: #edf2f7;--shadow: rgba(16, 24, 40, .14);--shadow-soft: rgba(16, 24, 40, .06);--link: #155eef;--link-hover: #004ee8;--primary: #155eef;--primary-contrast: #ffffff;--primary-soft: rgba(21, 94, 239, .12);--primary-soft-border: rgba(21, 94, 239, .24);--danger: #d92d20;--danger-soft: #fef3f2}html[data-theme=dark]{color-scheme:dark;--bg: #0b1220;--bg-subtle: #0f1728;--text: #f8fafc;--text-soft: #d0d5dd;--muted: #98a2b3;--surface: #121a2b;--surface-elevated: #162033;--surface-soft: #0f1728;--surface-hover: #1b2638;--border: #253247;--border-strong: #344054;--active: #1b2638;--shadow: rgba(2, 6, 23, .45);--shadow-soft: rgba(2, 6, 23, .3);--link: #7cb2ff;--link-hover: #a0c7ff;--primary: #5b9bff;--primary-contrast: #ffffff;--primary-soft: rgba(91, 155, 255, .18);--primary-soft-border: rgba(91, 155, 255, .34);--danger: #f97066;--danger-soft: rgba(249, 112, 102, .12)}html,body,#root{height:100%}body{margin:0;min-width:320px;display:block;background:var(--bg);color:var(--text)}a{font-weight:500;color:var(--link);text-decoration:inherit}a:hover{color:var(--link-hover)}button{border-radius:10px;border:1px solid var(--border);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background:var(--surface);color:inherit;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,color .15s ease}button:hover{background:var(--surface-hover);border-color:var(--border-strong)}button:focus,button:focus-visible,a:focus,a:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-soft),0 0 0 1px var(--primary-soft-border)}input,select,textarea{font:inherit;color:inherit;background:var(--surface)}::placeholder{color:var(--muted)}*{box-sizing:border-box}
