:root {
    color-scheme: dark;
    --bg: #07080b;
    --surface: rgba(18, 18, 24, 0.88);
    --surface-2: #191922;
    --text: #f7f5fb;
    --muted: #aaa6b7;
    --line: rgba(255, 255, 255, 0.08);
    --purple: #9b5cff;
    --purple-soft: #bf91ff;
    --green: #56dc75;
    --red: #ff5c68;
    --radius: 22px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    background: var(--bg);
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 50% -10%, rgba(102, 48, 170, 0.11), transparent 27%),
        linear-gradient(180deg, #050608 0%, #08090d 45%, #07080b 100%);
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    width: 1.25em;
    height: 1.25em;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
}

.ambient {
    position: fixed;
    z-index: -1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.08;
    pointer-events: none;
}

.ambient-one {
    top: 35%;
    left: -180px;
    background: #a34060;
}

.ambient-two {
    right: -180px;
    bottom: 8%;
    background: #713bc9;
}

.app-shell {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 56px 0 142px;
}

.hero,
.profile,
.header-actions,
.section-kicker,
.section-kicker > div,
.account-list,
.panel-header,
.panel-header h2,
.button-row,
.compact-item,
.assistant-panel,
.stat-list > div,
.bottom-nav {
    display: flex;
    align-items: center;
}

.hero {
    justify-content: space-between;
    gap: 24px;
}

.profile {
    gap: 24px;
}

.avatar {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    width: 126px;
    height: 126px;
    place-items: center;
    overflow: hidden;
    border: 3px solid var(--purple);
    border-radius: 50%;
    background:
        radial-gradient(circle at 62% 34%, #f7b2b3 0 7%, transparent 8%),
        radial-gradient(circle at 48% 47%, #b86d6c 0 18%, transparent 19%),
        linear-gradient(145deg, #52234f 20%, #1c1728 70%);
    box-shadow: 0 0 30px rgba(155, 92, 255, 0.25);
}

.avatar::before,
.avatar::after {
    position: absolute;
    content: "";
}

.avatar::before {
    top: 19px;
    left: 23px;
    width: 78px;
    height: 45px;
    border-radius: 65% 35% 55% 30%;
    background: linear-gradient(145deg, #4a1c3f, #b85b93 60%, #5f3bad);
    box-shadow: 18px -16px 0 -7px #71316c;
    transform: rotate(-12deg);
}

.avatar::after {
    right: 24px;
    bottom: 12px;
    width: 69px;
    height: 51px;
    border-radius: 50% 50% 20% 20%;
    background: #151521;
}

.avatar span {
    z-index: 2;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 29px;
    font-weight: 750;
}

.avatar img {
    position: absolute;
    z-index: 4;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar.has-image::before,
.avatar.has-image::after,
.avatar.has-image > i {
    display: none;
}

.eyebrow {
    margin: 0 0 5px;
    color: #b9b4c5;
    font-size: clamp(16px, 2vw, 22px);
}

.eyebrow strong {
    color: #b895ff;
}

h1 {
    margin: 0;
    font-size: clamp(35px, 5vw, 58px);
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.header-actions {
    gap: 13px;
}

.twitch-login {
    display: flex;
    min-height: 44px;
    padding: 0 16px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(190, 148, 255, 0.32);
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(145, 71, 255, 0.28), rgba(88, 36, 166, 0.24));
    color: #eadfff;
    font-weight: 750;
    cursor: pointer;
}

.twitch-login:hover {
    border-color: rgba(190, 148, 255, 0.7);
    background: linear-gradient(135deg, rgba(145, 71, 255, 0.42), rgba(88, 36, 166, 0.35));
}

.twitch-login svg {
    width: 22px;
    height: 22px;
}

.twitch-login.loading {
    opacity: 0.65;
    pointer-events: none;
}

.icon-button {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    place-items: center;
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
}

.icon-button:hover {
    background: rgba(255, 255, 255, 0.06);
}

.icon-button svg {
    width: 28px;
    height: 28px;
}

.notification-button span {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #7634bc;
    font-size: 12px;
    font-weight: 700;
}

.accounts {
    margin: 18px 0 36px;
    padding-left: 150px;
}

.section-kicker {
    justify-content: space-between;
    margin-bottom: 15px;
    color: #bbb7c3;
}

.section-kicker > div {
    gap: 9px;
}

.section-kicker button {
    border: 0;
    background: transparent;
    color: #c1bdc9;
    cursor: pointer;
}

.account-list {
    flex-wrap: wrap;
    gap: 10px;
}

.account-chip {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: linear-gradient(135deg, #191a21, #121318);
    font-weight: 650;
    cursor: pointer;
}

.account-chip:hover {
    border-color: rgba(155, 92, 255, 0.5);
}

.platform-icon {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    font-weight: 900;
}

.steam {
    background: #276da7;
}

.playstation {
    color: #5a8df2;
    background: #10284d;
}

.xbox {
    background: #287d31;
}

.nintendo {
    border-radius: 8px;
    background: #db2834;
}

.connected {
    display: grid;
    width: 18px;
    height: 18px;
    margin-left: 2px;
    place-items: center;
    border-radius: 50%;
    background: #55be34;
    color: #0a3106;
    font-size: 12px;
    font-weight: 900;
}

.panel {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(145deg, rgba(21, 21, 27, 0.95), rgba(12, 13, 17, 0.95));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.panel-header {
    min-height: 72px;
    padding: 0 27px;
    justify-content: space-between;
    gap: 16px;
}

.panel-header h2 {
    gap: 12px;
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.025em;
}

.panel-header a,
.panel-footer {
    color: var(--purple-soft);
    font-weight: 700;
}

.panel-header a span,
.panel-footer span {
    margin-left: 7px;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    vertical-align: -2px;
}

.accent,
.star-fill {
    color: var(--purple);
}

.next-release {
    padding-bottom: 18px;
}

.release-card {
    display: grid;
    min-height: 390px;
    margin: 0 18px;
    overflow: hidden;
    border-radius: 18px;
    grid-template-columns: 1.2fr 1fr;
    background: #171923;
}

.release-art {
    position: relative;
    display: grid;
    min-height: 390px;
    overflow: hidden;
    place-items: center;
    background:
        radial-gradient(circle at 75% 70%, rgba(255, 93, 35, 0.8), transparent 28%),
        radial-gradient(circle at 21% 27%, rgba(113, 7, 37, 0.8), transparent 30%),
        linear-gradient(135deg, #17101d 5%, #541221 50%, #d05024 140%);
}

.release-art::before,
.release-art::after {
    position: absolute;
    content: "";
    width: 140%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 181, 101, 0.5), transparent);
    transform: rotate(-15deg);
}

.release-art::after {
    top: 31%;
    transform: rotate(13deg);
}

.art-stars {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background-image:
        radial-gradient(circle at 20% 30%, white 0 1px, transparent 1.5px),
        radial-gradient(circle at 75% 15%, #ffb26f 0 1px, transparent 1.5px),
        radial-gradient(circle at 65% 80%, white 0 1px, transparent 1.5px),
        radial-gradient(circle at 30% 70%, #ffb26f 0 1px, transparent 1.5px);
    background-size: 80px 80px, 110px 110px, 130px 130px, 170px 170px;
}

.silk-mark {
    position: absolute;
    top: 42px;
    right: 20%;
    width: 104px;
    height: 165px;
    border-radius: 48% 48% 55% 55%;
    background: #f1eee7;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.35));
    transform: rotate(-8deg);
}

.silk-mark::before,
.silk-mark::after {
    position: absolute;
    top: -45px;
    content: "";
    width: 35px;
    height: 92px;
    background: #f1eee7;
}

.silk-mark::before {
    left: 4px;
    border-radius: 90% 10% 0;
    transform: rotate(-22deg);
}

.silk-mark::after {
    right: 4px;
    border-radius: 10% 90% 0 0;
    transform: rotate(22deg);
}

.silk-mark i {
    position: absolute;
    top: 55px;
    left: 21px;
    width: 62px;
    height: 42px;
    border-radius: 50%;
    box-shadow: inset 21px -4px 0 #18151c, inset -21px -4px 0 #18151c;
}

.game-logo {
    z-index: 2;
    align-self: end;
    margin: 0 0 82px -30%;
    text-align: center;
    text-shadow: 0 3px 9px black;
}

.game-logo small,
.game-logo strong {
    display: block;
    font-family: Georgia, serif;
}

.game-logo small {
    font-size: 12px;
}

.game-logo strong {
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: -0.06em;
}

.countdown {
    position: absolute;
    bottom: 19px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #7331b2;
    font-weight: 700;
}

.release-info {
    display: flex;
    padding: 34px 32px 24px;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 100% 0, rgba(63, 55, 116, 0.2), transparent 35%),
        #171923;
}

.tag {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 6px;
    background: #452276;
    color: #d6bdff;
    font-size: 11px;
    font-weight: 800;
}

.release-info h3 {
    margin: 15px 0 10px;
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -0.04em;
}

.release-info p {
    margin: 7px 0;
    color: #cbc8d4;
}

.meta,
.reminder {
    display: flex;
    align-items: center;
    gap: 9px;
}

.release-info .reminder {
    margin: 14px 0 22px;
    color: var(--purple-soft);
    font-weight: 650;
}

.button-row {
    gap: 12px;
}

.button-row button {
    display: flex;
    min-height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-weight: 750;
    cursor: pointer;
}

.primary-button {
    flex: 1;
    border: 0;
    background: linear-gradient(135deg, #9d53f5, #6e2ed2);
}

.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: transparent;
    color: #d5b8ff;
}

.dashboard-grid,
.bottom-grid {
    display: grid;
    gap: 22px;
    margin-top: 22px;
    grid-template-columns: 1fr 1fr;
}

.price-panel {
    border-color: rgba(255, 93, 104, 0.16);
    background:
        radial-gradient(circle at 0 0, rgba(122, 33, 42, 0.16), transparent 43%),
        linear-gradient(145deg, #181214, #100e12);
}

.wishlist-panel {
    border-color: rgba(155, 92, 255, 0.18);
    background:
        radial-gradient(circle at 100% 0, rgba(87, 47, 150, 0.19), transparent 45%),
        linear-gradient(145deg, #16131e, #101017);
}

.flame {
    color: #ff5e55;
    font-size: 30px;
}

.star-fill {
    font-size: 30px;
}

.count {
    display: grid;
    min-width: 35px;
    height: 35px;
    padding: 0 8px;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
}

.count.red {
    background: rgba(133, 41, 51, 0.6);
}

.count.purple {
    background: rgba(92, 39, 151, 0.65);
}

.compact-list {
    display: grid;
    gap: 9px;
    padding: 0 18px 16px;
}

.compact-item {
    position: relative;
    min-height: 122px;
    gap: 18px;
    padding-right: 16px;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
}

.cover {
    display: grid;
    width: 112px;
    min-width: 112px;
    height: 122px;
    overflow: hidden;
    place-items: center;
    background: #333;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}

.cover span {
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 2px 5px black;
}

.cyberpunk {
    color: #111;
    background:
        linear-gradient(160deg, transparent 35%, rgba(18, 21, 47, 0.8) 36% 75%, transparent 76%),
        linear-gradient(135deg, #ffe715, #efa50e);
}

.cyberpunk span {
    margin-top: 72px;
    font-family: Impact, sans-serif;
    font-size: 24px;
    text-shadow: none;
}

.expedition {
    color: #e7d7c1;
    background:
        linear-gradient(70deg, transparent 45%, rgba(15, 15, 15, 0.75) 46% 51%, transparent 52%),
        radial-gradient(circle at 45% 30%, #d6b28f, #4d4944 38%, #18191a 72%);
}

.item-copy {
    min-width: 0;
    flex: 1;
}

.item-copy h3 {
    margin: 0 0 10px;
    font-size: 17px;
}

.item-copy p,
.item-copy small {
    display: block;
    margin: 5px 0;
    color: #bcb8c6;
}

.item-copy p {
    white-space: nowrap;
}

.item-copy strong {
    color: var(--green);
}

.item-copy s {
    margin: 0 6px;
    color: #99949f;
}

.discount {
    display: inline-block;
    padding: 6px 7px;
    border-radius: 6px;
    color: white;
}

.red-bg {
    background: #a43b47;
}

.orange-bg {
    background: #bc741a;
}

.panel-footer {
    display: flex;
    min-height: 58px;
    margin: 0 22px;
    padding: 0 2px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
}

.wishlist-list .compact-item {
    min-height: 92px;
}

.wishlist-list .cover {
    width: 90px;
    min-width: 90px;
    height: 92px;
}

.ghost {
    color: #2e2824;
    background:
        linear-gradient(160deg, transparent 45%, rgba(29, 31, 31, 0.65) 46%),
        linear-gradient(145deg, #d8cab6, #9c8163);
}

.ghost span {
    margin-top: -50px;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-shadow: none;
}

.nightmares {
    background: radial-gradient(circle at 50% 25%, #97785c, #332419 65%, #100d0b);
}

.witchbrook {
    color: #694b72;
    background: linear-gradient(145deg, #f0bccc, #e5cab1 48%, #b893bc);
}

.wishlist-list time,
.accent-text {
    margin-left: 16px;
    color: #b77fff;
}

.star-button {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #cbc6d4;
    font-size: 29px;
    cursor: pointer;
}

.assistant-panel {
    position: relative;
    min-height: 230px;
    margin-top: 22px;
    padding: 28px 28px 24px 245px;
    overflow: hidden;
    border: 1px solid #753bd1;
    border-radius: 22px;
    background:
        radial-gradient(circle at 16% 55%, rgba(140, 63, 240, 0.35), transparent 25%),
        linear-gradient(110deg, #17142d, #26174c 68%, #161225);
    box-shadow: inset 0 0 50px rgba(137, 63, 255, 0.08);
}

.assistant-panel::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.4;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.5px);
    background-size: 55px 55px;
    mask-image: linear-gradient(90deg, black, transparent 35%);
}

.bot {
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 178px;
    height: 202px;
}

.bot::before,
.bot::after {
    position: absolute;
    z-index: 2;
    top: 80px;
    content: "";
    width: 30px;
    height: 72px;
    border: 7px solid #9c56f0;
    border-radius: 50%;
    background: #33224f;
    box-shadow: 0 0 20px #8e46dc;
}

.bot::before {
    left: -5px;
}

.bot::after {
    right: -5px;
}

.antenna {
    position: absolute;
    top: 3px;
    left: 87px;
    width: 4px;
    height: 32px;
    border-radius: 3px;
    background: #d9c7ff;
    transform: rotate(-17deg);
}

.antenna::before {
    position: absolute;
    top: -6px;
    left: -4px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px #9f5cff;
}

.bot-face {
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 20px;
    display: flex;
    width: 138px;
    height: 112px;
    align-items: center;
    justify-content: space-around;
    border: 5px solid #b56bff;
    border-radius: 46% 46% 42% 42%;
    background: #0e1020;
    box-shadow: 0 0 25px rgba(178, 100, 255, 0.75), inset 0 0 20px rgba(90, 45, 158, 0.6);
}

.bot-face i {
    width: 27px;
    height: 35px;
    border-radius: 50%;
    background: #fbf7ff;
    box-shadow: 0 0 16px #c57aff;
}

.bot-face b {
    position: absolute;
    bottom: 15px;
    color: #d995ff;
    font-size: 19px;
}

.bot-body {
    position: absolute;
    bottom: 0;
    left: 37px;
    width: 105px;
    height: 91px;
    border-radius: 50% 50% 18% 18%;
    background: linear-gradient(145deg, #bca4df, #4a2c77 65%);
    box-shadow: inset 10px 8px 18px rgba(255, 255, 255, 0.2);
}

.assistant-copy {
    z-index: 2;
    min-width: 0;
    flex: 1;
}

.assistant-copy h2 {
    margin: 0 0 6px;
    font-size: 27px;
}

.assistant-copy > p {
    max-width: 500px;
    margin: 0 0 22px;
    color: #e0dce8;
    font-size: 17px;
    line-height: 1.55;
}

.assistant-copy form {
    display: flex;
    width: 100%;
    min-height: 57px;
    padding: 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.assistant-copy input {
    min-width: 0;
    padding: 0 14px;
    border: 0;
    outline: 0;
    flex: 1;
    background: transparent;
    color: white;
    font-size: 16px;
}

.assistant-copy input::placeholder {
    color: #bbb2ca;
}

.assistant-copy form button {
    display: grid;
    width: 47px;
    margin-left: 6px;
    border: 0;
    place-items: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.prompt-bubble {
    z-index: 2;
    width: 280px;
    margin: 0 0 62px 24px;
    padding: 18px 20px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: #d7b8ff;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.bottom-grid {
    grid-template-columns: 1.7fr 1fr;
}

.discovery-list {
    display: grid;
    gap: 12px;
    padding: 0 18px 18px;
    grid-template-columns: repeat(3, 1fr);
}

.discovery-card {
    position: relative;
    display: flex;
    min-height: 190px;
    padding: 13px;
    overflow: hidden;
    border-radius: 14px;
    flex-direction: column;
    justify-content: space-between;
    background: #293745;
}

.discovery-card::after {
    position: absolute;
    inset: 35% 0 0;
    content: "";
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.discovery-card span,
.discovery-card strong {
    z-index: 1;
}

.discovery-card span {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 6px;
    background: #d566b8;
    font-size: 10px;
    font-weight: 800;
}

.discovery-card strong {
    font-size: 14px;
    line-height: 1.4;
}

.sky {
    background:
        radial-gradient(circle at 50% 30%, #d9ebff 0 6%, transparent 7%),
        linear-gradient(145deg, #8ad5f0 10%, #75abbd 47%, #445543 48% 70%, #1c2a28);
}

.cozy {
    background:
        radial-gradient(circle at 70% 26%, #fff8c1 0 7%, transparent 8%),
        linear-gradient(160deg, #8ec8e2 0 45%, #a1b778 46% 67%, #6d4d32 68%);
}

.cozy span {
    background: #ecaa3f;
}

.demo {
    background:
        radial-gradient(circle at 60% 30%, #d75e4b 0 3%, transparent 16%),
        linear-gradient(135deg, #24292b, #754537 50%, #141719);
}

.demo span {
    background: #2ab282;
}

.year-panel .panel-header {
    justify-content: flex-start;
}

.stat-list {
    display: grid;
    gap: 10px;
    padding: 0 18px 18px;
}

.stat-list > div {
    min-height: 69px;
    padding: 0 17px;
    gap: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
}

.stat-icon {
    width: 32px;
    color: #ffc24c;
    font-size: 28px;
    text-align: center;
}

.stat-icon.clock {
    color: #6880ff;
}

.stat-icon.heart {
    color: #f05364;
}

.stat-list strong {
    font-size: 22px;
    white-space: nowrap;
}

.stat-list small {
    margin-left: auto;
    color: #bdb1a7;
    text-align: right;
}

.bottom-nav {
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;
    height: 104px;
    padding: 10px max(26px, calc((100vw - 1120px) / 2));
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 11, 16, 0.88);
    backdrop-filter: blur(24px);
}

.bottom-nav a {
    display: flex;
    width: 110px;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    color: #bcb9c3;
    font-size: 13px;
}

.bottom-nav a svg {
    width: 28px;
    height: 28px;
}

.bottom-nav a.active {
    color: var(--purple);
}

.bottom-nav .active svg {
    fill: currentColor;
}

.add-game {
    position: relative;
    top: -36px;
    display: grid;
    width: 82px;
    height: 82px;
    border: 0;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #aa58f5, #6924c8);
    box-shadow: 0 12px 35px rgba(126, 45, 220, 0.42);
    cursor: pointer;
}

.add-game span {
    margin-top: -7px;
    font-size: 58px;
    font-weight: 250;
}

.add-label {
    position: absolute;
    bottom: 12px;
    left: 50%;
    color: #d4d0d9;
    font-size: 13px;
    transform: translateX(-50%);
}

.toast {
    position: fixed;
    z-index: 40;
    bottom: 124px;
    left: 50%;
    padding: 12px 18px;
    border: 1px solid rgba(181, 120, 255, 0.45);
    border-radius: 12px;
    background: #211631;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: 180ms ease;
}

.toast.visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 900px) {
    .accounts {
        padding-left: 0;
    }

    .release-card {
        grid-template-columns: 1fr;
    }

    .release-art {
        min-height: 340px;
    }

    .dashboard-grid,
    .bottom-grid {
        grid-template-columns: 1fr;
    }

    .assistant-panel {
        padding-left: 190px;
    }

    .bot {
        left: 12px;
        transform: scale(0.8);
        transform-origin: bottom left;
    }

    .prompt-bubble {
        display: none;
    }
}

@media (max-width: 620px) {
    .app-shell {
        width: min(100% - 24px, 1180px);
        padding-top: 26px;
    }

    .profile {
        gap: 15px;
    }

    .profile > div:last-child {
        padding-top: 38px;
    }

    .avatar {
        width: 78px;
        height: 78px;
    }

    .avatar::before {
        top: 12px;
        left: 12px;
        width: 52px;
        height: 29px;
    }

    .avatar::after {
        right: 13px;
        bottom: 6px;
        width: 46px;
        height: 34px;
    }

    .avatar span {
        font-size: 18px;
    }

    .eyebrow {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    .header-actions {
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .twitch-login {
        width: 40px;
        min-height: 38px;
        padding: 0;
        justify-content: center;
    }

    .twitch-login span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .icon-button {
        width: 38px;
        height: 38px;
    }

    .accounts {
        margin-top: 26px;
    }

    .account-list {
        flex-wrap: nowrap;
        padding-bottom: 6px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .account-chip {
        min-width: max-content;
    }

    .panel-header {
        min-height: 62px;
        padding: 0 16px;
    }

    .panel-header h2 {
        gap: 8px;
        font-size: 17px;
    }

    .panel-header a {
        font-size: 13px;
    }

    .release-card {
        margin: 0 9px;
    }

    .release-art {
        min-height: 275px;
    }

    .silk-mark {
        top: 38px;
        right: 13%;
        transform: scale(0.75) rotate(-8deg);
        transform-origin: top;
    }

    .release-info {
        padding: 24px 19px 20px;
    }

    .button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .compact-item {
        gap: 12px;
    }

    .cover {
        width: 88px;
        min-width: 88px;
    }

    .item-copy h3 {
        font-size: 15px;
    }

    .item-copy p,
    .item-copy small {
        font-size: 12px;
    }

    .assistant-panel {
        min-height: 330px;
        padding: 24px 16px 16px;
        align-items: flex-start;
    }

    .assistant-copy {
        z-index: 4;
    }

    .assistant-copy > p {
        max-width: 64%;
        min-height: 100px;
        font-size: 14px;
    }

    .bot {
        right: -14px;
        bottom: 45px;
        left: auto;
        transform: scale(0.72);
        transform-origin: bottom right;
    }

    .assistant-copy form {
        position: absolute;
        right: 12px;
        bottom: 14px;
        left: 12px;
        width: auto;
    }

    .discovery-list {
        padding-right: 0;
        overflow-x: auto;
        grid-template-columns: repeat(3, 170px);
    }

    .bottom-nav {
        height: 88px;
        padding-inline: 10px;
    }

    .bottom-nav a {
        width: 62px;
        font-size: 11px;
    }

    .bottom-nav a svg {
        width: 24px;
        height: 24px;
    }

    .add-game {
        top: -28px;
        width: 70px;
        height: 70px;
    }

    .add-label {
        bottom: 7px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
