:root{--bg-primary:#080c14;--bg-surface:#0f172a73;--border-color:#ffffff14;--text-primary:#fff;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-cyan:#22d3ee;--accent-cyan-glow:#22d3ee1f;--accent-indigo:#6366f1;--status-supported:#10b981;--status-supported-bg:#10b98114;--status-supported-border:#10b98140;--status-unsupported:#ef4444;--status-unsupported-bg:#ef444414;--status-unsupported-border:#ef444440;--status-eab:#f59e0b;--status-eab-bg:#f59e0b14;--status-eab-border:#f59e0b40;--font-mono:"JetBrains Mono", "Fira Code", monospace}[data-astro-cid-lcdefpme]{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}.bg-glow[data-astro-cid-lcdefpme]{filter:blur(150px);opacity:.07;z-index:-1;pointer-events:none;border-radius:50%;width:60vw;max-width:800px;height:60vw;position:absolute}.bg-glow-1[data-astro-cid-lcdefpme]{background:radial-gradient(circle, var(--accent-cyan) 0%, transparent 70%);top:-200px;left:-200px}.bg-glow-2[data-astro-cid-lcdefpme]{background:radial-gradient(circle, var(--accent-indigo) 0%, transparent 70%);bottom:-200px;right:-200px}.container[data-astro-cid-lcdefpme]{max-width:1000px;margin:0 auto;padding:2.5rem 1.5rem}.header[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.brand[data-astro-cid-lcdefpme]{align-items:center;gap:1rem;display:flex}.logo[data-astro-cid-lcdefpme]{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-indigo) 100%);width:48px;height:48px;color:var(--bg-primary);border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #22d3ee40}.logo[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{width:26px;height:26px}h1[data-astro-cid-lcdefpme]{letter-spacing:-.5px;background:linear-gradient(120deg,#fff 40%,#a5f3fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.subtitle[data-astro-cid-lcdefpme]{color:var(--text-secondary);margin-top:.15rem;font-size:.9rem}.header-actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.lang-btn[data-astro-cid-lcdefpme]{color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.lang-btn[data-astro-cid-lcdefpme]:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.status-indicator[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);background:#ffffff08;border-radius:20px;align-items:center;gap:.6rem;padding:.45rem .9rem;display:flex}.pulse-dot[data-astro-cid-lcdefpme]{background-color:var(--status-supported);border-radius:50%;width:8px;height:8px;position:relative}.pulse-dot[data-astro-cid-lcdefpme]:after{content:"";background-color:var(--status-supported);border-radius:50%;width:100%;height:100%;animation:1.8s infinite pulse;position:absolute;top:0;left:0}.scan-time[data-astro-cid-lcdefpme]{color:var(--text-secondary);font-size:.75rem}@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.main-content[data-astro-cid-lcdefpme]{flex-direction:column;gap:2rem;display:flex}.card[data-astro-cid-lcdefpme]{border-radius:16px;transition:transform .25s,border-color .25s;overflow:hidden}.card[data-astro-cid-lcdefpme].glass{background:var(--bg-surface);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px)}.intro-section[data-astro-cid-lcdefpme]{padding:1.5rem 2rem}.card-header[data-astro-cid-lcdefpme]{padding:2rem 2rem 1rem}.category[data-astro-cid-lcdefpme]{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent-cyan);margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:block}h2[data-astro-cid-lcdefpme]{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.section-desc[data-astro-cid-lcdefpme]{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.card-body[data-astro-cid-lcdefpme]{padding:0 2rem 2rem}.paragraph[data-astro-cid-lcdefpme]{color:var(--text-secondary);text-align:justify;font-size:.95rem;line-height:1.65}.table-wrapper[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);background:#00000026;border-radius:10px;width:100%;margin:1rem 0;overflow-x:auto}.data-table[data-astro-cid-lcdefpme],.matrix-table[data-astro-cid-lcdefpme]{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.data-table[data-astro-cid-lcdefpme] th[data-astro-cid-lcdefpme],.matrix-table[data-astro-cid-lcdefpme] th[data-astro-cid-lcdefpme]{color:var(--text-secondary);border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;background-color:#ffffff05;padding:1rem 1.25rem;font-size:.8rem;font-weight:600}.data-table[data-astro-cid-lcdefpme] td[data-astro-cid-lcdefpme],.matrix-table[data-astro-cid-lcdefpme] td[data-astro-cid-lcdefpme]{color:var(--text-secondary);vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:1.1rem 1.25rem}.data-table[data-astro-cid-lcdefpme] tbody[data-astro-cid-lcdefpme] tr[data-astro-cid-lcdefpme]:last-child td[data-astro-cid-lcdefpme],.matrix-table[data-astro-cid-lcdefpme] tbody[data-astro-cid-lcdefpme] tr[data-astro-cid-lcdefpme]:last-child td[data-astro-cid-lcdefpme]{border-bottom:none}.data-table[data-astro-cid-lcdefpme] tbody[data-astro-cid-lcdefpme] tr[data-astro-cid-lcdefpme].completed td[data-astro-cid-lcdefpme]{color:var(--text-secondary)}.data-table[data-astro-cid-lcdefpme] tbody[data-astro-cid-lcdefpme] tr[data-astro-cid-lcdefpme].active td[data-astro-cid-lcdefpme]{color:var(--text-primary);background-color:#22d3ee05}.data-table[data-astro-cid-lcdefpme] tbody[data-astro-cid-lcdefpme] tr[data-astro-cid-lcdefpme].active td[data-astro-cid-lcdefpme]:first-child{border-left:2px solid var(--accent-cyan)}.data-table[data-astro-cid-lcdefpme] tbody[data-astro-cid-lcdefpme] tr[data-astro-cid-lcdefpme].pending td[data-astro-cid-lcdefpme]{color:var(--text-muted)}.badge[data-astro-cid-lcdefpme]{text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-success[data-astro-cid-lcdefpme]{background-color:var(--status-supported-bg);color:var(--status-supported);border:1px solid var(--status-supported-border)}.badge-primary[data-astro-cid-lcdefpme]{background-color:var(--accent-cyan-glow);color:var(--accent-cyan);border:1px solid #22d3ee4d;box-shadow:0 0 10px #22d3ee1a}.badge-muted[data-astro-cid-lcdefpme]{color:var(--text-muted);background-color:#ffffff08;border:1px solid #ffffff0d}.ietf-meta-bar[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);background-color:#0003;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.85rem 1.25rem;font-size:.8rem;display:flex}.meta-title[data-astro-cid-lcdefpme]{color:var(--text-muted);font-weight:500}.ietf-link[data-astro-cid-lcdefpme]{color:var(--accent-cyan);border-bottom:1px dotted var(--accent-cyan);font-weight:500;text-decoration:none;transition:color .2s}.ietf-link[data-astro-cid-lcdefpme]:hover{color:#fff;border-bottom-color:#fff}.meta-sep[data-astro-cid-lcdefpme]{color:#ffffff1a;margin:0 .5rem}.ietf-title-text[data-astro-cid-lcdefpme]{color:var(--text-primary);font-style:italic}.matrix-table[data-astro-cid-lcdefpme]{table-layout:fixed}.matrix-table[data-astro-cid-lcdefpme] th[data-astro-cid-lcdefpme]:first-child,.matrix-table[data-astro-cid-lcdefpme] td[data-astro-cid-lcdefpme]:first-child{width:180px}.matrix-table[data-astro-cid-lcdefpme] td[data-astro-cid-lcdefpme].row-header{color:#fff;background-color:#ffffff03;font-weight:600}.status-cell[data-astro-cid-lcdefpme]{text-align:center}.status-cell[data-astro-cid-lcdefpme].clickable{cursor:pointer;transition:background-color .2s}.status-cell[data-astro-cid-lcdefpme].clickable:hover{background-color:#ffffff08}.status-cell[data-astro-cid-lcdefpme].clickable.selected{background-color:#22d3ee0d;box-shadow:inset 0 0 0 1px #22d3ee33}.na-cell[data-astro-cid-lcdefpme]{background-color:#0000001a;font-size:.8rem;color:var(--text-muted)!important}.na-cell[data-astro-cid-lcdefpme].discontinued{text-decoration:line-through;color:#64748b!important}.status-pill[data-astro-cid-lcdefpme]{text-align:center;border-radius:6px;width:110px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:transform .2s;display:inline-block}.status-cell[data-astro-cid-lcdefpme].clickable:hover .status-pill[data-astro-cid-lcdefpme]{transform:scale(1.03)}.status-supported[data-astro-cid-lcdefpme]{background-color:var(--status-supported-bg);color:var(--status-supported);border:1px solid var(--status-supported-border);box-shadow:0 0 12px #10b9810d}.status-unsupported[data-astro-cid-lcdefpme]{background-color:var(--status-unsupported-bg);color:var(--status-unsupported);border:1px solid var(--status-unsupported-border)}.status-require_eab[data-astro-cid-lcdefpme]{background-color:var(--status-eab-bg);color:var(--status-eab);border:1px solid var(--status-eab-border)}.details-drawer[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);background-color:#00000059;border-radius:12px;margin-top:1.5rem;padding:1.5rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.drawer-header[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.close-btn[data-astro-cid-lcdefpme]{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s}.close-btn[data-astro-cid-lcdefpme]:hover{color:#fff}.details-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.grid-item[data-astro-cid-lcdefpme]{flex-direction:column;gap:.3rem;display:flex}.grid-item[data-astro-cid-lcdefpme].full-row{grid-column:span 2}.detail-label[data-astro-cid-lcdefpme]{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;font-size:.7rem;font-weight:700}.detail-value[data-astro-cid-lcdefpme]{color:#fff;font-size:.95rem;font-weight:600}.detail-value-pill[data-astro-cid-lcdefpme]{border-radius:4px;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.detail-value-pill[data-astro-cid-lcdefpme].status-supported{background-color:var(--status-supported-bg);color:var(--status-supported);border:1px solid var(--status-supported-border)}.detail-value-pill[data-astro-cid-lcdefpme].status-unsupported{background-color:var(--status-unsupported-bg);color:var(--status-unsupported);border:1px solid var(--status-unsupported-border)}.detail-value-pill[data-astro-cid-lcdefpme].status-require_eab{background-color:var(--status-eab-bg);color:var(--status-eab);border:1px solid var(--status-eab-border)}.detail-notes[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);color:#e2e8f0;white-space:pre-wrap;background-color:#0003;border-radius:6px;max-height:180px;padding:1rem;font-size:.8rem;line-height:1.5;overflow-y:auto}.api-console[data-astro-cid-lcdefpme]{flex-direction:column;gap:1rem;margin-top:1.25rem;display:flex}.api-bar[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);background-color:#0003;border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;padding:.35rem .5rem .35rem 1.25rem;display:flex}.http-method[data-astro-cid-lcdefpme]{background-color:var(--accent-cyan-glow);color:var(--accent-cyan);border:1px solid #22d3ee33;border-radius:4px;padding:.3rem .65rem;font-size:.75rem;font-weight:700}.api-url[data-astro-cid-lcdefpme]{color:var(--text-primary);flex-grow:1;min-width:250px;font-size:.85rem}.api-actions[data-astro-cid-lcdefpme]{gap:.5rem;display:flex}.console-btn[data-astro-cid-lcdefpme]{color:#fff;cursor:pointer;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;transition:all .2s}.console-btn[data-astro-cid-lcdefpme]:hover{background-color:#ffffff14;border-color:#fff3}.console-btn[data-astro-cid-lcdefpme].primary{background-color:var(--accent-cyan);color:var(--bg-primary);border-color:var(--accent-cyan)}.console-btn[data-astro-cid-lcdefpme].primary:hover{background-color:#67e8f9;box-shadow:0 0 15px #22d3ee40}.console-btn[data-astro-cid-lcdefpme].copied{background-color:var(--status-supported-bg);color:var(--status-supported);border-color:var(--status-supported-border)}.api-response[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);border-radius:8px;animation:.3s slideDown;overflow:hidden}.response-header[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--border-color);color:var(--text-muted);background-color:#ffffff05;justify-content:space-between;padding:.65rem 1.25rem;font-size:.75rem;display:flex}.response-body[data-astro-cid-lcdefpme]{color:#e2e8f0;background-color:#090d1699;max-height:250px;padding:1.25rem;font-size:.8rem;line-height:1.5;overflow-y:auto}.grid-2col[data-astro-cid-lcdefpme]{grid-template-columns:1.2fr 1fr;gap:3rem;display:grid}.tech-sub-title[data-astro-cid-lcdefpme]{color:#fff;margin-top:1rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.tech-sub-title[data-astro-cid-lcdefpme]:first-of-type{margin-top:0}.dns-showcase[data-astro-cid-lcdefpme]{border:1px solid var(--border-color);background:#00000040;border-radius:12px;flex-direction:column;justify-content:center;padding:1.5rem;display:flex}.showcase-title[data-astro-cid-lcdefpme]{color:var(--accent-cyan);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.showcase-box[data-astro-cid-lcdefpme]{color:#e2e8f0;white-space:pre-wrap;word-break:break-all;background-color:#090d16bf;border:1px solid #ffffff0a;border-radius:8px;padding:1.25rem;font-size:.8rem;line-height:1.55}.showcase-desc[data-astro-cid-lcdefpme]{color:var(--text-muted);margin-top:.85rem;font-size:.75rem;line-height:1.4}.footer[data-astro-cid-lcdefpme]{border-top:1px solid var(--border-color);text-align:center;flex-direction:column;gap:.5rem;margin-top:5rem;padding:2.5rem 0;display:flex}.footer[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-muted);font-size:.8rem}.font-mono[data-astro-cid-lcdefpme]{font-family:var(--font-mono)}.hidden[data-astro-cid-lcdefpme]{display:none!important}@media (width<=900px){.grid-2col[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.container[data-astro-cid-lcdefpme]{padding:1.5rem 1rem}.details-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.grid-item[data-astro-cid-lcdefpme].full-row{grid-column:span 1}.matrix-table[data-astro-cid-lcdefpme] th[data-astro-cid-lcdefpme]:first-child,.matrix-table[data-astro-cid-lcdefpme] td[data-astro-cid-lcdefpme]:first-child{width:130px}}@media (width<=600px){.header[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1.5rem}.header-actions[data-astro-cid-lcdefpme]{flex-direction:row-reverse;justify-content:space-between;width:100%}.api-bar[data-astro-cid-lcdefpme]{flex-direction:column;align-items:stretch;padding:1rem}.api-url[data-astro-cid-lcdefpme]{min-width:unset}.api-actions[data-astro-cid-lcdefpme]{justify-content:flex-end;width:100%}}
