:root,[data-theme=light]{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;--surface: #f6f7fb;--surface-raised: #ffffff;--surface-raised-2: #f3f4f8;--surface-sunken: #eceef4;--border: #e7e9f0;--border-strong: #dcdfe8;--text-primary: #1a1d26;--text-secondary: #5a6070;--text-muted: #949aa9;--accent: #4b3fd6;--accent-hover: #3d31c4;--accent-contrast: #ffffff;--accent-text: #4335c9;--accent-soft-bg: #f0effb;--accent-soft-text: #3d31c4;--focus: #6152e0;--stale-text: #b06f12;--stale-bg: #f7ecd2;--stale-border: #e4c583;--blocked-text: #cf4568;--blocked-bg: #fbe9ee;--blocked-border: #f1c4d0;--frog-text: #2f8a5c;--frog-bg: #e6f4ec;--frog-border: #bfe3cd;--frog-seal: #2f9e63;--skeleton: #eceef4;--skeleton-hi: #f7f8fc;--shadow-1: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 1px rgba(16, 24, 40, .04);--shadow-2: 0 8px 28px rgba(16, 24, 40, .12), 0 2px 6px rgba(16, 24, 40, .06)}[data-theme=dark]{--surface: #0f1015;--surface-raised: #16171e;--surface-raised-2: #1c1d26;--surface-sunken: #0b0b0f;--border: #242531;--border-strong: #31323f;--text-primary: #eceef4;--text-secondary: #a0a4b3;--text-muted: #6a6e7d;--accent: #7c6cf5;--accent-hover: #8b7cf6;--accent-contrast: #ffffff;--accent-text: #9d90f8;--accent-soft-bg: rgba(124, 108, 245, .16);--accent-soft-text: #b7abfb;--focus: #8b7cf6;--stale-text: #e6a13c;--stale-bg: #2b2108;--stale-border: #4a3910;--blocked-text: #f0607e;--blocked-bg: #2a151b;--blocked-border: #45222b;--frog-text: #6fce9f;--frog-bg: #10211a;--frog-border: #1e3a2d;--frog-seal: #4fb888;--skeleton: #191a22;--skeleton-hi: #22232e;--shadow-1: 0 1px 0 rgba(0, 0, 0, .4);--shadow-2: 0 1px 0 rgba(0, 0, 0, .4), 0 14px 34px rgba(0, 0, 0, .5)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--surface: #0f1015;--surface-raised: #16171e;--surface-raised-2: #1c1d26;--surface-sunken: #0b0b0f;--border: #242531;--border-strong: #31323f;--text-primary: #eceef4;--text-secondary: #a0a4b3;--text-muted: #6a6e7d;--accent: #7c6cf5;--accent-hover: #8b7cf6;--accent-contrast: #ffffff;--accent-text: #9d90f8;--accent-soft-bg: rgba(124, 108, 245, .16);--accent-soft-text: #b7abfb;--focus: #8b7cf6;--stale-text: #e6a13c;--stale-bg: #2b2108;--stale-border: #4a3910;--blocked-text: #f0607e;--blocked-bg: #2a151b;--blocked-border: #45222b;--frog-text: #6fce9f;--frog-bg: #10211a;--frog-border: #1e3a2d;--frog-seal: #4fb888;--skeleton: #191a22;--skeleton-hi: #22232e}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--surface);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;letter-spacing:-.006em}h1,h2,h3,h4{letter-spacing:-.021em;font-weight:600;margin:0}button{font-family:var(--font-sans)}a{color:var(--accent-text);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:4px}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23949aa9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px!important}input[type=date],input[type=time]{color-scheme:light}[data-theme=dark] input[type=date],[data-theme=dark] input[type=time]{color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) input[type=date],:root:not([data-theme=light]) input[type=time]{color-scheme:dark}}select,input[type=date],input[type=time],input[type=text],input[type=number],input[type=email],input[type=password],input[type=url],textarea{font-family:var(--font-sans);background:var(--surface-sunken);color:var(--text-primary);border:1px solid var(--border-strong);border-radius:8px;padding:7px 10px;font-size:13.5px;transition:border-color .12s,box-shadow .12s}select:hover,input[type=date]:hover,input[type=time]:hover,input[type=text]:hover,input[type=number]:hover,input[type=email]:hover,input[type=password]:hover,input[type=url]:hover,textarea:hover{border-color:var(--text-muted)}select:focus-visible,input[type=date]:focus-visible,input[type=time]:focus-visible,input[type=text]:focus-visible,input[type=number]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=url]:focus-visible,textarea:focus-visible{outline:none;border-color:var(--focus);box-shadow:0 0 0 3px var(--accent-soft-bg)}select::-ms-expand{display:none}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{filter:var(--date-picker-filter, none);cursor:pointer;opacity:.7}[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator,[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) input[type=date]::-webkit-calendar-picker-indicator,:root:not([data-theme=light]) input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1)}}@keyframes sp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sp-skel{background:linear-gradient(90deg,var(--skeleton),var(--skeleton-hi),var(--skeleton));background-size:200% 100%;animation:sp-shimmer 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
