:root{--brand-primary: #1667b8;--brand-primary-hover: #2c82d6;--brand-primary-active: #115394;--brand-primary-soft: #e7f1fb;--brand-ink: #101614;--brand-text: #2b3330;--brand-text-secondary: #6b7671;--brand-text-tertiary: #96a09b;--brand-border: #e3e8e6;--brand-border-strong: #cfd7d4;--brand-surface: #ffffff;--brand-surface-sunken: #f6f8f7;--brand-header-frost: rgba(255, 255, 255, .72);--brand-header-frost-fallback: rgba(255, 255, 255, .97);--brand-header-frost-border: rgba(16, 22, 20, .07);--brand-auth-gradient: linear-gradient(150deg, #0b1f33 0%, #123a61 60%, #1a5490 100%);--brand-radius: 8px;--brand-shadow-card: 0 1px 2px rgba(16, 22, 20, .04);--brand-shadow-raised: 0 8px 24px rgba(16, 22, 20, .1);--status-pending: #6b7671;--status-pending-soft: rgba(107, 118, 113, .08);--status-pending-border: rgba(107, 118, 113, .2);--status-progress: #2563eb;--status-progress-soft: rgba(37, 99, 235, .08);--status-progress-border: rgba(37, 99, 235, .2);--status-done: #15803d;--status-done-soft: rgba(21, 128, 61, .08);--status-done-border: rgba(21, 128, 61, .2);--status-blocked: #dc2626;--status-blocked-soft: rgba(220, 38, 38, .08);--status-blocked-border: rgba(220, 38, 38, .2);--brand-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace}@media(prefers-color-scheme:dark){:root{--brand-primary: #2c82d6;--brand-primary-hover: #1667b8;--brand-primary-soft: #16324f;--brand-ink: #f2f5f4;--brand-text: #dce2e0;--brand-text-secondary: #9aa5a1;--brand-text-tertiary: #6f7a76;--brand-border: #2a2f31;--brand-border-strong: #3a4144;--brand-surface: #1c2022;--brand-surface-sunken: #141719;--brand-header-frost: rgba(28, 32, 34, .72);--brand-header-frost-fallback: rgba(28, 32, 34, .97);--brand-header-frost-border: rgba(255, 255, 255, .08);--brand-shadow-card: 0 1px 2px rgba(0, 0, 0, .32);--brand-shadow-raised: 0 8px 24px rgba(0, 0, 0, .44);--status-pending: #9aa5a1;--status-pending-soft: rgba(154, 165, 161, .14);--status-pending-border: rgba(154, 165, 161, .28);--status-progress: #7ba6f5;--status-progress-soft: rgba(123, 166, 245, .14);--status-progress-border: rgba(123, 166, 245, .28);--status-done: #5fbe7f;--status-done-soft: rgba(95, 190, 127, .14);--status-done-border: rgba(95, 190, 127, .28);--status-blocked: #f08a85;--status-blocked-soft: rgba(240, 138, 133, .14);--status-blocked-border: rgba(240, 138, 133, .28)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--brand-surface-sunken);color:var(--brand-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.5715;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.auth-brand-panel{position:relative;overflow:hidden;background:var(--brand-auth-gradient)}.auth-brand-panel:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(120% 90% at 20% 10%,#000 20%,transparent 75%);-webkit-mask-image:radial-gradient(120% 90% at 20% 10%,#000 20%,transparent 75%)}.ant-layout-header.app-header-frosted{background:var(--brand-header-frost);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--brand-header-frost-border)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.ant-layout-header.app-header-frosted{background:var(--brand-header-frost-fallback)}}.mono{font-family:var(--brand-mono);font-size:12px;letter-spacing:-.01em}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.row-action{transition:opacity .15s ease}@media(hover:hover)and (pointer:fine){.row-action{opacity:.72}.row-action:hover,.row-action:focus-visible{opacity:1}}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8dad9;border:3px solid transparent;background-clip:content-box;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#bfc2c1;background-clip:content-box}:root[data-scheme=dark] ::-webkit-scrollbar-thumb{background:#3c4144}:root[data-scheme=dark] ::-webkit-scrollbar-thumb:hover{background:#4e5457;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
