:root{color-scheme:light;--bg:#f7f8fa;--surface:#fff;--surface-2:#f0f2f5;--border:#e3e6eb;--border-strong:#c8cdd5;--text:#1f2530;--text-2:#4a5260;--text-muted:#7a8290;--accent:#1c7a72;--accent-2:#eef9f7;--warn:#b45e15;--warn-bg:#fcf3e6;--shadow:0 1px 2px rgba(15,20,30,.04),0 8px 24px rgba(15,20,30,.06);--mono:ui-monospace,SFMono-Regular,Menlo,monospace}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;font-size:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}textarea{font-family:inherit;font-size:15px;line-height:1.55;color:var(--text)}a{color:var(--accent)}