:root {
  --paper: #f2f0e8;
  --ink: #151515;
  --lime: #c8ff3d;
  --orange: #ff5c35;
  --blue: #3155ff;
  --muted: #77766f;
  --line: rgba(21, 21, 21, 0.22);
  --display: "Gowun Batang", serif;
  --sans: "Noto Sans KR", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .045; 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='.7'/%3E%3C/svg%3E"); }

.site-header { height: 76px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); position: relative; z-index: 10; }
.brand { display: flex; gap: 10px; align-items: center; font-weight: 900; font-size: 19px; letter-spacing: -.05em; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; background: var(--ink); color: var(--lime); border-radius: 50%; font-family: var(--mono); }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.sound-toggle { border: 1px solid var(--ink); background: transparent; padding: 8px 11px; font: 600 10px var(--mono); cursor: pointer; }

.hero { min-height: 820px; padding: 100px 5vw 0; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 44px 44px; }
.hero::before { content: ""; width: 520px; height: 520px; border-radius: 50%; background: var(--lime); filter: blur(80px); opacity: .26; position: absolute; top: 50px; left: calc(50% - 260px); }
.hero > * { position: relative; }
.issue-stamp { position: absolute; right: 7vw; top: 65px; width: 94px; height: 94px; display: grid; place-items: center; border: 2px solid var(--orange); color: var(--orange); border-radius: 50%; font: 700 12px/1.35 var(--mono); transform: rotate(11deg); }
.eyebrow { display: flex; gap: 10px; align-items: center; font: 600 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { background: var(--ink); color: white; padding: 6px 9px; }
.hero h1 { font: 700 clamp(58px, 7.5vw, 116px)/.98 var(--display); letter-spacing: -.08em; margin: 30px 0 26px; }
.hero h1 em { color: var(--blue); font-style: normal; position: relative; display: inline-block; }
.hero h1 em::after { content: ""; position: absolute; height: 8px; background: var(--orange); left: 4px; right: 0; bottom: -4px; transform: rotate(-2deg); }
.hero-copy { margin: 0 auto; max-width: 560px; font-size: 16px; line-height: 1.8; color: #4c4b47; }

.oracle { margin-top: 46px; width: min(760px, 92vw); text-align: left; position: relative; }
.step { border: 1.5px solid var(--ink); background: rgba(242,240,232,.93); padding: 22px; box-shadow: 8px 8px 0 var(--ink); min-height: 225px; display: none; }
.step.is-active { display: block; animation: reveal .45s cubic-bezier(.2,.8,.2,1); }
.step-head { display: flex; justify-content: space-between; margin-bottom: 26px; font: 600 10px var(--mono); color: var(--muted); letter-spacing: .08em; }
.step label:not(.choice-grid label), .step legend { display: block; padding: 0; margin-bottom: 16px; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.search-wrap { display: flex; border-bottom: 2px solid var(--ink); }
.search-wrap input { width: 100%; padding: 14px 4px; border: 0; outline: 0; background: transparent; font-size: 21px; font-weight: 600; }
.search-wrap input::placeholder { color: #aaa89f; }
.next-button { flex: 0 0 auto; border: 0; background: var(--lime); padding: 0 24px; cursor: pointer; font-weight: 900; }
.next-button:hover span { display: inline-block; transform: translateX(4px); }
.field-hint { color: var(--muted); font-size: 11px; margin: 10px 0 16px; }
.quick-jobs { display: flex; gap: 7px; flex-wrap: wrap; }
.quick-jobs button { border: 1px solid #aaa89f; background: transparent; padding: 7px 11px; font-size: 11px; cursor: pointer; }
.quick-jobs button:hover { background: var(--ink); color: white; border-color: var(--ink); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid label { min-height: 125px; padding: 13px; border: 1px solid var(--ink); cursor: pointer; display: flex; flex-direction: column; align-items: flex-start; transition: .18s; }
.choice-grid label:hover { transform: translateY(-4px); box-shadow: 4px 4px 0 var(--ink); background: white; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-no { font: 600 10px var(--mono); color: var(--muted); margin-bottom: 14px; }
.choice-grid strong { font-size: 15px; line-height: 1.35; }
.choice-grid small { margin-top: auto; font-size: 10px; color: var(--muted); }
.choice-grid label:has(input:focus-visible) { outline: 3px solid var(--blue); outline-offset: 2px; }
.choice-grid label:has(input:checked) { background: var(--lime); box-shadow: 4px 4px 0 var(--ink); }
.progress { height: 4px; margin-top: 14px; background: rgba(21,21,21,.14); }
.progress span { display: block; width: 33.33%; height: 100%; background: var(--blue); transition: width .4s ease; }
.ticker { margin-top: auto; margin-left: -5vw; width: 100vw; border-top: 1px solid var(--ink); background: var(--orange); overflow: hidden; padding: 12px 0; white-space: nowrap; text-align: left; }
.ticker span { display: inline-block; font: 600 11px var(--mono); animation: marquee 22s linear infinite; }

.result-shell { padding: 110px 5vw; background: var(--blue); color: white; }
.result-shell[hidden] { display: none; }
.result-intro, .ticket, .result-actions, .fit-report, .runway, .mission-wrap, .result-shell .ad-slot { width: min(790px, 100%); margin-left: auto; margin-right: auto; }
.result-intro h2 { font: 700 clamp(38px, 5vw, 68px)/1.08 var(--display); letter-spacing: -.06em; margin: 24px 0 45px; }
.ticket { color: var(--ink); background: var(--paper); padding: 26px 32px 34px; position: relative; box-shadow: 14px 14px 0 var(--lime); transform-origin: top center; animation: printTicket .85s cubic-bezier(.16,1,.3,1); }
.ticket::before, .ticket::after { content: ""; position: absolute; top: 54%; width: 28px; height: 28px; border-radius: 50%; background: var(--blue); }
.ticket::before { left: -14px; }.ticket::after { right: -14px; }
.ticket-top { display: flex; justify-content: space-between; font: 600 9px var(--mono); padding-bottom: 15px; border-bottom: 1px dashed var(--ink); }
.ticket-route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; margin: 28px 0; font: 600 13px var(--mono); }
.ticket-route span:last-child { text-align: right; }.ticket-route b { color: var(--orange); font-size: 25px; }
.future-title { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.future-title small { font: 500 10px var(--mono); color: var(--muted); }
.future-title h3 { font: 800 clamp(28px, 5vw, 50px)/1.1 var(--sans); letter-spacing: -.06em; margin: 8px 0 0; }
.match { flex: 0 0 auto; display: flex; align-items: end; gap: 4px; }
.match span { font: 600 58px/.8 var(--mono); color: var(--blue); }.match small { line-height: 1.25; }
.future-desc { font-size: 14px; line-height: 1.75; max-width: 600px; margin: 26px 0; }
.metrics { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); }
.metrics div { padding: 13px; border-right: 1px solid var(--ink); }.metrics div:last-child { border: 0; }
.metrics span { display: block; font-size: 9px; color: var(--muted); margin-bottom: 4px; }.metrics strong { font: 600 18px var(--mono); }
.barcode { margin-top: 28px; width: 160px; height: 28px; background: repeating-linear-gradient(90deg,var(--ink) 0 2px,transparent 2px 4px,var(--ink) 4px 5px,transparent 5px 9px); }
.serial { position: absolute; right: 32px; bottom: 38px; font: 500 9px var(--mono); }
.result-actions { display: flex; gap: 24px; align-items: center; margin-top: 38px; }
.primary-action { border: 1.5px solid var(--ink); background: var(--lime); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); padding: 16px 25px; font-weight: 900; cursor: pointer; }
.primary-action:active { transform: translate(4px,4px); box-shadow: 2px 2px 0 var(--ink); }
.text-action { color: white; border: 0; border-bottom: 1px solid white; padding: 5px 0; background: transparent; cursor: pointer; }
.fit-report { margin-top: 84px; }
.fit-head > span, .alternatives > div > span { font: 600 10px var(--mono); color: var(--lime); letter-spacing: .08em; }
.fit-head h3 { margin: 12px 0 30px; font: 700 clamp(32px,5vw,52px)/1.08 var(--display); letter-spacing: -.06em; }
.fit-grid { display: grid; grid-template-columns: 1.25fr 1fr; color: var(--ink); border: 1.5px solid var(--ink); box-shadow: 10px 10px 0 var(--lime); }
.fit-grid > div { padding: 26px; background: var(--paper); }.fit-grid > div + div { border-left: 1px solid var(--ink); background: var(--orange); }
.fit-grid h4 { margin: 0 0 18px; font-size: 16px; }.fit-signals ul { list-style: none; margin: 0; padding: 0; }
.fit-signals li { padding: 11px 0 11px 24px; border-top: 1px solid var(--line); position: relative; font-size: 12px; line-height: 1.5; }.fit-signals li::before { content: "✓"; position: absolute; left: 2px; color: var(--blue); font-weight: 900; }
.fit-caution > span { display: block; margin-bottom: 30px; font: 700 9px var(--mono); }.fit-caution p { font-size: 12px; line-height: 1.7; margin: 0; }
.alternatives { margin-top: 22px; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); padding: 24px; }.alternatives > div { display: flex; justify-content: space-between; align-items: center; }.alternatives > div > span { color: var(--blue); }.alternatives h4 { margin: 0; font-size: 16px; }
.alternatives ol { list-style: none; padding: 0; margin: 22px 0 0; }.alternatives li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; border-top: 1px solid var(--line); padding: 17px 0; }.alternatives li > span { font: 600 25px var(--mono); color: var(--blue); }.alternatives li > span::after { content: "점"; font-size: 8px; }.alternatives strong, .alternatives small { display: block; }.alternatives strong { font-size: 14px; }.alternatives small { margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.fit-note { color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.7; margin: 14px 0 0; }
.runway { margin-top: 105px; color: var(--ink); }
.runway-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; color: white; }
.runway-kicker { font: 600 10px var(--mono); color: var(--lime); letter-spacing: .08em; }
.runway-head h3 { font: 700 clamp(40px, 6vw, 66px)/1.02 var(--display); letter-spacing: -.07em; margin: 14px 0 0; }
.runway-head > p { max-width: 310px; margin: 0 0 7px; font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.72); }
.runway-dashboard { display: grid; grid-template-columns: 1.18fr 1fr; margin-top: 34px; background: var(--paper); border: 1.5px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); }
.runway-count { padding: 30px; border-right: 1px solid var(--ink); background-image: radial-gradient(var(--line) .7px, transparent .7px); background-size: 9px 9px; }
.runway-label { font: 600 9px var(--mono); color: var(--muted); letter-spacing: .08em; }
.runway-count > strong { display: block; margin: 34px 0 22px; font: 600 clamp(38px, 7vw, 68px)/.85 var(--mono); letter-spacing: -.09em; white-space: nowrap; }
.runway-count > strong small { font: 700 13px var(--sans); letter-spacing: 0; margin-right: 5px; }
.runway-count p { margin: 0; font: 500 10px/1.6 var(--mono); color: var(--muted); }.runway-count p b { color: var(--blue); }
.signal-list { padding: 12px 24px; display: flex; flex-direction: column; justify-content: center; }
.signal-list > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; padding: 17px 0; border-bottom: 1px solid var(--line); }.signal-list > div:last-child { border: 0; }
.signal-list span { font-size: 11px; font-weight: 700; }.signal-list strong { font: 600 15px var(--mono); color: var(--blue); }
.signal-list strong:not(#transitionBuffer)::after { content: "%"; margin-left: 2px; font-size: 9px; }
.signal-list i { grid-column: 1 / -1; display: block; height: 5px; background: #d8d6ce; overflow: hidden; }.signal-list i b { display: block; height: 100%; width: 0; background: var(--orange); transition: width 1s cubic-bezier(.16,1,.3,1); }
.signal-list > div:nth-child(2) i b { background: var(--blue); }.signal-list > div:nth-child(3) i b { background: #58a848; }
.career-line { padding: 44px 18px 25px; background: var(--ink); color: white; }
.career-track { position: relative; height: 2px; margin: 0 7px; background: #555; }.career-track > span { display: block; height: 100%; width: 0; background: var(--orange); transition: width 1s .15s cubic-bezier(.16,1,.3,1); }
.career-track i { position: absolute; top: 50%; width: 13px; height: 13px; border: 2px solid var(--ink); border-radius: 50%; background: white; transform: translate(-50%,-50%); }.career-track .career-now { left: 0; background: var(--orange); }.career-track .career-pivot { left: 50%; background: var(--lime); transition: left 1s .15s cubic-bezier(.16,1,.3,1); }.career-track .career-future { left: 100%; background: var(--blue); }
.career-stops { position: relative; height: 58px; margin-top: 12px; }.career-stops > span { position: absolute; width: 130px; display: flex; flex-direction: column; }.career-stops > span:first-child { left: 0; }.career-stops > span:nth-child(2) { left: 50%; transform: translateX(-50%); text-align: center; transition: left 1s .15s cubic-bezier(.16,1,.3,1); }.career-stops > span:last-child { right: 0; text-align: right; }
.career-stops b { font: 600 9px var(--mono); color: var(--lime); }.career-stops small { margin-top: 6px; font-size: 10px; color: #bbb; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.runway-advice { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 24px; background: var(--lime); border: 1.5px solid var(--ink); border-top: 0; }
.runway-advice span { font: 700 10px var(--mono); }.runway-advice p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.6; }
.runway-note { margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.7; }
.mission-wrap { margin-top: 110px; border-top: 1px solid rgba(255,255,255,.5); padding-top: 30px; }
.mission-heading span { font: 600 10px var(--mono); color: var(--lime); }.mission-heading h3 { font: 700 34px var(--display); margin: 10px 0 24px; }
.mission-wrap ol { padding: 0; list-style: none; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; counter-reset: mission; }
.mission-wrap li { counter-increment: mission; padding: 20px; min-height: 150px; border: 1px solid rgba(255,255,255,.65); font-size: 13px; line-height: 1.6; }
.mission-wrap li::before { content: "DAY 0" counter(mission); display: block; color: var(--lime); font: 600 10px var(--mono); margin-bottom: 24px; }

.ad-slot { font-family: var(--mono); }
.adsbygoogle { display: block; width: 100%; min-height: 100px; margin-top: 8px; }
.ad-native { margin-top: 90px; }.ad-label { font-size: 8px; letter-spacing: .12em; opacity: .65; }
.ad-placeholder { border: 1px solid rgba(255,255,255,.5); margin-top: 8px; min-height: 135px; display: flex; align-items: flex-end; justify-content: space-between; padding: 22px; background: rgba(255,255,255,.06); }
.ad-placeholder strong { display: block; font: 700 18px/1.35 var(--sans); }.ad-placeholder small { display: block; margin-top: 10px; font-size: 9px; opacity: .65; }
.ad-placeholder > span { font-size: 9px; color: var(--lime); }

.how, .method, .rank { padding: 120px 5vw; }
.section-kicker { font: 600 10px var(--mono); color: var(--blue); letter-spacing: .08em; }
.how h2, .method h2, .rank h2 { font: 700 clamp(38px, 5.4vw, 76px)/1.1 var(--display); letter-spacing: -.07em; margin: 18px 0 70px; }
.how-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.how-list article { padding: 22px 8vw 30px 0; border-right: 1px solid var(--line); }
.how-list article + article { padding-left: 25px; }.how-list article:last-child { border: 0; }
.how-list span { font: 600 11px var(--mono); color: var(--orange); }.how-list h3 { font-size: 18px; margin: 50px 0 12px; }.how-list p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.method { background: var(--lime); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.method-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }.method-head h2 { margin-bottom: 50px; }.method-head > p { margin: 0 0 58px; font-size: 13px; line-height: 1.8; }
.source-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }.source-grid a { min-height: 190px; padding: 22px 18px; border-right: 1px solid var(--ink); transition: .18s; }.source-grid a:last-child { border: 0; }.source-grid a:hover { background: var(--ink); color: white; transform: translateY(-6px); }.source-grid span { font: 600 9px var(--mono); color: var(--blue); }.source-grid strong { display: block; margin-top: 42px; font-size: 15px; }.source-grid p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.rank { background: var(--ink); color: white; }
.rank .section-kicker { color: var(--lime); }.rank-head { display: flex; justify-content: space-between; align-items: end; }.rank-head > p { font: 500 10px/1.6 var(--mono); color: #999; text-align: right; margin-bottom: 75px; }
.rank-table { border-top: 1px solid #666; }
.rank-row { display: grid; grid-template-columns: 50px 1fr 50px 1fr 90px; gap: 15px; align-items: center; padding: 25px 4px; border-bottom: 1px solid #555; }
.rank-row > span { font: 500 12px var(--mono); color: var(--lime); }.rank-row strong { font-size: 15px; }.rank-row b { text-align: center; color: var(--orange); }.rank-row em { font: 700 18px var(--display); color: var(--lime); }.rank-row small { text-align: right; font: 500 10px var(--mono); color: #aaa; }
.ad-footer { margin: 0; width: 100%; min-height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-bottom: 1px solid var(--ink); padding: 24px 5vw; text-align: center; }
.ad-footer .adsbygoogle { max-width: 1200px; }
.ad-footer p { margin: 14px 0 4px; font: 600 14px var(--sans); }.ad-footer small { color: var(--muted); font-size: 8px; }
footer { padding: 50px 5vw; display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 40px; align-items: start; }
footer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; } footer > div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 15px; font-size: 10px; }
.legal-page { width: min(760px, 90vw); margin: 0 auto; padding: 100px 0 140px; }
.legal-page h1 { font: 700 clamp(46px, 7vw, 76px)/1.05 var(--display); letter-spacing: -.07em; margin: 18px 0 45px; }
.legal-page section { padding: 28px 0; border-top: 1px solid var(--ink); }
.legal-page h2 { margin: 0 0 12px; font-size: 18px; }
.legal-page p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-page a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { padding: 18px; border: 1px solid var(--orange); color: var(--ink) !important; }
.legal-updated { margin-top: 36px; font: 500 10px var(--mono); }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 100px); background: var(--ink); color: white; padding: 13px 20px; font-size: 12px; z-index: 200; transition: .35s; }.toast.show { transform: translate(-50%, 0); }

@keyframes reveal { from { opacity: 0; transform: translateY(15px) rotateX(-3deg); } }
@keyframes printTicket { from { opacity: 0; transform: scaleY(.2) translateY(-80px); } to { opacity: 1; transform: none; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; scroll-behavior: auto !important; } }

@media (max-width: 700px) {
  .site-header { height: 64px; }.site-header nav a { display: none; } nav { gap: 10px; }
  .hero { min-height: 760px; padding-top: 72px; }.issue-stamp { width: 65px; height: 65px; top: 38px; right: -8px; font-size: 9px; }
  .hero h1 { font-size: clamp(46px, 15vw, 67px); margin-top: 26px; }.hero-copy { max-width: 88%; font-size: 13px; }
  .oracle { margin-top: 34px; }.step { padding: 17px; min-height: 245px; box-shadow: 6px 6px 0 var(--ink); }.search-wrap input { font-size: 16px; min-width: 0; }.next-button { padding: 0 15px; }
  .choice-grid { gap: 6px; }.choice-grid label { padding: 10px 8px; min-height: 132px; }.choice-grid strong { font-size: 13px; }.choice-grid small { font-size: 8px; }
  .result-shell { padding: 75px 5vw; }.ticket { padding: 20px 19px 28px; box-shadow: 8px 8px 0 var(--lime); }.ticket-route { font-size: 10px; }.future-title { align-items: flex-start; }.future-title h3 { font-size: 27px; }.match span { font-size: 38px; }.match small { font-size: 7px; }
  .fit-report { margin-top: 70px; }.fit-grid { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--lime); }.fit-grid > div + div { border-left: 0; border-top: 1px solid var(--ink); }.alternatives > div { display: block; }.alternatives h4 { margin-top: 8px; }
  .runway { margin-top: 80px; }.runway-head { display: block; }.runway-head > p { margin-top: 18px; }.runway-dashboard { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--orange); }.runway-count { border-right: 0; border-bottom: 1px solid var(--ink); padding: 24px 20px; }.runway-count > strong { margin: 29px 0 20px; font-size: 44px; }.signal-list { padding: 8px 20px; }.career-line { padding-left: 10px; padding-right: 10px; }.career-stops > span { width: 92px; }.career-stops small { font-size: 8px; }.runway-advice { grid-template-columns: 1fr; gap: 9px; padding: 20px; }
  .metrics strong { font-size: 13px; }.metrics span { font-size: 7px; }.serial { right: 19px; bottom: 31px; }.mission-wrap { margin-top: 80px; }.mission-wrap ol { grid-template-columns: 1fr; }.mission-wrap li { min-height: auto; }.mission-wrap li::before { margin-bottom: 12px; }
  .how, .method, .rank { padding: 80px 5vw; }.how h2, .method h2, .rank h2 { margin-bottom: 50px; }.how-list { grid-template-columns: 1fr; }.how-list article, .how-list article + article { padding: 20px 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }.how-list h3 { margin-top: 25px; }.method-head { grid-template-columns: 1fr; gap: 0; }.method-head > p { margin-bottom: 42px; }.source-grid { grid-template-columns: 1fr 1fr; }.source-grid a { border-bottom: 1px solid var(--ink); min-height: 170px; }.source-grid a:nth-child(2) { border-right: 0; }
  .rank-head > p { display: none; }.rank-row { grid-template-columns: 28px 1fr 20px 1fr; gap: 8px; }.rank-row small { display: none; }.rank-row strong { font-size: 12px; }.rank-row em { font-size: 15px; }
  footer { grid-template-columns: 1fr; gap: 25px; } footer > div { justify-content: flex-start; }
}
