@import "tailwindcss";
@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");

:root { --ink:#142b25; --muted:#687873; --line:#dce6e1; --green:#087c61; --green-dark:#075c4b; --mint:#e8f7f0; --cream:#f5f6ee; --white:#fff; --orange:#dc6b3b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif; letter-spacing:-.02em; }
button,textarea,input { font:inherit; } button { color:inherit; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.topbar { height:74px; max-width:1320px; padding:0 28px; margin:auto; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:11px; font-weight:900; font-size:19px; text-decoration:none; color:var(--ink); letter-spacing:-.04em; }
.brand>span:last-child { color:#27483e; }
.brand>span:last-child b { color:var(--green); }
.brand-mark { width:34px; height:34px; display:grid; place-items:center; border-radius:11px 11px 11px 3px; background:var(--green); color:white; font-size:14px; box-shadow:0 5px 15px #087c6130; }
.brand-mascot { width:44px; height:44px; flex:0 0 auto; overflow:hidden; border:2px solid white; border-radius:50%; background:#e4f3ed; box-shadow:0 5px 18px #087c6125; }
.brand-mascot img { width:100%; height:100%; object-fit:contain; transform:scale(1.55) translateY(9%); transform-origin:50% 25%; }
.prototype { color:var(--green); background:#e3f2ec; border:1px solid #c5e3d8; font-size:12px; font-weight:800; padding:8px 12px; border-radius:99px; }

.hero { max-width:1320px; margin:0 auto; padding:42px 28px 66px; display:grid; grid-template-columns:.72fr 1.28fr; gap:58px; align-items:center; min-height:660px; }
.hero-copy { text-align:center; }
.eyebrow { display:flex; align-items:center; gap:9px; color:var(--green); font-size:13px; font-weight:900; letter-spacing:.04em; margin-bottom:20px; }
.eyebrow span { width:19px; height:2px; background:var(--green); }
h1 { font-size:clamp(40px,4.5vw,62px); line-height:1.13; margin:0 0 27px; letter-spacing:-.07em; font-weight:900; }
h1 em { color:var(--green); font-style:normal; }
.mascot-card { position:relative; z-index:1; isolation:isolate; width:232px; height:220px; margin:0 auto -35px; transform:rotate(-2deg); }
.mascot-card::before,.mascot-card::after { content:""; position:absolute; z-index:-1; border-radius:50%; }
.mascot-card::before { width:154px; height:154px; left:27px; bottom:22px; background:#dcefe7; box-shadow:0 18px 45px #31514816; }
.mascot-card::after { width:46px; height:46px; right:9px; top:22px; background:#f8d8df; }
.mascot-card img { width:100%; height:100%; display:block; object-fit:contain; filter:drop-shadow(0 14px 16px #31514828); }
.product-name { position:relative; z-index:2; margin:0 0 24px; font-size:clamp(39px,3.55vw,50px); line-height:.98; font-weight:950; letter-spacing:-.075em; }
.product-name span,.product-name em { display:block; width:max-content; max-width:100%; margin-inline:auto; }
.product-name span { position:relative; z-index:0; color:#243c35; padding:0 12px 3px; }
.product-name span::after { content:""; position:absolute; z-index:-1; left:0; right:0; bottom:1px; height:15px; border-radius:99px; background:#f8d8df; transform:rotate(-1deg); }
.product-name em { margin-top:8px; color:var(--green); text-shadow:0 4px 0 #d7ece4; }
.hero-lead { font-size:20px; line-height:1.65; margin:0 0 22px; color:#50635d; font-weight:650; }
.scope-chip { display:inline-flex; align-items:center; gap:9px; padding:10px 15px; margin-bottom:22px; background:white; border:1px solid var(--line); border-radius:99px; font-size:12px; color:#53665f; box-shadow:0 7px 20px #3151480c; }
.scope-chip span { color:#9aaba5; }.scope-chip b:first-child { color:var(--green); }.scope-chip b:last-child { color:#b95c38; }
.trust-row { display:flex; flex-wrap:wrap; gap:11px 17px; font-size:12px; color:#657670; font-weight:750; }

.ask-card { background:var(--white); padding:27px 28px 25px; border:1px solid #dbe5df; border-radius:24px 24px 24px 7px; box-shadow:0 24px 60px #31514818; position:relative; }
.ask-card::before { content:""; position:absolute; inset:-10px 22px auto auto; width:72px; height:72px; border-radius:50%; background:#d7efe4; z-index:-1; }
.ask-head { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:17px; }
.ask-head>div,.panel-title { display:flex; align-items:center; gap:10px; }.ask-head strong,.panel-title strong { font-size:17px; }
.step-dot { display:grid; place-items:center; width:27px; height:27px; border-radius:50%; background:var(--green); color:white; font-weight:900; font-size:13px; flex:0 0 auto; }
.privacy { font-size:11px; color:#7a8984; }
.ai-first-choice { width:100%; border:1px solid #72bda6; background:linear-gradient(135deg,#e9f8f1,#f8fffb); border-radius:16px; padding:15px 16px; display:grid; grid-template-columns:48px 1fr auto; align-items:center; gap:13px; text-align:left; cursor:pointer; box-shadow:0 10px 24px #087c6112; transition:.18s; }
.ai-first-choice:hover { border-color:var(--green); transform:translateY(-1px); box-shadow:0 13px 28px #087c611d; }
.ai-first-choice.selected { border-color:var(--green); background:linear-gradient(135deg,#daf3e8,#f2fcf7); box-shadow:0 0 0 3px #087c6114; }
.ai-first-badge { width:48px; height:48px; display:grid; place-items:center; border-radius:15px; background:var(--green); color:white; font-size:16px; font-weight:950; box-shadow:0 7px 15px #087c6130; }
.ai-first-copy { min-width:0; }.ai-first-copy strong,.ai-first-copy small { display:block; }.ai-first-copy strong { color:#0d473a; font-size:16px; }.ai-first-copy small { margin-top:5px; color:#5f766f; font-size:11px; line-height:1.4; }
.ai-first-action { color:var(--green); font-size:11px; font-weight:900; white-space:nowrap; }.ai-first-action b { margin-left:6px; font-size:14px; }
.quick-category-head { margin:17px 2px 9px; display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }.quick-category-head strong { color:#314c44; font-size:12px; }.quick-category-head span { color:#899791; font-size:9px; }
.category-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.category-option { min-width:0; border:1px solid #dbe5df; background:#fbfcfa; border-radius:11px; padding:9px 10px; display:grid; grid-template-columns:36px 1fr 17px; align-items:center; gap:10px; text-align:left; cursor:pointer; transition:.18s; }
.category-option:hover { border-color:#8fc7b3; background:#f7fcf9; transform:translateY(-1px); }
.category-option.selected { border-color:var(--green); background:#edf8f3; box-shadow:0 0 0 2px #087c6112; }
.category-icon { width:36px; height:36px; display:grid; place-items:center; border-radius:9px; background:#e5f3ed; color:var(--green); font-size:10px; font-weight:950; letter-spacing:-.04em; }
.category-option.safety .category-icon { background:#fff0e8; color:#b8522d; }
.category-copy { min-width:0; }.category-copy strong { display:block; font-size:12px; line-height:1.25; }.category-copy small { display:block; margin-top:3px; color:#8a9893; font-size:9px; }
.check { opacity:0; width:17px; height:17px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:white; font-size:10px; }.category-option.selected .check { opacity:1; }
.unknown-choice { margin-top:9px; width:100%; border:1px dashed #b9c9c2; background:white; border-radius:10px; padding:9px 12px; display:grid; grid-template-columns:25px auto 1fr; gap:8px; align-items:center; text-align:left; cursor:pointer; }
.unknown-choice>span { width:23px; height:23px; display:grid; place-items:center; border-radius:50%; background:#edf2ef; color:#61746d; font-weight:900; }.unknown-choice strong { font-size:11px; }.unknown-choice small { color:#899791; font-size:10px; text-align:right; }.unknown-choice.selected { border-color:var(--green); background:#f1f9f5; }

.location-stage { margin-top:16px; padding-top:16px; border-top:1px solid #e5ece8; }
.location-stage-head { margin-bottom:10px; }
.category-stage-head { margin-bottom:13px; }
.story-panel { border-top:1px solid #e5ece8; margin-top:18px; padding-top:18px; }.panel-title { margin-bottom:13px; }
.story-counter { margin-top:7px; color:#8d9b96; font-size:9px; text-align:right; }
.story-emergency { margin-top:10px; padding:10px 11px; border:1px solid #b42318; border-radius:10px; background:#fff0ed; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:7px; color:#8f1712; }.story-emergency strong,.story-emergency span { display:block; }.story-emergency strong { font-size:12px; }.story-emergency span { margin-top:2px; font-size:9px; }.story-emergency a { min-width:42px; border-radius:8px; background:#b42318; padding:8px; color:white; text-align:center; text-decoration:none; font-size:11px; font-weight:950; }
.flow-submit { display:flex; justify-content:space-between; align-items:center; gap:14px; margin-top:14px; }.flow-submit>span { color:#9b6b2a; font-size:9px; line-height:1.45; }.flow-submit>span.ready { color:var(--green); }.flow-submit button { border:0; border-radius:10px; background:var(--green); color:white; padding:12px 20px; font-size:12px; font-weight:850; cursor:pointer; box-shadow:0 8px 20px #087c612d; transition:.2s; }.flow-submit button:hover { background:var(--green-dark); transform:translateY(-1px); }.flow-submit button:disabled { background:#b7c4bf; box-shadow:none; cursor:not-allowed; transform:none; }.flow-submit button b { margin-left:13px; }
.location-box { margin-bottom:0; padding:13px; border:1px solid #bfded2; border-radius:13px; background:linear-gradient(145deg,#f2faf6,#fff); }
.location-box-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; }
.location-box-head small { display:block; margin-bottom:3px; color:var(--green); font-size:9px; font-weight:900; letter-spacing:.04em; }
.location-box-head strong { display:block; font-size:13px; }
.location-edit { border:0; border-radius:7px; padding:6px 9px; background:#e5f3ed; color:var(--green-dark); font-size:9px; font-weight:850; cursor:pointer; }
.location-actions { display:grid; grid-template-columns:1.35fr 1fr 1fr; gap:6px; }
.location-actions button { min-height:38px; border:1px solid #d4e1db; border-radius:9px; background:white; color:#546861; font-size:10px; font-weight:850; cursor:pointer; }
.location-actions button:hover { border-color:#8fc7b3; background:#f7fcf9; }
.location-actions .locate-button { display:flex; align-items:center; justify-content:center; gap:6px; border-color:var(--green); background:var(--green); color:white; box-shadow:0 6px 15px #087c6122; }
.location-actions .locate-button:hover { background:var(--green-dark); }
.location-actions .locate-button:disabled { opacity:.7; cursor:wait; }
.location-actions .locate-button span { font-size:16px; line-height:1; }
.location-actions.single { display:block; }
.location-actions.single .locate-button { width:100%; }
.location-primary-actions { grid-template-columns:1.45fr 1fr; }
.location-primary-actions .location-unknown.selected { border-color:#6f8b81; background:#eef3f1; color:#243e36; box-shadow:inset 0 0 0 1px #6f8b81; }
.location-simple .location-box-head strong { max-width:100%; color:#304a41; font-size:11px; line-height:1.45; word-break:keep-all; }
.map-toggle { width:100%; margin-top:9px; border:1px solid #d4e1db; border-radius:9px; background:#f8fbf9; padding:9px 11px; display:flex; align-items:center; justify-content:space-between; color:#51675f; font-size:10px; font-weight:850; cursor:pointer; }.map-toggle b { color:var(--green); font-size:9px; }.map-toggle:hover { border-color:#8fc7b3; background:#f2faf6; }
.map-expanded-panel { margin-top:8px; padding-top:1px; }
.map-instruction { display:flex; align-items:center; gap:7px; margin:11px 1px 7px; color:#687c74; font-size:9px; line-height:1.4; }
.map-instruction b { flex:0 0 auto; border-radius:99px; padding:4px 7px; background:#e4f3ed; color:var(--green-dark); font-size:8px; }
.map-picker { position:relative; }
.complaint-map { position:relative; z-index:0; width:100%; height:220px; overflow:hidden; border:1px solid #c9dcd4; border-radius:11px; background:#e8efeb; }
.complaint-map .leaflet-control-attribution { max-width:80%; padding:2px 4px; color:#66766f; font-size:7px; }
.complaint-map .leaflet-control-zoom a { color:var(--green-dark); }
.map-center-pin { position:absolute; z-index:500; left:50%; top:50%; width:32px; height:39px; pointer-events:none; transform:translate(-50%,-92%); filter:drop-shadow(0 5px 7px #183e3455); }
.map-center-pin::after { content:""; position:absolute; left:50%; bottom:-4px; width:18px; height:5px; border-radius:50%; background:#193d3335; transform:translateX(-50%); }
.map-center-pin>i { position:relative; display:block; width:30px; height:30px; border:3px solid white; border-radius:50% 50% 50% 5px; background:var(--green); transform:rotate(-45deg); }
.map-center-pin>i::after { content:""; position:absolute; width:8px; height:8px; left:8px; top:8px; border-radius:50%; background:white; }
.map-confirm { display:flex; align-items:center; justify-content:center; gap:14px; width:100%; min-height:40px; margin-top:8px; border:1px solid #9bc9b8; border-radius:9px; background:white; color:var(--green-dark); font-size:10px; font-weight:900; cursor:pointer; }
.map-confirm.ready { border-color:var(--green); background:var(--green); color:white; box-shadow:0 7px 16px #087c6123; }
.map-confirm:disabled { opacity:.65; cursor:wait; }
.address-search { display:grid; grid-template-columns:1fr auto; gap:6px; margin-top:8px; padding:8px; border-radius:10px; background:#edf5f1; }
.address-search input { min-width:0; border:1px solid #ceddd6; border-radius:8px; background:white; padding:9px 10px; color:var(--ink); font-size:10px; outline:none; }
.address-search input:focus { border-color:var(--green); box-shadow:0 0 0 3px #087c6112; }
.address-search button { border:0; border-radius:8px; padding:8px 13px; background:var(--green); color:white; font-size:10px; font-weight:850; cursor:pointer; }
.location-message { margin:9px 0 0; padding:8px 9px; border-radius:8px; color:#566b63; background:#edf5f1; font-size:9.5px; line-height:1.45; }
.location-message.found { color:#075c4b; background:#e4f4ed; }
.location-message.error { color:#9a4c31; background:#fff0e9; }
.location-help { margin:9px 1px 0; color:#6d7e78; font-size:9px; line-height:1.45; }
.location-privacy { margin:4px 1px 0; color:#91a09b; font-size:8px; line-height:1.45; }
.location-privacy a { color:#748b82; }
.manual-location { margin:8px 0 0; padding:9px; border:1px dashed #cbdad4; border-radius:11px; background:#fbfcfb; }
.manual-location .district-picker,.manual-location .dong-picker { margin-bottom:0; }
.manual-location .district-picker + .dong-picker { margin-top:8px; }
.district-picker { display:flex; align-items:center; justify-content:space-between; gap:12px; background:#f2f7f4; border-radius:10px; padding:8px 9px 8px 13px; margin-bottom:9px; }
.district-picker>span { color:#61716c; font-size:10px; font-weight:800; }.district-picker>div { display:flex; gap:5px; }
.district-picker button { border:1px solid #d4e1db; background:white; color:#60716b; border-radius:7px; padding:6px 9px; font-size:10px; font-weight:800; cursor:pointer; }.district-picker button.active { border-color:var(--green); background:var(--green); color:white; }
.dong-picker { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:6px 12px; padding:10px 12px; margin-bottom:9px; border:1px solid #f0d5c8; border-radius:10px; background:#fff8f4; }
.dong-picker label { color:#80503e; font-size:10px; font-weight:850; }.dong-picker select { width:100%; min-width:0; border:1px solid #d9c5bb; border-radius:7px; background:white; padding:7px 9px; color:var(--ink); font-size:11px; outline:none; }.dong-picker select:focus { border-color:var(--orange); box-shadow:0 0 0 3px #dc6b3b12; }.dong-picker small { grid-column:1/3; color:#9a7566; font-size:9px; line-height:1.45; }
.selected-summary { display:flex; align-items:center; gap:8px; padding:7px 9px; margin-bottom:9px; border:1px solid #dbe7e1; border-radius:9px; color:#496158; font-size:11px; }
.selected-summary>span { color:var(--green); font-size:9px; font-weight:900; }.selected-summary button { margin-left:auto; border:0; background:transparent; color:var(--green); font-size:10px; font-weight:850; cursor:pointer; }
textarea { display:block; width:100%; height:112px; resize:vertical; border:1.5px solid #cfdcd6; border-radius:12px; background:#fbfcfa; padding:15px; color:var(--ink); line-height:1.6; font-size:13px; outline:none; transition:.2s; }
textarea::placeholder { color:#8c9b96; } textarea:focus { border-color:var(--green); box-shadow:0 0 0 4px #087c6113; background:white; }
.input-footer { display:flex; justify-content:space-between; align-items:center; margin-top:11px; }.input-footer>span { font-size:9px; color:#8d9b96; }
.input-footer button { border:0; border-radius:10px; background:var(--green); color:white; padding:11px 17px; font-size:12px; font-weight:850; cursor:pointer; box-shadow:0 8px 20px #087c612d; transition:.2s; }.input-footer button:hover { background:var(--green-dark); transform:translateY(-1px); }.input-footer button:disabled { background:#b7c4bf; box-shadow:none; cursor:not-allowed; transform:none; }.input-footer button b { margin-left:13px; }

.result-wrap { max-width:1184px; margin:64px auto; scroll-margin-top:22px; }
.emergency-banner { margin-bottom:16px; padding:20px; border-radius:16px; border:2px solid #8f1712; background:linear-gradient(135deg,#b42318,#d92d20); display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:15px; color:white; box-shadow:0 14px 34px #b4231838; }
.emergency-icon { width:40px; height:40px; border-radius:50%; display:grid; place-items:center; background:white; color:#b42318; font-size:21px; font-weight:950; box-shadow:0 4px 12px #64110d35; }.emergency-banner strong { display:block; font-size:17px; margin-bottom:4px; }.emergency-banner p { margin:0; color:#fff5f3; font-size:12px; line-height:1.5; }.call-badge { background:white; color:#b42318; border-radius:99px; padding:8px 13px; font-size:11px; font-weight:950; }.emergency-calls { display:flex; gap:7px; margin-top:10px; }.emergency-calls a { border:1px solid #ffffff8f; border-radius:8px; background:#8f1712; padding:7px 11px; color:white; text-decoration:none; font-size:11px; font-weight:950; }.emergency-calls a:hover { background:#76120e; }
.result-card { background:white; border:1px solid var(--line); border-radius:23px; overflow:hidden; box-shadow:0 24px 60px #31514812; }
.result-header { padding:30px 34px 25px; display:flex; justify-content:space-between; align-items:center; gap:25px; }.result-label { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.07em; }.result-header h2 { margin:7px 0 0; font-size:23px; }.result-header h2 em { color:var(--green); font-style:normal; }.reset { white-space:nowrap; background:white; border:1px solid var(--line); border-radius:9px; padding:10px 13px; font-size:12px; font-weight:800; cursor:pointer; }
.auto-classification { margin:24px 34px 0; padding:16px 18px; border:1px solid #a8d3c3; border-radius:13px; background:#f1faf6; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; }.auto-classification>span { padding:6px 9px; border-radius:99px; background:var(--green); color:white; font-size:10px; font-weight:900; }.auto-classification strong { display:block; color:#123c31; font-size:15px; }.auto-classification small { display:block; margin-top:4px; color:#70817b; font-size:10px; }.auto-classification button { border:0; background:transparent; color:var(--green); font-size:11px; font-weight:900; cursor:pointer; }
.classification-question { margin:0 34px 30px; padding:24px; border:1px solid #a8d3c3; border-radius:15px; background:linear-gradient(145deg,#f2faf6,#fff); }.classification-question-head { display:flex; align-items:flex-start; gap:12px; }.classification-question-head>span { width:34px; height:34px; flex:0 0 auto; display:grid; place-items:center; border-radius:10px; background:var(--green); color:white; font-weight:950; }.classification-question-head small { display:block; color:var(--green); font-size:10px; font-weight:900; }.classification-question-head h3 { margin:4px 0 0; font-size:18px; }
.classification-options { margin-top:18px; display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }.classification-options button { min-width:0; border:1px solid #c9dbd4; border-radius:12px; background:white; padding:13px; display:grid; grid-template-columns:34px 1fr auto; align-items:center; gap:9px; text-align:left; cursor:pointer; }.classification-options button:hover { border-color:var(--green); background:#f3faf7; }.classification-options button>span { width:34px; height:34px; display:grid; place-items:center; border-radius:9px; background:#e6f4ee; color:var(--green); font-size:9px; font-weight:950; }.classification-options button strong,.classification-options button small { display:block; }.classification-options button strong { font-size:12px; }.classification-options button small { margin-top:3px; color:#87958f; font-size:9px; }.classification-options button>b { color:var(--green); font-size:10px; white-space:nowrap; }
.clarification-form { margin-top:18px; padding-top:17px; border-top:1px solid #dde9e4; }.clarification-form label { display:block; margin-bottom:7px; color:#64766f; font-size:10px; font-weight:800; }.clarification-form>div { display:grid; grid-template-columns:1fr auto; gap:8px; }.clarification-form input { width:100%; min-width:0; border:1px solid #c8d7d1; border-radius:9px; padding:11px 12px; color:#173a31; font:inherit; font-size:12px; outline:none; }.clarification-form input:focus { border-color:var(--green); box-shadow:0 0 0 3px #0a876c15; }.clarification-form button { border:0; border-radius:9px; padding:0 17px; background:var(--green); color:white; font-size:11px; font-weight:900; cursor:pointer; }.clarification-form button:disabled { background:#c7d5d0; cursor:not-allowed; }
.summary-strip { background:#f1f7f3; border-top:1px solid #dfebe5; border-bottom:1px solid #dfebe5; display:grid; grid-template-columns:1fr .8fr .7fr 1.5fr; }.summary-strip div { padding:17px 28px; border-right:1px solid #dbe7e1; display:flex; align-items:center; gap:15px; }.summary-strip div:last-child { border:0; }.summary-strip span { color:#6f7e79; font-size:11px; }.summary-strip strong { font-size:14px; }
.urgency { padding:5px 9px; background:#eef0e8; border-radius:99px; font-size:11px!important; }.urgency-높음,.urgency-긴급 { color:#bd4a28; background:#ffebe4; }.urgency-보통 { color:#95651c; background:#fff0d9; }.urgency-낮음 { color:var(--green); background:#ddf2e9; }
.follow-question { margin:24px 34px 0; border:1px solid #b9dacd; background:#f2faf6; border-radius:12px; display:flex; align-items:center; gap:13px; padding:15px 17px; }.follow-question>span { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:white; font-weight:900; }.follow-question small { display:block; color:var(--green); font-size:10px; font-weight:900; margin-bottom:3px; }.follow-question strong { font-size:13px; }
.guide-grid { padding:26px 34px 30px; display:grid; grid-template-columns:1fr 1fr; gap:12px; }.guide-block { border:1px solid var(--line); border-radius:13px; padding:20px; display:flex; gap:15px; min-height:138px; }.guide-block .number { color:#94aaa2; font-size:10px; font-weight:900; padding-top:2px; }.guide-block small { display:block; color:#74847e; font-size:11px; font-weight:800; margin-bottom:8px; }.guide-block h3 { font-size:14px; line-height:1.5; margin:0 0 7px; }.guide-block p { color:#71807b; font-size:11px; line-height:1.55; margin:0; }.guide-block ul { margin:0; padding:0; list-style:none; }.guide-block li { font-size:12px; margin:7px 0; }.guide-block li::before { content:"✓"; color:var(--green); font-weight:900; margin-right:8px; }.agency-block { border-color:#9acdbb; background:#f5fbf8; }.next-block { background:#faf9f3; }.notice { background:#f7f8f5; border-top:1px solid #e9ece7; padding:13px 34px; color:#83908c; font-size:10px; text-align:center; }
.agency-phone { display:flex; flex-direction:column; align-items:flex-start; gap:3px; color:var(--green-dark); text-decoration:none; }.agency-phone span { color:#71807b; font-size:10px; }.agency-phone strong { font-size:13px; }.agency-phone b { margin-left:6px; font-size:9px; }.agency-phone:hover strong { text-decoration:underline; }
.guide-block>div { flex:1; min-width:0; }
.service-block { min-height:190px; border-color:#b9d9cd; background:#fcfffd; }
.service-actions { display:flex; flex-direction:column; gap:7px; }
.service-contact-row { min-height:38px; display:flex; align-items:center; justify-content:space-between; gap:9px; padding:6px 7px 6px 10px; border:1px solid #dce8e3; border-radius:9px; background:white; }
.service-contact-row>span { color:#52665f; font-size:10px; font-weight:800; }
.service-contact-row>a { flex:0 0 auto; display:flex; align-items:center; gap:7px; padding:7px 8px; border-radius:7px; background:#e7f4ee; color:var(--green-dark); text-decoration:none; }
.service-contact-row>a:hover { background:#d7ebdf; }
.service-contact-row strong { font-size:10px; }
.service-contact-row b { padding-left:7px; border-left:1px solid #bfdacc; font-size:9px; }
.service-link-list { display:grid; grid-template-columns:1fr 1fr; gap:6px; margin-top:2px; }
.service-link-list>a { min-width:0; display:flex; align-items:center; justify-content:space-between; gap:6px; padding:9px 10px; border-radius:8px; background:#eef6f2; color:#3d6155; text-decoration:none; font-size:9px; font-weight:850; }
.service-link-list>a:hover { background:#dfeee7; color:var(--green-dark); }
.service-link-list span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.service-link-list b { flex:0 0 auto; }
.parking-action { margin:28px 34px 30px; padding:23px; border:1px solid #94c9b6; border-radius:15px; background:linear-gradient(145deg,#f2faf6,#fff); }
.follow-question + .parking-action { margin-top:18px; }
.result-section-head { display:flex; align-items:flex-start; gap:12px; margin-bottom:0; }
.result-section-head .section-index { width:34px; height:34px; flex:0 0 auto; display:grid; place-items:center; border-radius:10px; background:#dff2e9; color:var(--green); font-size:10px; font-weight:950; }
.result-section-head>div { flex:1; }
.result-section-head small { display:block; color:var(--green); font-size:10px; font-weight:900; letter-spacing:.04em; }
.result-section-head h3 { margin:3px 0 0; font-size:21px; letter-spacing:-.04em; }
.result-section-head>b { border-radius:99px; padding:7px 10px; background:#eeeadd; color:#796c4d; font-size:9px; white-space:nowrap; }
.result-section-copy { margin:12px 0 17px 46px; color:#5d716a; font-size:10.5px; line-height:1.6; }
.parking-action-head { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:17px; }.parking-action-head span { color:var(--green); font-size:10px; font-weight:900; letter-spacing:.05em; }.parking-action-head h3 { margin:5px 0 0; font-size:19px; }.parking-action-head>b { color:var(--green); background:#dff2e9; border-radius:99px; padding:7px 10px; font-size:10px; white-space:nowrap; }
.parking-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:13px; }.parking-steps>div { display:flex; align-items:center; gap:9px; padding:10px; border:1px solid #dfebe5; border-radius:10px; background:white; }.parking-steps>div>span { width:24px; height:24px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:var(--green); color:white; font-size:10px; font-weight:900; }.parking-steps p { margin:0; }.parking-steps strong { display:block; font-size:11px; }.parking-steps small { display:block; margin-top:2px; color:#80908a; font-size:9px; line-height:1.35; }
.complaint-draft { margin:0; padding:15px; max-height:180px; overflow:auto; white-space:pre-wrap; word-break:break-word; border:1px solid #dfe7e3; border-radius:10px; background:#f8faf8; color:#40534c; font-family:inherit; font-size:11px; line-height:1.6; }
.parking-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:12px; }.parking-actions button { border-radius:10px; padding:12px 15px; font-size:11px; font-weight:850; cursor:pointer; }.copy-button { border:1px solid #cfdcd6; background:white; color:#50635c; }.safety-button { border:0; background:var(--green); color:white; box-shadow:0 8px 20px #087c6125; }.safety-button:hover { background:var(--green-dark); }.safety-button b { margin-left:12px; }
.parking-caution { margin:12px 0 0; color:#8a654f; font-size:9.5px; line-height:1.5; }.parking-caution b { color:#b05331; }

.parking-intro { margin:-6px 0 16px; color:#5d716a; font-size:11px; line-height:1.6; }
.parking-routes { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.route-card { min-width:0; position:relative; display:flex; flex-direction:column; padding:18px 15px 15px; border:1px solid #dbe6e1; border-radius:12px; background:white; overflow:hidden; }
.route-card.recommended { border-color:#63ad94; box-shadow:0 8px 20px #087c6112; }
.route-card.recommended::before { content:"고양시 우선"; position:absolute; top:0; right:0; padding:5px 8px; border-radius:0 0 0 8px; background:var(--green); color:white; font-size:8px; font-weight:900; }
.route-card-head { display:flex; align-items:center; gap:9px; min-height:34px; margin-bottom:20px; }
.route-card.recommended .route-card-head { padding-right:58px; }
.route-card-head.with-action { margin-bottom:0; }
.route-card-head h4 { flex:1; min-width:0; }
.route-order { width:26px; height:26px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:#e5f3ed; color:var(--green); font-size:10px; font-weight:950; }
.route-card h4 { margin:0; font-size:16px; letter-spacing:-.04em; }
.route-contact-list { display:flex; flex-direction:column; gap:8px; margin-top:auto; }
.route-contact-row { min-height:40px; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:7px 8px 7px 11px; border:1px solid #dce7e2; border-radius:9px; background:#fbfcfb; }
.route-contact-row>span { color:#50655d; font-size:10px; font-weight:800; }
.route-contact-row>a,.route-contact-row>button { flex:0 0 auto; border:0; border-radius:7px; padding:8px 10px; background:#e8f5ef; color:var(--green-dark); text-decoration:none; font-size:10px; font-weight:900; cursor:pointer; }
.route-card.recommended .route-contact-row:first-child>a { background:var(--green); color:white; }
.route-contact-row>a:hover,.route-contact-row>button:hover { background:#d4ebdf; }
.route-card.recommended .route-contact-row:first-child>a:hover { background:var(--green-dark); }
.route-contact-row b { margin-left:4px; }
.route-note { margin:13px 0 0 35px; color:#697b75; font-size:9.5px; line-height:1.55; white-space:nowrap; }
.route-note b { color:#c65d37; font-size:9.5px; }
.route-head-action { flex:0 0 auto; border:0; border-radius:8px; padding:9px 10px; background:#e8f5ef; color:var(--green-dark); text-decoration:none; font-size:9.5px; font-weight:900; white-space:nowrap; cursor:pointer; }
.route-head-action:hover { background:#d4ebdf; }
.route-head-action b { margin-left:4px; }
.complaint-preview { margin-top:12px; border:1px solid #dfe7e3; border-radius:10px; background:#f8faf8; overflow:hidden; }
.complaint-preview summary { display:flex; justify-content:space-between; gap:10px; padding:12px 14px; color:#52665e; font-size:10px; font-weight:850; cursor:pointer; list-style:none; }
.complaint-preview summary::-webkit-details-marker { display:none; }
.complaint-preview summary::before { content:"+"; color:var(--green); font-size:13px; margin-right:6px; }
.complaint-preview[open] summary::before { content:"−"; }
.complaint-preview summary span { margin-left:auto; color:#7c8d87; font-weight:700; }
.complaint-preview .complaint-draft { margin:0 12px 10px; max-height:210px; border-radius:9px; background:white; }
.complaint-preview .copy-button { display:block; margin:0 12px 12px auto; border-radius:8px; padding:9px 12px; font-size:10px; font-weight:850; cursor:pointer; }

.council-action { margin:0 34px 30px; padding:23px; border:1px solid #d9d8c8; border-radius:15px; background:#fbfaf5; }
.result-section-head.council .section-index { background:#eeeadd; color:#826b3d; }
.result-section-head.council small { color:#8b6b35; }
.council-intro { margin:13px 0 16px; color:#6f6c5e; font-size:10.5px; line-height:1.65; }
.council-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.council-card { padding:17px; border:1px solid #d9ded8; border-radius:12px; background:white; }
.council-card.province { border-color:#d8d8e7; background:#fdfdff; }
.council-card-title { display:flex; align-items:center; gap:11px; padding-bottom:12px; border-bottom:1px solid #ecefea; }
.council-card-title>span { width:38px; height:38px; display:grid; place-items:center; flex:0 0 auto; border-radius:11px; background:#e6f3ed; color:var(--green); font-size:10px; font-weight:950; }
.province .council-card-title>span { background:#eeedf7; color:#575484; }
.council-card-title small { display:block; color:#8a9691; font-size:9px; }
.council-card-title h4 { margin:3px 0 0; font-size:13px; }
.member-list { padding:8px 0; }
.member-row { display:flex; justify-content:space-between; align-items:center; gap:12px; min-height:32px; padding:5px 2px; }
.member-row strong { font-size:11px; }
.member-row a,.member-row span { color:#657972; font-size:10px; text-decoration:none; }
.member-row a:hover { color:var(--green); text-decoration:underline; }
.official-link { display:flex; justify-content:space-between; align-items:center; padding-top:10px; border-top:1px solid #ecefea; color:#60736c; text-decoration:none; font-size:9.5px; font-weight:800; }
.official-link:hover { color:var(--green); }
.council-unknown { display:flex; gap:13px; align-items:flex-start; padding:16px; border:1px dashed #d2cdb9; border-radius:11px; background:white; }
.council-unknown>span { width:30px; height:30px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; background:#eeeadd; color:#826b3d; font-weight:900; }
.council-unknown strong { font-size:12px; }
.council-unknown p { margin:4px 0 10px; color:#7b786b; font-size:10px; }
.council-unknown div div { display:flex; gap:7px; }
.council-unknown a { padding:7px 9px; border-radius:7px; background:#f1eee4; color:#675c42; text-decoration:none; font-size:9px; font-weight:800; }
.neutral-note { margin:12px 0 0; color:#8c897d; font-size:9px; line-height:1.5; }

footer { border-top:1px solid #d8e1dc; min-height:105px; max-width:1184px; margin:70px auto 0; display:flex; align-items:center; font-size:11px; color:#7b8984; } footer .brand { font-size:15px; } footer .brand-mascot { width:36px; height:36px; border-width:2px; }

@media (max-width:1050px) { .hero { grid-template-columns:1fr; gap:38px; max-width:780px; }.hero-copy { text-align:center; }.eyebrow,.trust-row { justify-content:center; }.result-wrap { margin-left:24px; margin-right:24px; } }
@media (max-width:620px) {
  .topbar { height:66px; padding:0 18px; }.brand { font-size:16px; }.brand-mascot { width:38px; height:38px; }.prototype { display:none; }.hero { padding:28px 16px 45px; }.hero-copy { text-align:center; }.mascot-card { width:184px; height:174px; margin-bottom:-27px; }.mascot-card::before { width:120px; height:120px; }.product-name { font-size:38px; }.eyebrow,.trust-row { justify-content:flex-start; } h1 { font-size:39px; }.hero-lead { font-size:17px; }
  .ask-card { padding:21px 15px 18px; }.privacy { display:none; }.ai-first-choice { grid-template-columns:43px 1fr auto; padding:13px 12px; gap:10px; }.ai-first-badge { width:43px; height:43px; border-radius:13px; font-size:14px; }.ai-first-copy strong { font-size:15px; }.ai-first-copy small { font-size:10px; }.ai-first-action { font-size:0; }.ai-first-action b { margin-left:0; font-size:18px; }.quick-category-head { align-items:flex-start; flex-direction:column; gap:3px; margin-top:15px; }.quick-category-head strong { font-size:13px; }.quick-category-head span { font-size:10px; }.category-grid { gap:6px; }.category-option { grid-template-columns:31px 1fr; padding:9px 8px; gap:8px; }.category-icon { width:31px; height:31px; font-size:9px; }.category-copy strong { font-size:12px; line-height:1.35; }.category-copy small { font-size:10px; }.check { display:none; }
  .location-actions { grid-template-columns:1fr 1fr; }.location-actions .locate-button { grid-column:1/3; }.location-primary-actions .location-unknown { grid-column:1/3; }.location-box { padding:11px; }.complaint-map { height:250px; }.map-instruction { align-items:flex-start; }.address-search { grid-template-columns:1fr; }.address-search button { min-height:34px; }.district-picker { align-items:flex-start; flex-direction:column; }.district-picker>div { width:100%; }.district-picker button { flex:1; }.dong-picker { grid-template-columns:1fr; }.dong-picker small { grid-column:1; } .input-footer { align-items:flex-end; gap:8px; }.input-footer>span { max-width:145px; line-height:1.4; }.flow-submit { align-items:stretch; flex-direction:column; }.flow-submit>span { text-align:center; }.flow-submit button { width:100%; min-height:44px; }
  .result-wrap { margin:42px 14px; }.emergency-banner { grid-template-columns:auto 1fr; }.call-badge { display:none; }.result-header { padding:24px 20px; align-items:flex-start; }.result-header h2 { font-size:19px; }.reset { font-size:0; }.reset::after { content:"다시"; font-size:11px; }.auto-classification { margin:18px 20px 0; grid-template-columns:1fr auto; gap:8px; }.auto-classification>span { grid-column:1/3; width:max-content; }.classification-question { margin:0 20px 20px; padding:17px; }.classification-question-head h3 { font-size:15px; line-height:1.4; }.classification-options { grid-template-columns:1fr; }.clarification-form>div { grid-template-columns:1fr; }.clarification-form button { min-height:42px; }.summary-strip { grid-template-columns:1fr; }.summary-strip div { border-right:0; border-bottom:1px solid #dbe7e1; padding:13px 20px; }.follow-question { margin:18px 20px 0; }.guide-grid { grid-template-columns:1fr; padding:20px; }.service-link-list { grid-template-columns:1fr; }.parking-action { margin:20px; padding:17px; }.parking-action-head { align-items:flex-start; }.parking-action-head>b { display:none; }.result-section-head>b { display:none; }.result-section-copy { margin-left:0; }.parking-routes { grid-template-columns:1fr; }.route-card p { min-height:0; }.council-action { margin:0 20px 20px; padding:17px; }.council-grid { grid-template-columns:1fr; }.council-unknown div div { flex-direction:column; }.notice { padding:13px 20px; line-height:1.5; }
  footer { margin:0 18px; padding:25px 0; }
}
