body { min-height: 100vh; background: #061527; color: #dbe6ed; }
.page { width: min(1120px, calc(100% - 32px)); margin: 96px auto 58px; padding: clamp(22px,4vw,48px); border: 1px solid rgba(133,161,187,.28); border-radius: 12px; background: linear-gradient(145deg,rgba(14,40,63,.97),rgba(5,20,35,.98)); box-shadow: 0 24px 70px rgba(0,0,0,.34); font: 16px/1.6 system-ui,sans-serif; }
.page h1,.page h2,.page h3 { font-family: Cinzel,Georgia,serif; }.page h1 { max-width:760px; margin:0; color:#f5f0e4; font-size:clamp(2rem,5vw,4rem); line-height:1; }.page h2 { margin:0 0 12px; color:#ffe1a0; font-size:clamp(1.3rem,2.7vw,2rem); }.page p { color:#b9cad8; }.page .eyebrow { color:#9fb8cf; font:700 .7rem ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing:.1em; text-transform:uppercase; }.intro{max-width:780px;margin:18px 0 38px;font-size:1.04rem}.base-url{display:inline-block;margin-top:8px;padding:8px 11px;border:1px solid rgba(232,189,85,.5);border-radius:5px;color:#ffe1a0;background:#081522;font:700 .82rem ui-monospace,SFMono-Regular,Consolas,monospace}section+section{margin-top:44px;padding-top:32px;border-top:1px solid rgba(133,161,187,.2)}.section-copy{max-width:800px;margin:0 0 20px}.endpoint-list,.source-grid{display:grid;gap:10px}.endpoint{display:grid;grid-template-columns:76px minmax(220px,1.2fr) minmax(260px,2fr);gap:14px;align-items:start;padding:15px;border:1px solid rgba(133,161,187,.25);border-radius:7px;background:rgba(4,18,31,.55)}.method{display:inline-flex;justify-content:center;padding:5px 7px;border:1px solid rgba(116,190,207,.4);border-radius:4px;background:#0c394b;color:#bcebf4;font:800 .72rem system-ui,sans-serif}.method.write{border-color:rgba(232,189,85,.55);background:#5a4118;color:#ffe1a0}.endpoint code{overflow-wrap:anywhere;color:#f0f5f7;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:700}.endpoint p{margin:0;font-size:.9rem}.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source,.contact-card{padding:18px;border:1px solid rgba(133,161,187,.25);border-radius:7px;background:rgba(4,18,31,.55)}.source h3{margin:0 0 7px;color:#f1f5f6}.source p{margin:0 0 11px}.source a{color:#ffe1a0;font-weight:700}.note{padding:16px 18px;border-left:4px solid #e8bd55;background:rgba(232,189,85,.08);color:#cbdbe5}.contact-card{max-width:620px}.contact-card strong{display:block;margin-bottom:5px;color:#ffe1a0;font-family:Cinzel,Georgia,serif}.request-console{margin-top:44px;padding:20px;border:1px solid rgba(116,190,207,.4);border-radius:8px;background:#071522}.request-console[hidden]{display:none}.request-console h2{margin:0 0 14px}.request-grid{display:grid;grid-template-columns:110px 1fr;gap:10px}.request-grid label{align-self:center;color:#9fb8cf;font:700 .72rem ui-monospace,SFMono-Regular,Consolas,monospace}.request-grid input,.request-grid textarea{width:100%;padding:10px;border:1px solid #526b84;border-radius:5px;color:#f3f7fa;background:#04101d;font:13px ui-monospace,SFMono-Regular,Consolas,monospace}.request-grid textarea{min-height:140px;resize:vertical}.request-actions{display:flex;align-items:center;gap:12px;margin-top:14px}.request-send{padding:10px 16px;border:1px solid #e8bd55;border-radius:5px;color:#15130e;background:#e8bd55;font-weight:800;cursor:pointer}.request-status,.request-help{color:#b9cad8}.request-output{max-height:420px;overflow:auto;margin:14px 0 0;padding:14px;border:1px solid #2e455c;border-radius:5px;color:#dff2ff;background:#030a12;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;word-break:break-word}@media(max-width:760px){.page{width:calc(100% - 20px);margin-top:82px;padding:28px 14px}.endpoint{grid-template-columns:66px 1fr}.endpoint p{grid-column:1/-1}.source-grid{grid-template-columns:1fr}}@media(max-width:650px){.request-grid{grid-template-columns:1fr}.request-grid label{margin-top:5px}}