/* SLIMFIT Kalori Cetveli */
.kc-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.kc-hero .page-hero-card h1{margin-bottom:10px}
.kc-h2{font-size:1.25rem;margin:26px 0 12px}
.kc-h3{font-size:1rem;margin:20px 0 10px}
.kc-link{color:var(--accent,#d94168);text-decoration:underline;text-underline-offset:2px;margin-left:10px;font-weight:600}
.kc-link-btn{background:none;border:0;color:var(--muted,#666);text-decoration:underline;cursor:pointer;font:inherit;padding:4px}
.kc-note{margin:10px 0 0;font-size:.8rem}

/* Arama */
.kc-search{position:relative;display:flex;gap:8px;max-width:640px;margin:14px 0 6px}
.kc-search input[type=search]{flex:1;min-width:0;height:48px;padding:0 16px;border:1px solid var(--border,#e2e7ed);border-radius:12px;font-size:1rem;background:#fff}
.kc-search input[type=search]:focus{outline:2px solid var(--accent,#d94168);outline-offset:1px}
.kc-search .btn{height:48px;padding:0 22px;border-radius:12px}
.kc-suggest{position:absolute;z-index:40;top:52px;left:0;right:0;background:#fff;border:1px solid var(--border,#e2e7ed);border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.12);overflow:hidden;max-height:360px;overflow-y:auto}
.kc-suggest a,.kc-suggest button{display:flex;justify-content:space-between;gap:12px;width:100%;padding:10px 14px;border:0;background:none;text-align:left;font:inherit;color:inherit;text-decoration:none;cursor:pointer;border-bottom:1px solid var(--surface-2,#f1f4f8)}
.kc-suggest a:hover,.kc-suggest a.is-active,.kc-suggest button:hover{background:var(--surface-2,#f1f4f8)}
.kc-suggest small{color:var(--muted,#666);white-space:nowrap}
.kc-suggest > span{display:block;padding:10px 14px}
.kc-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.kc-quick{margin-top:10px}

/* Kategori ızgarası */
.kc-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px}
.kc-cat{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid var(--border,#e2e7ed);border-radius:var(--radius-md,16px);background:var(--surface,#fff);text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}
.kc-cat:hover{border-color:var(--accent,#d94168);transform:translateY(-2px)}
.kc-cat small{color:var(--muted,#666)}

/* Besin kartları */
.kc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin-bottom:22px}
.kc-card{display:flex;flex-direction:column;gap:3px;padding:14px 16px;border:1px solid var(--border,#e2e7ed);border-radius:14px;background:var(--surface,#fff);text-decoration:none;color:inherit}
.kc-card:hover{border-color:var(--accent,#d94168)}
.kc-card-name{font-weight:700;line-height:1.3}
.kc-card-kcal b{font-size:1.3rem;color:var(--accent,#d94168)}
.kc-card-kcal small,.kc-card-portion,.kc-card-cat{font-size:.8rem;color:var(--muted,#666)}

/* Detay */
.kc-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.kc-stat{min-width:104px;padding:10px 14px;border-radius:12px;background:var(--surface-2,#f1f4f8);display:flex;flex-direction:column}
.kc-stat b{font-size:1.2rem;line-height:1.2}
.kc-stat span{font-size:.78rem;color:var(--muted,#666)}
.kc-stat-kcal{background:var(--accent,#d94168);color:#fff}
.kc-stat-kcal span{color:rgba(255,255,255,.85)}
.kc-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}
.kc-main > .card,.kc-side > .card{margin-bottom:18px}
.kc-side{position:sticky;top:90px}
.kc-calc-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}
.kc-calc-row label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600}
.kc-calc-row input,.kc-calc-row select,.kc-burn input,.kc-meal-table input,.kc-meal-table select{height:42px;padding:0 10px;border:1px solid var(--border,#e2e7ed);border-radius:10px;font-size:1rem;background:#fff}
.kc-calc-row input{width:92px}
.kc-calc-row select{min-width:220px;max-width:100%}
.kc-calc-out{margin-left:auto;text-align:right;display:flex;flex-direction:column}
.kc-calc-out span{font-size:.85rem;color:var(--muted,#666)}
.kc-calc-out b{font-size:1.8rem;color:var(--accent,#d94168);line-height:1.1}
.kc-macro-bar{display:flex;height:12px;border-radius:99px;overflow:hidden;margin:18px 0 10px;background:var(--surface-2,#f1f4f8)}
.kc-m-karb{background:#f2b33d}.kc-m-protein{background:#3aa876}.kc-m-yag{background:#d94168}
.kc-macro-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 20px;font-size:.92rem}
.kc-macro-legend i{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}
.kc-macro-legend small{color:var(--muted,#666)}
.kc-table{width:100%;border-collapse:collapse;font-size:.94rem}
.kc-table th,.kc-table td{padding:9px 10px;border-bottom:1px solid var(--border,#e2e7ed);text-align:left;vertical-align:middle}
.kc-table thead th{background:var(--surface-2,#f1f4f8);font-size:.82rem;white-space:nowrap}
.kc-table tbody th{font-weight:600}
.kc-table .kc-sub th{padding-left:26px;font-weight:400;color:var(--muted,#666)}
.kc-row-kcal th,.kc-row-kcal td{font-weight:800}
.kc-list-table thead th[aria-sort=ascending]::after{content:" ▲";font-size:.7em}
.kc-list-table thead th[aria-sort=descending]::after{content:" ▼";font-size:.7em}
.kc-features{margin:0;padding-left:20px;line-height:1.8}
.kc-ing{list-style:none;margin:0 0 10px;padding:0;columns:2 220px;column-gap:24px}
.kc-ing li{break-inside:avoid;padding:4px 0;border-bottom:1px dashed var(--border,#e2e7ed)}
.kc-ing span{display:inline-block;min-width:62px;font-weight:700}
.kc-burn input{width:80px;height:36px}
.kc-burn-list{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px}
.kc-burn-list li{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:10px;background:var(--surface-2,#f1f4f8)}
.kc-side-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
ol.kc-side-list{list-style:decimal;padding-left:20px}
.kc-side-list small{color:var(--muted,#666);white-space:nowrap}
.kc-side .kc-search{flex-direction:column}
.kc-side .kc-search .btn{width:100%}
.kc-promo{border:1px solid var(--accent,#d94168);background:#fff6f8}
.kc-promo .btn{margin-right:6px}
.kc-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.kc-cat-card-wrap{margin-top:18px}

/* Öğün hesaplayıcı */
.kc-meal{margin:26px 0}
.kc-meal-search{max-width:none}
.kc-meal-table input{width:74px;height:36px}
.kc-meal-table select{height:36px;max-width:210px}
.kc-del{border:0;background:var(--surface-2,#f1f4f8);border-radius:50%;width:26px;height:26px;cursor:pointer;margin-left:6px;font-size:1rem;line-height:1}
.kc-meal-foot{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}
.kc-meal-total{font-size:1.02rem}
.kc-meal-total b{font-size:1.4rem;color:var(--accent,#d94168)}

@media (max-width:980px){
  .kc-layout{grid-template-columns:minmax(0,1fr)}
  .kc-side{position:static}
}
@media (max-width:640px){
  .kc-search .btn{padding:0 14px}
  .kc-calc-out{margin-left:0;text-align:left;width:100%}
  .kc-calc-row select{min-width:0;width:100%}
  .kc-calc-row label{flex:1 1 140px}
  .kc-two{grid-template-columns:1fr}
  .kc-stat{min-width:0;flex:1 1 calc(33% - 10px)}
  .kc-table{font-size:.86rem}
  .kc-table th,.kc-table td{padding:8px 6px}
}

/* Koyu hero içindeki bileşenler */
.kc-hero .sf-answer{background:rgba(255,255,255,.07);border-left-color:var(--accent,#d94168)}
.kc-hero .sf-answer p{color:rgba(255,255,255,.92);line-height:1.6}
.kc-hero .kc-stat{background:rgba(255,255,255,.1);color:#fff}
.kc-hero .kc-stat span{color:rgba(255,255,255,.75)}
.kc-hero .kc-stat-kcal{background:var(--accent,#d94168)}
.kc-hero .kc-quick .small-muted{color:rgba(255,255,255,.7)}
.kc-suggest a,.kc-suggest button,.kc-suggest > span{color:var(--text,#1c1c23)}
.kc-side .kc-search input[type=search]{flex:none;width:100%}
.kc-hero .kc-quick .tag-chip{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}
