/* ==========================================================================
   HALISAHA WEB — landing / pazarlama sitesi
   App ile aynı "gece maçı / projektör" dili (fl.css token'ları).
   Geniş ekran layout: hero, bölümler, B2B, fiyat, SSS, dashboard önizleme.
   ========================================================================== */

.fw {
  font-family: var(--body);
  color: var(--tx);
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.fw * { box-sizing: border-box; }
.fw h1, .fw h2, .fw h3 { font-family: var(--disp); font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.fw p { margin: 0; }
.fw a { color: inherit; text-decoration: none; }

/* saha arkaplanı — tüm sayfa ardında tek katman */
.fw::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 700px at 78% -6%, rgba(52,226,122,0.12), transparent 60%),
    radial-gradient(1000px 620px at 12% 8%, rgba(91,141,255,0.10), transparent 58%),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.016) 0 2px, transparent 2px 78px);
  pointer-events: none;
}
.fw > * { position: relative; z-index: 1; }

.fw-wrap { max-width: 1140px; margin: 0 auto; padding: 0 40px; }

/* ---------- Üst navigasyon ---------- */
.fw-nav { display: flex; align-items: center; gap: 28px; height: 76px; }
.fw-logo { display: flex; align-items: center; gap: 10px; font-family: var(--disp); font-weight: 800; font-size: 20px; }
.fw-logo .mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 19px;
  background: linear-gradient(150deg, var(--g), var(--g-deep)); color: #05140c; box-shadow: 0 8px 22px -8px var(--g-glow); }
.fw-logo img.mark { background: none; box-shadow: none; display: block; }
.fw-navlinks { display: flex; gap: 26px; margin-left: 8px; }
.fw-navlinks a { font-size: 14.5px; color: var(--tx-dim); font-weight: 600; }
.fw-navlinks a:hover { color: var(--tx); }
.fw-nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.fw-lang { display: flex; gap: 2px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.fw-lang button { border: 0; background: none; color: var(--tx-mute); font-weight: 700; font-size: 12px; padding: 5px 11px; border-radius: 999px; cursor: pointer; }
.fw-lang button.on { background: var(--tx); color: var(--ink); }

/* ---------- Butonlar ---------- */
.fw-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--body); font-weight: 700; font-size: 15px;
  padding: 13px 22px; border-radius: 14px; border: 1px solid transparent; cursor: pointer; transition: transform .12s, box-shadow .12s; }
.fw-btn:hover { transform: translateY(-1px); }
.fw-btn-g { background: linear-gradient(150deg, var(--g), var(--g-2)); color: #04130b; box-shadow: 0 16px 34px -12px var(--g-glow); }
.fw-btn-b { background: linear-gradient(150deg, var(--b), var(--b-2)); color: #fff; box-shadow: 0 16px 34px -12px var(--b-glow); }
.fw-btn-ghost { background: rgba(255,255,255,0.04); border-color: var(--line-2); color: var(--tx); }
.fw-btn-ghost:hover { background: rgba(255,255,255,0.08); }
.fw-btn-sm { padding: 9px 16px; font-size: 13.5px; border-radius: 11px; }

/* app store rozetleri */
.fw-store { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 14px;
  background: #000; border: 1px solid var(--line-2); color: #fff; }
.fw-store .ic { font-size: 24px; }
.fw-store .st { display: flex; flex-direction: column; line-height: 1.1; }
.fw-store .st small { font-size: 10px; color: var(--tx-dim); }
.fw-store .st b { font-size: 15px; font-family: var(--disp); }

/* ---------- Bölüm başlıkları ---------- */
.fw-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--g); margin-bottom: 16px; }
.fw-eyebrow.b { color: var(--b); }
.fw-eyebrow.gold { color: var(--gold); }
.fw-sec { padding: 96px 0; }
.fw-sec-head { max-width: 640px; margin-bottom: 52px; }
.fw-sec-head h2 { font-size: 46px; line-height: 1.05; }
.fw-sec-head p { color: var(--tx-dim); font-size: 18px; margin-top: 16px; line-height: 1.5; }

/* ---------- HERO ---------- */
.fw-hero { padding: 40px 0 90px; }
.fw-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.fw-hero h1 { font-size: 68px; line-height: 0.98; }
.fw-hero h1 .hl { color: var(--g); }
.fw-hero .sub { color: var(--tx-dim); font-size: 19px; line-height: 1.5; margin-top: 22px; max-width: 480px; }
.fw-hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.fw-hero-proof { display: flex; gap: 30px; margin-top: 38px; }
.fw-hero-proof .n { font-family: var(--disp); font-weight: 800; font-size: 30px; }
.fw-hero-proof .l { font-size: 13px; color: var(--tx-mute); margin-top: 2px; }

/* hero görsel sahne */
.fw-stage { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.fw-stage .glow { position: absolute; inset: 8% 8% 8% 8%; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,226,122,0.22), transparent 62%); filter: blur(10px); }
.fw-phone { position: relative; width: 262px; height: 540px; border-radius: 42px; background: #05100b;
  border: 8px solid #0e1a14; box-shadow: 0 50px 100px -30px rgba(0,0,0,0.8), inset 0 0 0 1px rgba(255,255,255,0.05); overflow: hidden; z-index: 2; }
.fw-phone img, .fw-phone .shot { width: 100%; height: 100%; object-fit: cover; display: block; }
.fw-float { position: absolute; z-index: 3; border-radius: 18px; background: var(--panel);
  border: 1px solid var(--line-2); box-shadow: 0 30px 60px -22px rgba(0,0,0,0.7); padding: 14px 16px; }
.fw-float.card { top: 8%; right: -6%; width: 158px; padding: 0; overflow: hidden; }
.fw-float.stat { bottom: 12%; left: -8%; display: flex; align-items: center; gap: 11px; }

/* mini FIFA kartı (hero float) */
.fw-mini-card { aspect-ratio: 3/4; background: linear-gradient(160deg, #f6c343, #a97e12); position: relative; display: flex; flex-direction: column; padding: 14px; }
.fw-mini-card .ovr { font-family: var(--disp); font-weight: 800; font-size: 30px; color: #2a1e04; line-height: 1; }
.fw-mini-card .pos { font-size: 11px; font-weight: 800; color: #4a3708; letter-spacing: .08em; }
.fw-mini-card .nm { margin-top: auto; font-family: var(--disp); font-weight: 800; font-size: 15px; color: #241a03; }

/* ---------- Rozet / güven şeridi ---------- */
.fw-trust { display: flex; align-items: center; gap: 34px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); opacity: 0.8; }
.fw-trust span { font-size: 13px; color: var(--tx-mute); font-weight: 600; }

/* ---------- Nasıl çalışır ---------- */
.fw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fw-step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px; }
.fw-step .no { font-family: var(--disp); font-weight: 800; font-size: 15px; width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center; background: rgba(52,226,122,0.14); color: var(--g); margin-bottom: 16px; }
.fw-step h3 { font-size: 19px; }
.fw-step p { color: var(--tx-dim); font-size: 14.5px; margin-top: 8px; line-height: 1.5; }

/* ---------- Özellikler (bento) ---------- */
.fw-bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; gap: 18px; }
.fw-feat { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; position: relative; overflow: hidden; }
.fw-feat.big { grid-column: span 4; grid-row: span 2; }
.fw-feat.tall { grid-column: span 2; grid-row: span 2; }
.fw-feat.wide { grid-column: span 3; }
.fw-feat.sm { grid-column: span 3; }
.fw-feat .fi { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 22px; margin-bottom: 16px; }
.fw-feat h3 { font-size: 21px; }
.fw-feat p { color: var(--tx-dim); font-size: 14.5px; margin-top: 8px; line-height: 1.5; max-width: 420px; }
.fw-feat .tag { position: absolute; top: 20px; right: 20px; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }

/* mini tabela (özellik içi) */
.fw-tabela { margin-top: 20px; background: #0a1f13; border: 1px solid rgba(52,226,122,0.2); border-radius: 14px; padding: 16px 20px;
  display: flex; align-items: center; justify-content: center; gap: 18px; }
.fw-tabela .t { font-family: var(--disp); font-weight: 800; font-size: 14px; color: var(--tx-dim); }
.fw-tabela .sc { font-family: var(--disp); font-weight: 800; font-size: 44px; color: var(--g); text-shadow: 0 0 22px var(--g-glow); }
.fw-tabela .sc .c { color: var(--tx-mute); }

/* ---------- Showcase (kart vitrin) ---------- */
.fw-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.fw-cards-fan { position: relative; height: 440px; display: grid; place-items: center; }
.fw-bigcard { width: 240px; aspect-ratio: 3/4; border-radius: 22px; position: absolute; display: flex; flex-direction: column;
  padding: 22px; box-shadow: 0 40px 80px -24px rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.12); }
.fw-bigcard.c1 { transform: rotate(-11deg) translateX(-70px); background: linear-gradient(160deg,#2f6bff,#0b2a7a); z-index: 1; }
.fw-bigcard.c2 { transform: rotate(0deg); background: linear-gradient(160deg,#f6c343,#a97e12); z-index: 3; }
.fw-bigcard.c3 { transform: rotate(11deg) translateX(70px); background: linear-gradient(160deg,#ff5c3a,#a12c15); z-index: 2; }
.fw-bigcard .bovr { font-family: var(--disp); font-weight: 800; font-size: 46px; line-height: 1; }
.fw-bigcard .bpos { font-weight: 800; letter-spacing: .1em; font-size: 13px; opacity: .8; }
.fw-bigcard.c2 .bovr, .fw-bigcard.c2 .bpos, .fw-bigcard.c2 .bnm { color: #2a1e04; }
.fw-bigcard .bnm { margin-top: auto; font-family: var(--disp); font-weight: 800; font-size: 22px; color: #fff; }
.fw-bigcard .battr { display: flex; gap: 12px; margin-top: 6px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.85); }
.fw-bigcard.c2 .battr { color: #3a2c05; }

.fw-list-check { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.fw-list-check li { display: flex; gap: 12px; align-items: flex-start; list-style: none; }
.fw-list-check .ck { width: 24px; height: 24px; border-radius: 8px; background: rgba(246,195,67,0.16); color: var(--gold); display: grid; place-items: center; flex: 0 0 auto; font-size: 13px; }
.fw-list-check b { font-size: 15.5px; }
.fw-list-check p { color: var(--tx-dim); font-size: 14px; margin-top: 2px; }
.fw-list-check ul { margin: 0; padding: 0; }

/* ---------- İki kitle bandı ---------- */
.fw-split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fw-split-card { border-radius: var(--r-xl); padding: 40px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.fw-split-card.players { background: radial-gradient(400px 260px at 80% -10%, rgba(52,226,122,0.16), transparent 60%), var(--panel); }
.fw-split-card.owners { background: radial-gradient(400px 260px at 80% -10%, rgba(91,141,255,0.16), transparent 60%), var(--panel); }
.fw-split-card .badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; padding: 6px 13px; border-radius: 999px; margin-bottom: 20px; }
.fw-split-card.players .badge { background: rgba(52,226,122,0.14); color: var(--g); }
.fw-split-card.owners .badge { background: rgba(91,141,255,0.14); color: var(--b); }
.fw-split-card h3 { font-size: 30px; line-height: 1.08; }
.fw-split-card > p { color: var(--tx-dim); font-size: 16px; margin-top: 14px; line-height: 1.5; }
.fw-split-feats { display: flex; flex-direction: column; gap: 12px; margin: 26px 0 30px; }
.fw-split-feats div { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: var(--tx); }
.fw-split-feats .d { width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; }

/* ---------- Dashboard önizleme ---------- */
.fw-dash { border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line-2); background: var(--ink-2);
  box-shadow: 0 60px 120px -40px rgba(0,0,0,0.8); }
.fw-dash-top { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--panel); }
.fw-dash-dot { width: 12px; height: 12px; border-radius: 50%; }
.fw-dash-body { display: grid; grid-template-columns: 220px 1fr; min-height: 460px; }
.fw-dash-side { border-right: 1px solid var(--line); padding: 22px 16px; display: flex; flex-direction: column; gap: 6px; }
.fw-dash-side .brand { display: flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 800; font-size: 16px; margin-bottom: 18px; }
.fw-dash-side .brand .m { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(150deg,var(--b),var(--b-deep)); display: grid; place-items: center; font-size: 15px; }
.fw-dash-nav { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 11px; font-size: 13.5px; font-weight: 600; color: var(--tx-dim); }
.fw-dash-nav.on { background: rgba(91,141,255,0.14); color: #fff; }
.fw-dash-main { padding: 28px; }
.fw-dash-h { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
.fw-dash-h h3 { font-size: 26px; }
.fw-dash-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 22px; }
.fw-kpi { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.fw-kpi .k { font-size: 12px; color: var(--tx-mute); font-weight: 700; }
.fw-kpi .v { font-family: var(--disp); font-weight: 800; font-size: 30px; margin-top: 6px; }
.fw-grid-slots { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }
.fw-slot { border-radius: 9px; padding: 9px 6px; text-align: center; font-size: 11px; font-weight: 700; border: 1px solid var(--line); }
.fw-slot .hh { font-size: 12px; color: var(--tx-dim); }
.fw-slot.free { background: rgba(52,226,122,0.10); color: var(--g); border-color: rgba(52,226,122,0.22); }
.fw-slot.busy { background: rgba(255,92,58,0.10); color: var(--hot); border-color: rgba(255,92,58,0.22); }
.fw-slot.hold { background: rgba(246,195,67,0.10); color: var(--gold); border-color: rgba(246,195,67,0.22); }

/* ---------- Fiyatlandırma ---------- */
.fw-price { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.fw-plan { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 32px; }
.fw-plan.hot { border-color: rgba(52,226,122,0.4); box-shadow: 0 30px 70px -30px var(--g-glow); position: relative; }
.fw-plan .pn { font-family: var(--disp); font-weight: 800; font-size: 20px; }
.fw-plan .pd { color: var(--tx-dim); font-size: 14px; margin-top: 6px; min-height: 40px; }
.fw-plan .pp { font-family: var(--disp); font-weight: 800; font-size: 46px; margin: 18px 0 4px; }
.fw-plan .pp small { font-size: 15px; color: var(--tx-mute); font-weight: 600; }
.fw-plan ul { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.fw-plan li { display: flex; gap: 10px; font-size: 14px; color: var(--tx-dim); }
.fw-plan li .c { color: var(--g); flex: 0 0 auto; }
.fw-plan .tag { position: absolute; top: -12px; left: 32px; background: var(--g); color: #04130b; font-weight: 800; font-size: 11px; padding: 5px 12px; border-radius: 999px; }
.fw-plan .fw-btn { width: 100%; justify-content: center; margin-top: 26px; }

/* ---------- SSS ---------- */
.fw-faq { display: flex; flex-direction: column; gap: 12px; max-width: 780px; }
.fw-q { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 24px; }
.fw-q h3 { font-size: 17px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.fw-q .plus { color: var(--tx-mute); font-weight: 400; font-size: 22px; }
.fw-q p { color: var(--tx-dim); font-size: 14.5px; margin-top: 12px; line-height: 1.55; }

/* ---------- CTA + footer ---------- */
.fw-cta { border-radius: var(--r-xl); padding: 64px; text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(700px 320px at 50% -20%, rgba(52,226,122,0.2), transparent 60%), linear-gradient(160deg,#0c1f15,#08130d); border: 1px solid rgba(52,226,122,0.25); }
.fw-cta h2 { font-size: 48px; line-height: 1.02; }
.fw-cta p { color: var(--tx-dim); font-size: 18px; margin: 16px auto 30px; max-width: 520px; }
.fw-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.fw-foot { border-top: 1px solid var(--line); padding: 46px 0 40px; display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.fw-foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.fw-foot-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--tx-mute); margin: 0 0 14px; }
.fw-foot-col a { display: block; font-size: 14px; color: var(--tx-dim); margin-bottom: 10px; }
.fw-foot-col a:hover { color: var(--tx); }
.fw-foot-note { font-size: 13px; color: var(--tx-mute); }

/* ============ DIRECTION B — editoryal / skorbord grid ============ */
.fwb .fw-hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
.fwb .fw-hero h1 { font-size: 82px; margin: 0 auto; max-width: 900px; }
.fwb .fw-hero .sub { margin: 22px auto 0; font-size: 20px; }
.fwb .fw-hero-cta { justify-content: center; }
.fwb .fw-hero-proof { justify-content: center; }
.fwb-shots { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 64px; }
.fwb-shot { border-radius: 26px; overflow: hidden; border: 1px solid var(--line-2); background: var(--panel); aspect-ratio: 9/16; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.7); }
.fwb-shot.mid { transform: translateY(-28px); }
.fwb-scoreband { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fwb-scoreband .item { text-align: center; }
.fwb-scoreband .big { font-family: var(--disp); font-weight: 800; font-size: 40px; color: var(--g); text-shadow: 0 0 22px var(--g-glow); }
.fwb-scoreband .big.b { color: var(--b); text-shadow: 0 0 22px var(--b-glow); }
.fwb-scoreband .lab { font-size: 12px; color: var(--tx-mute); letter-spacing: .08em; margin-top: 4px; }
.fwb .fw-sec-head { margin-left: auto; margin-right: auto; text-align: center; }

/* ============ SAHA PANELİ (iç sayfa · tam dashboard) ============ */
.sp { display: flex; min-height: 100vh; font-family: var(--body); color: var(--tx); background: var(--ink); }
.sp * { box-sizing: border-box; }
.sp h1, .sp h2, .sp h3 { font-family: var(--disp); font-weight: 800; letter-spacing: -0.01em; margin: 0; }
.sp::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(1000px 600px at 82% -10%, rgba(91,141,255,0.10), transparent 60%), repeating-linear-gradient(180deg, rgba(255,255,255,0.014) 0 2px, transparent 2px 82px); }
.sp > * { position: relative; z-index: 1; }

.sp-side { width: 248px; flex: 0 0 auto; border-right: 1px solid var(--line); padding: 24px 16px; display: flex; flex-direction: column; gap: 4px; background: rgba(8,14,11,0.6); }
.sp-brand { display: flex; align-items: center; gap: 11px; font-family: var(--disp); font-weight: 800; font-size: 17px; padding: 6px 8px 20px; }
.sp-brand .m { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(150deg,var(--b),var(--b-deep)); display: grid; place-items: center; font-size: 18px; }
.sp-navlbl { font-size: 11px; letter-spacing: 0.1em; color: var(--tx-mute); font-weight: 800; padding: 16px 10px 8px; }
.sp-nav { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; font-size: 14px; font-weight: 600; color: var(--tx-dim); cursor: pointer; border: 1px solid transparent; }
.sp-nav:hover { background: rgba(255,255,255,0.04); color: var(--tx); }
.sp-nav.on { background: rgba(91,141,255,0.14); color: #fff; border-color: rgba(91,141,255,0.25); }
.sp-nav .ic { width: 20px; text-align: center; }
.sp-side-foot { margin-top: auto; padding: 12px 8px 0; border-top: 1px solid var(--line); }
.sp-venue { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; background: rgba(255,255,255,0.03); }
.sp-venue .av { width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(150deg,#1c8f4e,#0b5a30); display: grid; place-items: center; font-size: 16px; }

.sp-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.sp-top { display: flex; align-items: center; gap: 16px; padding: 22px 34px; border-bottom: 1px solid var(--line); }
.sp-top h1 { font-size: 26px; }
.sp-top .sub { color: var(--tx-mute); font-size: 13px; margin-top: 3px; }
.sp-top-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.sp-back { font-size: 13px; color: var(--tx-dim); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.sp-back:hover { color: var(--tx); }
.sp-body { padding: 30px 34px 60px; }

.sp-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 28px; }
.sp-kpi { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; }
.sp-kpi .k { font-size: 12px; color: var(--tx-mute); font-weight: 700; display: flex; align-items: center; gap: 7px; }
.sp-kpi .v { font-family: var(--disp); font-weight: 800; font-size: 34px; margin-top: 8px; line-height: 1; }
.sp-kpi .delta { font-size: 12px; font-weight: 700; margin-top: 8px; }
.sp-kpi .delta.up { color: var(--g); }
.sp-kpi .delta.down { color: var(--hot); }

.sp-cols { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 22px; align-items: start; }
@media (max-width: 1180px){ .sp-cols { grid-template-columns: 1fr; } }
.sp-card { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.sp-card-h { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.sp-card-h h3 { font-size: 17px; }
.sp-card-b { padding: 20px 22px; }

/* haftalık takvim */
.sp-cal { width: 100%; overflow-x: auto; }
.sp-cal-head, .sp-cal-row { min-width: 460px; }
.sp-cal-head { display: grid; grid-template-columns: 56px repeat(7,1fr); gap: 7px; margin-bottom: 8px; }
.sp-cal-head div { text-align: center; font-size: 12px; font-weight: 700; color: var(--tx-dim); padding: 4px 0; }
.sp-cal-row { display: grid; grid-template-columns: 56px repeat(7,1fr); gap: 7px; margin-bottom: 7px; }
.sp-hour { display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; font-size: 12px; color: var(--tx-mute); font-weight: 700; }
.sp-cell { height: 40px; border-radius: 9px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 11px; font-weight: 700; cursor: pointer; transition: transform .1s; }
.sp-cell:hover { transform: scale(1.04); }
.sp-cell.free { background: rgba(255,255,255,0.02); color: var(--tx-mute); }
.sp-cell.busy { background: rgba(255,92,58,0.14); color: var(--hot); border-color: rgba(255,92,58,0.28); }
.sp-cell.paid { background: rgba(52,226,122,0.14); color: var(--g); border-color: rgba(52,226,122,0.28); }
.sp-cell.hold { background: rgba(246,195,67,0.14); color: var(--gold); border-color: rgba(246,195,67,0.28); }

.sp-legend { display: flex; gap: 18px; margin-top: 16px; }
.sp-legend span { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--tx-dim); }
.sp-legend i { width: 11px; height: 11px; border-radius: 4px; display: block; }

/* bugünkü rezervasyonlar */
.sp-book { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.sp-book:last-child { border-bottom: none; }
.sp-book .t { font-family: var(--disp); font-weight: 800; font-size: 15px; width: 46px; flex: 0 0 auto; }
.sp-book .who { flex: 1; min-width: 0; }
.sp-book .who b { font-size: 14px; }
.sp-book .who p { font-size: 12px; color: var(--tx-mute); margin: 1px 0 0; }
.sp-book .amt { font-family: var(--disp); font-weight: 800; font-size: 14px; color: var(--g); flex: 0 0 auto; }
.sp-tag { font-size: 10.5px; font-weight: 800; padding: 3px 9px; border-radius: 999px; flex: 0 0 auto; }
.sp-tag.paid { background: rgba(52,226,122,0.14); color: var(--g); }
.sp-tag.pend { background: rgba(246,195,67,0.14); color: var(--gold); }

/* gelir mini-bar */
.sp-bars { display: flex; align-items: flex-end; gap: 9px; height: 130px; padding-top: 10px; }
.sp-bars .bar { flex: 1; background: linear-gradient(180deg,var(--b),var(--b-deep)); border-radius: 7px 7px 0 0; position: relative; min-height: 6px; }
.sp-bars .bar span { position: absolute; top: -18px; left: 0; right: 0; text-align: center; font-size: 10px; color: var(--tx-mute); font-weight: 700; }
.sp-bars .bar small { position: absolute; bottom: -20px; left: 0; right: 0; text-align: center; font-size: 10px; color: var(--tx-mute); }
