/* V2 is deliberately scoped: games, account forms and native player keep their contracts. */
.experience-shell, .exp-dialog, .experience-profile {
  --ex-bg: #141516; --ex-panel: #1c1e20; --ex-line: #36383a;
  --ex-text: #f8f7f3; --ex-muted: #b7b7b3; --ex-accent: #ff754a;
  color: var(--ex-text); font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
  font-size: 16px; line-height: 1.5; text-align: left; color-scheme: dark;
}
.experience-shell *, .exp-dialog * { box-sizing: border-box; }
.experience-shell [hidden], .exp-dialog [hidden] { display: none !important; }
.experience-shell button, .exp-dialog button { font: inherit; cursor: pointer; color: inherit; text-align: inherit; }
.experience-shell button:disabled, .exp-dialog button:disabled { opacity: .5; cursor: wait; }
.experience-shell button, .exp-dialog button, .exp-dialog input { -webkit-tap-highlight-color: transparent; }
.experience-shell :focus-visible, .exp-dialog :focus-visible { outline: 3px solid var(--ex-accent); outline-offset: 5px; }
.experience-shell svg, .exp-dialog svg { width: 22px; height: 22px; flex: 0 0 22px; }
.experience-shell h1, .experience-shell h2, .experience-shell h3, .experience-shell p,
.exp-dialog h2, .exp-dialog h3, .exp-dialog p { margin: 0; }
.experience-shell h1, .experience-shell h2, .exp-dialog h2 { font-family: "Arial", "Segoe UI", sans-serif; font-weight: 800; letter-spacing: -.05em; }
.experience-shell h1, .experience-shell h2, .experience-shell h3, .exp-dialog h2, .exp-dialog h3 { text-transform: none; }
body.experience-v2 #homePage > :not(.experience-shell),
body.experience-v2 #hubHomeView > :not(.experience-shell) { display: none !important; }
body.experience-v2[data-page="home"] { background: #141516; }
body.experience-v2[data-page="home"] main { max-width: none; padding: 0; }
body.experience-v2[data-page="home"] #homePage { padding: 0; max-width: none; margin: 0; }
body.experience-v2[data-page="home"] .site-footer { background: #141516; color: #b7b7b3; border-color: #36383a; }
body.experience-v2[data-app-screen="home"] .social-app { max-width: none; width: min(1536px, 100%); }
body.experience-v2[data-app-screen="home"] .app-main { max-width: none; padding: 0 0 100px; background: #141516; }
body.experience-v2[data-app-screen="home"] #hubHomeView { max-width: none; padding: 0; }
.experience-shell { display: grid; grid-template-columns: 205px minmax(0, 1fr); background: var(--ex-bg); max-width: 1536px; margin: 0 auto; min-height: 100vh; }
.exp-rail { padding: 38px 20px; border-right: 1px solid var(--ex-line); display: flex; flex-direction: column; gap: 42px; }
.exp-edition { display: flex; gap: 10px; align-items: center; position: relative; padding-bottom: 27px; }
.exp-edition > span { display: grid; place-items: center; width: 38px; height: 42px; background: var(--ex-accent); color: #161616; font-size: 23px; font-weight: 950; letter-spacing: -.09em; }
.exp-edition > div { font-size: 12px; line-height: 1.35; letter-spacing: .045em; }
.exp-edition > div b { font-weight: 400; }
.exp-edition > small { position: absolute; bottom: 0; color: var(--ex-muted); font-size: 12px; letter-spacing: .17em; }
.exp-rail nav { display: grid; gap: 8px; }
.exp-rail-link { display: flex; gap: 12px; align-items: center; width: 100%; border: 0; background: transparent; min-height: 48px; padding: 10px 12px; border-radius: 8px; font-size: 14px !important; color: var(--ex-muted) !important; }
.exp-rail-link.is-current { color: #fff !important; background: #282a2b; }
.exp-rail-link.is-current svg { color: var(--ex-accent); }
.exp-rail-link:hover { background: #242628; color: #fff !important; }
.exp-rail-bottom { margin-top: 22px; }
.exp-rail-bottom > small { display: block; color: #929491; font-size: 12px; letter-spacing: .08em; margin: 0 12px 12px; }
.exp-rail-bottom p { margin: 48px 12px 18px; font-size: 21px; font-weight: 700; letter-spacing: -.04em; color: #ecece8; }
.exp-rail-bottom > span { font-size: 12px; color: #999b98; margin-left: 12px; }
.exp-main { min-width: 0; padding: 38px clamp(24px, 3.3vw, 54px) 0; }
.exp-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.exp-eyebrow { font-size: 12px; letter-spacing: .13em; font-weight: 700; color: var(--ex-muted); text-transform: uppercase; }
.exp-heading h1 { font-size: clamp(28px, 3vw, 42px); line-height: 1.16; margin-top: 8px; overflow-wrap: anywhere; }
.exp-heading h1 > span, .exp-today h2 > span { color: var(--ex-accent); }
.exp-subtitle { color: var(--ex-muted); margin-top: 8px !important; font-size: 14px; }
.exp-search-button { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--ex-line); border-radius: 8px; background: #1d1f21; font-size: 14px !important; }
.exp-search-button kbd { border: 1px solid #454747; border-radius: 4px; padding: 1px 5px; color: var(--ex-muted); font: 12px inherit; white-space: nowrap; }
.exp-focus { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 24px; }
.exp-focus > span { font-size: 12px; color: #b6b6b2; letter-spacing: .07em; margin-right: 10px; }
.exp-focus button { border: 1px solid var(--ex-line); border-radius: 40px; background: transparent; padding: 8px 15px; min-height: 40px; font-size: 14px; }
.exp-focus button[aria-pressed="true"] { color: #181a1b; background: #f3f3ec; border-color: #f3f3ec; }
.exp-lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr); gap: 20px; }
.exp-feature { isolation: isolate; position: relative; min-height: 390px; border-radius: 14px; overflow: hidden; padding: 26px 30px; display: flex; flex-direction: column; background: #683c41; }
.exp-feature-landscape { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.exp-feature::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(110deg, rgba(26,17,24,.82), rgba(37,17,31,.2)); }
.exp-feature-top, .exp-season-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .08em; }
.exp-label { display: inline-block; padding: 5px 9px; border: 1px solid #ffffff70; border-radius: 4px; font-size: 12px; letter-spacing: .08em; font-weight: 600; }
.exp-feature-copy { margin: 32px 0 28px; }
.exp-feature-copy > p { font-size: 12px; letter-spacing: .1em; color: #f9e1d5; margin-bottom: 8px; }
.exp-feature-copy h2 { font-size: clamp(38px, 4vw, 58px); line-height: .98; letter-spacing: -.055em; color: #fff9ec; }
.exp-feature-record { display: flex; gap: 12px; align-items: center; margin: 22px 0 18px; min-width: 0; }
.exp-feature-record img { width: 48px; height: 48px; object-fit: cover; border-radius: 5px; box-shadow: 0 5px 20px #0004; }
.exp-feature-record > div { min-width: 0; display: grid; gap: 2px; }
.exp-feature-record strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.exp-feature-record span { font-size: 12px; color: #f1d8d4; }
.exp-feature-caption { margin-top: auto; font-size: 12px; letter-spacing: .16em; color: #f4dcd5; }
.exp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 12px 18px; border: 0; border-radius: 6px; background: var(--ex-accent); color: #191716 !important; font-size: 14px !important; font-weight: 750 !important; line-height: 1.35; text-decoration: none; }
.exp-button:hover { filter: brightness(1.08); }
.exp-button-light { background: #fff8e9; }
.exp-link { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 0; padding: 8px 0; min-height: 44px; font-size: 14px !important; font-weight: 600 !important; }
.exp-link:hover { color: var(--ex-accent); }
.exp-link svg { width: 18px; height: 18px; }
.exp-today { border: 1px solid var(--ex-line); border-radius: 14px; background: var(--ex-panel); padding: 25px 22px 14px; }
.exp-today h2 { margin-top: 3px; font-size: 28px; }
.exp-mission-total { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; padding: 17px 0 12px; }
.exp-mission-total > strong { font-size: 26px; font-weight: 750; }
.exp-mission-total strong span { color: #91938f; font-size: 18px; }
.exp-mission-total > span { font-size: 12px; color: var(--ex-muted); }
.experience-shell progress, .exp-dialog progress { appearance: none; border: 0; background: #434646; width: 100%; height: 5px; display: block; border-radius: 5px; overflow: hidden; }
.experience-shell progress::-webkit-progress-bar, .exp-dialog progress::-webkit-progress-bar { background: #434646; }
.experience-shell progress::-webkit-progress-value, .exp-dialog progress::-webkit-progress-value { background: var(--ex-accent); border-radius: 5px; }
.experience-shell progress::-moz-progress-bar, .exp-dialog progress::-moz-progress-bar { background: var(--ex-accent); }
.exp-mission-total progress { flex-basis: 100%; margin-top: 9px; }
.exp-mission { display: flex; width: 100%; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--ex-line); padding: 15px 0; background: transparent; min-width: 0; }
.exp-mission:hover strong { color: var(--ex-accent); }
.exp-mission-icon { width: 36px; height: 38px; border-radius: 7px; background: #2d3031; display: grid; place-items: center; flex-shrink: 0; color: #e2bd88; }
.exp-mission > span:nth-child(2) { flex: 1; display: grid; gap: 4px; min-width: 0; }
.exp-mission strong { font-size: 14px; line-height: 1.35; font-weight: 600; }
.exp-mission small { font-size: 12px; color: var(--ex-muted); }
.exp-mission > svg { width: 16px; flex-basis: 16px; color: #b9bab5; }
.exp-mission.is-complete .exp-mission-icon { background: #29433b; color: #9dddd0; }
.exp-mission > b { font-size: 12px; max-width: 105px; }
.exp-all-missions { width: 100%; justify-content: space-between; margin-top: 4px; }
.exp-guest-program { padding: 20px 0 10px; }
.exp-guest-program > svg { width: 36px; height: 36px; color: var(--ex-accent); margin-bottom: 14px; }
.exp-guest-program h3 { font-size: 21px; font-weight: 700; }
.exp-guest-program p { color: var(--ex-muted); font-size: 15px; margin: 10px 0 22px; max-width: 30ch; }
.exp-guest-program > button { display: flex; width: 100%; }
.exp-guest-program > .exp-link { justify-content: center; }
.exp-section { margin-top: 36px; }
.exp-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.exp-section-heading h2 { font-size: 27px; letter-spacing: -.035em; margin-top: 3px; }
.exp-section-heading > .exp-link { font-size: 12px !important; white-space: nowrap; }
.exp-tracks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.experience-shell .exp-track { display: block; min-width: 0; padding: 0; background: none; border: 0; }
.exp-track-art { display: block; position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 9px; background: #272a2b; }
.exp-track-art > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.exp-track:hover img { transform: scale(1.04); }
.exp-track-art > small { position: absolute; bottom: 10px; left: 10px; background: #151515bd; border: 1px solid #ffffff30; border-radius: 4px; padding: 3px 7px; color: #fff; font-size: 12px; }
.exp-track-play { position: absolute; right: 12px; bottom: 12px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #ff754a; color: #121212; box-shadow: 0 2px 12px #0004; }
.exp-track-play svg { width: 18px; height: 18px; }
.exp-track > strong { display: block; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 12px; }
.exp-track > span:last-child { display: block; color: var(--ex-muted); font-size: 12px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.exp-community-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 20px; margin-top: 38px; }
.exp-season { padding: 28px; background: #233932; border: 1px solid #416255; border-radius: 12px; }
.exp-season .exp-label { border-color: #9dbdaa60; }
.exp-season-heading { color: #daeadf; flex-wrap: wrap; }
.exp-season-heading > span:last-child { font-size: 12px; }
.exp-season h2 { font-size: 36px; line-height: 1.05; margin: 24px 0 14px; letter-spacing: -.04em; }
.exp-season > p { font-size: 15px; color: #d0ddd5; line-height: 1.65; }
.exp-season-dates { font-size: 12px; color: #c3d8c9; margin-top: 14px; }
.exp-season-count { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 20px 0 8px; }
.exp-season-count strong { font-size: 32px; }
.exp-season-count strong span { color: #b2c2b8; font-size: 20px; }
.exp-season-count > span { font-size: 12px; color: #d0ddd5; }
.exp-season .exp-season-note { font-size: 12px; margin-top: 8px; }
.exp-season-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 20px; }
.exp-season .exp-button { background: #d0e7a9; }
.exp-season .exp-season-rules { margin-top: 20px; font-size: 14px; }
.exp-community-links { display: grid; margin-top: 18px; }
.exp-community-link { display: flex; align-items: center; gap: 12px; padding: 14px 0; width: 100%; border: 0; border-bottom: 1px solid #547163; background: none; font-size: 14px !important; }
.exp-community-link > svg:last-child { margin-left: auto; width: 18px; }
.exp-passport { background: #e9e3d6; color: #292f2b; border-radius: 12px; padding: 25px 28px; overflow: hidden; display: flex; flex-direction: column; }
.exp-passport-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #a9ad9f; padding-bottom: 16px; font-size: 12px; letter-spacing: .1em; }
.exp-passport > p { margin-top: 20px; font-size: 12px; letter-spacing: .1em; color: #535c50; }
.exp-passport h2 { font-size: 36px; line-height: 1.06; margin-top: 8px; color: #283a31; }
.exp-stamp-preview { display: flex; gap: 20px; padding: 28px 4px 24px; }
.exp-stamp-preview > span { width: 132px; height: 104px; border: 2px solid #626e5d; outline: 1px solid #626e5d; outline-offset: -6px; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; line-height: 1.5; color: #54654f; transform: rotate(-7deg); }
.exp-stamp-preview > span + span { transform: rotate(7deg); border-color: #9b5a40; outline-color: #9b5a40; color: #9b5a40; margin-top: 5px; }
.exp-stamp-preview b { font-size: 17px; }
.exp-stamp-preview small { font-size: 9px; letter-spacing: .04em; }
#expPassportInfo { font-size: 13px; color: #52594d; }
.exp-passport-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; margin-top: auto; padding-top: 18px; }
.exp-passport .exp-button { background: #283a31; color: #f7f6ee !important; }
.exp-passport .exp-link { color: #283a31; }
.exp-games { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.exp-game { display: flex; align-items: stretch; min-width: 0; overflow: hidden; border: 1px solid #373344; background: #22212c; border-radius: 10px; padding: 0; }
.exp-game > img { width: 38%; object-fit: cover; aspect-ratio: 1; }
.exp-game > div { padding: 22px 18px; flex: 1; }
.exp-game div > span { color: #c5b8ec; font-size: 12px; letter-spacing: .08em; }
.exp-game h3 { font-size: 18px; line-height: 1.25; letter-spacing: -.02em; margin: 8px 0; }
.exp-game p { font-size: 13px; color: #c3c0cb; }
.exp-game b { display: flex; align-items: center; gap: 8px; font-size: 12px; margin-top: 16px; }
.exp-game b svg { width: 17px; }
.exp-game-blind { background: #242e33; border-color: #3c4d54; }
.exp-game-blind div > span { color: #acd8e3; }
.exp-game:hover { border-color: var(--ex-accent); }
.exp-footer { border-top: 1px solid var(--ex-line); margin-top: 40px; padding: 25px 0 30px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; font-size: 12px; color: var(--ex-muted); letter-spacing: .06em; }
.exp-footer b { color: var(--ex-accent); margin-left: 10px; }
.exp-footer > div { display: flex; gap: 18px; }
.exp-footer .exp-link { font-size: 12px !important; font-weight: 400 !important; }
.exp-empty { padding: 22px 0; color: var(--ex-muted); font-size: 14px; }
.exp-tracks > .exp-empty { grid-column: 1 / -1; }
.exp-status { padding: 12px 16px; border: 1px solid #795c3f; background: #322b23; border-radius: 7px; margin-bottom: 18px; color: #f0d9b7; font-size: 14px; }
.exp-status button { border: 0; background: none; text-decoration: underline; min-height: 36px; padding: 0 5px; }
.exp-dialog { position: fixed; inset: 0; width: min(680px, calc(100% - 32px)); max-height: min(85dvh, 850px); margin: auto; padding: 28px; background: #1b1d1f; border: 1px solid #4a4d4e; border-radius: 16px; box-shadow: 0 30px 120px #0009; overflow-y: auto; z-index: 100000; }
.exp-dialog:not([open]) { display: none; }
.exp-dialog::backdrop { background: #070a0cd9; backdrop-filter: blur(7px); }
.exp-dialog > header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 22px; }
.exp-dialog > header h2 { font-size: 28px; line-height: 1.2; margin-top: 5px; }
.exp-dialog > header button { display: grid; place-items: center; min-width: 42px; height: 42px; border-radius: 50%; background: #303335; border: 1px solid #474a4b; font-size: 28px; }
body.exp-dialog-open { overflow: hidden; }
.exp-dialog-intro { font-size: 16px; color: var(--ex-muted); margin-bottom: 22px !important; }
.exp-carnet-owner { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--ex-line); border-bottom: 1px solid var(--ex-line); padding: 14px 0; margin-bottom: 20px; }
.exp-carnet-owner > span { font-size: 20px; font-weight: 650; }
.exp-carnet-owner > small { font-size: 12px; color: var(--ex-muted); }
.exp-stamps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.exp-stamp { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px 10px; border: 1px dashed #656961; border-radius: 9px; background: #242826; color: #b7c0b1 !important; min-height: 175px; text-align: center !important; }
.exp-stamp > span { font-size: 24px; font-weight: 800; letter-spacing: -.05em; }
.exp-stamp strong { font-size: 14px; }
.exp-stamp small { font-size: 12px; }
.exp-stamp.is-earned { background: #e9e3d6; color: #365141 !important; border: 3px double #71816b; }
.exp-stamp.is-earned:nth-child(even) { color: #94583c !important; }
.exp-stamp > svg { position: absolute; top: 9px; right: 9px; width: 14px; height: 14px; }
.exp-fineprint { color: var(--ex-muted); font-size: 12px; margin-bottom: 20px !important; }
.exp-stamp-detail { display: grid; gap: 18px; padding: 25px; border: 1px solid #495c4d; background: #25362b; border-radius: 9px; margin-bottom: 22px; }
.exp-stamp-detail > svg { width: 40px; height: 40px; color: #bbd7a8; }
.exp-stamp-detail > strong { font-size: 14px; color: #bbd7a8; }
.exp-dialog .exp-button + .exp-link { margin-left: 14px; }
.exp-search-field { display: grid; gap: 8px; font-size: 14px; color: var(--ex-muted); }
.exp-search-field input, .exp-share-url { width: 100%; border: 1px solid #5f6261; border-radius: 7px; min-height: 50px; padding: 12px; background: #101214; color: #fff; font: inherit; font-size: 16px; }
.exp-search-result { width: 100%; display: flex; gap: 14px; align-items: center; background: none; border: 0; border-bottom: 1px solid var(--ex-line); padding: 14px 5px; min-height: 56px; }
.exp-search-result:hover { background: #282c2e; }
.exp-search-result > span { flex: 1; min-width: 0; font-size: 15px; display: grid; gap: 3px; }
.exp-search-result strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.exp-search-result small { font-size: 12px; color: var(--ex-muted); }
.exp-search-result img { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; }
.exp-search-result > svg { color: var(--ex-muted); }
.exp-share-url { margin-top: 12px; }
.exp-season-detail { border: 0; }
.exp-resume { display: flex; align-items: center; gap: 12px; background: #252b29; border: 1px solid #46594e; border-radius: 8px; padding: 12px 16px; margin-bottom: 20px; }
.exp-resume > img { width: 42px; height: 42px; object-fit: cover; border-radius: 4px; }
.exp-resume > span { display: grid; flex: 1; gap: 3px; min-width: 0; }
.exp-resume small { font-size: 12px; color: #c2d4c5; }
.exp-resume strong { font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.exp-resume .exp-button { background: #dde6d2; }
.exp-season-memories { margin-top: 28px; border-top: 1px solid var(--ex-line); padding-top: 22px; }
.exp-season-memories h3 { margin-bottom: 10px; }
.exp-release-list { display: grid; gap: 16px; padding-left: 20px; margin-bottom: 26px; }
.exp-carnet-entry { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; margin: 18px 0; border: 1px solid #9caa90; border-radius: 9px; background: #e9e3d6; color: #2b4133; font: 14px/1.5 "Segoe UI", sans-serif; }
.exp-carnet-entry > span, .exp-carnet-entry button { display: flex; align-items: center; gap: 10px; }
.exp-carnet-entry svg { width: 20px; height: 20px; flex-shrink: 0; }
.exp-carnet-entry button { border: 0; background: #2b4133; color: #fff8e9; border-radius: 6px; padding: 10px 14px; min-height: 44px; font: inherit; cursor: pointer; }
@media (max-width: 600px) { .exp-carnet-entry { flex-wrap: wrap; } .exp-resume { padding: 12px; } .exp-resume .exp-button { max-width: 116px; padding: 9px 12px; } }
#adminSeasonFields { display: grid; gap: 14px; }
#adminSeasonFields[hidden] { display: none; }
#adminSeasonFields p { font-size: 14px; }
.experience-shell[data-focus="games"] .exp-section:has(#expGamesTitle) { border-top: 2px solid var(--ex-accent); padding-top: 20px; }
.experience-shell[data-focus="music"] .exp-section:has(#expMusicTitle) { border-top: 2px solid var(--ex-accent); padding-top: 20px; }
.experience-shell[data-focus="social"] .exp-season { border-color: var(--ex-accent); }
@media (min-width: 1600px) { .experience-shell { border-left: 1px solid #36383a; border-right: 1px solid #36383a; } }
@media (max-width: 1100px) {
  .experience-shell { grid-template-columns: 170px minmax(0, 1fr); }
  .exp-rail { padding: 30px 10px; }
  .exp-main { padding: 30px 24px 0; }
  .exp-focus > span { flex-basis: 100%; margin-bottom: 4px; }
  .exp-feature { padding: 23px; }
  .exp-feature-top > span:last-child { display: none; }
  .exp-search-button > kbd, .exp-search-button > span { display: none; }
  .exp-game { flex-direction: column; }
  .exp-game > img { width: 100%; aspect-ratio: 2.7; max-height: 180px; object-position: center; }
  .exp-community-grid { grid-template-columns: 1fr 1fr; }
  .exp-passport, .exp-season { padding: 22px; }
}
@media (max-width: 850px) {
  .experience-shell { display: block; }
  .exp-rail { display: none; }
  .exp-main { padding: 26px 20px 0; }
  .exp-lead-grid { grid-template-columns: minmax(0, 1.1fr) minmax(260px, 1fr); gap: 16px; }
  .exp-feature-copy h2 { font-size: 44px; }
  .exp-tracks { gap: 14px; }
  .exp-season h2, .exp-passport h2 { font-size: 32px; }
}
@media (max-width: 600px) {
  .exp-main { padding: 24px 16px 0; }
  .exp-heading { margin-bottom: 22px; gap: 12px; align-items: center; }
  .exp-heading h1 { font-size: 30px; }
  .exp-heading .exp-eyebrow { font-size: 12px; letter-spacing: .08em; }
  .exp-subtitle { font-size: 14px; max-width: 27ch; }
  .exp-search-button { padding: 10px; min-width: 44px; }
  .exp-focus { gap: 6px; margin-bottom: 20px; }
  .exp-focus > span { font-size: 12px; }
  .exp-focus button { font-size: 13px; padding: 8px 12px; min-height: 42px; }
  .exp-lead-grid { display: flex; flex-direction: column; }
  .exp-feature { min-height: 355px; padding: 24px; }
  .exp-feature-copy { margin-top: 26px; margin-bottom: 20px; }
  .exp-feature-copy h2 { font-size: 48px; }
  .exp-feature-record { margin: 18px 0; }
  .exp-today { padding: 22px 20px 12px; }
  .exp-today h2 { font-size: 26px; }
  .exp-guest-program { display: grid; grid-template-columns: 1fr; padding-top: 16px; }
  .exp-guest-program > svg { display: none; }
  .exp-guest-program p { max-width: none; }
  .exp-section { margin-top: 28px; }
  .exp-section-heading { align-items: start; gap: 8px; }
  .exp-section-heading h2 { font-size: 24px; }
  .exp-section-heading > .exp-link { max-width: 100px; font-size: 12px !important; white-space: normal; line-height: 1.35; padding-top: 14px; }
  .exp-section-heading .exp-eyebrow { font-size: 12px; }
  .exp-tracks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
  .exp-track strong { font-size: 14px; }
  .exp-community-grid { grid-template-columns: 1fr; margin-top: 28px; gap: 16px; }
  .exp-season, .exp-passport { padding: 24px; }
  .exp-season h2, .exp-passport h2 { font-size: 36px; }
  .exp-passport-actions { justify-content: space-between; }
  .exp-games { grid-template-columns: 1fr; gap: 14px; }
  .exp-game { flex-direction: row; }
  .exp-game > img { width: 34%; aspect-ratio: auto; max-height: none; }
  .exp-game > div { padding: 20px 16px; }
  .exp-footer { padding-bottom: 24px; }
  .exp-footer > div { gap: 16px; }
  .exp-dialog { padding: 22px 18px; max-height: 88dvh; width: calc(100% - 20px); }
  .exp-dialog > header h2 { font-size: 26px; }
  .exp-stamps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .exp-stamp { min-height: 158px; }
  .exp-season-count { flex-wrap: wrap; }
  body.experience-v2[data-page="home"] .header-actions .social-platform,
  body.experience-v2[data-page="home"] .header-actions > a,
  body.experience-v2[data-page="home"] .night-toggle { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .experience-shell *, .exp-dialog * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Daily Loop: contextual next step and seven-day rhythm. */
.exp-day-context { display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 11px; margin-top: 14px; padding: 11px; border: 1px solid color-mix(in srgb,var(--ex-accent) 24%,var(--ex-line)); border-radius: 9px; background: color-mix(in srgb,var(--ex-accent) 6%,transparent); }
.exp-day-context > span:last-child { display: grid; min-width: 0; gap: 3px; }
.exp-day-context small { color: var(--ex-accent); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.exp-day-context strong { overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.exp-week-rhythm { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; margin: 12px 0 2px; }
.exp-week-rhythm > span { display: grid; justify-items: center; gap: 4px; }
.exp-week-rhythm i { position: relative; width: 100%; height: 5px; overflow: hidden; border-radius: 5px; background: var(--ex-line); }
.exp-week-rhythm i::after { position: absolute; inset: 0 auto 0 0; width: var(--exp-day-progress,0%); border-radius: inherit; background: #65706a; content: ""; }
.exp-week-rhythm .is-active i::after { background: var(--ex-accent); }
.exp-week-rhythm .is-complete i::after { width: 100%; background: #69bca2; }
.exp-week-rhythm small { color: var(--ex-muted); font-size: 9px; text-transform: uppercase; }
.exp-mission.is-suggested:not(.is-complete) { margin-inline: -7px; width: calc(100% + 14px); padding-inline: 7px; border-radius: 7px; background: color-mix(in srgb,var(--ex-accent) 5%,transparent); }
.exp-mission.is-suggested:not(.is-complete) .exp-mission-icon { box-shadow: 0 0 0 4px color-mix(in srgb,var(--ex-accent) 10%,transparent); }
@media (max-width: 420px) { .exp-day-context strong { white-space: normal; } }

/* Refined home: original time-based welcome and a single daily programme. */
.experience-shell { display: block; width: 100%; max-width: 1080px; min-height: 0; }
.experience-shell .exp-rail, .experience-shell .exp-resume { display: none; }
.experience-shell .exp-main { padding: 24px; }
.experience-shell .exp-lead-grid { display: block; margin-top: 24px; }
#expHistoricHero { overflow: hidden; border-radius: 12px; }
#expHistoricHero .hub-preview-hero { min-height: 320px; }
.experience-profile { margin: 24px 0; }
.experience-profile *, .music-library-tools *, .music-library-pages * { box-sizing: border-box; }
.experience-profile svg { width: 22px; height: 22px; vertical-align: middle; }
.experience-profile button { cursor: pointer; font: inherit; }
.experience-profile h2 { text-transform: none; }
.music-library-tools { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 12px; margin: 16px 0; scroll-margin-top: 110px; }
.music-library-tools label { display: grid; gap: 6px; flex: 1 1 180px; font-size: 13px; }
.music-library-tools input { width: 100%; min-width: 0; padding: 12px; border: 1px solid #6b6b6b; border-radius: 8px; background: #17191b; color: #fff; font: inherit; }
.music-library-tools > div, .music-library-pages > div { display: flex; flex-wrap: wrap; gap: 6px; }
.music-library-tools button, .music-library-pages button { min-height: 40px; padding: 8px 12px; border: 1px solid #656565; border-radius: 8px; background: #242628; color: #fff; cursor: pointer; font: inherit; font-size: 13px; }
.music-library-tools [aria-pressed="true"], .music-library-pages [aria-current="page"] { background: #f4d690; color: #151515; border-color: #f4d690; }
.music-library-pages { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center; margin: 20px 0; }
.music-library-pages > span { font-size: 13px; }
.music-library-pages button:disabled { opacity: .4; cursor: default; }
.music-library-tools[hidden], .music-library-pages[hidden] { display: none !important; }
#hubTrackGrid[data-music-layout="grid"], #trackGrid[data-music-layout="grid"] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#hubTrackGrid[data-music-layout="list"], #trackGrid[data-music-layout="list"] { display: grid; grid-template-columns: minmax(0, 1fr); }
[data-music-layout="list"] > .hub-track-card, [data-music-layout="list"] > .track-card { display: grid !important; grid-template-columns: 96px minmax(0, 1fr); align-items: center; gap: 16px; padding: 12px; }
[data-music-layout="list"] .hub-track-art, [data-music-layout="list"] .art-button { width: 96px; height: 96px; aspect-ratio: 1; margin: 0; border-radius: 8px; }
[data-music-layout="list"] .track-art { width: 100%; height: 100%; object-fit: cover; }
[data-music-layout="list"] .hub-track-copy, [data-music-layout="list"] .track-body { min-width: 0; padding: 0; }
[data-music-layout] .hub-track-copy strong, [data-music-layout] .track-body h3 { overflow-wrap: anywhere; }
[data-music-layout="list"] .track-meta { flex-wrap: wrap; }
#trackGrid[data-music-layout] > .track-card { content-visibility: visible; contain-intrinsic-size: none; }
#trackGrid[data-music-layout="list"] > .track-card { min-height: 0; }
@media (min-width: 600px) {
  #hubTrackGrid[data-music-layout="grid"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  #trackGrid[data-music-layout] > .track-card { animation: none !important; }
}

/* Classic app home: the original welcome, program, daily music and ideas only. */
body.classic-app-home #hubHomeView > :is(.hub-home-hero, #hubHomeToday, #hubKafmillionTeaser, #hubLiveTeaser, #hubLiveNowTeaser, .hub-section-heading, #hubFeaturedTrack, #hubHomeGrid, .hub-community-suite) { display: none !important; }
body.classic-app-home #hubHomeDailyKafmusic { margin: 18px 0; }
body.classic-app-home #hubHomeDailyKafmusic .hub-daily-kafmusic { margin: 0; }
body.classic-app-home #hubV2ProgramV2 { margin: 0 18px; }
body.classic-app-home #hubV2ProgramV2 .exp-today { margin: 0; }
@media (max-width: 620px) {
  body.classic-app-home #hubV2ProgramV2 { margin-inline: 12px; }
}
@media (max-width: 600px) {
  .experience-shell .exp-main { padding: 12px; }
  [data-music-layout="list"] > .hub-track-card, [data-music-layout="list"] > .track-card { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
  [data-music-layout="list"] .hub-track-art, [data-music-layout="list"] .art-button { width: 72px; height: 72px; }
}
