:root {
  --navy-950: #061a33;
  --navy-900: #08264a;
  --navy-800: #0c3766;
  --navy-100: #eaf2fb;
  --orange: #f47a20;
  --orange-deep: #dc5d09;
  --orange-soft: #fff0df;
  --cream: #fff8eb;
  --paper: #fffdf8;
  --canvas: #f6f1e7;
  --ink: #12243a;
  --muted: #667384;
  --line: #e4ded2;
  --yellow: #fee500;
  --shadow: 0 22px 65px rgba(8, 38, 74, .12);
  --sans: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--sans);
  letter-spacing: -.02em;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(244, 122, 32, .48); outline-offset: 3px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 68px;
  padding: 0 max(20px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: rgba(6, 26, 51, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 8px 28px rgba(6, 26, 51, .16);
  backdrop-filter: blur(14px);
}
.brand-logo { height: 100%; margin-right: auto; display: flex; align-items: center; text-decoration: none; }
.brand-logo img { width: clamp(142px, 18vw, 172px); max-height: 28px; object-fit: contain; }
.top-event-label { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; color: #f7dcc3; font-size: 11px; font-weight: 850; }
.top-event-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(244, 122, 32, .14); }
.updated { color: #aebed0; font-size: 11px; font-weight: 750; white-space: nowrap; }

.hero { padding: 28px 18px 44px; background: linear-gradient(180deg, #eaf1f7 0, var(--canvas) 100%); }
.hero-panel {
  position: relative;
  width: min(100%, 1240px);
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(8, 38, 74, .08);
  border-radius: 38px;
  background: #fff7e7;
  box-shadow: 0 32px 90px rgba(8, 38, 74, .14);
}
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy {
  position: relative;
  z-index: 2;
  width: 49%;
  min-height: 500px;
  padding: clamp(44px, 5vw, 66px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.event-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-deep); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.event-kicker:before { content: ""; width: 30px; height: 3px; border-radius: 3px; background: var(--orange); }
.hero h1 { margin: 17px 0 0; color: var(--navy-950); letter-spacing: -.06em; }
.hero h1 > span { display: block; font-size: clamp(22px, 2.4vw, 31px); line-height: 1.2; font-weight: 800; letter-spacing: -.045em; }
.hero h1 > em { display: block; margin-top: 7px; color: var(--navy-950); font-size: clamp(42px, 4.5vw, 59px); line-height: 1.06; font-style: normal; font-weight: 950; }
.hero h1 > em b { display: block; color: var(--orange-deep); font-size: .92em; font-weight: 950; white-space: nowrap; }
.hero h1 > em small { display: block; margin-top: 4px; color: var(--navy-950); font-size: .7em; line-height: 1.08; font-weight: 950; }
.hero-copy > p { margin: 19px 0 0; color: #536376; font-size: 15px; line-height: 1.7; }
.hero-copy > p b { color: var(--navy-900); font-weight: 900; }
.hero-points { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-points span { padding: 7px 10px; border: 1px solid #e7d8c3; border-radius: 999px; color: #5d4d3f; background: rgba(255, 255, 255, .74); font-size: 11px; font-weight: 850; }
.primary-cta { min-height: 50px; margin-top: 23px; padding: 0 19px; display: inline-flex; align-items: center; gap: 14px; border-radius: 15px; color: #fff; background: var(--navy-900); box-shadow: 0 14px 28px rgba(8, 38, 74, .19); font-size: 13px; font-weight: 900; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-cta:hover { transform: translateY(-2px); background: var(--orange-deep); }
.primary-cta b { font-size: 18px; }
.hero-ticket { position: absolute; z-index: 3; right: 27px; bottom: 25px; width: 100px; height: 100px; display: grid; place-content: center; text-align: center; border: 3px solid #fff3d7; border-radius: 50%; color: #fff; background: var(--orange); box-shadow: 0 16px 38px rgba(196, 80, 8, .28), inset 0 0 0 2px rgba(255, 255, 255, .3); transform: rotate(-6deg); }
.hero-ticket small { font-size: 9px; font-weight: 950; letter-spacing: .09em; }
.hero-ticket strong { margin: -2px 0 -5px; font-size: 40px; line-height: 1; letter-spacing: -.08em; }
.hero-ticket span { font-size: 12px; font-weight: 900; }

.value-note { width: min(calc(100% - 36px), 1100px); margin: 0 auto; padding: 18px 22px; display: flex; align-items: center; gap: 15px; border: 1px solid #f0d4b5; border-radius: 18px; background: #fffaf1; box-shadow: 0 10px 28px rgba(87, 57, 25, .06); }
.value-note-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--orange); font-size: 18px; font-weight: 950; }
.value-note div { display: flex; align-items: baseline; gap: 12px; }
.value-note b { color: var(--orange-deep); font-size: 14px; white-space: nowrap; }
.value-note p { margin: 0; color: #6d6257; font-size: 13px; line-height: 1.6; }

.event-overview { width: min(calc(100% - 36px), 1120px); margin: 92px auto 0; }
.section-heading.centered { text-align: center; }
.section-heading > span, .research-heading > div > span { color: var(--orange-deep); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.section-heading h2 { margin: 12px 0 0; color: var(--navy-950); font-size: clamp(30px, 4vw, 44px); line-height: 1.23; letter-spacing: -.055em; }
.overview-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.overview-grid article { min-height: 152px; padding: 25px; display: flex; gap: 17px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 12px 32px rgba(8, 38, 74, .05); }
.overview-grid i { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--orange-deep); background: var(--orange-soft); font-size: 12px; font-style: normal; font-weight: 950; }
.overview-grid strong { color: var(--navy-900); font-size: 18px; }
.overview-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.research-shell { width: min(calc(100% - 36px), 1240px); margin: 105px auto 0; scroll-margin-top: 88px; }
.research-heading { display: flex; align-items: flex-end; gap: 20px; }
.research-heading > div { margin-right: auto; }
.research-heading h2 { margin: 8px 0 0; color: var(--navy-950); font-size: clamp(34px, 4.3vw, 52px); line-height: 1.12; letter-spacing: -.06em; }
.research-heading p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.result-count { padding: 10px 14px; border-radius: 13px; color: #fff; background: var(--navy-900); font-size: 13px; white-space: nowrap; }
.data-note { margin-top: 25px; padding: 14px 17px; display: flex; justify-content: space-between; gap: 12px; border: 1px solid #d8e2ed; border-radius: 15px; color: #647488; background: #eef5fb; font-size: 11px; }
.data-note b { color: var(--navy-900); }

.filter-panel { margin-top: 14px; padding: 0 18px 17px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.filter-panel summary { min-height: 56px; display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; }
.filter-panel summary::-webkit-details-marker { display: none; }
.filter-panel summary span { color: var(--navy-900); font-size: 14px; font-weight: 900; }
.filter-panel summary small { color: #8993a0; font-size: 11px; }
.filter-panel summary i { position: relative; width: 24px; height: 24px; margin-left: auto; border-radius: 50%; background: var(--navy-100); }
.filter-panel summary i:before, .filter-panel summary i:after { content: ""; position: absolute; left: 7px; top: 11px; width: 10px; height: 2px; border-radius: 2px; background: var(--navy-800); }
.filter-panel summary i:after { transform: rotate(90deg); transition: transform .2s; }
.filter-panel[open] summary i:after { transform: rotate(0); }
.filters { display: grid; grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(145px, .33fr)); gap: 9px; }
.filters input, .filters select { width: 100%; min-height: 45px; padding: 0 13px; border: 1px solid #dedbd3; border-radius: 12px; color: var(--ink); background: #fff; font-size: 12px; }
.search { position: relative; }
.search:before { content: "⌕"; position: absolute; z-index: 1; left: 14px; top: 10px; color: #758399; font-size: 20px; }
.search input { padding-left: 39px; }
.sector-chips { margin-top: 11px; display: flex; flex-wrap: wrap; gap: 7px; }
.chip { min-height: 32px; padding: 0 11px; border: 1px solid #e2ded5; border-radius: 999px; color: #647184; background: #fff; font-size: 10px; font-weight: 800; cursor: pointer; }
.chip.active { border-color: var(--navy-900); color: #fff; background: var(--navy-900); }

.cards { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.stock-card { position: relative; min-width: 0; min-height: 420px; padding: 22px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 14px 38px rgba(8, 38, 74, .07); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.stock-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--card-accent, var(--orange)); }
.stock-card:hover { transform: translateY(-5px); border-color: #c9d5e2; box-shadow: 0 22px 48px rgba(8, 38, 74, .13); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rank { color: #8a94a0; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.score { padding: 6px 8px; border-radius: 9px; color: #3e6b55; background: #eaf7ef; font-size: 9px; font-weight: 800; }
.score b { font-size: 13px; }
.score.mid { color: #8a6200; background: #fff4cf; }
.score.low { color: #a44a43; background: #ffebe8; }
.stock-title { margin-top: 18px; display: flex; align-items: flex-start; gap: 12px; }
.stock-title > div { min-width: 0; margin-right: auto; }
.stock-card h3 { margin: 0; overflow: hidden; color: var(--navy-950); font-size: 26px; line-height: 1.18; letter-spacing: -.05em; text-overflow: ellipsis; white-space: nowrap; }
.code { display: block; margin-top: 5px; color: #8b96a2; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.open-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: var(--navy-900); background: var(--navy-100); font-size: 16px; font-weight: 900; }
.card-price { margin-top: 21px; padding: 14px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 14px; background: #f1f5f8; }
.card-price small { color: #788697; font-size: 10px; font-weight: 800; }
.card-price b { color: var(--navy-900); font-size: 18px; letter-spacing: -.035em; }
.card-summary { margin: 18px 0 0; display: -webkit-box; overflow: hidden; color: #5f6d7d; font-size: 12px; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.card-bottom { margin-top: auto; padding-top: 18px; border-top: 1px solid #ebe6dc; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tags span { max-width: 100%; padding: 5px 7px; overflow: hidden; border-radius: 7px; color: #697382; background: #f1eee8; font-size: 9px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.card-bottom > strong { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; color: var(--orange-deep); font-size: 12px; }
.card-bottom > strong i { font-size: 16px; font-style: normal; }
.event-divider-card { grid-column: 1 / -1; min-height: 102px; padding: 22px 25px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border: 1px solid rgba(8, 38, 74, .12); border-radius: 22px; color: #fff; background: var(--navy-900); box-shadow: 0 16px 38px rgba(8, 38, 74, .12); }
.event-divider-card > span { padding: 7px 9px; border-radius: 8px; color: #ffd5af; background: rgba(244, 122, 32, .17); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.event-divider-card strong { font-size: 15px; line-height: 1.55; }
.event-divider-card a { color: #ffd5af; font-size: 11px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.empty { grid-column: 1 / -1; min-height: 180px; padding: 30px; display: grid; place-content: center; gap: 8px; text-align: center; border: 1px dashed #d9d3c8; border-radius: 22px; color: #7d8793; background: rgba(255, 255, 255, .55); }
.empty b { color: var(--navy-900); font-size: 16px; }
.empty span { font-size: 12px; }

.full-access { padding: 112px 18px 0; scroll-margin-top: 88px; }
.full-access-card { position: relative; width: min(100%, 1240px); min-height: 550px; margin: 0 auto; overflow: hidden; border-radius: 34px; color: #fff; background: var(--navy-900); box-shadow: 0 30px 80px rgba(8, 38, 74, .18); }
.full-access-art { position: absolute; inset: 0; }
.full-access-art img { width: 100%; height: 100%; object-fit: cover; }
.full-access-copy { position: relative; z-index: 2; width: 43%; min-height: 550px; margin-left: auto; padding: clamp(45px, 6vw, 73px); display: flex; flex-direction: column; justify-content: center; }
.full-access-copy > span { color: #ffbd83; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.full-access-copy h2 { margin: 16px 0 0; font-size: clamp(33px, 4vw, 49px); line-height: 1.16; letter-spacing: -.06em; }
.full-access-copy h2 em { color: #ffd39d; font-style: normal; }
.full-access-copy p { margin: 21px 0 0; color: #c8d7e7; font-size: 14px; line-height: 1.75; }
.full-access-copy p b { color: #fff; }
.full-access-tags { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 7px; }
.full-access-tags span { padding: 6px 9px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: #dce6ef; font-size: 9px; font-weight: 850; }
.kakao-button { min-height: 54px; margin-top: 27px; padding: 0 18px; display: flex; align-items: center; gap: 11px; border-radius: 16px; color: #191600; background: var(--yellow); box-shadow: 0 13px 28px rgba(0, 0, 0, .18); text-decoration: none; transition: transform .2s ease; }
.kakao-button:hover { transform: translateY(-2px); }
.kakao-button i { color: #3b1f1e; font-size: 13px; font-style: normal; }
.kakao-button b { margin-right: auto; font-size: 13px; }
.kakao-button em { font-size: 18px; font-style: normal; }

.footer { width: min(calc(100% - 36px), 1240px); margin: 48px auto 30px; padding: 24px; display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; align-items: center; gap: 28px; border-radius: 22px; color: #c8d3df; background: var(--navy-950); }
.footer-copy strong { color: #fff; font-size: 13px; letter-spacing: .08em; }
.footer-copy p { margin: 8px 0 0; font-size: 10px; line-height: 1.7; }
.rights-notice-image { width: 100%; max-height: 72px; object-fit: contain; object-position: right center; }

@media (max-width: 980px) {
  .hero-panel, .hero-copy { min-height: 480px; }
  .hero-copy { width: 56%; padding: 40px; }
  .hero h1 > em { font-size: clamp(38px, 5.6vw, 51px); }
  .overview-grid { gap: 10px; }
  .overview-grid article { padding: 20px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .full-access-copy { width: 46%; padding: 42px; }
}

@media (max-width: 680px) {
  .topbar { height: 60px; padding: 0 16px; gap: 10px; }
  .brand-logo img { width: 131px; max-height: 23px; }
  .top-event-label { padding: 6px 8px; font-size: 9px; }
  .updated { display: none; }
  .hero { padding: 14px 12px 26px; }
  .hero-panel { min-height: 0; display: flex; flex-direction: column; border-radius: 25px; }
  .hero-copy { order: 1; width: 100%; min-height: 0; padding: 28px 22px 22px; align-items: center; text-align: center; }
  .hero-art { position: relative; order: 2; height: 210px; }
  .hero-art img { object-position: 68% center; }
  .event-kicker { font-size: 9px; }
  .event-kicker:before { width: 22px; }
  .hero h1 { margin-top: 13px; }
  .hero h1 > span { font-size: 18px; }
  .hero h1 > em { margin-top: 5px; font-size: clamp(32px, 9.8vw, 41px); line-height: 1.1; }
  .hero-copy > p { margin-top: 14px; font-size: 13px; line-height: 1.6; }
  .desktop-break { display: none; }
  .hero-points { justify-content: center; margin-top: 14px; }
  .hero-points span { font-size: 9px; }
  .primary-cta { width: 100%; min-height: 46px; margin-top: 17px; justify-content: center; }
  .hero-ticket { right: 17px; bottom: 17px; width: 84px; height: 84px; border-width: 2px; }
  .hero-ticket strong { font-size: 34px; }
  .hero-ticket small { font-size: 7px; }
  .hero-ticket span { font-size: 9px; }
  .value-note { width: calc(100% - 24px); padding: 16px; align-items: flex-start; border-radius: 16px; }
  .value-note div { display: block; }
  .value-note b { font-size: 13px; white-space: normal; }
  .value-note p { margin-top: 4px; font-size: 11px; }
  .event-overview { width: calc(100% - 24px); margin-top: 68px; }
  .section-heading h2 { font-size: 30px; }
  .overview-grid { margin-top: 24px; grid-template-columns: 1fr; }
  .overview-grid article { min-height: 0; padding: 19px; border-radius: 18px; }
  .overview-grid strong { font-size: 16px; }
  .research-shell { width: calc(100% - 24px); margin-top: 78px; }
  .research-heading { align-items: flex-start; }
  .research-heading h2 { font-size: 36px; }
  .research-heading p { font-size: 12px; line-height: 1.6; }
  .result-count { margin-top: 21px; padding: 8px 10px; font-size: 10px; }
  .data-note { margin-top: 18px; padding: 12px; display: grid; font-size: 10px; }
  .filter-panel { padding: 0 13px 13px; border-radius: 17px; }
  .filter-panel summary small { display: none; }
  .filters { grid-template-columns: 1fr; }
  .filters input, .filters select { min-height: 43px; }
  .sector-chips { flex-wrap: nowrap; margin-right: -13px; padding-right: 13px; overflow-x: auto; scrollbar-width: none; }
  .sector-chips::-webkit-scrollbar { display: none; }
  .chip { flex: 0 0 auto; }
  .cards { grid-template-columns: 1fr; gap: 12px; }
  .stock-card { min-height: 392px; padding: 20px; border-radius: 20px; }
  .stock-card h3 { font-size: 24px; }
  .card-summary { font-size: 12px; -webkit-line-clamp: 5; }
  .event-divider-card { min-height: 0; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; border-radius: 19px; }
  .event-divider-card strong { font-size: 14px; }
  .full-access { padding: 78px 12px 0; }
  .full-access-card { min-height: 0; display: flex; flex-direction: column; border-radius: 25px; }
  .full-access-art { position: relative; height: 285px; order: 1; }
  .full-access-art img { object-position: 24% center; }
  .full-access-copy { order: 2; width: 100%; min-height: 0; padding: 30px 22px 25px; text-align: center; }
  .full-access-copy h2 { font-size: 34px; }
  .full-access-copy p { font-size: 12px; }
  .full-access-tags { justify-content: center; }
  .kakao-button { min-height: 52px; justify-content: flex-start; }
  .footer { width: calc(100% - 24px); margin: 25px auto 18px; padding: 18px; grid-template-columns: 1fr; gap: 15px; border-radius: 18px; }
  .footer-copy p { font-size: 9px; }
  .rights-notice-image { max-height: none; object-position: center; }
}

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

/* Readability and color pass v4 */
.top-event-label, .updated { font-size: 12px; }
.event-kicker { font-size: 12px; }
.hero-points span { font-size: 12px; }
.value-note p { font-size: 14px; }
.section-heading > span, .research-heading > div > span { font-size: 12px; }
.overview-grid p { font-size: 14px; }
.research-heading p { font-size: 15px; }
.result-count { font-size: 14px; }
.data-note { font-size: 13px; }
.filter-panel {
  background: linear-gradient(145deg, #fffdf8 0%, #f3f8fd 58%, #fff8ee 100%);
  box-shadow: 0 12px 30px rgba(8, 38, 74, .05);
}
.filter-panel summary span { font-size: 15px; }
.filter-panel summary small { font-size: 12px; }
.filters input, .filters select { font-size: 13px; }
.chip { min-height: 35px; font-size: 12px; }

.overview-grid article:nth-child(1) { background: linear-gradient(145deg, #fffdf8 0%, #eaf4ff 100%); border-color: #d5e4f2; }
.overview-grid article:nth-child(2) { background: linear-gradient(145deg, #fffdf8 0%, #fff0de 100%); border-color: #f0d5b8; }
.overview-grid article:nth-child(3) { background: linear-gradient(145deg, #fffdf8 0%, #edf7ee 100%); border-color: #d5e5d5; }
.overview-grid article:nth-child(1) i { color: #1763a3; background: #dceeff; }
.overview-grid article:nth-child(2) i { color: #c95208; background: #ffe3c5; }
.overview-grid article:nth-child(3) i { color: #39734c; background: #dcefdc; }

.stock-card {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 94% 3%, color-mix(in srgb, var(--card-accent) 24%, transparent) 0, transparent 42%),
    linear-gradient(150deg, color-mix(in srgb, var(--card-accent) 11%, #fff) 0%, #fffdf8 46%, color-mix(in srgb, var(--card-accent) 6%, #fff) 100%);
  border-color: color-mix(in srgb, var(--card-accent) 24%, #ded8ce);
}
.stock-card:hover { border-color: color-mix(in srgb, var(--card-accent) 52%, #bdc9d5); }
.rank { color: #697888; font-size: 11px; }
.score { font-size: 11px; }
.score b { font-size: 15px; }
.code { color: #6e7d8e; font-size: 12px; }
.card-price small { color: #5f7082; font-size: 12px; }
.card-summary { color: #526273; font-size: 14px; line-height: 1.72; }
.tags span { padding: 6px 8px; color: #586778; background: rgba(244, 241, 234, .9); font-size: 11px; }
.card-bottom > strong { font-size: 14px; }
.event-divider-card {
  background:
    radial-gradient(circle at 88% 20%, rgba(244, 122, 32, .3), transparent 26%),
    linear-gradient(125deg, #08264a 0%, #0d3b6c 66%, #7d350d 150%);
}
.event-divider-card > span { font-size: 11px; }
.event-divider-card strong { font-size: 17px; }
.event-divider-card a { font-size: 13px; }
.empty span { font-size: 13px; }

.full-access-art { right: 32%; }
.full-access-copy {
  width: 44%;
  padding-left: clamp(62px, 6vw, 84px);
  background: linear-gradient(90deg, rgba(8, 38, 74, 0) 0%, rgba(8, 38, 74, .94) 18%, #08264a 44%);
}
.full-access-copy > span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(255, 211, 157, .3);
  border-radius: 999px;
  color: #ffcf99;
  background: rgba(6, 26, 51, .72);
  font-size: 12px;
}
.full-access-copy p { color: #d8e3ed; font-size: 15px; }
.full-access-tags span { padding: 7px 10px; color: #edf4fa; background: rgba(255, 255, 255, .06); font-size: 11px; }
.kakao-button b { font-size: 14px; }

.footer {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px;
}
.footer-copy strong { font-size: 15px; }
.footer-copy p { max-width: 920px; font-size: 12px; line-height: 1.75; }
.rights-notice-image { width: 100%; max-height: none; object-position: center; }

@media (max-width: 980px) {
  .full-access-copy { width: 48%; padding-left: 55px; }
}

@media (max-width: 680px) {
  .top-event-label { font-size: 10px; }
  .event-kicker { font-size: 10px; }
  .hero-points span { font-size: 11px; }
  .value-note p { font-size: 12px; }
  .section-heading > span, .research-heading > div > span { font-size: 11px; }
  .overview-grid p { font-size: 13px; }
  .research-heading p { font-size: 13px; }
  .result-count { font-size: 11px; }
  .data-note { font-size: 11px; }
  .filter-panel summary span { font-size: 14px; }
  .filters input, .filters select { font-size: 13px; }
  .chip { font-size: 11px; }
  .rank, .score { font-size: 11px; }
  .code, .card-price small { font-size: 12px; }
  .card-summary { font-size: 14px; }
  .tags span { font-size: 11px; }
  .card-bottom > strong { font-size: 14px; }
  .event-divider-card > span { font-size: 10px; }
  .event-divider-card strong { font-size: 16px; }
  .event-divider-card a { font-size: 12px; }
  .full-access-art { right: auto; width: 100%; }
  .full-access-copy { width: 100%; padding-left: 22px; background: var(--navy-900); }
  .full-access-copy > span { margin: 0 auto; font-size: 11px; }
  .full-access-copy p { font-size: 13px; }
  .full-access-tags span { font-size: 11px; }
  .kakao-button b { font-size: 13px; }
  .footer { padding: 20px; }
  .footer-copy strong { font-size: 14px; }
  .footer-copy p { font-size: 11px; }
  .rights-notice-image { max-height: none; }
}
