:root{--ink:#203444;--muted:#657b87;--line:#dde7eb;--blue:#087f9c;--bg:#f5f8fa;--green:#297559}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px 'Segoe UI',sans-serif}button,a{touch-action:manipulation}button{cursor:pointer;font:inherit;color:inherit}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid #179fbd;outline-offset:4px}[hidden]{display:none!important}.mode{background:#e1edf1;color:#506e7c;text-align:center;padding:10px 18px;font-size:11px}.mode.demo{background:#fff0d5;color:#8d5b1f}main{width:100%;min-width:0;margin:0;padding:clamp(14px,2vw,24px)}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.eyebrow{font-size:10px;letter-spacing:.14em;font-weight:700;color:var(--muted);margin-bottom:9px}h1{font:500 27px Bahnschrift,'Segoe UI',sans-serif;letter-spacing:-.5px;margin:0 0 8px}h2{font-size:19px;font-weight:600;margin:0 0 12px}h3{font-size:14px;font-weight:600;margin:0 0 16px}p{line-height:1.65;margin:0 0 12px}.heading p,.muted{color:var(--muted);font-size:12px}.badge{display:inline-block;background:#e6f4f5;color:var(--blue);padding:7px 11px;border-radius:20px;font-size:11px;font-weight:600;white-space:normal;overflow-wrap:anywhere}.badge.gray{background:#edf1f3;color:#667e89}.notice{padding:15px 18px;border:1px solid #cfdee5;background:#edf5f8;border-radius:7px;color:#4c6e7e;line-height:1.6;font-size:12px;margin-bottom:20px}.notice.error{background:#fff0ec;border-color:#e7c5bd;color:#9d4433}.notice.warning{background:#fff6e8;border-color:#eedcbf;color:#8d642c}.tools{display:flex;justify-content:space-between;align-items:center;margin:18px 0;color:var(--muted);font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d2e0e6;background:white;color:var(--ink);border-radius:5px;padding:11px 15px;text-decoration:none;font-size:12px;font-weight:600}.button.primary{background:var(--blue);color:white;border-color:var(--blue)}.button:hover{filter:brightness(.96)}nav{display:flex;border-bottom:1px solid var(--line);gap:25px;margin:0 0 23px;overflow:auto}nav button{background:none;border:0;border-bottom:3px solid transparent;padding:13px 0;white-space:nowrap;font-size:12px;color:var(--muted)}nav button[aria-current=page]{border-color:var(--blue);color:var(--blue);font-weight:700}.grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:20px}.grid>*{min-width:0}.stack{min-width:0;display:flex;flex-direction:column;gap:20px}.card{background:white;border:1px solid var(--line);border-radius:9px;padding:23px}.card.accent{background:#edf7f8;border-color:#cfe6e9}.card.accent h2{font-size:23px;letter-spacing:-.4px;margin:12px 0}.section-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.section-head h2,.section-head h3{margin:0}.fields{display:grid;grid-template-columns:1fr 1fr;gap:22px 20px}.field small{display:block;color:var(--muted);font-size:11px;margin-bottom:7px}.field strong{display:block;font-size:13px;font-weight:600;overflow-wrap:anywhere}.field.full{grid-column:1/-1}.divider{border-top:1px solid var(--line);margin:20px 0}.quote{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);padding:16px 0}.quote:first-of-type{border-top:0}.quote strong{font-size:12px}.note{font-size:11px;color:var(--muted);line-height:1.7;margin:14px 0 0}.empty{padding:28px 10px;color:var(--muted);text-align:center;font-size:13px}.buttons{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px}table{border-collapse:collapse;width:100%;font-size:12px;text-align:left}th{background:#f2f6f8;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:600}td,th{padding:15px 12px;border-bottom:1px solid var(--line)}.table-wrap{overflow:auto}.link{border:0;background:none;color:var(--blue);font-size:12px;font-weight:600;padding:6px}.pre{white-space:pre-wrap;overflow-wrap:anywhere;font:13px/1.7 'Segoe UI',sans-serif;max-height:60vh;overflow:auto;padding:5px}.skeleton{height:170px;background:linear-gradient(90deg,#edf2f5,#f7f9fa,#edf2f5);border-radius:8px}.error-details{color:#8d642c}footer{display:flex;justify-content:space-between;gap:15px;margin-top:28px;border-top:1px solid var(--line);padding-top:15px;font-size:10px;color:#80929b}dialog{padding:0;border:1px solid var(--line);border-radius:10px;max-width:760px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 25px 100px #18324144}dialog::backdrop{background:#18324166}.dialog-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line)}.dialog-head h2{margin:0}.dialog-head button{border:0;background:none;color:var(--muted);font-size:26px}#dialog-content{padding:23px}.setup-list{padding-left:22px;font-size:13px;line-height:1.9}.setup-url{display:block;font:12px Consolas,monospace;background:#edf2f4;border-radius:5px;padding:13px;overflow-wrap:anywhere;margin:8px 0 16px}.status-dot{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:7px}@media(max-width:850px){main{padding:18px}.grid{grid-template-columns:1fr}.heading{align-items:flex-start}.heading h1{font-size:24px}}@media(max-width:480px){main{padding:18px 13px}.heading{display:block}.heading>.badge{margin-top:7px}.card{padding:18px}.fields{grid-template-columns:1fr}.tools{gap:12px}.tools>span{max-width:45%}nav{gap:19px}footer{flex-direction:column;gap:5px}.section-head{align-items:flex-start}.quote{align-items:flex-start;flex-direction:column}}
