.workspace { padding: 48px 0 8px; }
.ws-intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.workspace .ws-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; color: #a5aac1; margin: 0 0 14px; }
.ws-intro h1 { font-size: clamp(28px, 3.7vw, 44px); line-height: 1.15; letter-spacing: -.035em; max-width: 580px; margin: 0 0 16px; }
.ws-subtitle { color: var(--text-muted); max-width: 490px; line-height: 1.65; margin: 0; }
.ws-account { display: grid; grid-template-columns: 40px auto; align-items: center; gap: 10px 12px; flex-shrink: 0; padding-top: 4px; }
.ws-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #2a2b42; color: #d0c9ff; font-size: 13px; font-weight: 700; }
.ws-account strong { display: block; font-size: 13px; }
.ws-status { display: block; color: #a9b4a9; font-size: 11px; margin-top: 3px; }
.ws-status::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #92c6a5; margin-right: 6px; }
.ws-logout { grid-column: 2; justify-self: start; color: var(--text-muted); background: none; border: 0; padding: 0; font: inherit; font-size: 11px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.ws-deck { display: flex; justify-content: space-between; gap: 24px; overflow: hidden; position: relative; padding: 32px; border: 1px solid #44405c; border-radius: 18px; background: linear-gradient(115deg, #252338, #1c1d2b); text-decoration: none; color: var(--text); }
.ws-deck h2 { margin: 0 0 10px; font-size: clamp(23px, 3vw, 30px); letter-spacing: -.025em; }
.ws-deck-copy { position: relative; z-index: 1; max-width: 490px; }
.ws-deck-copy > p:not(.ws-eyebrow) { color: #b9b8c9; line-height: 1.65; margin: 0 0 24px; }
.ws-deck-action { display: inline-flex; gap: 28px; align-items: center; border-radius: 8px; background: #ded8ff; color: #28223e; padding: 11px 16px; font-weight: 650; font-size: 13px; }
.ws-mixer { display: flex; align-items: center; gap: 12px; width: 200px; flex-shrink: 0; position: relative; padding: 0 14px 28px; opacity: .7; transform: rotate(-8deg); }
.ws-mixer i { position: relative; display: block; height: 112px; width: 12px; background: #343245; border-radius: 8px; }
.ws-mixer i::after { content: ''; position: absolute; width: 24px; height: 12px; border-radius: 3px; background: #9287c5; top: 30%; left: -6px; box-shadow: 0 4px 12px #0005; }
.ws-mixer i:nth-child(2n)::after { top: 65%; background: #c2b9e8; }
.ws-mixer i:nth-child(3n)::after { top: 12%; }
.ws-mixer span { position: absolute; bottom: 12px; font-size: 10px; letter-spacing: .35em; color: #b9b0d7; }
.ws-library { margin-top: 38px; }
.ws-section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 20px; }
.ws-section-heading h2 { font-size: 22px; letter-spacing: -.025em; margin: 0 0 7px; }
.ws-section-heading p { color: var(--text-muted); font-size: 13px; margin: 0; }
.ws-section-heading > a { flex-shrink: 0; color: #c6c5d8; font-size: 12px; text-decoration: none; }
.ws-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ws-game { display: block; overflow: hidden; border: 1px solid var(--divider); border-radius: 14px; background: var(--surface); text-decoration: none; color: var(--text); transition: border-color .18s, transform .18s; }
.ws-game-art { height: 142px; display: grid; place-items: center; background: radial-gradient(ellipse at center, color-mix(in srgb, var(--accent) 12%, transparent), transparent 75%); border-bottom: 1px solid var(--divider); }
.ws-game-art img { height: 120px; width: 120px; object-fit: contain; }
.ws-game-info { padding: 17px 18px; }
.ws-game-info h3 { font-size: 17px; margin: 0 0 8px; }
.ws-game-info > span { display: flex; justify-content: space-between; color: var(--text-muted); font-size: 12px; }
.ws-game:hover { border-color: var(--accent); transform: translateY(-3px); }
.ws-deck:hover { border-color: #9e92c2; }
.workspace a:focus-visible, .ws-logout:focus-visible { outline: 2px solid #c6b8ff; outline-offset: 5px; }
.ws-help { margin-top: 30px; padding: 20px 0; border-top: 1px solid var(--divider); display: flex; justify-content: space-between; color: var(--text-faint); font-size: 12px; }
.ws-help a { color: var(--text-muted); text-decoration: none; }
.ws-signin { padding: 32px; border: 1px solid var(--divider); border-radius: 16px; background: var(--surface); }
@media (max-width: 760px) { .ws-intro { flex-direction: column; } .ws-account { grid-template-columns: 40px auto auto; } .ws-logout { grid-column: 3; margin-left: 12px; } .ws-mixer { width: 140px; gap: 9px; } .ws-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; } .ws-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .workspace { padding-top: 28px; } .ws-deck { padding: 24px; } .ws-mixer { display: none; } .ws-game-art { height: 112px; } .ws-game-art img { width: 96px; height: 96px; } .ws-game-info { padding: 14px 12px; } .ws-game-info > span { font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { .ws-game { transition: none; } .ws-game:hover { transform: none; } }
