.auth-shell{min-height:100dvh;max-width:660px;padding:40px 24px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}.auth-brand{text-decoration:none;color:var(--ink);font:25px Georgia,serif;text-align:center}.auth-brand small{display:block;font:13px Arial,sans-serif;margin-top:8px}.auth-card{width:100%;padding:36px;border:1px solid var(--line);background:var(--surface);border-radius:28px;box-shadow:0 20px 70px #50412e0c;animation:arrive .38s ease both}.auth-card h1{font-size:34px;line-height:1.18;letter-spacing:-.7px;outline:none;margin-bottom:16px}.auth-eyebrow{display:block;color:var(--brown);font-size:12px;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.auth-intro{color:var(--muted);font-size:15px;margin-bottom:22px}.auth-card .full{margin-top:22px}.auth-switch{text-align:center;margin-top:20px;font-size:14px;color:var(--muted)}.auth-switch button{margin-left:5px}.auth-footer{font-size:13px;color:var(--muted)}.auth-footer button{min-height:44px}.auth-email{display:flex;align-items:center;justify-content:space-between;gap:10px;overflow-wrap:anywhere}.optional-details{margin-top:20px;color:var(--muted);font-size:14px}.optional-details summary{cursor:pointer;min-height:30px}.setup-top{display:flex;align-items:center;justify-content:space-between;min-height:42px;margin-bottom:24px}.setup-progress{display:flex;gap:6px}.setup-progress i{width:24px;height:4px;border-radius:8px;background:var(--line)}.setup-progress .active{background:var(--olive)}.setup-content{margin-top:26px}.setup-choice{display:flex;align-items:center;gap:12px;width:100%;padding:20px;margin:12px 0;text-align:left;border:1px solid var(--line);border-radius:16px;background:var(--bg);transition:transform .2s,border-color .2s}.setup-choice:hover{transform:translateY(-2px);border-color:var(--olive)}.setup-choice>span:last-child{margin-left:auto;color:var(--olive)}.setup-choice strong{font-size:19px;font-weight:500}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.theme-option{text-align:left;border:2px solid var(--line);border-radius:17px;padding:8px}.theme-option.chosen{border-color:var(--olive)}.theme-option>span:last-child{display:block;font-size:13px;padding:10px 4px 4px}.theme-mini{display:flex;flex-direction:column;gap:10px;border-radius:10px;padding:14px;background:#e5e7d7;color:#353c28}.theme-mini[data-theme-preview=rose]{background:#eedce3;color:#694153}.theme-mini[data-theme-preview=dark]{background:#30382c;color:#e4e8d7}.theme-mini[data-theme-preview=dark-rose]{background:#49323f;color:#f6dfe8}.mini-title{font-size:10px}.theme-mini>b{font:25px Georgia,serif}.mini-bars{display:flex;gap:5px}.mini-bars i{height:5px;width:25%;background:currentColor;opacity:.3;border-radius:10px}.tour-card{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.tour-card:last-of-type{margin-bottom:20px}.tour-card p{font-size:14px;color:var(--muted);margin-top:6px}.tour-icon{background:var(--pale);color:var(--olive-dark);border-radius:14px;width:45px;height:45px;display:grid;place-items:center;flex-shrink:0;font-size:24px}.rotating{animation:arrive .65s ease both}.auth-card[aria-busy=true]{cursor:progress}@keyframes arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:440px){.auth-shell{padding:24px 14px;gap:22px}.auth-card{padding:25px 20px}.auth-card h1{font-size:29px}.theme-mini{padding:10px}.theme-mini>b{font-size:21px}}@media(prefers-reduced-motion:reduce){.auth-card,.rotating{animation:none}.setup-choice{transition:none}}

.auth-card.leaving{animation:depart .16s ease both}@keyframes depart{to{opacity:0;transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.auth-card.leaving{animation:none}}


.setup-heading{display:flex;align-items:center;gap:12px}.auth-card .setup-heading h1{margin:0;flex:1;min-width:0}.setup-info{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;color:#246ca6;font:bold 22px Georgia,serif;border:1px solid currentColor;border-radius:50%;background:transparent}.setup-info.warning{color:#b03e32}.setup-help{margin-top:16px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.6;overflow-wrap:anywhere}.setup-help[hidden]{display:none}
