@charset "UTF-8";
/* ═════════════════════════════════════════════════════════════════
   이용후기 (2026-09-19 「김빠른 이용후기 디자인」 납품) — .kfv 스코프
   치수는 00_공통/규격표.md 의 논리 픽셀 값. 규격표에 없는 값은 PNG 실측(주석에 표시).
   새 색 0건 — 전부 가이드 실측 토큰(규격표 §3).
   ═════════════════════════════════════════════════════════════════ */
.kfv{
  --bg:#f6f7f9; --card:#fff; --sub2:#f9fafb; --muted:#f2f4f6; --line:#e5e8eb; --t6:#d1d6db;
  --body:#191f28; --t2:#4e5968; --sub:#6b7684; --t4:#8b95a1; --t5:#b0b8c1;
  --pri:#3182f6; --pri700:#1b64da; --priLine:#c9e2ff;
  --okBg:#e4f5ed; --ok:#029359; --danger:#f04452; --star:#ffc342;
  font-family:'Pretendard Variable',Pretendard,-apple-system,system-ui,sans-serif;
  -webkit-font-smoothing:antialiased; font-variant-numeric:tabular-nums; word-break:keep-all;
  color:var(--body);
}
.kfv *,.kfv *::before,.kfv *::after{box-sizing:border-box}
/* 초기화는 특이도 0 — 앱바(header) 배경처럼 다른 컴포넌트 값을 지우지 않는다 */
:where(.kfv) :where(h1,h2,h3,p,ul,ol,li,section,article,figure,dl,dt,dd){margin:0;padding:0;border:0;background:none}
:where(.kfv) :where(a){color:inherit;text-decoration:none}
/* 초기화는 :where 로 — 특이도 0 이라 .kfv-help 같은 컴포넌트 색을 덮지 않는다 */
:where(.kfv) :where(button){font-family:inherit;font-size:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;background:none;padding:0;color:inherit}
.kfv :focus-visible{outline:2px solid var(--pri);outline-offset:2px}

/* ── Badge (규격표 §2 · §3) ─────────────────────────────── */
.kfv-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:8px;
  font-size:12px;line-height:18px;font-weight:700;white-space:nowrap}
.kfv-badge--ok{background:var(--okBg);color:var(--ok)}
.kfv-badge--grey{background:var(--muted);color:var(--sub)}

/* ── 후기 카드 — 목록용 (규격표 §4) ─────────────────────── */
.kfv-c{display:block;position:relative;background:var(--card);border-radius:20px;
  box-shadow:0 1px 3px rgba(0,23,51,.08);padding:18px;color:var(--body);text-align:left;width:100%;
  transition:background-color 150ms cubic-bezier(.4,0,.2,1)}
.kfv-c__top{display:flex;align-items:center;justify-content:space-between;gap:12px;height:24px;margin-bottom:14px}
.kfv-c__date{font-size:12px;line-height:18px;color:var(--t4);white-space:nowrap}

.kfv-c__prod{display:flex;align-items:flex-start;gap:12px}
.kfv-th{position:relative;flex:none;width:56px;height:56px;margin-top:1px;border-radius:12px;
  background:var(--sub2);border:1px solid var(--line)}
.kfv-th img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}
/* 변형 C — 썸네일 없음: 점선 + 상자 아이콘. 다른 사진으로 채우지 않는다 */
.kfv-th--none{background:var(--muted);border:1px dashed var(--line);display:flex;align-items:center;justify-content:center;color:var(--t5)}
.kfv-th--none svg{width:22px;height:22px}
/* 변형 D — +N 배지 */
.kfv-th__more{position:absolute;right:-5px;bottom:-5px;min-width:24px;height:20px;padding:0 5px;border-radius:6px;
  background:var(--body);color:#fff;font-size:11px;line-height:20px;font-weight:700;text-align:center}
.kfv-c__txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.kfv-c__name{font-size:17px;line-height:25px;font-weight:700;letter-spacing:-.01em;color:var(--body);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.kfv-c__line{font-size:13px;line-height:20px;color:var(--sub)}

.kfv-c__stats{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:14px}
.kfv-c__g{display:flex;flex-direction:column;gap:2px;min-width:0}
.kfv-c__g--fee{align-items:flex-end;text-align:right;margin-left:auto}
.kfv-c__lab{font-size:13px;line-height:20px;color:var(--sub)}
.kfv-c__days{font-size:17px;line-height:25px;font-weight:700;color:var(--body)}
.kfv-c__fee{font-size:19px;line-height:28px;font-weight:800;letter-spacing:-.01em;color:var(--body);white-space:nowrap}

.kfv-c__hr{height:1px;background:var(--line);margin:14px 0}
.kfv-c__route{font-size:13px;line-height:20px;color:var(--sub);margin-bottom:12px}
.kfv-c__body{font-size:15px;line-height:23px;color:var(--t2);white-space:pre-line;overflow-wrap:anywhere;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.kfv-c__body.is-open{display:block;-webkit-line-clamp:unset}
.kfv-c__more{display:block;margin-top:2px;min-height:23px;font-size:15px;line-height:23px;font-weight:600;color:var(--pri)}
.kfv-c__more[hidden]{display:none}

.kfv-c__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;min-height:21px}
.kfv-rate{display:flex;align-items:center;min-width:0;font-size:14px;line-height:21px;white-space:nowrap}
.kfv-rate__star{flex:none;width:15px;height:15px;margin-right:6px;fill:var(--star)}
.kfv-rate__n{font-weight:700;color:var(--body)}
.kfv-rate__dot{margin:0 6px;color:var(--t4)}
.kfv-rate__who{color:var(--sub);overflow:hidden;text-overflow:ellipsis}
.kfv-rate__day{color:var(--t4)}
.kfv-help{position:relative;flex:none;font-size:13px;line-height:20px;color:var(--t4);white-space:nowrap}
/* 터치 타깃 44 — 글자 자리는 그대로, 누르는 자리만 넓힌다 */
.kfv-help::after{content:"";position:absolute;inset:-12px -8px}
.kfv-help b{font-weight:inherit;color:inherit}
.kfv-help.is-on{color:var(--sub)}

/* ── 작은 카드 (규격표 §5) — 카드 전체가 버튼 하나 ───────────── */
.kfv-c--s{padding:16px;transition:transform 200ms cubic-bezier(.19,1,.22,1),background-color 150ms cubic-bezier(.4,0,.2,1)}
.kfv-c--s:active{transform:scale(.98)}
.kfv-c--s .kfv-th{width:48px;height:48px;border-radius:11px}
.kfv-c--s .kfv-th--none svg{width:20px;height:20px}
.kfv-c--s .kfv-c__txt{gap:2px}
.kfv-c--s .kfv-c__name{font-size:15px;line-height:22px;letter-spacing:0;-webkit-line-clamp:1;display:block;white-space:nowrap;text-overflow:ellipsis}
.kfv-c--s .kfv-c__line{font-size:12px;line-height:18px}
.kfv-c--s .kfv-c__stats{margin-top:10px}
.kfv-c--s .kfv-c__g{gap:1px}
.kfv-c--s .kfv-c__lab{font-size:12px;line-height:18px}
.kfv-c--s .kfv-c__days{font-size:15px;line-height:22px}
.kfv-c--s .kfv-c__fee{font-size:17px;line-height:25px}
.kfv-c--s .kfv-c__hr{margin:10px 0}
.kfv-c--s .kfv-c__route{margin-bottom:8px}   /* PNG B-홈구역 실측 */
.kfv-c--s .kfv-c__body{font-size:14px;line-height:21px;-webkit-line-clamp:2}
.kfv-c--s .kfv-c__foot{margin-top:10px;min-height:20px}   /* PNG B-홈구역 실측 */
.kfv-c--s .kfv-rate{font-size:13px;line-height:20px}
.kfv-c--s .kfv-rate__star{width:14px;height:14px}
a.kfv-c--s:hover{background:var(--sub2)}

/* ── 변형 G — 글자 크게 (규격표 §6) ─────────────────────── */
.kfv-c.is-g .kfv-c__prod{flex-direction:column;gap:14px}
.kfv-c.is-g .kfv-th{width:88px;height:88px;border-radius:14px}
.kfv-c.is-g .kfv-c__name{-webkit-line-clamp:unset;display:block;white-space:normal}
.kfv-c.is-g .kfv-c__stats{flex-direction:column;align-items:flex-start;gap:12px}
.kfv-c.is-g .kfv-c__g--fee{align-items:flex-start;text-align:left;margin-left:0}

/* ── 놓이는 자리 A · B · C (규격표 §7) ─────────────────────── */
.kfv-sec{margin-top:20px}
.kfv-sec__t{font-size:17px;line-height:25px;font-weight:700;letter-spacing:-.01em;color:var(--body)}
.kfv-sec--home{margin-top:36px}   /* 홈 다른 구역(.kfr-sec)과 같은 리듬 */
.kfv-sec--home .kfv-sec__t{font-size:19px;line-height:28px;font-weight:800}
.kfv-sec__s{margin-top:4px;font-size:13px;line-height:20px;color:var(--sub)}
.kfv-sec--home .kfv-sec__s{font-size:14px;line-height:21px}
/* 카드만 페이지 여백(20)보다 4px 넓다 — PNG A·B·C 실측: 제목 x=20 · 카드 x=16 */
.kfv-sec__list{display:flex;flex-direction:column;gap:12px;margin:12px -4px 0}
.kfv-sec__all{display:flex;align-items:center;justify-content:center;width:calc(100% + 8px);min-height:48px;margin:12px -4px 0;
  border-radius:12px;background:var(--card);border:1px solid var(--line);
  font-size:15px;line-height:22px;font-weight:700;color:var(--t2);text-align:center;padding:0 16px}
.kfv-sec__all:hover{background:var(--sub2)}

/* ── 전체 페이지 D (규격표 §8) ─────────────────────────── */
/* 앱바 「‹ 이용후기」 — PNG D-모바일·E·W 실측: 화살표 글자 x=27.3 · 제목 글자 x=61 (공용 앱바보다 1.3 · 2 오른쪽) */
.kfv-page .kfr-appbar__back{margin-left:-9px}
.kfv-page .kfr-appbar__t{margin-left:1px}
.kfv-page{background:var(--bg);min-height:100vh}
.kfv-wrap{max-width:1032px;margin:0 auto;padding:0 16px}
.kfv-page__h{display:none}
.kfv-bar-d{display:none!important}
.kfv-sum{display:flex;align-items:stretch;margin-top:16px;background:var(--card);border-radius:16px;
  box-shadow:0 1px 3px rgba(0,23,51,.08);padding:20px 16px}
.kfv-sum[hidden]{display:none}
.kfv-sum__cell{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}
.kfv-sum__cell{position:relative}
/* 칸 사이 구분선 — 위아래 2px 안쪽 (규격표 §8). 여백으로 만들면 카드 높이가 4px 늘어난다 */
.kfv-sum__cell + .kfv-sum__cell::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:var(--line)}
.kfv-sum__v{display:flex;align-items:center;gap:3px;font-size:20px;line-height:29px;font-weight:800;letter-spacing:-.01em;color:var(--body);white-space:nowrap}
.kfv-sum__v svg{width:18px;height:18px;fill:var(--star)}
.kfv-sum__l{font-size:12px;line-height:18px;color:var(--t4);white-space:nowrap}
.kfv-sum__v .kfv-d{display:none}
.kfv-sum__go{display:none}

.kfv-tabs{display:flex;gap:16px;margin:4px -16px 0;padding:0 16px;overflow-x:auto;scrollbar-width:none;
  border-bottom:1px solid var(--line)}
.kfv-tabs::-webkit-scrollbar{display:none}
.kfv-tab{flex:none;position:relative;height:41px;font-size:15px;line-height:22px;font-weight:500;color:var(--t4);white-space:nowrap}
.kfv-tab.is-on{font-weight:700;color:var(--body)}
.kfv-tab.is-on::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--body)}

.kfv-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.kfv-more{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:6px;
  font-size:15px;line-height:22px;font-weight:700;color:var(--pri)}
.kfv-more[hidden]{display:none}
.kfv-page__pad{height:96px}

/* 하단 고정 버튼 띠 (D · E · 쓰기) — PNG 실측: 선 1 · 위 12 · 버튼 52 · 아래 16 */
.kfv-fix{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--card);border-top:1px solid var(--line);
  padding:12px 16px calc(16px + env(safe-area-inset-bottom))}
.kfv-fix__in{max-width:1000px;margin:0 auto}
.kfv-btn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border-radius:12px;
  background:var(--pri);color:#fff;font-size:16px;line-height:24px;font-weight:700}
.kfv-btn:hover{background:#2272eb}
.kfv-btn:disabled,.kfv-btn[aria-disabled="true"]{background:var(--muted);color:var(--t5);cursor:not-allowed}

@media (min-width:1024px){
  .kfv-wrap{padding:0 68px;max-width:1136px}   /* PNG D-데스크톱: 콘텐츠 1000 가운데 */
  .kfv-page__h{display:block;margin-top:40px;font-size:26px;line-height:35px;font-weight:800;letter-spacing:-.015em;color:var(--body)}
  .kfv-bar-m{display:none!important}
  .kfv-bar-d{display:flex!important}
  /* PNG D-데스크톱 실측: 카드 104 · 세 칸 같은 폭(268) — 칸마다 왼쪽 24, 첫 칸의 24 는 카드 여백 대신 */
  .kfv-sum{margin-top:20px;padding:25px 24px 25px 0;align-items:center}
  .kfv-sum__cell{align-items:flex-start;text-align:left;padding-left:24px}
  .kfv-sum__cell + .kfv-sum__cell::before{top:0;bottom:0}
  .kfv-sum__v{font-size:24px;line-height:33px;letter-spacing:-.015em}
  .kfv-sum__v svg{width:21px;height:21px}
  .kfv-sum__v .kfv-d{display:inline}
  .kfv-sum__go{display:inline-flex;align-items:center;justify-content:center;flex:none;min-height:44px;padding:0 24px;
    border-radius:10px;background:var(--pri);color:#fff;font-size:16px;line-height:24px;font-weight:700;margin-left:24px}
  .kfv-tabs{margin:8px 0 0;padding:0;gap:20px;overflow:visible}   /* PNG D-데스크톱 실측: 글자 16 · 간격 20 */
  .kfv-tab{height:44px;font-size:16px;line-height:24px}
  .kfv-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;margin-top:20px}
  .kfv-list .kfv-c{padding:20px}
  .kfv-list .kfv-c__prod{gap:14px}
  .kfv-more{margin-top:12px}
  .kfv-page--list .kfv-fix{display:none}
  .kfv-page--list .kfv-page__pad{height:48px}
}

/* ── 상세 E (규격표 §9) ──────────────────────────────── */
.kfv-det{max-width:560px;margin:0 auto;padding:0 16px}
.kfv-det__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;height:24px;padding:0 2px}   /* PNG E 실측: Badge x=18 · 날짜 끝 x=371 */
.kfv-det__date{font-size:13px;line-height:20px;color:var(--t4)}
.kfv-box{margin-top:12px;background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08);padding:20px}
.kfv-det__img{display:block;position:relative;width:100%;aspect-ratio:1.4;border-radius:12px;background:var(--sub2);border:1px solid var(--line);overflow:hidden}
.kfv-det__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#fff}
.kfv-det__img.kfv-th--none{border-style:dashed;background:var(--muted)}
.kfv-det__img.kfv-th--none svg{width:32px;height:32px}
.kfv-det__name{margin-top:14px;font-size:20px;line-height:29px;font-weight:800;letter-spacing:-.01em;color:var(--body);overflow-wrap:anywhere}
.kfv-rec__t{font-size:15px;line-height:22px;font-weight:700;color:var(--body);margin-bottom:12px}
.kfv-rec__row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:7px 0}
.kfv-rec__l{flex:none;font-size:14px;line-height:21px;color:var(--sub)}
.kfv-rec__v{min-width:0;text-align:right;font-size:15px;line-height:22px;font-weight:600;color:var(--body)}
.kfv-rec__v--days{font-weight:700}
.kfv-rec__sum{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}
.kfv-rec__sl{font-size:15px;line-height:22px;font-weight:700;color:var(--body)}
.kfv-rec__sv{font-size:20px;line-height:29px;font-weight:800;letter-spacing:-.01em;color:var(--body);white-space:nowrap}
.kfv-det__rv .kfv-c__body{display:block;-webkit-line-clamp:unset;margin-top:12px}
.kfv-det__hr{height:1px;background:var(--line);margin:12px 0 14px}
.kfv-det__help{display:flex;margin-top:14px}
.kfv-det__src{margin-top:14px;font-size:13px;line-height:20px;color:var(--t4)}
.kfv-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:15px 20px;
  background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08);font-size:15px;line-height:23px;font-weight:600;color:var(--body)}
.kfv-row svg{flex:none;width:20px;height:20px;color:var(--t4)}
.kfv-det__pad{height:100px}

/* ── 쓰기 W-1 ~ W-4 (규격표 §10) ─────────────────────────── */
.kfv-entry{background:var(--card);border:1.5px solid var(--priLine);border-radius:20px;
  box-shadow:0 4px 16px rgba(49,130,246,.12);padding:18px;margin-bottom:12px}
.kfv-entry__t{font-size:17px;line-height:25px;font-weight:700;letter-spacing:-.01em;color:var(--body)}
.kfv-entry__s{margin-top:4px;font-size:14px;line-height:21px;color:var(--sub)}
.kfv-entry__go{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin-top:12px;border-radius:12px;
  background:var(--pri);color:#fff;font-size:15px;line-height:22px;font-weight:700}
.kfv-entry__go:hover{background:#2272eb;color:#fff}
/* 배송 상세 옆 칸(1024 이상)은 flex gap 14 가 간격을 맡는다 — 겹치지 않게 */
@media (min-width:1024px){ .kfd-sidebar > .kfv-entry{margin-bottom:0} }

.kfv-w{max-width:560px;margin:0 auto;padding:16px 16px 0}
.kfv-w__sum{display:flex;align-items:flex-start;gap:12px;background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08);padding:18px}
.kfv-w__sum .kfv-th{width:48px;height:48px;border-radius:11px}
.kfv-w__sum .kfv-c__txt{gap:2px}
.kfv-w__sum .kfv-c__name{font-size:15px;line-height:22px;letter-spacing:0;-webkit-line-clamp:1;display:block;white-space:nowrap;text-overflow:ellipsis}
.kfv-w__sum .kfv-c__line{font-size:12px;line-height:18px}
.kfv-w__rate{margin-top:12px;background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08);padding:24px 20px;text-align:center}
.kfv-w__q{font-size:19px;line-height:28px;font-weight:800;letter-spacing:-.01em;color:var(--body)}
.kfv-stars{display:flex;justify-content:center;gap:8px;margin-top:16px}
.kfv-star{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}
.kfv-star svg{width:40px;height:40px;fill:none;stroke:var(--t6);stroke-width:1.6;stroke-linejoin:round}
.kfv-star.is-on svg{fill:var(--star);stroke:var(--star)}
.kfv-w__more[hidden]{display:none}
.kfv-w__more.is-in{animation:kfvRise 300ms cubic-bezier(.22,1,.36,1) both}
@keyframes kfvRise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.kfv-w__ta{display:block;width:100%;min-height:104px;margin-top:12px;padding:14px;border:1px solid var(--line);border-radius:12px;
  background:var(--card);font-family:inherit;font-size:15px;line-height:23px;color:var(--body);resize:vertical;outline:0}
.kfv-w__ta::placeholder{color:var(--t5)}
.kfv-w__ta:focus{border-color:var(--pri)}
.kfv-w__ta:focus-visible{outline:0}   /* 입력칸은 테두리 색으로 포커스를 보인다 — 링을 겹치지 않는다 */
.kfv-w__ta.is-err{border-color:var(--danger)}
.kfv-w__err{margin-top:8px;font-size:12px;line-height:19px;font-weight:500;color:var(--danger)}
.kfv-w__err[hidden]{display:none}
.kfv-w__cnt{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;line-height:19px;color:var(--t4)}
.kfv-w__note{margin-top:12px;background:var(--muted);border-radius:12px;padding:14px;font-size:13px;line-height:20px;color:var(--sub)}
.kfv-w__pad{height:110px}

.kfv-res{margin-top:12px;background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08);padding:32px 20px;text-align:center}
.kfv-res__ic{width:52px;height:52px;margin:0 auto;border-radius:50%;background:var(--okBg);color:var(--ok);display:flex;align-items:center;justify-content:center}
.kfv-res__ic svg{width:26px;height:26px}
.kfv-res__t{margin-top:18px;font-size:17px;line-height:25px;font-weight:800;color:var(--body)}
.kfv-res__s{margin-top:12px;font-size:14px;line-height:21px;color:var(--sub)}
.kfv-res__go{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin-top:19px;border-radius:12px;
  background:var(--pri);color:#fff;font-size:16px;line-height:24px;font-weight:700}
.kfv-res__go--line{background:var(--card);border:1px solid var(--line);color:var(--t2)}

.kfv-dlg{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:0 20px;background:rgba(0,0,0,.2)}
.kfv-dlg[hidden]{display:none}
.kfv-dlg__box{width:100%;max-width:360px;background:var(--card);border-radius:20px;padding:24px 20px 20px;text-align:center;
  animation:kfvDlg 200ms cubic-bezier(0,0,.2,1) both}
@keyframes kfvDlg{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}
.kfv-dlg__t{font-size:19px;line-height:28px;font-weight:800;letter-spacing:-.01em;color:var(--body)}
.kfv-dlg__row{display:flex;gap:8px;margin-top:20px}
.kfv-dlg__keep{flex:1.3;height:52px;border-radius:14px;background:var(--pri);color:#fff;font-size:16px;font-weight:700}
.kfv-dlg__drop{flex:1;height:52px;border-radius:14px;background:var(--muted);color:var(--danger);font-size:16px;font-weight:700}

.kfv-toast{position:fixed;left:16px;right:16px;bottom:96px;z-index:130;max-width:528px;margin:0 auto;
  background:rgba(25,31,40,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;
  padding:14px 16px;color:#fff;font-size:15px;line-height:22px;font-weight:500;text-align:left;
  opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity 250ms cubic-bezier(.4,0,1,1),transform 250ms cubic-bezier(.4,0,1,1)}
.kfv-toast.is-on{opacity:1;transform:none;transition:opacity 300ms cubic-bezier(.19,1,.22,1),transform 300ms cubic-bezier(.19,1,.22,1)}

/* ── 상태 (규격표 §11) ──────────────────────────────── */
.kfv-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 20px;text-align:center;
  background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08)}
.kfv-empty__t{font-size:17px;line-height:25px;font-weight:700;color:var(--body)}
.kfv-empty__go{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:10px;
  background:var(--card);border:1px solid var(--line);font-size:15px;line-height:22px;font-weight:700;color:var(--t2)}
.kfv-sk{background:var(--card);border-radius:20px;box-shadow:0 1px 3px rgba(0,23,51,.08);padding:18px;overflow:hidden}
.kfv-sk i{display:block;position:relative;overflow:hidden;background:var(--muted);border-radius:8px}
.kfv-sk i::after{content:"";position:absolute;inset:0;transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:kfvShim 1.5s linear infinite}
@keyframes kfvShim{to{transform:translateX(100%)}}
.kfv-sk__row{display:flex;gap:12px;align-items:flex-start}
.kfv-sk__th{flex:none;width:56px;height:56px;border-radius:12px!important}
.kfv-sk__col{flex:1;display:flex;flex-direction:column;gap:10px;padding-top:4px}
.kfv-sk__stats{display:flex;justify-content:space-between;margin-top:14px}
.kfv-sk__hr{height:1px;background:var(--line);margin:14px 0}

/* 첫 페인트 stagger (규격표 §12) — 더 보기로 붙는 카드에는 걸지 않는다 */
.kfv-in{animation:kfvRise 300ms cubic-bezier(.22,1,.36,1) both}

@media (prefers-reduced-motion:reduce){
  .kfv *,.kfv *::before,.kfv *::after{animation:none!important;transition:none!important}
  .kfv-c--s:active{transform:none}
}
