:root { color-scheme: light; --violet: #7052d9; --violet-deep: #35204f; --mango: #ffc846; --mango-soft: #fff0b8; --coral: #f47e68; --cream: #fffaf0; --muted: #6e6381; --line: rgba(112,82,217,.18); }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--violet-deep); background: radial-gradient(circle at 9% 5%, #ffe88e 0 8%, transparent 8.5%), radial-gradient(circle at 91% 82%, #f7d6f0 0 15%, transparent 15.5%), linear-gradient(145deg, var(--cream), #efe9ff); font: 15px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { width: min(100% - 32px, 560px); margin: 0 auto; padding: 32px 0 36px; }
.brand { display: inline-flex; gap: 9px; align-items: center; margin: 0 0 24px 5px; color: var(--violet-deep); font-size: 14px; font-weight: 900; letter-spacing: .16em; text-decoration: none; }
.brand-mark { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; color: var(--violet-deep); background: var(--mango); box-shadow: 0 3px 0 #eaa830; font-size: 17px; }
.account-card { position: relative; overflow: hidden; padding: 38px 42px 25px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 24px 70px rgba(53,32,79,.15); }
.spark { position: absolute; width: 44px; height: 44px; border: 5px solid var(--mango); border-radius: 13px; opacity: .48; transform: rotate(18deg); }.spark-one { right: -13px; top: 55px; }.spark-two { bottom: 56px; left: -18px; width: 30px; height: 30px; border-color: var(--coral); transform: rotate(-19deg); }
.card-heading { max-width: 410px; }.eyebrow { margin: 0 0 8px; color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.card-heading h1 { margin: 0 0 9px; font-size: clamp(28px, 6vw, 38px); line-height: 1.03; letter-spacing: -.045em; }.lede, .muted { color: var(--muted); }.lede { margin: 0; max-width: 420px; font-size: 15px; }
.notice { margin: 19px 0 -2px; padding: 10px 12px; border-radius: 10px; color: var(--violet-deep); background: var(--mango-soft); font-size: 13px; }.notice.error { color: #812d33; background: #ffe1db; }.notice.success { background: #e5f6db; }
.view { margin-top: 26px; }.oauth-grid { display: grid; gap: 10px; }.provider-button, .secondary { display: flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 12px; color: var(--violet-deep); background: white; cursor: pointer; font-weight: 750; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }.provider-button:hover, .secondary:hover { border-color: var(--violet); box-shadow: 0 5px 16px rgba(112,82,217,.12); transform: translateY(-1px); }.provider-icon { display: grid; width: 20px; height: 20px; place-items: center; font-weight: 850; }.google { color: #4285f4; font-size: 19px; }.microsoft { grid-template: repeat(2, 8px) / repeat(2, 8px); gap: 2px; }.microsoft i:nth-child(1){background:#f35325}.microsoft i:nth-child(2){background:#81bc06}.microsoft i:nth-child(3){background:#05a6f0}.microsoft i:nth-child(4){background:#ffba08}
.divider { display: flex; align-items: center; gap: 12px; margin: 22px 0 17px; color: var(--muted); font-size: 11px; }.divider::before, .divider::after { flex: 1; height: 1px; background: var(--line); content: ""; }.stack { display: grid; gap: 8px; }.stack label { color: var(--violet-deep); font-size: 12px; font-weight: 800; }.stack input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid rgba(112,82,217,.3); border-radius: 11px; color: var(--violet-deep); outline: none; background: #fff; }.stack input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(112,82,217,.16); }.stack input::placeholder { color: #a79db9; }.primary { width: 100%; min-height: 46px; margin-top: 4px; border: 0; border-radius: 12px; color: var(--violet-deep); background: var(--mango); box-shadow: 0 4px 0 #eaa830; cursor: pointer; font-weight: 900; }.primary:active { transform: translateY(2px); box-shadow: 0 2px 0 #eaa830; }.secondary { margin-top: 10px; }.fine-print { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }.back-link, .quiet-button, .danger-link { padding: 0; border: 0; color: var(--violet); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; text-decoration: underline; }.view h2 { margin: 12px 0 5px; font-size: 23px; letter-spacing: -.025em; }.view .muted { margin: 0 0 17px; font-size: 13px; }.quiet-button { display: block; margin: 15px auto 0; }.account-intro { display: flex; align-items: center; gap: 12px; }.account-intro h2 { margin: 1px 0 1px; font-size: 20px; }.account-intro .muted { margin: 0; }.avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: var(--violet-deep); background: var(--mango); font-size: 20px; font-weight: 900; }.trial-card { display: flex; gap: 11px; align-items: center; margin: 22px 0 13px; padding: 14px; border: 1px solid rgba(112,82,217,.18); border-radius: 14px; background: linear-gradient(135deg, #fff7cf, #f1eaff); }.trial-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: var(--violet-deep); background: var(--mango); }.trial-title { margin: 0 0 2px; font-weight: 850; }.trial-card .muted { margin: 0; font-size: 12px; }.settings-box { margin-top: 22px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(239,233,255,.46); }.settings-box h3 { margin: 0 0 12px; font-size: 14px; }.toggle-row { display: flex; position: relative; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; }.toggle-row span:first-child { display: grid; gap: 2px; }.toggle-row small { color: var(--muted); font-size: 11px; font-weight: 400; }.toggle-row input { position: absolute; opacity: 0; }.switch { width: 38px; height: 22px; flex: 0 0 auto; border-radius: 99px; background: #c4bdd2; transition: background .2s ease; }.switch::after { display: block; width: 16px; height: 16px; margin: 3px; border-radius: 50%; background: white; box-shadow: 0 1px 3px #887e9a; content: ""; transition: transform .2s ease; }.toggle-row input:checked + .switch { background: var(--violet); }.toggle-row input:checked + .switch::after { transform: translateX(16px); }.settings-links { display: flex; gap: 15px; margin: 14px 0 0; }.settings-links a, footer a { color: var(--violet); font-size: 11px; font-weight: 750; }.danger-link { display: block; margin: 19px auto 0; color: #aa4d4f; font-weight: 650; }
footer { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; margin-top: 24px; color: var(--muted); font-size: 10px; }footer span { flex-basis: 100%; text-align: center; }
[hidden] { display: none !important; }button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }@media (max-width: 500px) { .page-shell { width: min(100% - 20px, 560px); padding-top: 18px; }.account-card { padding: 30px 23px 22px; border-radius: 23px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
