:root{--bg:#f5f7fb;--surface:#ffffff;--surface-soft:#f8fafc;--text:#172033;--muted:#6b7485;--line:#e5e9f1;--navy:#172a54;--navy-2:#213c74;--blue:#2563eb;--blue-soft:#eff6ff;--green:#12945b;--green-soft:#ecfdf3;--amber:#a65b13;--amber-soft:#fff8e8;--red:#c33a4a;--red-soft:#fff1f3;--shadow:0 12px 36px rgba(25,37,64,.07);color-scheme:light}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a,button{color:inherit}a{text-decoration:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}svg{width:20px;height:20px}.app-frame{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:24px 16px 18px;border-right:1px solid var(--line);background:rgba(255,255,255,.92);display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--navy);color:white;box-shadow:0 8px 18px rgba(23,42,84,.18)}.brand-mark svg{width:23px;height:23px}.brand div:last-child{display:grid;grid-gap:2px;gap:2px}.brand strong{font-size:17px;letter-spacing:-.02em}.brand span{color:var(--muted);font-size:12px}.eyebrow,.sidebar-label{color:#8a93a2;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800}.sidebar-label{padding:0 10px 9px}.nav-list{display:grid;grid-gap:5px;gap:5px}.nav-item{min-height:44px;display:flex;align-items:center;gap:12px;padding:0 12px;border-radius:11px;color:#536075;font-size:14px;font-weight:650;transition:.16s ease}.nav-item svg{width:18px;height:18px}.nav-item.active{color:white;background:var(--navy);box-shadow:0 8px 20px rgba(23,42,84,.16)}.nav-item:not(.active):not(.nav-disabled):hover{background:#f2f5fa;color:var(--text)}.nav-disabled{opacity:.58;cursor:not-allowed}.nav-disabled em{margin-left:auto;font-style:normal;font-size:10px;background:#edf0f5;padding:4px 7px;border-radius:999px}.sidebar-spacer{flex:1 1}.backend-note{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;padding:12px;display:flex;align-items:center;gap:10px}.backend-note div{display:grid;grid-gap:2px;gap:2px}.backend-note strong{font-size:12px}.backend-note small{color:var(--muted);font-size:10px}.backend-dot{width:9px;height:9px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px var(--green-soft)}.content-column{min-width:0}.topbar{height:70px;padding:0 34px;background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar>div:first-child{display:grid;grid-gap:3px;gap:3px}.topbar strong{font-size:14px}.topbar-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;border:1px solid var(--line);padding:8px 11px;border-radius:999px;background:white}.topbar-status span{width:7px;height:7px;background:var(--amber);border-radius:50%}.main-content{padding:34px;max-width:1440px;margin:0 auto}.page-stack{display:grid;grid-gap:22px;gap:22px}.page-heading{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}.page-heading h1{margin:6px 0 7px;font-size:clamp(27px,3vw,38px);letter-spacing:-.045em;line-height:1.05}.page-heading p{margin:0;color:var(--muted);max-width:720px;font-size:14px;line-height:1.65}.button{min-height:42px;border:0;border-radius:10px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;font-size:13px;cursor:pointer;transition:.15s ease;white-space:nowrap}.button svg{width:16px;height:16px}.button.primary{background:var(--navy);color:white;box-shadow:0 8px 18px rgba(23,42,84,.13)}.button.primary:hover{background:var(--navy-2);transform:translateY(-1px)}.button.secondary{border:1px solid var(--line);background:white;color:#43506a}.button.secondary:hover{background:var(--surface-soft)}.button.compact{min-height:38px}.button:disabled{opacity:.55;cursor:default;transform:none!important}.notice{border-radius:12px;padding:13px 15px;display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 10px;font-size:13px}.notice.warning{border:1px solid #f1d8a2;background:var(--amber-soft);color:#7a4613}.notice small{flex-basis:100%;opacity:.75}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.stat-card{min-height:130px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow);padding:20px;display:flex;align-items:center;gap:16px}.stat-card>div:last-child{display:grid;grid-gap:5px;gap:5px}.stat-card span{color:var(--muted);font-size:12px}.stat-card strong{font-size:26px;letter-spacing:-.035em}.stat-card small{color:#9199a6;font-size:11px}.stat-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);flex:0 0 auto}.stat-icon.neutral{color:#475569;background:#f1f5f9}.status-word{color:var(--green);font-size:20px!important}.muted-stat{background:#fbfcfe;box-shadow:none}.muted-stat strong{font-size:17px;color:#8d95a2}.two-column{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:16px;gap:16px}.panel{border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow);padding:21px;min-width:0}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.panel-heading h2{margin:5px 0 0;font-size:18px;letter-spacing:-.02em}.panel-icon{color:#8b95a6}.capability-list,.scope-list{display:grid}.capability-row{display:grid;grid-template-columns:60px minmax(130px,.8fr) 1fr;align-items:center;grid-gap:12px;gap:12px;min-height:45px;border-top:1px solid var(--line);font-size:12px}.capability-row>code:nth-child(2){color:#526078}.capability-row>span{color:var(--muted)}.method{justify-self:start;border-radius:6px;padding:4px 7px;font-size:10px;font-weight:900;letter-spacing:.04em}.method.get{color:#17634a;background:#eaf8f1}.method.post{color:#1f5aa6;background:#edf5ff}.method.patch{color:#854d0e;background:#fff7df}.method.delete{color:#9f2d3a;background:#fff0f2}.scope-row{min-height:45px;display:grid;grid-template-columns:12px 1fr auto;align-items:center;grid-gap:10px;gap:10px;border-top:1px solid var(--line);font-size:12px}.scope-dot{width:7px;height:7px;border-radius:50%;background:#d3d8e1}.scope-row em{font-style:normal;color:#9aa2ae;font-size:10px}.schema-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden}.schema-strip>div{padding:15px;display:grid;grid-gap:5px;gap:5px;border-right:1px solid var(--line)}.schema-strip>div:last-child{border-right:0}.schema-strip span{color:var(--muted);font-size:11px}.schema-strip strong{font-size:12px}.customer-panel{padding:0;overflow:hidden}.table-toolbar{padding:17px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:12px}.search-box{min-width:min(460px,65%);height:39px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);background:var(--surface-soft);border-radius:9px}.search-box svg{width:16px;height:16px;color:#8791a0}.search-box input{border:0;outline:0;background:transparent;width:100%;color:var(--text);font-size:13px}.table-meta{padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fbfcfe;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.table-meta strong{color:#3e4c65}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:780px}th{height:42px;text-align:left;color:#818a98;font-size:10px;text-transform:uppercase;letter-spacing:.08em;background:#fbfcfe}td,th{padding:0 16px}td{height:66px;border-top:1px solid var(--line);font-size:12px;color:#3e4c65}.customer-cell{display:flex;align-items:center;gap:10px}.customer-cell>div{display:grid;grid-gap:3px;gap:3px}.customer-cell strong{font-size:12px;color:var(--text)}.customer-cell small{color:#9aa2ad;font-size:9px;font-family:ui-monospace,monospace}.avatar{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--navy);background:#eef2f8;font-weight:850;font-size:11px}.empty-value{color:#a0a7b2;font-style:italic}.row-actions{display:flex;justify-content:flex-end;gap:6px}.icon-button,.row-actions button{width:34px;height:34px;border-radius:8px;border:1px solid var(--line);background:white;display:grid;place-items:center;cursor:pointer;color:#647087}.icon-button:hover,.row-actions button:hover{background:var(--surface-soft)}.row-actions button.danger{color:var(--red)}.icon-button svg,.row-actions svg{width:15px;height:15px}.empty-state{padding:44px 20px;display:grid;place-items:center;grid-gap:5px;gap:5px;color:var(--muted)}.empty-state strong{color:var(--text);font-size:14px}.skeleton-row span{display:block;height:12px;max-width:140px;border-radius:6px;background:linear-gradient(90deg,#eef1f5,#f8f9fb,#eef1f5);background-size:200% 100%;animation:pulse 1.4s linear infinite}@keyframes pulse{to{background-position:-200% 0}}.drawer-backdrop{position:fixed;inset:0;z-index:60;background:rgba(18,28,48,.28);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end}.drawer{width:min(480px,94vw);height:100%;background:white;box-shadow:-24px 0 70px rgba(22,31,51,.18);padding:24px;overflow-y:auto;animation:slideIn .18s ease-out}@keyframes slideIn{0%{transform:translateX(20px);opacity:.7}}.drawer-heading{display:flex;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.drawer-heading h2{margin:6px 0;font-size:22px;letter-spacing:-.03em}.drawer-heading p{margin:0;color:var(--muted);font-size:12px}.form-stack{display:grid;grid-gap:17px;gap:17px;padding-top:22px}.form-stack label{display:grid;grid-gap:7px;gap:7px}.form-stack label>span{font-size:12px;font-weight:750}.form-stack label em{font-style:normal;font-weight:500;color:#98a0ac}.form-stack input{height:43px;border:1px solid #dfe4ec;border-radius:9px;padding:0 12px;outline:0;color:var(--text);background:white}.form-stack input:focus{border-color:#8e9db9;box-shadow:0 0 0 3px #f0f3f8}.form-note{border-radius:9px;padding:11px 12px;background:#f6f8fb;color:var(--muted);font-size:11px;line-height:1.55}.drawer-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}@media (max-width:1050px){.stat-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}}@media (max-width:760px){.app-frame{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:14px;border-right:0;border-bottom:1px solid var(--line)}.brand{padding-bottom:12px}.backend-note,.sidebar-label,.sidebar-spacer{display:none}.nav-list{display:flex;overflow-x:auto;gap:5px}.nav-item{flex:0 0 auto;min-height:38px}.nav-disabled{display:none}.topbar{padding:0 16px;height:60px}.topbar-status{display:none}.main-content{padding:20px 14px}.page-heading{flex-direction:column}.page-heading .button{width:100%}.stat-grid{grid-template-columns:1fr}.schema-strip{grid-template-columns:1fr 1fr}.schema-strip>div{border-bottom:1px solid var(--line)}.search-box{min-width:0;width:100%}.table-toolbar{align-items:stretch}.table-meta{align-items:flex-start;flex-direction:column}}