@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";
.UserAvatar-module__mDMPSa__avatar{background:var(--fg);width:32px;height:32px;color:var(--bg);font-family:var(--font-heading);font-size:var(--fs-body-sm);font-weight:var(--fw-medium);justify-content:center;align-items:center;display:flex;overflow:hidden}.UserAvatar-module__mDMPSa__avatarImage{object-fit:cover;width:100%;height:100%}
.AppHeader-module__1QhzYa__header{height:56px;min-height:56px;padding:0 var(--space-7);border-bottom:var(--border-width)solid var(--border);justify-content:space-between;align-items:center;display:flex}.AppHeader-module__1QhzYa__headerLeft{align-items:center;display:flex}.AppHeader-module__1QhzYa__headerRight{align-items:center;gap:var(--space-4);display:flex}.AppHeader-module__1QhzYa__helpLink{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-5);border:var(--border-width)solid var(--border);color:var(--fg);font-family:var(--font-heading);font-size:var(--fs-body);font-weight:var(--fw-medium);line-height:1;text-decoration:none;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.AppHeader-module__1QhzYa__helpLink:hover{border-color:var(--accent);background:var(--bg-hover)}.AppHeader-module__1QhzYa__helpIcon{width:var(--icon-md);height:var(--icon-md)}
.AppLogo-module__QARc7q__logoRow{align-items:center;gap:10px;padding-bottom:20px;display:flex}.AppLogo-module__QARc7q__logoDot{background:var(--accent);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.AppLogo-module__QARc7q__logoDot svg{color:#fff;width:14px;height:14px}.AppLogo-module__QARc7q__logoText{font-family:var(--font-heading);font-size:var(--fs-h3);font-weight:var(--fw-semibold);color:var(--fg)}
:root{--font-heading:"Space Grotesk",sans-serif;--font-body:"Inter",sans-serif;--fs-h1:36px;--fs-h2:24px;--fs-h3:18px;--fs-h4:14px;--fs-h5:13px;--fs-h6:12px;--fs-body-lg:16px;--fs-body:14px;--fs-body-sm:13px;--fs-body-xs:12px;--fs-caption:11px;--fw-bold:700;--fw-semibold:600;--fw-medium:500;--fw-normal:400;--bg:#fff;--bg-surface:#fafafa;--bg-hover:#f5f5f5;--bg-input:#fff;--border:#e8e8e8;--border-focus:#0d0d0d;--border-width:1px;--fg:#0d0d0d;--fg-secondary:#7a7a7a;--fg-muted:#b0b0b0;--fg-placeholder:#d0d0d0;--accent:#e42313;--accent-light:#fef2f2;--success:#22c55e;--success-light:#f0fdf4;--warning:#f59e0b;--warning-light:#fffbeb;--error:#ef4444;--error-light:#fef2f2;--info:#3b82f6;--info-light:#eff6ff;--diff-add:#dcfce7;--diff-add-fg:#166534;--diff-replace:#fef9c3;--diff-replace-fg:#854d0e;--diff-remove:#fee2e2;--diff-remove-fg:#991b1b;--space-1:2px;--space-2:4px;--space-3:8px;--space-4:12px;--space-5:16px;--space-6:24px;--space-7:32px;--space-8:48px;--section-gap:64px;--group-gap:40px;--item-gap:16px;--radius-none:0;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-full:9999px;--icon-sm:14px;--icon-md:16px;--icon-lg:18px;--btn-py:10px;--btn-px:20px;--btn-fs:13px;--btn-fw:500;--input-py:10px;--input-px:16px;--input-fs:14px;--tab-py:8px;--tab-px:16px;--tab-fs:12px;--badge-py:4px;--badge-px:10px;--badge-fs:12px;--nav-py:10px;--nav-px:16px;--nav-fs:14px;--nav-icon-gap:12px;--auth-left-bg:#0d0d0d;--auth-left-fg:#fff;--auth-left-muted:#8a8a8e;--auth-left-feature:#cdcdcf;--auth-left-footer:#555558;--auth-btn-bg:#fff}[data-theme=dark]{--bg:#171b24;--bg-surface:#1c2030;--bg-elevated:#1e2230;--bg-hover:#1e2230;--bg-input:#12151c;--border:#252a36;--border-focus:#e8e8ea;--fg:#d8dce6;--fg-secondary:#6b7280;--fg-muted:#4a5068;--fg-placeholder:#4a5068;--accent:#ef4444;--accent-light:#3d1f1f;--success:#4ade80;--success-light:#1a2e1a;--warning:#fbbf24;--warning-light:#2e2a1a;--error:#f87171;--error-light:#3d1f1f;--info:#60a5fa;--diff-add:#1a3a2a;--diff-add-fg:#86efac;--diff-replace:#3d3520;--diff-replace-fg:#fde68a;--diff-remove:#3d1f1f;--diff-remove-fg:#fca5a5;--auth-left-bg:#12151c;--auth-left-fg:#d8dce6;--auth-left-muted:#7c8294;--auth-left-feature:#b8bdc9;--auth-left-footer:#4a5068;--auth-btn-bg:#1c2030}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--fs-body);font-weight:var(--fw-normal);color:var(--fg);background:var(--bg);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}h1{font-size:var(--fs-h1);font-weight:var(--fw-bold)}h2{font-size:var(--fs-h2);font-weight:var(--fw-semibold)}h3{font-size:var(--fs-h3);font-weight:var(--fw-semibold)}h4{font-size:var(--fs-h4);font-weight:var(--fw-medium)}h5{font-size:var(--fs-h5);font-weight:var(--fw-medium)}h6{font-size:var(--fs-h6);font-weight:var(--fw-semibold)}
