.account-page { min-height: 100vh; background: radial-gradient(circle at 80% 6%, rgba(101, 13, 81, .34), transparent 31%), #09090b; }
.account-page .site-header { justify-content: space-between; }
.account-language-picker { margin-left: auto; }
.language-picker { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 7px; }.language-picker button { min-width: 34px; height: 30px; border: 0; border-radius: 4px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }.language-picker button.active { background: rgba(212,175,55,.18); color: var(--gold); }
.account-back { color: var(--muted); font-size: 14px; font-weight: 700; }.account-back:hover { color: var(--gold); }
.account-main { width: min(980px, calc(100% - 40px)); margin: 44px auto 96px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.account-intro img { display: block; width: 86px; height: 86px; object-fit: cover; border-radius: 50%; margin-bottom: 28px; box-shadow: 0 0 0 1px rgba(212,175,55,.55), 0 18px 48px rgba(0,0,0,.45); }.account-intro h1 { font-size: clamp(40px, 5vw, 66px); margin-bottom: 20px; }.account-intro > p:last-child { max-width: 400px; color: var(--muted); font-size: 18px; }
.account-panel { background: rgba(21,21,24,.96); border: 1px solid var(--line); border-radius: 8px; padding: 30px; box-shadow: 0 24px 80px rgba(0,0,0,.25); }.account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 5px; background: #0d0d10; border: 1px solid var(--line); border-radius: 7px; margin-bottom: 30px; }.account-tab { min-height: 42px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }.account-tab[aria-selected="true"] { background: rgba(212,175,55,.18); color: var(--gold); }
.account-form { display: grid; gap: 16px; }.account-form h2 { font-size: 32px; margin: 0; }.form-intro { color: var(--muted); margin: -5px 0 8px; }.account-form label > span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 7px; }.account-form input:not([type="checkbox"]):not([type="file"]) { width: 100%; min-height: 50px; color: var(--text); background: #0f0f12; border: 1px solid var(--line); border-radius: 6px; padding: 0 13px; outline: 0; }.account-form input:focus { border-color: var(--gold); }.photo-field small { display: block; color: var(--muted); font-size: 12px; margin-top: 7px; }.photo-preview { width: 82px; height: 82px; overflow: hidden; border-radius: 50%; border: 1px solid rgba(212,175,55,.5); }.photo-preview img { width: 100%; height: 100%; object-fit: cover; }.agreement { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; }.agreement input { accent-color: var(--gold); margin-top: 4px; }.account-message { margin: 24px 0 0; padding: 13px; border-left: 3px solid var(--gold); background: rgba(212,175,55,.1); color: #f1df99; font-size: 14px; }.account-message.error { border-left-color: var(--danger); color: #f2b9ae; background: rgba(201,100,85,.12); }
.password-reset { justify-self: start; border: 0; padding: 0; background: transparent; color: var(--gold); cursor: pointer; font-weight: 700; }.password-reset:hover { color: #f1df99; }
.auth-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; }.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }.google-sign-in { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; background: #fff; color: #202124; cursor: pointer; font-weight: 800; font-size: 15px; transition: transform .18s ease, box-shadow .18s ease; }.google-sign-in:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.22); }.google-mark { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #4285f4; font-size: 18px; font-weight: 900; font-family: Arial, sans-serif; }
.profile-dashboard { grid-column: 1 / -1; padding: 32px; background: rgba(21,21,24,.96); border: 1px solid var(--line); border-radius: 8px; }.profile-header { display: flex; align-items: center; gap: 18px; }.profile-header img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(212,175,55,.55); }.profile-header h2 { font-size: 34px; }.profile-email { color: var(--muted); margin: 6px 0 0; }.profile-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }.profile-stats > div { min-height: 104px; padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: #101013; }.profile-stats strong, .profile-stats span { display: block; }.profile-stats strong { color: var(--gold); font-size: 28px; }.profile-stats span { color: var(--muted); font-size: 13px; }.profile-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding-top: 26px; border-top: 1px solid var(--line); }.profile-form h3 { grid-column: 1 / -1; margin: 0 0 3px; }.profile-form label > span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 7px; }.profile-form input:not([type="file"]) { width: 100%; min-height: 50px; color: var(--text); background: #0f0f12; border: 1px solid var(--line); border-radius: 6px; padding: 0 13px; outline: 0; }.profile-form input:focus { border-color: var(--gold); }.profile-wide { grid-column: 1 / -1; }.profile-form .button { justify-self: start; }.profile-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }.profile-orders { display: flex; justify-content: space-between; gap: 30px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }.profile-orders h3 { margin-bottom: 0; }.profile-orders > p { max-width: 500px; margin: 0; color: var(--muted); }
@media (max-width: 760px) { .account-main { width: min(100% - 36px, 560px); margin-top: 30px; grid-template-columns: 1fr; gap: 35px; }.account-intro img { width: 68px; height: 68px; margin-bottom: 20px; }.account-intro h1 { font-size: 42px; }.account-panel, .profile-dashboard { padding: 21px; }.profile-stats, .profile-form { grid-template-columns: 1fr; }.profile-header { align-items: flex-start; }.profile-orders { flex-direction: column; gap: 14px; }.profile-wide { grid-column: auto; } }
