:root{--hops-color-ink: #24282a;--hops-color-ink-subtle: #353c3f;--hops-color-ink-muted: #656a6c;--hops-color-canvas: #eeece8;--hops-color-surface: #fff;--hops-color-surface-subtle: #fcfbfa;--hops-color-border: #dedbd6;--hops-color-border-strong: #c7c3bd;--hops-color-accent: #00af6e;--hops-color-accent-hover: #087a52;--hops-color-accent-soft: #d8ffb0;--hops-color-accent-ink: #1d3131;--hops-color-on-accent: var(--hops-color-accent-ink);--hops-color-focus: #087a52;--hops-color-focus-halo: rgba(0, 175, 110, .3);--hops-color-control-hover: #f1f0ed;--hops-color-control-disabled: #f6f5f3;--hops-color-action-ink: #142923;--hops-color-selected: #e6f0e8;--hops-color-badge: #f0eeeb;--hops-color-success-surface: #edf6ec;--hops-color-success-border: #9abca2;--hops-color-danger: #9f2929;--hops-color-error-ink: #842727;--hops-color-error-surface: #fff0ee;--hops-color-error-border: #d8aeaa;--hops-color-invalid: #a33636;--hops-color-warning-surface: #fff5dd;--hops-color-warning-border: #d4bd82;--hops-color-method-read: #2457a5;--hops-color-method-read-surface: #eaf0fb;--hops-color-method-write: var(--hops-color-accent-hover);--hops-color-method-write-surface: #e3f2e9;--hops-color-method-update: #805318;--hops-color-method-update-surface: #fbf0de;--hops-color-backdrop: rgb(36 40 42 / .4);--hops-font-sans: "Plus Jakarta Sans", "Hanken Grotesk", system-ui, sans-serif;--hops-font-heading: Platypi, Newsreader, Georgia, serif;--hops-font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--hops-space-1: .25rem;--hops-space-2: .5rem;--hops-space-3: .75rem;--hops-space-4: 1rem;--hops-space-5: 1.5rem;--hops-space-6: 2rem;--hops-space-7: 3rem;--hops-space-8: 4rem;--hops-radius-xs: .375rem;--hops-radius-sm: .625rem;--hops-radius-md: .875rem;--hops-radius-lg: 1rem;--hops-radius-xl: 1.5rem;--hops-radius-pill: 999rem;--hops-shadow-sm: 0 8px 24px -18px rgba(36, 40, 42, .35);--hops-shadow-md: 0 18px 48px -28px rgba(36, 40, 42, .42);--hops-motion-fast: .15s;--hops-motion-standard: .2s;--hops-ease-standard: ease}@media(prefers-reduced-motion:reduce){:root{--hops-motion-fast: 0ms;--hops-motion-standard: 0ms}}:root{color-scheme:light;--bg: var(--hops-color-canvas);--sidebar-bg: var(--hops-color-surface);--surface: var(--hops-color-surface);--surface2: var(--hops-color-surface-subtle);--surface3: var(--hops-color-control-hover);--border: var(--hops-color-border);--row-border: var(--hops-color-border);--accent: var(--hops-color-accent-hover);--accent2: var(--hops-color-accent-hover);--accent-hover: var(--hops-color-accent-hover);--accent-contrast: var(--hops-color-surface);--accent-bg: var(--hops-color-selected);--accent-border: var(--hops-color-success-border);--green: var(--hops-color-accent-hover);--green-bg: var(--hops-color-success-surface);--green-border: var(--hops-color-success-border);--red: var(--hops-color-error-ink);--red-bg: var(--hops-color-error-surface);--red-border: var(--hops-color-error-border);--yellow: var(--hops-color-method-update);--yellow-bg: var(--hops-color-warning-surface);--yellow-border: var(--hops-color-warning-border);--text: var(--hops-color-ink);--text-muted: var(--hops-color-ink-subtle);--text-dim: var(--hops-color-ink-muted);--muted-bg: var(--hops-color-control-disabled);--tag-master: var(--hops-color-accent-hover);--tag-master-bg: var(--hops-color-selected);--tag-tx: var(--hops-color-method-read);--tag-tx-bg: var(--hops-color-method-read-surface);--code-bg: var(--hops-color-control-disabled);--code-text: var(--hops-color-ink);--hero-bg: var(--hops-color-surface);--method-get: var(--hops-color-method-read);--method-get-bg: var(--hops-color-method-read-surface);--method-put: var(--hops-color-method-update);--method-put-bg: var(--hops-color-method-update-surface);--shadow: none;--sidebar-w: 280px;--font: var(--hops-font-sans);--mono: var(--hops-font-mono)}:focus-visible{outline:3px solid var(--hops-color-focus);outline-offset:3px}input::placeholder,textarea::placeholder{color:var(--hops-color-ink-muted);opacity:1}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.maintainer-login{display:block;padding:16px 24px;color:var(--hops-color-ink-muted);font-size:12px;text-decoration:underline;text-underline-offset:3px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);display:flex;min-height:100vh;font-size:14px;line-height:1.6}#sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--sidebar-bg);border-right:1px solid var(--border);position:fixed;top:0;left:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column}#sidebar::-webkit-scrollbar{width:4px}#sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.sidebar-header{padding:20px 20px 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--sidebar-bg);z-index:10}.sidebar-logo{display:flex;align-items:center;gap:10px;margin-bottom:10px}.logo-icon{width:32px;height:32px;border-radius:8px;overflow:hidden;flex-shrink:0}.logo-icon img{width:100%;height:100%;object-fit:cover;display:block}.sidebar-title{font-weight:700;font-size:15px;color:var(--text)}.sidebar-version{display:inline-block;font-size:11px;font-weight:600;background:var(--surface2);color:var(--text-muted);padding:2px 8px;border-radius:999px;border:1px solid var(--border)}.sidebar-controls{display:flex;align-items:center;gap:8px;margin-top:16px;padding:0 4px}.sidebar-action-row{margin-top:10px;padding:0 4px;display:grid;gap:8px}.spec-control{flex:1;min-width:0}.control-label{display:block;font-size:10px;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em}#spec-selector{width:100%;margin-top:6px;background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:8px;border-radius:6px;font-size:13px;outline:none;cursor:pointer;font-family:var(--font)}#spec-selector:focus-visible{border-color:var(--accent);outline:2px solid var(--accent-bg);outline-offset:2px}.sidebar-action-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:36px;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;font-family:var(--font);font-size:12px;font-weight:700;transition:border-color .15s,background .15s,color .15s}.sidebar-action-button:hover{background:var(--surface3);border-color:var(--accent-border)}.sidebar-action-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sidebar-action-button svg{width:15px;height:15px;flex-shrink:0}.subscribe-button{background:var(--accent);border-color:var(--accent-border);color:var(--accent-contrast)}.subscribe-button:hover{background:var(--accent-hover);color:var(--accent-contrast)}.nav-section{padding:12px 0}.nav-section-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);padding:0 20px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:7px 20px;cursor:pointer;transition:all .15s;border-left:2px solid transparent;font-size:13px;color:var(--text-muted)}.nav-item:hover{background:var(--surface2);color:var(--text);border-left-color:var(--border)}.nav-item.active{background:var(--accent-bg);color:var(--accent2);border-left-color:var(--accent)}.nav-method{font-size:9px;font-weight:700;padding:2px 5px;border-radius:3px;background:var(--green-bg);color:var(--green);min-width:34px;text-align:center}#main{margin-left:var(--sidebar-w);flex:1;padding:0}.notice-banner{position:sticky;top:0;z-index:30;display:flex;align-items:flex-start;gap:12px;padding:14px 56px;background:var(--yellow-bg);border-bottom:1px solid var(--yellow-border);color:var(--text);box-shadow:var(--shadow)}.notice-banner[hidden]{display:none}.notice-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;background:var(--yellow-bg);border:1px solid var(--yellow-border);color:var(--yellow);margin-top:1px}.notice-icon svg{width:16px;height:16px}.notice-content{flex:1;min-width:0;color:var(--text-muted);font-size:13px;line-height:1.6}.notice-content p,.notice-content ul{margin-bottom:8px}.notice-content p:last-child,.notice-content ul:last-child{margin-bottom:0}.notice-content a{color:var(--accent2);text-decoration:none;font-weight:700}.notice-content a:hover{text-decoration:underline}.notice-close{appearance:none;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);cursor:pointer}.notice-close:hover{background:var(--surface3);color:var(--text);border-color:var(--accent-border)}.notice-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.notice-close svg{width:15px;height:15px}.hero{background:var(--hero-bg);border-bottom:1px solid var(--border);padding:48px 56px 40px;position:relative;overflow:hidden}.hero:before{content:none}.hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--accent2);background:var(--accent-bg);border:1px solid var(--accent-border);padding:4px 12px;border-radius:999px;margin-bottom:16px}.hero-badge:before{content:"●";font-size:8px;color:var(--green)}.hero h1{font-size:32px;font-weight:800;letter-spacing:-.5px;margin-bottom:12px}.hero h1 span{color:var(--accent2)}.hero p{color:var(--text-muted);max-width:560px;line-height:1.7;margin-bottom:24px}.hero-meta{display:flex;gap:24px;flex-wrap:wrap}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.download-button{appearance:none;display:inline-flex;align-items:center;gap:8px;background:var(--accent);border:1px solid var(--accent-border);border-radius:8px;color:var(--accent-contrast);cursor:pointer;font-family:var(--font);font-size:13px;font-weight:700;line-height:1;padding:10px 14px;transition:background .15s,border-color .15s,transform .15s}.download-button:hover{background:var(--accent-hover);border-color:var(--accent-border);transform:translateY(-1px)}.download-button:focus-visible{outline:2px solid var(--accent2);outline-offset:2px}.download-button svg{width:15px;height:15px;flex-shrink:0}.hero-stat{display:flex;flex-direction:column;gap:2px}.hero-stat-val{font-size:20px;font-weight:700;color:var(--text)}.hero-stat-lbl{font-size:11px;color:var(--text-muted)}.section{padding:48px 56px;border-bottom:1px solid var(--border)}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.section-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.section-icon.master{background:var(--tag-master-bg)}.section-icon.tx{background:var(--tag-tx-bg)}.section-icon.auth{background:var(--accent-bg)}.section-icon svg{width:18px;height:18px;color:var(--accent2)}.section-title{font-size:20px;font-weight:700}.section-desc{color:var(--text-muted);margin-bottom:28px;line-height:1.7}.section-desc a{color:var(--accent2);text-decoration:none}.section-desc a:hover{text-decoration:underline}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.info-card h4{font-size:13px;font-weight:600;margin-bottom:8px;color:var(--text)}.info-card p,.info-card li{font-size:13px;color:var(--text-muted);line-height:1.6}.info-card ul{padding-left:16px}.info-card code{font-family:var(--mono);font-size:12px;background:var(--code-bg);padding:1px 5px;border-radius:4px;color:var(--accent2)}.endpoint-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:border-color .2s}.endpoint-card:hover{border-color:var(--accent)}.endpoint-header{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;cursor:pointer;-webkit-user-select:none;user-select:none}.method-badge{font-size:10px;font-weight:800;padding:3px 8px;border-radius:5px;background:var(--green-bg);color:var(--green);border:1px solid var(--green-border);white-space:nowrap;margin-top:2px;letter-spacing:.05em}.endpoint-path{font-family:var(--mono);font-size:13px;font-weight:600;color:var(--text);flex:1;display:inline-flex;align-items:center;gap:8px}.copy-anchor-btn{background:none;border:none;color:var(--text-dim);cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s;outline:none;opacity:.6}.copy-anchor-btn:hover{background:var(--surface2);color:var(--text);opacity:1}.copy-anchor-btn.copied{color:var(--green)!important;opacity:1}.endpoint-path span{color:var(--text-muted);font-weight:400}.endpoint-summary{font-size:13px;color:var(--text-muted);margin-top:4px}.endpoint-tag{font-size:10px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap}.endpoint-tag.master{background:var(--tag-master-bg);color:var(--tag-master)}.endpoint-tag.tx{background:var(--tag-tx-bg);color:var(--tag-tx)}.chevron{color:var(--text-dim);font-size:12px;transition:transform .2s;margin-top:3px}.chevron.open{transform:rotate(90deg)}.endpoint-body{display:none;border-top:1px solid var(--border)}.endpoint-body.open{display:block}.endpoint-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface2)}.tab{padding:10px 18px;font-size:12px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}.tab:hover{color:var(--text)}.tab.active{color:var(--accent2);border-bottom-color:var(--accent)}.tab-pane{display:none;padding:20px}.tab-pane.active{display:block}.field-table{width:100%;border-collapse:collapse}.field-table th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);padding:0 12px 10px 0;border-bottom:1px solid var(--border)}.field-table td{padding:10px 12px 10px 0;vertical-align:top;border-bottom:1px solid var(--row-border);font-size:13px}.field-table tr:last-child td{border-bottom:none}.field-name{font-family:var(--mono);font-size:12px;color:var(--accent2);font-weight:600}.field-required{font-size:10px;font-weight:700;color:var(--red);background:var(--red-bg);padding:1px 5px;border-radius:3px;margin-left:4px}.field-optional{font-size:10px;font-weight:600;color:var(--text-dim);background:var(--muted-bg);padding:1px 5px;border-radius:3px;margin-left:4px}.field-type{font-family:var(--mono);font-size:11px;color:var(--text-muted)}.field-desc{color:var(--text-muted);font-size:13px}.field-example{font-family:var(--mono);font-size:11px;color:var(--text-dim)}pre.code-block{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:16px;overflow-x:auto;font-family:var(--mono);font-size:12px;line-height:1.6;color:var(--code-text)}.code-label{font-size:11px;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.response-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;margin-bottom:12px;margin-right:6px}.response-chip.ok{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.response-chip.err{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.callout{display:flex;gap:10px;align-items:flex-start;background:var(--yellow-bg);border:1px solid var(--yellow-border);border-radius:8px;padding:12px 14px;margin-bottom:16px;font-size:13px;color:var(--text-muted)}.callout-icon{font-size:15px;margin-top:1px;flex-shrink:0}.auth-block{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;margin-bottom:20px}.auth-block h4{font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:8px}.auth-block p{color:var(--text-muted);font-size:13px;line-height:1.7}.auth-block code{font-family:var(--mono);font-size:12px;background:var(--code-bg);padding:1px 5px;border-radius:4px;color:var(--accent2)}.changelog-page-hero .hero-actions{margin-top:18px}.changelog-page-section{max-width:1040px}.changelog-page-content{max-width:860px;font-size:14px}.changelog-page-content h1{display:none}.changelog-page-content h2{scroll-margin-top:24px;margin-top:34px;font-size:18px}.changelog-page-content h2:first-of-type{margin-top:0}.changelog-page-content h3{margin-top:18px;color:var(--accent2)}.changelog-page-content a{color:var(--accent2);text-decoration:none;font-weight:700}.changelog-page-content a:hover{text-decoration:underline}.table-simple{width:100%;border-collapse:collapse;font-size:13px}.table-simple th{text-align:left;padding:8px 12px;background:var(--surface2);color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.table-simple td{padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text-muted)}.table-simple tr:last-child td{border-bottom:none}.table-simple td:first-child{font-family:var(--mono);font-size:12px;color:var(--accent2)}.search-wrap{padding:12px 16px;border-bottom:1px solid var(--border)}.search-input{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:13px;color:var(--text);outline:none;transition:border-color .15s;font-family:var(--font)}.search-input::placeholder{color:var(--text-dim)}.search-input:focus{border-color:var(--accent)}.highlight{color:var(--yellow)}#loading{margin:40px auto;text-align:center;color:var(--text-muted)}.spinner{display:inline-block;width:40px;height:40px;border:4px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:var(--hops-color-backdrop);padding:24px;z-index:100}.modal-backdrop.open{display:flex}.modal-panel{width:min(760px,100%);max-height:min(760px,calc(100vh - 48px));display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border);background:var(--surface2)}.modal-title{font-size:18px;font-weight:800;color:var(--text)}.modal-close{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.modal-close:hover{background:var(--surface3);border-color:var(--accent-border)}.modal-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal-close svg{width:16px;height:16px}.modal-body{padding:20px;overflow:auto}.form-stack{display:grid;gap:14px}.field-group{display:grid;gap:6px}.field-label{color:var(--text);font-size:12px;font-weight:700}.field-input,.field-textarea{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--font);font-size:13px;line-height:1.5;outline:none;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.field-textarea{min-height:110px;resize:vertical}.field-input::placeholder,.field-textarea::placeholder{color:var(--text-dim)}.field-input:focus,.field-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-bg)}.field-error{min-height:16px;color:var(--red);font-size:11px;line-height:1.4}.form-message{display:none;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:13px;line-height:1.5;padding:10px 12px}.form-message.visible{display:block}.form-message.success{background:var(--green-bg);border-color:var(--green-border);color:var(--text)}.form-message.error{background:var(--red-bg);border-color:var(--red-border);color:var(--text)}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.form-button{appearance:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;font-family:var(--font);font-size:13px;font-weight:700;min-height:36px;padding:8px 14px;transition:background .15s,border-color .15s,opacity .15s}.form-button.secondary{background:var(--surface2);color:var(--text)}.form-button.primary{background:var(--accent);border-color:var(--accent-border);color:var(--accent-contrast)}.form-button:hover{border-color:var(--accent-border)}.form-button.primary:hover{background:var(--accent-hover)}.form-button:disabled{cursor:not-allowed;opacity:.65}.feedback-widget{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}.feedback-panel{width:min(320px,calc(100vw - 44px));display:none;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);padding:16px;pointer-events:auto}.feedback-panel.open{display:block}.feedback-title{color:var(--text);font-size:14px;font-weight:800;margin-bottom:12px}.feedback-launcher{appearance:none;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent-border);border-radius:999px;background:var(--accent);color:var(--accent-contrast);cursor:pointer;box-shadow:var(--shadow);pointer-events:auto;transition:background .15s,transform .15s}.feedback-launcher:hover{background:var(--accent-hover);transform:translateY(-1px)}.feedback-launcher:focus-visible{outline:2px solid var(--accent2);outline-offset:3px}.feedback-launcher svg{width:22px;height:22px}@media(max-width:720px){.feedback-widget{right:16px;bottom:16px}}.changelog-content{color:var(--text-muted);font-size:13px;line-height:1.7}.changelog-content h1,.changelog-content h2,.changelog-content h3{color:var(--text);line-height:1.25;margin:18px 0 10px}.changelog-content h1:first-child,.changelog-content h2:first-child,.changelog-content h3:first-child{margin-top:0}.changelog-content h1{font-size:22px}.changelog-content h2{font-size:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.changelog-content h3{font-size:14px}.changelog-content p,.changelog-content ul{margin-bottom:12px}.changelog-content ul{padding-left:18px}.changelog-content li{margin-bottom:6px}.changelog-content code{font-family:var(--mono);font-size:12px;background:var(--code-bg);color:var(--accent2);padding:1px 5px;border-radius:4px}.hero h1,.changelog-page-content h1{font-family:var(--hops-font-heading);font-weight:400;letter-spacing:-.025em}.sidebar-controls{grid-template-columns:minmax(0,1fr)}.subscribe-button,.form-button.primary,.feedback-launcher{background:var(--hops-color-accent);color:var(--hops-color-action-ink);border-color:var(--hops-color-accent)}.subscribe-button:hover,.form-button.primary:hover,.feedback-launcher:hover{background:var(--hops-color-accent-hover);color:var(--hops-color-surface)}.field-input,.field-textarea,.search-input,select{border-color:var(--hops-color-border-strong)}#main{min-width:0}.endpoint-path,.endpoint-header>div{min-width:0;overflow-wrap:anywhere}.field-table,.table-simple{overflow-wrap:anywhere}pre.code-block{max-width:100%}.skip-link{position:fixed;top:-100px;left:16px;z-index:200;padding:10px 16px;background:var(--surface);color:var(--accent)}.skip-link:focus{top:10px}@media(max-width:1000px){.hero,.section{padding:32px}.info-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){body{display:block}#sidebar{position:static;width:100%;min-width:0;height:auto;border-right:0;border-bottom:1px solid var(--border)}#nav-content{max-height:180px;overflow-y:auto}#main{margin-left:0;width:100%}.hero,.section{padding:24px 16px}.hero h1{font-size:30px}.endpoint-header{padding:16px 12px;gap:8px;flex-wrap:wrap}.endpoint-header>div{flex:1}.endpoint-tag{display:none}.endpoint-tabs{overflow-x:auto}.field-table,.table-simple{display:block;max-width:100%;overflow-x:auto}.modal-backdrop{padding:12px}.modal-panel{max-height:calc(100dvh - 24px)}.notice-banner{position:static}}.field-input:focus-visible,.field-textarea:focus-visible,.search-input:focus-visible,select:focus-visible{outline:3px solid var(--hops-color-focus);outline-offset:3px}button.chevron{border:0;background:transparent;cursor:pointer;min-width:28px;min-height:28px}button.tab{font-family:inherit;background:transparent;border-top:0;border-left:0;border-right:0}dialog.modal-backdrop{width:100%;height:100%;max-width:none;max-height:none;margin:0;border:0;color:var(--text)}dialog.modal-backdrop::backdrop{background:transparent}button.nav-item{width:100%;border:0;background:transparent;text-align:left;font-family:inherit}button.nav-item.active{background:var(--accent-bg)}button.nav-item:hover{background:var(--surface3)}button.nav-item:focus-visible{outline-offset:-3px}.feedback-panel{max-height:calc(100dvh - 96px);overflow-y:auto}
