
/* =====================================================================
   Dashboard layer
   ===================================================================== */
body { background: var(--bg); }
.gc-header { background: rgba(255,255,255,.96); border-bottom: 0; }
.gc-header .stripe { height: 5px; background: var(--stripe); }
.gc-nav a[aria-current="page"] { background: var(--bg); color: var(--ink); }
.icon-btn { width: 40px; height: 40px; border-radius: 12px; border: 0; background: transparent; display: inline-grid; place-items: center; cursor: pointer; color: var(--ink-2); }
.icon-btn:hover { background: var(--bg); color: var(--ink); }
.icon-btn svg, .rail svg, .tool svg, .qa svg, .comm-card svg, .rm svg, .play svg, .bi { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.avatar { width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer; background: var(--char-3); color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .02em; }
.avatar:hover { box-shadow: 0 0 0 3px var(--disc-soft); }

/* ---------- shell ---------- */
.shell { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; max-width: 1480px; margin: 0 auto; padding: 28px 24px 64px; align-items: start; }
.main { display: grid; gap: 24px; min-width: 0; }
.side { display: grid; gap: 20px; position: sticky; top: 93px; }

/* ---------- welcome ---------- */
.welcome { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; background: #fff; border-radius: 30px; padding: 32px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.welcome::before { content: ""; position: absolute; width: 520px; height: 520px; left: -220px; top: -260px; border-radius: 50%; background: radial-gradient(circle, var(--env-soft) 0%, rgba(255,255,255,0) 70%); pointer-events: none; }
.welcome-copy { position: relative; }
.hello { font-size: clamp(34px, 3.8vw, 54px); line-height: 1.04; letter-spacing: -.045em; font-weight: 800; margin: 14px 0 18px; text-wrap: balance; position: relative; z-index: 0; }
.hello .ul { position: relative; white-space: nowrap; display: inline-block; }
.hello .ul::after { content: ""; position: absolute; left: 2%; right: 0; bottom: -.2em; height: .13em; border-radius: 999px; background: var(--stripe); transform: rotate(-1.4deg); z-index: -1; }
.hello-sub { font-size: 17px; line-height: 1.55; color: var(--ink-2); margin: 0 0 26px; max-width: 30rem; font-weight: 500; }
.hello-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* "this month" — the dashboard's take on the sales page's dark year wall */
.now { position: relative; min-width: 0; }
.now-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-right: 18px; }
.now-label { font-size: 12.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); padding-bottom: 9px; }
.now-tabs { display: flex; gap: 4px; }
.now-tabs button { border: 0; cursor: pointer; font-weight: 800; font-size: 14px; padding: 10px 16px 9px; border-radius: 14px 14px 0 0; background: var(--bg); color: var(--ink-2); display: inline-flex; align-items: center; gap: 8px; }
.now-tabs button::before { content: ""; width: 9px; height: 9px; border-radius: 3px; background: var(--a); }
.now-tabs button:hover { background: var(--line); color: var(--ink); }
.now-tabs button[aria-pressed="true"] { background: var(--char-3); color: #fff; }
.now-body { background: var(--char-3); border-radius: 0 24px 24px 24px; padding: 16px 16px 18px; box-shadow: 0 30px 60px -28px rgba(31,35,40,.55); color: #fff; }
.now-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 18px; align-items: center; text-decoration: none; color: inherit; border-radius: 16px; }
.now-art { display: block; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: #33383D; }
.now-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.now-feature:hover .now-art img { transform: scale(1.03); }
.now-text { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.now-kicker { font-size: 12.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--a, var(--disc)); }
.now-title { font-size: clamp(22px, 2vw, 28px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.now-tag { font-size: 14px; color: #BFC5CB; line-height: 1.45; text-wrap: pretty; }
.now-open { margin-top: 6px; font-weight: 800; font-size: 14.5px; color: #fff; }
.now-feature:hover .arr { transform: translateX(3px); }
.now-open .arr { display: inline-block; transition: transform .15s; }
.yr { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.yr-head { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #8E959C; margin-bottom: 10px; }
.yr-strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 6px; }
.yr-strip button { all: unset; box-sizing: border-box; display: block; width: 100%; cursor: pointer; border-radius: 8px; }
.yr-strip button:focus-visible { outline: 3px solid var(--disc); outline-offset: 2px; }
.yr-strip .t { display: block; aspect-ratio: 16 / 10; border-radius: 7px; overflow: hidden; background: #33383D; position: relative; }
.yr-strip img { width: 100%; height: 100%; object-fit: cover; }
.yr-strip .m { display: block; margin-top: 5px; text-align: center; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; color: #9BA2A9; }
.yr-strip .past .t img { opacity: .38; filter: grayscale(.6); }
.yr-strip .cur .t { box-shadow: 0 0 0 2.5px var(--a, var(--disc)); }
.yr-strip .cur .m { color: #fff; }
.yr-strip .sel:not(.cur) .t { box-shadow: 0 0 0 2px rgba(255,255,255,.7); }
.yr-strip button:hover .t img { opacity: 1; filter: none; }

/* ---------- generic block ---------- */
.block { background: #fff; border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow); min-width: 0; }
.block-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.h3 { font-size: clamp(24px, 2.2vw, 30px); line-height: 1.15; letter-spacing: -.035em; font-weight: 800; margin: 10px 0 0; text-wrap: balance; }
.block-sub { margin: 8px 0 0; color: var(--ink-2); font-size: 15.5px; max-width: 40rem; }
.link-more { font-weight: 800; font-size: 14.5px; color: var(--ink); text-decoration: none; white-space: nowrap; padding: 8px 14px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--line-2); }
.link-more:hover { box-shadow: inset 0 0 0 1.5px var(--ink-3); }
.link-more .arr { display: inline-block; transition: transform .15s; }
.link-more:hover .arr { transform: translateX(3px); }

/* ---------- subscriptions ---------- */
.subs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sub { position: relative; display: flex; flex-direction: column; border-radius: 22px; border: 2px solid var(--line); overflow: hidden; background: #fff; }
.sub-top { position: relative; background: var(--a); padding: 18px 96px 18px 18px; min-height: 124px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); }
.sub-top .emoji { position: absolute; right: 16px; top: 50%; width: 68px; height: 68px; transform: translateY(-50%) rotate(-6deg); filter: drop-shadow(0 8px 12px rgba(0,0,0,.18)); }
.sub-status { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: rgba(255,255,255,.85); padding: 4px 10px; border-radius: 999px; }
.sub-status svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 3; }
.sub-age { font-size: 22px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; margin-top: 14px; }
.sub-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.sub-plan { font-weight: 800; font-size: 15.5px; }
.sub-meta { font-size: 13.5px; color: var(--ink-3); font-weight: 600; margin-top: 2px; }
.areas-inc { display: grid; gap: 7px; }
.areas-inc small { font-size: 12.5px; font-weight: 700; color: var(--ink-3); }
.dots { display: flex; gap: 4px; }
.dots i { flex: 1; max-width: 30px; height: 8px; border-radius: 99px; background: var(--a); }
.dots i.off { background: var(--line); }
.sub-foot { margin-top: auto; }
.sub-foot .btn { width: 100%; padding: 11px 16px; font-size: 14.5px; }
.sub.locked { border-style: dashed; border-color: var(--line-2); background: var(--bg); }
.sub.locked .sub-top { background: var(--a-soft); }
.sub.locked .sub-status { background: #fff; color: var(--a-ink); }
.save-badge { display: inline-block; margin-left: 8px; vertical-align: 2px; background: var(--char-3); color: #fff; font-weight: 800; font-size: 12px; padding: 3px 9px; border-radius: 999px; }
.legend { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 18px 0 0; font-size: 13px; color: var(--ink-3); font-weight: 600; }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend i { width: 14px; height: 6px; border-radius: 99px; background: var(--a); }

/* ---------- tools ---------- */
.tools { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.tool { display: flex; flex-direction: column; gap: 2px; padding: 16px; border-radius: 18px; background: var(--bg); text-decoration: none; color: var(--ink); height: 100%; transition: background .15s, transform .15s, box-shadow .15s; }
.tool:hover { background: var(--a-soft); transform: translateY(-2px); box-shadow: var(--shadow); }
.tool .ti { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--a); color: var(--ink); margin-bottom: 10px; }
.tool[data-theme="lead"] .ti { color: #fff; }
.tool .ti svg { width: 22px; height: 22px; }
.tool b { font-size: 15.5px; font-weight: 800; letter-spacing: -.01em; }
.tool small { font-size: 13px; color: var(--ink-3); font-weight: 600; }

/* ---------- roadmap ---------- */
.rm { display: grid; gap: 22px; }
.rm-done-list { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.rm-label { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-size: 12.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 10px; }
.rm-label span { text-transform: none; letter-spacing: 0; font-weight: 600; }
.rm-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; counter-reset: rm; }
.rm-row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 16px; background: var(--bg); border: 2px solid transparent; min-width: 0; }
.rm-row img { width: 40px; height: 40px; flex: none; }
.rm-info { min-width: 0; flex: 1; }
.rm-info b { display: block; font-size: 15px; font-weight: 800; line-height: 1.3; text-wrap: pretty; }
.rm-info small { font-size: 13px; color: var(--ink-3); font-weight: 600; }
.rm-badge { font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: var(--line); color: var(--ink-2); white-space: nowrap; min-width: 104px; text-align: center; }
.rm-done .rm-badge { display: none; }
.rm-done .rm-check { width: 26px; height: 26px; border-radius: 50%; background: var(--evt); display: grid; place-items: center; flex: none; }
.rm-done .rm-check svg { width: 15px; height: 15px; stroke-width: 3; }
.rm-done .rm-badge { background: var(--evt-soft); color: var(--evt-ink); }
.rm-future .rm-row { background: #fff; border-color: var(--line); cursor: grab; transition: border-color .15s, box-shadow .15s, transform .15s; }
.rm-future .rm-row:hover { border-color: var(--line-2); }
.rm-future .rm-row.dragging { opacity: .5; }
.rm-future .rm-row.over { border-color: var(--disc); box-shadow: 0 0 0 4px var(--disc-soft); }
.rm-future .rm-row::before { counter-increment: rm; content: counter(rm); width: 26px; height: 26px; border-radius: 50%; background: var(--bg); display: grid; place-items: center; font-weight: 800; font-size: 13px; color: var(--ink-2); flex: none; }
.rm-future .rm-row:first-child { border-color: var(--disc); background: var(--disc-soft); }
.rm-future .rm-row:first-child::before { background: var(--disc); color: var(--ink); }
.rm-future .rm-row:first-child .rm-badge { background: var(--disc); color: var(--ink); }
.rm-grip { color: var(--ink-3); flex: none; display: grid; }
.rm-move { display: flex; gap: 2px; flex: none; }
.rm-move button { width: 30px; height: 30px; border-radius: 9px; border: 0; background: var(--bg); cursor: pointer; display: grid; place-items: center; color: var(--ink-2); }
.rm-move button:hover:not(:disabled) { background: var(--line); color: var(--ink); }
.rm-move button:disabled { opacity: .3; cursor: default; background: transparent; }
.rm-move svg { width: 16px; height: 16px; stroke-width: 2.5; }
.rm-foot { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; padding: 18px 20px; border-radius: 20px; background: var(--char-3); color: #D4D8DC; }
.rm-next { display: flex; align-items: center; gap: 14px; min-width: 0; }
.rm-next img { width: 46px; height: 46px; flex: none; }
.rm-next small { display: block; font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #8E959C; }
.rm-next b { color: #fff; font-size: 17px; }
.rm-next em { font-style: normal; color: var(--evt); font-weight: 700; }
.rm-save { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.rm-save small { font-size: 13px; color: #AEB4BA; }
.rm-save .btn-dark { background: #fff; color: var(--ink); }
.rm-save .btn-dark:hover:not(:disabled) { background: var(--disc); }
.rm-save .btn-dark:disabled { background: transparent; color: var(--evt); box-shadow: inset 0 0 0 1.5px rgba(190,214,90,.5); cursor: default; transform: none; opacity: 1; }
.rm-save .btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.rm-save .btn-dark.dirty { background: var(--disc); color: var(--ink); }

/* ---------- community ---------- */
.community { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 28px; align-items: center; background: var(--char-3); color: #D4D8DC; border-radius: 30px; padding: 32px 32px 38px; position: relative; overflow: hidden; }
.community::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--stripe); }
.community .h3 { color: #fff; }
.community p { margin: 12px 0 0; font-size: 16px; line-height: 1.55; max-width: 28rem; }
.eyebrow.on-dark { color: var(--a); }
.comm-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comm-card { display: flex; flex-direction: column; padding: 22px; border-radius: 22px; background: var(--a); color: var(--ink); text-decoration: none; transition: transform .15s; }
.comm-card:hover { transform: translateY(-3px); }
.cc-n { font-size: clamp(30px, 3vw, 40px); font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.cc-l { font-weight: 700; font-size: 15px; margin-top: 6px; }
.cc-cta { margin-top: 22px; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; background: var(--char-3); color: #fff; font-weight: 800; font-size: 14px; padding: 10px 16px 10px 12px; border-radius: 999px; white-space: nowrap; }
.cc-cta svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }

/* ---------- shelves ---------- */
.shelf { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card-img { display: block; position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: var(--bg); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card-img:hover img { transform: scale(1.04); }
.duo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
.prints { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.prints a { display: block; text-decoration: none; color: var(--ink); }
.pimg { display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: 16px; background: var(--bg); overflow: hidden; }
.pimg img { height: 92%; width: auto; object-fit: contain; transition: transform .35s; }
.prints a:hover img { transform: scale(1.05) rotate(-1deg); }
.prints b { display: block; margin-top: 8px; font-size: 14.5px; font-weight: 800; }
.songs { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.play { position: absolute; left: 10px; bottom: 10px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); display: grid; place-items: center; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.play svg { width: 22px; height: 22px; }
.song:hover .play { background: var(--disc); }

/* ---------- right rail ---------- */
.help { background: #fff; border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow); text-align: center; position: relative; overflow: hidden; }
.help::before { content: ""; position: absolute; inset: 0 0 auto; height: 120px; background: var(--vol-soft); }
.help img { position: relative; width: 180px; height: auto; margin: 0 auto 8px; }
.help h2 { font-size: 22px; letter-spacing: -.03em; margin: 0 0 6px; font-weight: 800; }
.help p { font-size: 14.5px; color: var(--ink-2); margin: 0 0 16px; line-height: 1.5; }
.help .btn { width: 100%; }
.panel { background: #fff; border-radius: var(--r-lg); padding: 20px 14px 12px; box-shadow: var(--shadow); }
.panel-h { font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); margin: 0 8px 8px; }
.qa { list-style: none; margin: 0; padding: 0; }
.qa a { display: flex; align-items: center; gap: 12px; padding: 9px 8px; border-radius: 12px; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 14.5px; }
.qa a:hover { background: var(--bg); }
.qa a::after { content: ""; margin-left: auto; width: 7px; height: 7px; border-right: 2px solid var(--ink-3); border-top: 2px solid var(--ink-3); transform: rotate(45deg); flex: none; }
.qa.ext a::after { display: none; }
.qa .qi { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--a-soft); color: var(--a-ink); flex: none; }
.qa .qi svg { width: 17px; height: 17px; }
.qa .x { margin-left: auto; width: 15px; height: 15px; color: var(--ink-3); }

/* ---------- footer ---------- */
.dfoot { border-top: 1px solid var(--line); background: #fff; }
.dfoot-in { max-width: 1600px; margin: 0 auto; padding: 28px 24px 8px; display: flex; align-items: center; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; }
.dfoot .gc-logo .mark { height: 30px; } .dfoot .gc-logo .rule { height: 28px; } .dfoot .gc-logo .word { font-size: 17px; }
.dfoot-links, .dfoot-contact { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; }
.dfoot a { color: var(--ink-2); text-decoration: none; font-weight: 600; }
.dfoot a:hover { color: var(--ink); text-decoration: underline; }
.dfoot .fine { max-width: 1600px; margin: 0 auto; padding: 8px 24px 28px; font-size: 13px; color: var(--ink-3); }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; z-index: 80; background: var(--char-3); color: #fff; font-weight: 700; font-size: 15px; padding: 12px 18px; border-radius: 14px; box-shadow: var(--shadow-lg); transition: opacity .2s, transform .2s; display: flex; gap: 10px; align-items: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--evt); }
.draft { position: fixed; right: 14px; bottom: 14px; z-index: 70; background: #fff; color: var(--ink-2); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 8px; box-shadow: var(--shadow); }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }


/* ---------- top nav (replaces the left sidebar) ---------- */
.gc-header .bar { max-width: 1480px; gap: 18px; }
.gc-tabs { display: flex; align-items: center; gap: 2px; margin-left: 10px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.gc-tabs::-webkit-scrollbar { display: none; }
.gc-tabs a { position: relative; display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 9px 13px; border-radius: 999px; color: var(--ink-2); text-decoration: none; font-weight: 700; font-size: 14.5px; white-space: nowrap; }
.gc-tabs a:hover { background: var(--bg); color: var(--ink); }
.gc-tabs a[aria-current="page"] { background: var(--char-3); color: #fff; }
.gc-tabs a .dot { width: 10px; height: 10px; border-radius: 3.5px; background: var(--a); flex: none; }
.gc-tabs .ti { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.gc-sep { width: 1px; height: 22px; background: var(--line-2); margin: 0 6px; flex: none; }
.gc-util { margin-left: auto; display: flex; align-items: center; gap: 6px; position: relative; flex: none; }
.acct { position: absolute; right: 0; top: calc(100% + 10px); width: 250px; background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 8px; z-index: 60; }
.acct-who { margin: 0; padding: 10px 12px 12px; border-bottom: 1px solid var(--line); margin-bottom: 6px; }
.acct-who b { display: block; font-size: 15px; } .acct-who span { font-size: 13px; color: var(--ink-3); }
.acct a { display: block; padding: 10px 12px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14.5px; }
.acct a:hover { background: var(--bg); }
.btn-sm { padding: 9px 14px; font-size: 13.5px; }
.btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* subscriptions: cards are now links into the bundle page */
.sub { text-decoration: none; color: var(--ink); transition: transform .15s, box-shadow .15s, border-color .15s; }
a.sub:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.sub-now { display: flex; gap: 10px; align-items: center; padding: 10px; border-radius: 14px; background: var(--bg); }
.sub-now img { width: 72px; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; flex: none; }
.sub-now small { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.sub-now b { font-size: 14.5px; }
.rm-tabs { margin-bottom: 14px; }
.rm-tabs button { border-radius: 999px !important; padding: 8px 14px !important; }
.rm-prev { font-size: 13px; font-weight: 800; color: var(--ink); text-decoration: none; white-space: nowrap; padding: 6px 10px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--line-2); flex: none; }
.rm-prev:hover { box-shadow: inset 0 0 0 1.5px var(--ink-3); }

/* ---------- responsive ---------- */
@media (max-width: 1240px) {
  .shell { grid-template-columns: minmax(0, 1fr); }
  .side { position: static; grid-template-columns: 1.1fr 1fr 1fr; align-items: start; }
}
@media (max-width: 1100px) {
  .welcome { grid-template-columns: 1fr; }
  .welcome-copy { max-width: 40rem; }
  .gc-tabs a[data-nav="plan"], .gc-tabs a[data-nav="market"], .gc-tabs .gc-sep:last-of-type { display: none; }
  .community { grid-template-columns: 1fr; }
  .duo { grid-template-columns: 1fr; }
  .prints { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .songs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .gc-header .bar { flex-wrap: wrap; height: auto; padding-top: 10px; padding-bottom: 0; gap: 8px 10px; }
  .gc-tabs { order: 3; width: calc(100% + 32px); margin: 0 -16px; padding: 4px 16px 10px; }
  .gc-tabs a[data-nav="plan"], .gc-tabs a[data-nav="market"], .gc-tabs .gc-sep:last-of-type { display: inline-flex; }
  .gc-menu { display: none !important; }
  .gc-util { margin-left: auto; }
  .side { grid-template-columns: 1fr 1fr; }
  .side .help { grid-row: span 2; }
  .subs { grid-template-columns: 1fr; }
  .sub { flex-direction: row; }
  .sub-top { width: 40%; min-height: 0; }
  .rm { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side { grid-template-columns: 1fr; }
  .side .help { grid-row: auto; }
}
@media (max-width: 600px) {
  .gc-logo .mark { height: 28px; } .gc-logo .rule { height: 26px; } .gc-logo .word { font-size: 16px; }
  .gc-tabs a { padding: 8px 11px; font-size: 14px; }
  .shell { padding: 16px 14px 48px; gap: 16px; }
  .main { gap: 16px; }
  .welcome, .block, .community { padding: 22px 18px; border-radius: 24px; }
  .hello { font-size: 36px; }
  .hello-ctas { gap: 10px; }
  .hello-ctas .btn { flex: 1 1 100%; }
  .now-top { padding-right: 0; }
  .now-label { display: none; }
  .now-tabs { width: 100%; }
  .now-tabs button { flex: 1; justify-content: center; padding: 10px 6px 9px; font-size: 13.5px; }
  .now-body { border-radius: 0 0 20px 20px; padding: 12px; }
  .now-feature { grid-template-columns: 1fr; gap: 12px; }
  .yr-strip { display: flex; overflow-x: auto; scroll-snap-type: x proximity; gap: 8px; margin: 0; padding: 3px 3px 6px; scrollbar-width: none; }
  .yr-strip::-webkit-scrollbar { display: none; }
  .yr-strip li { flex: 0 0 30%; scroll-snap-align: start; }
  .sub { flex-direction: column; }
  .sub-top { width: auto; min-height: 96px; }
  .tool { padding: 14px; }
  .comm-cards { grid-template-columns: 1fr; }
  .prints { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .songs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shelf { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 -18px; padding: 0 18px 4px; scrollbar-width: none; }
  .shelf li { flex: 0 0 78%; scroll-snap-align: start; }
  .rm-row { gap: 8px; padding: 9px 10px; }
  .rm-row img { width: 34px; height: 34px; }
  .rm-grip, .rm-badge { display: none; }
  .rm-future .rm-row img { display: none; }
  .rm-move { flex-direction: column; gap: 2px; }
  .rm-move button { width: 32px; height: 26px; }
  .rm-label { flex-direction: column; gap: 2px; }
  .rm-save { align-items: stretch; width: 100%; }
  .rm-save .btn { width: 100%; }
  .block-head .link-more { padding: 6px 12px; font-size: 13.5px; }
  .save-badge { margin: 6px 0 0; display: table; }
  .draft { display: none; }
}
@media (max-width: 370px) {
  .hello { font-size: 31px; }
  .gc-logo .word { display: none; } .gc-logo .rule { display: none; }
  .now-tabs button { font-size: 12.5px; }
  .now-tabs button::before { display: none; }
  .tools { gap: 8px; }
  .tool small { display: none; }
  .rm-prev { display: none; }
}

/* emoji (real bundle emoji instead of png art) */
.sub-top .emoji-big { position: absolute; right: 16px; top: 50%; transform: translateY(-50%) rotate(-6deg); font-size: 58px; line-height: 1; filter: drop-shadow(0 8px 12px rgba(0,0,0,.18)); }
.rm-emo { width: 40px; height: 40px; border-radius: 12px; background: #fff; display: grid; place-items: center; font-size: 24px; flex: none; }
.rm-done .rm-emo { background: #fff; }
.rm-future .rm-row .rm-emo { background: var(--bg); }
.rm-emo.big { width: 48px; height: 48px; font-size: 30px; background: rgba(255,255,255,.1); }
@media (max-width: 900px) { .sub-top .emoji-big { font-size: 46px; } }
@media (max-width: 600px) { .rm-future .rm-row .rm-emo { display: none; } .rm-prev { padding: 5px 9px; font-size: 12.5px; } }

/* draft-2 polish */
.sub-now img { width: 72px; height: 41px; aspect-ratio: auto; flex: none; }
.sub-now span { min-width: 0; }
.draft { right: auto; left: 14px; bottom: 14px; opacity: .85; }
@media (max-width: 900px) {
  .gc-tabs { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 28px), transparent); mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 28px), transparent); }
}
