.account-page{display:grid;gap:.85rem;width:100%;min-width:0}.account-page__header{width:100%;min-width:0;max-width:100%;margin:0 auto}.account-page__header h1{margin:0;font-size:1.34rem;line-height:1.2;letter-spacing:-.02em}.account-page__layout{width:100%;min-width:0;max-width:100%;margin:0 auto}.account-page__stack{display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr)}.profile-card{background:#fff;border:1px solid rgba(226,232,240,.92);border-radius:18px;padding:1rem 1.05rem;box-shadow:0 10px 30px #0f172a0b;width:100%;min-width:0;overflow-x:clip}.profile-card h2,.profile-card h3,.profile-card p{margin:0}.profile-card-header{display:grid;gap:.25rem;margin-bottom:.72rem}.profile-card-header--spread,.profile-security-card__header{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:.8rem}.profile-card-header__intro{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.profile-card-header__action{flex-shrink:0;width:100%}.profile-card-header h2,.profile-card h3{margin-bottom:0;font-size:1.01rem;letter-spacing:-.01em}.profile-card-icon{position:relative;flex:0 0 auto;width:2.3rem;height:2.3rem;border-radius:14px;border:1px solid rgba(191,219,254,.9);background:linear-gradient(180deg,#f8fbff,#eef5ff);box-shadow:inset 0 1px #fffc}.profile-card-icon:before,.profile-card-icon:after{content:"";position:absolute;left:50%;transform:translate(-50%);border-radius:999px;background:linear-gradient(180deg,#2563eb,#1d4ed8)}.profile-card-icon--personal:before{top:.45rem;width:.7rem;height:.7rem}.profile-card-icon--personal:after{top:1.2rem;width:1.2rem;height:.52rem}.profile-card-icon--security:before{top:.58rem;width:1rem;height:.78rem;border-radius:.32rem}.profile-card-icon--security:after{top:.34rem;width:.56rem;height:.7rem;background:transparent;border:2px solid #2563eb;border-bottom:0}.profile-card--error{border-color:#fecaca;background:#fef2f2;color:#991b1b;display:grid;gap:.75rem}.profile-card--narrow{max-width:520px}.profile-card--loading{display:grid;place-items:center;min-height:220px}.profile-card>p,.profile-card-header p{color:var(--ss-text-secondary);font-size:.88rem;line-height:1.45}.profile-spinner{position:relative;width:2.75rem;height:2.75rem;border-radius:999px;border:3px solid rgba(148,163,184,.22);border-top-color:#2563eb;border-right-color:#2563eb94;animation:profileModalSpinner .8s linear infinite}.profile-spinner:before{content:"";position:absolute;inset:-.7rem;border-radius:999px;background:radial-gradient(circle,#2563eb1f,#2563eb0d 58%,#2563eb00 72%);animation:profileLoadingHalo 1.6s ease-in-out infinite}.profile-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}.profile-info-list{display:grid}.profile-kv{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:.32rem;border-bottom:1px solid rgba(226,232,240,.9);padding:.92rem 0}.profile-kv span{color:#64748b;font-size:.81rem;font-weight:600;letter-spacing:.01em}.profile-kv:last-child{border-bottom:0;padding-bottom:0}.profile-value{display:block;color:#0f172a;font-size:.93rem;font-weight:600;text-align:left;overflow-wrap:anywhere}.profile-value--muted{color:#64748b;font-weight:500}.profile-alert{margin:.75rem 0 0;border:1px solid transparent;border-radius:12px;padding:.7rem .85rem}.profile-alert--error{background:#fee2e2;color:#991b1b;border-color:#fecaca}.profile-alert--success{background:#dcfce7;color:#166534;border-color:#bbf7d0}.profile-form{display:grid;gap:.9rem}.profile-form label{display:grid;gap:.38rem;font-size:.92rem}.profile-form label>span{color:var(--ss-text-secondary);font-size:.82rem;font-weight:600}.profile-form input,.profile-form select{width:100%;min-height:42px;border:1px solid var(--ss-border);border-radius:10px;padding:.62rem .78rem;background:#fff;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.profile-form input:focus,.profile-form select:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.profile-form input[aria-invalid=true],.profile-form select[aria-invalid=true]{border-color:#ef4444;background:#fff7f7}.profile-form input:disabled,.profile-form select:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.profile-btn-row{display:flex;gap:.6rem;margin-top:.6rem}.profile-btn{width:auto;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid rgba(203,213,225,.95);background:#fffffff5;color:#0f172a;border-radius:999px;min-height:2rem;padding:.34rem .72rem;font-size:.78rem;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:none;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.profile-btn--inline{width:100%;min-width:0}.profile-form>.profile-btn{justify-self:start;min-width:140px;min-height:38px;padding:.55rem .9rem;background:var(--ss-brand-700);color:#fff;border-color:transparent}.profile-btn-row .profile-btn{flex:1 1 0;min-height:38px;padding:.55rem .9rem}.profile-btn:disabled{cursor:not-allowed;background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff;border-color:transparent;box-shadow:none}.profile-btn--ghost{border:1px solid rgba(203,213,225,.95);background:#f8fafcf2;color:#0f172a;box-shadow:none}.profile-btn:hover:not(:disabled){border-color:#94a3b8f2;background:#fff;transform:translateY(-1px)}.profile-field-error{color:#b91c1c;font-size:.8rem;line-height:1.45}.profile-password-policy{display:grid;gap:.7rem;padding:.85rem .9rem;border-radius:10px;border:1px solid rgba(219,229,241,.96);background:#f8fbfff0}.profile-inline-form{margin-top:.95rem;padding-top:.95rem;border-top:1px solid rgba(219,229,241,.88)}.profile-inline-form>.profile-edit-marker,.profile-inline-form>.profile-change-password-marker{padding:0;border:0;box-shadow:none;background:transparent}.profile-inline-form>.profile-edit-marker h2,.profile-inline-form>.profile-edit-marker p,.profile-inline-form>.profile-change-password-marker .profile-card-header{display:none}.profile-inline-form>.profile-change-password-marker>.profile-alert,.profile-inline-form>.profile-edit-marker>.profile-alert{margin-top:0}.profile-security-card__header{margin-bottom:.72rem}.profile-kv--security{padding-bottom:0;border-bottom:0}.profile-password-rules{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.profile-password-rules li{position:relative;padding-left:1.35rem;color:#475569;font-size:.86rem}.profile-password-rules li:before{content:"";position:absolute;left:0;top:.35rem;width:.75rem;height:.75rem;border-radius:999px;background:#cbd5e1}.profile-password-rules li.is-valid{color:#166534}.profile-password-rules li.is-valid:before{background:linear-gradient(135deg,#10b981,#22c55e);box-shadow:0 0 0 .18rem #22c55e1f}.profile-btn-spinner{width:.95rem;height:.95rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:999px;animation:profileButtonSpin .75s linear infinite}.profile-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#02061794;backdrop-filter:blur(10px);overflow:hidden}.profile-modal__dialog{width:calc(100vw - 24px);min-width:0;min-height:0;max-width:min(100%,34rem);max-height:calc(100dvh - 32px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);border:1px solid rgba(255,255,255,.75);border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff 12%);box-shadow:0 36px 96px #0f172a3d}.profile-modal__dialog--edit{min-height:min(100%,580px)}.profile-modal__dialog--password{min-height:min(100%,540px)}.profile-modal__header{position:sticky;top:0;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem .9rem .15rem;background:linear-gradient(180deg,#f8fbff,#f8fbffeb);border-bottom:1px solid rgba(226,232,240,.72)}.profile-modal__header h2{margin:0;font-size:1rem;letter-spacing:-.02em}.profile-modal__header p{margin:.16rem 0 0;font-size:.84rem;color:var(--ss-text-secondary)}.profile-modal__close{flex-shrink:0}.profile-modal__content{padding:.85rem .9rem .9rem;min-height:0;overflow-y:auto;overscroll-behavior:contain}.profile-modal__content--edit{min-height:280px}.profile-modal__content--password{min-height:260px}.profile-modal__content>.profile-edit-marker,.profile-modal__content>.profile-change-password-marker{min-height:100%;padding:0;border:0;box-shadow:none;background:transparent}.profile-modal__content>.profile-edit-marker h2,.profile-modal__content>.profile-edit-marker>p,.profile-modal__content>.profile-change-password-marker .profile-card-header{display:none}.profile-modal__content>.profile-change-password-marker>.profile-alert,.profile-modal__content>.profile-edit-marker>.profile-alert{margin-top:0}.profile-modal__content>.profile-state-loading{position:relative;display:flex;align-items:center;justify-content:center;min-height:100%;padding:1.25rem;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#f8fbfff5,#fffffffa);border:1px solid rgba(219,229,241,.96)}.profile-modal__content>.profile-state-loading:before{content:"";position:absolute;width:72px;height:72px;border-radius:999px;background:radial-gradient(circle,#2563eb1f,#2563eb0d 58%,#2563eb00 72%);animation:profileLoadingHalo 1.6s ease-in-out infinite}.profile-modal__content>.profile-state-loading:after{content:"";width:42px;height:42px;border-radius:999px;border:3px solid rgba(148,163,184,.22);border-top-color:var(--ss-brand-700);border-right-color:#2563eb94;animation:profileModalSpinner .8s linear infinite}.profile-modal__content>.profile-state-loading>*{display:none}@keyframes profileButtonSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes profileModalSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes profileLoadingHalo{0%,to{transform:scale(.92);opacity:.7}50%{transform:scale(1.08);opacity:1}}@media(min-width:768px){.account-page__header,.account-page__layout{max-width:820px}.profile-kv{grid-template-columns:minmax(126px,172px) minmax(0,1fr);gap:1.2rem}.profile-value{text-align:right}.profile-btn--inline{width:auto}.profile-modal__dialog{width:min(100%,680px);min-width:0;min-height:560px;max-height:min(100vh - 2.5rem,880px);border-radius:22px}.profile-modal__content--edit{min-height:470px}.profile-modal__content--password{min-height:430px}}@media(min-width:901px){.profile-card-header--spread,.profile-security-card__header{flex-direction:row;align-items:center;gap:1rem}.profile-card-header__action,.profile-btn--inline{width:auto}}@media(max-width:900px){.profile-form-grid{grid-template-columns:1fr}.profile-btn-row{flex-direction:column}.profile-btn-row .profile-btn,.profile-form>.profile-btn,.profile-btn--inline{width:100%;justify-self:stretch}.profile-modal{padding:.75rem}.profile-modal__header{flex-direction:column;align-items:stretch}.profile-card-header__intro{width:100%}}@media(max-width:768px){.profile-card{padding:.9rem;border-radius:16px}.account-page__header h1{font-size:1.22rem}.profile-modal__dialog{width:calc(100vw - 24px);min-width:0;min-height:0;max-width:min(100%,34rem);max-height:calc(100dvh - 32px);border-radius:16px}.profile-modal__content--edit,.profile-modal__content--password{min-height:0}}@media(max-width:520px){.profile-kv{grid-template-columns:1fr;gap:.3rem}.profile-card-header__intro,.profile-security-card__header{align-items:flex-start}}@media(max-width:480px){.profile-modal{padding:.75rem}.profile-modal__dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 32px);border-radius:16px}.profile-modal__header{gap:.6rem;padding:.75rem .78rem .1rem}.profile-modal__header h2{font-size:.96rem}.profile-modal__header p{font-size:.8rem}.profile-modal__content{padding:.78rem .78rem .82rem}}
