:root{--bg:#fafafa;--surface:#fff;--surface2:#f5f5f4;--surface3:#ebebea;--border:#00000014;--border-strong:#00000029;--border-subtle:#0000000d;--text:#18181b;--text-secondary:#4a4a4f;--text-tertiary:#6e6e73;--text-quaternary:#9c9ca2;--blue:#185fa5;--blue-light:#e6f1fb;--blue-mid:#378add;--blue-text:#0c447c;--green:#3b6d11;--green-light:#eaf3de;--green-text:#27500a;--red:#a32d2d;--red-light:#fcebeb;--red-text:#791f1f;--amber:#854f0b;--amber-light:#faeeda;--amber-text:#633806;--teal:#0f6e56;--teal-light:#e1f5ee;--teal-text:#085041;--gray-badge:#f0f0ef;--gray-badge-text:#3f3f44;--accent:#185fa5;--radius-sm:5px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:999px;--shadow-xs:0 1px 2px #00000008;--shadow-sm:0 1px 3px #0000000a, 0 1px 2px #00000008;--shadow-md:0 4px 12px #0000000d, 0 1px 3px #0000000a;--shadow-lg:0 12px 28px #0000000f, 0 2px 6px #0000000a;--t-fast:.12s cubic-bezier(.4, 0, .2, 1);--t-base:.18s cubic-bezier(.4, 0, .2, 1);--t-slow:.26s cubic-bezier(.4, 0, .2, 1);--ring:0 0 0 3px color-mix(in srgb, var(--blue-mid) 35%, transparent);--sidebar-w:240px;--sidebar-w-collapsed:68px;--content-max:1440px;--page-padding-x:32px;--page-padding-y:28px;--font:"DM Sans", sans-serif;--mono:"DM Mono", monospace;--font-ui:"Inter", "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;font-size:16px;line-height:1.55}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}a{color:inherit;text-decoration:none}input,select,button,textarea{font-family:var(--font)}button{cursor:pointer;color:inherit;background:0 0;border:none}::placeholder{color:var(--text-tertiary);opacity:1}::selection{background:var(--blue-light);color:var(--blue-text)}:focus{outline:none}:focus-visible{outline:2px solid var(--blue-mid);outline-offset:2px;border-radius:var(--radius-sm)}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;line-height:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.app-fade-in{animation:.18s ease-out fadeIn}@keyframes fb-step-pulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--blue) 28%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--blue) 0%, transparent)}}@keyframes fb-spin{to{transform:rotate(360deg)}}@keyframes fb-check-circle{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes fb-check-stroke{to{stroke-dashoffset:0}}.fb-check-circle{transform-origin:50%;animation:.25s ease-out both fb-check-circle}.fb-check-stroke{stroke-dasharray:16;stroke-dashoffset:16px;animation:.25s ease-out .2s forwards fb-check-stroke}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
