:root{--bg: #f5f7fb;--surface: #ffffff;--surface-strong: #101828;--text: #243047;--muted: #667085;--line: #e6eaf2;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #eaf1ff;--success: #047857;--warning: #b45309;--shadow: 0 24px 70px rgba(17, 24, 39, .1);--card-bg: rgba(255, 255, 255, .88);--card-muted-bg: #f8fbff;--chip-bg: rgba(255, 255, 255, .76);--chip-soft: #f2f4f7;--sort-bg: #ffffff;--empty-bg: rgba(255, 255, 255, .72);--notice-bg: rgba(255, 251, 235, .72);--notice-strong: #92400e;--accent-shadow: 0 16px 32px rgba(37, 99, 235, .22);--brand-shadow: 0 14px 30px rgba(37, 99, 235, .25);--page-glow-1: rgba(37, 99, 235, .15);--page-glow-2: rgba(4, 120, 87, .1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif}:root[data-theme=dark]{--bg: #07111f;--surface: #0f172a;--surface-strong: #f8fafc;--text: #e2e8f0;--muted: #94a3b8;--line: #22304a;--accent: #60a5fa;--accent-strong: #3b82f6;--accent-soft: rgba(96, 165, 250, .14);--success: #34d399;--warning: #f59e0b;--shadow: 0 24px 70px rgba(2, 6, 23, .42);--card-bg: rgba(15, 23, 42, .88);--card-muted-bg: #111c31;--chip-bg: rgba(15, 23, 42, .78);--chip-soft: #111827;--sort-bg: #0f172a;--empty-bg: rgba(15, 23, 42, .72);--notice-bg: rgba(120, 53, 15, .18);--notice-strong: #fdba74;--accent-shadow: 0 18px 34px rgba(59, 130, 246, .24);--brand-shadow: 0 14px 30px rgba(59, 130, 246, .32);--page-glow-1: rgba(59, 130, 246, .22);--page-glow-2: rgba(16, 185, 129, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 80% 0%,var(--page-glow-1),transparent 28rem),radial-gradient(circle at 6% 12%,var(--page-glow-2),transparent 22rem),var(--bg);transition:background-color .2s ease,color .2s ease}body,.hero-card,.finder-card,.summary-card,.station-card,.notice-card,.pagination,.theme-toggle,.theme-toggle__button,.route-link,.header-pills span,.sort-label,.sort-chip,.secondary-button,.station-meta span,.station-insight,.filters select,.pagination__button,.empty-state{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,opacity .2s ease}button,select{font:inherit}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:18px 0 8px;display:flex;align-items:center;justify-content:space-between;gap:16px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--surface-strong);font-size:22px;font-weight:900;letter-spacing:-.04em}.brand-mark{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--accent),#14b8a6);box-shadow:var(--brand-shadow)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.header-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.header-pills span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);background:var(--chip-bg);font-size:13px;font-weight:800}.theme-toggle{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:999px;padding:4px;background:var(--chip-bg);box-shadow:var(--shadow)}.theme-toggle__button{border:0;border-radius:999px;padding:8px 12px;color:var(--muted);background:transparent;font-size:13px;font-weight:900;cursor:pointer}.theme-toggle__button:hover:not(.is-active){color:var(--accent);background:var(--accent-soft)}.theme-toggle__button.is-active{color:#fff;background:var(--accent);box-shadow:var(--accent-shadow)}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:26px 0 58px}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:center;gap:28px;padding:52px 0 34px}.hero__eyebrow{display:inline-flex;align-items:center;margin-bottom:16px;padding:9px 13px;border-radius:999px;color:var(--accent);background:var(--accent-soft);font-size:14px;font-weight:900}.hero h1{margin:0;color:var(--surface-strong);font-size:clamp(40px,6vw,68px);line-height:1.05;letter-spacing:-.07em}.hero p{max-width:680px;margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.75}.hero__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:26px}.primary-link,#refreshButton{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:999px;padding:0 18px;color:#fff;background:var(--accent);font-weight:900;cursor:pointer;box-shadow:var(--accent-shadow)}.primary-link:hover,#refreshButton:hover{background:var(--accent-strong)}.hero-note{color:var(--muted);font-size:14px;font-weight:800}.hero-card,.finder-card,.summary-card,.station-card,.notice-card{border:1px solid var(--line);background:var(--card-bg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-card{min-height:340px;border-radius:32px;padding:26px;overflow:hidden}.hero-card__top{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;font-weight:800}.status-dot{width:9px;height:9px;border-radius:999px;background:var(--success);box-shadow:0 0 0 6px #0478571f}.status-dot.is-waiting{background:var(--warning);box-shadow:0 0 0 6px #b453091f}.hero-card__price{display:block;margin-top:42px;color:var(--surface-strong);font-size:52px;letter-spacing:-.06em}.hero-card p{margin:6px 0 0;color:var(--muted)}.hero-card__stack{display:grid;gap:12px;margin-top:36px}.hero-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:0;padding:18px;border-radius:22px;background:var(--card-muted-bg);color:var(--muted);font-size:14px;font-weight:800}.hero-card__meta strong{color:var(--accent);font-size:16px}.finder-card{border-radius:30px;padding:22px}.finder-card__head,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.section-meta{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.finder-card__head h2,.section-heading h2{margin:0 0 6px;color:var(--surface-strong);font-size:26px;letter-spacing:-.04em}.finder-card__head p,.section-heading p{margin:0;color:var(--muted)}.filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.filters label{display:grid;gap:8px;color:var(--muted);font-size:14px;font-weight:900}.filters select{width:100%;border:1px solid var(--line);border-radius:18px;padding:15px 16px;color:var(--text);background:var(--surface);outline:none}.filters select:focus{border-color:var(--accent);box-shadow:0 0 0 4px #2563eb1f}.filters select:disabled,#refreshButton:disabled{cursor:not-allowed;opacity:.62}.location-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:18px 20px;border:1px solid var(--line);border-radius:24px;background:var(--card-muted-bg)}.location-panel strong{display:block;color:var(--surface-strong);font-size:15px}.location-panel__hint{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.location-panel__hint.is-error{color:var(--warning)}.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 16px;color:var(--accent);background:var(--sort-bg);font-weight:900;cursor:pointer}.secondary-button:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft)}.secondary-button:disabled{cursor:not-allowed;opacity:.62}.sort-mode{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.sort-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 16px;color:var(--muted);background:var(--sort-bg);font-size:14px;font-weight:900;cursor:pointer}.sort-chip:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.sort-chip.is-active{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:var(--accent-shadow)}.sort-chip:disabled{cursor:not-allowed;opacity:.62}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:16px}.summary-card{border-radius:22px;padding:20px;box-shadow:none}.summary-card__label{display:block;margin-bottom:10px;color:var(--muted);font-size:13px;font-weight:900}.summary-card strong{display:block;color:var(--surface-strong);font-size:28px;letter-spacing:-.04em}.summary-card small{display:block;margin-top:8px;color:var(--muted);line-height:1.45}.list-section{margin-top:30px}.sort-label{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--accent);background:var(--sort-bg);font-size:13px;font-weight:900}.station-list{display:grid;gap:12px;margin-top:14px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:18px 20px;border:1px solid var(--line);border-radius:24px;background:var(--card-bg)}.pagination__summary{margin:0;color:var(--muted);font-size:14px;font-weight:900}.pagination__controls{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pagination__button{min-width:42px;border:1px solid var(--line);border-radius:14px;padding:10px 14px;color:var(--text);background:var(--surface);cursor:pointer}.pagination__button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.pagination__button:disabled{cursor:not-allowed;opacity:.5}.pagination__button.is-active{border-color:var(--accent);color:#fff;background:var(--accent)}.station-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;border-radius:24px;padding:18px;box-shadow:0 18px 48px #11182712}.rank-badge{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:17px;color:var(--accent);background:var(--accent-soft);font-weight:900}.station-card h3{margin:0;color:var(--surface-strong);font-size:18px;letter-spacing:-.02em}.station-card__content{min-width:0}.station-meta{display:flex;flex-wrap:wrap;gap:8px;margin:9px 0 0;color:var(--muted);font-size:14px}.station-meta span{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:var(--chip-soft)}.station-insights{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.station-insight{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);background:var(--chip-soft);font-size:13px;font-weight:800}.station-insight.is-positive{color:var(--success)}.station-insight.is-warning{color:var(--warning)}.station-insight.is-accent{color:var(--accent);background:var(--accent-soft)}.station-card__actions{margin-top:12px}.route-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line);border-radius:999px;padding:0 14px;color:var(--accent);background:var(--sort-bg);font-size:14px;font-weight:900}.route-link:hover{border-color:var(--accent);background:var(--accent-soft)}.price-block{min-width:144px;text-align:right}.price-block strong{display:block;color:var(--surface-strong);font-size:26px;letter-spacing:-.04em}.price-block small{color:var(--success);font-weight:900}.price-block small.is-warning{color:var(--warning)}.empty-state{border:1px dashed var(--line);border-radius:22px;padding:30px;color:var(--muted);background:var(--empty-bg);text-align:center}.notice-card{margin-top:28px;border-radius:24px;padding:20px;color:var(--muted);line-height:1.7;box-shadow:none;background:var(--notice-bg)}.notice-card strong{color:var(--notice-strong)}.notice-card p{margin:6px 0 0}@media (max-width: 900px){.site-header{align-items:flex-start;flex-direction:column}.header-actions{width:100%;justify-content:space-between}}@media (max-width: 820px){.hero{grid-template-columns:1fr;padding-top:26px}.hero h1{font-size:clamp(36px,11vw,54px)}.hero-card{min-height:auto}.finder-card__head,.section-heading{align-items:flex-start;flex-direction:column}.section-meta,.pagination,.pagination__controls{width:100%;justify-content:flex-start}.pagination{align-items:flex-start;flex-direction:column}#refreshButton{width:100%}.filters,.station-card{grid-template-columns:1fr}.location-panel{align-items:stretch;flex-direction:column}.price-block{min-width:0;text-align:left}}@media (max-width: 620px){.header-actions{align-items:stretch;flex-direction:column}.sort-mode{flex-direction:column}.sort-chip,.secondary-button,.theme-toggle{width:100%;justify-content:space-between}.theme-toggle__button{flex:1 1 0}}@media (max-width: 520px){.page-shell,.site-header{width:min(100% - 24px,1120px)}.header-pills span:nth-child(3){display:none}.hero__actions{align-items:stretch;flex-direction:column}.primary-link{width:100%}.hero-card__price{font-size:42px}.finder-card{padding:16px}}.secondary-button.is-active{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:var(--accent-shadow)}.utility-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:18px 20px;border:1px solid var(--line);border-radius:24px;background:var(--card-muted-bg)}.utility-panel__copy{flex:1 1 auto}.utility-panel__copy strong{display:block;color:var(--surface-strong);font-size:15px}.utility-panel__copy p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.utility-panel__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.utility-panel__message{margin-top:10px!important;color:var(--accent)!important;font-weight:900}.utility-panel__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.report-card{margin-top:30px;border:1px solid var(--line);border-radius:30px;padding:24px;background:var(--card-bg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.report-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.report-card__eyebrow{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;color:var(--accent);background:var(--accent-soft);font-size:13px;font-weight:900}.report-card__head h2{margin:14px 0 0;color:var(--surface-strong);font-size:clamp(26px,3vw,34px);line-height:1.15;letter-spacing:-.04em}.report-card__head p{max-width:680px;margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.7}.report-card__meta{min-width:220px;display:grid;gap:8px;justify-items:end}.report-card__meta strong{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;color:var(--surface-strong);background:var(--chip-bg);font-size:13px;font-weight:900}.report-card__meta small{color:var(--muted);font-size:13px;font-weight:700}.report-card__headline{margin-top:20px;padding:18px 20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,var(--surface),var(--card-muted-bg))}.report-card__headline strong{color:var(--surface-strong);font-size:clamp(22px,2.5vw,30px);line-height:1.42;letter-spacing:-.04em}.report-card__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.report-metric,.report-item{min-width:0;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.report-metric{padding:16px 18px}.report-metric span{display:block;color:var(--muted);font-size:13px;font-weight:800}.report-metric strong{display:block;margin-top:10px;color:var(--surface-strong);font-size:24px;font-weight:900;letter-spacing:-.04em}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.report-item{padding:18px}.report-item span{display:inline-flex;align-items:center;color:var(--accent);font-size:14px;font-weight:900}.report-item p{margin:10px 0 0;color:var(--surface-strong);font-size:15px;line-height:1.8}.report-card__note{margin:16px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.history-card{margin-top:30px;border:1px solid var(--line);border-radius:30px;padding:22px;background:var(--card-bg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.range-toggle{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:4px;background:var(--chip-bg)}.range-toggle__button{border:0;border-radius:999px;padding:8px 12px;color:var(--muted);background:transparent;font-size:13px;font-weight:900;cursor:pointer}.range-toggle__button.is-active{color:#fff;background:var(--accent);box-shadow:var(--accent-shadow)}.history-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:16px}.history-summary-card{min-height:132px}.history-chart-wrap{position:relative;margin-top:18px;padding:18px 18px 12px;border:1px solid var(--line);border-radius:24px;background:var(--surface)}.history-chart__legend{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:12px}.history-chart__legend-item{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:900}.history-chart__legend-item.is-helper{margin-left:auto;color:var(--muted);font-weight:800}.history-chart__swatch{width:22px;height:4px;border-radius:999px;background:var(--line)}.history-chart__swatch.is-lowest{background:var(--accent)}.history-chart__swatch.is-average{background:var(--success)}.history-chart{width:100%;height:auto;display:block}.history-chart__title{fill:var(--muted);font-size:12px;font-weight:800}.history-chart__grid{stroke:var(--line);stroke-width:1}.history-chart__label,.history-chart__x-label{fill:var(--muted);font-size:12px;font-weight:800}.history-chart__line{fill:none;stroke-width:3.6;stroke-linecap:round;stroke-linejoin:round}.history-chart__line.is-lowest{stroke:var(--accent)}.history-chart__line.is-average{stroke:var(--success)}.history-chart__point{stroke:var(--surface);stroke-width:2.5}.history-chart__point.is-lowest{fill:var(--accent)}.history-chart__point.is-average{fill:var(--success)}.history-chart__point.is-hovered{stroke-width:3.5}.history-chart__guide{stroke:var(--line);stroke-width:1.5;stroke-dasharray:4 4}.history-chart__hover-band{fill:var(--accent-soft);opacity:.55}.history-chart__hotspot{fill:transparent;cursor:crosshair}.history-chart__tooltip-box{fill:var(--card-bg);stroke:var(--line);stroke-width:1}.history-chart__tooltip-title{fill:var(--surface-strong);font-size:12px;font-weight:900}.history-chart__tooltip-value{font-size:12px;font-weight:800}.history-chart__tooltip-value.is-lowest{fill:var(--accent)}.history-chart__tooltip-value.is-average{fill:var(--success)}.history-empty-state{margin-top:18px}.history-note{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.station-insight.is-favorite{color:var(--accent);background:var(--accent-soft)}.station-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.favorite-button,.route-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line);border-radius:999px;padding:0 14px;font-size:14px;font-weight:900}.favorite-button{color:var(--muted);background:var(--sort-bg);cursor:pointer}.favorite-button:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.favorite-button.is-active{border-color:var(--accent);color:#fff;background:var(--accent);box-shadow:var(--accent-shadow)}@media (max-width: 820px){.utility-panel,.history-card .section-heading,.report-card__head{align-items:stretch;flex-direction:column}.utility-panel__actions,.range-toggle{width:100%;justify-content:space-between}.report-card__meta{min-width:0;justify-items:start}.report-card__metrics,.report-grid{grid-template-columns:1fr}.history-chart-wrap{padding:14px}.history-chart__legend-item.is-helper{margin-left:0}}@media (max-width: 620px){.utility-panel__actions,.range-toggle{flex-direction:column}.range-toggle__button,.favorite-button,.route-link{width:100%;justify-content:center}.report-card,.history-card{padding:18px}}
