:root {
  --ink: #172c4d;
  --muted: #66718a;
  --paper: #fbfaf7;
  --line: #dce1e8;
  --coral: #f26558;
  --lemon: #f7c74d;
  --mint: #9adccc;
  --lavender: #b9b9ec;
  --blue: #5f87d2;
  --sans: "DM Sans", "Noto Sans KR", sans-serif;
  --korean: "Noto Sans KR", "DM Sans", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--korean); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .26; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; clip: rect(0,0,0,0); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; }
.is-hidden { display: none !important; }

.site-header { width: min(1240px, calc(100% - 48px)); height: 90px; margin: auto; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 10px; font: 700 23px/1 var(--sans); letter-spacing: -1.1px; }
.brand-mark { position: relative; width: 28px; height: 28px; border: 2.5px solid var(--ink); border-radius: 50%; display: inline-block; }
.brand-mark::before { content:""; position: absolute; width: 7px; height: 7px; background: var(--coral); border-radius: 50%; top: 7px; left: 7px; }
.brand-mark i { position: absolute; width: 7px; height: 2px; background: var(--ink); top: 12px; }
.brand-mark i:first-child { left: -7px; }.brand-mark i:last-child { right: -7px; }
nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 600; }
nav a, .text-button { color: #516078; border: 0; background: transparent; transition: color .2s; }
nav a:hover, .text-button:hover { color: var(--coral); }
.text-button span { color: var(--coral); margin-left: 2px; }

.home-screen { padding-bottom: 94px; }
.hero { width: min(900px, calc(100% - 48px)); margin: 89px auto 0; text-align: center; }
.eyebrow { display: flex; align-items: center; gap: 7px; margin: 0; color: #748198; font: 500 10px/1.2 var(--mono); letter-spacing: .08em; }
.hero .eyebrow { justify-content: center; color: #64728b; }
.eyebrow span { width: 14px; height: 1px; background: currentColor; display: inline-block; }
.hero h1 { margin: 19px 0 12px; font-size: clamp(40px, 5.3vw, 67px); line-height: 1.18; letter-spacing: -4px; font-weight: 800; }
h1 em, h2 em { color: var(--coral); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: -3px; right: -1px; bottom: 0px; height: 7px; z-index: -1; opacity: .45; background: var(--lemon); transform: rotate(-1deg); }
.hero-lede { margin: 0; color: #5a667e; font-size: 17px; line-height: 1.72; letter-spacing: -.4px; }
.url-form { min-height: 65px; margin: 36px auto 0; padding: 7px 7px 7px 23px; border: 1px solid #d3d9e1; border-radius: 12px; background: #fff; display: flex; align-items: center; box-shadow: 0 10px 20px rgba(39, 59, 93, .05); transition: border-color .2s, box-shadow .2s; }
.url-form:focus-within { border-color: #91a9cb; box-shadow: 0 12px 25px rgba(39,59,93,.1); }
.url-icon { font: 600 23px/1 var(--sans); color: var(--coral); transform: rotate(-20deg); }
.url-form input { min-width: 0; flex: 1; height: 48px; margin: 0 18px 0 13px; color: var(--ink); border: 0; outline: 0; font-size: 14px; letter-spacing: -.3px; }
.url-form input::placeholder { color: #a3acbb; }
.url-form button { flex: 0 0 auto; height: 50px; padding: 0 22px; color: #fff; border: 0; border-radius: 8px; background: var(--ink); font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.url-form button:hover { background: #25466f; transform: translateY(-1px); }.url-form button span { margin-left: 11px; color: var(--lemon); font-size: 18px; }
.form-message { min-height: 18px; margin: 8px 0 -4px; color: #cc554d; font-size: 12px; }
.sample-note { margin: 14px 0 0; color: #8a95a6; font-size: 11px; }

.issue-section { width: min(1240px, calc(100% - 48px)); margin: 143px auto 0; }
.section-heading, .comparison-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 27px; }
.section-heading h2, .comparison-heading h2 { margin: 9px 0 0; letter-spacing: -1.5px; font-size: 27px; line-height: 1.35; }
.section-heading > p, .comparison-heading > p { margin: 0 1px 3px 0; color: #6e7a8e; text-align: right; font-size: 12px; line-height: 1.7; }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.issue-card { min-height: 276px; padding: 23px 25px 20px; display: flex; flex-direction: column; border-radius: 10px; transition: transform .22s, box-shadow .22s; }
.issue-card:hover { transform: translateY(-5px) rotate(-.25deg); box-shadow: 0 16px 29px rgba(27,45,76,.11); }
.issue-card.coral { background: #f8d5cf; }.issue-card.blue { background: #d7e4f3; }.issue-card.yellow { background: #fae9a9; }
.card-top { display: flex; justify-content: space-between; align-items: center; }.topic { padding: 4px 9px; border: 1px solid rgba(23,44,77,.4); border-radius: 20px; font-size: 10px; font-weight: 600; }.card-arrow { font: 21px/1 var(--sans); }
.issue-card h3 { margin: 23px 0 9px; font-size: 24px; line-height: 1.36; letter-spacing: -1.4px; }.issue-card p { margin: 0; color: #43536e; font-size: 12px; line-height: 1.65; letter-spacing: -.45px; }
.source-row { display: flex; align-items: center; gap: 7px; margin-top: auto; color: #4c5a71; font: 500 10px var(--mono); }.source-row i { width: 2px; height: 2px; border-radius: 50%; background: currentColor; }
.issue-card button { margin-top: 13px; padding: 0; color: var(--ink); border: 0; background: transparent; text-align: left; font-size: 12px; font-weight: 700; }.issue-card button span { margin-left: 7px; color: var(--coral); font-size: 16px; }

.how-section { width: min(1240px, calc(100% - 48px)); margin: 122px auto 0; padding: 34px 0 5px; border-top: 1px solid var(--line); }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 25px; }.steps div { position: relative; }.steps div:not(:last-child)::after { content:""; position:absolute; width: calc(100% - 80px); height: 1px; background: #cbd2dc; top: 13px; left: 80px; }.steps b { color: var(--coral); font: 500 12px var(--mono); }.steps h3 { margin: 13px 0 6px; font-size: 15px; }.steps p { margin: 0; color: #748198; font-size: 12px; }

.dashboard { width: min(1240px, calc(100% - 48px)); margin: auto; padding: 35px 0 88px; animation: reveal .42s ease both; }.dashboard-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }.back-button { padding: 0; border: 0; color: #4c5b73; background: transparent; font-size: 12px; font-weight: 700; }.back-button span { margin-right: 7px; color: var(--coral); font-size: 16px; }.dashboard-bar p { margin:0; color: #718097; font-size: 11px; }.dashboard-bar b { margin-left: 6px; font-weight: 500; color: #8b96a8; }.status-dot { width: 6px; height: 6px; display: inline-block; margin-right: 6px; background: #56b99b; border-radius: 50%; box-shadow: 0 0 0 3px #dff3ec; }
.summary-grid { display: grid; grid-template-columns: 1fr 1.07fr; min-height: 269px; border: 1px solid var(--line); border-radius: 13px 13px 0 0; overflow: hidden; background: rgba(255,255,255,.64); }.article-summary { padding: 37px 42px; border-right: 1px solid var(--line); }.meta-row { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #6b7890; font: 500 11px var(--mono); }.meta-row i { width: 3px; height: 3px; border-radius: 50%; background: #aab3c0; }.article-summary h1 { max-width: 520px; margin: 14px 0 0; font-size: 25px; line-height: 1.47; letter-spacing: -1.35px; }.summary-stat-row { display: flex; gap: 35px; margin-top: 29px; }.summary-stat-row div { display: flex; align-items: baseline; gap: 5px; }.summary-stat-row strong { color: var(--coral); font: 500 21px var(--mono); }.summary-stat-row span { color: #758197; font-size: 10px; }
.radar-panel { padding: 31px 35px 22px 40px; display: flex; justify-content: space-between; overflow: hidden; background: #f3f0e8; }.radar-copy h2 { margin: 13px 0 11px; font-size: 22px; line-height: 1.42; letter-spacing: -1.2px; }.radar-copy h2 em { color: #ee776d; }.radar-copy h2 em::after { content:""; position:absolute; z-index:-1; left:-2px; right:-2px; bottom:1px; height:5px; background: #f7d67e; }.radar-copy > p:last-child { margin: 0; color: #748095; font-size: 11px; line-height: 1.7; }.radar-wrap { width: 258px; flex: 0 0 258px; margin: -7px -14px -13px 3px; }.radar-wrap svg { width: 100%; height: 100%; overflow: visible; }
.insight-strip { min-height: 70px; padding: 14px 24px 14px 28px; display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 10px; background: var(--ink); color: #eef2fa; }.spark { width: 23px; height: 23px; display: grid; place-items: center; background: var(--lemon); color: var(--ink); border-radius: 50%; font-size: 13px; }.insight-strip p { margin:0; color: #d4dce9; font-size: 12px; letter-spacing: -.3px; }.insight-strip p b { margin-right: 14px; color: var(--lemon); font-size: 11px; }.insight-strip p strong { color: #fff; }.meter-label { color: #b5c0d2; font: 10px var(--mono); white-space: nowrap; }.meter-label b { margin-left: 6px; color:#fff; }
.analysis-columns { display: grid; grid-template-columns: 1.25fr .83fr; gap: 18px; margin-top: 18px; }.panel { border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.73); }.article-viewer { padding: 29px 33px 25px; }.panel-heading { display: flex; justify-content: space-between; align-items: flex-start; }.panel-heading h2 { margin: 9px 0 0; font-size: 22px; line-height: 1.3; letter-spacing: -1.1px; }.legend-toggle { padding: 7px 10px; border: 1px solid #dbe1e8; border-radius: 5px; background: #fff; color: #67748a; font-size: 10px; }.legend-toggle span { margin-left: 5px; color: var(--coral); font-size: 14px; }.legend { display: flex; flex-wrap: wrap; gap: 11px; margin: 19px 0 19px; padding: 10px 12px; border-radius: 5px; background: #f7f8fa; color: #758198; font-size: 10px; }.legend span { display:flex; align-items:center; gap:5px; }.legend i { width:7px; height:7px; border-radius:50%; }.legend .red { background: #f17368; }.legend .yellow-dot { background:#efc855; }.legend .blue-dot { background:#6d97da; }.legend .green-dot { background:#61b697; }
.article-body { color: #374660; font-size: 14px; line-height: 2.15; letter-spacing: -.34px; }.article-body p { margin: 0 0 17px; }.article-body p:last-child { margin-bottom: 0; }mark { color: inherit; padding: 1px 2px 2px; cursor: pointer; border-radius: 2px; transition: filter .2s; }mark:hover { filter: brightness(.95); }.frame-red { background: #f8c6c1; box-shadow: inset 0 -2px 0 #ef8d84; }.frame-yellow { background: #f9e8a9; box-shadow: inset 0 -2px 0 #e6c461; }.frame-blue { background: #cddff6; box-shadow: inset 0 -2px 0 #82a7de; }.jargon { cursor: help; border-bottom: 2px dotted; }.jargon.green { border-color: #63ad94; }.jargon.purple { border-color: #9692d7; }.viewer-note { margin: 21px 0 0; padding-top: 15px; border-top: 1px solid #e6e9ed; color: #8a95a6; font-size: 10px; }
.fact-report { padding: 29px 28px 25px; background: #e9eeed; border-color: #d7e0df; }.report-badge { padding: 5px 8px; border: 1px solid #9dcbbb; border-radius: 20px; color:#477f6d; font: 500 9px var(--mono); }.report-paper { margin-top: 20px; padding: 19px 20px 18px; border: 1px solid #d8e1dc; border-radius: 5px; background: #fdfdfb; box-shadow: 3px 3px 0 #dbe3dd; }.report-paper p { margin: 0 0 11px; color:#485768; font-size: 12px; line-height: 1.85; letter-spacing:-.35px; }.report-paper p:last-child { margin-bottom: 0; }.fact-list { margin-top: 23px; }.fact-list h3 { margin: 0 0 11px; font-size: 13px; letter-spacing: -.5px; }.fact-list ul { padding: 0; margin: 0; list-style: none; }.fact-list li { display: flex; gap: 9px; margin-top: 9px; }.fact-list li span { padding-top: 3px; color: #57a48b; font: 500 9px var(--mono); }.fact-list li p { margin:0; color:#556578; font-size:11px; line-height: 1.6; }.fact-list li b { color:var(--ink); }.download-button { width:100%; height: 35px; margin-top: 22px; border: 1px solid var(--ink); border-radius: 5px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; transition: background .2s,color .2s; }.download-button:hover { color:#fff; background:var(--ink); }.download-button span { margin-left: 9px; color:var(--coral); }
.comparison-section { margin-top: 74px; }.comparison-heading { margin-bottom: 25px; }.comparison-heading h2 { font-size: 24px; }.comparison-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.compare-card { min-height: 236px; padding: 20px 19px 17px; position:relative; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:9px; background:rgba(255,255,255,.7); }.compare-card:hover { border-color:#bdc8d5; }.compare-source { display:flex; align-items:center; }.source-logo { display:grid; place-items:center; width: 27px; height:27px; border-radius:50%; color:var(--ink); font-size:12px; font-weight:800; }.source-a { background:#f2cc6e; }.source-b { background:#bcc9ec; }.source-c { background:#dba5a0; }.compare-source p { margin:0 0 0 7px; color:#4e5c73; font-size:10px; line-height:1.25; font-weight:700; }.compare-source small { color:#9aa3b1; font: 9px var(--mono); }.outlink { margin-left:auto; color:var(--coral); font-size:15px; }.compare-card h3 { margin:18px 0 11px; min-height:43px; font-size:14px; line-height:1.5; letter-spacing:-.6px; }.frame-tag { align-self:flex-start; padding:4px 7px; border-radius:3px; font-size:9px; font-weight:700; }.mint { background:#d2eee4; color:#3a806a; }.lavender { background:#e3e2f6; color:#5a579d; }.peach { background:#f9ddd7; color:#a6524b; }.compare-card > a { margin-top:auto; padding-top:12px; border-top:1px solid #e3e6ea; color:#536178; font-size:10px; font-weight:700; }.compare-card > a span { margin-left:5px; color:var(--coral); }.guide-card { border:0; background:var(--ink); color:#fff; }.guide-star { color:var(--lemon); font-size:19px; }.guide-card h3 { margin:15px 0 8px; font-size:16px; line-height:1.5; }.guide-card p { margin:0; color:#bec9da; font-size:10px; line-height:1.7; }.guide-card button { margin-top:auto; padding:0; color:#fff; text-align:left; background:none; border:0; font-size:10px; font-weight:700; }.guide-card button span { margin-left:5px; color:var(--lemon); }
.popover { position: fixed; z-index: 5; max-width: 250px; padding: 12px 13px; border: 1px solid #d4dae2; border-radius: 6px; background: #fff; box-shadow: 0 8px 25px rgba(28,48,81,.16); color:#536177; font-size: 11px; line-height: 1.65; pointer-events: none; }.popover b { display:block; margin-bottom:3px; color:var(--ink); font-size:10px; }.popover::before { content:""; position:absolute; top:-5px; left:20px; width:9px; height:9px; border-top:1px solid #d4dae2; border-left:1px solid #d4dae2; background:#fff; transform:rotate(45deg); }.modal { position:fixed; z-index:10; inset:0; display:grid; place-items:center; padding:24px; background:rgba(19,38,67,.42); }.modal-card { position:relative; width:min(440px,100%); padding:38px; border-radius:12px; background:#fdfcf9; box-shadow:0 20px 60px rgba(17,34,58,.3); animation:reveal .24s ease both; }.modal-card button { position:absolute; top:14px; right:15px; border:0; background:transparent; color:#68758b; font-size:25px; }.modal-card h2 { margin:15px 0 14px; font-size:28px; letter-spacing:-1.7px; line-height:1.38; }.modal-card > p:last-child { color:#68758b; font-size:13px; line-height:1.85; }
.popover-example { display:block; margin-top:5px; color:#758198; font-size:10px; }.loading-copy { color:#728097; font-size:13px; line-height:1.85; }.loading-card { min-height:160px; align-items:center; justify-content:center; background:#f5f7f8; color:#79859a; font-size:12px; }.no-results { justify-content:center; background:#f5f7f8; }.issue-card[data-search] { cursor:pointer; }.is-analyzing .back-button { pointer-events:none; opacity:.45; }
@keyframes reveal { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:none; } }
@media (max-width: 920px) { .summary-grid { grid-template-columns: 1fr; }.article-summary { border-right:0; border-bottom:1px solid var(--line); }.radar-panel { min-height:246px; }.analysis-columns { grid-template-columns:1fr; }.comparison-grid { grid-template-columns:repeat(2,1fr); }.compare-card { min-height:215px; } }
@media (max-width: 650px) { .site-header, .issue-section, .how-section, .dashboard { width:min(100% - 30px, 1240px); }.site-header { height:70px; }.site-header nav { gap:14px; }.site-header nav a:first-child { display:none; }.hero { width:calc(100% - 30px); margin-top:65px; }.hero h1 { font-size:40px; letter-spacing:-2.7px; }.url-form { padding-left:15px; flex-wrap:wrap; }.url-form input { flex-basis:calc(100% - 50px); margin-right:0; }.url-form button { width:100%; height:43px; margin-top:4px; }.sample-note { margin-top:20px; }.issue-section { margin-top:112px; }.section-heading, .comparison-heading { align-items:flex-start; flex-direction:column; gap:11px; }.section-heading > p, .comparison-heading > p { text-align:left; }.issue-grid { grid-template-columns:1fr; }.issue-card { min-height:245px; }.steps { grid-template-columns:1fr; gap:25px; }.steps div:not(:last-child)::after { display:none; }.dashboard { padding-top:22px; }.dashboard-bar p { display:none; }.article-summary { padding:28px 23px; }.article-summary h1 { font-size:21px; }.summary-stat-row { gap:15px; }.radar-panel { padding:27px 20px; }.radar-wrap { width:180px; flex-basis:180px; margin-right:-16px; }.radar-copy h2 { font-size:19px; }.radar-copy > p:last-child { font-size:10px; }.insight-strip { grid-template-columns:28px 1fr; padding:13px 15px; }.meter-label { display:none; }.insight-strip p b { display:block; margin:0 0 3px; }.article-viewer { padding:24px 20px; }.legend { gap:7px; }.article-body { font-size:13px; }.fact-report { padding:25px 20px; }.comparison-section { margin-top:55px; }.comparison-grid { grid-template-columns:1fr; }.compare-card { min-height:195px; }.guide-card { min-height:190px; } }
