/* ===== EPOS.WAITER — mobil-öncelikli garson terminali / mobile-first waiter terminal ===== */
:root {
    --navy: #0e1726;
    --navy-2: #16223c;
    --accent: #f97316;
    --bg: #f1f3f7;
    --card: #ffffff;
    --text: #1f2a3a;
    --muted: #8a94a6;
    --border: #e6e9ef;
    --green: #2e8b3d;
    --red: #d92d20;
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif; background: var(--bg); color: var(--text); }

/* Üst bar / top bar */
.wt-topbar { position: sticky; top: 0; z-index: 20; height: 52px; background: var(--navy); color: #fff; display: flex; align-items: center; gap: 10px; padding: 0 12px calc(0px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
.wt-brand { font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wt-brand i { color: var(--accent); }
.wt-user { margin-left: auto; font-size: 13px; color: #b9c2d4; }
.wt-logout-form { margin: 0; }
.wt-logout { background: var(--navy-2); border: 0; color: #cdd5e3; width: 36px; height: 36px; border-radius: 8px; cursor: pointer; }
.wt-main { padding: 12px; padding-bottom: calc(12px + env(safe-area-inset-bottom)); }

/* Ortalanmış kart (setup / login) / centered card */
.wt-center { min-height: calc(100vh - 24px); display: flex; align-items: flex-start; justify-content: center; padding-top: 6vh; }
.wt-card { width: 100%; max-width: 420px; background: var(--card); border-radius: 16px; padding: 22px 20px; box-shadow: 0 1px 3px rgba(16,24,40,.08); }
.wt-logo { font-size: 19px; font-weight: 700; display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.wt-logo i { color: var(--accent); }
/* Kart üstü logo bandı (logo sarı+beyaz, koyu zemin ister) / navy banner atop cards for the light logo */
.wt-cardhead { background: var(--navy); border-radius: 16px 16px 0 0; margin: -22px -20px 16px; padding: 20px 0; display: flex; justify-content: center; }
.wt-cardhead img { height: 34px; }
.wt-muted { color: var(--muted); font-size: 13.5px; }
.wt-error { background: #fde8e8; color: #b42318; border: 1px solid #f5c2c0; border-radius: 8px; padding: 10px 14px; margin: 10px 0; font-size: 14px; }
.wt-label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 6px; }
.wt-input { width: 100%; height: 48px; border: 1px solid var(--border); border-radius: 10px; padding: 0 14px; font-size: 16px; outline: none; background: #f7f8fb; }
.wt-input:focus { border-color: var(--accent); background: #fff; }
.wt-btn { width: 100%; height: 50px; border: 0; border-radius: 10px; background: var(--accent); color: #fff; font-weight: 700; font-size: 15px; margin-top: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* Kullanıcı kutuları / user tiles */
.wt-users { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 14px 0; }
.wt-usertile { border: 1px solid var(--border); background: #f7f8fb; border-radius: 12px; padding: 12px 10px; text-align: center; cursor: pointer; }
.wt-usertile.sel { border-color: var(--accent); background: #fff7ed; }
.wt-usertile .nm { display: block; font-weight: 700; font-size: 14.5px; color: var(--text); }
.wt-usertile .tp { display: block; font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-top: 3px; }

/* PIN pad */
.wt-pindots { display: flex; justify-content: center; gap: 12px; margin: 14px 0; }
.wt-pindots .dot { width: 14px; height: 14px; border-radius: 50%; background: #e3e7ee; }
.wt-pindots .dot.on { background: var(--accent); }
.wt-pinpad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wt-key { height: 58px; border: 1px solid var(--border); background: #fff; border-radius: 12px; font-size: 22px; font-weight: 700; color: var(--text); cursor: pointer; }
.wt-key:active { background: #fff7ed; border-color: var(--accent); }

/* Şube seçimi kutuları / branch chooser tiles */
.wt-branches { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 10px; }
.wt-branches form { margin: 0; }
.wt-branchtile { width: 100%; border: 1px solid var(--border); background: #f7f8fb; border-radius: 12px; padding: 14px 12px; text-align: left; cursor: pointer; }
.wt-branchtile:active { border-color: var(--accent); background: #fff7ed; }
.wt-branchtile .nm { display: block; font-weight: 700; font-size: 15px; color: var(--text); }
.wt-branchtile .tp { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ===== MASA PANOSU — EPOS.APP TablesPage görünümü / POS-style table board ===== */
.wt-boardhead { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; }
.wt-ptabs { display: flex; gap: 6px; overflow-x: auto; flex: 1; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
/* POS sekmesi: koyu gri, aktif = daha koyu + ALTIN yazı / POS tab: dark gray, active shows the gold text */
.wt-ptab { flex: 0 0 auto; padding: 12px 16px; border: 0; background: #7a7a7a; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; }
.wt-ptab.on { background: #5a5a5a; color: #edd405; }
.wt-viewtoggle { display: flex; gap: 6px; flex: 0 0 auto; }
.wt-viewtoggle button { width: 42px; height: 42px; border: 0; color: #fff; font-size: 16px; cursor: pointer; background: #b8b8b8; }

/* POS kutusu: köşesiz, 150×110 hissi; mobilde ızgara sığdırır / square-cornered POS tile */
.wt-ptile-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin-bottom: 12px; }
.wt-ptile { position: relative; border: 1px solid; min-height: 118px; padding: 10px 8px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; text-align: center; }
.wt-ptile .nm { font-size: 16px; font-weight: 700; }
.wt-ptile .tot { font-size: 20px; }
.wt-ptile .tm { font-size: 14px; color: #fff; }
.wt-ptile .jn { font-size: 12px; }

/* Masa rozetleri: SAĞ ALT = hesap istendi, SOL ALT = garson çağrıldı; dikkat çeksin diye yanıp söner
   / table badges: bill bottom-right, call-waiter bottom-left, blinking for attention */
.wt-badge { position: absolute; bottom: 5px; padding: 1px 7px; border-radius: 8px; font-size: 10px; font-weight: 800;
            display: flex; align-items: center; gap: 4px; animation: wtBlink 1s steps(1, end) infinite; }
.wt-badge.bill { right: 5px; background: #edd405; color: #1f2a3a; }
/* Çağrı rozeti TIKLANABİLİR (söndürmek için) → dokunma alanı biraz büyük / the call badge is tappable to dismiss */
.wt-badge.call { left: 5px; background: #e11e28; color: #fff; cursor: pointer; padding: 3px 9px; }
.wt-badge.qr   { top: 5px; bottom: auto; left: 5px; background: #e59a3c; color: #fff; animation: none; }
@keyframes wtBlink { 0%,49% { opacity: 1 } 50%,100% { opacity: 0 } }
@media (prefers-reduced-motion: reduce) { .wt-badge { animation: none } }

/* ===== QR SİPARİŞLERİ SEKMESİ / the QR orders tab ===== */
.wt-qrlist { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; align-content: start; }
.wt-qrcard { border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 12px; }
.wt-qrhead { display: flex; align-items: center; gap: 8px; font-size: 16px; }
.wt-qrstate { margin-left: auto; color: #fff; border-radius: 999px; padding: 2px 10px; font-size: 11px; font-weight: 700; }
.wt-qrmeta { color: var(--muted); font-size: 12px; margin-top: 2px; }
.wt-qrwarn { margin-top: 8px; background: #fff5e6; border: 1px solid #f0d3a0; color: #8a5a00; border-radius: 8px; padding: 6px 8px; font-size: 12px; }
.wt-qrlines { margin-top: 8px; border-top: 1px dashed var(--border); padding-top: 8px; }
.wt-qrline { display: flex; gap: 8px; font-size: 13px; padding: 3px 0; }
.wt-qrline .q { min-width: 26px; font-weight: 700; }
.wt-qrline .t { flex: 1; }
.wt-qrline .t em { display: block; font-style: normal; color: var(--muted); font-size: 11px; }
.wt-qrline .t em.nt { color: #b0431a; }
.wt-qrline .p { font-variant-numeric: tabular-nums; }
.wt-qrnote { margin-top: 8px; background: #f4f6f8; border-radius: 8px; padding: 6px 8px; font-size: 12px; }
.wt-qracts { display: flex; gap: 8px; margin-top: 10px; }
.wt-qrbtn { flex: 1; height: 42px; border: 0; border-radius: 10px; font-size: 14px; font-weight: 700; color: #fff; cursor: pointer; }
.wt-qrbtn.ok { background: #1f9d55; }
.wt-qrbtn.rej { background: #e11e28; }
.wt-qrbtn.undo { background: #888888; }

/* ===== SERVING sekmesi: bölüm başlıkları + devamını yükle / the Serving tab ===== */
.wt-srvtitle { margin: 14px 4px 8px; font-size: 16px; color: var(--green); }
.wt-srvtitle:first-child { margin-top: 4px; }
.wt-srvmore { display: block; width: 100%; height: 46px; margin: 12px 0 4px; border: 0; border-radius: 10px;
              background: var(--green); color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }

/* ===== SATIŞ EKRANI / sale screen ===== */
.wt-salehead { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.wt-back { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--text); text-decoration: none; }
.wt-salehead .nm { font-size: 18px; font-weight: 700; }
.wt-salehead .tmr { font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.wt-salehead .paid { margin-left: auto; background: #e7f6ed; color: #1a7f44; border: 1px solid #bfe6cd; border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 600; }

/* Yatay şeritlerde KAYDIRMA ÇUBUĞU GİZLİ (kaydırma çalışır) / hide the horizontal scrollbars, keep scrolling */
.wt-cats, .wt-ptabs { scrollbar-width: none; -ms-overflow-style: none; }
.wt-cats::-webkit-scrollbar, .wt-ptabs::-webkit-scrollbar { display: none; }

/* Kategori satırı: başta sabit MENÜ butonu + kayan çipler / fixed menu button + the scrolling chips */
.wt-catrow { display: flex; gap: 6px; align-items: flex-start; }
.wt-menubtn { flex: 0 0 auto; width: 44px; height: 41px; border: 1px solid var(--green); background: var(--green); color: #fff; font-size: 16px; cursor: pointer; }

/* Kategori çipleri POS gibi KÖŞESİZ, modül yeşili / square POS-style category chips in the module green */
.wt-cats { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
.wt-cat { flex: 0 0 auto; padding: 11px 16px; border: 1px solid var(--green); background: #fff; color: var(--green); font-size: 14px; font-weight: 600; cursor: pointer; }
.wt-cat.on { background: var(--green); color: #fff; }

.wt-prods { padding-bottom: 84px; }   /* alttaki sepet çubuğuna yer / room for the bottom basket bar */
.wt-prodgroup { color: var(--green); font-weight: 700; font-size: 16px; margin: 16px 2px 8px; }
/* POS ProdTemplate: 150×100 köşesiz kutu / the POS 150×100 square product tile */
.wt-prodgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin-top: 10px; }
.wt-prod { position: relative; border: 1px solid; min-height: 100px; padding: 8px 6px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; }
.wt-prod .t { font-size: 14px; font-weight: 400; line-height: 1.2; }
.wt-prod .p { font-size: 14px; font-weight: 400; }
.wt-prod .opt { position: absolute; top: 4px; right: 6px; font-size: 10px; color: #9aa3b2; }

/* EN ALTTA SEPET / bottom basket bar */
.wt-basket { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--navy); color: #fff; box-shadow: 0 -6px 24px rgba(16,24,40,.28); padding-bottom: env(safe-area-inset-bottom); }
.wt-barhead { display: flex; align-items: center; gap: 10px; padding: 10px 12px; cursor: pointer; }
.wt-barchev { color: #9fb0c8; transition: transform .2s; }
.wt-basket.open .wt-barchev { transform: rotate(180deg); }
.wt-barhead .cnt { font-size: 14px; color: #cdd5e3; }
.wt-barhead .tot { font-size: 17px; font-weight: 700; color: #edd405; }
.wt-barhead .st { font-size: 11.5px; margin-left: auto; }
.wt-sendbtn { border: 0; background: var(--green); color: #fff; font-weight: 700; font-size: 14px; padding: 10px 18px; border-radius: 10px; cursor: pointer; }
.wt-sendbtn:disabled { background: #55607a; color: #9fb0c8; }
.wt-lines { display: none; max-height: 52vh; overflow-y: auto; background: #fff; color: var(--text); }
.wt-basket.open .wt-lines { display: block; }
.wt-line { border-bottom: 1px solid var(--border); padding: 9px 12px; }
.wt-line .r1 { display: flex; gap: 8px; align-items: baseline; }
.wt-line .q { font-weight: 700; flex: 0 0 auto; }
.wt-line .t { flex: 1; }
.wt-line .a { font-weight: 700; }
.wt-line .ch { color: var(--muted); font-size: 12.5px; white-space: pre-wrap; padding-left: 24px; font-family: 'Consolas','Menlo',monospace; }
.wt-line .ops { display: flex; gap: 8px; margin-top: 7px; padding-left: 24px; }
.wt-qbtn { width: 40px; height: 34px; border: 1px solid var(--border); background: #f7f8fb; border-radius: 8px; font-size: 17px; cursor: pointer; color: var(--text); }
.wt-qbtn.rm { color: var(--red); margin-left: auto; }
.wt-qbtn.nt { font-size: 13px; }
.sentpill { background: #e7f6ed; color: #1a7f44; border-radius: 999px; padding: 1px 8px; font-size: 11px; font-weight: 600; }

/* Boy seçim sayfası + arka karartma / size sheet and its backdrop */
.wt-sheetback { display: none; position: fixed; inset: 0; background: rgba(14,23,38,.45); z-index: 50; }
.wt-sheetback.on { display: block; }
.wt-sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 51; background: #fff; border-radius: 16px 16px 0 0; box-shadow: 0 -10px 34px rgba(16,24,40,.35); transform: translateY(110%); transition: transform .2s; padding-bottom: env(safe-area-inset-bottom); }
.wt-sheet.on { transform: translateY(0); }
.wt-sheet .head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 6px; font-weight: 700; font-size: 16px; }
.wt-sheet .head button { border: 0; background: #eef0f5; width: 30px; height: 30px; border-radius: 50%; font-size: 17px; cursor: pointer; }
.wt-sheet .body { padding: 6px 12px 16px; display: grid; gap: 8px; }
.wt-sizebtn { display: flex; justify-content: space-between; border: 1px solid var(--border); background: #f7f8fb; border-radius: 10px; padding: 13px 14px; font-size: 15px; font-weight: 600; cursor: pointer; color: var(--text); }

/* Seçenek popup'ı — büyük sheet + kayan gövde + sabit onay çubuğu / the options popup sheet */
.wt-chsheet { max-height: 88vh; display: flex; flex-direction: column; }
.wt-chsheet.on { display: flex; }
.wt-chsheet .body { flex: 1; overflow-y: auto; display: block; padding: 4px 14px 10px; }
.wt-chsheet .foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border-top: 1px solid var(--border); background: #fff; }
.wt-chsheet .foot .sum { font-size: 18px; font-weight: 700; color: var(--text); }
.wt-chsheet .foot .wt-sendbtn { min-width: 130px; }
.wt-chsec { margin: 14px 0 4px; }
.wt-chsec .qt { font-size: 15px; font-weight: 700; color: var(--green); margin-bottom: 8px; }
.wt-chsec .qt .req { color: var(--red); }
.wt-chsec .qt .mm { color: var(--muted); font-weight: 400; font-size: 12px; }
.wt-chsec .qt .warn { display: none; color: var(--red); font-weight: 600; font-size: 12.5px; margin-left: 10px; }
.wt-chsec .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 8px; }
/* Choice item kutusu POS gibi köşesiz / square POS-style choice item box */
.wt-chitem { border: 1px solid var(--green); min-height: 64px; padding: 6px 5px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; text-align: center; background: #fff; }
.wt-chitem .t { font-size: 13.5px; line-height: 1.15; color: var(--green); }
.wt-chitem .p { font-size: 12.5px; color: #e11e28; }
/* Seçili kutu POS gibi: yeşil zemin + beyaz başlık + altın fiyat / selected box: green bg, white title, gold price */
.wt-chitem { position: relative; }
.wt-chitem.on { background: var(--green); border-color: var(--green); }
.wt-chitem.on .t { color: #fff; }
.wt-chitem.on .p { color: #edd43c; }
/* x2 adet pili (POS 7.66: sarı, sağ üst) / the yellow repeat-count pill at top right */
.wt-chitem .x2 { position: absolute; top: -7px; right: -5px; background: #edd405; color: #1f2a3a; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 1px 7px; }
/* Mod barı (Normal/No/Little/Extra) / the quantity-modifier bar */
.wt-modebar { display: flex; gap: 6px; margin: 0 0 8px; }
.wt-modebar .mb { border: 1px solid var(--green); background: #fff; color: var(--green); font-size: 12.5px; font-weight: 600; padding: 6px 12px; cursor: pointer; }
.wt-modebar .mb.on { background: var(--green); color: #fff; }
/* Ürün notu satırı / the product note row */
.wt-chsheet .notew { padding: 4px 14px 8px; border-top: 1px solid var(--border); }
.wt-chsheet .notew .wt-input { height: 42px; font-size: 14px; }

/* Ortak modal: başlık sabit, GÖVDE kayar, alt buton HEP görünür; geniş ekranda ortalanmış dar pencere
   / shared modal: sticky head, scrolling body, always-visible footer; centered fixed width on wide screens */
.wt-modalback { display: none; position: fixed; inset: 0; background: rgba(14,23,38,.5); z-index: 55; }
.wt-modalback.on { display: block; }
.wt-modal { display: none; position: fixed; left: 50%; transform: translateX(-50%); top: 8vh; width: min(560px, 100vw - 24px); z-index: 56; background: #fff; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.35); max-height: 80vh; }
.wt-modal.on { display: flex; flex-direction: column; }
.wt-modal .head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px 8px; font-weight: 700; font-size: 16px; flex: 0 0 auto; }
.wt-modal .head button { border: 0; background: #eef0f5; width: 30px; height: 30px; border-radius: 50%; font-size: 17px; cursor: pointer; flex: 0 0 auto; }
.wt-modal .body { padding: 8px 12px 16px; flex: 1; overflow-y: auto; }
/* Menü modalının ızgara gövdesi / the all-menus modal keeps its grid body */
.wt-modal .body.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; align-content: start; }
.wt-modal .wt-cat.modal { width: 100%; text-align: center; padding: 13px 8px; }

/* Masa detay sayfası (panoda) + join/move seçicileri / the board's table-detail sheet and its pickers */
.wt-chsheet .head .ttm { margin-left: auto; margin-right: 10px; color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.wt-chsheet .foot.tfoot { justify-content: flex-start; gap: 10px; }
.wt-chsheet .foot.tfoot .wt-sendbtn { margin-left: auto; }
.wt-tbtn { border: 1px solid var(--green); background: #fff; color: var(--green); font-weight: 700; font-size: 14px; padding: 10px 14px; border-radius: 10px; cursor: pointer; }
/* Hesabı iste: mor aile; istenmişse dolu (geri al) / bill request in purple; filled when active */
.wt-tbtn.bill { border-color: #7a4fb0; color: #7a4fb0; }
.wt-tbtn.bill.on { background: #7a4fb0; color: #fff; }
.wt-tbtn.callclr { border-color: #e11e28; color: #e11e28; }   /* garson çağrısını söndür / clear the waiter call */
/* Masa kutusunda "hesap istendi" rozeti (sağ üst) / bill-requested chip on the tile */
.wt-ptile { position: relative; }
.wt-line.tot { border-top: 2px solid var(--border); }
.wt-line.tot .r1 { font-weight: 700; }
.wt-modal .mfoot { padding: 10px 14px 14px; border-top: 1px solid var(--border); display: flex; justify-content: flex-end; flex: 0 0 auto; }
.tgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px; }
.wt-ttile { border: 1px solid var(--green); background: #fff; min-height: 58px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.wt-ttile .nm { font-weight: 700; font-size: 14px; color: var(--green); }
.wt-ttile .st { font-size: 11.5px; color: var(--muted); }
.wt-ttile.on { background: var(--green); }
.wt-ttile.on .nm, .wt-ttile.on .st { color: #fff; }
/* Ayırma (separate) — kırmızı aile; SEPARATE ALL başlığın en sağında / red separate family, button at the header's right */
.wt-chsec .qt.sepq { color: var(--red); display: flex; align-items: center; gap: 8px; }
.wt-ttile.sep { border-color: var(--red); }
.wt-ttile.sep .nm { color: var(--red); }
.wt-sepbtn { border: 1px solid var(--red); background: #fff; color: var(--red); font-weight: 700; border-radius: 10px; cursor: pointer; }
.wt-sepbtn.sm { margin-left: auto; font-size: 12px; padding: 6px 10px; }

/* Taşınacak satır seçimi / the move line rows */
.wt-mline { display: flex; align-items: center; gap: 10px; width: 100%; border: 1px solid var(--border); background: #f7f8fb; padding: 10px 12px; margin-bottom: 6px; cursor: pointer; text-align: left; border-radius: 10px; }
.wt-mline .cb { width: 22px; height: 22px; border: 1px solid var(--border); border-radius: 6px; background: #fff; color: transparent; display: flex; align-items: center; justify-content: center; font-size: 12px; flex: 0 0 auto; }
.wt-mline.on .cb { background: var(--green); border-color: var(--green); color: #fff; }
.wt-mline .t { flex: 1; font-size: 14px; color: var(--text); }
.wt-mline .a { font-weight: 700; font-size: 13.5px; }

/* Kısa uyarı / toast */
.wt-toast { position: fixed; left: 50%; bottom: 86px; transform: translateX(-50%) translateY(20px); background: #1f2a3a; color: #fff; padding: 10px 16px; border-radius: 10px; font-size: 14px; opacity: 0; pointer-events: none; transition: all .2s; z-index: 60; max-width: 90vw; }
.wt-toast.on { opacity: 1; transform: translateX(-50%) translateY(0); }
