:root {
  --ink: #13231e;
  --ink-2: #203a31;
  --forest: #173c30;
  --forest-soft: #285546;
  --lime: #d9ff43;
  --lime-soft: #efffb1;
  --ivory: #f5f2e9;
  --paper: #fffef9;
  --warm: #ebe6da;
  --line: #d9ddd4;
  --muted: #69766f;
  --red: #c75648;
  --amber: #bd791d;
  --shadow: 0 28px 80px rgba(19,35,30,.11);
  font-family: Pretendard, "SUIT Variable", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ivory); }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .22; 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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E"); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(19,35,30,.12); }
.nav-shell { width: min(1320px, calc(100% - 48px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 20px; font-weight: 850; letter-spacing: -.05em; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); font-family: Georgia, serif; font-style: italic; font-size: 18px; }
.brand small { margin-left: 4px; padding-left: 12px; border-left: 1px solid #c8ccc4; color: #7d8782; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.nav-shell nav { display: flex; gap: 31px; }
.nav-shell nav a { text-decoration: none; color: #50605a; font-size: 15px; font-weight: 750; letter-spacing: -.02em; transition: color .2s; }.nav-shell nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.local-badge { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 750; }.local-badge i { width: 6px; height: 6px; border-radius: 50%; background: #67a96d; box-shadow: 0 0 0 4px rgba(103,169,109,.14); }
.nav-cta { height: 42px; display: flex; align-items: center; gap: 13px; padding: 0 16px 0 19px; border-radius: 2px; color: white; background: var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }.nav-cta span { color: var(--lime); }
main { width: 100%; }
.hero { width: min(1320px, calc(100% - 48px)); min-height: 680px; margin: auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: 55px; align-items: center; padding: 63px 0 72px; }
.hero-copy-block { position: relative; z-index: 2; padding-left: 4px; }
.hero-kicker, .section-label { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--forest-soft); font-size: 9px; font-weight: 850; letter-spacing: .18em; }.hero-kicker span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #b7beb6; border-radius: 50%; font-family: Georgia, serif; letter-spacing: 0; }
.hero h1 { margin: 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(49px, 5.35vw, 79px); line-height: 1.04; letter-spacing: -.067em; font-weight: 500; }
.hero h1 em { position: relative; z-index: 0; color: var(--forest); font-weight: 500; font-style: italic; }.hero h1 em::after { content: ""; position: absolute; z-index: -1; height: 15px; left: -3px; right: -6px; bottom: 4px; background: var(--lime); transform: rotate(-1deg); }
.mobile-break { display: none; }
.hero-copy-block > p { max-width: 510px; margin: 27px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.85; word-break: keep-all; }
.hero-actions { display: flex; align-items: center; gap: 10px; }.button { height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 20px; border-radius: 2px; text-decoration: none; font-size: 12px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 25px rgba(23,60,48,.17); }.button-primary span { color: var(--lime); font-size: 18px; }.button-ghost { border: 1px solid #c9cec6; background: rgba(255,255,255,.36); }.play-icon { width: 25px; height: 25px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 8px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 35px; }.avatar-stack { display: flex; }.avatar-stack span { width: 30px; height: 30px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--ivory); border-radius: 50%; color: white; background: var(--forest); font: 700 9px Georgia, serif; }.avatar-stack span:first-child { margin: 0; background: #4285f4; }.avatar-stack span:nth-child(2) { background: #03c75a; }.avatar-stack span:last-child { color: var(--ink); background: var(--lime); }
.hero-proof p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }.hero-proof strong { color: var(--ink); font-size: 10px; }
.hero-visual { position: relative; min-width: 0; }.image-wrap { position: relative; border-radius: 48% 3px 3px 3px; overflow: hidden; box-shadow: var(--shadow); }.image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); pointer-events: none; }.image-wrap img { width: 100%; aspect-ratio: 1.5/1; object-fit: cover; object-position: center; }
.visual-tag { position: absolute; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.65); background: rgba(255,254,249,.87); box-shadow: 0 12px 30px rgba(19,35,30,.14); backdrop-filter: blur(12px); }.visual-tag small { display: block; margin-bottom: 4px; color: #7b8681; font-size: 7px; letter-spacing: .13em; }.visual-tag strong { display: block; font-size: 11px; }.tag-top { top: 14%; left: -30px; }.tag-bottom { right: -18px; bottom: 10%; }.tag-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--forest); font-size: 18px; }.mini-chart { height: 31px; display: flex; align-items: end; gap: 3px; }.mini-chart i { width: 4px; height: 30%; background: var(--forest); }.mini-chart i:nth-child(2) { height: 52%; }.mini-chart i:nth-child(3) { height: 72%; }.mini-chart i:nth-child(4) { height: 100%; background: #9fbe27; }.lime-orbit { position: absolute; z-index: -1; width: 85px; height: 85px; right: -28px; top: -32px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 18px rgba(217,255,67,.16); }
.signal-strip { width: min(1320px, calc(100% - 48px)); min-height: 132px; margin: 0 auto 125px; display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; align-items: stretch; border-top: 1px solid #cdd2c9; border-bottom: 1px solid #cdd2c9; }.signal-strip > div { display: flex; align-items: center; gap: 17px; padding: 25px 27px; border-right: 1px solid #d6dad2; }.signal-strip > div:first-child { padding-left: 3px; }.signal-number { font: italic 500 38px Georgia, serif; letter-spacing: -.05em; }.signal-number > span { color: #8fa91f; font-size: 22px; }.signal-strip p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }.signal-strip strong { color: var(--ink); font-size: 10px; }.signal-strip .signal-quote { padding-left: 38px; border: 0; background: rgba(255,255,255,.33); }.signal-quote > span { color: #92ad24; font: 54px Georgia, serif; line-height: 1; }.signal-quote p { font-size: 11px; }.signal-quote strong { font-size: 12px; }
.feature-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto 135px; }.section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: end; margin-bottom: 48px; }.section-heading h2, .process-copy h2, .analyzer-heading h2, .history-heading h2 { margin: 0; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(37px, 4vw, 54px); font-weight: 500; line-height: 1.17; letter-spacing: -.055em; }.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.8; word-break: keep-all; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }.feature-card { position: relative; min-height: 374px; padding: 31px; border: 1px solid var(--line); background: rgba(255,254,249,.72); overflow: hidden; }.feature-card::after { content: ""; position: absolute; width: 145px; height: 145px; right: -65px; bottom: -65px; border: 1px solid #dce1d8; border-radius: 50%; }.feature-large { background: var(--paper); }.dark-card { color: white; border-color: var(--ink); background: var(--ink); }.dark-card::after { border-color: rgba(255,255,255,.12); }.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 54px; border-radius: 50%; color: var(--forest); background: #e5eadf; }.feature-icon.lime { background: var(--lime); }.feature-icon.inverse { color: var(--lime); background: rgba(255,255,255,.09); }.feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.card-index { position: absolute; right: 25px; top: 25px; color: #a0aaa4; font: italic 13px Georgia, serif; }.feature-card h3 { margin: 0 0 13px; font-size: 20px; letter-spacing: -.035em; }.feature-card > p { max-width: 290px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; word-break: keep-all; }.dark-card > p { color: #a9b6b0; }.intent-visual { display: grid; gap: 5px; margin-top: 27px; }.intent-visual span { display: flex; justify-content: space-between; padding: 8px 10px; color: #7d8a84; background: #f1f2ec; font-size: 7px; letter-spacing: .08em; }.intent-visual span.active { color: var(--ink); border-left: 3px solid var(--lime); background: #e9f0dd; }.intent-visual b { font-size: 7px; }.trust-pill { display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); color: #c7d0cc; font-size: 8px; }.trust-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.process-section { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; padding: 112px max(48px, calc((100% - 1180px)/2)); color: white; background: var(--forest); overflow: hidden; }.process-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -280px; bottom: -390px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }.section-label.light { color: var(--lime); }.process-copy { position: relative; z-index: 1; }.process-intro { max-width: 420px; margin: 24px 0 34px; color: #acbbb5; font-size: 12px; line-height: 1.8; }.process-list { list-style: none; margin: 0 0 32px; padding: 0; border-top: 1px solid rgba(255,255,255,.13); }.process-list li { display: grid; grid-template-columns: 43px 1fr; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }.process-list li > span { color: var(--lime); font: italic 11px Georgia, serif; }.process-list strong { font-size: 11px; }.process-list p { margin: 4px 0 0; color: #879b93; font-size: 9px; }.inline-link { display: inline-flex; gap: 20px; color: white; text-decoration: none; font-size: 11px; font-weight: 800; border-bottom: 1px solid var(--lime); padding-bottom: 5px; }.inline-link span { color: var(--lime); }
.product-preview { align-self: center; position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: #f4f2eb; box-shadow: 0 40px 80px rgba(0,0,0,.27); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); overflow: hidden; }.preview-top { height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; color: #84908b; background: #e5e6df; }.preview-top span { display: flex; gap: 4px; }.preview-top i { width: 6px; height: 6px; border-radius: 50%; background: #b8beb9; }.preview-top small { font-size: 7px; letter-spacing: .08em; }.preview-body { min-height: 390px; display: grid; grid-template-columns: 52px 1fr; }.preview-side { display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 19px; color: var(--lime); background: #12251f; }.preview-side b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #243f36; font: italic 13px Georgia, serif; }.preview-side i { width: 14px; height: 2px; background: rgba(255,255,255,.25); }.preview-main { padding: 34px; color: var(--ink); }.preview-title { display: flex; justify-content: space-between; align-items: center; }.preview-title small, .preview-stats small { display: block; margin-bottom: 7px; color: #8a948f; font-size: 6px; letter-spacing: .13em; }.preview-title strong { font-family: Georgia, "Noto Serif KR", serif; font-size: 20px; }.preview-score { width: 54px; height: 54px; display: grid; place-items: center; border: 5px solid var(--forest); border-right-color: #daddd6; border-radius: 50%; font: 18px Georgia, serif; }.preview-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 27px 0 22px; border: 1px solid #dadcd5; }.preview-stats span { padding: 13px; border-right: 1px solid #dadcd5; }.preview-stats span:last-child { border: 0; }.preview-stats b { font: 17px Georgia, serif; }.preview-bars { padding: 16px; background: #e9ece5; }.preview-bars span { height: 5px; display: block; margin: 7px 0; background: #d4d9d1; }.preview-bars i { height: 100%; display: block; background: var(--forest); }.preview-findings { margin-top: 18px; }.preview-findings span { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; padding: 11px 3px; border-bottom: 1px solid #dfe2dc; font-size: 8px; }.preview-findings i { width: 5px; height: 5px; border-radius: 50%; background: #6ca574; }.preview-findings span:not(:first-child) i { background: #d9a342; }.preview-findings em { color: #7d8984; font-style: normal; font-size: 6px; }
.analyzer-section { padding: 125px max(24px, calc((100% - 1240px)/2)); background: #eeeae0; }.analyzer-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 43px; }.analyzer-heading .section-label { grid-column: 1/-1; margin-bottom: -18px; }.analyzer-heading > p:last-child { max-width: 450px; justify-self: end; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.8; }.workspace { display: grid; grid-template-columns: minmax(350px, 430px) 1fr; min-height: 760px; border: 1px solid #d5d7d0; border-radius: 5px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }.input-panel { padding: 31px; border-right: 1px solid var(--line); background: #faf9f3; }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 27px; }.panel-heading .step { display: block; margin-bottom: 6px; color: #8da423; font-size: 7px; font-weight: 850; letter-spacing: .16em; }.panel-heading h3 { margin: 0; font-size: 17px; letter-spacing: -.035em; }.text-button { border: 0; padding: 4px 0; color: var(--forest); background: transparent; font-size: 9px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }.field > span { color: #42544d; font-size: 9px; font-weight: 800; }.field b { float: right; color: #89928e; font-size: 8px; font-weight: 600; }.field small { color: #828b87; font-size: 8px; line-height: 1.55; }.field small.ready { color: #347348; font-weight: 700; }.field small.unavailable { color: #a36318; }.field[hidden] { display: none; }
input, select, textarea { width: 100%; border: 1px solid #cfd3cc; border-radius: 2px; color: var(--ink); background: var(--paper); outline: 0; transition: border .2s, box-shadow .2s; }input, select { height: 43px; padding: 0 12px; font-size: 11px; }textarea { padding: 11px 12px; resize: vertical; line-height: 1.5; font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; }input:focus,select:focus,textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,60,48,.08); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }details { margin: 0 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }summary { padding: 12px 0; font-size: 9px; font-weight: 800; cursor: pointer; }summary span { margin-left: 4px; color: var(--muted); font-size: 8px; font-weight: 500; }.field.compact { margin: 0 0 12px; }
.primary-button { width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px 0 18px; border: 0; border-radius: 2px; color: white; background: var(--forest); font-weight: 800; transition: transform .15s, background .15s; }.primary-button:hover { background: var(--ink); transform: translateY(-1px); }.primary-button:disabled { opacity: .55; cursor: wait; transform: none; }.primary-button > span:first-child { display: flex; align-items: baseline; gap: 5px; }.primary-button small { color: var(--lime); font-size: 8px; }.arrow { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 15px; }.privacy-note { display: flex; justify-content: center; align-items: center; gap: 5px; margin: 10px 0 0; text-align: center; color: #8a928f; font-size: 8px; }.privacy-note svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.result-panel { min-width: 0; padding: 33px; background: var(--paper); }.result-panel.empty { display: grid; place-items: center; background-image: linear-gradient(#f0f1eb 1px, transparent 1px), linear-gradient(90deg,#f0f1eb 1px,transparent 1px); background-size: 35px 35px; }.empty-state,.loading-state { padding: 45px; text-align: center; color: var(--muted); background: rgba(255,254,249,.88); backdrop-filter: blur(5px); }.result-kicker { margin: 20px 0 8px!important; color: #8da324!important; font-size: 7px!important; font-weight: 850; letter-spacing: .18em; }.empty-state h3,.loading-state h3 { margin: 0 0 9px; color: var(--ink); font: 500 25px Georgia, "Noto Serif KR", serif; letter-spacing: -.04em; }.empty-state > p,.loading-state p { margin: 0; font-size: 10px; line-height: 1.7; }.empty-features { display: flex; gap: 15px; justify-content: center; margin-top: 19px; color: #68776f; font-size: 8px; }.radar { width: 105px; height: 105px; position: relative; margin: auto; border: 1px solid #cfd5ce; border-radius: 50%; background: radial-gradient(circle,transparent 31%,#e3e6df 32%,transparent 33%,transparent 64%,#e3e6df 65%,transparent 66%); overflow:hidden; }.radar::before,.radar::after { content:"";position:absolute;background:#dfe3dc; }.radar::before{width:1px;height:100%;left:50%}.radar::after{height:1px;width:100%;top:50%}.radar span{position:absolute;width:50%;height:50%;left:50%;top:0;transform-origin:0 100%;animation:sweep 2.8s linear infinite;background:linear-gradient(35deg,rgba(217,255,67,.75),transparent 68%)}.radar i { position: absolute; width: 7px; height: 7px; left: 66%; top: 33%; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 5px rgba(23,60,48,.12); }@keyframes sweep{to{transform:rotate(360deg)}}.loader{height:36px;display:flex;justify-content:center;align-items:end;gap:5px;margin-bottom:20px}.loader span{width:7px;background:var(--forest);animation:bars .9s infinite alternate}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes bars{from{height:9px}to{height:34px;background:var(--lime)}}
.report-head{display:flex;justify-content:space-between;gap:24px;padding-bottom:25px;border-bottom:1px solid var(--line)}.report-head p{margin:0 0 5px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.06em}.report-head h2{margin:0;font:500 27px Georgia,"Noto Serif KR",serif;letter-spacing:-.04em}.score-ring{--score:0;width:78px;height:78px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--forest) calc(var(--score)*1%),#e6e8e2 0);position:relative}.score-ring::before{content:"";position:absolute;inset:7px;border-radius:50%;background:var(--paper)}.score-ring strong{z-index:1;font:500 23px Georgia,serif}.score-ring small{z-index:1;position:absolute;margin-top:31px;font-size:6px;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0;border:1px solid var(--line)}.metric{padding:15px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric span{display:block;margin-bottom:6px;color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.metric strong{font:500 18px Georgia,"Noto Serif KR",serif}.section-title{display:flex;align-items:center;justify-content:space-between;margin:26px 0 11px}.section-title h3{margin:0;font-size:11px}.section-title span{color:var(--muted);font-size:8px}.coverage{display:grid;gap:11px;padding:16px;border-radius:2px;background:#f2f4ed}.coverage-row{display:grid;grid-template-columns:90px 1fr 38px;align-items:center;gap:9px;font-size:8px}.bar{height:6px;overflow:hidden;background:#dfe3dc;border-radius:10px}.bar i{height:100%;display:block;border-radius:inherit;background:var(--forest)}.coverage-row.competitor .bar i{background:#9da8a2}.findings{display:grid;gap:7px}.finding{border:1px solid var(--line);border-left:3px solid var(--forest);padding:12px 13px}.finding.warn{border-left-color:var(--amber)}.finding.fail{border-left-color:var(--red)}.finding-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.finding h4{margin:0;font-size:10px}.status{padding:3px 6px;border-radius:2px;color:var(--forest);background:#e7f0e9;font-size:6px;font-weight:900}.warn .status{color:#8d570a;background:#f9ecd5}.fail .status{color:#98372e;background:#f8dfdc}.finding p{margin:7px 0 0;color:var(--muted);font-size:8px;line-height:1.55}.finding .recommendation{color:var(--ink)}.collection-list{display:grid;gap:5px}.collection-item{display:grid;grid-template-columns:33px 1fr;gap:8px;align-items:center;min-width:0;font-size:7px}.http-status{padding:3px;text-align:center;border-radius:2px;background:#e8eee9;font-weight:800}.http-status.error{color:var(--red);background:#f7e3df}.collection-item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.error-box{max-width:480px;padding:22px;border:1px solid #e6b8b1;color:#7e2f27;background:#fff4f2}.error-box h2{margin:0 0 8px;font:500 22px Georgia,serif}.error-box p{margin:0;font-size:10px;line-height:1.6}.comparison-card{margin:22px 0;padding:16px;border:1px solid #ced7cc;background:#f2f7ed}.comparison-card h3{margin:0 0 4px;font-size:11px}.comparison-date{color:var(--muted);font-size:7px}.delta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.delta{padding:9px;background:var(--paper);border:1px solid #dce3d8}.delta span{display:block;color:var(--muted);font-size:6px;font-weight:800}.delta strong{display:block;margin-top:4px;font:500 15px Georgia,serif}.delta strong.good{color:var(--forest)}.delta strong.bad{color:var(--red)}.change-notes{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.change-chip{padding:4px 6px;font-size:7px;background:#e2ece0}.change-chip.new{color:#87362e;background:#f7dfdb}
.history-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0 130px; }.history-heading { display: grid; grid-template-columns: 1fr 390px; gap: 65px; align-items: end; margin-bottom: 42px; }.history-heading > div:last-child p { margin: 0 0 13px; color: var(--muted); font-size: 11px; line-height: 1.7; }.history-list{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.history-card{padding:20px;border:1px solid var(--line);background:rgba(255,254,249,.75);text-align:left;transition:border .15s,transform .15s,box-shadow .15s}.history-card:hover{border-color:var(--forest);transform:translateY(-3px);box-shadow:0 15px 30px rgba(19,35,30,.08)}.history-card-top{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:7px}.history-card h3{margin:15px 0 6px;color:var(--ink);font-size:13px}.history-url{margin:0;overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.history-stats{display:flex;gap:20px;margin-top:18px;padding-top:13px;border-top:1px solid var(--line)}.history-stats span{color:var(--muted);font-size:6px}.history-stats strong{display:block;margin-top:4px;color:var(--ink);font:500 14px Georgia,serif}.history-empty{grid-column:1/-1;padding:45px;border:1px dashed #c9cec6;text-align:center;color:var(--muted);font-size:9px}
.site-footer { padding: 60px max(24px, calc((100% - 1180px)/2)) 35px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; color: white; background: var(--ink); }.footer-brand { display: flex; align-items: center; gap: 11px; }.footer-brand .brand-mark { color: var(--ink); background: var(--lime); }.footer-brand strong { display: block; font-size: 17px; }.footer-brand small { color: #8fa198; font-size: 7px; text-transform: uppercase; letter-spacing: .14em; }.site-footer > p { margin: 0; justify-self: end; color: #96a69f; font-size: 11px; }.footer-meta { grid-column: 1/-1; display: flex; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: #7e9188; font-size: 8px; }.footer-meta a { margin-left: auto; color: var(--lime); text-decoration: none; }
@media(max-width:1050px){.nav-shell nav{display:none}.hero{grid-template-columns:1fr 1fr;gap:25px}.hero h1{font-size:56px}.feature-grid{grid-template-columns:1fr 1fr}.feature-large{grid-column:1/-1;min-height:330px}.process-section{grid-template-columns:1fr;}.product-preview{max-width:720px;width:100%;justify-self:center}.workspace{grid-template-columns:390px 1fr}.history-list{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.nav-shell{width:calc(100% - 28px)}.brand small,.local-badge{display:none}.hero{width:calc(100% - 28px);grid-template-columns:1fr;padding:50px 0}.hero-copy-block{padding:0}.hero h1{font-size:clamp(44px,13vw,65px)}.hero-visual{margin-top:25px}.tag-top{left:-5px}.tag-bottom{right:-5px}.signal-strip{width:calc(100% - 28px);grid-template-columns:1fr 1fr;margin-bottom:90px}.signal-strip>div{border-bottom:1px solid #d6dad2}.signal-strip>div:first-child{padding-left:20px}.signal-strip .signal-quote{padding-left:22px}.feature-section,.history-section{width:calc(100% - 28px)}.section-heading,.history-heading,.analyzer-heading{grid-template-columns:1fr;gap:20px}.analyzer-heading .section-label{margin-bottom:0}.analyzer-heading>p:last-child{justify-self:start}.feature-grid{grid-template-columns:1fr}.feature-large{grid-column:auto}.process-section{padding:85px 24px}.workspace{grid-template-columns:1fr}.input-panel{border-right:0;border-bottom:1px solid var(--line)}.result-panel{min-height:620px}.history-list{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.site-footer>p{justify-self:start}}
@media(max-width:520px){.site-header{background:var(--ivory)}.nav-shell{height:66px;gap:10px}.nav-actions{width:auto;flex:0 0 auto;gap:0}.nav-actions .nav-cta{height:36px;font-size:0;width:39px;padding:0;justify-content:center}.nav-actions .nav-cta span{font-size:16px}.hero-copy-block{min-width:0;overflow:hidden}.hero h1{max-width:100%;font-size:39px;line-height:1.08;letter-spacing:-.06em;overflow-wrap:anywhere}.mobile-break{display:inline}.hero-copy-block>p{width:100%;max-width:100%;font-size:13px;word-break:break-word;overflow-wrap:anywhere}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero-visual .image-wrap{border-radius:42% 3px 3px 3px}.visual-tag{padding:9px 10px}.tag-top{top:8%}.tag-bottom{bottom:5%}.signal-strip{grid-template-columns:1fr}.signal-strip>div{border-right:0}.feature-section{margin-bottom:85px}.section-heading h2,.process-copy h2,.analyzer-heading h2,.history-heading h2{font-size:38px}.analyzer-section{padding:85px 12px}.analyzer-heading{padding:0 8px}.input-panel,.result-panel{padding:22px 17px}.metrics,.delta-grid{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.preview-main{padding:20px 16px}.preview-body{grid-template-columns:37px 1fr}.preview-stats{grid-template-columns:1fr 1fr 1fr}.empty-state{padding:25px 12px}.history-section{padding:85px 0}.site-footer>p{font-size:9px}.footer-meta{flex-wrap:wrap}.footer-meta a{margin-left:0}}

/* Readability scale: commercial landing body copy and analysis workspace */
.hero-copy-block > p { max-width: 540px; font-size: 17px; }
.hero-proof p { font-size: 11px; }
.hero-proof strong { font-size: 12px; }
.signal-strip p { font-size: 11px; }
.signal-strip strong { font-size: 12px; }
.signal-quote p { font-size: 13px; }
.signal-quote strong { font-size: 14px; }
.section-heading > p { font-size: 16px; }
.feature-card > p { max-width: 320px; font-size: 14px; }
.process-intro { max-width: 450px; font-size: 15px; }
.process-list strong { font-size: 14px; }
.process-list p { margin-top: 5px; color: #9bada5; font-size: 12px; }
.inline-link { font-size: 14px; }
.analyzer-heading > p:last-child { max-width: 480px; font-size: 15px; }
.panel-heading h3 { font-size: 19px; }
.text-button { font-size: 12px; }
.field { gap: 8px; margin-bottom: 18px; }
.field > span { font-size: 12px; }
.field b { font-size: 10px; }
.field small { font-size: 10px; }
input, select { height: 47px; padding: 0 13px; font-size: 14px; }
textarea { padding: 12px 13px; font-size: 12px; line-height: 1.55; }
summary { padding: 14px 0; font-size: 12px; }
summary span { font-size: 10px; }
.privacy-note { font-size: 10px; }
.empty-state > p, .loading-state p { font-size: 13px; }
.empty-features { font-size: 11px; }
.report-head p { font-size: 11px; }
.metric span { font-size: 10px; }
.section-title h3 { font-size: 14px; }
.section-title span { font-size: 11px; }
.coverage-row { grid-template-columns: 105px 1fr 44px; font-size: 11px; }
.finding h4 { font-size: 14px; }
.finding p { margin-top: 8px; font-size: 11px; line-height: 1.65; }
.status { font-size: 9px; }
.collection-item { grid-template-columns: 38px 1fr; font-size: 10px; }
.comparison-card h3 { font-size: 14px; }
.comparison-date { font-size: 10px; }
.delta span { font-size: 9px; }
.change-chip { font-size: 9px; }
.history-heading > div:last-child p { font-size: 14px; }
.history-card-top { font-size: 10px; }
.history-card h3 { font-size: 16px; }
.history-url { font-size: 10px; }
.history-stats span { font-size: 9px; }
.site-footer > p { font-size: 13px; }
.footer-meta { font-size: 10px; }
.rank-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: -9px 0 22px; padding: 15px 16px; border: 1px solid var(--line); background: #f7f8f3; }
.rank-details > div { min-width: 0; }
.rank-details span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; }
.rank-details strong { font: 500 17px Georgia,"Noto Serif KR",serif; }
.rank-details .rank-url { grid-column: 1/-1; padding-top: 10px; border-top: 1px solid var(--line); }
.rank-details a { display: block; overflow: hidden; color: var(--forest); font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.rank-details p { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.rank-details.domain-match { border-left: 3px solid var(--amber); background: #fffaf0; }

@media(max-width:520px) {
  .hero-copy-block > p { font-size: 15px; }
  .section-heading > p, .analyzer-heading > p:last-child,
  .history-heading > div:last-child p { font-size: 14px; }
  .feature-card > p, .process-intro { font-size: 13px; }
  .rank-details { grid-template-columns: 1fr; }
  .rank-details .rank-url, .rank-details p { grid-column: 1; }
  input, select { font-size: 14px; }
  .finding h4 { font-size: 13px; }
  .finding p { font-size: 11px; }
}
