.app{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.orb{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(124,111,205,.18) 0%,transparent 70%);top:-200px;right:-150px}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(72,187,120,.1) 0%,transparent 70%);bottom:-200px;left:-150px}.header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0f1499}.logo{display:flex;align-items:center;gap:.6rem;color:var(--accent-light)}.logo-icon{width:32px;height:32px;flex-shrink:0}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.nav{display:flex;gap:1.75rem}.nav-link{font-size:.875rem;color:var(--text-muted);cursor:pointer;transition:color .2s}.nav-link:hover,.nav-link--active{color:var(--text)}.main{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;gap:3rem}.hero{text-align:center;max-width:580px}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--text);margin-bottom:1.25rem}.hero-accent{background:linear-gradient(135deg,var(--accent-light) 0%,#c4b5fd 50%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.0625rem;color:var(--text-muted);max-width:440px;margin:0 auto;line-height:1.7}.api-card{width:100%;max-width:520px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 0 0 1px #ffffff08,0 20px 60px #0006}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.card-title{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.card-status{display:flex;align-items:center;gap:.5rem}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:background-color .4s}.status-label{font-size:.8125rem;color:var(--text-muted)}.card-body{padding:1.75rem 1.5rem;min-height:120px;display:flex;align-items:center}.response-grid{display:flex;flex-direction:column;gap:1.125rem;width:100%}.response-item{display:flex;flex-direction:column;gap:.25rem}.response-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.response-value{font-size:.9375rem;color:var(--text)}.version-badge{display:inline-block;background:var(--accent-glow);border:1px solid rgba(124,111,205,.35);color:var(--accent-light);font-size:.8125rem;font-weight:600;padding:.2rem .65rem;border-radius:999px;width:fit-content}.skeleton-group{display:flex;flex-direction:column;gap:.875rem;width:100%}.skeleton{height:14px;border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,rgba(255,255,255,.05) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton.short{width:55%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-block{display:flex;align-items:flex-start;gap:.875rem;color:var(--red)}.error-icon{width:22px;height:22px;flex-shrink:0;margin-top:2px}.error-title{font-size:.9375rem;font-weight:600;margin-bottom:.2rem}.error-detail{font-size:.8125rem;opacity:.7;font-family:SFMono-Regular,Consolas,Menlo,monospace}.card-footer{padding:.875rem 1.5rem;border-top:1px solid var(--border);background:var(--surface-2)}.endpoint{font-size:.8125rem;font-family:SFMono-Regular,Consolas,Menlo,monospace;color:var(--accent-light);opacity:.8}.footer{position:relative;z-index:10;text-align:center;padding:1.25rem;font-size:.8125rem;color:var(--text-muted);border-top:1px solid var(--border);opacity:.6}@media (max-width: 600px){.header{padding:1rem 1.25rem}.nav{gap:1rem}.main{padding:2.5rem 1rem;gap:2rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0f14;--surface: #13161e;--surface-2: #1a1e2a;--border: rgba(255, 255, 255, .07);--text: #e8eaf0;--text-muted: #7a8099;--accent: #7c6fcd;--accent-light: #a89fde;--accent-glow: rgba(124, 111, 205, .25);--green: #48bb78;--red: #fc8181;--radius: 14px;--radius-sm: 8px}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}
