:root{--bg: #f8fafc;--card: #ffffff;--ink: #1e293b;--muted: #64748b;--line: #f1f5f9;--brand: #0f172a;--accent: #0ea5e9;--accent-soft: #f0f9ff;--ok: #16a34a;--warn: #d97706;--bad: #dc2626;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(15, 23, 42, .05);--bottom-nav: 64px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:Rubik,Heebo,Segoe UI,Noto Sans Hebrew,Arial,sans-serif;font-size:16px;overscroll-behavior-y:contain;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh}a{color:inherit;text-decoration:none}.app{min-height:100vh;padding-bottom:calc(var(--bottom-nav) + env(safe-area-inset-bottom,0px) + 12px)}.topbar{position:sticky;top:0;z-index:10;background:var(--card);color:var(--ink);padding:13px 16px;padding-top:calc(13px + env(safe-area-inset-top,0px));display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.topbar h1{font-size:16px;font-weight:700;margin:0;line-height:1.2}.topbar .sub{font-size:12px;color:var(--muted);line-height:1.2}.topbar .who{display:flex;align-items:center;gap:8px;min-width:0}.topbar .avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);border:1px solid #e0f2fe;font-weight:700;font-size:14px}.page{padding:14px 14px 16px;display:grid;gap:12px}.bottom-nav{position:fixed;bottom:0;inset-inline:0;z-index:20;background:#fff;border-top:1px solid var(--line);display:flex;padding:8px 14px calc(7px + env(safe-area-inset-bottom,0px))}.bottom-nav a{flex:1;padding:6px 4px 8px;text-align:center;font-size:11px;font-weight:500;white-space:nowrap;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:3px;position:relative}.bottom-nav a.active{color:var(--accent);font-weight:700}.bottom-nav .glyph{display:grid;place-items:center;position:relative}.bottom-nav .glyph svg{width:22px;height:22px;stroke-width:2}.bottom-nav .dot{position:absolute;top:-3px;inset-inline-end:-5px;width:8px;height:8px;border-radius:50%;background:#f43f5e;border:1.5px solid #fff}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:14px 15px;display:grid;gap:10px;box-shadow:var(--shadow)}.card>*,.page>*{min-width:0}.card h2,.card h3{margin:0;font-size:17px;font-weight:700}.card .row>strong,.card .row>.address{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted{color:var(--muted);font-size:13.5px}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.row.wrap{flex-wrap:wrap}.row.wrap>label>input,.row.wrap>label>select{min-width:0}.stack{display:grid;gap:10px}button,.btn{font:inherit;font-size:15px;font-weight:600;border-radius:12px;border:none;background:#f0f4f9;color:var(--ink);padding:10px 14px;min-height:46px;cursor:pointer;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}button svg,.btn svg{width:16px;height:16px;flex-shrink:0}button:disabled{opacity:.5}.btn-primary{background:var(--accent);color:#fff;font-weight:600;box-shadow:0 6px 16px #0e8fd63d}.btn-dark{background:var(--brand);color:#fff;font-weight:600}.btn-ok{background:var(--ok);color:#fff;font-weight:600;box-shadow:0 6px 16px #16a34a38}.btn-danger{background:#fef2f2;color:var(--bad)}.btn-block{width:100%}.btn-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:8px}.btn-row .btn{min-height:40px;padding:8px 12px;font-size:13.5px;border-radius:9px}input,select,textarea{font:inherit;font-size:15px;width:100%;padding:12px 14px;min-height:48px;border:1.5px solid transparent;border-radius:var(--radius-sm);background:#f2f5fa;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);background:#fff}label{display:grid;gap:6px;font-size:14px;color:var(--muted)}.tag{display:inline-block;font-size:11.5px;padding:3px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:700;white-space:nowrap}.tag.ok{background:#dcfce7;color:#166534}.tag.warn{background:#fef3c7;color:#92400e}.tag.bad{background:#fee2e2;color:#991b1b}.tag.live{background:#d1fae5;color:#059669}.error{background:#fef2f2;color:#b91c1c;border-radius:var(--radius-sm);padding:10px 12px;font-size:14px}.notice{background:var(--accent-soft);color:#075985;border-radius:var(--radius-sm);padding:10px 12px;font-size:14px;display:flex;align-items:flex-start;gap:7px}.notice svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}.banner-offline{background:var(--warn);color:#fff;text-align:center;padding:7px;font-size:13px;font-weight:600}.job{position:relative;padding:14px;gap:6px}.job-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.job-head .tag{flex-shrink:0}.job-meta{font-size:12px;font-weight:500;color:var(--muted);line-height:1.45}.job-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.job-actions{display:flex;gap:8px;flex:1;max-width:68%}.job-actions .btn{flex:1;min-height:32px;padding:6px 10px;font-size:12px;font-weight:700;border-radius:8px;box-shadow:none}.job-actions .btn-outline{background:#fff;border:1px solid #e2e8f0;color:#334155;box-shadow:var(--shadow)}.job-chips{display:flex;flex-wrap:wrap;gap:6px}.meta-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#475569;background:#f8fafc;border:1px solid var(--line);border-radius:6px;padding:4px 10px;white-space:nowrap}.meta-chip svg{width:13px;height:12px}.project-card{text-align:start;border:none;width:100%;font-weight:400;display:grid;gap:8px}.project-card:active{transform:scale(.99)}.stage-track{display:flex;gap:4px}.stage-seg{flex:1;height:4px;border-radius:999px;background:#e6ebf2}.stage-seg.done{background:#0284c7}.project-more{border-top:1px solid #eef1f6;padding-top:8px;display:grid;gap:4px}.icon-btn{min-width:36px;width:36px;height:36px;min-height:36px;padding:0;border-radius:50%;display:inline-grid;place-items:center;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:#94a3b8}.icon-btn:not(:disabled):active{color:var(--accent)}.icon-btn svg{width:17px;height:17px}.section-title{margin:6px 2px 0;font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.02em}[dir=ltr] .flip-ltr svg{transform:scaleX(-1)}.job .address{font-size:16px;font-weight:700;line-height:1.3;color:#1e293b;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.big-action{min-height:58px;font-size:18px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.photo-grid img,.photo-grid .thumb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);background:#eef2f8}.thumb.pending{display:grid;place-items:center;font-size:12px;color:var(--muted)}.thumb-wrap{position:relative}.thumb-tags{position:absolute;inset-inline:4px;bottom:4px;display:flex;justify-content:space-between;align-items:center;gap:4px}.thumb-tags .tag{font-size:11px;padding:1px 6px;background:#ffffffe6}.thumb-del{min-height:0;padding:2px 8px;font-size:11px;border-radius:999px;border:none;background:#b91c1ce6;color:#fff}.counter{font-variant-numeric:tabular-nums;font-weight:600}.shotlist{display:flex;flex-direction:column;gap:14px;margin-bottom:12px}.shot-zone-title{font-size:12px;font-weight:600;color:var(--muted);margin-bottom:5px;display:flex;align-items:center;gap:8px}.shot-zone-title:after{content:"";flex:1;border-top:1px solid var(--line)}.shot-row{display:flex;align-items:stretch;width:100%;min-height:48px;margin-bottom:6px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);font-size:15px;text-align:start;overflow:hidden}.shot-info{display:flex;align-items:center;gap:10px;flex:1;padding:8px 10px;border:0;background:transparent;color:inherit;font:inherit;text-align:start;border-radius:0}.shot-info svg{width:18px;height:18px;flex-shrink:0;color:var(--muted)}.shot-cam{display:grid;place-items:center;width:52px;border:0;border-inline-start:1px solid var(--line);background:transparent;color:var(--accent);border-radius:0;padding:0}.shot-cam svg{width:22px;height:22px}.shot-cam:disabled{opacity:.45}.shot-cam:active:not(:disabled){background:var(--accent-soft)}.shot-row.done{background:#f0fdf6;border-color:#bbf0d4}.shot-check{width:24px;height:24px;flex-shrink:0;display:grid;place-items:center;border:2px solid var(--line);border-radius:50%;color:#fff}.shot-check.on{background:var(--ok);border-color:var(--ok)}.shot-check svg{width:14px;height:14px}.shot-label{flex:1;font-weight:500}.shot-count{font-size:12px;font-weight:600;color:var(--muted);background:var(--bg);border-radius:999px;padding:2px 8px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:flex-end;justify-content:center;z-index:60}.sheet{background:var(--card);width:100%;max-width:520px;max-height:82dvh;overflow:auto;padding:8px 18px 22px;border-radius:22px 22px 0 0;box-shadow:0 -12px 40px #0f172a4d;animation:sheet-up .2s ease-out}@keyframes sheet-up{0%{transform:translateY(24px);opacity:.6}to{transform:translateY(0);opacity:1}}.sheet-handle{width:42px;height:4px;border-radius:999px;background:var(--line);margin:4px auto 10px}.sheet-guide{font-size:15px;line-height:1.55;margin:4px 0 14px}.sheet-example{display:block;width:100%;border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:14px;background:#eef3f9}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:var(--bg)}.login .card{box-shadow:var(--shadow)}.login .card{width:100%;max-width:380px}.code-input{letter-spacing:8px;text-align:center;font-size:24px}.list{display:grid;gap:10px}.kv{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:14px;padding:6px 0;border-bottom:1px solid #f1f4f9}.kv>:first-child{color:var(--muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kv>:last-child{font-weight:600;color:#1e293b;white-space:nowrap;flex-shrink:0}.kv:last-child{border-bottom:none}.center{text-align:center;padding:26px 10px;color:var(--muted)}.lang-switch{display:inline-flex;border-radius:999px;background:#f1f5f9;padding:2px;gap:1px}.lang-switch button{border:0;border-radius:999px;padding:4px 10px;min-height:26px;font-size:11.5px;font-weight:500;letter-spacing:.03em;background:transparent;color:#64748b;white-space:nowrap}.lang-switch button.active{background:#fff;color:var(--accent);font-weight:700;box-shadow:0 1px 2px #0f172a14}.login .lang-switch{margin-inline-start:auto;margin-inline-end:auto;margin-bottom:12px;display:flex;width:fit-content}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:grid;place-items:center;padding:20px;z-index:60}.modal-dialog{background:var(--card);border-radius:var(--radius);width:min(440px,100%);max-height:calc(100dvh - 48px);overflow:auto;padding:18px;box-shadow:0 24px 60px #0f172a59}.dash-progress{display:grid;gap:7px;padding:12px 14px}.dash-progress h2{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em}.dash-progress .icon-btn{width:30px;height:30px;min-height:30px;min-width:30px;padding:0;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:#94a3b8}.dash-progress .icon-btn svg{width:14px;height:14px}.dash-progress .row .muted{font-size:12px;font-weight:500}.dash-progress .row strong{font-size:18px;font-weight:700;line-height:1;color:#1e293b}.dash-progress .bar{height:7px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dash-progress .bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#38bdf8);transition:width .4s ease}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.stat{background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:11px 4px 9px;display:grid;justify-items:center;gap:4px;text-align:center}.stat .n{font-size:19px;font-weight:700;color:#1e293b;font-variant-numeric:tabular-nums;line-height:1.15}.stat .lbl{font-size:10.5px;font-weight:500;color:var(--muted);line-height:1.2;white-space:nowrap}.stat.hl{border-color:#bae6fd}.stat.hl .lbl{color:#0284c7;font-weight:700}.stat-ico{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;margin-bottom:2px}.stat-ico svg{width:17px;height:17px}.stat-ico.blue{background:#f0f9ff;color:#0ea5e9}.stat-ico.green{background:#ecfdf5;color:#10b981}.stat-ico.amber{background:#fff7ed;color:#f97316}.stat-ico.purple{background:#faf5ff;color:#a855f7}.stat-ico.red{background:#fef2f2;color:#ef4444}.ov-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.ov-tile{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px 12px;color:inherit;min-height:56px}.ov-tile:active{transform:scale(.98)}.ov-tile .stat-ico{margin-bottom:0;flex-shrink:0}.ov-tile-txt{display:grid;gap:1px;min-width:0;flex:1}.ov-tile-txt b{font-size:17px;font-weight:700;color:#1e293b;line-height:1.15;font-variant-numeric:tabular-nums}.ov-tile-txt .stat-label{font-size:11px;font-weight:500;color:var(--muted);line-height:1.25}.ov-go{color:#cbd5e1;flex-shrink:0}.ov-go svg{width:14px;height:14px}.clock-card{padding:0;overflow:hidden;gap:0}.clock-main{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px}.clock-side{display:flex;flex-direction:column;gap:6px;min-width:0}.clock-side h3{margin:0;font-size:14px;font-weight:700;color:#1e293b}.clock-pill{display:inline-flex;align-items:center;gap:5px;width:fit-content;background:#ecfdf5;border:1px solid #d1fae5;color:#059669;font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;white-space:nowrap}.clock-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;flex:none}.clock-pill.off{background:#f8fafc;border-color:var(--line);color:var(--muted)}.clock-pill.off:before{background:#cbd5e1}.clock-btn{min-height:34px;padding:8px 16px;font-size:12px;font-weight:700;border-radius:9px;white-space:nowrap;flex:none}.clock-btn.out{background:#fff1f2;color:#e11d48}.clock-btn.out:active{background:#ffe4e6}.clock-foot{background:#f8fafc;border-top:1px solid var(--line);padding:7px 12px;font-size:11.5px;font-weight:500;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.dcard{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;padding:22px 20px 20px;border-radius:24px;background:#fff;border:1px solid rgba(226,232,240,.8);box-shadow:var(--shadow)}.dcard:before{content:"";position:absolute;top:0;inset-inline:0;height:4px;background:linear-gradient(90deg,#2563eb,#4f46e5 55%,#38bdf8)}.dcard-head{display:flex;align-items:center;gap:10px}.dcard-ico{display:grid;place-items:center;width:32px;height:32px;flex:none;border-radius:12px;background:#eff6ff;border:1px solid #dbeafe;color:#2563eb}.dcard-ico svg{width:16px;height:16px}.dcard-id{display:flex;flex-direction:column;min-width:0;flex:1}.dcard-title{font-size:12px;font-weight:600;color:#1e293b;line-height:1.3}.dcard-sub{font-size:11.5px;font-weight:500;color:#94a3b8}.dcard-status{flex:none;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ecfdf5;border:1px solid #d1fae5;color:#059669;font-size:11px;font-weight:500;white-space:nowrap}.dcard-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;flex:none;animation:dcard-pulse 2s ease-in-out infinite}@keyframes dcard-pulse{0%,to{opacity:1}50%{opacity:.35}}.dcard-status.off{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.dcard-status.off:before{background:#94a3b8;animation:none}.dcard-bal{background:#f8fafcb3;border:1px solid #f1f5f9;border-radius:16px;padding:14px 16px}.dcard-lbl{display:block;font-size:11px;font-weight:500;color:#64748b}.dcard-balrow{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:2px}.dcard-val{font-size:24px;font-weight:700;letter-spacing:-.02em;color:#0f172a}.dcard-no{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:2px 8px;white-space:nowrap;flex:none}.dcard-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:2px}.dcard-last{font-size:11px;color:#64748b;min-width:0}.dcard-last b{font-weight:500;color:#334155}.dcard-hist{flex:none;display:inline-flex;align-items:center;gap:6px;background:#0f172a;color:#fff;font-size:12px;font-weight:500;padding:8px 14px;border-radius:12px;text-decoration:none;white-space:nowrap}.dcard-hist svg{width:14px;height:14px}.dcard-hist:active{background:#1e293b}.tx-main{min-width:0;display:flex;flex-direction:column;gap:1px}.tx-date{font-size:11.5px;color:var(--muted)}.tx-in{color:#059669;white-space:nowrap}.tx-out{color:#0f172a;white-space:nowrap}.ac-box{position:relative}.ac-verified{margin-top:4px}.ac-list{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow);overflow:hidden;max-height:240px;overflow-y:auto}.ac-item{display:block;width:100%;text-align:start;padding:12px 14px;border:0;background:transparent;font:inherit;color:var(--ink);cursor:pointer}.ac-item:hover{background:var(--accent-soft)}.check-inline{display:flex;flex-direction:row;align-items:center;gap:8px;font-weight:500}.check-inline input{width:auto}.hub-row{display:flex;align-items:center;gap:12px;padding:13px 14px;background:var(--card);border-radius:var(--radius, 14px);box-shadow:0 1px 3px #0f1e320f;text-decoration:none;color:inherit;min-height:48px}.hub-row:active{background:var(--accent-soft, #eef4ff)}.hub-ico{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#eef2f8;color:var(--accent);flex:none}.hub-ico.on{background:var(--accent);color:#fff}.hub-ico svg{width:17px;height:17px}.hub-label{flex:1;font-weight:600;font-size:15px}.hub-chev{color:var(--muted);display:inline-flex}.hub-chev svg{width:16px;height:16px}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px}.hub-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:96px;padding:14px 8px 12px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:inherit;text-align:center}.hub-tile:active{background:var(--accent-soft, #eef4ff);transform:scale(.97)}.hub-tile.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.hub-tile .hub-ico{width:38px;height:38px;border-radius:12px}.hub-tile .hub-ico svg{width:19px;height:19px}.hub-tile-label{font-weight:600;font-size:13.5px;line-height:1.25;overflow-wrap:break-word}.hub-tile-count{position:absolute;top:8px;inset-inline-end:8px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--accent-soft, #eef4ff);color:var(--accent);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.hub-grid.sub{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px}.hub-grid.sub .hub-tile{min-height:78px;padding:10px 6px;gap:6px}.hub-grid.sub .hub-tile-label{font-size:12.5px}.chips-row{display:flex;gap:6px;overflow-x:auto;padding:2px 0;-webkit-overflow-scrolling:touch}.chip{border:1px solid var(--line, #e2e8f2);background:var(--card);border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--muted);min-height:34px;white-space:nowrap;flex:none}.chip.on{background:var(--accent);border-color:var(--accent);color:#fff}.reject-box{display:grid;gap:8px;margin-top:10px;padding-top:10px;border-top:1px dashed var(--line, #e2e8f2)}.reject-box input,.reject-box select,.reject-box textarea{width:100%}.search-input{width:100%;min-height:44px}.thumb-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.page-head{display:flex;align-items:center;gap:8px}.page-head h2{margin:0;font-size:20px;font-weight:700;letter-spacing:-.01em;color:#1e293b;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-head-side{display:flex;align-items:center;gap:6px;flex-shrink:0}.kind-chip{display:inline-block;background:#f1f5f9;color:#475569;font-size:11px;font-weight:500;padding:2px 6px;border-radius:6px;line-height:1.2;white-space:nowrap;flex-shrink:0}.meta{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--muted);white-space:nowrap;flex-shrink:0}.meta svg{width:13px;height:13px;color:#94a3b8}.call-fab{position:absolute;inset-inline-end:12px;top:50%;transform:translateY(-50%);width:36px;height:36px;min-height:36px;padding:0;border-radius:50%;display:grid;place-items:center;background:#ecfdf5;color:#10b981;border:1px solid #d1fae5;box-shadow:var(--shadow);flex-shrink:0}.call-fab svg{width:17px;height:17px}.call-fab:active{background:#10b981;color:#fff}.fab-row{display:flex;align-items:center;justify-content:flex-end;gap:8px}.fab{width:36px;height:36px;min-height:36px;padding:0;border-radius:50%;display:grid;place-items:center;flex-shrink:0;box-shadow:var(--shadow);text-decoration:none}.fab svg{width:17px;height:17px}.fab.call{background:#ecfdf5;color:#10b981;border:1px solid #d1fae5}.fab.call:active{background:#10b981;color:#fff}.fab.nav{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.fab.nav:active{background:#2563eb;color:#fff}.btn-sm{font:inherit;font-size:12.5px;font-weight:600;min-height:34px;padding:5px 14px;border:none;border-radius:9px;background:#f0f4f9;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap;text-decoration:none}.btn-sm svg{width:14px;height:14px}.btn-sm.primary{background:var(--accent);color:#fff;box-shadow:0 4px 10px #0e8fd638}.btn-sm.ok{background:var(--ok);color:#fff;box-shadow:0 4px 10px #16a34a33}.btn-sm.danger{background:#fef2f2;color:var(--bad)}.live-card{position:relative;display:flex;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.live-card:before{content:"";position:absolute;top:0;bottom:0;inset-inline-start:0;width:6px;background:var(--bar, #cbd5e1)}.live-card.live{--bar: #0ea5e9}.live-card.paused{--bar: #fbbf24}.live-card-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:12px 16px;padding-inline-end:56px;color:inherit}.live-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.live-card-top .seen{font-size:11px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.live-card-name{display:flex;align-items:center;gap:8px;min-width:0}.live-card-name h3{margin:0;font-size:14px;font-weight:700;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-card .address{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-card-metrics{display:flex;align-items:center;gap:12px}.dup-alert{font-weight:600;margin-top:8px}.wizard-steps{display:flex;list-style:none;margin:0 0 4px;padding:0 0 10px}.wizard-step{flex:1;position:relative;display:flex;justify-content:center}.wizard-step:before{content:"";position:absolute;top:15px;inset-inline-start:-50%;width:100%;height:2px;background:var(--line)}.wizard-step:first-child:before{display:none}.wizard-step.done:before{background:var(--accent)}.wizard-marker{display:flex;flex-direction:column;align-items:center;gap:4px;background:transparent;border:0;padding:0 4px;cursor:pointer}.wizard-dot{width:32px;height:32px;border-radius:50%;border:2px solid var(--line);background:var(--card);color:var(--muted);font-weight:700;font-size:13px;display:grid;place-items:center;position:relative;z-index:1}.wizard-label{font-size:11px;font-weight:600;color:var(--muted);text-align:center;white-space:nowrap}.wizard-step.active .wizard-dot{background:var(--accent);border-color:var(--accent);color:#fff}.wizard-step.done .wizard-dot{border-color:var(--accent);color:var(--accent)}.wizard-step.active .wizard-label,.wizard-step.done .wizard-label{color:var(--accent)}.wizard-current{text-align:center;font-size:13px;font-weight:600;margin-bottom:10px}.wizard-actions{display:flex;gap:8px;margin-top:14px}.wizard-actions>*{flex:1}.wizard-actions .btn-block{width:auto}@media (max-width: 560px){.wizard-label{display:none}}
