.account-center,.account-auth{max-width:1180px;margin:0 auto;padding:24px}.account-auth{min-height:65vh;display:grid;place-items:center}.account-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:26px;border:1px solid rgba(217,177,96,.3);border-radius:10px;background:linear-gradient(145deg,rgba(58,42,27,.98),rgba(22,17,13,.99));box-shadow:0 16px 40px rgba(0,0,0,.3)}.account-hero h1,.account-card h1,.account-card h2{margin:0 0 10px;color:#f5dfa1;font-family:Georgia,serif}.account-hero p,.account-card p{margin:0;color:#a99e8b}.account-kicker{display:block;margin-bottom:7px;color:#d9b267;font-size:10px;font-weight:800;letter-spacing:.18em}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.account-card{padding:22px;border:1px solid rgba(217,177,96,.25);border-radius:10px;background:linear-gradient(145deg,rgba(48,36,24,.96),rgba(23,18,14,.98));box-shadow:0 12px 28px rgba(0,0,0,.25)}.auth-card{width:min(100%,520px)}.account-card form{display:grid;gap:13px}.account-card label{display:grid;gap:6px;color:#cfc1a7;font-size:12px;font-weight:700}.account-card input{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid rgba(217,177,96,.28);border-radius:6px;background:rgba(0,0,0,.28);color:#f0dfb6;outline:none}.account-card input:focus{border-color:#d9b267;box-shadow:0 0 0 3px rgba(217,178,103,.1)}.account-button{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:0 16px;border:1px solid rgba(226,188,107,.55);border-radius:6px;background:linear-gradient(180deg,#8b622c,#50351d);color:#ffe6a8;font-weight:800;text-decoration:none;cursor:pointer}.account-button.ghost{background:rgba(255,255,255,.03)}.danger{border-color:rgba(195,93,80,.45)}.danger-button{border-color:rgba(195,93,80,.65);background:linear-gradient(180deg,#7a342d,#4d201c)}.account-info{display:grid;gap:10px;margin:0}.account-info div{display:flex;justify-content:space-between;gap:16px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.05)}.account-info dt{color:#9b907d}.account-info dd{margin:0;color:#f0dfb6;font-weight:700}.account-notice{margin:14px 0;padding:12px 14px;border-radius:6px}.account-notice.success{border:1px solid rgba(120,185,90,.5);background:rgba(120,185,90,.12);color:#bde4a8}.account-notice.error{border:1px solid rgba(195,93,80,.5);background:rgba(195,93,80,.12);color:#f0b4aa}.security-table-wrap{overflow:auto}.security-table{width:100%;border-collapse:collapse}.security-table th,.security-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left;color:#cfc1a7}.security-table th{color:#e3c77f;font-size:11px;letter-spacing:.08em}@media(max-width:760px){.account-center,.account-auth{padding:12px}.account-grid{grid-template-columns:1fr}.account-hero{align-items:flex-start;flex-direction:column}.account-info div{display:grid;gap:4px}}