.profile-page { min-height: 100vh; background: radial-gradient(circle at 80% 12%, rgba(255, 47, 98, 0.16), transparent 32%), var(--ink); }
.profile-header { background: rgba(17, 7, 18, 0.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.profile-main { padding: 132px 0 90px; }
.profile-hero { padding-block: clamp(54px, 8vw, 96px) clamp(40px, 6vw, 70px); }
.profile-hero h1 { margin: 12px 0 20px; color: var(--paper); font-family: var(--display); font-size: clamp(4.5rem, 13vw, 11rem); line-height: 0.72; letter-spacing: -0.045em; text-transform: uppercase; }
.profile-hero h1 em { color: var(--hot); font-style: normal; }
.profile-hero > p:not(.eyebrow):not(.profile-safety) { max-width: 680px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.65; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.profile-actions button { cursor: pointer; }
.profile-safety { max-width: 760px; margin: 18px 0 0; color: var(--cyan); font-size: 0.78rem; line-height: 1.55; }
.profile-workspace { min-height: 420px; }
.profile-status-panel { padding: 24px; background: rgba(246, 238, 219, 0.06); border: 1px solid var(--line); border-left: 5px solid var(--cyan); }
.profile-status-panel span, .profile-summary span { color: var(--cyan); font-family: var(--display); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.profile-status-panel strong { display: block; margin-top: 8px; overflow-wrap: anywhere; color: var(--paper); font-size: clamp(1rem, 2vw, 1.35rem); }
.profile-status-panel p { margin: 8px 0 0; color: var(--muted); line-height: 1.5; }
.profile-status-panel.error { border-left-color: #ff8b8b; }
.profile-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 18px 0 32px; background: var(--line); border: 1px solid var(--line); }
.profile-summary article { padding: 20px; background: #120912; }
.profile-summary strong { display: block; margin-top: 10px; color: var(--paper); font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.4rem); text-transform: uppercase; }
.printer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 18px; }
.printer-card { overflow: hidden; background: #160c18; border: 1px solid var(--line); box-shadow: 8px 8px 0 rgba(255, 47, 98, 0.18); }
.printer-card-art { aspect-ratio: 1; overflow: hidden; background: #4f3a52; }
.printer-card-art img { width: 100%; height: 100%; object-fit: cover; }
.printer-card-copy { padding: 22px; }
.printer-token { margin: 0; color: var(--cyan); font-family: var(--display); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; }
.printer-name { margin: 8px 0 20px; color: var(--paper); font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.printer-card dl { display: grid; gap: 1px; margin: 0 0 18px; background: var(--line); }
.printer-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 12px; background: var(--ink); }
.printer-card dt { color: var(--muted); font-size: 0.76rem; }
.printer-card dd { margin: 0; color: var(--orange); font-weight: 900; }
.printer-upgrade-note { min-height: 44px; color: var(--muted); font-size: 0.8rem; line-height: 1.45; }
.printer-upgrade { width: 100%; cursor: pointer; }
.printer-upgrade:disabled { cursor: not-allowed; filter: grayscale(0.6); opacity: 0.58; transform: none; box-shadow: none; }
.profile-empty { padding: clamp(34px, 6vw, 70px); text-align: center; background: var(--paper); box-shadow: 10px 10px 0 var(--hot); }
.profile-empty h2 { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 5vw, 4.5rem); text-transform: uppercase; }
.profile-empty p { margin: 14px auto 24px; max-width: 520px; color: #5f4650; }
@media (max-width: 760px) {
  .profile-nav { display: none; }
  .profile-main { padding-top: 96px; }
  .profile-summary { grid-template-columns: 1fr; }
}
