@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--background:#080808;--foreground:#f0efed;--card:#0f0f0fdb;--card-strong:#080808f0;--muted:#1a1a1a;--muted-foreground:#7f8c99;--border:#ffffff1c;--accent:#3a8781;--accent-hover:#43a098;--accent-foreground:#000;--hot:#d65a24;--ring:#3a878142;--shadow:0 24px 90px #0000007a;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}a{color:inherit;text-decoration:none}.accounts-shell{background:radial-gradient(circle at 18% 0%, #3a878133, transparent 28rem), radial-gradient(circle at 88% 16%, #d65a241f, transparent 26rem), linear-gradient(180deg, #050505 0%, var(--background) 100%);min-height:100vh}.accounts-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080808b8;justify-content:space-between;align-items:center;gap:16px;width:min(1120px,100% - 32px);height:64px;margin:0 auto;display:flex;position:sticky;top:0}.brand-link,.profile-heading{align-items:center;gap:12px;display:flex}.brand-mark{width:32px;height:32px;color:var(--accent-foreground);background:var(--accent);border-radius:10px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 12px 30px #3a87814d}.brand-mark svg{width:18px;height:18px}.brand-name{letter-spacing:-.03em;font-size:1.125rem;font-weight:800}.marketing-link{border:1px solid var(--border);color:var(--muted-foreground);background:#ffffff0a;border-radius:999px;padding:8px 14px;font-size:.875rem;font-weight:700;transition:color .16s,background .16s,border-color .16s}.marketing-link:hover{color:var(--foreground);background:#3a87811a;border-color:#3a878173}.accounts-content{place-items:center;min-height:calc(100vh - 64px);padding:56px 16px;display:grid}.auth-card,.account-card{border:1px solid var(--border);background:var(--card);width:min(100%,460px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;padding:32px}.account-card{width:min(100%,780px)}.icon-badge,.avatar-placeholder{width:56px;height:56px;color:var(--accent);background:#3a87811f;border:1px solid #3a87813d;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.icon-badge svg,.avatar-placeholder svg{width:28px;height:28px}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:18px 0 8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.74rem;font-weight:800}h1{color:var(--foreground);letter-spacing:-.055em;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1}.muted{color:var(--muted-foreground);line-height:1.65}.auth-card .muted{margin:16px 0 0}.primary-button,.secondary-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s;display:inline-flex}.primary-button{width:100%;color:var(--accent-foreground);background:var(--accent);box-shadow:0 16px 28px var(--ring);border:0;margin-top:28px;padding:14px 18px}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:hover{background:var(--accent-hover)}.primary-button:disabled{cursor:not-allowed;opacity:.72;transform:none}.secondary-button{border:1px solid var(--border);color:var(--foreground);background:#ffffff0a;padding:11px 14px}.secondary-button:hover{background:#3a87811a;border-color:#3a878173}.secondary-button svg{width:18px;height:18px}.account-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.profile-heading{gap:18px}.profile-heading .eyebrow{margin-top:0}.avatar,.avatar-placeholder{border-radius:16px;flex:none;width:72px;height:72px}.avatar{object-fit:cover;border:1px solid var(--border)}.details-list{border:1px solid var(--border);background:var(--card-strong);border-radius:16px;margin:32px 0 0;overflow:hidden}.detail-row{background:#ffffff08;grid-template-columns:180px 1fr;gap:18px;padding:16px 18px;display:grid}.detail-row+.detail-row{border-top:1px solid var(--border)}.detail-row dt{color:var(--muted-foreground);font-weight:800}.detail-row dd{color:var(--foreground);overflow-wrap:anywhere;margin:0}@media (width<=640px){.accounts-header{width:min(100% - 24px,1120px)}.marketing-link{display:none}.auth-card,.account-card{padding:24px}.account-header,.profile-heading{flex-direction:column}.detail-row{grid-template-columns:1fr;gap:4px}}
