.account-shell{min-height:100dvh;color:var(--ink);background:radial-gradient(ellipse 60% 55% at 10% -5%, #57d84e38, transparent 62%), radial-gradient(ellipse 55% 50% at 92% 4%, #44d8ce3d, transparent 60%), linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%);--account-danger:#c0392b;--account-danger-bg:#fdeeec;--account-danger-border:#f6cfc9;flex:auto;padding:48px 20px 64px;font-family:Satoshi,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;display:flex}.account-shell>main:not(.account-card){width:100%}.account-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:520px;box-shadow:var(--shadow-lg);border-radius:22px;margin:auto;padding:34px 34px 30px}.account-card--wide{max-width:760px}.account-card--center{text-align:center}.account-card--center .account-head .brand__mark{margin-left:auto;margin-right:auto}.account-card--loading{min-height:460px}.account-shell--doc{align-items:flex-start}.account-shell--doc .account-card{margin-top:0}.account-back{color:var(--ink-subtle);border-radius:6px;align-items:center;gap:6px;margin-bottom:22px;font-size:14px;font-weight:500;transition:color .15s;display:inline-flex}.account-back:hover{color:var(--ink)}.account-head{margin-bottom:4px}.account-head .brand__mark{border-radius:12px;width:46px;height:46px;margin-bottom:18px;display:block}.account-head__title{letter-spacing:-.03em;color:var(--ink);font-size:clamp(24px,3.4vw,30px);font-weight:700;line-height:1.15}.account-head__sub{color:var(--ink-muted);margin-top:10px;font-size:15px;line-height:1.55}.account-icon{color:#fff;background:var(--brand-gradient);border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 20px;font-size:28px;line-height:1;display:grid;box-shadow:0 10px 24px #44d8ce59}.account-panel{background:var(--brand-gradient-soft);border:1px solid #44d8ce52;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin-top:24px;padding:16px 18px;display:flex}.account-panel__label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-subtle);margin-bottom:5px;font-size:11px;font-weight:700;display:block}.account-panel__value{letter-spacing:-.02em;color:var(--ink);font-size:17px;font-weight:700;display:block}.account-panel__meta{color:var(--ink-muted);margin-top:3px;font-size:13px;line-height:1.45}.account-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.account-list li{color:var(--ink-muted);padding-left:24px;font-size:14px;line-height:1.45;position:relative}.account-list li:before{content:"✓";color:var(--brand-mid);font-weight:700;position:absolute;top:0;left:0}.account-alert{color:var(--account-danger);background:var(--account-danger-bg);border:1px solid var(--account-danger-border);border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:14px;font-weight:500;line-height:1.45;display:flex}.account-alert:before{content:"!";color:#fff;background:var(--account-danger);border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;margin-top:1px;font-size:12px;font-weight:700;display:grid}.account-form{gap:18px;margin-top:26px;display:grid}.field{gap:6px;display:grid}.field__label{color:var(--ink);font-size:13px;font-weight:600}.field__optional{color:var(--ink-subtle);font-weight:500}.field__control{position:relative}.field__input{width:100%;height:46px;font:inherit;color:var(--ink);border:1px solid var(--border-strong);appearance:none;background:#fff;border-radius:10px;padding:0 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.field__input::placeholder{color:#9aa7b6;opacity:1}.field__input:hover:not(:focus){border-color:#c5ced8}.field__input:focus{border-color:var(--brand-cyan);outline:none;box-shadow:0 0 0 3px #44d8ce38}.field__input:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:2px}.field__input--mono{letter-spacing:.22em;text-transform:uppercase;font-family:Source Code Pro,ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}.field__hint{color:var(--ink-subtle);font-size:12.5px;line-height:1.45}.field__error{color:var(--account-danger);font-size:13px;font-weight:500}.suggest{z-index:30;overscroll-behavior:contain;border:1px solid var(--border);max-height:272px;box-shadow:var(--shadow-lg);background:#fff;border-radius:14px;margin:0;padding:6px;list-style:none;animation:.14s ease-out suggest-in;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}@keyframes suggest-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.suggest__btn{width:100%;font:inherit;text-align:left;color:var(--ink);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;border-radius:10px;padding:10px 12px;font-size:14.5px;line-height:1.35;transition:background .12s,box-shadow .12s;display:block;overflow:hidden}.suggest__btn:hover{background:var(--brand-gradient-soft)}.suggest__btn.is-active{background:var(--brand-gradient-soft);box-shadow:inset 0 0 0 1.5px #44d8ce8c}.suggest__btn:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:-2px}.suggest__foot{border-top:1px solid var(--border);color:var(--ink-subtle);text-align:right;margin:4px 6px 0;padding:8px 6px 4px;font-size:11px}.account-shell .btn{font-family:inherit}.account-shell .btn:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:3px}.account-shell .btn:disabled{opacity:.55;cursor:not-allowed}.account-shell .btn:disabled:hover{filter:none;transform:none;box-shadow:0 1px #0a254014}.account-shell .btn:disabled:active{transform:none}.account-form .btn--block{margin-top:6px}.account-actions{gap:12px;margin-top:24px;display:grid}.account-stack{gap:20px;margin-top:24px;display:grid}.account-stack>.account-panel,.account-stack>.account-actions,.account-stack>.account-foot{margin-top:0}.account-foot{border-top:1px solid var(--border);text-align:center;color:var(--ink-muted);margin-top:24px;padding-top:18px;font-size:14px;line-height:1.5}.account-link{color:var(--ink);text-underline-offset:3px;border-radius:4px;font-weight:600;-webkit-text-decoration:underline #44d8ceb3;text-decoration:underline #44d8ceb3;transition:text-decoration-color .15s}.account-link:hover{-webkit-text-decoration-color:var(--brand-green);text-decoration-color:var(--brand-green)}.account-back:focus-visible,.account-link:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:3px}.account-note{color:var(--ink-subtle);margin-top:10px;font-size:12.5px;line-height:1.5}@media (max-width:560px){.account-shell{padding:24px 14px 44px}.account-card{border-radius:18px;padding:26px 20px 24px}.account-head .brand__mark{width:40px;height:40px;margin-bottom:14px}.account-panel{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.suggest{animation:none}}
