:root{color-scheme:light dark;color:#111827;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f8fafc}a{color:inherit;text-decoration:none}.holding-page{display:grid;min-height:100vh;place-items:center;padding:32px}.holding-panel{display:grid;justify-items:center;gap:22px}.holding-logo{width:min(132px,42vw);aspect-ratio:1;height:auto;border-radius:22px;display:block;object-fit:cover}.holding-status{margin:0;color:#4b5563;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.login-button{display:inline-flex;align-items:center;justify-content:center;min-width:116px;min-height:44px;border:1px solid #111827;border-radius:8px;background:#111827;color:#fff;font-size:.95rem;font-weight:700;line-height:1;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.login-button:hover{background:#1f2937;border-color:#1f2937;transform:translateY(-1px)}.login-button:focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:3px}@media(prefers-color-scheme:dark){:root,body{color:#f9fafb;background:#111827}.holding-status{color:#d1d5db}.login-button{border-color:#f9fafb;background:#f9fafb;color:#111827}.login-button:hover{border-color:#e5e7eb;background:#e5e7eb}}
