
  :root {
    /* 올리브영·화해 스타일 — 클린 화이트 + 핑크 액센트
       기존 변수명 유지로 모든 파생 페이지 자동 정렬 */
    --green-primary: #F1416C;    /* 핑크 메인 액센트(올리브영 톤) */
    --green-dark:    #D81D5C;    /* hover 진한 핑크 */
    --green-medium:  #E72D6A;    /* gradient mid */
    --green-light:   #FFE0E8;    /* pale pink (배지 배경) */
    --green-pale:    #FFF5F7;    /* very pale pink (페일 배경) */
    --green-bg:      #F7F7F8;    /* 화해 라이트 그레이 (섹션 배경) */
    --white: #FFFFFF;
    --off-white: #FAFAF8;
    --gray-100: #F4F4F2;
    --gray-200: #E8E8E5;
    --gray-400: #AAAAAA;
    --gray-600: #666666;
    --gray-800: #333333;
    --ink: #1A1A1A;
    --border: rgba(241,65,108,0.16);
    --border-light: rgba(0,0,0,0.09);
    /* 폰트 패밀리 변수 — y2k.css 호환 */
    --serif: 'Noto Sans KR', sans-serif;
    --sans:  'Noto Sans KR', -apple-system, sans-serif;
    --mono:  'SF Mono', ui-monospace, 'Menlo', monospace;
    /* y- 네임스페이스 — JS 인라인 스타일에서 직접 참조하는 변수 */
    --y-hot: var(--green-primary);
    --y-ink-2: var(--gray-600);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Noto Sans KR', 'Inter', sans-serif; background: var(--white); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { text-decoration: none; color: inherit; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; }
  img { display: block; }

  /* NAV는 js/topbar.js가 공용으로 주입합니다 (#sd-topbar) — 아래 레거시 .topbar 규칙은 제거됨 */

  /* ── HERO ── */
  /* ── HERO (디자인 시안 반영) ── */
  .hero {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    background: radial-gradient(circle at 12% 30%, rgba(255,220,230,.22), transparent 28%),
                linear-gradient(180deg, #fdfafa 0%, #fbf6f7 100%);
    overflow: hidden; min-height: unset;
    display: flex; align-items: stretch;
    padding: 34px 0 40px;
  }
  .hero-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
  }
  .hero-content {
    flex: unset;
    padding: 26px 8px 26px 6px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .record-banner {
    display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
    margin-bottom: 24px; padding: 12px 18px; border-radius: 999px; width: fit-content;
    background: linear-gradient(180deg,#fff7f8 0%, #fff3f5 100%);
    border: 1px solid #f7e7eb;
    color: #7e6a72; font-size: 15px; font-weight: 600;
    box-shadow: 0 6px 18px rgba(245,179,198,.12);
  }
  .record-banner .rb-streak { display:flex; align-items:center; gap:4px; }
  .record-banner .rb-divider { opacity: .4; }
  .record-banner .rb-trend { font-weight: 600; opacity: .92; }
  .record-banner .rb-cta {
    margin-left: 2px; font-size: 15px;
    background: none; color: #f16391; text-decoration: none; font-weight: 700;
  }
  .hero-h1 {
    font-size: clamp(40px, 5vw, 68px); font-weight: 800; line-height: 1.2;
    color: #121212; margin-bottom: 18px; letter-spacing: -0.05em;
  }
  .hero-h1 .accent { color: #f4588a; }
  .hero-sub { font-size: 21px; color: #7c7c82; line-height: 1.75; margin-bottom: 34px; letter-spacing: -0.02em; }
  .hero-image {
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    height: 680px; border-radius: 320px 320px 34px 34px;
  }
  .hero-image img {
    width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
  }
  .hero-image::before { display: none; }

  /* 아치형 비주얼 */
  .hero-arch {
    position: relative; width: 100%; max-width: 610px; height: 690px;
    border-radius: 320px 320px 34px 34px; overflow: hidden;
    background:
      radial-gradient(circle at 72% 16%, rgba(255,255,255,.95) 0 10%, transparent 11% 100%),
      radial-gradient(circle at 78% 18%, rgba(252,232,236,.75) 0 2%, transparent 3% 100%),
      radial-gradient(circle at 58% 15%, rgba(255,255,255,.45) 0 4%, transparent 5% 100%),
      radial-gradient(circle at 25% 12%, rgba(255,226,233,.55) 0 9%, transparent 10% 100%),
      linear-gradient(180deg, #f8e8e4 0%, #f5e3de 40%, #f0dfda 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 24px 60px rgba(209,170,177,0.18);
  }
  .hero-arch::before {
    content:""; position:absolute; pointer-events:none; opacity:.36; filter:blur(.2px);
    width:300px; height:300px; left:40px; top:70px;
    background:
      radial-gradient(circle at 35% 28%, rgba(182,122,122,.14) 0 6%, transparent 7%),
      radial-gradient(circle at 43% 20%, rgba(182,122,122,.12) 0 6%, transparent 7%),
      radial-gradient(circle at 49% 30%, rgba(182,122,122,.12) 0 6%, transparent 7%),
      linear-gradient(140deg, transparent 42%, rgba(167,125,117,.24) 43% 45%, transparent 46%),
      linear-gradient(110deg, transparent 52%, rgba(167,125,117,.18) 53% 55%, transparent 56%),
      linear-gradient(78deg, transparent 57%, rgba(167,125,117,.18) 58% 60%, transparent 61%);
    transform:rotate(-8deg);
  }
  .hero-arch::after {
    content:""; position:absolute; pointer-events:none;
    width:220px; height:220px; left:150px; top:110px;
    background:
      radial-gradient(circle at 45% 28%, rgba(201,149,149,.18) 0 8%, transparent 9%),
      radial-gradient(circle at 58% 18%, rgba(201,149,149,.16) 0 7%, transparent 8%),
      radial-gradient(circle at 67% 30%, rgba(201,149,149,.15) 0 7%, transparent 8%);
    filter:blur(10px); opacity:.32;
  }
  .arch-scene { position:absolute; inset:0; }
  .arch-pedestal {
    position:absolute; right:70px; bottom:58px; width:245px; height:138px;
    border-radius:18px 18px 24px 24px;
    background:linear-gradient(180deg,#cfbeb8 0%, #b8a8a2 100%);
    box-shadow:0 18px 36px rgba(143,112,110,.22);
  }
  .arch-pedestal::after {
    content:""; position:absolute; left:18px; right:18px; top:-22px; height:42px;
    border-radius:14px;
    background:linear-gradient(180deg,#efe4df 0%, #dbcac4 100%);
    box-shadow:0 8px 14px rgba(168,128,126,.15);
  }
  .arch-bottle {
    position:absolute; right:116px; bottom:132px; width:128px; height:238px;
    border-radius:24px 24px 20px 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(245,234,230,.98) 56%, rgba(231,218,214,.92));
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.58), inset 0 -12px 18px rgba(204,185,181,.22), 0 22px 30px rgba(158,132,128,.18);
  }
  .arch-bottle::before {
    content:""; position:absolute; left:36px; top:-48px; width:56px; height:56px;
    border-radius:10px 10px 8px 8px;
    background:linear-gradient(180deg,#c78562 0%, #bb7351 100%);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
  }
  .arch-bottle::after {
    content:""; position:absolute; left:26px; top:-12px; width:76px; height:26px;
    border-radius:999px;
    background:linear-gradient(180deg,#f8f6f5, #ece4e1);
    box-shadow:0 4px 10px rgba(0,0,0,.08);
  }
  .arch-bottle-label { position:absolute; left:16px; right:16px; top:74px; text-align:center; color:#2a2a2a; }
  .arch-bottle-label .brand { font-size:24px; font-weight:800; letter-spacing:-0.05em; }
  .arch-bottle-label .small { margin-top:8px; font-size:11px; font-weight:700; letter-spacing:.12em; opacity:.72; }
  .arch-bottle-label .line { margin-top:4px; font-size:9px; letter-spacing:.08em; opacity:.58; }
  .arch-dropper {
    position:absolute; top:72px; right:46px; width:210px; height:220px;
    transform:rotate(16deg); transform-origin:top right;
  }
  .arch-dropper-head {
    position:absolute; right:10px; top:0; width:68px; height:72px;
    border-radius:34px 34px 28px 28px;
    background:linear-gradient(180deg,#f8f3f1 0%, #ece4e1 100%);
    box-shadow:0 10px 20px rgba(173,137,134,.12);
  }
  .arch-dropper-collar {
    position:absolute; right:16px; top:54px; width:54px; height:28px;
    border-radius:8px; background:linear-gradient(180deg,#c98966 0%, #b36d4b 100%);
  }
  .arch-pipette {
    position:absolute; right:34px; top:74px; width:8px; height:138px;
    border-radius:999px;
    background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(216,202,198,.9));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
  }
  .arch-pipette::before {
    content:""; position:absolute; left:1px; bottom:-28px; width:6px; height:34px;
    border-radius:999px;
    background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(218,205,202,.8));
  }
  .arch-droplet {
    position:absolute;
    background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(215,202,198,.82));
    border-radius:50% 50% 58% 58%;
    box-shadow:0 4px 10px rgba(190,165,160,.18);
  }
  .arch-droplet.big { right:28px; top:218px; width:18px; height:24px; transform:rotate(12deg); }
  .arch-droplet.small { right:18px; top:262px; width:10px; height:14px; opacity:.95; }
  .arch-hand {
    position:absolute;
    background:linear-gradient(180deg,#f4d6cc 0%, #efc9bc 100%);
    box-shadow: inset 0 -8px 12px rgba(216,156,143,.16);
  }
  .arch-hand.left {
    left:38px; bottom:120px; width:320px; height:108px;
    border-radius:90px 120px 80px 120px; transform:rotate(-4deg);
  }
  .arch-hand.left::before {
    content:""; position:absolute; left:34px; top:-22px; width:112px; height:62px;
    border-radius:40px;
    background:linear-gradient(180deg,#f5d8cf 0%, #efcabc 100%);
    transform:rotate(-8deg);
  }
  .arch-hand.left::after {
    content:""; position:absolute; left:122px; top:-18px; width:118px; height:50px;
    border-radius:36px;
    background:linear-gradient(180deg,#f4d6cc 0%, #efc8bc 100%);
    transform:rotate(-6deg);
    box-shadow: 62px -6px 0 0 #f3d2c8, 118px -4px 0 0 #f1cec2;
  }
  .arch-hand.right {
    right:-18px; top:66px; width:178px; height:100px;
    border-radius:80px 110px 80px 70px; transform:rotate(12deg); opacity:.95;
  }
  .arch-hand.right::before {
    content:""; position:absolute; left:50px; top:-22px; width:40px; height:94px;
    border-radius:28px; background:#f1cfc5; transform:rotate(-3deg);
    box-shadow: 28px 8px 0 0 #f2d1c7, 54px 16px 0 0 #f1cfc5, 78px 26px 0 0 #efcabf;
  }
  .arch-float-card {
    position:absolute; right:18px; bottom:18px; width:230px;
    background:rgba(255,255,255,.95); border:1px solid rgba(244,232,236,.9);
    border-radius:18px; box-shadow:0 14px 34px rgba(182,145,154,.18);
    padding:16px 18px 14px; backdrop-filter:blur(8px);
  }
  .arch-float-card .cap { font-size:13px; color:#8a7f86; font-weight:700; margin-bottom:8px; }
  .arch-card-row { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
  .arch-sparkline { flex:1; height:44px; }
  .arch-score { text-align:right; white-space:nowrap; }
  .arch-score .num { font-size:42px; font-weight:800; line-height:1; letter-spacing:-0.05em; }
  .arch-score .delta { font-size:18px; color:#ff6b98; font-weight:800; margin-left:4px; vertical-align:top; }
  .arch-score .label { display:block; margin-top:4px; font-size:15px; color:#76717a; font-weight:700; }

  /* Search */
  .hero-searchbar {
    display: flex; align-items: center;
    border: 1px solid #f1e7ea; border-radius: 24px;
    background: rgba(255,255,255,.95); padding: 14px 16px 14px 18px;
    box-shadow: 0 14px 34px rgba(226,171,186,0.16);
    transition: border-color .2s, box-shadow .2s; margin-bottom: 28px;
    max-width: 760px;
  }
  .hero-searchbar:focus-within { border-color: #f4588a; box-shadow: 0 4px 20px rgba(244,88,138,0.18); }
  .hero-search-ico { font-size: 22px; opacity: .5; flex-shrink: 0; margin-right: 12px; }
  .hero-search-input { flex: 1; border: none; outline: none; font-size: 19px; font-family: inherit; color: var(--ink); background: transparent; min-width: 0; letter-spacing: -0.02em; }
  .hero-search-input::placeholder { color: #9f99a0; }
  .hero-search-btn {
    display: flex; align-items: center; gap: 6px; font-size: 18px; font-weight: 800;
    color: #fff; background: linear-gradient(180deg,#ff6b98 0%, #f94d85 100%);
    padding: 18px 34px; border-radius: 14px; border: none; cursor: pointer;
    white-space: nowrap; flex-shrink: 0;
    box-shadow: 0 12px 26px rgba(249,77,133,.28);
    transition: opacity .18s; letter-spacing: -0.03em;
  }
  .hero-search-btn:hover { opacity: .88; }
  .hero-chips { display: flex; gap: 14px; flex-wrap: wrap; }
  .hero-chip {
    display: inline-flex; align-items: center; gap: 10px;
    height: 52px; padding: 0 18px;
    font-size: 16px; font-weight: 600; color: #746f75;
    background: rgba(255,255,255,.82); border: 1px solid #efe7ea;
    border-radius: 999px; cursor: pointer;
    box-shadow: 0 6px 18px rgba(235,209,216,.12);
    transition: all .18s; text-decoration: none;
  }
  .hero-chip:hover { border-color: #f4588a; color: #f4588a; background: white; }

  /* ── SECTIONS ── */
  .section { max-width: 1280px; margin: 0 auto; padding: 52px 36px; }
  .section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
  .section-title { font-size: 19px; font-weight: 700; color: var(--ink); letter-spacing: -0.015em; margin-bottom: 3px; }
  .section-sub { font-size: 12.5px; color: var(--gray-400); }
  .section-more { font-size: 13px; color: var(--gray-400); display: flex; align-items: center; gap: 3px; transition: color .18s; white-space: nowrap; }
  .section-more:hover { color: var(--green-primary); }

  /* ── 피부 고민 카드 ── */
  .concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .concern-card { border: 1.5px solid var(--border-light); border-radius: 12px; overflow: hidden; cursor: pointer; transition: all .2s; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 0; background: var(--white); text-align: center; padding: 0; }
  .concern-card:hover { border-color: var(--green-primary); box-shadow: 0 4px 14px rgba(241,65,108,0.11); transform: translateY(-2px); }
  .concern-card-icon { width: 100%; height: 110px; overflow: hidden; background: var(--green-pale); display: flex; align-items: center; justify-content: center; }
  .concern-card-icon img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .concern-card-name { font-size: 13.5px; font-weight: 600; color: var(--ink); padding: 11px 8px 13px; }

  /* ── 인기 검색어 ── */
  .popular-section { background: var(--off-white); max-width: 1280px; margin: 0 auto; padding: 22px 48px; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
  .popular-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
  .popular-label { font-size: 13.5px; font-weight: 600; color: var(--ink); white-space: nowrap; }
  .popular-tabs { display: flex; gap: 5px; flex-wrap: wrap; }
  .popular-tab { font-size: 12.5px; color: var(--gray-600); border: 1px solid var(--border-light); border-radius: 999px; padding: 4px 13px; cursor: pointer; background: var(--white); transition: all .18s; }
  .popular-tab:hover, .popular-tab.active { background: var(--green-primary); color: var(--white); border-color: var(--green-primary); }
  .popular-divider { width: 1px; height: 16px; background: var(--border-light); }
  .popular-keywords { display: flex; gap: 4px; flex-wrap: wrap; }
  .popular-kw { font-size: 12.5px; color: var(--gray-600); padding: 4px 10px; cursor: pointer; border-radius: 4px; transition: all .18s; }
  .popular-kw:hover { color: var(--green-primary); background: var(--green-pale); }

  /* ── 스킨케어 가이드 ── */
  .guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .guide-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--border-light); cursor: pointer; transition: all .22s; text-decoration: none; display: block; background: var(--white); }
  .guide-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,.09); transform: translateY(-3px); }
  .guide-card-img { width: 100%; height: 156px; overflow: hidden; background: var(--green-bg); }
  .guide-card-img img, .guide-card-img svg { width: 100%; height: 100%; object-fit: cover; }
  .guide-card-body { padding: 14px 16px; }
  .guide-card-tag { font-size: 11px; color: var(--green-primary); font-weight: 600; margin-bottom: 5px; }
  .guide-card-title { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.45; margin-bottom: 5px; }
  .guide-card-desc { font-size: 12px; color: var(--gray-400); line-height: 1.6; }

  /* ── 맞춤 솔루션 ── */
  .solutions-section { background: var(--off-white); }
  .solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .solution-card { border-radius: 12px; overflow: hidden; background: var(--white); cursor: pointer; transition: all .22s; text-decoration: none; display: block; border: 1px solid var(--border-light); }
  .solution-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.09); transform: translateY(-3px); }
  .solution-card-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--green-bg); }
  .solution-card-img img, .solution-card-img svg { width: 100%; height: 100%; object-fit: cover; }
  .solution-card-body { padding: 12px 14px 14px; }
  .solution-card-title { font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
  .solution-card-desc { font-size: 12px; color: var(--gray-400); line-height: 1.55; }

  /* ── 리얼 후기 ── */
  .review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .review-card { border: 1px solid var(--border-light); border-radius: 12px; padding: 18px; background: var(--white); }
  .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
  .review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--green-bg); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; }
  .review-avatar img, .review-avatar svg { width: 100%; height: 100%; object-fit: cover; }
  .review-name { font-size: 13px; font-weight: 600; color: var(--ink); }
  .review-meta { font-size: 11px; color: var(--gray-400); margin-top: 1px; }
  .review-stars { display: flex; align-items: center; gap: 2px; margin-bottom: 9px; }
  .star { color: #F5A623; font-size: 13px; }
  .star-score { font-size: 12px; color: var(--gray-400); margin-left: 4px; }
  .review-text { font-size: 12.5px; color: var(--gray-600); line-height: 1.65; }

  /* ── 신뢰 지표 ── */
  .trust-section { background: var(--green-bg); max-width: 1280px; margin: 0 auto; padding: 40px 36px; }
  .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 860px; margin: 0 auto; }
  .trust-item { display: flex; align-items: center; gap: 14px; padding: 16px 24px; border-right: 1px solid var(--border); }
  .trust-item:last-child { border-right: none; }
  .trust-icon { font-size: 26px; flex-shrink: 0; }
  .trust-number { font-size: 19px; font-weight: 700; color: var(--ink); line-height: 1.2; }
  .trust-label { font-size: 11.5px; color: var(--gray-600); margin-top: 2px; }

  /* ── CTA ── */
  .cta-section { background: linear-gradient(135deg, #D81D5C, #F1416C); max-width: 1280px; margin: 0 auto; padding: 60px 48px; position: relative; overflow: hidden; display: flex; align-items: center; min-height: 260px; }
  .cta-inner { flex: 1; position: relative; z-index: 2; max-width: 520px; }
  .cta-h2 { font-size: 26px; font-weight: 700; color: var(--white); line-height: 1.35; margin-bottom: 10px; }
  .cta-sub { font-size: 14px; color: rgba(255,255,255,0.68); margin-bottom: 26px; line-height: 1.65; }
  .cta-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--green-dark); background: var(--white); padding: 13px 26px; border-radius: 8px; cursor: pointer; border: none; font-family: inherit; transition: all .18s; }
  .cta-btn:hover { background: var(--green-pale); transform: translateY(-1px); }
  .cta-image { flex: 0 0 360px; height: 220px; position: relative; z-index: 1; border-radius: 16px; overflow: hidden; }
  .cta-image img, .cta-image svg { width: 100%; height: 100%; object-fit: cover; }

  /* FOOTER는 js/footer.js가 공용으로 주입합니다 (.site-footer) — 아래 레거시 규칙은 제거됨 */


  /* ── 16종 캐릭터 섹션 ── */
  .char-section { background: #F7F2EE; padding: 52px 0 0; }
  .char-section-inner { padding: 0 36px 28px; max-width: 1280px; margin: 0 auto; }
  .char-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F1416C; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
  .char-eyebrow::before { content: ''; display: block; width: 28px; height: 1.5px; background: #F1416C; }
  .char-section-title { font-family: 'Noto Sans KR', 'Inter', sans-serif; font-size: 28px; font-weight: 600; color: #1A1A1A; margin-bottom: 0; letter-spacing: -0.01em; }
  .char-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; background: rgba(0,0,0,0.08);
  }
  .char-grid-card {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 20px 18px 18px; background: #F7F2EE;
    text-decoration: none; min-height: 260px;
    position: relative; overflow: hidden; transition: background 0.25s;
  }
  .char-grid-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: #F1416C; transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
  }
  .char-grid-card:hover { background: #EFE8DF; }
  .char-grid-card:hover::before { transform: scaleX(1); }
  .ch-img-wrap {
    width: 100%; aspect-ratio: 3/4; overflow: hidden;
    margin-bottom: 14px; background: #EFE8DF;
  }
  .ch-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    object-position: top center; display: block;
    transition: transform 0.4s; filter: saturate(0.9);
  }
  .char-grid-card:hover .ch-img-wrap img { transform: scale(1.04); filter: saturate(1); }
  .ch-img-wrap.no-image { display: none; }
  .ch-img-wrap.no-image::after { content: none; }
  .ch-emoji { display: none; }
  .ch-name { font-family: 'Noto Sans KR', 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: #1A1A1A; margin-bottom: 4px; line-height: 1.3; }
  .ch-code { font-size: 9px; letter-spacing: .16em; color: #A89080; text-transform: uppercase; }
  .ch-arrow { position: absolute; right: 14px; bottom: 14px; font-size: 12px; color: #F1416C; opacity: 0; transition: opacity .2s, transform .2s; }
  .char-grid-card:hover .ch-arrow { opacity: 1; transform: translate(2px,-2px); }
  .char-grid-card--more { background: #EFE8DF; justify-content: flex-end; }
  .char-grid-card--more .ch-name { color: #A89080; font-size: 13px; font-family: 'Inter', sans-serif; font-weight: 300; }
  .char-grid-card--more .ch-code { color: #F1416C; letter-spacing: .1em; font-size: 11px; }
  @media (max-width: 1024px) { .char-grid { grid-template-columns: repeat(3, 1fr); } .char-section-inner { padding: 0 36px 24px; } }
  @media (max-width: 768px) { .char-grid { grid-template-columns: repeat(2, 1fr); } .char-section-inner { padding: 0 16px 20px; } .char-section { padding-top: 40px; } }


  .sd-overlay { position: fixed; inset: 0; background: rgba(250,250,248,.95); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 999; gap: 14px; }
  .sd-spin { width: 38px; height: 38px; border: 2.5px solid var(--green-pale); border-top-color: var(--green-primary); border-radius: 50%; animation: spin .75s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .sd-ov-t { font-size: 17px; font-weight: 600; color: var(--ink); }
  .sd-ov-s { font-size: 12.5px; color: var(--gray-400); }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    .solution-grid { grid-template-columns: repeat(2, 1fr); }
    .review-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: none; }
    .trust-item { border-bottom: 1px solid var(--border); }
    .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: none; }
    .cta-image { display: none; }
  }
  @media (max-width: 768px) {
    .hero { padding: 24px 0 32px; }
    .hero-inner { grid-template-columns: 1fr; width: calc(100% - 28px); }
    .hero-content { padding: 0; }
    .hero-image { height: 480px; }
    .hero-arch { height: 460px; border-radius: 240px 240px 24px 24px; }
    .hero-h1 { font-size: clamp(32px, 9vw, 54px); }
    .hero-sub { font-size: 16px; }
    .hero-searchbar { flex-direction: column; align-items: stretch; border-radius: 20px; padding: 12px; }
    .hero-search-btn { width: 100%; justify-content: center; }
    .arch-pedestal { right:40px; bottom:46px; transform:scale(.82); transform-origin:bottom right; }
    .arch-bottle { right:78px; bottom:108px; transform:scale(.82); transform-origin:bottom right; }
    .arch-dropper { right:18px; top:46px; transform:rotate(14deg) scale(.82); transform-origin:top right; }
    .arch-hand.left { left:10px; bottom:96px; transform:scale(.82) rotate(-4deg); transform-origin:bottom left; }
    .arch-hand.right { right:-28px; top:42px; transform:scale(.82) rotate(12deg); transform-origin:top right; }
    .arch-float-card { right:12px; bottom:12px; transform:scale(.9); transform-origin:bottom right; }
    .section { padding: 36px 20px; }
    .popular-section { padding: 18px 20px; }
    .trust-section { padding: 32px 20px; }
    .cta-section { padding: 44px 20px; }
    .concern-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .review-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-item { border-right: none; border-bottom: 1px solid var(--border); }
  }

  /* ════════════════════════════════════════════
     통일 호버 효과 — 캐릭터 페이지 스타일
     모든 카드 클래스에 핑크 상단 슬라이드 라인 + ↗ 화살표
  ════════════════════════════════════════════ */
  .concern-card,
  .review-card,
  .guide-card,
  .solution-card,
  .product-card,
  .ing-card,
  .case-card,
  .related-concern,
  .related-card,
  .efficacy-card,
  .mech-insight,
  .faq-item,
  .ch-card,
  .cag-card {
    position: relative !important;
    overflow: hidden !important;
    transition: background 0.22s, box-shadow 0.22s, transform 0.18s !important;
  }
  .concern-card::before,
  .review-card::before,
  .guide-card::before,
  .solution-card::before,
  .product-card::before,
  .ing-card::before,
  .case-card::before,
  .related-concern::before,
  .related-card::before,
  .efficacy-card::before,
  .mech-insight::before,
  .faq-item::before,
  .ch-card::before,
  .cag-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    height: 2px !important;
    background: #F1416C !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.28s ease !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }
  .concern-card:hover::before,
  .review-card:hover::before,
  .guide-card:hover::before,
  .solution-card:hover::before,
  .product-card:hover::before,
  .ing-card:hover::before,
  .case-card:hover::before,
  .related-concern:hover::before,
  .related-card:hover::before,
  .efficacy-card:hover::before,
  .mech-insight:hover::before,
  .faq-item:hover::before,
  .ch-card:hover::before,
  .cag-card:hover::before {
    transform: scaleX(1) !important;
  }
  /* 화살표 ↗ */
  .concern-card::after,
  .review-card::after,
  .guide-card::after,
  .solution-card::after,
  .product-card::after,
  .ing-card::after,
  .case-card::after,
  .related-concern::after,
  .related-card::after,
  .efficacy-card::after,
  .mech-insight::after,
  .ch-card::after,
  .cag-card::after {
    content: '↗' !important;
    position: absolute !important;
    right: 12px !important; bottom: 10px !important;
    font-size: 13px !important; font-weight: 600 !important;
    color: #F1416C !important;
    opacity: 0 !important;
    transform: translate(-2px, 2px) !important;
    transition: opacity 0.18s ease, transform 0.18s ease !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }
  .concern-card:hover::after,
  .review-card:hover::after,
  .guide-card:hover::after,
  .solution-card:hover::after,
  .product-card:hover::after,
  .ing-card:hover::after,
  .case-card:hover::after,
  .related-concern:hover::after,
  .related-card:hover::after,
  .efficacy-card:hover::after,
  .mech-insight:hover::after,
  .ch-card:hover::after,
  .cag-card:hover::after {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  /* ════════════════════════════════════════════
     공통 컴포넌트 — y2k 대체 (전 페이지 통일)
  ════════════════════════════════════════════ */

  /* 페이지 헤드 */
  .page-head {
    text-align: center;
    padding: 52px 36px 28px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .page-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
    padding: 6px 16px;
    background: var(--green-pale);
    color: var(--green-primary);
    border: 1px solid rgba(241,65,108,0.2);
    border-radius: 999px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .page-head h1 {
    font-family: 'Noto Sans KR', 'Inter', sans-serif;
    font-size: clamp(26px, 5vw, 36px);
    font-weight: 700;
    color: var(--ink);
    margin: 8px 0 10px;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .page-head p {
    font-size: 14px;
    color: var(--gray-600);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.65;
  }

  /* 콘텐츠 컨테이너 */
  .content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 36px 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* 카드 */
  .sd-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
  }
  .sd-card h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 12px;
    letter-spacing: -0.015em;
  }
  .sd-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    margin: 16px 0 6px;
  }
  .sd-card p { font-size: 14px; color: var(--gray-600); line-height: 1.75; margin-bottom: 8px; }
  .sd-card p:last-child { margin-bottom: 0; }
  .sd-card ul { font-size: 14px; color: var(--gray-600); line-height: 1.75; padding-left: 20px; }
  .sd-card li { margin-bottom: 4px; }
  .sd-card a { color: var(--green-primary); }
  .sd-card a:hover { text-decoration: underline; }

  /* 버튼 */
  .sd-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-primary) 100%);
    color: #fff;
    font-size: 15px; font-weight: 700;
    border: none; cursor: pointer; font-family: inherit;
    transition: transform .14s, filter .14s;
    text-decoration: none;
  }
  .sd-btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
  .sd-btn:active { transform: scale(.98); }
  .sd-btn.sd-btn-soft {
    background: var(--gray-100);
    color: var(--ink);
  }
  .sd-btn:disabled { opacity: .55; cursor: not-allowed; }

  /* 섹션 타이틀 */
  .sd-section-title {
    font-size: 15px; font-weight: 700; color: var(--ink);
    margin-bottom: 12px; letter-spacing: -0.01em;
  }

  /* 뮤트 텍스트 */
  .sd-muted { color: var(--gray-400); font-size: 12px; line-height: 1.6; }

  /* 드롭존 */
  .sd-dropzone {
    border: 2px dashed rgba(241,65,108,0.3);
    border-radius: 14px;
    padding: 28px 18px;
    text-align: center;
    background: var(--green-pale);
    color: var(--gray-600);
    transition: background .15s, border-color .15s;
    cursor: pointer;
    display: block;
  }
  .sd-dropzone:hover { background: #FFE8EE; border-color: var(--green-primary); }
  .sd-dropzone .dz-emoji { font-size: 40px; display: block; margin-bottom: 8px; }
  .sd-dropzone .dz-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
  .sd-dropzone .dz-sub { font-size: 12px; color: var(--gray-400); }
  .sd-dropzone input { display: none; }

  /* 점수 바 */
  .sd-score-bars { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
  .sd-score-row { display: grid; grid-template-columns: 80px 1fr 40px; gap: 10px; align-items: center; }
  .sd-score-row .label { font-size: 12px; font-weight: 700; color: var(--gray-600); }
  .sd-score-row .val { font-size: 13px; font-weight: 700; color: var(--green-primary); text-align: right; }
  .sd-bar { height: 10px; border-radius: 5px; background: var(--gray-100); overflow: hidden; }
  .sd-bar > i { display: block; height: 100%; background: linear-gradient(90deg, var(--green-dark) 0%, var(--green-primary) 100%); border-radius: 5px; transition: width .6s cubic-bezier(.2,.8,.2,1); }

  /* 카메라 프레임 */
  .sd-cam-frame { position: relative; margin: 12px auto; border-radius: 16px; overflow: hidden; background: #111; width: 100%; max-width: 480px; aspect-ratio: 4/3; }
  .sd-cam-frame video, .sd-cam-frame canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .sd-cam-info { position: absolute; left: 12px; bottom: 12px; padding: 8px 12px; background: rgba(0,0,0,0.5); color: #fff; border-radius: 999px; font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); }

  /* OCR 출력 */
  .sd-ocr-output { background: var(--gray-100); border: 1px solid var(--border-light); border-radius: 12px; padding: 14px; font-size: 12px; line-height: 1.5; color: var(--gray-600); white-space: pre-wrap; word-break: break-word; }
  .sd-ocr-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--border-light); margin-bottom: 6px; }
  .sd-ocr-row .name { font-size: 13px; font-weight: 700; }
  .sd-tag-good { background: var(--green-pale); color: var(--green-dark); padding: 2px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; }
  .sd-tag-warn { background: #fbe9e7; color: #bf360c; padding: 2px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; }

  /* 챌린지 그리드 */
  .sd-challenge-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; padding: 6px; }
  .sd-challenge-cell { aspect-ratio: 1; border-radius: 12px; background: var(--gray-100); border: 1px solid var(--border-light); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--gray-400); cursor: pointer; }
  .sd-challenge-cell.done { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-primary) 100%); color: #fff; border-color: transparent; }
  .sd-challenge-cell.today { border-color: var(--green-primary); border-width: 2px; }

  /* 퍼스널 컬러 스와치 */
  .sd-swatch-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
  .sd-swatch { flex: 1 1 100px; height: 80px; border-radius: 12px; border: 2px solid rgba(255,255,255,0.8); box-shadow: 0 4px 14px rgba(0,0,0,.1); display: flex; align-items: flex-end; padding: 8px; color: #fff; font-size: 11px; font-weight: 800; text-shadow: 0 1px 2px rgba(0,0,0,.3); }

  /* 비교 */
  .sd-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
  .sd-compare-col { background: var(--gray-100); border: 1px solid var(--border-light); border-radius: 14px; padding: 16px 14px; text-align: center; }
  .sd-compare-col .cc-name { font-size: 13px; font-weight: 800; margin-top: 4px; }
  .sd-compare-col .cc-code { font-size: 10px; letter-spacing: .14em; color: var(--gray-400); }
  .sd-compat-score { text-align: center; font-size: 56px; font-weight: 700; color: var(--ink); line-height: 1; }

  /* 다이어리 아이템 */
  .sd-diary-item { padding: 14px; border-radius: 14px; background: var(--gray-100); border: 1px solid var(--border-light); margin-bottom: 10px; }
  .sd-diary-item .di-date { font-weight: 700; color: var(--ink); font-size: 13px; }
  .sd-diary-item .di-meta { font-size: 12px; color: var(--gray-400); margin-top: 4px; }
  .sd-diary-item .di-memo { font-size: 13px; margin-top: 6px; color: var(--gray-600); }
  .sd-diary-item .di-trouble { margin-top: 6px; }
  .sd-diary-item .di-trouble span { display: inline-block; padding: 2px 8px; margin-right: 4px; border-radius: 999px; font-size: 11px; background: var(--green-pale); color: var(--green-dark); }

  /* 레이팅/칩 버튼 */
  .sd-rate-btn, .sd-chip-btn {
    padding: 10px 14px; border-radius: 999px;
    border: 1.5px solid var(--border-light); background: var(--white);
    font-size: 18px; cursor: pointer; transition: all .15s;
    font-family: inherit;
  }
  .sd-chip-btn { font-size: 13px; font-weight: 600; }
  .sd-rate-btn:hover, .sd-chip-btn:hover { border-color: var(--green-primary); }
  .sd-rate-btn.active, .sd-chip-btn.active { background: var(--green-primary); color: #fff; border-color: transparent; }

  /* select */
  .sd-select {
    width: 100%; padding: 10px 14px; border-radius: 10px;
    border: 1.5px solid var(--border-light); background: var(--white);
    font-family: inherit; font-size: 14px; color: var(--ink);
    appearance: none; cursor: pointer;
  }
  .sd-select:focus { outline: none; border-color: var(--green-primary); }

  @media (max-width: 768px) {
    .page-head { padding: 36px 16px 20px; }
    .content-wrap { padding: 0 16px 48px; }
    .sd-card { padding: 20px 16px; }
  }

  /* ══════════════════════════════════════════════
     y- 네임스페이스 (도구 모음 / 챌린지 / 스킨n AI 결과 페이지)
     기존 디자인 변수에 맞춰 정의 — 누락되어 있던 부분
  ══════════════════════════════════════════════ */
  .y-hot { color: var(--green-primary); }
  .y-muted { color: var(--gray-400); }
  .y-ink-2 { color: var(--gray-600); }
  .y-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; color: var(--green-primary); text-transform: uppercase; margin-bottom: 10px; }
  .y-section-title { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }

  .y-container { max-width: 1280px; margin: 0 auto; padding: 0 36px 60px; }
  .y-stack { display: flex; flex-direction: column; gap: 16px; }

  .y-tool-head { text-align: center; padding: 48px 20px 28px; }
  .y-tool-head h1 { font-size: 26px; font-weight: 800; margin: 6px 0 10px; }
  .y-tool-head p { font-size: 14px; color: var(--gray-600); line-height: 1.7; }

  .y-card {
    background: var(--white); border: 1px solid var(--border-light);
    border-radius: 16px; padding: 22px; box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }

  .y-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 12px 22px; border-radius: 999px; font-size: 14px; font-weight: 700;
    background: var(--green-primary); color: #fff; border: none; cursor: pointer;
    transition: background .18s, transform .15s;
  }
  .y-btn:hover { background: var(--green-dark); }
  .y-btn:active { transform: scale(0.97); }
  .y-btn-soft {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 12px 22px; border-radius: 999px; font-size: 14px; font-weight: 700;
    background: var(--green-pale); color: var(--green-dark); border: none; cursor: pointer;
    transition: background .18s;
  }
  .y-btn-soft:hover { background: var(--green-light); }

  .y-chip {
    display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px;
    font-size: 12px; font-weight: 600; color: var(--gray-600);
    background: var(--gray-100); border: 1px solid var(--border-light);
  }

  .y-tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; max-width: 1280px; margin: 0 auto; padding: 0 36px 60px; }
  .y-tool-card {
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
    background: var(--white); border: 1px solid var(--border-light); border-radius: 16px;
    padding: 24px 14px; transition: transform .15s, box-shadow .15s;
  }
  .y-tool-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.07); }
  .y-tool-emoji { font-size: 30px; }
  .y-tool-name { font-size: 14px; font-weight: 700; color: var(--ink); }
  .y-tool-desc { font-size: 12px; color: var(--gray-400); }

  @media (max-width: 768px) {
    .y-tool-head { padding: 36px 16px 20px; }
    .y-container { padding: 0 16px 48px; }
    .y-card { padding: 18px; }
  }

  /* 30일 챌린지 — 달력 그리드 */
  .challenge-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 14px; }
  .challenge-cell {
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
    border-radius: 10px; background: var(--gray-100); color: var(--gray-600);
    font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s; user-select: none;
  }
  .challenge-cell:hover { background: var(--gray-200); }
  .challenge-cell.today { outline: 2px solid var(--green-primary); outline-offset: -2px; }
  .challenge-cell.done { background: var(--green-primary); color: #fff; }
  @media (max-width: 480px) { .challenge-grid { grid-template-columns: repeat(5, 1fr); } }

  /* 진행 리포트 / 막대 그래프 (챌린지, 성분 궁합, 통계 공용) */
  .score-bars { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
  .score-row { display: flex; align-items: center; gap: 10px; font-size: 13px; }
  .score-row .label { flex: 0 0 64px; color: var(--gray-600); }
  .score-row .val { flex: 0 0 40px; text-align: right; font-weight: 700; color: var(--ink); }
  .bar { flex: 1; height: 8px; border-radius: 999px; background: var(--gray-100); overflow: hidden; }
  .bar i { display: block; height: 100%; border-radius: 999px; background: var(--green-primary); transition: width .3s; }
  .compat-score { font-weight: 800; color: var(--green-primary); }

  /* 캐릭터 통계 — TOP3 매치 카드 */
  .match-row { display: flex; gap: 10px; margin-top: 10px; }
  .match-card {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center;
    background: var(--green-pale); border-radius: 14px; padding: 16px 8px; transition: transform .15s;
  }
  .match-card:hover { transform: translateY(-2px); }
  .mc-emoji { font-size: 26px; }
  .mc-name { font-size: 12px; font-weight: 700; color: var(--ink); }
  .mc-code { font-size: 13px; font-weight: 800; color: var(--green-primary); }

  /* 통계 리스트 (중첩 content-wrap 대신 전용 클래스) */
  .stats-list { display: flex; flex-direction: column; gap: 12px; }

  /* ══════════════════════════════════════════════
     캐릭터 테스트 — 스와이프 카드 UI
  ══════════════════════════════════════════════ */
  .swipe-progress { display: flex; gap: 5px; justify-content: center; max-width: 480px; margin: 0 auto 18px; padding: 0 20px; }
  .pip { flex: 1; height: 4px; border-radius: 4px; background: var(--gray-100); transition: background .25s; }
  .pip.done { background: var(--green-primary); }

  .swipe-stage { position: relative; max-width: 480px; min-height: 360px; margin: 0 auto 40px; padding: 0 20px; }
  .swipe-card {
    position: absolute; left: 20px; right: 20px; top: 0;
    background: var(--white); border: 1px solid var(--border-light);
    border-radius: 22px; padding: 32px 24px 24px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    transition: transform .28s ease, opacity .28s ease;
    touch-action: pan-y;
  }
  .swipe-card.dragging { transition: none; cursor: grabbing; }

  .sc-progress { font-size: 12px; font-weight: 700; color: var(--gray-400); text-align: center; margin-bottom: 10px; }
  .sc-question { font-size: 19px; font-weight: 800; color: var(--ink); text-align: center; line-height: 1.4; margin-bottom: 22px; }
  .sc-options { display: flex; flex-direction: column; gap: 10px; }
  .swipe-option {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 16px; border-radius: 14px;
    border: 1.5px solid var(--border-light); background: var(--white);
    font-size: 14px; font-weight: 600; color: var(--ink);
    cursor: pointer; transition: all .15s; text-align: left; font-family: inherit;
  }
  .swipe-option:hover { border-color: var(--green-primary); background: var(--green-pale); }
  .swipe-option.picked { border-color: var(--green-primary); background: var(--green-pale); color: var(--green-dark); }
  .so-emoji { font-size: 18px; flex-shrink: 0; }
  .sc-hint { font-size: 11px; color: var(--gray-400); text-align: center; margin-top: 18px; }

  .sc-react {
    position: absolute; top: 24px; z-index: 5;
    font-size: 13px; font-weight: 800; padding: 6px 14px; border-radius: 999px;
    opacity: 0; transition: opacity .15s; pointer-events: none;
  }
  .sc-react.left { left: 16px; background: var(--gray-100); color: var(--gray-600); transform: rotate(-8deg); }
  .sc-react.right { right: 16px; background: var(--green-pale); color: var(--green-dark); transform: rotate(8deg); }
  .sc-react.show { opacity: 1; }

  /* ══════════════════════════════════════════════
     캐릭터 결과 페이지 (16종)
  ══════════════════════════════════════════════ */
  .ch-result-hero { text-align: center; padding: 48px 20px 32px; max-width: 560px; margin: 0 auto; }
  .ch-orb {
    width: 110px; height: 110px; margin: 0 auto 16px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
    font-size: 56px; background: var(--green-pale);
    box-shadow: 0 8px 28px rgba(241,65,108,0.18);
  }
  .ch-orb-photo { width: 100%; height: 100%; object-fit: cover; }
  .ch-orb-emoji { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
  .ch-result-hero .ch-code { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; color: var(--green-primary); margin-bottom: 6px; }
  .ch-result-hero .ch-name { font-size: 28px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
  .ch-tagline { font-size: 15px; color: var(--gray-600); line-height: 1.6; margin-bottom: 12px; }
  .ch-rarity { display: inline-block; font-size: 12px; font-weight: 700; color: var(--green-dark); background: var(--green-pale); padding: 6px 16px; border-radius: 999px; }

  /* 공유카드 */
  .share-canvas-wrap { display: flex; justify-content: center; margin-bottom: 16px; }
  .share-canvas-wrap canvas { max-width: 100%; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
  .share-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
  .y-btn-mint { background: var(--green-dark); }
  .y-btn-mint:hover { background: var(--green-primary); }

  /* 24시간 루틴 타임라인 */
  .timeline { display: flex; flex-direction: column; gap: 0; }
  .timeline-row { display: grid; grid-template-columns: 52px 16px 1fr; gap: 4px 12px; align-items: start; padding: 10px 0; }
  .tl-time { font-size: 11px; font-weight: 700; color: var(--gray-400); padding-top: 2px; }
  .tl-dot { width: 8px; height: 8px; margin: 4px auto 0; border-radius: 50%; background: var(--green-primary); position: relative; }
  .timeline-row:not(:last-child) .tl-dot::after {
    content: ''; position: absolute; top: 12px; left: 50%; width: 1px; height: 38px;
    background: var(--border-light); transform: translateX(-50%);
  }
  .tl-title { font-size: 13px; font-weight: 700; color: var(--ink); }
  .tl-desc { font-size: 12px; color: var(--gray-600); line-height: 1.6; margin-top: 2px; }

  /* 친구와 비교 페이지 */
  .cp-field { display: flex; flex-direction: column; }
  .sd-compare-vs { text-align: center; font-size: 13px; font-weight: 800; color: var(--gray-400); margin: 8px 0; }
  .cc-emoji { font-size: 36px; }

  /* OCR 라벨 분석 결과 */
  .ocr-ingredient-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
  .ocr-ingredient-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 14px; border-radius: 12px;
    background: var(--gray-100); border: 1px solid var(--border-light);
    font-size: 13px; font-weight: 700; transition: border-color .15s;
  }
  .ocr-ingredient-row:hover { border-color: var(--green-primary); }
  .tag-good { background: var(--green-pale); color: var(--green-dark); padding: 2px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; }
  .tag-warn { background: #fff3e0; color: #b85c00; padding: 2px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; }
