:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f6f7f9;font-synthesis:none;--ink: #172033;--muted: #667085;--line: #e2e6ec;--surface: #ffffff;--surface-2: #f0f3f7;--primary: #2457d6;--primary-hover: #1d48b5;--green: #16794a;--green-bg: #eaf7f0;--amber: #9a6700;--red: #b42318;--red-bg: #fef0ef}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f6f7f9}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}code{color:#344054;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}.shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:240px;padding:24px 16px 20px;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--line);z-index:10}.brand{display:flex;align-items:center;gap:11px;padding:0 10px 24px;color:var(--ink);text-decoration:none}.brand span,.sidebar-foot>div{min-width:0;display:flex;flex-direction:column}.brand strong{font-size:1rem;letter-spacing:-.02em}.logo{width:32px;height:32px;fill:var(--primary);flex:none}.logo-cut{fill:#fff}nav{display:flex;flex-direction:column;gap:2px}nav a{width:100%;border:0;border-radius:6px;padding:10px 12px;background:transparent;color:#475467;cursor:pointer;text-align:left;text-decoration:none;font-size:.86rem;font-weight:500}nav a:hover{background:#f5f7fa;color:var(--ink)}nav a.active{background:#edf2ff;color:#1746b3}.sidebar-foot{margin-top:auto;padding:16px 8px 0;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line)}.sidebar-foot strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.quiet-button{border:0;padding:0;background:none;color:#475467;cursor:pointer;font-size:.75rem}.quiet-button:hover{color:var(--primary)}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:7px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease}.icon-button:hover,.icon-button:focus-visible{background:var(--surface-2);color:var(--ink)}.icon-button:after{content:attr(aria-label);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:5px 9px;border-radius:6px;background:var(--ink);color:#fff;font-size:.68rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease}.icon-button:hover:after,.icon-button:focus-visible:after{opacity:1}main{grid-column:2;width:min(1280px,100%);margin:0 auto;padding:48px 48px 72px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}h1{margin:0;color:#101828;font-size:2rem;font-weight:650;letter-spacing:-.035em;line-height:1.2}h2{margin:0;color:#101828;font-size:1rem;font-weight:650}.lede{max-width:700px;margin:8px 0 0;color:var(--muted);font-size:.88rem;line-height:1.55}.section-label{margin:0 0 5px;color:var(--muted);font-size:.66rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.primary-button,.secondary-button{min-height:38px;border-radius:6px;padding:9px 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;cursor:pointer;font-size:.78rem;font-weight:600;text-decoration:none;white-space:nowrap}.primary-button{background:var(--primary);color:#fff}.primary-button:hover{background:var(--primary-hover)}.secondary-button{border-color:#cfd5dd;background:var(--surface);color:#344054}.secondary-button:hover{background:#f8f9fb}.primary-button:disabled,.secondary-button:disabled{opacity:.5;cursor:not-allowed}.compact-button{min-height:30px;padding:5px 10px;font-size:.7rem}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.metric{min-width:0;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.metric-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.metric-head>span{color:var(--muted);font-size:.85rem;font-weight:600}.metric-spark{margin:10px -6px 0;height:36px}.spark-tooltip{padding:5px 9px;border-radius:6px;background:var(--ink);color:#fff;font-size:.68rem;font-weight:500;white-space:nowrap;box-shadow:0 8px 20px #10182829}.metric strong{display:block;margin-top:0;color:#101828;font-size:1.7rem;font-weight:650;letter-spacing:-.035em}.metric.warning strong{color:var(--amber)}.metric-line{display:none}.panel{margin-bottom:18px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px}.panel-heading{min-height:58px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.subtle{color:var(--muted);font-size:.72rem}.status-dot{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#1f9d62}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr)}.provider-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:18px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.provider-actions{display:flex;align-items:center;gap:8px}.provider-test-result{grid-column:2 / -1;padding:9px 11px;display:flex;flex-direction:column;gap:2px;border-radius:5px;font-size:.7rem}.provider-test-result.success{background:var(--green-bg);color:var(--green)}.provider-test-result.error{background:var(--red-bg);color:var(--red)}.provider-test-result strong{font-size:.72rem}.provider-test-result span{line-height:1.4}.provider-test-result small{color:inherit;opacity:.75;font-size:.64rem}.provider-card:nth-child(3n){border-right:0}.provider-card:nth-last-child(-n+3){border-bottom:0}.provider-card>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.provider-card strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.provider-card small{color:var(--muted);font-size:.67rem}.provider-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid #d5dae1;border-radius:6px;background:#f7f8fa;color:#344054;font-size:.65rem;font-weight:650}.pill{width:fit-content;border-radius:999px;padding:4px 8px;display:inline-flex;font-size:.62rem;font-weight:650;letter-spacing:.02em;text-transform:uppercase}.pill.success{background:var(--green-bg);color:var(--green)}.pill.admin{background:#edf2ff;color:#1746b3}.pill.muted{background:#f0f2f5;color:#596579}.pill.warning{background:#fff4d6;color:#8a5700}.pill.error{background:var(--red-bg);color:var(--red)}.form-panel{padding:20px}.inline-form,.route-form{display:flex;align-items:end;gap:12px}.inline-form label{flex:1}label{display:flex;flex-direction:column;gap:7px;color:#475467;font-size:.7rem;font-weight:600}input,select{min-height:40px;border:1px solid #cfd5dd;border-radius:6px;padding:0 11px;outline:none;background:#fff;color:var(--ink);font-size:.8rem}input:focus,select:focus{border-color:#6c8ee8;box-shadow:0 0 0 3px #2457d61a}.route-form{display:grid;grid-template-columns:1.2fr .65fr 1fr 1.4fr .45fr auto}.inline-error{margin:14px 20px;color:var(--red);font-size:.78rem}.form-panel .inline-error{margin:14px 0 0}.table-wrap{overflow-x:auto}table{width:100%;min-width:880px;border-collapse:collapse}th,td{padding:13px 18px;border-bottom:1px solid var(--line);text-align:left;font-size:.75rem;white-space:nowrap}th{background:#fafbfc;color:#667085;font-size:.66rem;font-weight:650;letter-spacing:.03em;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafbfc}td>small{display:block;margin-top:4px;color:var(--muted);font-size:.66rem}.success-notice{margin:-12px 0 18px;padding:10px 12px;border:1px solid #b7dfc9;border-radius:6px;background:var(--green-bg);color:var(--green);font-size:.78rem}.model-summary{min-height:72px;padding:16px 18px;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.model-summary>div{display:flex;flex-direction:column;gap:2px}.model-summary strong{font-size:1.15rem}.model-summary span{color:var(--muted);font-size:.68rem}.model-summary p{margin:0 0 0 auto}.table-toolbar{padding:12px 18px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);background:#fafbfc}.table-toolbar input,.table-toolbar select{min-height:34px;border:1px solid #cfd5dd;border-radius:6px;padding:7px 10px;background:var(--surface);color:var(--ink);font-size:.75rem}.table-toolbar input{width:min(320px,100%)}.table-toolbar .subtle{margin-left:auto}.table-empty{padding:32px;color:var(--muted);text-align:center;font-size:.78rem}.model-pricing-note{margin:12px 2px 0;color:var(--muted);font-size:.72rem}.align-right{text-align:right}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.description-cell{max-width:340px;overflow:hidden;text-overflow:ellipsis}.usage-cell strong,.usage-cell small{display:block}.usage-cell small{margin-top:3px;color:var(--muted);font-size:.66rem}.app-row{cursor:pointer}.app-caret{display:inline-block;width:16px;color:var(--muted);-webkit-user-select:none;user-select:none}.key-row{background:#fcfdfe}.key-row.nested td:first-child{padding-left:38px}.danger-link{border:0;background:none;color:var(--red);cursor:pointer;font-size:.72rem}.route-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.route-group{margin:0}.route-flow{padding:8px 20px 14px}.route-node{display:grid;grid-template-columns:auto auto 1fr auto auto auto;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.route-node:last-child{border-bottom:0}.route-node.disabled{opacity:.5}.route-order,.priority{color:var(--muted);font-size:.64rem}.route-node>div:nth-child(3){min-width:0;display:flex;flex-direction:column;gap:3px}.route-node strong{font-size:.77rem}.route-node code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-node small{color:var(--muted);font-size:.65rem}.toggle-button{border:1px solid #cfd5dd;border-radius:5px;padding:5px 8px;background:#fff;color:#475467;cursor:pointer;font-size:.67rem}.empty-state{grid-column:1 / -1;padding:44px;color:var(--muted);text-align:center}.dialog-backdrop{position:fixed;inset:0;z-index:20;padding:20px;display:grid;place-items:center;background:#10182873}.dialog{width:min(560px,100%);padding:28px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 24px 60px #1018282e}.dialog h2{font-size:1.2rem}.dialog>p:not(.section-label){color:var(--muted);font-size:.82rem}.secret-value{margin:20px 0;padding:14px;display:block;overflow-wrap:anywhere;border:1px solid var(--line);border-radius:6px;background:#f7f8fa;color:#1d3f96;line-height:1.6}.dialog-actions{display:flex;gap:10px}.dialog-actions.split-actions{align-items:center;justify-content:space-between}.dialog-actions.split-actions>div{display:flex;gap:10px}.dialog-form{display:grid;gap:14px;margin-top:16px}.dialog-form .inline-error{margin:0}.clickable-row{cursor:pointer}.panel-loading{padding:20px}.detail-grid{margin:0;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.detail-grid div{min-width:0}.detail-grid dt{color:var(--muted);font-size:.66rem;font-weight:650;letter-spacing:.03em;text-transform:uppercase}.detail-grid dd{margin:4px 0 0;font-size:.8rem;overflow-wrap:anywhere}.error-block{margin:0 20px 20px;padding:14px;border:1px solid var(--red-bg);border-radius:6px;background:var(--red-bg)}.error-block strong{color:var(--red);font-size:.8rem}.error-block p{margin:6px 0 0;color:var(--red);font-size:.78rem;line-height:1.5;overflow-wrap:anywhere}.auth-screen,.center-screen{min-height:100vh;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.auth-screen .logo,.center-screen .logo{width:44px;height:44px;margin-bottom:22px}.auth-screen h1{font-size:1.8rem}.auth-screen>p,.center-screen p{max-width:420px;margin:10px 0 22px;color:var(--muted);font-size:.86rem;line-height:1.5}.loader{width:28px;height:28px;border:3px solid #d9e2f8;border-top-color:var(--primary);border-radius:50%;animation:loading .8s linear infinite}@keyframes loading{to{transform:rotate(360deg)}}@media(max-width:1050px){.metrics-grid,.provider-grid{grid-template-columns:repeat(2,1fr)}.provider-card:nth-child(3n){border-right:1px solid var(--line)}.provider-card:nth-child(2n){border-right:0}.provider-card:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.provider-card:nth-last-child(-n+2){border-bottom:0}.route-form{grid-template-columns:repeat(3,1fr)}.route-groups{grid-template-columns:1fr}}@media(max-width:760px){.shell{display:block}.sidebar{position:static;width:100%;height:auto;padding:16px;border-right:0;border-bottom:1px solid var(--line)}.brand{padding:0 0 14px}nav{flex-direction:row;overflow-x:auto}nav a{width:auto;flex:none}.sidebar-foot{display:none}main{padding:30px 16px 56px}.page-header{align-items:flex-start;flex-direction:column}.page-actions,.table-toolbar,.model-summary{width:100%;align-items:stretch;flex-direction:column}.model-summary p,.table-toolbar .subtle{margin-left:0}.metrics-grid,.provider-grid{grid-template-columns:1fr}.provider-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.provider-card:last-child{border-bottom:0!important}.route-form{grid-template-columns:1fr}.inline-form{align-items:stretch;flex-direction:column}}
