:root {
    --navy: #102f3a;
    --navy-deep: #08242d;
    --teal: #1b8c82;
    --teal-dark: #116c65;
    --mint: #dff4ef;
    --mint-soft: #f1faf7;
    --coral: #e87966;
    --yellow: #f4c35b;
    --ink: #17252b;
    --muted: #68787d;
    --line: #dce5e4;
    --soft: #f5f8f7;
    --white: #fff;
    --shadow: 0 24px 60px rgba(9, 45, 55, .12);
    --radius: 22px;
    --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.65; word-break: keep-all; }
body, button, input, select, textarea { font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: 1rem; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-family: Arial, sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.eyebrow.light { color: #aee2d8; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; background: currentColor; }
em { color: var(--teal); font-style: normal; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 12px 28px rgba(27, 140, 130, .2); }
.button-primary:hover { background: var(--teal-dark); }
.button-dark { color: #fff; background: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.button-ghost { border-color: var(--line); background: #fff; color: var(--navy); }
.button-danger { color: #fff; background: #b74b3b; }
.button-outline-light { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.button-small { min-height: 40px; padding-inline: 17px; font-size: .84rem; }
.text-button { font-size: .84rem; font-weight: 700; color: #42555b; }

.utility-bar { background: var(--navy-deep); color: rgba(255,255,255,.72); font-size: .74rem; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 35px; }
.utility-inner p { margin: 0; }
.utility-inner nav { display: flex; align-items: center; gap: 22px; }
.utility-inner a:hover { color: #fff; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #60d2aa; box-shadow: 0 0 0 4px rgba(96,210,170,.12); }
.language-button { border: 0; background: transparent; color: inherit; font-size: .72rem; cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(220,229,228,.85); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 39px; height: 39px; transform: rotate(-5deg); }
.brand-mark i { position: absolute; width: 22px; height: 29px; border: 5px solid var(--teal); border-radius: 14px 14px 12px 12px; transform: rotate(35deg); }
.brand-mark i:last-child { margin-left: 17px; border-color: var(--coral); transform: rotate(-35deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-size: 1.3rem; letter-spacing: -.06em; }
.brand-text small { margin-top: 4px; color: #8a999c; font-family: "DM Sans", sans-serif; font-size: .49rem; font-weight: 700; letter-spacing: .12em; }
.global-navigation { display: flex; align-self: stretch; justify-content: center; flex: 1; gap: 2px; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link { display: inline-flex; align-items: center; height: 100%; padding: 0 11px; border-bottom: 3px solid transparent; font-size: .9rem; font-weight: 700; color: #33474d; }
.nav-item:hover .nav-link, .nav-item:focus-within .nav-link, .nav-item.is-active .nav-link { color: var(--teal); border-bottom-color: var(--teal); }
.mega-menu { position: absolute; visibility: hidden; opacity: 0; top: calc(100% + 1px); left: 50%; display: grid; grid-template-columns: 200px 250px; width: 500px; padding: 22px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--shadow); transform: translate(-50%, 8px); transition: .16s ease; }
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.mega-intro { padding: 18px; border-radius: 13px; background: var(--mint-soft); }
.mega-intro span { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .64rem; font-weight: 700; letter-spacing: .14em; }
.mega-intro strong { display: block; margin-top: 8px; font-size: 1.1rem; }
.mega-intro p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.mega-menu ul { margin: 0; padding: 0 0 0 18px; list-style: none; }
.mega-menu li + li { border-top: 1px solid #edf1f0; }
.mega-menu li a { display: flex; justify-content: space-between; padding: 8px 3px; color: #405259; font-size: .82rem; font-weight: 600; }
.mega-menu li a:hover { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 17px; }
.mobile-menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.mobile-menu-button > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); }
.mobile-account-actions { display: none; }

.flash-message { background: #e6f7ee; border-bottom: 1px solid #b8e6ce; color: #17613d; }
.flash-message .container { display: flex; gap: 18px; padding-block: 13px; font-size: .88rem; }
.flash-error { color: #7d3026; background: #fff1ee; border-bottom-color: #f1b3aa; }
.inline-form { margin: 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #effaf7 0%, #f8fbfa 52%, #fff5ef 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(27,140,130,.14) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 45%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 590px; align-items: center; gap: 70px; }
.hero-copy { padding: 78px 0 88px; }
.hero h1 { margin: 20px 0 24px; font-size: clamp(3rem, 5vw, 4.9rem); line-height: 1.12; letter-spacing: -.075em; }
.hero-lead { max-width: 620px; margin: 0; color: #53666c; font-size: 1.05rem; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.trust-list { display: flex; gap: 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #506269; font-size: .8rem; font-weight: 600; }
.trust-list span { color: var(--teal); margin-right: 4px; }
.hero-visual { position: relative; height: 490px; }
.orbit { position: absolute; border: 1px solid rgba(27,140,130,.2); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; top: 28px; left: 40px; }
.orbit-two { width: 320px; height: 320px; top: 80px; left: 95px; border-color: rgba(232,121,102,.2); }
.hero-visual::before { content: ""; position: absolute; width: 255px; height: 360px; left: 127px; top: 65px; border-radius: 130px 130px 30px 30px; background: linear-gradient(155deg, var(--teal), #54bbae); box-shadow: 0 40px 70px rgba(18,105,98,.28); transform: rotate(8deg); }
.hero-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 20px 50px rgba(16,47,58,.16); backdrop-filter: blur(12px); }
.hero-card-main { top: 126px; left: 66px; width: 310px; padding: 27px; transform: rotate(-3deg); }
.card-kicker { color: var(--coral); font-family: "DM Sans", sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .16em; }
.hero-card-main strong { display: block; margin-top: 10px; font-size: 1.45rem; line-height: 1.45; }
.progress { height: 5px; margin-top: 22px; border-radius: 5px; background: #e7efed; }
.progress i { display: block; width: 72%; height: 100%; border-radius: 5px; background: var(--coral); }
.card-meta { display: flex; justify-content: space-between; margin-top: 11px; color: #819094; font-size: .66rem; }
.card-meta b { color: var(--teal); }
.hero-card-review, .hero-card-safe { display: flex; align-items: center; gap: 12px; padding: 14px 16px; }
.hero-card-review { top: 56px; right: 13px; }
.hero-card-safe { right: 0; bottom: 65px; }
.hero-card-review small, .hero-card-safe small { display: block; color: #839397; font-family: "DM Sans", sans-serif; font-size: .58rem; letter-spacing: .1em; }
.hero-card-review strong, .hero-card-safe strong { font-size: .83rem; }
.mini-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 700; }
.mini-icon.shield { background: var(--coral); }
.country-chip { position: absolute; z-index: 3; display: grid; place-items: center; width: 47px; height: 47px; border: 4px solid #fff; border-radius: 50%; color: #fff; font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 700; box-shadow: 0 10px 25px rgba(16,47,58,.18); }
.chip-vn { top: 16px; left: 118px; background: #d74a45; }
.chip-ph { bottom: 42px; left: 88px; background: #426cad; }
.chip-th { top: 220px; right: -13px; background: #9b5b9d; }

.search-band { position: relative; z-index: 4; margin-top: -22px; }
.search-panel { display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; gap: 28px; min-height: 120px; padding: 25px 34px; border-radius: 18px; color: #fff; background: var(--navy); box-shadow: 0 24px 55px rgba(9,45,55,.22); }
.search-panel h2 { margin: 3px 0 0; font-size: 1.35rem; }
.main-search { display: flex; overflow: hidden; height: 54px; border-radius: 8px; background: #fff; }
.main-search input { flex: 1; min-width: 0; padding: 0 18px; border: 0; outline: 0; }
.main-search button { width: 60px; border: 0; color: #fff; background: var(--teal); font-size: 1.45rem; cursor: pointer; }
.popular-keywords { display: flex; flex-direction: column; gap: 5px; font-size: .7rem; }
.popular-keywords span { color: #8ea6ac; }
.popular-keywords a { color: #d8e5e7; }

.section { padding: 94px 0; }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.25; letter-spacing: -.06em; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.9; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.step-card { position: relative; min-height: 325px; padding: 30px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .2s ease; }
.step-card:hover { transform: translateY(-7px); border-color: #9bcfc8; box-shadow: var(--shadow); }
.step-card-accent { background: var(--teal); color: #fff; border-color: var(--teal); }
.step-number { color: #9aa8aa; font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; }
.step-card-accent .step-number { color: #b4e4dc; }
.step-symbol { display: grid; place-items: center; width: 58px; height: 58px; margin: 30px 0 24px; border-radius: 17px; color: var(--teal); background: var(--mint-soft); font-size: 1.65rem; }
.step-card-accent .step-symbol { color: #fff; background: rgba(255,255,255,.16); }
.step-card h3 { margin: 0; font-size: 1.3rem; }
.step-card p { margin: 11px 0 20px; color: var(--muted); font-size: .88rem; }
.step-card-accent p { color: rgba(255,255,255,.78); }
.step-card a { position: absolute; left: 27px; bottom: 25px; color: var(--teal); font-size: .8rem; font-weight: 700; }
.step-card-accent a { color: #fff; }
.section-featured { color: #fff; background: var(--navy); }
.featured-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.featured-copy h2 { margin: 10px 0 18px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.3; letter-spacing: -.06em; }
.featured-copy em { color: #6bd0be; }
.featured-copy p { color: #bfd0d3; line-height: 1.9; }
.featured-copy .button { margin-top: 15px; }
.case-flow { display: flex; align-items: center; justify-content: space-between; }
.case-flow > div { width: 150px; min-height: 170px; padding: 24px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.05); }
.case-flow b { color: #6bd0be; font-family: "DM Sans", sans-serif; font-size: .7rem; }
.case-flow strong, .case-flow span { display: block; }
.case-flow strong { margin-top: 25px; font-size: 1.25rem; }
.case-flow span { margin-top: 6px; color: #9db4b9; font-size: .74rem; }
.case-flow > i { color: #6d898f; font-style: normal; }
.callout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.callout-card { position: relative; min-height: 285px; padding: 33px; overflow: hidden; border-radius: var(--radius); }
.callout-card::after { content: ""; position: absolute; right: -40px; bottom: -65px; width: 190px; height: 190px; border: 30px solid rgba(255,255,255,.24); border-radius: 50%; }
.callout-card h2 { margin: 36px 0 8px; font-size: 1.55rem; }
.callout-card p { max-width: 250px; color: #4d6468; font-size: .87rem; }
.callout-card a { position: absolute; z-index: 2; left: 33px; bottom: 28px; color: var(--navy); font-size: .82rem; font-weight: 700; }
.country-callout { background: #dff4ef; }
.review-callout { background: #fff0e8; }
.settle-callout { background: #eef0fa; }

.page-hero { padding: 82px 0; overflow: hidden; background: linear-gradient(130deg, #edf9f6, #fbfdfc 60%, #fff3ec); }
.page-hero-compact { padding: 65px 0; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.page-hero h1 { margin: 12px 0 18px; font-size: clamp(2.8rem, 5vw, 4.3rem); line-height: 1.2; letter-spacing: -.07em; }
.page-hero p { max-width: 650px; margin: 0; color: #5d6d72; font-size: 1rem; line-height: 1.9; }
.page-hero-note { padding: 34px; border: 1px solid rgba(27,140,130,.2); border-radius: var(--radius); background: rgba(255,255,255,.8); box-shadow: var(--shadow); }
.page-hero-note b { color: var(--coral); font-family: "DM Sans", sans-serif; font-size: .7rem; letter-spacing: .16em; }
.page-hero-note strong { display: block; margin: 14px 0; font-size: 1.5rem; line-height: 1.45; }
.page-hero-note p { font-size: .84rem; }
.anchor-navigation { position: sticky; top: 76px; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.anchor-navigation .container { display: flex; overflow-x: auto; }
.anchor-navigation a { flex: 0 0 auto; padding: 17px 22px; border-bottom: 2px solid transparent; color: #5f7075; font-size: .83rem; font-weight: 700; }
.anchor-navigation a:hover { color: var(--teal); border-bottom-color: var(--teal); }
.guide-list { border-top: 2px solid var(--navy); }
.guide-row { display: grid; grid-template-columns: 65px 1fr 1fr 52px; align-items: center; gap: 34px; min-height: 220px; padding: 38px 16px; border-bottom: 1px solid var(--line); scroll-margin-top: 150px; }
.guide-index { color: #a4b0b2; font-family: "DM Sans", sans-serif; font-size: .8rem; font-weight: 700; }
.guide-copy h2 { margin: 5px 0 8px; font-size: 1.8rem; letter-spacing: -.05em; }
.guide-copy p { margin: 0; color: var(--muted); font-size: .88rem; }
.guide-row ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; font-size: .82rem; font-weight: 600; }
.guide-row li span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; color: var(--teal); background: var(--mint); font-size: .66rem; }
.circle-link { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); }
.circle-link:hover { color: #fff; background: var(--teal); }
.notice-strip { padding: 28px 0; color: #fff; background: var(--coral); }
.notice-strip .container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
.notice-strip p { margin: 0; color: rgba(255,255,255,.85); font-size: .86rem; }
.notice-strip a { font-size: .82rem; font-weight: 700; }

.filter-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.filter-bar form { display: flex; align-items: center; gap: 10px; }
.filter-bar label { font-weight: 700; margin-right: 8px; }
.filter-bar input { width: 270px; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 7px; }
.filter-bar .button { min-height: 46px; }
.filter-bar p { margin: 0; color: var(--muted); font-size: .8rem; }
.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.country-card { position: relative; min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .2s ease; }
.country-card:hover, .country-card.is-selected { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-4px); }
.country-code { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: var(--teal); background: var(--mint); font-family: "DM Sans", sans-serif; font-size: .7rem; font-weight: 700; }
.country-card h2 { margin: 22px 0 0; font-size: 1.35rem; }
.country-card p { margin: 2px 0 18px; color: var(--muted); font-size: .74rem; }
.country-card dl { margin: 0; font-size: .72rem; }
.country-card dl div { display: flex; justify-content: space-between; padding: 6px 0; border-top: 1px solid #edf1f0; }
.country-card dt { color: #8a989b; }
.country-card dd { margin: 0; font-weight: 700; }
.card-arrow { position: absolute; right: 24px; bottom: 18px; color: var(--teal); }
.content-rule { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.content-rule h2 { margin: 7px 0; font-size: 2.3rem; }
.content-rule ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: rules; }
.content-rule li { position: relative; padding: 21px 18px 21px 48px; border-radius: 12px; background: #fff; font-size: .84rem; }
.content-rule li::before { counter-increment: rules; content: counter(rules); position: absolute; left: 17px; top: 18px; color: var(--teal); font-family: "DM Sans", sans-serif; font-weight: 700; }

.community-section { padding-top: 65px; }
.community-layout { display: grid; grid-template-columns: 270px 1fr; gap: 55px; }
.board-sidebar { border-top: 2px solid var(--navy); }
.board-sidebar h2 { margin: 0; padding: 20px 16px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
.board-sidebar a { display: block; padding: 15px 16px; border-bottom: 1px solid var(--line); }
.board-sidebar a.is-active { color: var(--teal); background: var(--mint-soft); }
.board-sidebar strong, .board-sidebar small { display: block; }
.board-sidebar strong { font-size: .85rem; }
.board-sidebar small { margin-top: 3px; color: #879498; font-size: .67rem; line-height: 1.45; }
.board-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 24px; border-bottom: 2px solid var(--navy); }
.board-heading h2 { margin: 5px 0; font-size: 2.2rem; }
.board-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.board-tools { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); }
.board-tools form { display: flex; }
.board-tools input, .board-tools select, .board-tools button, .board-tools > select { height: 40px; border: 1px solid var(--line); background: #fff; }
.board-tools input { width: 260px; padding: 0 12px; border-radius: 6px 0 0 6px; }
.board-tools button { padding-inline: 15px; border-left: 0; border-radius: 0 6px 6px 0; cursor: pointer; }
.board-tools > select { padding: 0 30px 0 10px; border-radius: 6px; }
.board-total { align-self: center; color: var(--muted); font-size: .72rem; }
.post-list article { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 18px; min-height: 98px; padding: 15px 10px; border-bottom: 1px solid var(--line); }
.post-category { display: grid; place-items: center; height: 29px; border-radius: 20px; color: var(--teal); background: var(--mint); font-size: .7rem; font-weight: 700; }
.post-list h3 { margin: 0; font-size: .98rem; }
.post-list h3 a:hover { color: var(--teal); }
.post-list p { margin: 5px 0 0; color: #899598; font-size: .7rem; }
.comment-count { color: #758589; font-size: .72rem; }
.board-safety { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 25px; padding: 20px 22px; border-radius: 12px; background: #fff4ef; }
.board-safety b { color: var(--coral); }
.board-safety p { margin: 0; color: #705f5a; font-size: .78rem; }
.board-safety a { font-size: .75rem; font-weight: 700; }
.empty-state { padding: 55px 25px; border-bottom: 1px solid var(--line); text-align: center; color: var(--muted); }
.empty-state strong { display: block; color: var(--ink); font-size: 1rem; }
.empty-state p { margin: 6px 0 0; font-size: .78rem; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 22px; padding: 24px 0; font-size: .76rem; }
.pagination a { color: var(--teal); font-weight: 700; }
.pagination span { color: var(--muted); }
.editor-layout { display: grid; grid-template-columns: 1fr 300px; align-items: start; gap: 30px; }
.community-editor { display: grid; gap: 20px; padding: 35px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.community-editor label > span { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 700; }
.community-editor label b { color: var(--coral); }
.community-editor input, .community-editor select, .community-editor textarea { width: 100%; border: 1px solid #cfdad8; border-radius: 7px; outline: none; }
.community-editor input, .community-editor select { height: 48px; padding: 0 13px; }
.community-editor textarea { padding: 14px; resize: vertical; line-height: 1.75; }
.community-editor input:focus, .community-editor select:focus, .community-editor textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,140,130,.12); }
.community-editor label > small { display: block; margin-top: 5px; color: var(--muted); font-size: .67rem; }
.simple-check { display: flex !important; align-items: center; gap: 9px; cursor: pointer; }
.simple-check input { width: 18px !important; height: 18px !important; flex: 0 0 auto; }
.simple-check span { margin: 0 !important; font-size: .75rem !important; }
.editor-aside { position: sticky; top: 100px; display: grid; gap: 15px; }
.editor-aside > div { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.editor-aside h2 { margin: 0 0 10px; font-size: 1rem; }
.editor-aside p, .editor-aside li { color: var(--muted); font-size: .74rem; }
.editor-aside ul { margin: 0; padding-left: 18px; }
.editor-aside a { color: var(--teal); font-size: .75rem; font-weight: 700; }
.post-page { padding: 65px 0 45px; }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; gap: 45px; }
.post-detail { min-width: 0; }
.post-breadcrumb { display: flex; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: .72rem; }
.post-detail > header { padding: 0 4px 30px; border-bottom: 1px solid var(--line); }
.post-detail > header h1 { margin: 17px 0; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.35; letter-spacing: -.05em; }
.post-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: .72rem; }
.post-body { min-height: 280px; padding: 45px 5px; font-size: .96rem; line-height: 2; overflow-wrap: anywhere; }
.post-source { display: grid; gap: 5px; padding: 19px; border-radius: 10px; background: var(--mint-soft); }
.post-source strong { font-size: .74rem; }
.post-source a { overflow: hidden; color: var(--teal); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.post-source small { color: var(--muted); font-size: .64rem; }
.post-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.post-actions > div { display: flex; gap: 8px; }
.post-actions .button { min-height: 43px; font-size: .75rem; }
.post-side { position: sticky; top: 105px; display: grid; gap: 14px; }
.post-side > div { padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); }
.post-side strong { font-size: .82rem; }
.post-side p { color: var(--muted); font-size: .7rem; }
.post-side a { color: var(--teal); font-size: .72rem; font-weight: 700; }
.comments-section { padding: 50px 0 90px; background: var(--soft); }
.comments-container { max-width: 930px; }
.comments-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.comments-heading h2 { margin: 0; }
.comments-heading p { margin: 0; color: var(--muted); font-size: .72rem; }
.comment-form { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.comment-form textarea { width: 100%; padding: 12px; border: 1px solid #cfdad8; border-radius: 7px; resize: vertical; }
.comment-form > div { display: flex; justify-content: space-between; align-items: center; margin-top: 9px; }
.comment-form .button { min-height: 42px; font-size: .75rem; }
.login-callout { display: flex; justify-content: space-between; align-items: center; padding: 18px; border-radius: 10px; background: #fff; }
.login-callout p { margin: 0; color: var(--muted); font-size: .76rem; }
.login-callout .button { min-height: 41px; }
.comment-list { margin-top: 22px; border-top: 1px solid var(--line); }
.comment-list article { position: relative; padding: 22px 5px; border-bottom: 1px solid var(--line); }
.comment-author { display: flex; gap: 12px; align-items: center; }
.comment-author strong { font-size: .8rem; }
.comment-author span { color: var(--muted); font-size: .67rem; }
.comment-list article > p { margin: 10px 50px 0 0; font-size: .82rem; line-height: 1.8; }
.comment-list article > form { position: absolute; right: 5px; top: 22px; }
.comment-list article > form button { border: 0; color: #9a5d54; background: transparent; font-size: .68rem; cursor: pointer; }

.business-hero { background: linear-gradient(130deg, #eff9f6, #fff8f3); }
.verification-seal { justify-self: center; display: grid; place-items: center; width: 245px; height: 245px; border: 2px solid var(--teal); border-radius: 50%; text-align: center; box-shadow: inset 0 0 0 10px #e6f5f1, var(--shadow); }
.verification-seal span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #fff; background: var(--teal); }
.verification-seal strong { font-size: 1.35rem; line-height: 1.4; }
.verification-seal small { color: var(--muted); }
.business-search { display: grid; grid-template-columns: 230px 1fr auto; overflow: hidden; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 15px 45px rgba(16,47,58,.08); }
.business-search select, .business-search input { height: 52px; padding: 0 16px; border: 0; outline: 0; }
.business-search select { border-right: 1px solid var(--line); }
.criteria-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.criteria-grid article { min-height: 220px; padding: 28px; border-radius: 17px; background: #fff; }
.criteria-grid span { color: var(--coral); font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; }
.criteria-grid h3 { margin: 35px 0 10px; font-size: 1.25rem; }
.criteria-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.review-policy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.review-policy h2 { margin: 8px 0; font-size: 2.3rem; }
.review-policy > div > p { color: var(--muted); }
.review-policy ul { margin: 0; padding: 0; border-top: 2px solid var(--navy); list-style: none; }
.review-policy li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: .82rem; }
.review-policy li b { color: var(--teal); }
.review-policy li span { color: var(--muted); }

.settlement-hero { color: #fff; background: linear-gradient(125deg, var(--navy), #146d68); }
.settlement-hero p { color: #c2d8da; }
.settlement-hero em { color: #75d4c2; }
.settlement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.settlement-grid article { min-height: 250px; padding: 31px; border: 1px solid var(--line); border-radius: 18px; scroll-margin-top: 150px; }
.settlement-grid article > span { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .7rem; font-weight: 700; }
.settlement-grid h2 { margin: 30px 0 9px; }
.settlement-grid p { color: var(--muted); font-size: .84rem; }
.settlement-grid a { display: inline-block; margin-top: 15px; color: var(--teal); font-size: .78rem; font-weight: 700; }
.support-banner { padding: 58px 0; color: #fff; background: var(--teal); }
.support-banner .container { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; }
.support-banner h2 { margin: 7px 0; font-size: 2rem; }
.support-banner strong { font-size: 1.55rem; }
.support-banner p { margin: 5px 0 0; color: rgba(255,255,255,.8); font-size: .8rem; }

.expert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.expert-grid article { min-height: 250px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; }
.expert-grid article > span { color: var(--coral); font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.expert-grid h2 { margin: 42px 0 9px; }
.expert-grid p { color: var(--muted); font-size: .83rem; }
.expert-grid a { display: inline-block; margin-top: 15px; color: var(--teal); font-size: .78rem; font-weight: 700; }
.expert-notice { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 35px; padding: 30px; border-radius: 16px; background: var(--soft); }
.expert-notice h2 { margin: 0; }
.expert-notice p { max-width: 760px; margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.prose-grid > div { padding: 35px; border-top: 3px solid var(--teal); background: var(--soft); }
.prose-grid h2 { margin-top: 0; }
.prose-grid li { padding: 7px; }
.prose-grid p { color: var(--muted); }

.dispute-hero { background: linear-gradient(130deg, #edf9f6, #fff4ed); }
.emergency-card { padding: 35px; border-radius: var(--radius); color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.emergency-card > span { color: #ffc0b4; font-size: .72rem; font-weight: 700; }
.emergency-card h2 { margin: 18px 0 11px; font-size: 1.6rem; line-height: 1.45; }
.emergency-card p { color: #bfd0d3; font-size: .82rem; }
.emergency-card a { display: inline-block; margin-top: 24px; color: #7ed6c6; font-size: .8rem; font-weight: 700; }
.dispute-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.dispute-steps article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 17px; }
.dispute-steps span { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; }
.dispute-steps h3 { margin: 36px 0 8px; }
.dispute-steps p { color: var(--muted); font-size: .8rem; }
.dispute-types { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.dispute-types h2 { margin: 7px 0; font-size: 2.4rem; }
.dispute-types p { color: var(--muted); }
.dispute-types ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.dispute-types li { padding: 15px 18px; border-radius: 9px; background: #fff; font-size: .82rem; }
.dispute-types li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 700; }
.response-standard { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.response-standard h2 { margin: 7px 0; font-size: 2.35rem; }
.response-standard dl { margin: 0; border-top: 2px solid var(--navy); }
.response-standard dl div { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 18px 5px; border-bottom: 1px solid var(--line); }
.response-standard dt { color: var(--teal); font-weight: 800; }
.response-standard dd { margin: 0; }
.response-standard dd strong, .response-standard dd span { display: block; }
.response-standard dd span { margin-top: 3px; color: var(--muted); font-size: .75rem; }

.form-section { background: #f5f8f7; }
.form-layout { display: grid; grid-template-columns: 1fr 300px; align-items: start; gap: 30px; }
.case-form { padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.case-form fieldset { margin: 0; padding: 0 0 38px; border: 0; }
.case-form fieldset + fieldset { padding-top: 38px; border-top: 1px solid var(--line); }
.case-form legend { width: 100%; margin-bottom: 4px; padding: 0; font-size: 1.25rem; font-weight: 800; }
.case-form legend span { margin-right: 10px; color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .7rem; }
.field-help { margin: 0 0 23px; color: var(--muted); font-size: .77rem; }
.form-grid { display: grid; gap: 17px; margin-top: 22px; }
.two-columns { grid-template-columns: 1fr 1fr; }
.three-columns { grid-template-columns: 1fr 1fr 1fr; }
.case-form label > span { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 700; }
.case-form label b { color: var(--coral); }
.case-form input, .case-form select, .case-form textarea { width: 100%; border: 1px solid #cfdad8; border-radius: 7px; outline: none; background: #fff; }
.case-form input, .case-form select { height: 48px; padding: 0 13px; }
.case-form textarea { padding: 13px; resize: vertical; line-height: 1.65; }
.case-form input:focus, .case-form select:focus, .case-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,140,130,.12); }
.full-field { display: block; margin-top: 20px; }
.full-field small { display: block; margin-top: 5px; color: #8b9799; font-size: .68rem; }
.input-suffix { display: flex; align-items: center; border: 1px solid #cfdad8; border-radius: 7px; }
.input-suffix input { border: 0; }
.input-suffix span { padding-right: 13px; color: var(--muted); font-size: .76rem; }
.evidence-preview div { margin-top: 18px; padding: 22px; border: 1px dashed #9dbab5; border-radius: 10px; background: var(--mint-soft); }
.evidence-preview p { margin: 6px 0 0; color: var(--muted); font-size: .78rem; }
.consent-field { display: flex !important; align-items: flex-start; gap: 12px; padding: 20px; border-radius: 10px; background: #f5f8f7; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 4px; }
.consent-field span { margin: 0 !important; }
.consent-field strong, .consent-field small { display: block; }
.consent-field small { margin-top: 5px; color: var(--muted); font-size: .7rem; font-weight: 400; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }
.form-errors { margin-bottom: 28px; padding: 20px; border: 1px solid #f1b3aa; border-radius: 10px; color: #7d3026; background: #fff1ee; }
.form-errors ul { margin-bottom: 0; padding-left: 20px; font-size: .8rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-aside { position: sticky; top: 100px; display: grid; gap: 15px; }
.aside-card { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.aside-card h2 { margin: 0 0 10px; font-size: 1rem; }
.aside-card p, .aside-card li { color: var(--muted); font-size: .75rem; }
.aside-card ul { margin: 0; padding-left: 18px; }
.aside-emergency { color: #fff; background: var(--navy); border-color: var(--navy); }
.aside-emergency > span { display: grid; place-items: center; width: 33px; height: 33px; margin-bottom: 18px; border-radius: 50%; background: var(--coral); font-weight: 800; }
.aside-emergency p { color: #b9cdd1; }
.aside-emergency a { color: #78d4c3; font-size: .76rem; font-weight: 700; }

.safety-hero { color: #fff; background: var(--navy); }
.safety-hero p { color: #bcd0d3; }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.safety-grid article { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.safety-grid article.priority { color: #fff; background: var(--coral); border-color: var(--coral); }
.safety-grid article > span { display: inline-block; padding: 4px 9px; border-radius: 20px; color: var(--teal); background: var(--mint); font-size: .64rem; font-weight: 700; }
.safety-grid article.priority > span { color: #fff; background: rgba(255,255,255,.2); }
.safety-grid strong { display: block; margin: 28px 0 5px; font-family: "DM Sans", sans-serif; font-size: 2rem; }
.safety-grid h2 { margin: 0; font-size: 1.05rem; }
.safety-grid p { color: var(--muted); font-size: .76rem; }
.safety-grid .priority p { color: rgba(255,255,255,.8); }
.safety-note { display: flex; align-items: center; gap: 30px; margin-top: 30px; padding: 30px; border-radius: 15px; background: var(--soft); }
.safety-note h2 { flex: 0 0 auto; margin: 0; font-size: 1.15rem; }
.safety-note p { flex: 1; margin: 0; color: var(--muted); font-size: .78rem; }

.account-page { display: grid; place-items: center; min-height: 650px; padding: 70px 20px; background: linear-gradient(140deg, #edf9f6, #fff5ef); }
.account-panel { width: min(100%, 510px); padding: 45px; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.account-panel > .eyebrow { margin-top: 55px; }
.account-panel h1 { margin: 8px 0; font-size: 2.6rem; }
.account-panel > p { color: var(--muted); }
.placeholder-box { margin: 25px 0; padding: 22px; border-radius: 11px; background: var(--mint-soft); }
.placeholder-box p { margin-bottom: 0; color: var(--muted); font-size: .78rem; }
.auth-section { display: grid; place-items: center; min-height: 680px; padding: 75px 20px; background: linear-gradient(140deg, #edf9f6, #fff7f1); }
.auth-card { width: min(100%, 500px); padding: 42px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.auth-card-wide { width: min(100%, 760px); }
.auth-heading { margin-bottom: 25px; text-align: center; }
.auth-heading h1 { margin: 8px 0; font-size: 2.4rem; letter-spacing: -.06em; }
.auth-heading p { margin: 0; color: var(--muted); font-size: .84rem; }
.auth-form { display: grid; gap: 17px; }
.auth-form label > span { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 700; }
.auth-form label b, .agreement-box b { color: var(--coral); }
.auth-form input { width: 100%; height: 49px; padding: 0 13px; border: 1px solid #cfdad8; border-radius: 7px; outline: none; }
.auth-form input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,140,130,.12); }
.auth-form label small { display: block; margin-top: 4px; color: #849295; font-size: .66rem; }
.auth-form .button { width: 100%; margin-top: 6px; }
.auth-fields { margin: 0; }
.agreement-box { display: grid; gap: 11px; margin-top: 5px; padding: 19px; border-radius: 10px; background: var(--soft); }
.agreement-box label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.agreement-box input { width: 18px; height: 18px; flex: 0 0 auto; }
.agreement-box label > span { margin: 0; font-size: .75rem; }
.auth-links { display: flex; justify-content: center; gap: 9px; margin-top: 22px; color: var(--muted); font-size: .76rem; }
.auth-links a { color: var(--teal); font-weight: 700; }
.auth-safety { margin-top: 25px; padding: 16px; border-radius: 9px; background: var(--mint-soft); }
.auth-safety strong { font-size: .74rem; }
.auth-safety p, .auth-footnote { margin: 4px 0 0; color: var(--muted); font-size: .67rem; }
.auth-footnote { margin-top: 20px; text-align: center; }
.social-login-divider { display: flex; align-items: center; gap: 12px; margin: 25px 0 16px; color: #859397; font-size: .7rem; }
.social-login-divider::before, .social-login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.social-login-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.social-login-button { display: flex; align-items: center; gap: 10px; min-height: 47px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: #26383e; font-size: .75rem; font-weight: 700; }
.social-login-button > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #eef3f2; font-size: .7rem; }
.social-login-button:hover:not(.is-disabled) { border-color: var(--teal); transform: translateY(-1px); }
.social-login-button.is-disabled { opacity: .55; cursor: not-allowed; }
.social-naver:not(.is-disabled) { color: #fff; border-color: #03c75a; background: #03c75a; }
.social-kakao:not(.is-disabled) { color: #191919; border-color: #fee500; background: #fee500; }
.social-google:not(.is-disabled), .social-facebook:not(.is-disabled) { background: #fff; }
.social-facebook:not(.is-disabled) { color: #1877f2; border-color: #b9cef0; }
.social-login-note { margin: 12px 0 0; color: #7a898d; font-size: .65rem; line-height: 1.6; text-align: center; }
.social-profile-summary { display: flex; flex-direction: column; margin-bottom: 20px; padding: 16px; border-radius: 10px; background: var(--mint-soft); text-align: center; }
.social-profile-summary strong { font-size: .86rem; }
.social-profile-summary span { color: var(--muted); font-size: .66rem; }
.social-link-list { margin-top: 18px; border-top: 1px solid var(--line); }
.social-link-list > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 62px; border-bottom: 1px solid var(--line); }
.social-link-list span { display: flex; flex-direction: column; color: var(--muted); font-size: .68rem; }
.social-link-list strong { color: var(--navy); font-size: .8rem; }
.social-link-list em { color: var(--teal); font-size: .7rem; font-weight: 700; }
.policy-inline-links { display: flex; gap: 10px; margin-top: 15px; }
.policy-inline-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--teal); font-size: .72rem; font-weight: 700; }

.policy-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: 55px; }
.policy-layout > aside { position: sticky; top: 115px; display: flex; flex-direction: column; border-top: 2px solid var(--navy); }
.policy-layout > aside strong { padding: 16px 13px; color: var(--teal); font-size: .72rem; }
.policy-layout > aside a { padding: 11px 13px; border-top: 1px solid var(--line); color: #52656a; font-size: .74rem; font-weight: 700; }
.policy-layout > aside a:hover { color: var(--teal); background: var(--mint-soft); }
.policy-document { min-width: 0; }
.policy-document > section { padding: 0 0 30px; scroll-margin-top: 115px; }
.policy-document > section + section { padding-top: 30px; border-top: 1px solid var(--line); }
.policy-document h2 { margin: 0 0 14px; color: var(--navy); font-size: 1.3rem; }
.policy-document p, .policy-document li { color: #506269; font-size: .86rem; line-height: 1.9; }
.policy-document ul { margin: 0; padding-left: 20px; }
.policy-document a { color: var(--teal); text-decoration: underline; }
.policy-alert { margin-bottom: 32px; padding: 22px 24px; border-left: 4px solid var(--coral); background: #fff4ef; }
.policy-alert strong { color: #9b4739; }
.policy-alert p { margin: 7px 0 0; }
.policy-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.policy-card-grid article { min-height: 235px; padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.policy-card-grid article > span { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; }
.policy-card-grid h2 { margin: 22px 0 10px; font-size: 1.2rem; }
.policy-card-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.policy-callout { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 30px; padding: 28px 32px; border-radius: 16px; background: var(--mint-soft); }
.policy-callout h2, .policy-callout p { margin: 0; }
.policy-callout p { color: var(--muted); font-size: .8rem; }
.policy-callout > div:last-child { display: flex; gap: 10px; }

.ranking-principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ranking-principles article { padding: 23px; border-top: 3px solid var(--teal); background: var(--mint-soft); }
.ranking-principles strong, .ranking-principles span { display: block; }
.ranking-principles strong { margin-bottom: 9px; color: var(--navy); }
.ranking-principles span { color: var(--muted); font-size: .76rem; }
.ranking-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ranking-board { min-height: 440px; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.ranking-board > header { padding: 29px; border-bottom: 1px solid var(--line); }
.ranking-board > header > span { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .13em; }
.ranking-board h2 { margin: 6px 0; font-size: 1.55rem; }
.ranking-board header p { margin: 0; color: var(--muted); font-size: .76rem; }
.ranking-list { margin: 0; padding: 0; list-style: none; }
.ranking-list li { display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 15px; min-height: 82px; padding: 12px 28px; border-bottom: 1px solid var(--line); }
.ranking-list li > b { color: var(--teal); font-family: "DM Sans", sans-serif; font-size: 1.4rem; }
.ranking-list span { display: flex; flex-direction: column; }
.ranking-list small { color: var(--muted); }
.ranking-board .empty-state { margin: 28px; min-height: 190px; }
.ranking-method { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; }
.ranking-method > div { padding: 30px; border: 1px solid var(--line); border-radius: 15px; }
.ranking-method h2 { margin: 8px 0; }
.ranking-method p { color: var(--muted); font-size: .82rem; }
.ranking-method a { color: var(--teal); font-size: .76rem; font-weight: 700; }
.ad-policy { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 35px; padding: 35px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.ad-policy h2 { margin: 8px 0; }
.ad-policy p, .ad-policy li { color: var(--muted); font-size: .8rem; }
.ad-policy ul { margin: 0; padding-left: 20px; }

.upload-field { padding: 18px; border: 1px dashed #9bbdb7; border-radius: 10px; background: var(--mint-soft); }
.upload-field input[type="file"] { height: auto; padding: 10px; border: 0; background: #fff; }
.post-attachments { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.post-attachments h2 { font-size: 1rem; }
.post-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.post-image-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); }
.post-image-grid a { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.post-image-grid img { width: 100%; height: 100%; object-fit: cover; }
.post-image-grid figcaption { padding: 8px 10px; color: var(--muted); font-size: .64rem; }
.mypage-section { background: var(--soft); }
.mypage-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; }
.mypage-summary article { padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.mypage-summary span, .mypage-summary strong { display: block; }
.mypage-summary span { color: var(--muted); font-size: .72rem; }
.mypage-summary strong { margin-top: 8px; font-size: 1.8rem; }
.mypage-layout > div > article { background: #fff; }
.profile-list { margin: 20px 0 0; }
.profile-list div { display: grid; grid-template-columns: 120px 1fr; padding: 10px 0; border-top: 1px solid var(--line); font-size: .78rem; }
.profile-list dt { color: var(--muted); }
.profile-list dd { margin: 0; font-weight: 700; }
.mypage-posts { display: grid; margin-top: 16px; border-top: 1px solid var(--line); }
.mypage-posts a { display: flex; justify-content: space-between; gap: 20px; padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: .78rem; }
.mypage-posts span { color: var(--muted); font-size: .68rem; }
.mypage-layout { display: grid; grid-template-columns: 240px 1fr; gap: 50px; }
.mypage-layout aside { display: flex; flex-direction: column; border-top: 2px solid var(--navy); }
.mypage-layout aside a { padding: 14px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.mypage-layout aside a.is-active { color: var(--teal); background: var(--mint-soft); }
.mypage-layout article { min-height: 180px; padding: 30px; border: 1px solid var(--line); border-radius: 15px; scroll-margin-top: 110px; }
.mypage-layout article + article { margin-top: 17px; }
.mypage-layout article h2 { margin: 5px 0; }
.mypage-layout article p { color: var(--muted); }

.admin-shell { display: grid; grid-template-columns: 245px 1fr; min-height: 850px; background: #f1f4f4; }
.admin-sidebar { padding: 25px 17px; color: #d5e1e3; background: var(--navy-deep); }
.brand-light .brand-text strong { color: #fff; }
.admin-sidebar nav { display: flex; flex-direction: column; margin-top: 38px; }
.admin-sidebar nav a { padding: 11px 13px; border-radius: 7px; font-size: .78rem; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.is-active { color: #fff; background: rgba(255,255,255,.09); }
.admin-main { padding: 35px; overflow-x: auto; }
.admin-main > header { display: flex; justify-content: space-between; align-items: center; }
.admin-main h1 { margin: 4px 0 0; font-size: 2rem; }
.admin-warning { display: flex; gap: 20px; margin: 25px 0; padding: 15px 18px; border-left: 4px solid var(--coral); background: #fff; font-size: .78rem; }
.admin-warning span { color: var(--muted); }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.admin-stats article { padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.admin-stats span, .admin-stats small, .admin-stats strong { display: block; }
.admin-stats span { color: var(--muted); font-size: .72rem; }
.admin-stats strong { margin: 8px 0; font-family: "DM Sans", sans-serif; font-size: 2rem; }
.admin-stats small { color: var(--teal); font-size: .66rem; }
.admin-queue { margin-top: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.admin-queue > div { display: flex; justify-content: space-between; align-items: center; }
.admin-queue h2 { margin: 0; font-size: 1.1rem; }
.admin-queue button { border: 0; background: transparent; color: var(--teal); font-size: .72rem; }
.admin-queue table { width: 100%; margin-top: 18px; border-collapse: collapse; font-size: .75rem; }
.admin-queue th, .admin-queue td { padding: 13px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.admin-queue th { color: #859397; font-weight: 600; }
.priority-badge { display: inline-block; min-width: 43px; padding: 3px 8px; border-radius: 20px; text-align: center; font-size: .65rem; font-weight: 700; }
.priority-badge.danger { color: #963829; background: #fee3de; }
.priority-badge.high { color: #865e1b; background: #ffefce; }
.priority-badge.normal { color: #24645d; background: var(--mint); }
.admin-modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.admin-modules article { padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.admin-modules h2 { margin: 0; font-size: 1rem; }
.admin-modules p { color: var(--muted); font-size: .74rem; }
.admin-modules strong { color: var(--teal); font-size: .7rem; }
.admin-filter { display: flex; align-items: center; gap: 10px; margin: 22px 0; padding: 16px 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.admin-filter label { font-size: .75rem; font-weight: 700; }
.admin-filter select { width: auto; min-width: 170px; }
.report-admin-list { display: grid; gap: 16px; }
.report-admin-card { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.report-admin-card > header, .report-admin-card > header > div, .report-admin-target { display: flex; align-items: center; gap: 10px; }
.report-admin-card > header { justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: .76rem; }
.report-admin-card > p { margin: 18px 0 10px; color: var(--navy); line-height: 1.75; }
.report-admin-card > small, .report-admin-target span { color: var(--muted); }
.report-admin-target { flex-wrap: wrap; margin-top: 14px; font-size: .77rem; }
.report-admin-target a { color: var(--teal); font-weight: 700; }
.moderation-form { display: grid; grid-template-columns: 180px 1fr auto; align-items: end; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.moderation-form label span { display: block; margin-bottom: 6px; font-size: .69rem; font-weight: 700; }
.moderation-form input, .moderation-form select { min-height: 42px; }

.error-page { display: grid; place-items: center; min-height: 600px; text-align: center; }
.error-page > div > span { color: var(--mint); font-family: "DM Sans", sans-serif; font-size: 8rem; font-weight: 700; line-height: 1; }
.error-page h1 { margin: 10px 0; font-size: 2rem; }
.error-page p { color: var(--muted); }
.error-page .button { margin-top: 20px; }

.site-footer { padding: 65px 0 22px; color: #c1d0d3; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1.1fr; gap: 50px; }
.footer-brand p { margin-top: 24px; color: #869fa5; font-size: .8rem; }
.footer-grid h2 { margin: 3px 0 17px; color: #fff; font-size: .8rem; }
.footer-grid > div:not(.footer-brand) > a:not(.button) { display: block; margin: 8px 0; color: #8fa5aa; font-size: .72rem; }
.footer-grid > div > a:hover { color: #fff; }
.footer-help p { color: #8fa5aa; font-size: .72rem; }
.footer-help .button { margin-top: 9px; min-height: 43px; font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #70898f; font-size: .65rem; }

@media (max-width: 1120px) {
    .nav-link { padding-inline: 8px; font-size: .82rem; }
    .hero-grid { gap: 20px; }
    .country-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .utility-inner nav a { display: none; }
    .header-actions { display: none; }
    .mobile-menu-button { display: block; margin-left: auto; }
    .global-navigation { position: absolute; display: none; top: 76px; left: 0; right: 0; padding: 12px 20px 25px; background: #fff; box-shadow: var(--shadow); }
    .global-navigation.is-open { display: block; }
    .nav-item { display: block; }
    .nav-link { width: 100%; height: auto; padding: 12px 4px; border-bottom: 1px solid var(--line); }
    .mega-menu { display: none; }
    .mobile-account-actions { display: flex; align-items: center; gap: 10px; padding-top: 16px; }
    .mobile-account-actions a, .mobile-account-actions button { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--navy); font-size: .78rem; font-weight: 700; }
    .mobile-account-actions form { margin: 0; }
    .hero-grid, .page-hero-grid, .featured-grid, .split-heading, .content-rule, .review-policy, .dispute-types, .response-standard, .policy-layout, .ranking-columns, .ranking-method, .ad-policy { grid-template-columns: 1fr; }
    .hero-grid { padding-top: 25px; }
    .hero-copy { padding: 55px 0 10px; }
    .hero-visual { width: min(100%, 540px); margin: 0 auto; }
    .search-panel { grid-template-columns: 1fr; padding: 28px; }
    .popular-keywords { flex-direction: row; flex-wrap: wrap; }
    .step-grid, .criteria-grid, .dispute-steps, .expert-grid, .safety-grid { grid-template-columns: 1fr 1fr; }
    .callout-grid, .settlement-grid { grid-template-columns: 1fr 1fr; }
    .guide-row { grid-template-columns: 45px 1fr 45px; }
    .guide-row ul { grid-column: 2; }
    .guide-row .circle-link { grid-column: 3; grid-row: 1 / 3; }
    .country-grid { grid-template-columns: 1fr 1fr; }
    .community-layout { grid-template-columns: 1fr; }
    .board-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
    .board-sidebar h2 { grid-column: 1 / -1; }
    .form-layout { grid-template-columns: 1fr; }
    .form-aside { position: static; grid-template-columns: 1fr 1fr 1fr; }
    .editor-layout, .post-layout { grid-template-columns: 1fr; }
    .editor-aside, .post-side { position: static; grid-template-columns: 1fr 1fr; }
    .support-banner .container { grid-template-columns: 1fr 1fr; }
    .support-banner .button { grid-column: 1 / -1; justify-self: start; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-help { grid-column: 1 / -1; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { display: none; }
    .policy-layout > aside { position: static; }
    .ranking-principles { grid-template-columns: 1fr 1fr; }
    .policy-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .utility-inner { justify-content: center; }
    .utility-inner nav { display: none; }
    .header-inner { min-height: 68px; }
    .brand-text strong { font-size: 1.1rem; }
    .global-navigation { top: 68px; }
    .hero h1 { font-size: 2.65rem; }
    .hero-visual { height: 410px; transform: scale(.85); transform-origin: top center; margin-bottom: -55px; }
    .hero-card-review { right: 20px; }
    .hero-card-safe { right: 15px; }
    .trust-list { flex-direction: column; gap: 6px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .section { padding: 68px 0; }
    .section-heading h2, .page-hero h1 { font-size: 2.2rem; }
    .step-grid, .callout-grid, .criteria-grid, .dispute-steps, .settlement-grid, .expert-grid, .safety-grid, .country-grid { grid-template-columns: 1fr; }
    .case-flow { flex-direction: column; gap: 12px; }
    .case-flow > div { width: 100%; min-height: 120px; }
    .case-flow > i { transform: rotate(90deg); }
    .page-hero { padding: 55px 0; }
    .anchor-navigation { top: 68px; }
    .guide-row { grid-template-columns: 35px 1fr; gap: 18px; }
    .guide-row ul { grid-column: 2; grid-template-columns: 1fr; }
    .guide-row .circle-link { display: none; }
    .notice-strip .container, .board-safety { grid-template-columns: 1fr; gap: 7px; }
    .filter-bar, .board-heading, .expert-notice, .safety-note { align-items: stretch; flex-direction: column; }
    .filter-bar form, .board-tools { flex-direction: column; }
    .filter-bar input, .board-tools input { width: 100%; }
    .content-rule ul, .dispute-types ul { grid-template-columns: 1fr; }
    .board-sidebar { grid-template-columns: 1fr; }
    .post-list article { grid-template-columns: 48px 1fr; }
    .comment-count { grid-column: 2; }
    .business-search { grid-template-columns: 1fr; }
    .business-search select { border-right: 0; border-bottom: 1px solid var(--line); }
    .support-banner .container { grid-template-columns: 1fr; }
    .support-banner .button { grid-column: auto; }
    .prose-grid, .mypage-layout { grid-template-columns: 1fr; }
    .two-columns, .three-columns { grid-template-columns: 1fr; }
    .case-form { padding: 24px 18px; }
    .form-aside { grid-template-columns: 1fr; }
    .editor-aside, .post-side { grid-template-columns: 1fr; }
    .community-editor { padding: 24px 18px; }
    .post-actions, .comments-heading { align-items: stretch; flex-direction: column; gap: 12px; }
    .form-actions { flex-direction: column-reverse; }
    .response-standard dl div { grid-template-columns: 80px 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-help { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .admin-main { padding: 20px 14px; }
    .admin-stats, .admin-modules { grid-template-columns: 1fr 1fr; }
    .admin-queue { overflow-x: auto; }
    .moderation-form { grid-template-columns: 1fr; }
    .report-admin-card > header { align-items: flex-start; flex-direction: column; }
    .auth-card { padding: 30px 20px; }
    .mypage-summary { grid-template-columns: 1fr 1fr; }
    .social-login-grid, .ranking-principles, .policy-card-grid, .post-image-grid { grid-template-columns: 1fr; }
    .policy-callout { align-items: stretch; flex-direction: column; }
    .policy-callout > div:last-child { flex-direction: column; }
    .ad-policy { padding: 24px 18px; }
}
