.account-page{min-height:100vh;background:radial-gradient(circle at 0 0,rgba(37,99,235,.2),transparent 34%),radial-gradient(circle at 100% 0,rgba(14,165,233,.12),transparent 28%),#020617;color:#e5e7eb;font-family:Arial,sans-serif;padding:28px}.account-container{width:100%;max-width:1240px;margin:0 auto}.account-header{display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(90px,1fr);grid-gap:16px;gap:16px;align-items:center;margin-bottom:28px}.account-brand{color:#e5e7eb;text-decoration:none;font-weight:900;letter-spacing:-.03em}.account-nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:6px;border:1px solid #1e293b;border-radius:18px;background:rgba(15,23,42,.72);box-shadow:0 18px 48px rgba(0,0,0,.18)}.account-nav-link{color:#94a3b8;text-decoration:none;padding:9px 12px;border-radius:12px;font-size:14px;font-weight:800;transition:background .15s ease,color .15s ease}.account-nav-link:hover{color:#e5e7eb;background:rgba(30,41,59,.75)}.account-nav-link-active{color:#e5e7eb;background:#1e293b}.account-logout{justify-self:end;padding:10px 13px;border-radius:13px;border:1px solid #334155;background:#0f172a;color:#e5e7eb;cursor:pointer;font-weight:800}.account-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:22px}.account-eyebrow{color:#60a5fa;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.account-title{font-size:clamp(30px,4vw,42px);line-height:1.05;letter-spacing:-.05em;margin:0}.account-subtitle{color:#94a3b8;line-height:1.6;max-width:760px;margin:12px 0 0}.account-user{color:#64748b;font-size:13px;margin:10px 0 0}.account-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:860px){.account-page{padding:18px}.account-header{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-bottom:22px}.account-brand{text-align:center;font-size:18px}.account-nav{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;border-radius:16px}.account-nav-link{flex:0 0 auto;font-size:13px;padding:9px 11px}.account-logout{width:100%;justify-self:stretch}.account-hero{flex-direction:column;align-items:stretch}.account-actions{justify-content:flex-start}}@media (max-width:520px){.account-page{padding:14px}.account-title{font-size:30px}.account-subtitle{font-size:14px}}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:#020617}body{overflow-x:hidden}a,button,input,select,textarea{font:inherit}button{border:none}::selection{background:rgba(37,99,235,.45);color:#ffffff}