/* Wasabi Times public UI — intentionally isolated from legacy site generations. */
body.wt {
  --wt-ink: #111111;
  --wt-sub: #6B7280;
  --wt-line: #E5E7EB;
  --wt-alert: #D92D20;
  --wt-brand: #1F7A4D;
  margin: 0;
  color: var(--wt-ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.wt *, body.wt *::before, body.wt *::after { box-sizing: border-box; }
body.wt img { display: block; max-width: 100%; height: auto; }
body.wt a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
body.wt button, body.wt input, body.wt select { font: inherit; }
body.wt button, body.wt a, body.wt input, body.wt select, body.wt summary { min-height: 44px; }
body.wt :focus-visible { outline: 2px solid var(--wt-brand); outline-offset: 2px; }
body.wt [hidden] { display: none !important; }
body.wt .container { width: min(100% - 40px, 1080px); margin-inline: auto; }
body.wt .sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.wt-utility-bar { border-bottom: 1px solid var(--wt-line); color: var(--wt-sub); font-size: 13px; }
.wt-utility-bar__inner { display: flex; min-height: 40px; align-items: center; justify-content: space-between; gap: 16px; }
.wt-utility-bar a { display: inline-flex; align-items: center; text-decoration: none; }

.wt-masthead { border-bottom: 1px solid var(--wt-line); }
.wt-masthead__inner { padding-block: 28px 24px; }
.wt-masthead__brand-line { display: block; width: 48px; height: 3px; margin-bottom: 12px; background: var(--wt-brand); }
.wt-masthead__brand { display: flex; margin: 0; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.wt-masthead__brand > span { font-size: clamp(25px, 4vw, 38px); font-weight: 800; letter-spacing: -.04em; }
.wt-masthead__brand strong { color: var(--wt-sub); font-size: 12px; letter-spacing: .14em; }
.wt-masthead__brand small { flex-basis: 100%; color: var(--wt-sub); font-size: 14px; }

.wt-gnb { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--wt-line); background: canvas; }
.wt-gnb__inner { display: flex; min-height: 58px; align-items: center; gap: 20px; }
.wt-gnb__scroller { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: space-between; gap: 20px; }
.wt-gnb__links { display: flex; min-width: 0; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.wt-gnb__links a { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; padding: 0 11px; font-size: 14px; font-weight: 700; text-decoration: none; }
.wt-gnb__links a[aria-current="page"] { color: var(--wt-brand); border-bottom-color: var(--wt-brand); }
.wt-audience-control { flex: 0 0 auto; }
.wt-audience-toggle { display: grid; grid-template-columns: repeat(3, minmax(52px, 1fr)); border: 1px solid var(--wt-line); border-radius: 4px; }
.wt-audience-toggle button { min-height: 44px; padding: 0 10px; border: 0; border-right: 1px solid var(--wt-line); background: transparent; color: var(--wt-sub); cursor: pointer; font-size: 12px; }
.wt-audience-toggle button:last-child { border-right: 0; }
.wt-audience-toggle button[aria-pressed="true"] { color: var(--wt-ink); font-weight: 800; border-bottom: 2px solid var(--wt-brand); }
.wt-audience-status { margin: 5px 0 0; color: var(--wt-sub); font-size: 11px; text-align: right; }
.wt-business-empty { margin-top: 32px; padding-block: 24px; border-block: 1px solid var(--wt-line); }
.wt-business-empty h2 { margin: 0; font-size: 21px; }
.wt-business-empty p { color: var(--wt-sub); }
.wt-business-empty > div { display: flex; gap: 12px; flex-wrap: wrap; }
.wt-business-empty button, .wt-business-empty a { display: inline-flex; min-height: 44px; padding: 0 12px; align-items: center; border: 1px solid var(--wt-line); border-radius: 4px; background: transparent; color: var(--wt-ink); cursor: pointer; }

.site-breadcrumb { width: min(100% - 40px, 1080px); margin: 14px auto 0; color: var(--wt-sub); font-size: 12px; }
.site-breadcrumb ol { margin: 0; padding: 0; list-style: none; }
.site-breadcrumb a { display: inline-flex; align-items: center; }
body.wt main { display: block; padding-bottom: 80px; }
.wt-footer-links { border-block: 1px solid var(--wt-line); }
.wt-footer-links > div { display: flex; min-height: 64px; align-items: center; justify-content: flex-end; gap: 24px; }
.wt-footer-links a { display: inline-flex; align-items: center; color: var(--wt-brand); font-weight: 700; }
.section-heading { display: flex; margin-bottom: 18px; align-items: end; justify-content: space-between; gap: 16px; }
.section-heading h2, .section-heading h1 { margin: 0; font-size: clamp(20px, 3vw, 27px); line-height: 1.3; letter-spacing: -.03em; }
.eyebrow { margin: 0 0 6px; color: var(--wt-brand); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.wt-deadline-strip { margin-top: 24px; border: 1px solid var(--wt-alert); border-radius: 4px; }
.wt-deadline-strip__heading { display: flex; min-height: 52px; padding: 0 16px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--wt-alert); }
.wt-deadline-strip__heading h2 { margin: 0; color: var(--wt-alert); font-size: 16px; }
.wt-deadline-strip__heading a { display: inline-flex; min-height: 44px; align-items: center; color: var(--wt-alert); font-size: 13px; font-weight: 700; }
.wt-deadline-strip ol { margin: 0; padding: 0; list-style: none; }
.wt-deadline-strip__item { display: grid; min-height: 52px; padding: 8px 16px; grid-template-columns: 58px 150px minmax(0, 1fr) 72px; align-items: center; gap: 12px; border-bottom: 1px solid var(--wt-line); }
.wt-deadline-strip__item:last-child { border-bottom: 0; }
.wt-deadline-strip__item strong { color: var(--wt-alert); font-size: 13px; }
.wt-deadline-strip__item time, .wt-deadline-strip__item span { font-size: 13px; }
.wt-deadline-strip__item a { display: inline-flex; min-height: 44px; align-items: center; justify-content: flex-end; color: var(--wt-alert); font-size: 13px; font-weight: 700; }

.wt-editorial-board { padding-top: 40px; }
.wt-editorial-board__heading { max-width: 720px; margin-bottom: 34px; }
.wt-editorial-board__heading h1 { margin: 0; font-size: clamp(34px, 7vw, 68px); line-height: 1.02; letter-spacing: -.06em; }
.wt-editorial-board__heading > p:last-child { margin: 14px 0 0; color: var(--wt-sub); }
.wt-featured-story { padding: 26px 0 34px; border-bottom: 1px solid var(--wt-line); }
.wt-compact-desk, .wt-newsroom-secondary, .wt-residual-feed, .story-feed-section { padding-block: 34px; border-bottom: 1px solid var(--wt-line); }
.wt-compact-desk__toggle { display: inline-flex; min-width: 52px; min-height: 44px; padding: 0 8px; align-items: center; justify-content: center; border: 1px solid var(--wt-line); border-radius: 4px; background: transparent; color: var(--wt-sub); cursor: pointer; font-size: 12px; }
.wt-compact-desk__list, .story-feed-grid, .wt-all__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 0 24px; }

.wt-card { position: relative; display: grid; align-items: start; border-top: 1px solid var(--wt-line); }
.wt-card__media { aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--wt-line); }
.wt-card__media img, .wt-card__media picture { width: 100%; height: 100%; object-fit: cover; }
.wt-card__body { padding: 16px 0 20px; }
.wt-card__meta { display: flex; min-height: 24px; flex-wrap: wrap; gap: 6px; align-items: center; }
.wt-chip { display: inline-flex; min-height: 22px; padding: 2px 6px; align-items: center; border: 1px solid var(--wt-line); border-radius: 4px; color: var(--wt-sub); font-size: 12px; line-height: 1.2; }
.wt-chip--category { padding-left: 8px; border-width: 0 0 0 3px; border-radius: 0; }
.wt-chip--soon { border-color: var(--wt-sub); }
.wt-card__title { margin: 11px 0 0; font-size: 19px; line-height: 1.45; letter-spacing: -.025em; }
.wt-card__title a { display: inline; text-decoration: none; }
.wt-card__title a::after { position: absolute; inset: 0; content: ""; }
.wt-card__summary { margin: 8px 0 0; color: var(--wt-sub); font-size: 14px; line-height: 1.65; }
.wt-card__note { display: block; margin-top: 8px; color: var(--wt-sub); font-size: 12px; }
.wt-card__foot { margin: 13px 0 0; color: var(--wt-sub); font-size: 12px; }
.wt-featured-story .wt-card { grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr); gap: 28px; border-top: 0; }
.wt-featured-story .wt-card__body { padding-top: 0; }
.wt-featured-story .wt-card__title { font-size: clamp(24px, 4vw, 36px); line-height: 1.28; }

.story-hub-hero { padding-block: 48px 24px; border-bottom: 1px solid var(--wt-line); }
.story-hub-hero h1 { margin: 0; font-size: clamp(32px, 6vw, 54px); line-height: 1.1; letter-spacing: -.05em; }
.story-hub-hero p { max-width: 720px; margin: 14px 0 0; color: var(--wt-sub); }
.wt-topic-links { display: flex; padding-block: 18px; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--wt-line); }
.wt-topic-links a { display: inline-flex; min-height: 44px; padding: 0 10px; align-items: center; border: 1px solid var(--wt-line); border-radius: 4px; color: var(--wt-sub); font-size: 13px; text-decoration: none; }
.wt-feed-more { margin: 24px 0 0; text-align: right; }
.wt-feed-more a { display: inline-flex; align-items: center; font-weight: 700; }

.wt-all__filters { display: grid; margin: 28px 0 0; padding: 18px; grid-template-columns: 1.4fr 2fr 1.4fr .8fr; gap: 18px; border: 1px solid var(--wt-line); border-radius: 4px; }
.wt-all__filters fieldset { margin: 0; padding: 0; border: 0; }
.wt-all__filters legend, .wt-all__filters > label { font-size: 13px; font-weight: 800; }
.wt-all__filters fieldset > div { display: flex; margin-top: 8px; flex-wrap: wrap; gap: 8px 14px; }
.wt-all__filters fieldset label { font-size: 13px; font-weight: 400; }
.wt-all__search input, .wt-all__filters select { width: 100%; min-height: 44px; margin-top: 7px; padding: 8px 10px; border: 1px solid var(--wt-line); border-radius: 4px; color: var(--wt-ink); background: transparent; }
.wt-all__status { margin: 18px 0; color: var(--wt-sub); font-size: 14px; }
.wt-all__empty { padding: 40px 0; text-align: center; }
.wt-all__empty button { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--wt-brand); cursor: pointer; font-weight: 700; }

.wt-deadlines__group { padding-block: 28px; border-bottom: 1px solid var(--wt-line); }
.wt-deadlines__group h2 { margin: 0 0 14px; font-size: 21px; }
.wt-deadlines__group ol, .wt-deadlines__later ul { margin: 0; padding: 0; list-style: none; }
.wt-deadlines__group li { display: grid; min-height: 54px; padding: 8px 0; grid-template-columns: 64px 150px minmax(0, 1fr) 90px; align-items: center; gap: 12px; border-top: 1px solid var(--wt-line); }
.wt-deadlines__group li strong, .wt-deadlines__group li span, .wt-deadlines__group li time { font-size: 13px; }
.wt-deadlines__group li span { color: var(--wt-sub); text-align: right; }
.wt-deadlines__group li a { display: inline-flex; align-items: center; font-weight: 700; }
.wt-deadlines__later { margin-top: 26px; border: 1px solid var(--wt-line); border-radius: 4px; }
.wt-deadlines__later summary { display: flex; min-height: 44px; padding: 12px 16px; align-items: center; cursor: pointer; font-weight: 700; }
.wt-deadlines__later ul { padding: 0 16px 12px; }
.wt-deadlines__later li { display: flex; min-height: 48px; align-items: center; gap: 16px; border-top: 1px solid var(--wt-line); }
.wt-deadlines__later time { flex: 0 0 150px; color: var(--wt-sub); font-size: 13px; }

.story-article { max-width: 760px; padding-top: 48px; }
.story-article-hero { padding-bottom: 30px; border-bottom: 1px solid var(--wt-line); }
.story-article-context { display: flex; margin: 0 0 14px; gap: 8px; color: var(--wt-sub); font-size: 12px; }
.story-article-context span:not(:first-child) { display: none; }
.story-article h1 { margin: 0; font-size: clamp(32px, 6vw, 52px); line-height: 1.2; letter-spacing: -.05em; }
.story-article-subtitle { margin: 14px 0 0; color: var(--wt-sub); font-size: 18px; }
.story-meta-line { margin: 20px 0 0; color: var(--wt-ink); font-size: 13px; }
.story-meta-detail { margin: 3px 0 0; color: var(--wt-sub); font-size: 12px; }
.story-article-hero > p:last-child { margin: 22px 0 0; font-size: 18px; line-height: 1.7; }
.story-deadline-ended { padding: 10px 12px; border: 1px solid var(--wt-line); color: var(--wt-sub); font-size: 13px; }
.story-article section, .story-article aside { margin-top: 32px; }
.story-article h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.35; }
.story-article h3 { margin: 28px 0 10px; font-size: 19px; }
.story-article p, .story-article li { line-height: 1.75; }
.story-article a { overflow-wrap: anywhere; }
.story-article .section-heading { display: block; margin-bottom: 18px; }
.story-article .section-heading > p { margin: 0 0 6px; color: var(--wt-brand); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.story-article .section-heading h2 { margin: 0; }
.faq-list { border-top: 1px solid var(--wt-line); }
.faq-item { border-bottom: 1px solid var(--wt-line); }
.faq-item summary { display: flex; min-height: 52px; align-items: center; cursor: pointer; font-weight: 700; }
.faq-item p { margin: 0; padding: 0 0 18px; color: var(--wt-sub); }
.story-brief-card, .story-risk-card, .story-disclaimer-card, .story-experience-card, .story-source-card, .story-update-history, .wt-programming-panel { padding: 20px 0; border-block: 1px solid var(--wt-line); }
.story-brief-card ul { margin: 0; padding-left: 20px; }
.wt-programming-panel__header h2 { font-size: 20px; }
.wt-programming-panel__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wt-programming-panel__rail > div { padding: 14px 0; border-top: 1px solid var(--wt-line); }
.wt-programming-panel__rail span, .wt-programming-panel__rail small { display: block; color: var(--wt-sub); font-size: 12px; }
.wt-programming-panel__rail strong, .wt-programming-panel__rail b { display: block; margin-top: 4px; }
.wt-programming-panel__business-link { display: inline-flex; margin-top: 14px; align-items: center; color: var(--wt-brand); font-weight: 700; }
.story-source-group, .story-source-details { margin: 0; padding: 0; list-style: none; }
.story-source-entry { padding: 12px 0; border-top: 1px solid var(--wt-line); }
.story-source-entry p { margin: 0; font-size: 14px; }
.story-source-entry a { display: inline-flex; align-items: center; color: var(--wt-brand); font-weight: 700; }
.story-article-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.story-article-related-card { display: flex; min-height: 160px; padding: 16px; flex-direction: column; border: 1px solid var(--wt-line); border-radius: 4px; text-decoration: none; }
.story-article-related-card span, .story-article-related-card em { color: var(--wt-sub); font-size: 12px; font-style: normal; }
.story-article-related-card strong { margin: 8px 0; }
.story-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.story-related-card { display: flex; min-height: 164px; padding: 16px; flex-direction: column; border: 1px solid var(--wt-line); border-radius: 4px; text-decoration: none; }
.story-related-copy { display: flex; flex: 1; flex-direction: column; }
.story-related-kicker, .wasabi-internal-journey-reason { color: var(--wt-sub); font-size: 12px; font-style: normal; }
.story-related-copy strong { margin: 8px 0; }

body.wt [data-site-share-button] { display: inline-flex; min-height: 44px; padding: 0 12px; align-items: center; border: 1px solid var(--wt-line); border-radius: 4px; background: transparent; color: var(--wt-sub); cursor: pointer; }

body.wt .global-footer.wasabi-global-footer { margin: 0; padding: 0; border: 0; border-top: 1px solid var(--wt-ink); background: canvas; color: var(--wt-ink); }
body.wt .wasabi-global-footer__inner { width: min(100% - 40px, 1080px); margin-inline: auto; padding-block: 44px; display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "brand notices" "menu menu"; gap: 32px 56px; }
body.wt .wasabi-global-footer__brand { grid-area: brand; }
body.wt .wasabi-global-footer__notices { grid-area: notices; }
body.wt .wasabi-global-footer__brand, body.wt .wasabi-global-footer__notices, body.wt .wasabi-global-footer__menu-column, body.wt .wasabi-global-footer__links { display: grid; align-content: start; gap: 8px; }
body.wt .wasabi-global-footer__brand > strong { font-size: 18px; letter-spacing: .08em; }
body.wt .wasabi-global-footer__brand p, body.wt .wasabi-global-footer__notices p { margin: 0; color: var(--wt-sub); font-size: 13px; }
body.wt .wasabi-global-footer__tagline { color: var(--wt-ink) !important; font-size: 16px !important; font-weight: 800; }
body.wt .wasabi-global-footer__menu { grid-area: menu; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
body.wt .wasabi-global-footer__menu-title { margin: 0; padding-bottom: 10px; border-bottom: 1px solid var(--wt-line); font-size: 12px; letter-spacing: .06em; }
body.wt .wasabi-global-footer__menu-toggle { display: flex; width: 100%; min-height: 0; padding: 0; align-items: center; border: 0; border-radius: 0; background: transparent; color: var(--wt-ink); font: inherit; font-weight: 800; pointer-events: none; }
body.wt .wasabi-global-footer__links a { display: inline-flex; min-height: 44px; align-items: center; color: var(--wt-sub); font-size: 13px; font-weight: 700; text-decoration: none; }
body.wt .wasabi-global-footer__links a:hover { color: var(--wt-brand); text-decoration: underline; }

@media (max-width: 800px) {
  .wt-gnb__inner { align-items: stretch; flex-direction: column; gap: 0; padding-block: 4px 10px; }
  .wt-gnb__brand { display: none; }
  .wt-gnb__scroller { align-items: stretch; flex-direction: column; gap: 8px; }
  .wt-audience-control { align-self: flex-end; }
  .wt-compact-desk__list, .story-feed-grid, .wt-all__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wt-all__filters { grid-template-columns: 1fr 1fr; }
  body.wt .wasabi-global-footer__menu { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body.wt { font-size: 15px; }
  body.wt .container, .site-breadcrumb { width: calc(100% - 32px); }
  .wt-utility-bar__inner { min-height: 44px; }
  .wt-masthead__inner { padding-block: 20px; }
  .wt-masthead__brand > span { font-size: 28px; }
  .wt-gnb { position: static; }
  .wt-gnb__links a { padding-inline: 9px; font-size: 13px; }
  .wt-audience-control { width: 100%; }
  .wt-audience-toggle { width: 100%; }
  .wt-audience-toggle button { min-height: 44px; }
  .wt-deadline-strip__heading { align-items: flex-start; flex-direction: column; gap: 0; padding-block: 10px; }
  .wt-deadline-strip__item { grid-template-columns: 52px minmax(0, 1fr); gap: 2px 10px; }
  .wt-deadline-strip__item span { grid-column: 1 / -1; }
  .wt-deadline-strip__item a { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .wt-featured-story .wt-card { grid-template-columns: 1fr; gap: 16px; }
  .wt-compact-desk__list, .story-feed-grid, .wt-all__grid { grid-template-columns: 1fr; }
  .wt-card__title { font-size: 17px; line-height: 1.4; }
  .wt-card__summary { font-size: 14px; line-height: 1.6; }
  .wt-chip { font-size: 11px; }
  .wt-all__filters { grid-template-columns: 1fr; padding: 14px; }
  .wt-deadlines__group li { grid-template-columns: 52px minmax(0, 1fr); }
  .wt-deadlines__group li a { grid-column: 1 / -1; }
  .wt-deadlines__group li span { text-align: left; }
  .wt-programming-panel__rail, .story-article-related-grid { grid-template-columns: 1fr; }
  .story-related-grid { grid-template-columns: 1fr; }
  .wt-footer-links > div { align-items: stretch; flex-direction: column; justify-content: center; gap: 0; padding-block: 8px; }
  body.wt .wasabi-global-footer__inner { width: calc(100% - 32px); padding-block: 28px; grid-template-columns: 1fr; grid-template-areas: "brand" "menu" "notices"; gap: 24px; }
  body.wt .wasabi-global-footer__menu { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--wt-line); }
  body.wt .wasabi-global-footer__menu-column { display: block; border-bottom: 1px solid var(--wt-line); }
  body.wt .wasabi-global-footer__menu-title { padding: 0; border: 0; }
  body.wt .wasabi-global-footer__menu-toggle { min-height: 44px; pointer-events: auto; }
  body.wt .wasabi-global-footer__menu-toggle { min-height: 52px; justify-content: space-between; cursor: pointer; pointer-events: auto; }
  body.wt .wasabi-global-footer__menu-toggle::after { width: 8px; height: 8px; margin-right: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: rotate(45deg); }
  body.wt .wasabi-global-footer__menu-toggle[aria-expanded="true"]::after { transform: rotate(225deg); }
  body.wt .wasabi-global-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; padding-bottom: 10px; }
  body.wt .global-footer.is-disclosure-ready .wasabi-global-footer__links[hidden] { display: none !important; }
  body.wt .wasabi-global-footer__links a { min-height: 44px; }
}

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