:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1f2328;--surface-page:#f6f5f1;--surface-panel:#fff;--surface-subtle:#fbfaf7;--surface-muted:#f0eee8;--surface-accent:#f4f1eb;--border-soft:#e8e3da;--border-strong:#d8d1c5;--text-primary:#1f2328;--text-secondary:#626a73;--text-muted:#7e8791;--accent:#20242a;--accent-soft:#ece8e0;--success-soft:#e9f5ee;--success-text:#2f6b4b;--warning-soft:#f9efe3;--warning-text:#915f24;--info-soft:#eef3f9;--info-text:#48657f;--danger-soft:#faece9;--danger-text:#9b4d43;--shadow-soft:0 10px 30px #2123260a;background:#f6f5f1;font-family:Manrope,sans-serif}*{box-sizing:border-box}body{background:var(--surface-page);min-width:320px;min-height:100vh;color:var(--text-primary);margin:0}code{font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace}#root{min-height:100vh}h1{letter-spacing:-.04em;max-width:14ch;margin:0;font-size:clamp(2.35rem,6vw,4.5rem);line-height:1}h2{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(1.55rem,3vw,2rem);line-height:1.1}.lead{max-width:60ch;color:var(--text-secondary);margin:16px 0 0;font-size:1rem;line-height:1.65}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 10px;font-size:.76rem;font-weight:700}.app-shell{min-height:100vh;padding:32px 20px 56px;position:relative}.backdrop{display:none}.panel{z-index:1;border:1px solid var(--border-soft);background:var(--surface-panel);max-width:1040px;box-shadow:var(--shadow-soft);border-radius:20px;margin:0 auto;padding:28px;position:relative}.topbar{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:28px;padding-bottom:20px;display:flex}.topbar-subtitle{max-width:38ch}.topbar-controls{flex-direction:column;align-items:flex-end;gap:14px;display:flex}.topbar-meta{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.nav-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.route-stack{gap:20px;display:grid}.hero-block,.route-card{padding:0}.route-card{border:1px solid var(--border-soft);background:var(--surface-panel);border-radius:18px;padding:24px}.route-card-accent{background:var(--surface-subtle)}.route-card-ghost{background:var(--surface-subtle);border-style:dashed}.route-lead{margin-top:12px}@media (width<=720px){.panel{padding:24px}.topbar{flex-direction:column}.topbar-controls{align-items:flex-start;width:100%}.topbar-meta{justify-content:flex-start;width:100%}.nav-tabs{justify-content:flex-start}}.nav-tab{border:1px solid var(--border-soft);background:var(--surface-subtle);color:var(--text-secondary);border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;font-weight:600;text-decoration:none;transition:border-color .14s,background-color .14s,color .14s;display:inline-flex}.nav-tab:hover{border-color:var(--border-strong);background:var(--surface-panel);color:var(--text-primary)}.nav-tab-active{border-color:var(--accent);background:var(--surface-panel);color:var(--accent)}.action-button{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-weight:700;text-decoration:none;transition:border-color .14s,background-color .14s,color .14s,opacity .14s;display:inline-flex}.action-button:hover{opacity:.92}.action-button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.action-button-secondary{border-color:var(--border-soft);background:var(--surface-subtle);color:var(--text-primary)}.action-button-light{border-color:var(--border-soft);background:var(--surface-panel);color:var(--text-primary)}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.card{background:var(--surface-panel);border:1px solid var(--border-soft);border-radius:16px;padding:20px}.summary-chip{background:var(--surface-panel);border:1px solid var(--border-soft);border-radius:16px;padding:18px 20px}.summary-chip strong{color:var(--text-primary);font-size:1.45rem;display:block}.card-label,.section-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:.75rem;font-weight:700;display:block}.card strong{color:var(--text-primary);margin-bottom:10px;font-size:1.15rem;display:block}.card p,.section-subtitle,.user-item p{color:var(--text-secondary);margin:0}.section-subtitle{color:var(--text-secondary)}.status-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:700}.status-loading{background:var(--surface-muted);color:var(--text-secondary)}.status-success{background:var(--success-soft);color:var(--success-text)}.status-error{background:var(--danger-soft);color:var(--danger-text)}.error-message{color:var(--danger-text);margin:16px 0 0}.empty-message{color:var(--text-secondary);margin:16px 0 0}.helper-text{color:var(--text-muted);margin:12px 0 0;font-size:.95rem}.route-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:110px;padding:8px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.route-badge-public{background:var(--success-soft);color:var(--success-text)}.route-badge-protected{background:var(--warning-soft);color:var(--warning-text)}.route-badge-system{background:var(--info-soft);color:var(--info-text)}.route-badge-fallback{background:var(--surface-muted);color:var(--text-secondary)}.route-link-button{min-width:140px}.route-internal-note{color:var(--text-muted);text-align:right;font-size:.92rem}@media (width<=720px){.action-button{width:100%}.card-grid{grid-template-columns:1fr}}.auth-cta-card{align-items:flex-start;gap:16px;display:grid}.api-preview{background:var(--surface-panel);color:var(--text-primary);border:1px solid var(--border-soft);border-radius:18px;margin-top:24px;padding:24px}.api-preview-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.user-list{gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}.user-item{background:var(--surface-subtle);border:1px solid var(--border-soft);border-radius:14px;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.user-id{min-width:44px;color:var(--text-muted);font-weight:700}.profile-hero{justify-content:space-between;align-items:center;gap:20px;display:flex}.profile-hero-copy{min-width:0}.profile-avatar,.provider-avatar{object-fit:cover;border-radius:999px;flex-shrink:0}.profile-avatar{border:1px solid var(--border-soft);width:92px;height:92px}.provider-avatar{width:48px;height:48px}.profile-grid,.route-summary-grid,.app-tools-grid,.language-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.route-summary-grid{margin-top:22px}.app-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.route-registry{gap:14px;display:grid}.route-registry-item{background:var(--surface-panel);border:1px solid var(--border-soft);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px;display:flex}.route-registry-copy{min-width:0}.route-registry-copy strong{margin-bottom:10px;font-size:1.15rem;display:block}.route-registry-copy p{color:var(--text-secondary);margin:0}.route-path{color:var(--text-secondary);margin:0 0 12px;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:.92rem;font-weight:700}.route-registry-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.app-tool-card{align-content:start;gap:14px;display:grid}.language-card{border:1px solid var(--border-soft);background:var(--surface-panel);color:var(--text-primary);text-align:left;cursor:pointer;border-radius:16px;align-content:start;gap:10px;padding:22px;transition:border-color .14s,background-color .14s;display:grid}.language-card:hover{border-color:var(--border-strong)}.language-card strong{font-size:1.2rem}.language-card p{color:var(--text-secondary);margin:0}.language-card-active{border-color:var(--accent);background:var(--surface-subtle)}.detail-list{gap:14px;margin:20px 0 0;display:grid}.detail-list dt{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 6px;font-size:.75rem;font-weight:700}.detail-list dd{color:var(--text-primary);margin:0;font-weight:600}.provider-list{gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}.provider-item{background:var(--surface-subtle);border:1px solid var(--border-soft);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.provider-item strong{text-transform:capitalize;margin-bottom:6px;font-size:1rem;display:block}.provider-item p{color:var(--text-secondary);margin:0}.status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.status-tile{background:var(--surface-panel);border:1px solid var(--border-soft);border-radius:16px;align-items:center;gap:12px;padding:18px;display:flex}.status-tile p{color:var(--text-primary);margin:0}.status-dot{width:10px;height:10px;box-shadow:none;background:#7e8791;border-radius:999px}@media (width<=720px){.route-summary-grid,.app-tools-grid,.language-grid,.profile-grid{grid-template-columns:1fr}.route-registry-item{flex-direction:column}.route-registry-actions{align-items:flex-start;width:100%}.status-grid{grid-template-columns:1fr}.profile-hero,.api-preview-header{flex-direction:column;align-items:flex-start}}
