/* ===== 축제달력 — 밝은 팝 축제 테마 (색종이·깃발·풍선) ===== */
:root {
  --bg: #fffaf2;
  --paper: #ffffff;
  --panel: #fff6e8;
  --line: #f1e3d3;
  --text: #2b2140;
  --muted: #7a7290;
  --coral: #ff5e7e;
  --orange: #ff8e3c;
  --yellow: #ffd43b;
  --mint: #2ec4b6;
  --sky: #4cc9f0;
  --purple: #9b5de5;
  --c: var(--coral);
  --radius: 18px;
  --shadow: 0 10px 30px rgba(120, 70, 40, 0.10);
  --shadow-lg: 0 20px 50px rgba(120, 70, 40, 0.16);
  --font: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --display: 'Jua', var(--font);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--text); line-height: 1.65; font-size: 16px; letter-spacing: -0.01em; word-break: keep-all;
  background: var(--bg);
  background-image:
    radial-gradient(circle at 8% 12%, rgba(255, 94, 126, .10) 0 6px, transparent 7px),
    radial-gradient(circle at 92% 30%, rgba(76, 201, 240, .12) 0 5px, transparent 6px),
    radial-gradient(circle at 20% 70%, rgba(255, 212, 59, .16) 0 7px, transparent 8px),
    radial-gradient(circle at 75% 85%, rgba(46, 196, 182, .12) 0 5px, transparent 6px),
    radial-gradient(circle at 55% 45%, rgba(155, 93, 229, .10) 0 4px, transparent 5px);
  background-size: 900px 900px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { font: inherit; color: inherit; }
.wrap { width: min(1120px, 100% - 32px); margin-inline: auto; }
.muted { color: var(--muted); }
.center { text-align: center; }
.skip { position: absolute; left: -999px; top: 0; background: var(--yellow); color: #000; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }

/* ----- header ----- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.site-header::after { /* 무지개 띠 */
  content: ''; display: block; height: 4px; background: linear-gradient(90deg, var(--coral), var(--orange), var(--yellow), var(--mint), var(--sky), var(--purple), var(--coral)); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 60px; }
.logo { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; flex: none; font-family: var(--display); font-size: 25px; letter-spacing: 0; }
.logo-mark { font-size: 24px; }
.logo-text { background: linear-gradient(90deg, #ff5e7e, #ff8e3c 45%, #9b5de5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav { display: flex; align-items: center; gap: 4px; font-weight: 700; font-size: 15px; }
.nav a { padding: 7px 13px; border-radius: 999px; color: var(--muted); transition: .2s; white-space: nowrap; }
.nav a:hover { color: var(--text); background: var(--panel); }
.nav a[aria-current="page"] { color: #fff; background: linear-gradient(90deg, var(--coral), var(--orange)); box-shadow: 0 4px 14px rgba(255, 94, 126, .35); }
.nav-months { display: flex; gap: 2px; padding-right: 8px; margin-right: 6px; border-right: 2px dotted var(--line); }

/* ----- hero ----- */
.hero { position: relative; overflow: hidden; padding: 84px 0 64px; text-align: center; isolation: isolate; color: #fff;
  background: linear-gradient(135deg, #ff6b9d 0%, #ff7f50 35%, #ffb340 70%, #ffd166 100%); }
.hero::before { /* 깃발(bunting) */
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 28px; z-index: 1; opacity: .9;
  border-top: 3px solid rgba(255, 255, 255, .7);
  background-image:
    conic-gradient(from 150deg at 50% 0%, #fff 0 60deg, transparent 60deg),
    conic-gradient(from 150deg at 50% 0%, #ffd43b 0 60deg, transparent 60deg),
    conic-gradient(from 150deg at 50% 0%, #4cc9f0 0 60deg, transparent 60deg);
  background-size: 132px 28px; background-position: 0 0, 44px 0, 88px 0; background-repeat: repeat-x;
}
.hero::after { /* 하단 물결 */
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 34px; z-index: 1;
  background: radial-gradient(circle at 50% 100%, var(--bg) 0 28px, transparent 29px) 0 0 / 60px 34px repeat-x; }
.hero-sm { padding: 48px 0 40px; background: linear-gradient(135deg, #ff6b9d, #ff8e3c 60%, #ffb340); }
.fireworks { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-kicker { display: inline-block; margin: 0 0 14px; font-weight: 800; letter-spacing: 1px; font-size: 14px; background: rgba(255, 255, 255, .22); padding: 6px 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .5); }
.hero-title { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(46px, 8vw, 88px); line-height: 1.05; letter-spacing: 0; color: #fff;
  text-shadow: 0 4px 0 rgba(180, 50, 60, .25), 0 14px 34px rgba(160, 40, 60, .35); }
.hero-sub { margin: 18px auto 0; max-width: 620px; font-size: 17px; color: rgba(255, 255, 255, .95); text-shadow: 0 1px 8px rgba(160, 40, 60, .25); }
.hero-sub b { color: #fff; background: rgba(255, 255, 255, .22); padding: 0 6px; border-radius: 6px; }
.hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.hero-stats span { background: #fff; color: var(--text); padding: 8px 18px; border-radius: 999px; font-size: 14px; font-weight: 700; box-shadow: 0 8px 20px rgba(160, 40, 60, .2); }
.hero-stats b { color: var(--coral); font-size: 17px; margin-left: 2px; }

/* ----- week strip ----- */
.week { margin-top: 26px; }
.week-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 12px; overflow-x: auto; padding: 6px 4px 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.week-card { scroll-snap-align: start; display: block; padding: 16px 16px 14px; border-radius: 16px; background: #fff; border: 2px solid color-mix(in srgb, var(--c) 35%, #fff); box-shadow: var(--shadow); transition: .2s; position: relative; overflow: hidden; }
.week-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--c); }
.week-card:hover { transform: translateY(-4px) rotate(-.5deg); box-shadow: var(--shadow-lg); border-color: var(--c); }
.week-card .wc-when { font-size: 12px; color: var(--c); font-weight: 800; }
.week-card .wc-name { display: block; font-weight: 800; margin: 4px 0 2px; font-size: 16px; }
.week-card .wc-sub { font-size: 13px; color: var(--muted); }

/* ----- month nav ----- */
.month-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 32px 0 14px; }
.month-title { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(28px, 4vw, 40px); letter-spacing: 0; color: var(--text); }
.month-btn { padding: 8px 16px; border-radius: 999px; border: 2px solid var(--line); background: #fff; color: var(--muted); font-size: 14px; font-weight: 700; white-space: nowrap; transition: .2s; }
.month-btn:hover { color: var(--coral); border-color: var(--coral); box-shadow: 0 6px 16px rgba(255, 94, 126, .2); }
.month-btn.disabled { opacity: .3; }

/* ----- ads ----- */
.ad { margin: 18px 0; min-height: 0; }
.ad:empty { display: none; }
.ad-infeed { grid-column: 1 / -1; }

/* ----- calendar ----- */
.cal { background: #fff; border: 2px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); background: linear-gradient(90deg, #fff1f4, #fff5e6, #fffbe6, #edfaf8, #eaf7fd, #f3edfd); font-size: 13px; font-weight: 800; color: var(--muted); text-align: center; }
.cal-dow span { padding: 10px 0; }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.cell { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: stretch; gap: 4px; min-height: 106px; padding: 8px; background: #fff; border: 0; text-align: left; cursor: pointer; transition: background .15s; }
.cell-empty { background: #fdf8f1; cursor: default; }
.cell:not(.cell-empty):hover { background: #fff8ee; }
.cell.is-selected { background: #fff3d6; box-shadow: inset 0 0 0 3px var(--yellow); }
.cell.is-today .cell-day { background: var(--coral); color: #fff; border-radius: 999px; box-shadow: 0 4px 10px rgba(255, 94, 126, .4); }
.cell-head { display: flex; align-items: center; justify-content: space-between; }
.cell-day { font-weight: 800; font-size: 14px; width: 26px; height: 26px; display: inline-grid; place-items: center; }
.sun .cell-day, .cal-dow .sun { color: var(--coral); }
.sat .cell-day, .cal-dow .sat { color: #2a9fd6; }
.cell-count, .legend-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); font-size: 11px; font-weight: 800; color: var(--muted); }
.cell-chips { display: flex; flex-direction: column; gap: 3px; overflow: hidden; }
.mini { display: block; font-size: 11.5px; line-height: 1.3; padding: 2px 7px; border-radius: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: var(--c); color: #fff; font-weight: 700; }
.mini-more { background: transparent; color: var(--muted); text-align: right; padding: 0 4px; font-weight: 700; }
.cal-legend { font-size: 13px; color: var(--muted); margin: 10px 4px 0; }
.cal-legend b { color: var(--text); }

/* ----- day panel ----- */
.daypanel { margin-top: 16px; background: #fff; border: 2px solid var(--yellow); border-radius: var(--radius); padding: 16px 18px; box-shadow: 0 10px 30px rgba(255, 212, 59, .25); animation: pop .25s ease; }
@keyframes pop { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.daypanel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.daypanel-head h3 { margin: 0; font-size: 18px; }
.daypanel-close { background: #fff; border: 2px solid var(--line); border-radius: 999px; width: 32px; height: 32px; cursor: pointer; color: var(--muted); }
.daypanel-close:hover { color: var(--coral); border-color: var(--coral); }
.frows { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.frow a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; background: var(--panel); border: 2px solid transparent; transition: .15s; }
.frow a:hover { border-color: var(--c); background: #fff; }
.frow-emoji { font-size: 22px; width: 32px; text-align: center; flex: none; }
.frow-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.frow-name { font-weight: 800; }
.frow-sub { font-size: 13px; color: var(--muted); }
.frow .tag-open { font-size: 11px; color: #fff; background: var(--coral); padding: 1px 7px; border-radius: 999px; font-weight: 800; margin-left: 6px; vertical-align: 2px; }

/* ----- badges / chips ----- */
.badge { display: inline-block; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 999px; line-height: 1.5; vertical-align: middle; white-space: nowrap; }
.badge-ok { background: #e3f8ef; color: #1b8f5a; border: 1px solid #b6ebd2; }
.badge-tent { background: #fff4d6; color: #b8780b; border: 1px solid #ffe3a3; }
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c); display: inline-block; }

/* ----- filters ----- */
.sec-title { font-family: var(--display); font-weight: 400; font-size: clamp(24px, 3vw, 30px); letter-spacing: 0; margin: 44px 0 14px; }
.filters { background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 18px; box-shadow: var(--shadow); }
.filter-row { display: flex; align-items: flex-start; gap: 12px; padding: 6px 0; }
.filter-row + .filter-row { border-top: 2px dotted var(--line); }
.filter-label { flex: none; width: 40px; font-size: 13px; font-weight: 800; color: var(--muted); padding-top: 6px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.fbtn { display: inline-flex; align-items: center; gap: 6px; padding: 5px 13px; border-radius: 999px; border: 2px solid var(--line); background: #fff; color: var(--muted); font-size: 13px; font-weight: 700; cursor: pointer; transition: .15s; }
.fbtn:hover { color: var(--text); border-color: var(--c); }
.fbtn.is-on { background: var(--text); color: #fff; border-color: var(--text); }
.fbtn[style].is-on { background: var(--c); border-color: var(--c); }
.fbtn .dot { width: 8px; height: 8px; }
.fbtn.is-on .dot { background: #fff; }
.filter-count { margin: 8px 0 0; font-size: 13px; color: var(--muted); }
.filter-count b { color: var(--coral); font-size: 15px; }

/* ----- cards ----- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; }
.fcard { border-radius: var(--radius); background: #fff; border: 2px solid var(--line); overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; position: relative; box-shadow: var(--shadow); }
.fcard::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 6px; background: var(--c); }
.fcard:hover { transform: translateY(-5px) rotate(-.4deg); border-color: var(--c); box-shadow: var(--shadow-lg); }
.fcard.is-hidden { display: none; }
.fcard-link { display: flex; flex-direction: column; gap: 6px; padding: 20px 18px 16px; height: 100%; }
.fcard-top { display: flex; align-items: center; justify-content: space-between; }
.fcard-emoji { font-size: 30px; line-height: 1; }
.fcard-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); font-weight: 700; }
.fcard-title { margin: 4px 0 0; font-size: 19px; line-height: 1.3; font-weight: 900; }
.fcard-date { margin: 0; font-size: 14px; color: var(--text); font-weight: 500; }
.fcard-summary { margin: 2px 0 0; font-size: 14px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fcard-foot { margin-top: auto; padding-top: 10px; display: flex; gap: 6px; flex-wrap: wrap; }
.fcard .chip-cat { background: color-mix(in srgb, var(--c) 14%, #fff); border-color: color-mix(in srgb, var(--c) 40%, #fff); color: color-mix(in srgb, var(--c) 70%, #000); }
.chip-fee { color: var(--muted); }
.dday { display: inline-block; font-size: 12px; font-weight: 800; padding: 1px 8px; border-radius: 6px; margin-right: 8px; background: var(--panel); color: var(--muted); vertical-align: 1px; }
.dday:empty { display: none; }
.dday.is-live { background: var(--coral); color: #fff; animation: glow 1.6s ease-in-out infinite; }
.dday.is-soon { background: var(--yellow); color: #4a3500; }
.dday.is-over { background: #eee; color: #999; }
.dday-lg { font-size: 15px; padding: 3px 12px; }
@keyframes glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 94, 126, .5); } 50% { box-shadow: 0 0 0 7px rgba(255, 94, 126, 0); } }
.empty { text-align: center; color: var(--muted); padding: 40px; }

/* ----- detail ----- */
.detail-hero { position: relative; padding: 36px 0 34px; color: #fff; overflow: hidden;
  background: linear-gradient(135deg, color-mix(in srgb, var(--c) 86%, #000), color-mix(in srgb, var(--c) 65%, #ff8e3c)); }
.detail-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .25), transparent 40%), radial-gradient(circle at 10% 90%, rgba(255, 255, 255, .18), transparent 35%); }
.detail-hero .wrap { position: relative; }
.crumb { font-size: 13px; color: rgba(255, 255, 255, .85); margin-bottom: 14px; font-weight: 700; }
.crumb a:hover { text-decoration: underline; }
.detail-emoji { font-size: 52px; line-height: 1; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .2)); }
.detail-title { font-family: var(--display); font-weight: 400; font-size: clamp(32px, 5vw, 54px); margin: 8px 0 6px; line-height: 1.15; text-shadow: 0 3px 0 rgba(0, 0, 0, .12), 0 10px 26px rgba(0, 0, 0, .25); }
.detail-date { font-size: 17px; margin: 0; font-weight: 500; }
.detail-date .badge-ok { background: #fff; color: #1b8f5a; border-color: #fff; }
.detail-date .badge-tent { background: #fff; color: #b8780b; border-color: #fff; }
.detail-hero .dday { background: rgba(255, 255, 255, .25); color: #fff; }
.detail-hero .dday.is-live { background: #fff; color: var(--coral); }
.detail-hero .dday.is-soon { background: var(--yellow); color: #4a3500; }
.detail-place { color: rgba(255, 255, 255, .92); margin: 6px 0 0; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 22px; border-radius: 999px; font-weight: 800; font-size: 15px; border: 2px solid var(--line); background: #fff; color: var(--text); transition: .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(90deg, #ff5e7e, #ff8e3c); color: #fff; border: 0; box-shadow: 0 8px 22px rgba(255, 94, 126, .35); }
.btn-primary:hover { box-shadow: 0 12px 30px rgba(255, 94, 126, .5); }
.detail-hero .btn-primary { background: #fff; color: var(--coral); box-shadow: 0 8px 22px rgba(0, 0, 0, .18); }
.detail-hero .btn-ghost { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn-ghost:hover { border-color: var(--c); color: var(--c); }
.detail-hero .btn-ghost:hover { background: rgba(255, 255, 255, .32); color: #fff; }
.btn-block { display: flex; justify-content: center; margin-top: 14px; }
.detail-body { padding: 10px 0 40px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; }
.detail-main h3 { margin: 28px 0 8px; font-size: 18px; font-weight: 900; }
.lead { font-size: 17px; }
.hl { padding-left: 0; list-style: none; display: grid; gap: 8px; }
.hl li { padding: 10px 14px 10px 42px; background: #fff; border: 2px solid var(--line); border-radius: 12px; position: relative; font-weight: 500; }
.hl li::before { content: '🎉'; position: absolute; left: 12px; }
.info { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; border-radius: 12px; overflow: hidden; border: 2px solid var(--line); }
.info th, .info td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.info tr:last-child th, .info tr:last-child td { border-bottom: 0; }
.info th { width: 100px; color: var(--muted); font-weight: 700; white-space: nowrap; background: var(--panel); }
.info a { color: #2a9fd6; word-break: break-all; font-weight: 700; }
.note { font-size: 13.5px; color: var(--muted); background: #fff8e0; border-left: 4px solid var(--yellow); padding: 10px 14px; border-radius: 0 10px 10px 0; }
.detail-side .sec-title { margin-top: 0; }

/* ----- region ----- */
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin-top: 24px; }
.region-card { display: flex; flex-direction: column; padding: 18px 16px; border-radius: 16px; background: #fff; border: 2px solid var(--line); transition: .2s; box-shadow: var(--shadow); }
.region-card:nth-child(6n+1) { --c: var(--coral); } .region-card:nth-child(6n+2) { --c: var(--orange); } .region-card:nth-child(6n+3) { --c: #e0a800; }
.region-card:nth-child(6n+4) { --c: var(--mint); } .region-card:nth-child(6n+5) { --c: #2a9fd6; } .region-card:nth-child(6n+6) { --c: var(--purple); }
.region-card:hover { border-color: var(--c); transform: translateY(-4px) rotate(-.5deg); box-shadow: var(--shadow-lg); }
.region-name { font-family: var(--display); font-size: 28px; color: var(--c); }
.region-full { font-size: 12px; color: var(--muted); }
.region-n { margin-top: 8px; font-size: 13px; color: var(--text); font-weight: 800; }

/* ----- prose ----- */
.prose { max-width: 760px; padding: 20px 0 40px; }
.prose h2 { font-size: 20px; margin: 30px 0 8px; color: var(--coral); }
.prose li { margin: 6px 0; }

/* ----- footer ----- */
.site-footer { border-top: 2px solid var(--line); margin-top: 56px; padding: 36px 0 28px; background: #fff; font-size: 14px; }
.foot-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.foot-links { display: flex; flex-direction: column; gap: 4px; margin-top: 6px; }
.foot-links a { color: var(--muted); }
.foot-links a:hover { color: var(--coral); }
.foot-note { margin-top: 22px; padding-top: 16px; border-top: 2px dotted var(--line); color: var(--muted); font-size: 13px; }

/* ----- responsive ----- */
@media (max-width: 860px) {
  .detail-grid { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-header .wrap { min-height: 54px; }
  .logo { font-size: 18px; gap: 6px; }
  .nav { font-size: 13px; overflow-x: auto; scrollbar-width: none; }
  .nav a { padding: 6px 6px; font-size: 12.5px; }
  .nav-months { padding-right: 4px; margin-right: 2px; }
  .nav > a:last-child { display: none; }
  .hero { padding: 54px 0 44px; }
  .hero-sub { font-size: 15px; }
  .cell { min-height: 66px; padding: 5px 3px; gap: 2px; }
  .cell-head { flex-direction: column; align-items: flex-start; gap: 2px; }
  .cell-day { font-size: 13px; width: 22px; height: 22px; }
  .cell-count { min-width: 16px; height: 16px; font-size: 9.5px; padding: 0 4px; }
  .mini { display: none; }
  .cell-chips { flex-direction: row; gap: 3px; }
  .cell.has-start .cell-chips::before { content: ''; width: 100%; height: 5px; border-radius: 3px; background: linear-gradient(90deg, var(--coral), var(--orange), var(--yellow)); }
  .month-title { font-size: 24px; }
  .month-btn { padding: 6px 10px; font-size: 12px; }
  .filter-label { width: 32px; }
  .detail-hero { padding: 24px 0 24px; }
  .btn { padding: 11px 16px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .fireworks { display: none; }
}
