:root{color:#14212b;font-synthesis:none;--bg:#f4f8fa;--surface:#fdfeff;--surface-soft:#f6f9fb;--text:#14212b;--muted:#5d6d77;--line:#e2e9ef;--primary:#10bfd0;--primary-deep:#078c9d;--primary-soft:#e8fafc;--success:#059669;--success-soft:#eaf8f2;--danger:#dc3653;--danger-soft:#fff0f3;--warning:#b7791f;--shadow:0 14px 34px #152f4012;--radius:15px;background:#f4f8fa;font-family:Plus Jakarta Sans,PingFang SC,Hiragino Sans GB,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);-webkit-font-smoothing:antialiased;min-width:320px;font-size:14px;line-height:1.5}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}code,pre{font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace}.shell{grid-template-columns:246px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fdfefff5;flex-direction:column;gap:28px;height:100vh;padding:26px 16px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 12px;display:flex}.brand-mark{background:conic-gradient(from 210deg,#5b8cff,#a855f7,#22d3ee,#5b8cff);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:19px;font-weight:800;display:grid;box-shadow:inset 0 0 0 2px #ffffff94}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.045em;font-size:17px}.brand small{color:var(--muted);margin-top:1px;font-size:11px;font-weight:650}.nav{flex-direction:column;flex:1;gap:8px;display:flex}.nav-item{text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;width:100%;height:45px;padding:0 15px;font-weight:550;display:flex}.nav-item span{color:#6d7d87;text-align:center;width:18px;font-size:17px}.nav-item:hover{background:#f4f8fa}.nav-item.active{background:var(--primary-soft);border-color:#10bfd03b;font-weight:700}.nav-item.active span{color:var(--primary-deep)}.status-card{background:var(--surface);border:1px solid #d9e5e8;border-radius:14px;margin-top:auto;padding:14px 15px}.status-card p{align-items:center;gap:8px;margin:0 0 9px;font-size:11px;font-weight:700;display:flex}.status-card small{color:var(--muted);margin-top:5px;font-size:10px;display:block}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e29}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);background:linear-gradient(#ffffffc2,#0000);justify-content:space-between;align-items:flex-start;gap:24px;padding:28px 40px 20px;display:flex}.topbar h1{letter-spacing:-.025em;margin:0;font-size:28px;font-weight:650;line-height:1.2}.topbar p{color:var(--muted);margin:7px 0 0;font-size:12px}.user-chip{align-items:center;gap:10px;display:flex}.user-chip>span:nth-child(2){min-width:0}.user-chip strong,.user-chip small{text-overflow:ellipsis;white-space:nowrap;max-width:180px;display:block;overflow:hidden}.user-chip strong{font-size:12px}.user-chip small{color:var(--muted);margin-top:2px;font-size:10px}.avatar{background:linear-gradient(135deg,#c4b5fd,#93c5fd);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:750;display:grid}.content{width:min(1450px,100%);margin:0 auto;padding:26px 40px 56px}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 2px #14263d06}.stat-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:18px;display:grid}.stat{padding:18px 20px}.stat p{color:var(--muted);margin:0;font-size:11px;font-weight:650}.stat strong{margin:4px 0 0;font-size:30px;font-weight:650;line-height:1.15;display:block}.stat strong.positive{color:var(--success)}.stat small{color:#81909a;font-size:10px}.workspace-grid{grid-template-columns:minmax(320px,.8fr) minmax(500px,1.45fr);align-items:start;gap:18px;display:grid}.card-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:20px;display:flex}.card-head h2,.detail-card h2,.quickstart-grid h2,.settings-card h2{margin:0;font-size:18px}.card-head p{color:var(--muted);margin:4px 0 0;font-size:11px}.app-list{padding:8px}.app-row{text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px;display:grid}.app-row:hover{background:var(--surface-soft)}.app-row.selected{background:var(--primary-soft);border-color:#10bfd040}.app-icon{background:linear-gradient(135deg,#b4f2f5,#bed2ff);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.app-icon.large{border-radius:16px;width:58px;height:58px;font-size:17px}.app-summary{min-width:0}.app-summary strong,.app-summary small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.app-summary strong{font-size:13px}.app-summary small{color:var(--muted);margin-top:3px;font:10px/1.4 IBM Plex Mono,monospace}.status{white-space:nowrap;border-radius:999px;align-items:center;height:25px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex}.status.active{color:var(--success);background:var(--success-soft)}.status.disabled{color:#687782;background:#edf1f4}.status.error{color:var(--danger);background:var(--danger-soft)}.status.provisioning{color:var(--warning);background:#fff7e8}.detail-card{overflow:hidden}.detail-hero{border-bottom:1px solid var(--line);grid-template-columns:58px minmax(0,1fr) auto;gap:15px;padding:22px;display:grid}.detail-hero h2{margin:1px 0 2px}.detail-hero p:not(.eyebrow){color:var(--muted);margin:0;font-size:11px}.eyebrow{color:var(--primary-deep);letter-spacing:.14em;margin:0 0 5px;font-size:9px;font-weight:800}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 22px;display:grid}.property>span{color:var(--muted);margin-bottom:5px;font-size:10px;font-weight:650;display:block}.property>div{border:1px solid var(--line);background:#f8fafc;border-radius:9px;align-items:center;gap:8px;min-height:38px;padding:8px 9px 8px 11px;display:flex}.property code{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:10px;overflow:hidden}.copy-button{color:#50616c;background:#e8eff3;border:0;border-radius:6px;flex:none;padding:3px 6px;font-size:9px;font-weight:700}.config-block{border:1px solid var(--line);border-radius:11px;margin:0 22px 14px;padding:15px}.config-block h3{margin:0 0 8px;font-size:11px}.config-block code{color:#485963;text-overflow:ellipsis;white-space:nowrap;padding:5px 0;font-size:10px;display:block;overflow:hidden}.detail-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:9px;padding:18px 22px;display:flex}.inline-alert{background:var(--danger-soft);color:var(--danger);border-radius:9px;margin:18px 22px 0;padding:10px 12px;font-size:11px}.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:39px;padding:0 15px;font-size:12px;font-weight:700;transition:transform .15s,opacity .15s,background .15s;display:inline-flex}.button:not(:disabled):hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button.primary{background:var(--primary);color:#fff;box-shadow:0 4px 10px #0a8c9e2b}.button.primary:hover{background:#0daaba}.button.secondary{background:#fff;border-color:#d7e0e8}.button.ghost{color:var(--muted);background:0 0}.button.danger{background:var(--danger-soft);color:var(--danger);border-color:#ffd4dc}.button.small{min-height:35px;font-size:11px}.button.block{width:100%}.quickstart-grid{grid-template-columns:minmax(330px,.85fr) minmax(480px,1.2fr);gap:18px;display:grid}.steps-card,.code-card,.settings-card{padding:24px}.step{gap:13px;margin-top:23px;display:flex}.step>span{background:var(--primary-soft);width:28px;height:28px;color:var(--primary-deep);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.step strong{font-size:12px}.step p{color:var(--muted);margin:3px 0 0;font-size:11px}.code-card>header{justify-content:space-between;display:flex}.code-card pre{color:#d9f7f8;background:#14212b;border-radius:12px;margin:18px 0;padding:18px;font-size:11px;line-height:1.65;overflow:auto}.endpoint-list{gap:9px;display:grid}.settings-card>p:not(.eyebrow){color:var(--muted)}.settings-card .property-grid{padding:20px 0}.architecture-note{background:var(--primary-soft);border:1px solid #10bfd038;border-radius:12px;padding:16px}.architecture-note p{color:#48616a;margin:4px 0 0;font-size:11px}.dialog-backdrop{z-index:30;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f1f2a75;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.dialog{background:var(--surface);border:1px solid #ffffffb3;border-radius:20px;width:min(680px,100%);max-height:calc(100vh - 44px);animation:.2s both rise;overflow:auto;box-shadow:0 26px 70px #081c2a38}.dialog-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:24px 26px 18px;display:flex}.dialog-head h2{margin:0;font-size:21px}.dialog-head p:not(.eyebrow){color:var(--muted);margin:5px 0 0;font-size:11px}.icon-button{background:var(--surface-soft);color:#657681;border:0;border-radius:9px;width:34px;height:34px;font-size:20px}.field-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:22px 26px 10px;display:grid}.field-wide{grid-column:1/-1}.field>span,.field legend{margin-bottom:6px;font-size:11px;font-weight:700;display:block}.field em{color:var(--muted);font-style:normal;font-weight:500}.field input,.field textarea{background:#fff;border:1px solid #d8e1e8;border-radius:10px;outline:none;width:100%;transition:border .15s,box-shadow .15s}.field input{height:42px;padding:0 12px}.field textarea{resize:vertical;min-height:76px;padding:10px 12px}.field input:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #10bfd01f}.field small{color:#71818b;margin-top:5px;font-size:9px;display:block}.type-selector{border:0;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;display:grid}.type-selector legend{grid-column:1/-1}.type-selector button{text-align:left;background:#fff;border:1px solid #dbe3e9;border-radius:11px;padding:12px}.type-selector button.selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 2px #10bfd017}.type-selector strong,.type-selector span{display:block}.type-selector strong{font-size:11px}.type-selector span{color:var(--muted);margin-top:3px;font-size:9px}.dialog-actions{justify-content:flex-end;gap:10px;padding:18px 26px 24px;display:flex}.form-error{background:var(--danger-soft);color:var(--danger);border:1px solid #ffd2db;border-radius:9px;margin:10px 26px 0;padding:10px 12px;font-size:11px}.notice{border-radius:10px;justify-content:space-between;gap:12px;margin-bottom:15px;padding:11px 13px;font-size:11px;display:flex}.notice.success{background:var(--success-soft);color:var(--success)}.notice.danger{background:var(--danger-soft);color:var(--danger)}.notice button{color:inherit;background:0 0;border:0}.empty-state,.empty-detail{min-height:250px;color:var(--muted);text-align:center;place-content:center;justify-items:center;padding:28px;display:grid}.empty-state strong{color:var(--text)}.empty-state p{margin:4px 0 15px;font-size:11px}.login-page,.center-page{background:radial-gradient(ellipse 60% 50% at 80% -10%, #10bfd02e, transparent 60%), radial-gradient(ellipse 50% 40% at 10% 110%, #10bfd01a, transparent 55%), var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--line);background:var(--surface);width:min(430px,100%);box-shadow:var(--shadow);border-radius:21px;padding:38px 36px 31px;animation:.35s both rise}.login-card .brand{margin-bottom:32px;padding:0}.login-card h1{margin:0 0 8px;font-size:25px}.login-card>p:not(.eyebrow){color:var(--muted);margin:0 0 26px;font-size:12px}.login-card .form-error{margin:0 0 14px}.login-tabs{background:#eef3f6;border-radius:11px;grid-template-columns:1fr 1fr;gap:5px;margin:-6px 0 18px;padding:4px;display:grid}.login-tabs button{height:34px;color:var(--muted);background:0 0;border:0;border-radius:8px;font-size:11px;font-weight:700}.login-tabs button.active{color:var(--text);background:#fff;box-shadow:0 1px 4px #14263d1a}.login-form{gap:12px;display:grid}.login-form label span{margin-bottom:5px;font-size:10px;font-weight:700;display:block}.login-form input{background:#fff;border:1px solid #d8e1e8;border-radius:10px;outline:none;width:100%;height:42px;padding:0 12px}.login-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #10bfd01f}.login-divider{color:#88969e;align-items:center;gap:10px;margin:18px 0;font-size:9px;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--line);flex:1;height:1px}.security-note{color:#7a8992;text-align:center;margin-top:16px;font-size:9px;display:block}.center-page{color:var(--muted);align-content:center;font-size:11px}.loader{border:3px solid #d9e8ea;border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}}@media (max-width:980px){.shell{grid-template-columns:76px minmax(0,1fr)}.sidebar{padding-inline:10px}.brand>span:last-child,.nav-item:not(.active){font-size:0}.brand{justify-content:center;padding:0}.nav-item{justify-content:center;padding:0;font-size:0}.nav-item.active{font-size:0}.nav-item span{font-size:18px}.status-card{display:none}.workspace-grid,.quickstart-grid{grid-template-columns:1fr}}@media (max-width:680px){.shell{display:block}.sidebar{z-index:20;border:0;border-top:1px solid var(--line);flex-direction:row;align-items:center;width:100%;height:68px;padding:8px 14px;position:fixed;top:auto;bottom:0}.sidebar .brand{display:none}.nav{flex-direction:row;gap:5px}.nav-item,.nav-item.active{flex-direction:column;gap:1px;height:50px;padding:4px 8px;font-size:9px}.nav-item span{font-size:15px}.topbar{padding:21px 18px 15px}.topbar h1{font-size:23px}.topbar p,.user-chip>span:nth-child(2){display:none}.user-chip .button{min-height:34px;padding:0 10px}.content{padding:18px 14px 95px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:8px}.stat{padding:13px 11px}.stat strong{font-size:23px}.stat small{display:none}.workspace-grid,.property-grid{grid-template-columns:1fr}.detail-hero{grid-template-columns:48px 1fr}.detail-hero .status{grid-column:2;justify-self:start}.app-icon.large{width:48px;height:48px}.field-grid{grid-template-columns:1fr;padding-inline:18px}.dialog-head,.dialog-actions{padding-inline:18px}.type-selector{grid-template-columns:1fr}}
