@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Inter:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#e2ddd4;background:#080a07;min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.6}code{background:#e2ddd414;border-radius:4px;padding:2px 6px;font-family:IBM Plex Mono,monospace;font-size:.85em}.page{max-width:640px;margin:0 auto;padding:3rem 1.5rem 4rem}.header{text-align:center;margin-bottom:3rem}.logo{margin-bottom:.5rem;font-size:2.5rem}h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.subtitle{color:#9e9888;font-size:.9rem}.status-card{background:#e2ddd40a;border:1px solid #e2ddd41a;border-radius:12px;margin-bottom:2rem;padding:1.25rem 1.5rem}.status-row{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.status-row+.status-row{border-top:1px solid #e2ddd40f}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot.green{background:#22c55e;box-shadow:0 0 6px #22c55e66}.dot.amber{background:#f59e0b;box-shadow:0 0 6px #f59e0b66}.dot.red{background:#ef4444;box-shadow:0 0 6px #ef444466}.status-label{color:#9e9888;min-width:100px;font-size:.85rem}.status-value{font-size:.85rem;font-weight:500}.status-value.secured{color:#22c55e}.status-value.partial{color:#f59e0b}.status-value.offline{color:#ef4444}section{margin-bottom:2.5rem}h2{color:#e2ddd4;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}p{color:#9e9888;margin-bottom:.75rem;font-size:.875rem}.step-list{counter-reset:step;list-style:none}.step-list li{counter-increment:step;color:#c4bfb4;padding-bottom:1rem;padding-left:2.5rem;font-size:.875rem;position:relative}.step-list li:before{content:counter(step);color:#e67e22;background:#e67e2226;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.step-screenshot{border:1px solid #e2ddd41f;border-radius:8px;max-width:100%;margin-top:.75rem;display:block}.step-caption{color:#706b60;margin-top:.4rem;font-size:.75rem;font-style:italic;display:block}.access-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.access-card{background:#e2ddd40a;border:1px solid #e2ddd414;border-radius:8px;padding:1rem}.access-card h3{margin-bottom:.25rem;font-size:.8rem;font-weight:600}.access-card p{margin:0;font-size:.78rem}.tag{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-bottom:.5rem;padding:2px 6px;font-size:.65rem;font-weight:600;display:inline-block}.tag.team{color:#22c55e;background:#22c55e26}.tag.ext{color:#e67e22;background:#e67e2226}.footer{text-align:center;color:#706b60;border-top:1px solid #e2ddd40f;padding-top:1rem;font-size:.75rem}.footer a{color:#9e9888;text-decoration:none}.footer a:hover{color:#e2ddd4}.cta-banner{text-align:center;background:linear-gradient(135deg,#e67e221f,#e67e220a);border:1px solid #e67e2240;border-radius:12px;margin-bottom:2.5rem;padding:1.25rem 1.5rem}.cta-banner p{color:#c4bfb4;margin-bottom:.75rem}.cta-banner p:last-child{margin-bottom:0}.cta-links{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-link{border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:filter .15s;display:inline-block}.cta-link:hover{filter:brightness(1.1)}.cta-link.primary{color:#fff;background:#e67e22}.cta-link.secondary{color:#e2ddd4;background:#e2ddd414;border:1px solid #e2ddd426}@media (max-width:480px){.access-grid{grid-template-columns:1fr}.page{padding:2rem 1rem 3rem}}
