:root{color-scheme:light;--color-bg: #f5f6fa;--color-surface: #ffffff;--color-surface-soft: #f8fafc;--color-surface-muted: #f1f5f9;--color-text: #1d2735;--color-heading: #0a1322;--color-muted: #657386;--color-subtle: #94a3b8;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-primary: #17172f;--color-primary-hover: #0d1024;--color-primary-soft: #eef2ff;--color-focus: #4f46e5;--color-positive-bg: #ecfdf3;--color-positive: #027a48;--color-info-bg: #eff8ff;--color-info: #175cd3;--color-attention-bg: #fffaeb;--color-attention: #b54708;--color-danger-bg: #fef3f2;--color-danger: #b42318;--color-test-bg: #f4f3ff;--color-test: #5925dc;--radius-xs: 7px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 28px;--shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 22px rgba(15, 23, 42, .06);--shadow-card-hover: 0 16px 38px rgba(15, 23, 42, .1);--shadow-elevated: 0 22px 58px rgba(15, 23, 42, .16);--shadow-focus: 0 0 0 4px rgba(79, 70, 229, .18);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px}*{box-sizing:border-box}html{min-height:100%;background:var(--color-bg)}body{min-height:100%;margin:0;color:var(--color-text);background:radial-gradient(circle at 10% -10%,rgba(79,70,229,.08),transparent 34rem),linear-gradient(180deg,#fbfcff 0%,var(--color-bg) 46%,#eef2f7 100%);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}button,input,select,textarea{font:inherit}::selection{background:#4f46e52e}.app-shell{display:flex;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}.app-sidebar{width:276px;min-height:100vh;flex-shrink:0;padding:24px 14px;color:#d8dee9;border-right:1px solid rgba(255,255,255,.08);position:sticky;top:0;align-self:flex-start;background:radial-gradient(circle at 20% 0%,rgba(99,102,241,.2),transparent 15rem),linear-gradient(180deg,#11172a,#0c1222 52%,#080d18);box-shadow:inset -1px 0 #ffffff0a,10px 0 30px #0f172a14}.app-brand{padding:0 12px 22px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}.app-brand__name{color:#fff;font-size:20px;font-weight:780;letter-spacing:-.04em;line-height:1.05}.app-brand__tagline{color:#aeb7c6;font-size:12px;margin-top:6px;line-height:1.35}.app-nav-section{margin-top:20px}.app-nav-section__title{padding:0 12px 9px;color:#8f9bb0;font-size:10px;font-weight:780;text-transform:uppercase;letter-spacing:.13em}.app-nav-item{display:flex;align-items:center;gap:10px;min-width:0;padding:10px 12px;margin:2px 0;border-radius:12px;color:#d8dee9;text-decoration:none;font-size:14px;font-weight:610;line-height:1.35;transition:background .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease}.app-nav-item span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-nav-item:hover{background:#ffffff13;color:#fff;transform:translate(2px)}.app-nav-item:focus-visible,.ui-button:focus-visible,.ui-search-input:focus-visible,summary:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.app-nav-item--active{background:linear-gradient(180deg,#fff,#f4f7fb);color:#111827;box-shadow:0 10px 24px #0000002e}.app-nav-item--advanced{color:#b8c0cc;font-size:13px}.app-nav-icon{width:22px;height:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff13;color:#f8fafc;font-size:11px;font-weight:760}.app-nav-item--active .app-nav-icon{background:#eef2ff;color:#3730a3}.app-main{flex:1;min-width:0;padding:34px 40px 56px}.app-main>*{width:min(100%,1600px);margin:0 auto}.ui-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-6);margin-bottom:26px}.ui-page-header h1{margin:0;font-size:clamp(30px,3.2vw,42px);line-height:1;letter-spacing:-.052em;color:var(--color-heading);font-weight:760}.ui-page-header p{margin:12px 0 0;max-width:820px;color:var(--color-muted);font-size:15px;line-height:1.62}.ui-page-title-row{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.ui-page-actions,.ui-section-actions{display:flex;gap:var(--space-3);align-items:center;flex-wrap:wrap}.ui-eyebrow,.ui-metric-label{color:var(--color-muted);font-size:11px;font-weight:780;letter-spacing:.11em;text-transform:uppercase}.ui-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4)}.ui-section-header h2{margin:0;font-size:18px;letter-spacing:-.025em;color:var(--color-heading);font-weight:720}.ui-section-header p{margin:6px 0 0;color:var(--color-muted);font-size:13px;line-height:1.5}.ui-card{position:relative;background:var(--color-surface);border:1px solid rgba(203,213,225,.92);border-radius:var(--radius-md);padding:var(--space-6);box-shadow:var(--shadow-card);overflow:hidden}.ui-card--elevated{box-shadow:var(--shadow-elevated)}.ui-card+.ui-card{margin-top:var(--space-5)}.ui-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}.ui-card-grid--two{grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));align-items:start}.ui-metric-card{min-height:134px;display:flex;flex-direction:column;justify-content:space-between}.ui-metric-value{margin-top:var(--space-3);font-size:clamp(30px,3.1vw,38px);line-height:1;font-weight:760;letter-spacing:-.052em;color:var(--color-heading)}.ui-metric-value--positive,.ui-metric-value--live{color:var(--color-positive)}.ui-metric-value--attention{color:var(--color-attention)}.ui-metric-value--danger{color:var(--color-danger)}.ui-metric-value--info{color:var(--color-info)}.ui-metric-hint{margin-top:var(--space-3);color:var(--color-muted);font-size:12px;line-height:1.45}.ui-metric-value .ui-metric-hint{font-size:14px;color:var(--color-subtle);letter-spacing:-.02em}.ui-status-badge{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-height:25px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;border:1px solid transparent}.ui-status-badge:before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:999px;background:currentColor;opacity:.75}.ui-status-badge--positive,.ui-status-badge--live{color:var(--color-positive);background:var(--color-positive-bg);border-color:#abefc6}.ui-status-badge--info{color:var(--color-info);background:var(--color-info-bg);border-color:#b2ddff}.ui-status-badge--attention{color:var(--color-attention);background:var(--color-attention-bg);border-color:#fedf89}.ui-status-badge--danger{color:var(--color-danger);background:var(--color-danger-bg);border-color:#fecdca}.ui-status-badge--test{color:var(--color-test);background:var(--color-test-bg);border-color:#d9d6fe}.ui-status-badge--neutral{color:#475467;background:#f2f4f7;border-color:#e4e7ec}.ui-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:720;letter-spacing:-.01em;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}.ui-button:hover{transform:translateY(-1px)}.ui-button--primary{background:linear-gradient(180deg,#242447 0%,var(--color-primary) 100%);color:#fff;border-color:#ffffff14;box-shadow:0 10px 20px #18182f33}.ui-button--primary:hover{background:linear-gradient(180deg,#2c2c5d 0%,var(--color-primary-hover) 100%)}.ui-button--secondary{background:#fff;color:#344054;border-color:var(--color-border-strong);box-shadow:0 1px 2px #0f172a0a}.ui-button--secondary:hover{border-color:#b8c0cc;box-shadow:0 8px 18px #0f172a14}.ui-button--danger{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.ui-hero{position:relative;background:linear-gradient(135deg,#fff,#fbfcff 58%,#f6f7ff);border:1px solid rgba(203,213,225,.92);border-radius:var(--radius-xl);padding:30px;margin-bottom:var(--space-6);box-shadow:var(--shadow-card);overflow:hidden}.ui-hero:after{content:"";position:absolute;right:24px;top:24px;width:84px;height:84px;border-radius:28px;background:linear-gradient(135deg,#4f46e51a,#027a480f);transform:rotate(12deg);pointer-events:none}.ui-hero__top{position:relative;z-index:1;display:flex;justify-content:space-between;gap:var(--space-5);align-items:flex-start}.ui-hero h2{margin:9px 0 0;font-size:clamp(23px,2.4vw,28px);letter-spacing:-.04em;color:var(--color-heading);font-weight:740}.ui-hero p{margin:10px 0 0;color:var(--color-muted);max-width:800px;line-height:1.58}.ui-next-action{overflow:hidden;background:linear-gradient(135deg,#fff,#f7fbff)}.ui-next-action:after{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--color-info)}.ui-next-action--critical{background:linear-gradient(135deg,snow,#fff7f6)}.ui-next-action--critical:after{background:var(--color-danger)}.ui-next-action--warn{background:linear-gradient(135deg,#fffdf7,#fff9e8)}.ui-next-action--warn:after{background:var(--color-attention)}.ui-next-action__body{display:flex;justify-content:space-between;gap:var(--space-6);align-items:center}.ui-next-action__body>div:first-child{min-width:0}.ui-next-action h2{margin:5px 0 0;font-size:clamp(20px,2vw,24px);letter-spacing:-.035em;color:var(--color-heading);font-weight:740}.ui-next-action p{margin:7px 0 0;color:var(--color-muted);line-height:1.55}.ui-stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:var(--space-3)}.ui-step{display:flex;align-items:center;gap:9px;padding:11px 12px;min-height:58px;border-radius:14px;background:var(--color-surface-soft);color:var(--color-muted);font-size:12px;font-weight:660;line-height:1.25;border:1px solid var(--color-border)}.ui-step span:last-child{min-width:0;overflow-wrap:anywhere}.ui-step-dot{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e4e7ec;color:#667085;font-size:12px;font-weight:760;flex-shrink:0}.ui-step--done{background:linear-gradient(180deg,#f0fdf4 0%,var(--color-positive-bg) 100%);color:var(--color-positive);border-color:#abefc6}.ui-step--done .ui-step-dot{background:var(--color-positive);color:#fff}.ui-step--warning{background:linear-gradient(180deg,#fffcf2 0%,var(--color-attention-bg) 100%);color:var(--color-attention);border-color:#fedf89}.ui-step--warning .ui-step-dot{background:var(--color-attention);color:#fff}.ui-empty-state{text-align:center;padding:38px 24px;border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);background:linear-gradient(180deg,#fff 0%,var(--color-surface-soft) 100%)}.ui-empty-state h3{margin:0;font-size:18px;letter-spacing:-.02em}.ui-empty-state p{margin:8px auto 0;max-width:560px;color:var(--color-muted);line-height:1.55}.ui-empty-actions{display:flex;justify-content:center;gap:var(--space-3);flex-wrap:wrap;margin-top:var(--space-5)}.ui-alert{display:grid;gap:4px;border-radius:14px;padding:var(--space-4);font-size:13px;line-height:1.45;border:1px solid transparent}.ui-alert--info{background:var(--color-info-bg);color:var(--color-info);border-color:#b2ddff}.ui-alert--attention{background:var(--color-attention-bg);color:var(--color-attention);border-color:#fedf89}.ui-alert--danger{background:var(--color-danger-bg);color:var(--color-danger);border-color:#fecdca}.ui-alert--positive{background:var(--color-positive-bg);color:var(--color-positive);border-color:#abefc6}.ui-list-card{display:grid;gap:var(--space-3);min-width:0}.ui-row-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-width:0;padding:15px 0;border-top:1px solid var(--color-border)}.ui-row-card>div:first-child{min-width:0}.ui-row-card:first-child{border-top:0;padding-top:0}.ui-row-card:last-child{padding-bottom:0}.ui-row-title{font-weight:740;color:var(--color-heading);letter-spacing:-.015em;overflow-wrap:anywhere}.ui-row-meta{margin-top:4px;color:var(--color-muted);font-size:12px;line-height:1.48;overflow-wrap:anywhere}.ui-row-actions{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.ui-table-wrap{width:100%;overflow-x:auto;border-radius:14px}.ui-data-table{width:100%;border-collapse:collapse;font-size:13px}.ui-data-table th{text-align:left;padding:11px 12px;color:#475467;font-weight:760;border-bottom:1px solid var(--color-border);white-space:nowrap;background:#f8fafc}.ui-data-table td{padding:13px 12px;border-bottom:1px solid var(--color-border);vertical-align:top}.ui-data-table tr:hover td{background:#f8fafcb8}.ui-filter-bar{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.ui-search-input{min-height:42px;min-width:250px;border:1px solid var(--color-border-strong);border-radius:999px;padding:9px 15px;font-size:14px;background:#fff}.ui-search-input::placeholder{color:var(--color-subtle)}.ui-advanced-details{margin-top:var(--space-4);color:var(--color-muted);font-size:12px}.ui-advanced-details summary{cursor:pointer;font-weight:700;border-radius:8px}.ui-advanced-details pre,.ui-advanced-details code{white-space:pre-wrap;overflow-wrap:anywhere}.ui-skeleton-card{display:grid;gap:12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-6);box-shadow:var(--shadow-card)}.ui-skeleton-card span{height:18px;border-radius:999px;background:linear-gradient(90deg,#eef2f6,#f8fafc,#eef2f6);background-size:220% 100%;animation:ui-skeleton-shimmer 1.25s ease-in-out infinite}@keyframes ui-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.ui-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1018288f;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ui-modal{background:#fff;border-radius:var(--radius-lg);padding:24px;max-width:560px;width:100%;box-shadow:var(--shadow-elevated)}.ui-modal h2{margin:0 0 12px}.ui-modal-actions{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-5)}@media (max-width: 1120px){.app-main{padding:28px 24px 44px}.ui-card-grid,.ui-card-grid--two,.ui-stepper{grid-template-columns:1fr}}@media (max-width: 860px){.app-shell{display:block}.app-sidebar{position:relative;width:100%;min-height:auto;display:block;border-right:0}.app-nav-section{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.app-nav-section__title{width:100%}.app-nav-item{width:auto;max-width:100%}.app-main{padding:24px 16px 40px}.ui-page-header,.ui-hero__top,.ui-next-action__body,.ui-row-card{display:block}.ui-page-actions,.ui-row-actions{margin-top:var(--space-4);justify-content:flex-start}.ui-card-grid,.ui-card-grid--two,.ui-stepper{grid-template-columns:1fr}.ui-search-input{min-width:100%;width:100%}.ui-button{width:auto;max-width:100%}}
