:root{color:#17233c;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}.app-shell{background:radial-gradient(circle at 0 0,#265cd317,#0000 34rem),#f4f7fb;place-items:center;min-height:100vh;padding:24px;display:grid}.status-card{background:#fffffff5;border:1px solid #dce3ef;border-radius:20px;width:min(100%,560px);padding:36px;box-shadow:0 18px 48px #17233c1a}.brand{border-bottom:1px solid #e6ebf3;align-items:center;gap:14px;padding-bottom:28px;display:flex}.brand-mark{color:#fff;letter-spacing:.04em;background:#265cd3;border-radius:14px;place-items:center;width:48px;height:48px;font-size:.9rem;font-weight:800;display:grid}.eyebrow{color:#60708e;letter-spacing:.1em;text-transform:uppercase;margin:0 0 3px;font-size:.76rem;font-weight:700}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.65rem,5vw,2rem);line-height:1.1}.status-panel{background:#f6f8fc;border-radius:14px;align-items:center;gap:18px;min-height:128px;margin-top:28px;padding:22px;display:flex}.status-panel h2{margin-bottom:6px;font-size:1.12rem}.status-panel p{color:#60708e;margin-bottom:0;line-height:1.55}.status-panel--available{background:#effaf4}.status-panel--available .status-icon{color:#15754a;background:#d7f2e4}.status-panel--unavailable{background:#fff6f3}.status-panel--unavailable .status-icon{color:#a43a20;background:#ffe3db}.status-icon,.spinner{flex:none;width:42px;height:42px}.status-icon{border-radius:50%;place-items:center;font-size:1.2rem;font-weight:800;display:grid}.spinner{border:4px solid #d8e1f3;border-top-color:#265cd3;border-radius:50%;animation:.8s linear infinite spin}button{color:#fff;cursor:pointer;background:#265cd3;border:0;border-radius:11px;width:100%;margin-top:18px;padding:13px 20px;font-weight:700;transition:background .15s,transform .15s}button:hover{background:#1e4db8}button:active{transform:translateY(1px)}button:focus-visible{outline-offset:3px;outline:3px solid #265cd34d}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=520px){.app-shell{padding:16px}.status-card{border-radius:16px;padding:24px 20px}.status-panel{align-items:flex-start;padding:18px}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.6s}button{transition:none}}
