@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");:root{--brand-50:#f0f4f8;--brand-100:#d9e3ee;--brand-300:#93afca;--brand-500:#4d6b8a;--brand-600:#3b556f;--brand-800:#243951;--y-50:var(--brand-50);--y-100:var(--brand-100);--y-300:var(--brand-300);--y-500:var(--brand-500);--y-600:var(--brand-600);--y-800:var(--brand-800);--ink-50:#f1f2f3;--ink-100:#d8dadd;--ink-200:#b1b6bf;--ink-300:#8a8f99;--ink-500:#6b7280;--ink-700:#353a44;--ink-900:#1a1d22;--paper:#f6f7f5;--white:#FFFFFF;--violet-500:#5878a0;--violet-soft:#e8eef4;--violet-800:#354a66;--success-500:#4a8062;--success-soft:#e6f0ea;--success-800:#2f5740;--warning-500:#a07033;--warning-soft:#f3eada;--warning-800:#6b4a1f;--error-500:#a04848;--error-soft:#f3dede;--error-800:#6b2929;--bg-app:var(--paper);--bg-surface:var(--white);--bg-surface-2:var(--ink-50);--bg-surface-muted:#F4F3EE;--border-subtle:var(--ink-100);--border-strong:var(--ink-200);--text-primary:var(--ink-900);--text-secondary:var(--ink-500);--text-tertiary:var(--ink-300);--focus-ring:0 0 0 3px rgba(77,107,138,0.40);--sh-1:0 1px 2px rgba(15,17,16,0.04),0 1px 1px rgba(15,17,16,0.025);--sh-2:0 8px 20px -10px rgba(15,17,16,0.14),0 2px 4px -2px rgba(15,17,16,0.06);--sh-3:0 24px 48px -20px rgba(15,17,16,0.22),0 8px 16px -8px rgba(15,17,16,0.08);--r-xs:4px;--r-sm:8px;--r-md:14px;--r-lg:20px;--r-full:999px;--font-sans:"Manrope",ui-sans-serif,system-ui,sans-serif;--font-display:"Space Grotesk",ui-sans-serif,system-ui,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,"SF Mono",monospace;--font-serif:"Space Grotesk",ui-serif,Georgia,serif;--brand:var(--y-500);--brand-hover:var(--y-600);--brand-soft:var(--y-100);--brand-strong:var(--y-800);--surface-0:var(--white);--surface-1:var(--paper);--surface-2:var(--ink-50);--surface-3:var(--ink-100);--surface-ink:var(--ink-900);--ok:var(--success-500);--ok-soft:var(--success-soft);--warn:var(--warning-500);--warn-soft:var(--warning-soft);--err:var(--error-500);--err-soft:var(--error-soft);--info:var(--violet-500);--info-soft:var(--violet-soft);--pos:var(--ok);--neg:var(--err);--rad:var(--r-md);--topbar-h:60px;--shadow-sm:var(--sh-1);--shadow-md:var(--sh-2);--shadow-lg:var(--sh-3);--border:1px solid var(--border-subtle);--border-strong:1px solid var(--border-strong)}body,html{margin:0;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.015em;color:var(--text-primary)}.meta,.num,code,pre{font-family:var(--font-mono)}.meta{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase}.meta,.unit{color:var(--text-secondary)}.unit{font-size:11px;margin-left:4px}.ep-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--r-md);box-shadow:var(--sh-1);overflow:hidden}.ep-card-header{padding:16px 20px;border-bottom:1px solid var(--border-subtle);background:var(--bg-surface-muted)}.ep-card-header h2{margin:0;font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--text-primary);letter-spacing:-.015em}.ep-card-body{padding:20px}.ep-table{width:100%;border-collapse:collapse;font-size:13px}.ep-table th{text-align:left;font-family:var(--font-mono);font-weight:500;color:var(--text-secondary);font-size:10.5px;text-transform:uppercase;letter-spacing:.14em;padding:10px 16px;background:var(--bg-surface-muted)}.ep-table td,.ep-table th{border-bottom:1px solid var(--border-subtle)}.ep-table td{padding:12px 16px;color:var(--ink-700)}.ep-table tr:last-child td{border-bottom:none}.ep-input,.ep-table tr:hover td{background:var(--bg-surface-muted)}.ep-input{width:100%;padding:12px 14px;min-height:48px;font-family:var(--font-display);font-size:14.5px;color:var(--text-primary);border:1px solid transparent;border-radius:var(--r-md);outline:none;transition:border-color .15s,background .15s,box-shadow .15s}.ep-input:focus{border-color:var(--y-500);background:#FFFDF4;box-shadow:var(--focus-ring)}.ep-input:disabled{background:var(--ink-50);color:var(--ink-300);cursor:not-allowed}.ep-btn,.ep-btn-primary{display:inline-flex;align-items:center;gap:8px;border:1px solid transparent;padding:12px 18px;border-radius:var(--r-full);font-family:var(--font-display);font-size:14px;font-weight:600;letter-spacing:-.005em;cursor:pointer;background:var(--ink-900);color:var(--y-500);transition:background .12s ease,transform .12s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ep-btn:hover{background:var(--ink-700)}.ep-btn:active{background:#000;transform:translateY(1px)}.ep-btn:disabled,.ep-btn[disabled]{background:var(--ink-100);color:var(--ink-300);cursor:not-allowed}.ep-btn-secondary{background:var(--y-500);color:var(--ink-900)}.ep-btn-secondary:hover{background:var(--y-600)}.ep-btn-secondary:active{background:var(--y-800);color:var(--y-100);transform:translateY(1px)}.ep-btn-ghost{background:transparent;color:var(--ink-900);border-color:var(--border-strong)}.ep-btn-ghost:hover{background:var(--ink-50);border-color:var(--ink-300)}.ep-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--r-full);font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;background:var(--ink-100);color:var(--ink-700);border:1px solid transparent}.ep-pill[data-status=ok]{background:var(--success-soft);color:var(--success-800)}.ep-pill[data-status=warn]{background:var(--warning-soft);color:var(--warning-800)}.ep-pill[data-status=err]{background:var(--error-soft);color:var(--error-800)}.ep-pill[data-status=info]{background:var(--violet-soft);color:var(--violet-800)}.ep-pill[data-status=brand]{background:var(--y-100);color:var(--y-800)}.breadcrumb{font-family:var(--font-mono);font-size:10.5px;color:var(--text-secondary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}::selection{background:rgba(77,107,138,.35);color:var(--ink-900)}@media print{.ant-btn,.ant-input-search,.ant-layout-header,.ant-table-column-sorters .ant-table-column-sorter,.ant-table-pagination,.ant-table-selection-column,.ant-tabs-nav,.ep-btn,.ep-page-header button,[data-no-print]{display:none!important}.ant-layout,.ant-layout-content,body{background:#fff!important;padding:0!important;margin:0!important}.ant-card,.ep-card{box-shadow:none!important;border:1px solid #ddd!important;page-break-inside:avoid}*{-webkit-print-color-adjust:economy;color-adjust:economy;print-color-adjust:economy}.ant-tag{border:1px solid #999!important;background:#fff!important;color:#000!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-surface-2)}::-webkit-scrollbar-thumb{background:var(--ink-200);border-radius:5px;border:2px solid var(--bg-surface-2)}::-webkit-scrollbar-thumb:hover{background:var(--ink-300)}html[data-theme=dark]{--ink-50:#2a2d33;--ink-100:#3a3e46;--ink-200:#525861;--ink-300:#7a818c;--ink-500:#9aa1ab;--ink-700:#d4d8de;--ink-900:#f1f2f5;--paper:#181b20;--white:#1f232a;--brand-50:#1f2a36;--brand-100:#2a3a4d;--brand-300:#5c7a99;--brand-500:#7596b8;--brand-600:#93afca;--brand-800:#c4d4e4;--y-50:var(--brand-50);--y-100:var(--brand-100);--y-300:var(--brand-300);--y-500:var(--brand-500);--y-600:var(--brand-600);--y-800:var(--brand-800);--success-500:#6fa885;--success-soft:#102018;--warning-500:#c89757;--warning-soft:#2a1f10;--error-500:#e29393;--error-soft:#2a1818;--violet-500:#8aa6c4;--violet-soft:#102030;--bg-app:var(--paper);--bg-surface:var(--white);--bg-surface-2:var(--ink-50);--bg-surface-muted:#22262c;--border-subtle:var(--ink-100);--border-strong:var(--ink-200);--text-primary:var(--ink-900);--text-secondary:var(--ink-500);--text-tertiary:var(--ink-300);--focus-ring:0 0 0 3px rgba(117,150,184,0.45);--surface-0:var(--white);--surface-1:var(--white);--surface-2:var(--ink-50);--surface-3:var(--ink-100);--sh-1:0 1px 2px rgba(0,0,0,0.30),0 1px 1px rgba(0,0,0,0.20);--sh-2:0 8px 20px -10px rgba(0,0,0,0.55),0 2px 4px -2px rgba(0,0,0,0.35);--sh-3:0 24px 48px -20px rgba(0,0,0,0.65),0 8px 16px -8px rgba(0,0,0,0.45)}html[data-theme=dark] body{background:var(--bg-app);color:var(--text-primary)}html[data-theme=dark] [style*="background: #fff"]:not([style*="#fff8"]):not([style*="#ffff8"]):not([style*="#fff1"]):not([style*="#fffff"]),html[data-theme=dark] [style*="background: #ffffff"],html[data-theme=dark] [style*="background: white"],html[data-theme=dark] [style*="background:#fff"]:not([style*="#fff8"]):not([style*="#ffff8"]):not([style*="#fff1"]):not([style*="#fffff"]),html[data-theme=dark] [style*="background:#ffffff"],html[data-theme=dark] [style*="background:'white'"]{background-color:var(--bg-surface)!important}html[data-theme=dark] [style*="background: #f3f4f6"],html[data-theme=dark] [style*="background: #f5f5f7"],html[data-theme=dark] [style*="background: #fafafa"],html[data-theme=dark] [style*="background: #fafbfc"],html[data-theme=dark] [style*="background:#f3f4f6"],html[data-theme=dark] [style*="background:#f5f5f7"],html[data-theme=dark] [style*="background:#fafafa"],html[data-theme=dark] [style*="background:#fafbfc"]{background-color:var(--bg-surface-2)!important}html[data-theme=dark] [style*="background: #FEF3C7"],html[data-theme=dark] [style*="background: #fbeed0"],html[data-theme=dark] [style*="background: #fff8e1"],html[data-theme=dark] [style*="background:#FEF3C7"],html[data-theme=dark] [style*="background:#fbeed0"],html[data-theme=dark] [style*="background:#fff8e1"]{background-color:var(--warning-soft)!important}html[data-theme=dark] [style*="background: #FFF1F0"],html[data-theme=dark] [style*="background: #fbe0dc"],html[data-theme=dark] [style*="background: #fde8e9"],html[data-theme=dark] [style*="background: #fff1f0"],html[data-theme=dark] [style*="background:#FFF1F0"],html[data-theme=dark] [style*="background:#fbe0dc"],html[data-theme=dark] [style*="background:#fde8e9"],html[data-theme=dark] [style*="background:#fff1f0"]{background-color:var(--error-soft)!important}html[data-theme=dark] [style*="background: #e7ecff"],html[data-theme=dark] [style*="background: #f0f5ff"],html[data-theme=dark] [style*="background:#e7ecff"],html[data-theme=dark] [style*="background:#f0f5ff"]{background-color:var(--info-soft)!important}html[data-theme=dark] [style*="background: #f3f0ed"],html[data-theme=dark] [style*="background:#f3f0ed"]{background-color:var(--paper)!important}html[data-theme=dark] [style*="color: #595959"],html[data-theme=dark] [style*="color: #5b6470"],html[data-theme=dark] [style*="color: #666"],html[data-theme=dark] [style*="color: #8c8c8c"],html[data-theme=dark] [style*="color:#595959"],html[data-theme=dark] [style*="color:#5b6470"],html[data-theme=dark] [style*="color:#666"],html[data-theme=dark] [style*="color:#8c8c8c"]{color:var(--ink-500)!important}html[data-theme=dark] [style*="color: #bfbfbf"],html[data-theme=dark] [style*="color: #d9d9d9"],html[data-theme=dark] [style*="color:#bfbfbf"],html[data-theme=dark] [style*="color:#d9d9d9"]{color:var(--ink-300)!important}html[data-theme=dark] [style*="color: #032D60"],html[data-theme=dark] [style*="color:#032D60"]{color:var(--ink-900)!important}html[data-theme=dark] [style*="border: 1px solid #FFCCC7"],html[data-theme=dark] [style*="border: 1px solid #d9d9d9"],html[data-theme=dark] [style*="border: 1px solid #f0f0f0"],html[data-theme=dark] [style*="border:1px solid #FFCCC7"],html[data-theme=dark] [style*="border:1px solid #d9d9d9"],html[data-theme=dark] [style*="border:1px solid #f0f0f0"]{border-color:var(--ink-100)!important}@keyframes ep-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ep-home-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:28px}.ep-home-split{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px}.ep-home-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;flex-wrap:wrap;gap:16px}@media (max-width:900px){.ep-home-stat-grid{grid-template-columns:repeat(2,1fr)}.ep-home-split{grid-template-columns:1fr}.ep-home-activity{grid-template-columns:1fr!important}.ant-tabs-nav-wrap{overflow-x:auto!important}.ant-tabs-nav-list{flex-wrap:nowrap!important}.ep-inbox-attach-camera{display:flex!important}.ep-detail-header{flex-direction:column!important}.ep-detail-header-actions{width:100%}.ep-detail-header-actions .ant-space-item{flex-shrink:1}.ep-lifecycle-stages>div{font-size:10.5px!important;padding:6px 4px!important}}@media (max-width:400px){.ep-lifecycle-stages>div{font-size:0!important;min-height:24px}.ep-lifecycle-stages>div:after{content:"•";font-size:14px}}@media (max-width:540px){.ep-home-stat-grid{grid-template-columns:1fr}.ep-home-header h1{font-size:26px!important}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}