:root{color-scheme:dark}.dc-shell{--bg:#07100f;--panel:#0c1816;--panel2:#10211e;--line:#20332f;--text:#eefbf7;--muted:#8ea8a0;--accent:#39f2a6;--accent2:#9cffd5;position:relative;left:50%;transform:translateX(-50%);width:min(calc(100vw - 32px),1760px);max-width:none;min-height:100vh;padding:16px 32px 0;background:radial-gradient(circle at 50% 18%,rgba(57,242,166,.08),transparent 30%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;box-sizing:border-box}.dc-shell *{box-sizing:border-box}.dc-shell button,.dc-shell input,.dc-shell select{font:inherit}.dc-shell button{cursor:pointer}.dc-topbar{height:68px;display:flex;align-items:center;border-bottom:1px solid var(--line);gap:34px}.dc-brand{color:var(--text);text-decoration:none;font-size:20px;font-weight:800;display:flex;align-items:center;gap:10px}.dc-brand>span:last-child span{color:var(--accent)}.dc-brand-mark{width:32px;height:32px;border:1px solid var(--accent);display:grid;place-items:center;color:var(--accent);clip-path:polygon(25% 0,100% 0,100% 75%,75% 100%,0 100%,0 25%)}.dc-nav{display:flex;gap:6px;margin:auto}.dc-nav button,.dc-actions button{border:0;background:transparent;color:var(--muted);padding:10px 13px;border-radius:8px}.dc-nav button:hover,.dc-nav button.is-active,.dc-actions button:hover{color:var(--text);background:var(--panel2)}.dc-actions{display:flex;gap:6px}.dc-hero{text-align:center;padding:72px 20px 42px}.dc-kicker,.dc-eyebrow{letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--accent)}.dc-kicker span{display:inline-block;width:7px;height:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 12px var(--accent);margin-right:8px}.dc-hero h1{font-size:clamp(42px,6vw,82px);line-height:.98;margin:18px auto 22px;letter-spacing:-.055em;max-width:1000px}.dc-hero h1 em{font-style:normal;color:var(--accent)}.dc-hero>p:last-child{color:var(--muted);font-size:17px;max-width:680px;margin:auto;line-height:1.65}.dc-command{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 140px 230px 190px;align-items:end;border:1px solid var(--line);background:rgba(12,24,22,.92);padding:12px;border-radius:14px;box-shadow:0 22px 60px rgba(0,0,0,.25)}.dc-command label{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px}.dc-command input,.dc-command select{width:100%;height:48px;border:1px solid var(--line);background:var(--bg);color:var(--text);padding:0 14px;outline:none}.dc-command input{border-radius:8px 0 0 8px;font-family:ui-monospace,monospace;font-size:16px}.dc-command select{border-left:0}.dc-toggle{height:48px!important;margin:0!important;border:1px solid var(--line);padding:6px 12px;display:grid!important;grid-template-columns:32px 1fr;align-content:center}.dc-toggle input{display:none}.dc-toggle span{grid-row:1/3;width:26px;height:15px;background:#31443f;border-radius:20px;position:relative}.dc-toggle span:after{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:#8da39d;left:2px;top:2px;transition:.2s}.dc-toggle input:checked+span{background:var(--accent)}.dc-toggle input:checked+span:after{left:13px;background:#062117}.dc-toggle b,.dc-toggle small{grid-column:2;text-transform:none;letter-spacing:0}.dc-toggle b{color:var(--text);font-size:11px}.dc-toggle small{font-size:10px}.dc-run{height:48px;border:0;border-radius:8px;background:var(--accent);color:#062117;font-weight:900;padding:0 18px}.dc-run span{margin-left:12px}.dc-run.is-loading{opacity:.6}.dc-status{max-width:1200px;margin:12px auto 24px;color:var(--muted);font-size:12px}.dc-status.is-error{color:#ff8e8e}.dc-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;max-width:1400px;margin:0 auto}.dc-main-card,.dc-side article{border:1px solid var(--line);background:var(--panel);border-radius:12px}.dc-main-card{min-height:450px;padding:24px}.dc-card-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}.dc-card-head h2{margin:4px 0;font-size:22px}.dc-live{color:var(--accent);font-size:11px;font-weight:800}.dc-empty{text-align:center;max-width:480px;margin:78px auto;color:var(--muted)}.dc-empty h3{color:var(--text)}.dc-orbit{font-size:60px;color:var(--accent)}.dc-side{display:flex;flex-direction:column;gap:16px}.dc-side article{padding:20px}.dc-side strong{display:block;font-size:42px;color:var(--accent)}.dc-side article>span{font-size:12px;color:var(--muted)}.dc-side ul{padding:0;list-style:none;color:var(--muted);line-height:2}.dc-side li i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-right:8px}.dc-note p:last-child{color:var(--muted);line-height:1.6;font-size:13px}.dc-result-list{padding:18px 0}.dc-resolver{border:1px solid var(--line);border-radius:10px;margin:12px 0;overflow:hidden}.dc-resolver>header{display:flex;justify-content:space-between;padding:14px 16px;background:var(--panel2)}.dc-resolver>header>div:last-child{text-align:right}.dc-resolver header b,.dc-provider{display:block}.dc-resolver header small{color:var(--muted)}.dc-records>div{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:12px 16px;border-top:1px solid var(--line);align-items:center}.dc-records code{color:var(--accent2);word-break:break-all}.dc-records span,.dc-resolver footer{color:var(--muted);font-size:11px}.dc-records button{background:transparent;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:5px 8px}.dc-resolver footer{display:flex;gap:18px;padding:10px 16px;border-top:1px solid var(--line)}.dc-noanswer{padding:20px;color:var(--muted)}.dc-tools{max-width:1400px;margin:90px auto 0;padding:60px 0;border-top:1px solid var(--line)}.dc-tools>h2{font-size:34px}.dc-tools>div{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dc-tools article{border-top:1px solid var(--line);padding:22px 8px}.dc-tools article b{color:var(--accent);font-family:monospace}.dc-tools article p{color:var(--muted);line-height:1.6}.dc-footer{border-top:1px solid var(--line);padding:24px;text-align:center;color:var(--muted);font-size:12px}.dc-footer span{margin-left:18px}.dc-shell[data-theme=light]{--bg:#f4f8f6;--panel:#fff;--panel2:#e9f1ed;--line:#cedbd5;--text:#10201b;--muted:#61756e;--accent:#087f50;--accent2:#08613f;color-scheme:light}.dc-shell[data-theme=ocean]{--bg:#06111d;--panel:#0a1b2b;--panel2:#10283d;--line:#213d52;--accent:#35c7ff;--accent2:#a4e7ff}.dc-shell[data-theme=violet]{--bg:#10091a;--panel:#1a1028;--panel2:#26173a;--line:#3c2854;--accent:#c58cff;--accent2:#e7ceff}@media(max-width:900px){.dc-shell{padding:10px 16px}.dc-nav{display:none}.dc-actions{margin-left:auto}.dc-hero{padding-top:45px}.dc-command{grid-template-columns:1fr 110px}.dc-toggle,.dc-run{margin-top:8px!important}.dc-grid{grid-template-columns:1fr}.dc-side{display:grid;grid-template-columns:repeat(3,1fr)}.dc-tools>div{grid-template-columns:1fr}.dc-tools{margin-top:45px}}@media(max-width:620px){.dc-shell{width:100vw;padding:8px 12px}.dc-actions button:first-child{display:none}.dc-hero h1{font-size:39px}.dc-command{grid-template-columns:1fr}.dc-command input,.dc-command select{border:1px solid var(--line);border-radius:8px}.dc-command>div{margin-bottom:8px}.dc-side{grid-template-columns:1fr}.dc-records>div{grid-template-columns:1fr auto}.dc-records code{grid-column:1/-1}.dc-tools>h2{font-size:28px}.dc-footer span{display:block;margin:8px 0 0}}
