:root{--account-gold:#d6b66d;--account-gold-dark:#966b2c;--account-bg:#08090a;--account-panel:#101112;--account-text:#f2ede4;--account-muted:#aaa398;--account-line:rgba(207,168,87,.3)}
*{box-sizing:border-box}.account-body{margin:0;background:var(--account-bg);color:var(--account-text);font-family:Arial,sans-serif;min-height:100vh}.account-body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 75% 8%,rgba(181,137,57,.16),transparent 34%),linear-gradient(rgba(204,168,93,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(204,168,93,.025) 1px,transparent 1px);background-size:auto,58px 58px,58px 58px}.account-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--account-line);background:rgba(7,8,9,.93);position:relative;z-index:2}.account-header>a{color:#d9caa9;text-decoration:none;font-size:13px}.account-brand{display:flex;align-items:center;gap:12px!important}.account-brand span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(145deg,#e2c276,#8c6425);color:#090909;font:24px Georgia,serif}.account-brand b{font-size:16px;color:#f4eee3}.account-main{position:relative;z-index:1;max-width:1220px;margin:auto;padding:80px 24px}.account-intro{max-width:780px;margin-bottom:42px}.account-intro>span,.account-panel>span{color:var(--account-gold);letter-spacing:.22em;font-size:11px;font-weight:700}.account-intro h1{font:clamp(48px,7vw,82px)/1 Georgia,serif;margin:18px 0 22px}.account-intro p{max-width:680px;color:var(--account-muted);font-size:18px;line-height:1.7}.account-flash{padding:16px 20px;margin:0 0 26px;border:1px solid var(--account-line);background:#15130e}.account-flash.success{color:#ead69f}.account-flash.error{border-color:#8c4646;color:#efb7b7;background:#1a1010}.account-auth-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:24px;align-items:start}.account-panel{background:linear-gradient(145deg,rgba(20,19,17,.98),rgba(12,13,14,.98));border:1px solid var(--account-line);padding:clamp(24px,4vw,42px);box-shadow:0 24px 70px rgba(0,0,0,.28)}.account-panel h2{font:34px Georgia,serif;margin:10px 0 28px}.account-panel label{display:block;color:#ddd5c7;font-size:13px;font-weight:700;margin:0 0 18px}.account-panel input,.account-panel select{width:100%;margin-top:8px;padding:14px 15px;border:1px solid #51452f;background:#0a0b0c;color:#f5f0e8;border-radius:2px;font:15px Arial,sans-serif}.account-panel input:focus,.account-panel select:focus{outline:2px solid rgba(218,183,103,.36);border-color:var(--account-gold)}.account-panel label small{display:block;color:#847d72;margin-top:7px;font-weight:400}.account-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.account-address{grid-template-columns:.35fr 1fr}.account-check{display:flex!important;gap:12px;align-items:flex-start;font-weight:400!important;line-height:1.5}.account-check input{width:18px!important;height:18px;margin:2px 0 0!important;accent-color:#b68c42}.account-primary,.account-secondary{border:1px solid #d9ba70;padding:14px 20px;background:linear-gradient(110deg,#d8b867,#936727);color:#090a0b;font-weight:800;cursor:pointer}.account-secondary{width:100%;background:transparent;color:#d8bf88;margin-top:10px}.account-login{position:sticky;top:105px}.account-dashboard{display:grid;grid-template-columns:300px 1fr;gap:28px;align-items:start}.account-profile-card{position:sticky;top:25px;text-align:center;border:1px solid var(--account-line);background:#0f1011;padding:30px 24px}.account-avatar{width:128px;height:128px;margin:0 auto 20px;border-radius:50%;overflow:hidden;display:grid;place-items:center;border:2px solid #b78b3e;background:linear-gradient(145deg,#dcb96b,#8c6425);color:#08090a;font:40px Georgia,serif}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-profile-card h2{font:26px Georgia,serif;margin:8px 0}.account-profile-card p{color:var(--account-muted);font-size:13px;word-break:break-word}.account-profile-card>small{color:#7f796f}.avatar-upload{display:block;margin-top:24px;padding:11px;border:1px dashed #78623b;color:#d8bf88;cursor:pointer;font-size:12px}.avatar-upload input{display:none}.account-text-button{border:0;background:none;color:#9d9587;text-decoration:underline;cursor:pointer;margin:12px}.account-sections{display:grid;gap:24px}.account-compact h2,.account-danger h2{margin-bottom:18px}.account-danger{border-color:rgba(158,71,71,.55)}.account-danger p{color:#aaa398;line-height:1.6}.account-danger button{border:1px solid #9d5151;background:#211010;color:#efb5b5;padding:12px 18px;font-weight:700;cursor:pointer}.account-footer{position:relative;z-index:1;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;border-top:1px solid var(--account-line);padding:28px;color:#857e73;font-size:12px}.account-footer a{color:#bfa873;text-decoration:none}
@media(max-width:850px){.account-auth-grid,.account-dashboard{grid-template-columns:1fr}.account-login,.account-profile-card{position:static}.account-profile-card{max-width:none}.account-main{padding-top:52px}}
@media(max-width:560px){.account-header{height:70px}.account-brand b{font-size:13px}.account-main{padding:44px 16px}.account-intro h1{font-size:46px}.account-row,.account-address{grid-template-columns:1fr}.account-panel{padding:24px 18px}.account-intro p{font-size:16px}}
.account-intro h1{color:var(--account-text)}
.account-favorites-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.account-favorite-card{overflow:hidden;border:1px solid var(--account-line);background:#0b0c0d}.account-favorite-image{display:block;position:relative;aspect-ratio:16/10;overflow:hidden}.account-favorite-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.account-favorite-image:hover img{transform:scale(1.035)}.account-favorite-image span{position:absolute;left:14px;bottom:13px;padding:6px 9px;background:#090a0bd9;color:var(--account-gold);font-size:9px;font-weight:800;letter-spacing:.16em}.account-favorite-copy{padding:19px}.account-favorite-copy>small{color:var(--account-gold);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.account-favorite-copy h3{margin:9px 0 7px;font:24px/1.15 Georgia,serif}.account-favorite-copy h3 a{color:var(--account-text);text-decoration:none}.account-favorite-copy p{min-height:36px;margin:0 0 13px;color:var(--account-muted);font-size:13px;line-height:1.45}.account-favorite-copy>strong{color:#e1c47f}.account-favorite-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:15px;border-top:1px solid var(--account-line)}.account-favorite-actions>a{color:#dbc17f;text-decoration:none;font-size:12px;font-weight:800}.account-favorite-actions form{margin:0}.account-favorite-actions button{border:0;background:transparent;color:#b59d86;text-decoration:underline;cursor:pointer;font-size:12px}.account-favorites-empty{padding:24px;border:1px dashed var(--account-line);color:var(--account-muted)}.account-favorites-empty b{color:var(--account-text)}.account-favorites-empty p{line-height:1.55}.account-favorites-empty a{color:var(--account-gold);font-weight:800;text-decoration:none}@media(max-width:700px){.account-favorites-grid{grid-template-columns:1fr}}
