/* Spacebar portal access — blue, lavender and soft grey workspace entry. */
.auth-page { --auth-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; --auth-ink: #213448; --auth-muted: #547792; --auth-blue: #547792; --auth-blue-deep: #213448; --auth-lilac: #b49fcc; min-height: 100vh; display: grid; place-items: center; padding: clamp(16px, 3vw, 40px); position: relative; overflow: hidden; color: var(--auth-ink); font-family: var(--auth-font); background: radial-gradient(circle at 92% 16%, rgba(180,159,204,.2), transparent 25rem), #f4f6f8; }
.auth-page::before,.auth-page::after { content: ''; position: absolute; pointer-events: none; border-radius: 50%; }.auth-page::before { width: 22rem; height: 22rem; top: -11rem; left: 35%; background: rgba(180,159,204,.13); filter: blur(18px); }.auth-page::after { width: 12rem; height: 12rem; right: -4rem; bottom: -5rem; border: 28px solid rgba(84,119,146,.1); }
.auth-shell { width: min(1040px,100%); min-height: min(660px,calc(100vh - 80px)); display: grid; grid-template-columns: 1.08fr .92fr; position: relative; z-index: 1; border: 1px solid rgba(33,52,72,.12); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 28px 80px rgba(33,52,72,.13); }
.auth-intro { min-height: 100%; position: relative; display: flex; flex-direction: column; padding: clamp(30px,5vw,62px); overflow: hidden; background: #213448; color: #fff; }.auth-intro::before { content: ''; position: absolute; width: 28rem; height: 28rem; top: -14rem; right: -13rem; border-radius: 50%; background: rgba(84,119,146,.92); }.auth-intro::after { content: ''; position: absolute; width: 17rem; height: 17rem; bottom: -9rem; left: -6rem; border-radius: 50%; background: var(--auth-lilac); }
.auth-brand,.auth-card-brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; position: relative; z-index: 1; }.auth-brand img,.auth-card-brand img { width: 26px; height: 26px; }.auth-brand img { filter: brightness(0) invert(1); }
.auth-intro-copy { position: relative; z-index: 1; margin: auto 0; max-width: 420px; }.auth-intro-kicker { display: inline-flex; margin-bottom: 20px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(255,255,255,.14); font: 800 10px/1 var(--sb-mono,monospace); letter-spacing: .12em; text-transform: uppercase; }.auth-intro h1 { margin: 0; font: 750 clamp(42px,5.1vw,66px)/1.02 var(--auth-font); letter-spacing: -.05em; }.auth-intro h1 em { color: var(--auth-lilac); font-style: normal; }.auth-intro p { max-width: 340px; margin: 22px 0 0; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.6; }.auth-intro-note { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: #dce8ef; font-size: 12px; font-weight: 750; }.auth-intro-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--auth-lilac); box-shadow: 0 0 0 4px rgba(180,159,204,.2); }
.auth-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,5vw,64px); background: #fff; }.auth-card-brand { display: none; margin-bottom: 34px; color: var(--auth-blue-deep); }.auth-eyebrow { align-self: flex-start; margin: 0 0 18px; padding: 7px 10px; border: 1px solid #d5e2ea; border-radius: 999px; background: #edf4f7; color: var(--auth-blue-deep); font: 850 10px/1 var(--sb-mono,monospace); letter-spacing: .13em; text-transform: uppercase; }.auth-card h2 { margin: 0; color: var(--auth-ink); font: 750 clamp(32px,4vw,44px)/1.05 var(--auth-font); letter-spacing: -.04em; }.auth-card-lede { margin: 13px 0 22px; color: var(--auth-muted); font-size: 14px; line-height: 1.55; }
.auth-fields { display: grid; gap: 14px; }.auth-card label { display: grid; gap: 8px; color: #587486; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.auth-card input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #d4e4ea; border-radius: 13px; background: #fbfdfe; color: var(--auth-ink); font: 500 15px/1.2 var(--auth-font); outline: none; }.auth-card input::placeholder { color: #a0b5c0; }.auth-card input:focus { border-color: var(--auth-blue); background: #fff; box-shadow: 0 0 0 4px rgba(180,159,204,.25); }
.auth-password-field { position: relative; display: block; }.auth-password-field input { padding-right: 54px; }.auth-card .auth-password-toggle { position: absolute; top: 50%; right: 5px; width: 42px; height: 42px; margin: 0; padding: 0; transform: translateY(-50%); border: 0; border-radius: 10px; background: transparent; box-shadow: none; color: #547792; }.auth-card .auth-password-toggle:hover:not(:disabled) { transform: translateY(-50%); background: #edf4f7; box-shadow: none; color: #213448; }.auth-card .auth-password-toggle:focus-visible { outline: 3px solid rgba(84,119,146,.38); outline-offset: 1px; }.auth-password-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.auth-card button { width: 100%; height: 52px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 20px; border: 0; border-radius: 13px; background: var(--auth-blue-deep); color: #fff; box-shadow: 0 10px 22px rgba(33,52,72,.22); cursor: pointer; font: 800 14px/1 inherit; transition: transform 180ms ease,background 180ms ease,box-shadow 180ms ease; }.auth-card button b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 17px; line-height: 1; }.auth-card button:hover:not(:disabled) { transform: translateY(-2px); background: #547792; box-shadow: 0 15px 28px rgba(84,119,146,.28); }.auth-card button:disabled { opacity: .68; cursor: wait; }.auth-card .auth-google { margin: 0 0 14px; border: 1px solid #cbd9e1; background: #fff; color: #213448; box-shadow: none; }.auth-card .auth-google:hover:not(:disabled) { background: #f4f8fa; box-shadow: none; }.auth-divider { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #8098a7; font-size: 10px; font-weight: 800; text-transform: uppercase; }.auth-divider::before,.auth-divider::after { content: ''; flex: 1; height: 1px; background: #dce6eb; }
.auth-help { margin: 18px 0 0; color: #89a1ae; font-size: 11px; line-height: 1.5; text-align: center; }.auth-muted { margin: 0 0 14px; padding: 10px 12px; border: 1px solid #d5e7ed; border-radius: 11px; background: #f5fafb; color: #628094; font: 600 11px/1.45 var(--sb-mono,monospace); }.auth-error { margin: 14px 0 -4px; padding: 11px 12px; border: 1px solid #f1cfcb; border-radius: 11px; background: #fff5f4; color: #aa4f49; font-size: 12px; font-weight: 700; line-height: 1.45; }.auth-card--compact { width: min(420px,100%); min-height: auto; padding: 32px; border: 1px solid rgba(149,189,215,.38); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(77,121,157,.15); color: var(--auth-ink); font-weight: 800; text-align: center; }
.portal-restore { --restore-ink:#17172d; --restore-line:#e7e5f0; min-height:100vh; display:grid; grid-template-columns:266px 1fr; grid-template-rows:78px 1fr; background:#fff; color:var(--restore-ink); font-family:Inter,ui-sans-serif,system-ui,sans-serif; }.portal-restore__topbar { grid-column:1 / -1; display:flex; align-items:center; gap:10px; padding:0 28px; border-bottom:1px solid var(--restore-line); font-weight:850; letter-spacing:.06em; text-transform:uppercase; }.portal-restore__topbar img { width:27px; height:27px; }.portal-restore__rail { display:grid; align-content:start; gap:12px; padding:28px 22px; border-right:1px solid var(--restore-line); }.portal-restore__rail i,.portal-restore__panel i,.portal-restore__eyebrow,.portal-restore__title { display:block; border-radius:999px; background:linear-gradient(90deg,#f1f0f7,#faf9fc,#f1f0f7); background-size:220% 100%; animation:portal-restore-shimmer 1.3s ease-in-out infinite; }.portal-restore__rail i { height:44px; border-radius:10px; }.portal-restore__main { padding:clamp(28px,4vw,56px); max-width:1240px; }.portal-restore__eyebrow { width:116px; height:12px; }.portal-restore__title { width:min(370px,70%); height:42px; margin-top:16px; border-radius:8px; }.portal-restore__panel { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:36px; }.portal-restore__panel i { height:155px; border-radius:16px; } @keyframes portal-restore-shimmer { from { background-position:100% 0; } to { background-position:-100% 0; } }
.auth-card .auth-link-button { height: auto; margin: 15px auto -4px; padding: 0; width: auto; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #547792; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }.auth-card .auth-link-button:hover:not(:disabled) { transform: none; background: transparent; box-shadow: none; color: #213448; }.auth-success { margin: 14px 0 -4px; padding: 11px 12px; border: 1px solid #c8e8d9; border-radius: 11px; background: #f2fbf6; color: #16734d; font-size: 12px; font-weight: 700; line-height: 1.45; }.auth-help a { color: inherit; font-weight: 800; }.auth-shell--single { width: min(840px, 100%); grid-template-columns: .9fr 1.1fr; min-height: 570px; }
@media (max-width:760px) { .auth-page { padding: 0; align-items: stretch; background: #fff; }.auth-page::before,.auth-page::after { display: none; }.auth-shell { min-height: 100svh; grid-template-columns: 1fr; border: 0; border-radius: 0; box-shadow: none; }.auth-intro { min-height: 220px; padding: 24px 24px 28px; }.auth-intro-copy { margin: auto 0 0; }.auth-intro-kicker,.auth-intro p,.auth-intro-note { display: none; }.auth-intro h1 { font-size: 38px; }.auth-intro::before { width: 16rem; height: 16rem; top: -9rem; right: -6rem; }.auth-intro::after { width: 10rem; height: 10rem; bottom: -6rem; left: -4rem; }.auth-card { justify-content: flex-start; padding: 30px 24px 42px; }.auth-card-brand { display: inline-flex; }.auth-card h2 { font-size: 34px; } }
@media (max-width:760px) { .portal-restore { grid-template-columns:1fr; grid-template-rows:64px 1fr; }.portal-restore__topbar { padding:0 18px; }.portal-restore__rail { display:none; }.portal-restore__main { padding:28px 18px; }.portal-restore__panel { grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }.portal-restore__panel i { height:124px; }.portal-restore__panel i:last-child { display:none; } }
