:root{--bg:#f5f7fb;--panel:#fff;--ink:#172033;--muted:#7a8499;--line:#e5e9f1;--accent:#6157e8;--accent2:#8a7cff;--good:#19a974;--warn:#e09a22;--bad:#e55757;--nav:#161b2b;--nav2:#21283b;--mono:"SFMono-Regular",Consolas,monospace}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif}.shell{min-height:100vh;display:grid;grid-template-columns:236px 1fr}aside{position:fixed;inset:0 auto 0 0;width:236px;background:linear-gradient(180deg,#151a29,#1b2133);color:#fff;padding:28px 18px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font:bold 18px Georgia;background:linear-gradient(135deg,#8279ff,#4e46c8);box-shadow:0 8px 24px #675de855}.brand div{display:flex;flex-direction:column}.brand strong{font-size:17px}.brand small{color:#8f98ad;font-size:11px}.nav{border:0;background:transparent;color:#9aa4b9;width:100%;padding:12px 14px;border-radius:10px;text-align:left;margin:3px 0;font-weight:600;cursor:pointer;display:flex;gap:11px;align-items:center}.nav span{font-size:17px;width:20px;text-align:center}.nav:hover,.nav.active{color:#fff;background:var(--nav2)}.nav.active:before{content:"";width:3px;height:20px;background:#8178ff;border-radius:3px;position:absolute;left:18px}.env-card{margin-top:auto;background:#20273a;border:1px solid #2b3348;border-radius:12px;padding:13px;display:flex;gap:10px;align-items:center}.env-card i{width:8px;height:8px;border-radius:50%;background:#32d296;box-shadow:0 0 0 4px #32d29618}.env-card div{display:flex;flex-direction:column}.env-card b{font-size:11px}.env-card span{font-size:11px;color:#8892a8}main{grid-column:2;padding:0 38px 46px;min-width:0}header{height:104px;display:flex;align-items:center;justify-content:space-between}.eyebrow{font-size:10px;letter-spacing:.15em;color:#9aa3b4;margin:0 0 4px;font-weight:700}h1{font-size:25px;margin:0}h2{font-size:30px;margin:12px 0 8px}h3{margin:0;font-size:16px}p{margin:0;color:var(--muted)}button,input,select,textarea{font:inherit}.header-actions{display:flex;gap:14px;align-items:center;color:var(--muted)}button{cursor:pointer}.ghost,.secondary{border:1px solid var(--line);background:#fff;color:#526078;border-radius:8px;padding:8px 12px;font-weight:600}.secondary{color:var(--accent);border-color:#d8d4ff}.primary{border:0;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--accent),#7167f3);padding:11px 17px;font-weight:700;box-shadow:0 8px 20px #6157e826}.wide{width:100%}.primary span{float:right;font-weight:400;opacity:.7}.view{display:none}.view.active{display:block}.intro{min-height:214px;padding:35px 42px;background:linear-gradient(120deg,#fff,#f2f0ff);border:1px solid #ece9ff;border-radius:18px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.intro p{max-width:620px;font-size:15px}.pill{display:inline-flex;background:#e9e6ff;color:#5a50d4;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.pill.muted{background:#f1f3f7;color:#6c768b}.orb{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 35% 30%,#a99fff,#6258e8 60%,#4237bb);box-shadow:0 25px 60px #655be84a;transform:rotate(-8deg)}.orb:after{content:"";position:absolute;width:160px;height:50px;border:1px solid #8f86fa55;border-radius:50%;transform:rotate(-18deg)}.orb span{font-weight:800;letter-spacing:.15em}.section-title,.panel-title{display:flex;align-items:center;justify-content:space-between}.section-title{margin:30px 0 15px}.section-title p,.panel-title p{font-size:12px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.service-card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:13px;padding:20px;box-shadow:0 3px 12px #29334a08}.service-card{display:flex;align-items:center;gap:15px}.service-icon{width:42px;height:42px;border-radius:11px;background:#f0efff;color:var(--accent);display:grid;place-items:center;font-weight:800}.service-info{flex:1}.service-info b{display:block}.service-info small{color:var(--muted)}.service-state{font-size:11px;padding:4px 9px;border-radius:99px;background:#f1f3f7;color:#748097}.service-state.up{background:#e6f8f1;color:var(--good)}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.quick{border:1px solid var(--line);background:#fff;border-radius:13px;padding:20px;text-align:left;display:flex;gap:13px;align-items:center}.quick>span{font:bold 11px var(--mono);color:var(--accent);background:#edebff;border-radius:8px;padding:7px}.quick div{flex:1;display:flex;flex-direction:column}.quick small{color:var(--muted)}.quick i{font-style:normal;color:#9ba4b7}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.segmented{background:#e9ecf2;padding:3px;border-radius:9px}.segmented button,.api-tabs button{border:0;background:transparent;padding:7px 13px;border-radius:7px;color:#778197;font-weight:600}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 2px 7px #28324a12}.toolbar-right{display:flex;gap:10px;align-items:center}.toolbar input{width:260px}.toolbar input,input,select,textarea{border:1px solid var(--line);border-radius:8px;background:#fff;padding:9px 10px;color:var(--ink);outline:none}.toolbar input:focus,input:focus,select:focus,textarea:focus{border-color:#a9a3f7;box-shadow:0 0 0 3px #6258e80e}.switch{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.switch input{display:none}.switch span{width:30px;height:17px;border-radius:20px;background:#cdd3de;position:relative}.switch span:after{content:"";width:11px;height:11px;background:white;border-radius:50%;position:absolute;left:3px;top:3px;transition:.2s}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{left:16px}.log-head,.log-row{display:grid;grid-template-columns:155px 120px 70px 1fr;gap:12px;align-items:start}.log-head{padding:9px 13px;color:#8b95a7;font-size:11px}.log-console{height:calc(100vh - 210px);min-height:480px;background:#111622;border-radius:12px;overflow:auto;color:#cdd4e3;font:12px/1.5 var(--mono)}.log-row{padding:7px 13px;border-bottom:1px solid #202637}.log-row:hover{background:#181f2e}.log-row time{color:#69758b}.log-row .svc{color:#8d84ff}.log-row .lvl{color:#5ed3a2}.log-row .lvl.error{color:#ff7373}.log-row .lvl.warn{color:#ffc66d}.log-row pre{margin:0;white-space:pre-wrap;word-break:break-word;font:inherit}.two-col,.wizard-layout{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(420px,1.1fr);gap:18px}.panel-title{border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field-row.three{grid-template-columns:1fr 1fr 1.5fr}label{display:flex;flex-direction:column;gap:6px;color:#5e687c;font-size:12px;font-weight:600;margin-bottom:14px}textarea{resize:vertical}.status-dot{font-size:11px;color:#7c879b}.status-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#b8bfcb;margin-right:6px}.status-dot.good{color:var(--good)}.status-dot.good:before{background:var(--good)}.status-dot.bad{color:var(--bad)}.status-dot.bad:before{background:var(--bad)}.response{margin:0;background:#151b28;color:#d8deea;border-radius:10px;padding:17px;min-height:470px;max-height:calc(100vh - 230px);overflow:auto;font:12px/1.65 var(--mono);white-space:pre-wrap;word-break:break-word}.response.empty{color:#6f7a90}.api-tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:18px}.api-tabs button{border-radius:0;padding:10px 15px;border-bottom:2px solid transparent}.api-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.api-pane{display:none}.api-pane.active{display:block}.stepper{display:flex;justify-content:space-between;margin:5px 0 27px}.stepper span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eff1f5;color:#9aa3b3;font:bold 11px var(--mono);position:relative}.stepper span:not(:last-child):after{content:"";height:1px;background:#e0e4ec;width:calc((min(55vw,650px) - 192px)/5);position:absolute;left:32px}.stepper span.active,.stepper span.done{background:var(--accent);color:#fff}.stepper span.done{background:var(--good)}.stepper b{position:absolute;top:37px;color:#8993a5;font:10px sans-serif;white-space:nowrap}.wizard-form{min-height:625px}.wizard-copy{margin-bottom:20px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.choice{border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px;text-align:left}.choice:hover,.choice.selected{border-color:#9d96f4;background:#f6f5ff}.question{font-size:18px;font-weight:700;margin:18px 0}.suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.suggestions button{border:1px solid #dedafc;background:#f7f6ff;color:#5f56cc;border-radius:99px;padding:6px 10px}.identity{display:flex;align-items:center;gap:12px;margin-bottom:14px}.identity .avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#ece9ff;color:var(--accent);font-weight:800}.identity div:last-child{display:flex;flex-direction:column}.identity small{color:var(--muted)}.snapshot-panel .response{min-height:505px;max-height:560px}.method-path{grid-template-columns:120px 1fr}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{display:grid;grid-template-columns:70px 1fr 90px 90px;gap:12px;padding:12px;border:1px solid var(--line);border-radius:9px}.history-item code{color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;background:#202638;color:#fff;padding:11px 16px;border-radius:9px;box-shadow:0 12px 40px #17203333;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}@media(max-width:1050px){.shell{grid-template-columns:80px 1fr}aside{width:80px;padding:25px 10px}.brand div,.brand+nav .nav:not(.active){font-size:0}.brand{padding:0 12px 25px}.nav{justify-content:center}.nav span{font-size:18px}.env-card{display:none}main{grid-column:2;padding:0 22px 35px}.two-col,.wizard-layout{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}}
