.account-page { min-height: 100vh; background: var(--bg-base); }
.account-top { display: flex; justify-content: space-between; align-items: center; padding: 26px var(--exp-space); }.account-top .text-link { margin: 0; }
.account-shell { width: min(1180px, calc(100% - 64px)); margin: 18px auto 36px; display: grid; grid-template-columns: 1.05fr 1fr; min-height: 740px; border: 1px solid var(--exp-line); border-radius: 30px; overflow: hidden; background: var(--bg-card); box-shadow: var(--exp-shadow); }
.account-art { position: relative; padding: 50px; display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; overflow: hidden; border-right: 1px solid var(--exp-line); }
.art-scenery { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse 80% 60% at 20% 20%, rgba(59, 130, 246, 0.16), transparent 70%), radial-gradient(ellipse 60% 50% at 80% 80%, rgba(16, 185, 129, 0.1), transparent 70%), linear-gradient(180deg, #0d0e12 0%, #13151c 100%); opacity: .9; }
.art-heading h1 { font-size: clamp(35px, 3.5vw, 50px); line-height: 1.16; letter-spacing: -.055em; margin: 24px 0; }.art-heading p { font-size: 13px; color: var(--text-secondary); line-height: 1.8; }.art-footer { display: flex; gap: 12px; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .08em; }
.account-panel { padding: 55px 48px; align-self: center; }.account-eyebrow { font-size: 9px; letter-spacing: .14em; color: var(--exp-blue); font-weight: 700; }.account-panel h2 { font-size: 29px; line-height: 1.25; letter-spacing: -.045em; margin-top: 12px; }.account-description { color: var(--text-muted); font-size: 12px; line-height: 1.8; margin: 12px 0 24px; }.account-panel h3 { font-size: 17px; letter-spacing: -.025em; }
.account-tabs,.dashboard-tabs { display: flex; gap: 4px; padding: 5px; border: 1px solid var(--exp-line); background: var(--bg-base); border-radius: 12px; margin: 28px 0; }.account-tabs button,.dashboard-tabs button { flex: 1; border: 0; border-radius: 8px; padding: 10px 5px; font-size: 11px; font-weight: 650; color: var(--text-muted); background: transparent; cursor: pointer; transition: background 180ms, color 180ms; }.account-tabs [aria-selected="true"],.dashboard-tabs .active { background: var(--bg-card-hover); color: var(--text-main); box-shadow: 0 1px 4px var(--bg-base); }
.account-panel label { display: block; font-size: 11px; font-weight: 600; margin: 19px 0 9px; color: var(--text-secondary); }.account-panel input:not([type="checkbox"]),.account-panel select,.account-panel textarea { width: 100%; height: 48px; border: 1px solid var(--exp-line); border-radius: 11px; background: var(--bg-input); color: var(--text-main); font: inherit; font-size: 12px; padding: 12px 14px; transition: border-color 180ms, box-shadow 180ms; }.account-panel input:focus,.account-panel select:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 3px var(--brand-glow); }.account-panel input::placeholder { color: var(--text-muted); }.nickname-field,.password-field { position: relative; }.nickname-field img { position: absolute; left: 12px; top: 10px; border-radius: 6px; image-rendering: pixelated; }.nickname-field input { padding-left: 52px !important; }.password-field input { padding-right: 74px !important; }.password-field button { position: absolute; top: 0; right: 14px; height: 100%; border: 0; background: transparent; color: var(--text-muted); font-size: 10px; cursor: pointer; }
.auth-submit { width: 100%; min-height: 49px; display: flex; justify-content: center; gap: 20px; margin-top: 26px; font-size: 12px; cursor: pointer; }.auth-submit:disabled { opacity: .5; cursor: wait; }.recovery-link { display: block; margin: 20px auto 0; color: var(--text-secondary); background: transparent; border: 0; font-size: 11px; cursor: pointer; }.auth-note { font-size: 10px; color: var(--text-muted); line-height: 1.85; text-align: center; margin-top: 34px; border-top: 1px solid var(--exp-line); padding-top: 24px; }.auth-note strong { color: var(--text-secondary); font-weight: 600; }
.form-error { color: var(--accent-rose); padding: 12px; border: 1px solid color-mix(in srgb, var(--accent-rose) 20%, transparent); background: color-mix(in srgb, var(--accent-rose) 6%, transparent); border-radius: 10px; margin-top: 15px; font-size: 11px; line-height: 1.7; }.dashboard-message { margin-top: 20px; color: var(--exp-blue); font-size: 12px; line-height: 1.7; }.dashboard-message.error { color: var(--accent-rose); }
.dashboard-heading { display: flex; align-items: center; gap: 18px; }.dashboard-heading img { border-radius: 18px; border: 1px solid var(--exp-line); image-rendering: pixelated; }.dashboard-heading h2 { margin-top: 5px; font-size: 26px; }.sync-label { display: flex; align-items: center; gap: 7px; font-size: 9px; color: var(--text-muted); margin-top: 10px; }.sync-label .orbit-dot { width: 5px; height: 5px; }.preference-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--exp-line); }.preference-row label { margin: 0; }.preference-row select { width: 165px; height: 40px; font-size: 11px; }.preference-row input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--brand); }
.recovery-notice { padding: 18px; margin-top: 24px; border-radius: 14px; border: 1px solid var(--accent-gold); background: color-mix(in srgb, var(--accent-gold) 5%, var(--bg-card)); }.recovery-notice h3 { font-size: 13px; color: var(--accent-gold); }.recovery-notice p { font-size: 11px; line-height: 1.6; color: var(--text-secondary); margin: 10px 0; }.recovery-notice textarea { height: auto; font-family: 'JetBrains Mono', monospace; resize: none; overflow-wrap: anywhere; }.recovery-notice > div { display: flex; gap: 8px; margin-top: 10px; }.recovery-notice .btn-secondary { font-size: 10px; padding: 10px; cursor: pointer; }
.dashboard-footer { border-top: 1px solid var(--exp-line); padding-top: 24px; margin-top: 24px; display: flex; justify-content: space-between; gap: 20px; }.dashboard-footer .text-link { margin: 0; font-size: 10px; }.dashboard-footer button { font: inherit; font-size: 10px; color: var(--text-muted); cursor: pointer; background: transparent; border: 0; }.friend-search { display: flex; gap: 8px; }.friend-search .btn-secondary { font-size: 11px; cursor: pointer; }.friend-row { display: flex; align-items: center; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--exp-line); font-size: 12px; }.friend-row img { height: 32px; width: 32px; border-radius: 9px; }.friend-row small { display: block; font-size: 9px; color: var(--text-muted); margin-top: 4px; }.friend-row button { margin-left: auto; padding: 7px 10px; border: 1px solid var(--exp-line); border-radius: 8px; background: var(--brand-glow); color: var(--exp-blue); font-size: 10px; cursor: pointer; }.friend-row button + button { margin-left: 0; }.empty-friends { color: var(--text-muted); font-size: 11px; line-height: 1.8; padding: 22px 0; }
.account-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 0 var(--exp-space) 25px; font-size: 10px; color: var(--text-muted); }.account-bottom a { color: var(--text-secondary); }
@keyframes scenery-breathe { to { scale: 1.07; } }
@media(max-width: 950px) { .account-shell { grid-template-columns: .8fr 1fr; }.account-art { padding: 34px; }.account-panel { padding: 40px 30px; }.art-heading h1 { font-size: 35px; } }
@media(max-width: 700px) { .account-top { padding: 20px; }.account-shell { width: calc(100% - 28px); margin-top: 0; grid-template-columns: 1fr; min-height: 0; border-radius: 22px; }.account-art { min-height: 230px; padding: 27px; border-right: 0; border-bottom: 1px solid var(--exp-line); }.art-scenery { background-position: center 55%; }.art-heading h1 { margin: 15px 0; font-size: 34px; }.art-heading p,.art-footer { display: none; }.account-panel { padding: 30px 25px; }.account-panel h2 { font-size: 25px; }.account-bottom { flex-direction: column; padding: 0 22px 25px; }.preference-row select { width: 145px; }.recovery-notice > div { flex-direction: column; } }
