/* ============================================================
   Randevu Pro — Panel v2
   Tema tokenleri (Claude Design onaylı tasarımdan) + tüm bileşenler.
   ============================================================ */

:root{
  --bg:#F4F4F5; --panel:#FFFFFF; --panel2:#FAFAFA; --panel3:#EFEFF0;
  --line:#E4E4E6; --line2:#D2D2D5;
  --tx:#17171A; --tx2:#6E6E73; --tx3:#9C9CA1;
  --acc:#2563C9; --accSoft:#E3EDFC; --accTx:#FFFFFF;
  --ok:#1F7A4D; --okBg:#E4F3EA; --wait:#9A6410; --waitBg:#FBEED6;
  --done:#2F5FA8; --doneBg:#E5EDF9; --cx:#A33B3B; --cxBg:#F7E5E4;
  --shadow:0 1px 2px rgba(20,20,22,.05), 0 12px 32px -22px rgba(20,20,22,.35);
  --free:#EFEFF0;
  --danger:#A33B3B; --danger-bg:#F7E5E4;
}
html[data-theme="dark"]{
  --bg:#0F0F10; --panel:#17171A; --panel2:#1D1D20; --panel3:#26262A;
  --line:#2B2B2F; --line2:#3B3B40;
  --tx:#EDEDEE; --tx2:#9A9AA0; --tx3:#6C6C72;
  --acc:#5B9DFF; --accSoft:#1B2532; --accTx:#08111F;
  --ok:#5FCB92; --okBg:#132B1F; --wait:#E8B75C; --waitBg:#302411;
  --done:#7FA9EE; --doneBg:#151F30; --cx:#E88C86; --cxBg:#2E1817;
  --shadow:0 1px 2px rgba(0,0,0,.4), 0 18px 40px -26px rgba(0,0,0,.8);
  --free:#191919;
  --danger:#E88C86; --danger-bg:#2E1817;
}

/* ─── RESET ───────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);color:var(--tx);
  font-family:'Plus Jakarta Sans',-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;min-height:100vh;
  transition:background .25s ease,color .25s ease;
  overflow-x:hidden;
}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,select,textarea{font-family:inherit;color:inherit}
a{color:var(--acc);text-decoration:none}
a:hover{color:var(--tx)}
h1,h2,h3{margin:0;font-weight:700}
p{margin:0}
::-webkit-scrollbar{width:9px;height:9px}
::-webkit-scrollbar-thumb{background:var(--line2);border-radius:9px}
::-webkit-scrollbar-track{background:transparent}
::selection{background:var(--accSoft);color:var(--acc)}
.serif{font-family:'Plus Jakarta Sans',-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-weight:800;letter-spacing:-.02em}
.mono,.num{font-family:'JetBrains Mono',ui-monospace,monospace;font-variant-numeric:tabular-nums}
[hidden]{display:none!important}

@keyframes drift{0%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-2%,-2%,0) scale(1.08)}100%{transform:translate3d(0,0,0) scale(1)}}
@keyframes scanline{0%{transform:translateY(-6px)}100%{transform:translateY(150px)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
@keyframes toastIn{from{transform:translateY(-8px);opacity:0}to{transform:none;opacity:1}}
@keyframes toastOut{to{transform:translateY(-8px);opacity:0}}
@keyframes modalIn{from{transform:translateY(18px);opacity:0}to{transform:none;opacity:1}}
@keyframes modalCenterIn{from{transform:translateY(10px) scale(.97);opacity:0}to{transform:none;opacity:1}}

/* ─── TOAST ───────────────────────────────────────────────── */
#toast-container{position:fixed;top:18px;right:18px;left:18px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}
.toast{background:var(--panel);border:1px solid var(--line);border-radius:13px;padding:12px 16px;box-shadow:var(--shadow);font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:9px;min-width:240px;max-width:360px;pointer-events:all;animation:toastIn .3s cubic-bezier(.34,1.56,.64,1) both;color:var(--tx)}
.toast.success{border-left:3px solid var(--ok)}
.toast.error{border-left:3px solid var(--cx)}
.toast.info{border-left:3px solid var(--acc)}

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 18px;border-radius:12px;font-size:13.5px;font-weight:700;white-space:nowrap;transition:opacity .15s,border-color .15s,background .15s,color .15s,filter .15s}
.btn:disabled{opacity:.45;cursor:not-allowed}
.btn-dark{background:var(--tx);color:var(--panel)}
.btn-dark:hover:not(:disabled){opacity:.88}
.btn-accent{background:var(--acc);color:var(--accTx)}
.btn-accent:hover:not(:disabled){opacity:.9}
.btn-success{background:var(--okBg);color:var(--ok)}
.btn-success:hover:not(:disabled){filter:brightness(1.05)}
.btn-danger{background:var(--cxBg);color:var(--cx)}
.btn-danger:hover:not(:disabled){filter:brightness(1.05)}
.btn-outline{background:transparent;color:var(--tx2);border:1px solid var(--line)}
.btn-outline:hover:not(:disabled){color:var(--tx);border-color:var(--line2)}
.btn-ghost{background:var(--panel2);color:var(--tx2);border:1px solid var(--line)}
.btn-ghost:hover:not(:disabled){color:var(--tx)}
.btn-sm{min-height:38px;padding:0 14px;font-size:12.5px;border-radius:10px}
.btn-xs{min-height:32px;padding:0 11px;font-size:12px;border-radius:9px}
.btn-icon{width:44px;height:44px;min-height:44px;padding:0;border-radius:12px;flex:0 0 auto}
.btn-full{width:100%}
.btn-round{border-radius:999px}

/* ─── FORM ELEMENTS ───────────────────────────────────────── */
.field{display:flex;flex-direction:column;gap:7px}
.field-label{font-size:12px;font-weight:600;color:var(--tx2)}
.field-label small{font-weight:400;color:var(--tx3)}
.field-input,.input,select.input,textarea.input{
  height:46px;border-radius:12px;border:1px solid var(--line);background:var(--panel2);
  padding:0 14px;font-size:14px;color:var(--tx);outline:none;width:100%;
  transition:border-color .15s,background .15s;
}
textarea.input{height:auto;padding:12px 14px;resize:vertical;min-height:72px}
select.input{cursor:pointer}
.field-input:focus,.input:focus{border-color:var(--acc);background:var(--panel)}
.field-input::placeholder,.input::placeholder{color:var(--tx3)}
.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px}
.field-sm .field-input,.field-sm.input{height:40px;font-size:13px}

.pw-wrap{position:relative;display:flex}
.pw-wrap .field-input{padding-right:70px}
.pw-toggle{position:absolute;right:6px;top:6px;min-width:54px;height:34px;padding:0 8px;border-radius:9px;font-size:11px;font-weight:700;color:var(--tx2)}
.pw-toggle:hover{background:var(--panel3);color:var(--tx)}

/* Toggle switch */
.tswitch{position:relative;display:inline-flex;align-items:center;width:42px;height:24px;flex:0 0 42px;border-radius:99px;background:var(--line2);cursor:pointer;transition:background .2s;padding:3px}
.tswitch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.tswitch .tdot{width:18px;height:18px;border-radius:99px;background:var(--panel);transition:transform .2s;box-shadow:0 1px 2px rgba(0,0,0,.2)}
.tswitch:has(input:checked){background:var(--acc)}
.tswitch:has(input:checked) .tdot{transform:translateX(18px)}
.tswitch.readonly{cursor:default;opacity:.85}

/* Checkbox chip (hizmet vb) */
.chk-row{display:flex;align-items:center;gap:10px;padding:8px 4px;cursor:pointer;font-size:13.5px;color:var(--tx)}
.chk-row input{width:16px;height:16px;accent-color:var(--acc);cursor:pointer;flex:0 0 auto}
.chk-row .chk-name{flex:1;min-width:0}
.chk-row .chk-meta{color:var(--tx3);font-size:12px;flex:0 0 auto;font-family:'JetBrains Mono',monospace}

/* ─── CARD ────────────────────────────────────────────────── */
.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
.card-pad{padding:18px}
.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}
.card-head h3{font-size:15px;font-weight:700}
.card-head p{font-size:12.5px;color:var(--tx2);margin-top:2px}
.card-title{font-size:15px;font-weight:700;margin-bottom:3px}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px}
.card-grid-sm{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.section-gap{display:flex;flex-direction:column;gap:14px}

/* Toggle-rule row (informational or bound) */
.rule-list{display:flex;flex-direction:column;gap:9px}
.rule-row{display:flex;align-items:center;gap:11px;padding:12px;border-radius:13px;background:var(--panel2);border:1px solid var(--line);min-height:56px}
.rule-info{flex:1;min-width:0}
.rule-label{font-size:13.5px;font-weight:600}
.rule-meta{font-size:11.5px;color:var(--tx3);margin-top:2px}

/* Empty state */
.empty-state{padding:44px 20px;text-align:center;color:var(--tx3)}
.empty-state .empty-icon{font-size:30px;margin-bottom:10px}
.empty-state .empty-text{font-size:14px;font-weight:700;color:var(--tx2)}
.empty-state .empty-sub{font-size:12.5px;margin-top:4px}

/* Status pill */
.status-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:5px 10px;border-radius:99px;white-space:nowrap;border:1px solid transparent}
.status-pill.st-ok{color:var(--ok);background:var(--okBg)}
.status-pill.st-wait{color:var(--wait);background:var(--waitBg)}
.status-pill.st-done{color:var(--done);background:var(--doneBg)}
.status-pill.st-cx{color:var(--cx);background:var(--cxBg)}
.status-pill.st-wa{color:#1f9e57;background:rgba(37,211,102,.12)}
.status-pill.st-neutral{color:var(--tx2);background:var(--panel3)}

/* ============================================================
   AUTH SCREENS
   ============================================================ */
#auth-screen{background:var(--bg);min-height:100vh}
.auth-main{min-height:100vh;display:flex;padding:clamp(0px,2.2vw,26px);background:var(--bg)}
.auth-frame{flex:1;min-width:0;display:flex;border-radius:clamp(0px,2vw,26px);overflow:hidden;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.auth-hero{flex:1.02;min-width:0;position:relative;overflow:hidden;background:#080A0E;padding:44px;display:flex;flex-direction:column;justify-content:space-between}
.auth-hero-bg{position:absolute;inset:-14%;filter:blur(6px);animation:drift 22s ease-in-out infinite;
  background:
    radial-gradient(60% 48% at 22% 14%, #4D8DFF 0%, rgba(77,141,255,0) 58%),
    radial-gradient(58% 46% at 78% 26%, #7A5CFF 0%, rgba(122,92,255,0) 62%),
    radial-gradient(70% 62% at 58% 92%, #0F3D8A 0%, rgba(15,61,138,0) 64%),
    radial-gradient(40% 30% at 88% 76%, #16A0B8 0%, rgba(22,160,184,0) 62%);}
.auth-hero-shade{position:absolute;inset:0;background:linear-gradient(160deg, rgba(8,10,14,.15) 0%, rgba(8,10,14,.74) 78%)}
.auth-hero-top{position:relative;display:flex;align-items:center;gap:12px}
.auth-hero-top img{height:46px;width:auto;display:block}
.auth-hero-content{position:relative;max-width:440px}
.auth-hero-kicker{font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:.22em;color:rgba(237,242,250,.6);margin-bottom:20px}
.auth-hero-title{font-family:'Plus Jakarta Sans',-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-weight:800;font-size:clamp(38px,4.4vw,62px);line-height:1.02;color:#F4F8FF;letter-spacing:-.03em}
.auth-hero-sub{margin-top:20px;font-size:14.5px;line-height:1.65;color:rgba(237,242,250,.68);max-width:370px}

.auth-form-col{flex:1;min-width:0;display:flex;flex-direction:column;padding:clamp(20px,3.2vw,44px);background:var(--panel)}
.auth-form-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.auth-mobile-logo{display:none;align-items:center;gap:10px}
.auth-mobile-logo img{height:34px;width:auto;max-width:100%;object-fit:contain;object-position:left}
.round-toggle{width:44px;height:44px;border-radius:99px;border:1px solid var(--line);background:var(--panel2);display:flex;align-items:center;justify-content:center;color:var(--tx2);flex:0 0 auto}
.round-toggle:hover{border-color:var(--acc);color:var(--acc)}

.theme-icon{position:relative;width:17px;height:17px;display:block;overflow:hidden;flex:0 0 17px}
.theme-icon .disc{position:absolute;inset:0;border-radius:99px;background:currentColor}
.theme-icon .mask{position:absolute;left:6px;top:-4px;width:17px;height:17px;border-radius:99px}
.sun-icon{width:19px;height:19px;border:2px dashed currentColor;border-radius:99px;display:flex;align-items:center;justify-content:center;flex:0 0 19px}
.sun-icon i{width:9px;height:9px;border-radius:99px;background:currentColor;display:block}

.auth-form-mid{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:392px;width:100%;margin:0 auto;padding:34px 0}
.auth-form-mid h1{font-family:'Plus Jakarta Sans',-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-weight:800;font-size:clamp(30px,3.4vw,40px);line-height:1.1;letter-spacing:-.02em}
.auth-form-mid > p{margin-top:9px;font-size:13.5px;color:var(--tx2);line-height:1.55}
.auth-fields{display:flex;flex-direction:column;gap:14px;margin-top:28px}
.auth-options-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px;font-size:13px}
.remember-row{display:flex;align-items:center;gap:9px;color:var(--tx2)}
.remember-row input{width:16px;height:16px;accent-color:var(--acc)}
.auth-submit{height:52px;border-radius:13px;background:var(--tx);color:var(--panel);font-size:14.5px;font-weight:700;margin-top:8px;width:100%}
.auth-submit:hover:not(:disabled){opacity:.88}
.auth-switch{text-align:center;font-size:13.5px;color:var(--tx2)}
.auth-switch button{font-weight:700;color:var(--acc);padding:4px}
.auth-switch button:hover{color:var(--tx)}
.auth-alert{background:var(--okBg);border:1px solid var(--ok);border-radius:12px;padding:14px 16px;font-size:13.5px;color:var(--ok);margin-top:16px;line-height:1.6}

#forgot-screen,#reset-screen{display:none;min-height:100vh;padding:clamp(0px,2.2vw,26px);background:var(--bg);align-items:center;justify-content:center}
.narrow-card{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:clamp(24px,4vw,40px);box-shadow:var(--shadow)}
.narrow-card.wide{max-width:560px}

/* ============================================================
   APP SHELL
   ============================================================ */
#app{display:none}
.app-shell{display:flex;min-height:100vh;background:var(--bg)}

/* Sidebar (desktop) */
.sidebar{width:252px;flex:0 0 252px;align-self:flex-start;position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--panel);border-right:1px solid var(--line);padding:20px 14px;display:flex;flex-direction:column;gap:22px}
.sidebar-brand{display:flex;align-items:center;gap:10px;padding:2px 8px 0}
.sidebar-brand img{height:32px;width:auto;max-width:100%;object-fit:contain;object-position:left}
.sidebar-shopname{font-size:11px;color:var(--tx3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:7px}
.nav-group{display:flex;flex-direction:column;gap:3px}
.nav-group-title{font-size:10.5px;font-weight:700;letter-spacing:.14em;color:var(--tx3);padding:8px 10px 6px;text-transform:uppercase}
.nav-item{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:11px;border-radius:11px;font-size:13.5px;font-weight:500;color:var(--tx2)}
.nav-item:hover{background:var(--panel3)}
.nav-item.active{font-weight:700;color:var(--acc);background:var(--panel3)}
.nav-item svg{width:19px;height:19px;flex:0 0 19px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.nav-item span.label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nav-badge{font-size:11px;font-weight:700;padding:2px 7px;border-radius:99px;background:var(--accSoft);color:var(--acc);flex:0 0 auto}
.admin-only,.berber-only{display:none}
.menu-sheet-item.active{background:var(--panel3);color:var(--acc)}
.sidebar-spacer{flex:1}
.sidebar-bottom{display:flex;flex-direction:column;gap:10px}
.theme-btn-row{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:11px;border:1px solid var(--line);font-size:13px;font-weight:600;color:var(--tx2);width:100%}
.theme-btn-row:hover{color:var(--acc);border-color:var(--acc)}
.user-card{display:flex;align-items:center;gap:10px;padding:10px;border-radius:13px;background:var(--panel2);border:1px solid var(--line)}
.user-avatar{width:34px;height:34px;border-radius:99px;background:var(--accSoft);color:var(--acc);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:0 0 auto}
.user-meta{min-width:0;flex:1}
.user-name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.user-role{font-size:11px;color:var(--tx3)}
.logout-btn{font-size:11px;font-weight:600;color:var(--tx3);padding:6px;flex:0 0 auto}
.logout-btn:hover{color:var(--cx)}

/* Main column */
.main-col{flex:1;min-width:0;display:flex;flex-direction:column}
.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:12px;padding:clamp(12px,1.6vw,18px) clamp(14px,2.2vw,28px);background:var(--bg);border-bottom:1px solid var(--line)}
.topbar-titles{min-width:0;flex:1}
.topbar-title{font-size:clamp(18px,2.2vw,25px);font-weight:700;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.topbar-sub{font-size:12.5px;color:var(--tx2);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.topbar-actions{display:flex;align-items:center;gap:10px}
.topbar-search{width:220px;height:42px;border-radius:11px;border:1px solid var(--line);background:var(--panel);padding:0 14px;font-size:13.5px;color:var(--tx);outline:none}
.topbar-search:focus{border-color:var(--acc)}
.btn-newapt{height:42px;padding:0 18px;border-radius:11px;background:var(--acc);color:var(--accTx);font-size:13.5px;font-weight:700}
.btn-newapt:hover{opacity:.9}

.content-area{flex:1;min-width:0;padding:clamp(12px,2vw,24px) clamp(12px,2.2vw,28px) 0}
.tab-page{display:none}
.tab-page.active{display:block}

/* Subscription banner */
#abonelik-banner{display:none;align-items:center;gap:14px;padding:10px 24px;background:var(--waitBg);color:var(--wait);font-size:13px;font-weight:600;border-bottom:1px solid var(--line)}
#abonelik-banner a{font-weight:700;color:var(--wait);text-decoration:underline;white-space:nowrap;cursor:pointer}

/* ============================================================
   TAKVİM
   ============================================================ */
.cal-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px;border-radius:16px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.cal-nav{display:flex;align-items:center;gap:6px}
.cal-nav-btn{width:40px;height:40px;border-radius:11px;background:var(--panel2);border:1px solid var(--line);font-size:15px;font-weight:700;color:var(--tx2)}
.cal-nav-btn:hover{color:var(--tx)}
.cal-today-btn{height:40px;padding:0 15px;border-radius:11px;background:var(--panel2);border:1px solid var(--line);font-size:13px;font-weight:700;color:var(--tx)}
.cal-today-btn:hover{border-color:var(--line2)}
.cal-range{flex:1 1 210px;min-width:170px;padding:0 4px}
.range-label{font-size:14.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.range-meta{font-size:12px;color:var(--tx2);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.view-switch{display:flex;gap:4px;padding:4px;border-radius:12px;background:var(--panel2);border:1px solid var(--line)}
.view-btn{height:34px;padding:0 16px;border-radius:9px;font-size:12.5px;font-weight:700;color:var(--tx2)}
.view-btn.active{color:var(--tx);background:var(--panel)}
.cal-legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap;flex:1 1 100%;padding:8px 4px 0;border-top:1px solid var(--line);margin-top:2px}
.legend-item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--tx2)}
.legend-dot{width:8px;height:8px;border-radius:3px;flex:0 0 auto}

.week-pills{display:flex;gap:6px;padding-bottom:2px}
.week-pill{flex:1 1 0;min-width:0;padding:9px 2px;border-radius:13px;border:1px solid var(--line);background:var(--panel);color:var(--tx);display:flex;flex-direction:column;align-items:center;gap:3px}
.week-pill.active{border-color:var(--acc);background:var(--acc);color:var(--accTx)}
.week-pill-label{font-size:10.5px;font-weight:600;opacity:.7}
.week-pill-date{font-size:17px;font-weight:700;line-height:1}
.week-pill-dot{width:5px;height:5px;border-radius:99px;background:var(--line2)}
.week-pill.active .week-pill-dot{background:var(--accTx)}

.cal-board{border-radius:18px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;margin-top:14px}

/* Week grid */
.wg-head{display:grid;grid-template-columns:64px repeat(7,minmax(0,1fr));border-bottom:1px solid var(--line);background:var(--panel2)}
.wg-headcell{padding:12px 10px;border-left:1px solid var(--line)}
.wg-headcell.is-today{background:var(--panel3)}
.wg-headcell .wg-day{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--tx3)}
.wg-headcell .wg-date-row{display:flex;align-items:baseline;gap:7px;margin-top:3px}
.wg-headcell .wg-date{font-size:19px;font-weight:700;color:var(--tx)}
.wg-headcell.is-today .wg-date{color:var(--acc)}
.wg-headcell .wg-count{font-size:11.5px;color:var(--tx2)}
.wg-body{display:grid;grid-template-columns:64px repeat(7,minmax(0,1fr));max-height:calc(100vh - 300px);overflow-y:auto}
.wg-rail{display:flex;flex-direction:column;gap:6px;padding:8px 8px 16px}
.wg-rail-slot{height:60px;flex:0 0 60px;display:flex;justify-content:flex-end;font-family:'JetBrains Mono',monospace;font-size:10.5px;color:var(--tx3);font-weight:500}
.wg-rail-slot.major{color:var(--tx2)}
.wg-col{display:flex;flex-direction:column;gap:6px;padding:8px 6px 16px;border-left:1px solid var(--line)}
.wg-col.is-today{background:var(--panel2)}
.wg-slot-appt{flex:0 0 auto;border-radius:11px;border:1px solid;border-left-width:3px;padding:6px 9px;text-align:left;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:3px;width:100%}
.wg-slot-appt:hover{filter:brightness(1.06)}
.wg-slot-appt .sa-name{flex:0 0 auto;font-size:12px;font-weight:700;line-height:1.25;color:var(--tx);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}
.wg-slot-appt .sa-row{flex:0 0 auto;display:flex;align-items:center;gap:6px;width:100%;overflow:hidden}
.wg-slot-appt .sa-time{font-family:'JetBrains Mono',monospace;font-size:9.5px;line-height:1.2;font-weight:500;flex:0 0 auto}
.wg-slot-appt .sa-service{font-size:10.5px;line-height:1.2;color:var(--tx2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wg-slot-appt .sa-extra{flex:0 0 auto;font-size:10.5px;line-height:1.2;color:var(--tx2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}
.wg-slot-free{flex:0 0 auto;border-radius:11px;border:1px dashed var(--line2);background:var(--free);color:var(--tx3);font-size:15px;font-weight:600;opacity:.5;width:100%}
.wg-slot-free:hover{opacity:1;border-color:var(--acc);color:var(--acc)}

/* Day board */
.day-board{padding:12px}
.day-board-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px}
.day-title{font-size:15px;font-weight:700}
.day-meta{font-size:12px;color:var(--tx2);margin-top:2px}
.free-toggle-btn{min-height:44px;padding:0 15px;border-radius:12px;border:1px solid var(--line);background:var(--panel2);font-size:12.5px;font-weight:700;color:var(--tx2);flex:0 0 auto}
.day-list{display:flex;flex-direction:column;gap:9px}
.day-card{display:flex;gap:12px;width:100%;text-align:left;min-height:78px;padding:13px;border-radius:15px;border:1px solid;border-left-width:4px;align-items:center}
.day-card:hover{filter:brightness(1.04)}
.day-card .dc-time-col{flex:0 0 54px}
.day-card .dc-time{font-family:'JetBrains Mono',monospace;font-size:14px;font-weight:500;color:var(--tx)}
.day-card .dc-dur{font-size:10.5px;color:var(--tx2);margin-top:2px}
.day-card .dc-sep{width:1px;align-self:stretch;background:var(--line)}
.day-card .dc-body{flex:1;min-width:0}
.day-card .dc-name{font-size:14.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.day-card .dc-meta{font-size:12.5px;color:var(--tx2);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.day-free-card{display:flex;align-items:center;gap:12px;width:100%;text-align:left;min-height:56px;padding:13px;border-radius:15px;border:1px dashed var(--line2);background:var(--free);color:var(--tx3)}
.day-free-card .dc-time{flex:0 0 54px;font-family:'JetBrains Mono',monospace;font-size:13.5px}
.day-free-card .dc-label{font-size:13px;font-weight:600}

.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:14px;padding-bottom:4px}
.stat-tile{padding:13px 14px;border-radius:15px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.stat-tile-head{display:flex;align-items:center;gap:8px}
.stat-dot{width:7px;height:7px;border-radius:99px;flex:0 0 auto}
.stat-tile-label{font-size:11.5px;font-weight:600;color:var(--tx2)}
.stat-tile-valrow{display:flex;align-items:baseline;gap:8px;margin-top:8px}
.stat-tile-val{font-size:23px;font-weight:700;letter-spacing:-.02em}
.stat-tile-delta{font-size:11.5px;font-weight:700}

/* ============================================================
   HİZMETLER
   ============================================================ */
.chip-row{display:flex;flex-wrap:wrap;gap:8px}
.chip{min-height:44px;padding:10px 15px;border-radius:12px;border:1px solid var(--line);background:var(--panel2);color:var(--tx2);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:9px}
.chip:hover{border-color:var(--line2)}
.chip.active{border-color:var(--acc);background:var(--accSoft);color:var(--acc)}
.chip .chip-meta{font-family:'JetBrains Mono',monospace;font-size:11px;opacity:.65}

.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;padding-bottom:4px;margin-top:14px}
.service-card{padding:16px;border-radius:16px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}
.service-card-top{display:flex;align-items:flex-start;gap:10px}
.service-card-name{font-size:15px;font-weight:700}
.service-card-meta{font-size:12px;color:var(--tx2);margin-top:3px}
.service-card-price{font-size:17px;font-weight:700;color:var(--acc);white-space:nowrap}
.service-bar{height:6px;border-radius:99px;background:var(--panel3);overflow:hidden}
.service-bar-fill{height:100%;background:var(--acc);border-radius:99px}
.service-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}
.service-card-count{font-size:11.5px;color:var(--tx2)}

/* ============================================================
   MÜŞTERİLER
   ============================================================ */
.cus-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 16px;border-bottom:1px solid var(--line)}
.cus-head h3{font-size:15px;font-weight:700;flex:1;min-width:120px}
.cus-search{height:40px;flex:1 1 150px;min-width:0;border-radius:11px;border:1px solid var(--line);background:var(--panel2);padding:0 13px;font-size:13px;color:var(--tx);outline:none}
.table-wrap{overflow-x:auto}
table.data-table{width:100%;border-collapse:collapse;font-size:13px}
table.data-table thead tr{background:var(--panel2)}
table.data-table th{text-align:left;padding:11px 14px;font-size:11.5px;font-weight:700;color:var(--tx2);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em}
table.data-table td{padding:13px 14px;border-top:1px solid var(--line);color:var(--tx2);vertical-align:middle}
table.data-table tbody tr:hover td{background:var(--panel3)}
table.data-table td strong{color:var(--tx)}
.row-avatar{width:32px;height:32px;border-radius:99px;background:var(--panel3);color:var(--tx2);display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:700;flex:0 0 auto}
.row-user{display:flex;align-items:center;gap:10px}

.cus-mobile-list{display:flex;flex-direction:column}
.cus-mobile-row{display:flex;gap:12px;padding:14px 16px;border-top:1px solid var(--line);align-items:center;min-height:74px}
.cus-mobile-row .row-avatar{width:40px;height:40px;font-size:13px}
.cus-mobile-row .cm-body{flex:1;min-width:0}
.cus-mobile-row .cm-name{font-size:14.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cus-mobile-row .cm-meta{font-size:12px;color:var(--tx2);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cus-mobile-row .cm-phone{font-family:'JetBrains Mono',monospace;font-size:11.5px;color:var(--tx3);margin-top:3px}
.cus-mobile-row .cm-right{text-align:right;flex:0 0 auto}
.cus-mobile-row .cm-spend{font-size:13.5px;font-weight:700}
.cus-mobile-row .cm-last{font-size:11px;color:var(--tx3);margin-top:2px}

/* ============================================================
   PERSONEL
   ============================================================ */
.staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:12px;padding-bottom:4px}
.staff-card{padding:18px;border-radius:18px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}
.staff-card-top{display:flex;align-items:center;gap:12px}
.staff-avatar{width:46px;height:46px;border-radius:99px;background:var(--accSoft);color:var(--acc);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex:0 0 auto}
.staff-name{font-size:15.5px;font-weight:700}
.staff-role{font-size:12px;color:var(--tx2);margin-top:2px}
.staff-actions{display:flex;gap:8px;align-items:center}

/* ============================================================
   WHATSAPP
   ============================================================ */
.wa-status-row{display:flex;align-items:center;gap:12px}
.wa-status-dot{width:11px;height:11px;border-radius:99px;flex:0 0 auto}
.wa-status-dot.pulse{animation:pulse 1.8s ease-in-out infinite}
.wa-status-title{font-size:16px;font-weight:700}
.wa-status-meta{font-size:12.5px;color:var(--tx2);margin-top:2px}
.wa-desc{font-size:13.5px;color:var(--tx2);line-height:1.6}
.wa-steps{display:flex;flex-direction:column;gap:12px;margin:6px 0}
.wa-step{display:flex;align-items:flex-start;gap:12px;font-size:13.5px;color:var(--tx2)}
.wa-step-num{width:26px;height:26px;border-radius:50%;background:var(--acc);color:var(--accTx);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
#qr-img{max-width:220px;width:100%;border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow);display:none;background:#fff;padding:12px;margin:0 auto}
#pairing-code-display{font-size:30px;font-weight:700;letter-spacing:.14em;text-align:center;padding:18px;background:var(--panel2);border:1px solid var(--line);border-radius:14px;font-family:'JetBrains Mono',monospace;color:var(--tx)}
.wa-log-list{display:flex;flex-direction:column;gap:10px}
.wa-log-row{display:flex;gap:11px;align-items:flex-start;padding:12px;border-radius:13px;background:var(--panel2)}
.wa-log-dot{width:7px;height:7px;border-radius:99px;margin-top:6px;flex:0 0 7px}

/* ============================================================
   RAPORLAR
   ============================================================ */
.rep-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px;margin-top:12px}
.rep-bars{display:flex;align-items:flex-end;gap:8px;height:190px;margin-top:20px}
.rep-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}
.rep-bar-value{font-size:10.5px;font-weight:700;color:var(--tx2)}
.rep-bar-fill{width:100%;background:var(--panel3);border-radius:8px 8px 4px 4px}
.rep-bar-label{font-size:11px;color:var(--tx3)}
.rep-top-row{display:flex;flex-direction:column;gap:7px}
.rep-top-head{display:flex;justify-content:space-between;gap:10px;font-size:13px}
.rep-top-head .n{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rep-top-head .c{color:var(--tx2);white-space:nowrap}
.rep-top-track{height:7px;border-radius:99px;background:var(--panel3);overflow:hidden}
.rep-top-fill{height:100%;background:var(--acc);border-radius:99px}

/* ============================================================
   AYARLAR
   ============================================================ */
.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px;padding-bottom:4px}
.settings-card{padding:18px;border-radius:18px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}
.settings-card h3{font-size:15px;font-weight:700}
.day-chip-row{display:flex;gap:8px;flex-wrap:wrap}
.day-chip{display:flex;align-items:center;gap:6px;cursor:pointer;padding:9px 14px;background:var(--panel2);border:1px solid var(--line);border-radius:10px;font-size:13px;color:var(--tx2);min-height:40px}
.day-chip input{accent-color:var(--cx);width:14px;height:14px;cursor:pointer}
.day-chip.off{border-color:var(--cx);color:var(--cx)}

.theme-pick-row{display:flex;gap:9px}
.theme-pick-btn{flex:1;min-height:82px;border-radius:14px;border:1px solid var(--line);background:var(--panel2);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;padding:15px;color:var(--tx2)}
.theme-pick-btn.active{border-color:var(--acc);background:var(--accSoft);color:var(--acc)}
.theme-pick-btn .lbl{font-size:13.5px;font-weight:700}

.kapali-item,.mesgul-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;background:var(--panel2);border:1px solid var(--line);border-radius:12px;margin-bottom:7px}
.kapali-date{font-weight:700;color:var(--tx);font-size:13.5px}
.kapali-sebep{color:var(--tx2);font-size:12px;margin-top:2px}
.inline-form-row{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}
.inline-form-row .input{flex:1;min-width:130px}

/* ============================================================
   ADMIN
   ============================================================ */
.receipt-list{display:flex;flex-direction:column;gap:11px;padding-bottom:4px}
.receipt-card{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:16px;border-radius:16px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}
.receipt-avatar{width:44px;height:44px;border-radius:12px;background:var(--panel3);color:var(--tx2);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex:0 0 auto}
.receipt-info{flex:1 1 180px;min-width:0}
.receipt-shop{font-size:14.5px;font-weight:700}
.receipt-meta{font-size:12px;color:var(--tx2);margin-top:2px}
.receipt-amount{font-size:16px;font-weight:700;white-space:nowrap}
.receipt-actions{display:flex;gap:8px;flex:0 0 auto}

/* ============================================================
   MODALS
   ============================================================ */
.modal-backdrop{display:none;position:fixed;inset:0;z-index:200;background:rgba(6,9,14,.62);align-items:flex-end;justify-content:center;padding:0}
.modal-backdrop.open{display:flex}
.modal-backdrop.center{align-items:center;padding:18px}
.sheet{width:100%;max-width:520px;background:var(--panel);border:1px solid var(--line);border-radius:22px 22px 0 0;padding:18px 18px calc(18px + env(safe-area-inset-bottom));max-height:92vh;overflow-y:auto;box-shadow:var(--shadow);animation:modalIn .28s cubic-bezier(.34,1.56,.64,1)}
.sheet.narrow{max-width:460px}
.modal-card{width:100%;max-width:480px;background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:0;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow);animation:modalCenterIn .25s cubic-bezier(.34,1.56,.64,1)}
.modal-card.sm{max-width:380px}
.modal-card.wide{max-width:600px}
.modal-card-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 14px}
.modal-card-head h2{font-size:17px;font-weight:700}
.modal-card-body{padding:0 22px 20px;display:flex;flex-direction:column;gap:16px}
.modal-card-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--line)}
.modal-x{width:38px;height:38px;border-radius:11px;background:var(--panel2);border:1px solid var(--line);font-size:15px;color:var(--tx2);flex:0 0 auto}
.modal-x:hover{color:var(--tx)}

.sheet-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.sheet-head-titles{flex:1;min-width:0}
.sheet-head-titles .st{font-size:18px;font-weight:700}
.sheet-head-titles .ss{font-size:12.5px;color:var(--tx2);margin-top:2px}
.sheet-body{display:flex;flex-direction:column;gap:16px}
.sheet-section-label{font-size:12px;font-weight:600;color:var(--tx2);margin-bottom:9px}
.time-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:8px}
.time-chip{min-height:46px;border-radius:12px;border:1px solid var(--line);background:var(--panel2);color:var(--tx);font-family:'JetBrains Mono',monospace;font-size:13.5px;font-weight:500}
.time-chip.active{border-color:var(--acc);background:var(--acc);color:var(--accTx)}
.staff-pick-row{display:flex;gap:9px;flex-wrap:wrap}
.staff-pick-btn{flex:1;min-width:88px;min-height:56px;border-radius:13px;border:1px solid var(--line);background:var(--panel2);color:var(--tx2);font-size:13px;font-weight:700}
.staff-pick-btn.active{border-color:var(--acc);background:var(--accSoft);color:var(--acc)}
.sheet-actions-row{display:flex;gap:9px;padding-top:2px}
.sheet-actions-row .btn{flex:1}
.sheet-actions-row .btn.narrow{flex:0 0 34%}

.detail-avatar{width:48px;height:48px;border-radius:99px;background:var(--panel3);color:var(--tx2);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex:0 0 auto}
.detail-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:9px;margin:16px 0}
.detail-fact{padding:12px;border-radius:13px;background:var(--panel2);border:1px solid var(--line)}
.detail-fact-label{font-size:11px;color:var(--tx3)}
.detail-fact-value{font-size:14px;font-weight:700;margin-top:3px}
.detail-action-row{display:flex;flex-wrap:wrap;gap:9px}
.detail-action-row .btn{flex:1 1 120px;min-height:54px;border-radius:14px;font-size:14px}

/* QR modal */
.qr-frame{position:relative;margin:20px auto 0;width:200px;height:200px;max-width:100%;padding:10px;border-radius:16px;background:#FFFFFF;border:1px solid var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center}
.copy-box{display:flex;gap:8px;align-items:center;flex:1;min-width:0;height:48px;border-radius:12px;border:1px solid var(--line);background:var(--panel2);padding:0 13px;font-family:'JetBrains Mono',monospace;font-size:12px;color:var(--tx2)}
.copy-box span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.copy-btn{background:none;border:0;color:var(--acc);font-size:11.5px;font-weight:700;flex:0 0 auto}

/* ============================================================
   MOBILE NAV / SHEET / FAB
   ============================================================ */
.bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:140;background:var(--panel);border-top:1px solid var(--line);padding:8px 8px calc(8px + env(safe-area-inset-bottom));align-items:center;gap:4px;box-shadow:0 -12px 30px -22px rgba(0,0,0,.6)}
.bottom-nav-btn{flex:1;min-height:56px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--tx2)}
.bottom-nav-btn.active{background:var(--panel3);color:var(--acc)}
.bottom-nav-btn svg{width:21px;height:21px;flex:0 0 21px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.bottom-nav-btn .lbl{font-size:11px;font-weight:700}
.fab-btn{flex:0 0 66px;height:60px;border-radius:18px;background:var(--acc);color:var(--accTx);font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -12px var(--acc)}

.menu-sheet-backdrop{display:none;position:fixed;inset:0;z-index:150;background:rgba(6,9,14,.6);align-items:flex-end;justify-content:center}
.menu-sheet-backdrop.open{display:flex}
.menu-sheet{width:100%;background:var(--panel);border-radius:22px 22px 0 0;border-top:1px solid var(--line);padding:14px 14px calc(20px + env(safe-area-inset-bottom));max-height:82vh;overflow-y:auto}
.menu-sheet-handle{width:44px;height:4px;border-radius:99px;background:var(--line2);margin:2px auto 14px}
.menu-sheet-list{display:flex;flex-direction:column;gap:6px}
.menu-sheet-item{display:flex;align-items:center;gap:12px;min-height:54px;padding:0 14px;border-radius:14px;background:var(--panel2);color:var(--tx);text-align:left;font-size:14.5px;font-weight:600;width:100%}
.menu-sheet-item svg{width:20px;height:20px;flex:0 0 20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.menu-sheet-item.danger{background:var(--cxBg);color:var(--cx)}
.menu-sheet-item span{flex:1;min-width:0}
.mobile-hamburger{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:var(--panel);align-items:center;justify-content:center;color:var(--tx2);flex:0 0 auto}
.mobile-hamburger svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 899px){
  .sidebar{display:none}
  .bottom-nav{display:flex}
  .content-area{padding-bottom:104px}
  .topbar-search{display:none}
  .btn-newapt{display:none}
  .mobile-hamburger{display:flex}
  .auth-hero{display:none}
  .auth-frame{border-radius:0;border:0;box-shadow:none}
  #auth-screen{padding:0}
  .auth-mobile-logo{display:flex}
}
@media (min-width: 900px){
  .mobile-theme-btn{display:none}
}
@media (max-width: 1179px){
  .wg-head,.wg-body{display:none}
}
@media (min-width: 1180px){
  .week-pills{display:none}
}
@media (max-width: 640px){
  .auth-fields .field-row{grid-template-columns:1fr}
  .stats-row{grid-template-columns:repeat(2,1fr)}
}

/* ─── LOGO THEME SWAP ─────────────────────────────────────── */
/* logo-dark.png = koyu renkli logo, açık zeminlerde kullanılır.
   logo-light.png = açık renkli logo, koyu zeminlerde kullanılır. */
.logo-light{display:none}
.logo-dark{display:block}
html[data-theme="dark"] .logo-light{display:block}
html[data-theme="dark"] .logo-dark{display:none}
/* Auth hero panel is always dark regardless of theme */
.auth-hero .logo-light{display:block}
.auth-hero .logo-dark{display:none}

/* ─── MÜŞTERİLER: table / mobile list swap ────────────────── */
@media (max-width: 899px){ #cus-table-wrap{display:none} }
@media (min-width: 900px){ .cus-mobile-list{display:none} }

/* ─── ABONELİK BADGE (Aboneliğim sayfası) ─────────────────── */
.abonelik-badge{display:inline-flex;align-items:center;font-size:12px;font-weight:700;padding:5px 11px;border-radius:99px}
.abonelik-badge.trial{color:var(--wait);background:var(--waitBg)}
.abonelik-badge.aktif{color:var(--ok);background:var(--okBg)}
.abonelik-badge.suresi_doldu{color:var(--cx);background:var(--cxBg)}
.abonelik-badge.admin{color:var(--acc);background:var(--accSoft)}

/* ─── Misc dashboard rows ─────────────────────────────────── */
.kv-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px;color:var(--tx2)}
.kv-row:last-child{border-bottom:none}
.kv-row strong{color:var(--tx)}
