*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f0f1a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{flex-direction:column;max-width:960px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex}header{text-align:center;margin-bottom:2.5rem}header h1{background:linear-gradient(135deg,#6ee7b7,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.subtitle{color:#64748b;font-size:.95rem}main{flex:1}.cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (width<=600px){.cards{grid-template-columns:1fr}}.card{background:#1e1e30;border:1px solid #2d2d45;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:border-color .3s;display:flex}.card.error{border-color:#ef4444}.card-header{justify-content:space-between;align-items:center;display:flex}.card-title{align-items:center;gap:.6rem;display:flex}.card-title h2{font-size:1rem;font-weight:600}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot.green{background:#22c55e;box-shadow:0 0 6px #22c55e}.status-dot.red{background:#ef4444;box-shadow:0 0 6px #ef4444}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.badge.python{color:#60a5fa;background:#1e3a5f}.badge.go{color:#34d399;background:#1a3a2a}.card-body{flex:1;align-items:center;min-height:80px;display:flex}.joke,.message{color:#cbd5e1;font-size:.95rem;line-height:1.6}.loading{color:#475569;font-size:.9rem;font-style:italic}.error-msg{color:#f87171;font-size:.9rem}.card-footer{border-top:1px solid #2d2d45;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.meta{color:#475569;font-family:monospace;font-size:.75rem}button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;transition:background .2s}button:hover:not(:disabled){background:#2563eb}button:disabled{cursor:not-allowed;background:#334155}.refresh-bar{color:#475569;align-items:center;gap:1rem;font-size:.8rem;display:flex}.progress-track{background:#2d2d45;border-radius:999px;flex:1;height:3px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#6ee7b7,#3b82f6);border-radius:999px;height:100%;transition:width 1s linear}.scope{text-align:center;margin-bottom:2rem}.scope-description{color:#94a3b8;max-width:680px;margin:0 auto 1.25rem;font-size:.95rem;line-height:1.7}.scope-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.pill{color:#94a3b8;background:#1e1e30;border:1px solid #2d2d45;border-radius:999px;padding:.3rem .75rem;font-size:.78rem}.arch-section{background:#1e1e30;border:1px solid #2d2d45;border-radius:12px;margin-top:2.5rem;padding:1.5rem}.arch-title{color:#e2e8f0;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.tab-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d2d45;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;transition:all .2s}.tab-btn:hover{color:#94a3b8;border-color:#475569}.tab-btn.active{color:#60a5fa;background:#1e3a5f;border-color:#3b82f6}.tab-content{margin-top:.5rem}.view-toggle{gap:.5rem;margin-bottom:1rem;display:flex}.toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d2d45;border-radius:6px;padding:.3rem .8rem;font-size:.8rem;transition:all .2s}.toggle-btn.active{color:#34d399;background:#1a3a2a;border-color:#34d399}.png-view img{border:1px solid #2d2d45;border-radius:8px;width:100%}.ascii-view{color:#94a3b8;white-space:pre;background:#0f0f1a;border:1px solid #2d2d45;border-radius:8px;padding:1.25rem;font-family:monospace;font-size:.75rem;line-height:1.5;overflow-x:auto}footer{text-align:center;margin-top:2rem}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.footer-link{color:#93c5fd;border:1px solid #2d2d45;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.footer-link:hover{color:#bfdbfe;background:#1e293b;border-color:#3b82f6}.api-link{color:#7dd3fc;font-family:monospace;font-size:.9rem}.api-link:hover{color:#e0f2fe}.icon{flex-shrink:0;width:18px;height:18px}.sep{color:#2d2d45}
