/* 한강라면기계 ─ 하이브리드 톤
   상단 히어로: 한강 야경 네온 (#0a1428 + #ff3d7f / #ffd866)
   본문 영역:  따뜻한 라면 국물 (#fff8e8 / #d6322e / #ffb338) */

:root {
    --night-bg: #0a1428;
    --night-bg-2: #1a2645;
    --neon-pink: #ff3d7f;
    --neon-yellow: #ffd866;
    --neon-cyan: #5ee8ff;

    --warm-cream: #fff8e8;
    --warm-cream-2: #fff1d4;
    --soup-red: #d6322e;
    --soup-red-deep: #a8201d;
    --soup-orange: #ffb338;
    --noodle-yellow: #f8d35a;

    --text-dark: #2a1810;
    --text-mid: #6b5145;
    --text-light: #b9a292;
    --line: #efe2cc;
    --shadow-warm: 0 4px 16px rgba(168, 32, 29, 0.08);
    --shadow-deep: 0 12px 40px rgba(10, 20, 40, 0.4);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 216, 102, 0.16), transparent 28%),
        radial-gradient(circle at 12% 20%, rgba(255, 61, 127, 0.14), transparent 24%),
        linear-gradient(180deg, #050a16 0%, #111827 100%);
}
body {
    font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    background: var(--warm-cream);
    color: var(--text-dark);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    width: min(100%, 430px);
    margin: 0 auto;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 28px 90px rgba(0,0,0,0.42);
    position: relative;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--soup-red); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ─── 상단 네비 (한강 야경) ─── */
.site-nav {
    background: linear-gradient(180deg, var(--night-bg) 0%, var(--night-bg-2) 100%);
    color: #fff;
    padding: 14px 0;
    position: sticky; top: 0; z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.site-nav .inner {
    max-width: 100%; margin: 0 auto; padding: 0 14px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.site-nav .brand {
    font-size: 19px; font-weight: 900; color: #fff;
    display: flex; align-items: center; gap: 8px;
    flex: 1 0 auto;
}
.site-nav .brand-photo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255,216,102,.78);
    box-shadow: 0 0 18px rgba(255,216,102,.36);
    flex: 0 0 auto;
}
.site-nav .brand-photo img { width: 100%; height: 100%; object-fit: cover; }
.site-nav .brand .neon {
    color: var(--neon-pink);
    text-shadow: 0 0 8px rgba(255, 61, 127, 0.6);
}
.site-nav .menu {
    display: flex; gap: 8px; list-style: none;
    overflow-x: auto; scrollbar-width: none;
    flex: 0 0 100%; justify-content: flex-start;
    order: 3;
    padding-top: 4px;
}
.site-nav .menu::-webkit-scrollbar { display: none; }
.site-nav .menu a {
    color: #d8e4f8; font-size: 12px; font-weight: 700; white-space: nowrap;
    transition: color 0.2s;
}
.site-nav .menu a:hover { color: var(--neon-yellow); text-decoration: none; }
.install-btn {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--neon-pink), var(--soup-orange));
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 7px 10px;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(255,61,127,.3);
    order: 2;
}

/* ─── 히어로 (자판기) ─── */
.hero-vendor {
    background: linear-gradient(180deg, var(--night-bg) 0%, #14224a 60%, #2d3b6e 100%);
    color: #fff;
    padding: 34px 16px 46px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-vendor::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 15% 30%, rgba(255, 216, 102, 0.15) 0, transparent 35%),
        radial-gradient(circle at 85% 70%, rgba(255, 61, 127, 0.12) 0, transparent 40%),
        radial-gradient(circle at 50% 110%, rgba(94, 232, 255, 0.08) 0, transparent 50%);
    pointer-events: none;
}
.hero-vendor .h-eyebrow {
    font-size: 13px; color: var(--neon-yellow);
    letter-spacing: 2px; margin: 0 auto 12px; font-weight: 700;
    position: relative; z-index: 1;
    line-height: 1.6;
    max-width: 340px;
    overflow-wrap: anywhere;
}
.hero-vendor h1 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 900;
    margin-bottom: 14px;
    position: relative; z-index: 1;
    text-shadow: 0 0 24px rgba(255, 216, 102, 0.3);
}
.hero-vendor h1 .accent {
    color: var(--neon-pink);
    text-shadow: 0 0 12px rgba(255, 61, 127, 0.7);
}
.hero-vendor .h-sub {
    font-size: clamp(14px, 2.2vw, 17px);
    color: #c9d6f0; max-width: 540px; margin: 0 auto 28px;
    position: relative; z-index: 1;
}
.hero-vendor .h-search {
    max-width: 520px; margin: 0 auto; position: relative; z-index: 1;
}
.hero-vendor .h-search input {
    width: 100%; padding: 14px 20px;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 100px; color: #fff;
    font-size: 15px; outline: none;
    backdrop-filter: blur(8px);
}
.hero-vendor .h-search input::placeholder { color: #8ea2c8; }
.hero-vendor .h-search input:focus {
    border-color: var(--neon-pink);
    box-shadow: 0 0 20px rgba(255, 61, 127, 0.3);
}

/* ─── 본문 컨테이너 (따뜻한 영역) ─── */
.warm-wrap {
    background: var(--warm-cream);
    position: relative;
}
.warm-wrap::before {
    content: '';
    display: block; height: 30px;
    background: linear-gradient(180deg, transparent 0%, var(--warm-cream) 100%);
    margin-top: -30px; position: relative; z-index: 5;
}
.container {
    max-width: 100%; margin: 0 auto; padding: 0 14px;
}

/* ─── 섹션 ─── */
.section {
    padding: 36px 0 16px;
}
.section h2 {
    font-size: 22px; font-weight: 900; color: var(--text-dark);
    margin-bottom: 6px;
    display: flex; align-items: center; gap: 10px;
}
.section h2 .em { font-size: 24px; }
.section-photo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #fff1d4;
    border: 2px solid #fff;
    box-shadow: 0 7px 18px rgba(168,32,29,.14);
}
.section-photo img { width: 100%; height: 100%; object-fit: cover; }
.section-photo-dark { border-color: rgba(255,255,255,.25); box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.section .sec-sub {
    color: var(--text-mid); font-size: 14px; margin-bottom: 20px;
}

/* ─── 카테고리 칩 ─── */
.cat-chips {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 32px;
}
.cat-chip {
    background: #fff;
    border: 2px solid var(--line);
    border-radius: 18px;
    padding: 18px 14px;
    text-align: center;
    transition: all 0.2s;
    text-decoration: none;
    color: var(--text-dark);
    cursor: pointer;
}
.cat-chip.photo-chip {
    padding: 0;
    overflow: hidden;
    text-align: left;
}
.cat-chip:hover {
    border-color: var(--soup-red);
    transform: translateY(-2px);
    box-shadow: var(--shadow-warm);
    text-decoration: none;
}
.cat-chip .ic { font-size: 28px; display: block; margin-bottom: 6px; }
.cat-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff1d4;
}
.cat-photo img { width: 100%; height: 100%; object-fit: cover; }
.cat-chip .lbl { font-size: 13px; font-weight: 700; }
.cat-chip.photo-chip .lbl { padding: 10px 12px 0; }
.cat-chip .desc { font-size: 11px; color: var(--text-light); margin-top: 2px; }
.cat-chip.photo-chip .desc { padding: 0 12px 12px; }

/* ─── 라면 카드 그리드 ─── */
.ramen-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.ramen-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-warm);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex; flex-direction: column;
}
.ramen-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(168, 32, 29, 0.15);
    text-decoration: none;
}
.ramen-card a { color: inherit; text-decoration: none; }
.ramen-card .img-box {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #fff1d4 0%, #fde0b8 100%);
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.ramen-card .img-box img { width: 100%; height: 100%; object-fit: cover; }
.ramen-card .img-box .placeholder { font-size: 64px; opacity: 0.5; }
.ramen-card .body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.ramen-card .brand-tag {
    font-size: 11px; color: var(--soup-red); font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
}
.ramen-card .name {
    font-size: 16px; font-weight: 800; margin: 4px 0 6px;
    color: var(--text-dark);
}
.ramen-card .pitch {
    font-size: 12px; color: var(--text-mid); margin-bottom: 10px;
    flex: 1;
}
.ramen-card .stats {
    display: flex; gap: 10px; font-size: 11px; color: var(--text-mid);
    border-top: 1px dashed var(--line); padding-top: 10px;
}
.ramen-card .stats span { display: inline-flex; align-items: center; gap: 3px; }

/* ─── BEST 리스트 (랭킹 카드) ─── */
.best-list {
    display: flex; flex-direction: column; gap: 14px;
}
.best-row {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 40px 58px 1fr auto;
    gap: 10px;
    align-items: center;
    box-shadow: var(--shadow-warm);
    transition: transform 0.15s;
    text-decoration: none;
    color: inherit;
}
.best-row:hover {
    transform: translateX(4px);
    text-decoration: none;
}
.best-row .rank {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: var(--text-light);
    line-height: 1;
}
.best-row.r-1 .rank { color: #ffb338; font-size: 38px; }
.best-row.r-2 .rank { color: #b8c5d0; font-size: 36px; }
.best-row.r-3 .rank { color: #d4a574; font-size: 34px; }
.best-row .rank.rank-label {
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, var(--soup-red), var(--soup-orange));
    border-radius: 13px;
    padding: 8px 4px;
    letter-spacing: 0;
}
.best-row .rank.rank-label.hot {
    background: linear-gradient(135deg, #44151b, var(--soup-red));
}
.best-row .img {
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff1d4, #fde0b8);
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.best-row .img img { width: 100%; height: 100%; object-fit: cover; }
.best-row .img .ph { font-size: 36px; opacity: 0.5; }
.best-row .info { min-width: 0; }
.best-row .info .brand { font-size: 11px; color: var(--soup-red); font-weight: 700; }
.best-row .info .name { font-size: 17px; font-weight: 800; margin: 2px 0 4px; }
.best-row .info .liner { font-size: 13px; color: var(--text-mid); }
.best-row .price {
    text-align: right; font-size: 16px; font-weight: 900; color: var(--soup-red);
}
.best-row .price .unit { font-size: 12px; color: var(--text-mid); font-weight: 600; display: block; }

/* ─── 라면 상세 ─── */
.detail-hero {
    background: linear-gradient(135deg, #fff8e8 0%, #ffe5b8 100%);
    padding: 40px 20px;
}
.detail-hero .inner {
    max-width: 980px; margin: 0 auto;
    display: grid; grid-template-columns: 280px 1fr; gap: 30px; align-items: center;
}
.detail-hero .img-box {
    aspect-ratio: 1/1; border-radius: 20px; overflow: hidden;
    background: #fff; box-shadow: 0 8px 32px rgba(168, 32, 29, 0.15);
    display: flex; align-items: center; justify-content: center;
}
.detail-hero .img-box .ph { font-size: 100px; }
.detail-hero .meta-brand {
    font-size: 13px; color: var(--soup-red-deep); font-weight: 700;
    letter-spacing: 2px;
}
.detail-hero h1 {
    font-size: 34px; font-weight: 900; margin: 6px 0 10px;
}
.detail-hero .pitch {
    font-size: 16px; color: var(--text-mid); margin-bottom: 18px;
}
.detail-hero .badges {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;
}
.detail-hero .badge {
    background: #fff; border: 1.5px solid var(--soup-red); color: var(--soup-red);
    padding: 5px 12px; border-radius: 100px; font-size: 12px; font-weight: 700;
}
.detail-hero .quick-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px;
}
.detail-hero .qs {
    background: #fff; border-radius: 12px; padding: 12px;
    text-align: center;
}
.detail-hero .qs .lab { font-size: 10px; color: var(--text-light); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.detail-hero .qs .val { font-size: 20px; font-weight: 900; color: var(--soup-red); margin-top: 2px; }
.detail-hero .qs .val small { font-size: 11px; color: var(--text-mid); font-weight: 600; }

@media (max-width: 720px) {
    .detail-hero .inner { grid-template-columns: 1fr; }
    .detail-hero .img-box { max-width: 240px; margin: 0 auto; }
}

/* ─── 영양 막대 ─── */
.nutrition-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
.nutrition-table th, .nutrition-table td {
    padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line);
    font-size: 14px;
}
.nutrition-table th { background: #fff8e8; color: var(--text-mid); font-weight: 700; width: 35%; }
.nutrition-table td { font-weight: 700; color: var(--text-dark); }

/* ─── 비교 페이지 ─── */
.compare-grid {
    display: grid; gap: 12px;
    margin-top: 20px;
}
.compare-row {
    display: grid;
    grid-template-columns: 140px repeat(var(--cols, 2), 1fr);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.compare-row .label {
    background: #fff8e8; padding: 12px 14px;
    font-size: 12px; color: var(--text-mid); font-weight: 700;
}
.compare-row .cell {
    padding: 12px 14px; font-size: 14px; font-weight: 700;
    border-left: 1px solid var(--line);
    text-align: center;
}
.compare-row .cell.win { color: var(--soup-red); background: #fff8e8; }

/* ─── 푸터 ─── */
.site-foot {
    margin-top: 60px;
    background: var(--night-bg);
    color: #8ea2c8;
    padding: 30px 20px;
    text-align: center;
    font-size: 13px;
}
.site-foot a { color: var(--neon-yellow); }
.site-foot .brand-foot {
    color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 8px;
}

/* ─── 버튼/공통 ─── */
.btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 18px; border-radius: 100px;
    font-size: 14px; font-weight: 700; cursor: pointer;
    border: 1.5px solid var(--soup-red); background: #fff; color: var(--soup-red);
    transition: all 0.15s;
}
.btn:hover { background: var(--soup-red); color: #fff; text-decoration: none; }
.btn.primary { background: var(--soup-red); color: #fff; }
.btn.primary:hover { background: var(--soup-red-deep); }
.btn.ghost { border-color: var(--line); color: var(--text-mid); background: #fff; }

/* ─── 알림/공지 ─── */
.notice {
    background: #fffbed; border: 1.5px dashed var(--soup-orange);
    border-radius: 12px; padding: 14px 18px; font-size: 14px;
    color: var(--text-mid); margin: 16px 0;
}

/* ─── 실시간 라면 투표 ─── */
.live-poll-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 216, 102, .26), transparent 32%),
        linear-gradient(145deg, #161f3a 0%, #2a1730 54%, #d6322e 150%);
    color: #fff;
    border-radius: 24px;
    padding: 20px 16px 18px;
    box-shadow: 0 18px 50px rgba(10, 20, 40, .24);
}
.live-poll-card::after {
    content: '';
    position: absolute;
    inset: auto -30px -70px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 216, 102, .13);
    pointer-events: none;
}
.poll-topline {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #ffe6a3;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    margin-bottom: 10px;
}
.poll-topline > span:nth-child(2) {
    flex: 1 1 auto;
    min-width: 0;
}
.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #36ff91;
    box-shadow: 0 0 0 6px rgba(54,255,145,.13), 0 0 16px rgba(54,255,145,.7);
}
.poll-random-btn {
    margin-left: 0;
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.1);
    color: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 800;
}
.live-poll-card h2 {
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.25;
    flex-wrap: wrap;
}
.live-poll-card .sec-sub { color: rgba(255,255,255,.72); margin-bottom: 14px; }
.poll-options {
    display: flex;
    flex-direction: column;
    gap: 9px;
    position: relative;
    z-index: 1;
}
.poll-option {
    width: 100%;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.92);
    color: var(--text-dark);
    border-radius: 18px;
    padding: 10px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 10px;
    align-items: center;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
}
.poll-option.selected {
    outline: 3px solid rgba(255, 216, 102, .75);
    background: #fff8e8;
}
.poll-option .thumb {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #fff1d4;
    overflow: hidden;
    display: grid;
    place-items: center;
    font-size: 26px;
}
.poll-option .thumb img { width: 100%; height: 100%; object-fit: cover; }
.poll-option .thumb-text { font-size: 10px; font-weight: 800; color: var(--text-mid); }
.poll-option .name {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}
.poll-option .meta {
    margin-top: 2px;
    font-size: 11px;
    color: var(--text-mid);
}
.poll-option .bar {
    height: 8px;
    background: rgba(214,50,46,.11);
    border-radius: 999px;
    margin-top: 8px;
    overflow: hidden;
}
.poll-option .fill {
    display: block;
    height: 100%;
    min-width: 2%;
    background: linear-gradient(90deg, var(--soup-orange), var(--soup-red));
    border-radius: inherit;
    transition: width .25s ease;
}
.poll-option .score {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 800;
    color: var(--soup-red);
}
.poll-loading {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.78);
    font-size: 13px;
    text-align: center;
}
.poll-total {
    margin-top: 10px;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    text-align: center;
}
.poll-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.poll-link-card {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 10px;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 13px;
    color: inherit;
    box-shadow: var(--shadow-warm);
    text-decoration: none;
}
.poll-link-card:hover { text-decoration: none; transform: translateY(-1px); }
.poll-link-photo {
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff1d4;
}
.poll-link-photo img { width: 100%; height: 100%; object-fit: cover; }
.poll-link-card strong { display: block; font-size: 14px; }
.poll-link-card small { display: block; color: var(--text-mid); font-size: 11px; margin-top: 2px; }
.poll-link-card b { color: var(--soup-red); font-size: 12px; }

/* ─── Brag 갤러리 ─── */
.brag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.brag-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-warm);
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
    color: inherit;
    text-decoration: none;
}
.brag-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(168,32,29,0.18);
    text-decoration: none;
}
.brag-img {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-color: #fff1d4;
    position: relative;
}
.brag-hot {
    position: absolute;
    top: 10px; left: 10px;
    background: linear-gradient(90deg,#ff3d7f,#ffb338);
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 3px 12px rgba(255,61,127,0.4);
}
.brag-body { padding: 12px 14px; }
.brag-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.35;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.brag-base {
    font-size: 11px;
    color: var(--soup-red);
    font-weight: 700;
    margin-bottom: 6px;
}
.brag-meta {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--text-mid);
    padding-top: 8px;
    border-top: 1px dashed var(--line);
    gap: 6px;
}

.btn-xs { padding: 4px 10px !important; font-size: 12px !important; }

/* ─── 어드민 ─── */
.admin-tabs { display: flex; gap: 6px; margin-bottom: 16px; border-bottom: 2px solid var(--line); }
.admin-tabs a { padding: 10px 18px; border-bottom: 3px solid transparent; color: var(--text-mid); font-weight: 700; }
.admin-tabs a.active { color: var(--soup-red); border-color: var(--soup-red); }
.admin-form { background: #fff; padding: 20px; border-radius: 12px; box-shadow: var(--shadow-warm); }
.admin-form label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; color: var(--text-mid); }
.admin-form input[type=text], .admin-form input[type=number], .admin-form select, .admin-form textarea {
    width: 100%; padding: 9px 12px; border: 1.5px solid var(--line); border-radius: 8px;
    font-size: 14px; font-family: inherit; margin-bottom: 12px;
}
.admin-form textarea { min-height: 80px; resize: vertical; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; }
.admin-table th, .admin-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 13px; text-align: left; }
.admin-table th { background: #fff8e8; color: var(--text-mid); font-weight: 700; }

/* ─── 모바일 (~720px) ─── */
@media (max-width: 720px) {
    .site-nav { padding: 10px 0; }
    .site-nav .inner { padding: 0 14px; }
    .site-nav .brand { font-size: 16px; }
    .site-nav .menu { gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
    .site-nav .menu a { font-size: 12px; }
    .hero-vendor { padding: 28px 16px 40px; }
    .hero-vendor h1 { font-size: clamp(22px, 7vw, 32px); }
    .container { padding: 0 14px; }
    .section { padding: 24px 0 8px; }
    .section h2 { font-size: 18px; }
    .ramen-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ramen-card .name { font-size: 14px; }
    .ramen-card .body { padding: 10px; }
    .ramen-card .pitch { font-size: 11px; }
    .ramen-card .stats { font-size: 10px; gap: 6px; }
    .brag-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .brag-body { padding: 10px 12px; }
    .brag-title { font-size: 13px; }
    .cat-chips { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .cat-chip { padding: 14px 10px; }
    .cat-chip.photo-chip { padding: 0; }
    .cat-chip .ic { font-size: 24px; }
    .cat-chip .lbl { font-size: 12px; }
    .cat-chip.photo-chip .lbl { padding: 9px 10px 0; }
    .cat-chip.photo-chip .desc { padding: 0 10px 10px; }
    .best-row { grid-template-columns: 40px 56px 1fr auto; gap: 10px; padding: 12px; }
    .best-row .rank { font-size: 22px; }
    .best-row.r-1 .rank { font-size: 26px; }
    .best-row .rank.rank-label { font-size: 10px; line-height: 1.15; padding: 7px 3px; }
    .best-row .info .name { font-size: 14px; }
    .best-row .info .liner { font-size: 11px; }
    .best-row .price { font-size: 16px; }
    .best-row .price .unit { font-size: 10px; }
    .detail-hero { padding: 24px 16px; }
    .detail-hero .inner { grid-template-columns: 1fr; gap: 16px; }
    .detail-hero .img-box { max-width: 220px; margin: 0 auto; }
    .detail-hero h1 { font-size: 24px; }
    .detail-hero .quick-stats { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .detail-hero .qs .val { font-size: 17px; }
    .nutrition-table th, .nutrition-table td { padding: 10px 12px; font-size: 13px; }
}

/* ─── 작은 모바일 (~420px) ─── */
@media (max-width: 420px) {
    .site-nav .brand .neon { font-size: 14px; }
    .site-nav .menu a { font-size: 11px; padding: 2px 6px; }
    .site-nav .menu a[style*="background:#ff3d7f"] { padding: 3px 8px !important; }
    .hero-vendor .h-eyebrow { font-size: 11px; letter-spacing: 1.5px; max-width: 300px; }
    .ramen-grid, .brag-grid { gap: 8px; }
    .ramen-card .body { padding: 8px; }
    .ramen-card .brand-tag { font-size: 10px; }
    .ramen-card .name { font-size: 13px; }
    .best-row { grid-template-columns: 32px 48px 1fr auto; gap: 8px; padding: 10px; }
    .best-row .rank { font-size: 20px; }
    .best-row .rank.rank-label { font-size: 9px; line-height: 1.15; padding: 6px 2px; }
    .best-row .img { border-radius: 8px; }
    .best-row .info .name { font-size: 13px; }
    .best-row .info .liner { font-size: 10px; line-height: 1.4; }
    .best-row .price { font-size: 14px; }
    .compare-row { grid-template-columns: 90px 1fr 1fr !important; font-size: 12px; }
    .compare-row .label, .compare-row .cell { padding: 8px 10px; font-size: 12px; }
}
