:root{--tp-bg: #f4f8fb;--tp-surface: #ffffff;--tp-surface-2: #f8fafc;--tp-surface-3: #f1f5f9;--tp-border: #e2eaf4;--tp-border-2: #e2e8f0;--tp-text: #0f172a;--tp-text-2: #475569;--tp-muted: #94a3b8;--tp-muted-2: #64748b;--tp-accent: #4f46e5;--tp-accent-dark: #4338ca;--tp-accent-light: #6366f1;--tp-accent-08: rgba(79, 70, 229, .08);--tp-accent-12: rgba(79, 70, 229, .12);--tp-accent-20: rgba(79, 70, 229, .2);--tp-accent-40: rgba(79, 70, 229, .4);--tp-danger: #ef4444;--tp-danger-bg: #fef2f2;--tp-danger-border: #fecaca;--tp-success: #22c55e;--tp-warn: #f59e0b;--tp-card-shadow: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 16px rgba(0, 90, 160, .06);--tp-sidebar-bg: #ffffff;--tp-sidebar-border: #e2eaf4}html.dark{--tp-bg: #0a0d1e;--tp-surface: #121629;--tp-surface-2: #13162b;--tp-surface-3: #1a1f3a;--tp-border: rgba(255, 255, 255, .08);--tp-border-2: rgba(255, 255, 255, .1);--tp-text: #f1f5f9;--tp-text-2: #cbd5e1;--tp-muted: #64748b;--tp-muted-2: #94a3b8;--tp-accent: #6366f1;--tp-accent-dark: #4f46e5;--tp-accent-light: #818cf8;--tp-accent-08: rgba(99, 102, 241, .12);--tp-accent-12: rgba(99, 102, 241, .18);--tp-accent-20: rgba(99, 102, 241, .28);--tp-accent-40: rgba(99, 102, 241, .45);--tp-danger-bg: rgba(239, 68, 68, .12);--tp-danger-border: rgba(239, 68, 68, .3);--tp-card-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 4px 16px rgba(0, 0, 0, .2);--tp-sidebar-bg: #0b0d19;--tp-sidebar-border: rgba(255, 255, 255, .08)}.tp-gate{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--tp-bg);color:var(--tp-text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.tp-gate-card{width:100%;max-width:480px;text-align:center;padding:44px 34px 34px;border-radius:24px;background:var(--tp-surface);border:1px solid var(--tp-border);box-shadow:var(--tp-card-shadow);animation:tpSlideUp .4s cubic-bezier(.34,1.2,.64,1)}.tp-gate-icon{width:56px;height:56px;margin:0 auto 22px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:var(--tp-accent-08);border:1px solid var(--tp-accent-20);color:var(--tp-accent)}.tp-gate-icon svg{width:26px;height:26px}.tp-gate-brand{display:flex;align-items:center;justify-content:center;margin-bottom:18px}.tp-gate-logo{font-family:MTS Wide,Inter,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.3px;text-transform:uppercase;color:var(--tp-text);line-height:1}.tp-gate-pro{font-family:MTS Wide,Inter,sans-serif;font-size:8.5px;font-weight:700;padding:3px 5px 1px;border-radius:4px;background:#2563eb;color:#fff;margin-left:6px;line-height:1}.tp-gate-title{font-family:MTS Wide,Inter,sans-serif;font-size:21px;font-weight:700;line-height:1.35;color:var(--tp-text);margin-bottom:12px}.tp-gate-text{font-size:14px;line-height:1.65;color:var(--tp-muted-2);margin-bottom:28px}.tp-gate-phone{display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 22px;border-radius:16px;background:var(--tp-accent-08);border:1px solid var(--tp-accent-20);color:var(--tp-accent);text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.tp-gate-phone:hover{background:var(--tp-accent-12);border-color:var(--tp-accent-40);transform:translateY(-1px)}.tp-gate-phone svg{width:22px;height:22px;flex-shrink:0}.tp-gate-phone-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;opacity:.75;margin-bottom:3px}.tp-gate-phone-number{display:block;font-size:19px;font-weight:700;letter-spacing:.3px;white-space:nowrap}.tp-gate-back{display:inline-block;margin-top:24px;font-size:13px;font-weight:600;color:var(--tp-muted);text-decoration:none;transition:color .15s ease}.tp-gate-back:hover{color:var(--tp-accent)}@media(max-width:480px){.tp-gate-card{padding:34px 22px 26px}.tp-gate-title{font-size:18px}.tp-gate-phone{flex-direction:column;gap:8px;text-align:center}.tp-gate-phone-number{font-size:21px}}.tp-app{display:flex;height:100vh;height:100dvh;overflow:hidden;background:var(--tp-bg);color:var(--tp-text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.tp-main-wrap{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}#tp-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:opacity .18s ease}.font-wide{font-family:MTS Wide,Inter,system-ui,sans-serif}#tp-sidebar{width:260px;min-width:260px;height:100%;flex-shrink:0;display:flex;flex-direction:column;background:var(--tp-sidebar-bg);border-right:1px solid var(--tp-sidebar-border);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--tp-border-2) transparent}#tp-sidebar::-webkit-scrollbar{width:6px}#tp-sidebar::-webkit-scrollbar-track{background:transparent}#tp-sidebar::-webkit-scrollbar-thumb{background:var(--tp-border-2);border-radius:999px}#tp-sidebar::-webkit-scrollbar-thumb:hover{background:var(--tp-muted)}.tp-nav-btn{width:100%;display:flex;align-items:center;gap:10px;padding:7px 12px;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;text-align:left;background:transparent;color:var(--tp-muted-2);text-decoration:none;margin-bottom:2px;box-sizing:border-box;transition:background .15s,color .15s,border-color .15s}.tp-nav-btn:hover{background:var(--tp-surface-3);color:var(--tp-text)}.tp-nav-btn.active{background:var(--tp-accent-08);color:var(--tp-accent);border-color:var(--tp-accent-20)}.tp-nav-btn .tp-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.75;transition:opacity .15s}.tp-nav-btn.active .tp-nav-icon{opacity:1}.tp-nav-btn .tp-nav-label{flex:1;min-width:0;font-family:MTS Wide,Inter,sans-serif;font-size:12px;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-nav-dot{width:5px;height:5px;border-radius:50%;background:var(--tp-accent);flex-shrink:0;opacity:0;transition:opacity .15s}.tp-nav-btn.active .tp-nav-dot{opacity:.85}.tp-theme-switch{border:none;background:transparent;padding:0;cursor:pointer;display:inline-flex;flex-shrink:0}.tp-theme-switch-track{position:relative;width:46px;height:26px;border-radius:999px;background:var(--tp-surface-3);border:1px solid var(--tp-border-2);transition:background .25s ease,border-color .25s ease}html.dark .tp-theme-switch-track{background:var(--tp-accent);border-color:var(--tp-accent)}.tp-theme-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .25s cubic-bezier(.4,0,.2,1)}html.dark .tp-theme-switch-thumb{transform:translate(20px)}.tp-theme-switch-icon{position:absolute;top:50%;width:12px;height:12px;transform:translateY(-50%);pointer-events:none;transition:opacity .2s ease}.tp-theme-switch-icon-sun{left:5px;color:#f59e0b;opacity:1}.tp-theme-switch-icon-moon{right:5px;color:#fff;opacity:.55}html.dark .tp-theme-switch-icon-sun{opacity:.45}html.dark .tp-theme-switch-icon-moon{opacity:1}.tp-ws-btn{flex:1;min-width:0;padding:6px 8px;border-radius:8px;border:none;background:transparent;color:var(--tp-muted-2);font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s ease,color .15s ease}.tp-ws-btn.active{background:var(--tp-surface);color:var(--tp-accent);box-shadow:0 1px 3px #0000000f}html.dark .tp-ws-btn.active{box-shadow:none}#tp-mobile-bar{display:none}@media(max-width:900px){#tp-sidebar{position:fixed;top:0;left:0;width:260px;height:100%;z-index:40;box-shadow:6px 0 24px #0000002e;transform:translate(-260px);transition:transform .26s cubic-bezier(.25,.46,.45,.94);will-change:transform}#tp-sidebar.sidebar-open{transform:translate(0)}.tp-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:tpFadeIn .18s ease-out}#tp-mobile-bar{display:flex;align-items:center;gap:12px;padding:10px 16px;padding-top:max(10px,env(safe-area-inset-top,10px));min-height:56px;background:var(--tp-sidebar-bg);border-bottom:1px solid var(--tp-border);position:sticky;top:0;z-index:20;flex-shrink:0}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 28px;border-radius:50px;cursor:pointer;border:none;background:linear-gradient(135deg,var(--tp-accent),var(--tp-accent-dark));color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700;transition:letter-spacing .4s ease,box-shadow .3s ease,transform .1s ease,opacity .2s ease,filter .2s ease;white-space:nowrap;flex-shrink:0;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;box-shadow:0 4px 14px #4f46e547}.btn-primary:hover:not(:disabled){letter-spacing:2px;box-shadow:0 6px 20px #4f46e56b;filter:brightness(1.07)}.btn-primary:active:not(:disabled){box-shadow:none;transform:translateY(2px);filter:brightness(.95);transition-duration:80ms}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-secondary{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;border:1px solid var(--tp-border);background:var(--tp-surface);padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:var(--tp-text);transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{border-color:var(--tp-accent-40);color:var(--tp-accent)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border:none;background:transparent;color:var(--tp-muted);cursor:pointer;transition:background .15s,color .15s}.btn-ghost:hover{background:var(--tp-surface-3);color:var(--tp-accent)}.btn-delete{width:44px;height:44px;border-radius:50%;background-color:#141414;border:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001f;cursor:pointer;transition-duration:.3s;overflow:hidden;position:relative;flex-shrink:0}.btn-delete .btn-delete-icon{width:14px;height:14px;fill:#fff;transition-duration:.3s;flex-shrink:0}.btn-delete:hover{width:120px;border-radius:50px;background-color:var(--tp-danger);transition-duration:.3s}.btn-delete:hover .btn-delete-icon{width:44px;height:44px;transform:translateY(60%);transition-duration:.3s}.btn-delete:before{position:absolute;top:-20px;content:"Удалить";color:#fff;font-size:0px;font-weight:700;font-family:Inter,sans-serif;letter-spacing:.5px;transition-duration:.3s;white-space:nowrap}.btn-delete:hover:before{font-size:12px;opacity:1;transform:translateY(30px);transition-duration:.3s}.btn-edit{width:36px;height:36px;border-radius:50%;background-color:var(--tp-surface-2);border:1px solid var(--tp-border);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;color:var(--tp-text-2)}.btn-edit:hover{background-color:var(--tp-accent);border-color:var(--tp-accent);color:#fff;box-shadow:0 4px 12px var(--tp-accent-40)}.card{border-radius:1rem;border:1px solid var(--tp-border);background:var(--tp-surface);box-shadow:var(--tp-card-shadow)}.stat-card{border-radius:1rem;border:1px solid var(--tp-border);background:var(--tp-surface);padding:1.25rem;box-shadow:var(--tp-card-shadow);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card p:last-child{white-space:nowrap;font-size:clamp(19px,2.1vw,26px)!important}.data-table{width:100%;font-size:.875rem}.data-table thead tr{background:var(--tp-surface-2);border-bottom:1px solid var(--tp-border)}.data-table th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--tp-muted);white-space:nowrap}.data-table td{padding:.875rem 1rem;color:var(--tp-text);white-space:nowrap}.data-table tbody tr{border-bottom:1px solid var(--tp-border);transition:background .15s}.data-table tbody tr:hover{background:var(--tp-surface-2)}.data-table tbody tr:last-child{border-bottom:0}.input{width:100%;border-radius:.75rem;border:1px solid var(--tp-border);background:var(--tp-surface);padding:.625rem 1rem;font-size:.875rem;color:var(--tp-text);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.input::placeholder{color:var(--tp-muted)}.input:focus{border-color:var(--tp-accent);box-shadow:0 0 0 3px var(--tp-accent-20)}.num-input-wrap{display:flex;align-items:center;overflow:hidden;border-radius:.75rem;border:1px solid var(--tp-border);background:var(--tp-surface);transition:all .2s cubic-bezier(.4,0,.2,1)}.num-input-wrap:focus-within{border-color:var(--tp-accent);box-shadow:0 0 0 3px var(--tp-accent-20)}.num-input-btn{display:flex;height:2.25rem;width:2.25rem;flex-shrink:0;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;border:none;background:transparent;color:var(--tp-text-2);transition:color .15s,background .15s}.num-input-btn:hover{background:var(--tp-surface-3);color:var(--tp-accent)}.num-input-field{min-width:0;flex:1 1 0%;background:transparent;border:none;padding:.5rem 0;text-align:center;font-size:.875rem;color:var(--tp-text);outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-select{position:relative;width:100%}.cs-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:12px;padding:10px 16px;font-size:14px;color:var(--tp-text);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s,box-shadow .2s;gap:8px}.cs-trigger:hover{border-color:var(--tp-accent-40)}.cs-trigger.cs-open{border-color:var(--tp-accent);box-shadow:0 0 0 3px var(--tp-accent-20)}.cs-placeholder{color:var(--tp-muted)}.cs-arrow{width:16px;height:16px;color:var(--tp-muted);transition:transform .2s ease;flex-shrink:0}.cs-arrow.cs-open{transform:rotate(180deg)}.cs-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:12px;box-shadow:0 8px 24px #001e501f;overflow-y:auto;z-index:30;padding:4px;animation:tpDropOpen .14s ease-out;max-height:260px}.cs-option{padding:9px 14px;font-size:14px;color:var(--tp-text);cursor:pointer;border-radius:8px;transition:background-color .1s}.cs-option:hover{background:var(--tp-surface-3)}.cs-option.cs-selected{background:var(--tp-accent-08);color:var(--tp-accent);font-weight:600}.date-input-btn{display:flex;align-items:center;gap:10px;width:100%;background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:12px;padding:10px 16px;font-size:14px;color:var(--tp-text);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s,box-shadow .2s}.date-input-btn:hover{border-color:var(--tp-accent-40)}.date-input-btn.active{border-color:var(--tp-accent);box-shadow:0 0 0 3px var(--tp-accent-20)}.date-input-placeholder{color:var(--tp-muted)}.dp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:16px;background:#00142859;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:tpFadeIn .14s ease-out}.dp-box{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:20px;box-shadow:0 20px 60px #001e3c2e;overflow:hidden;width:320px;animation:tpSlideUp .2s cubic-bezier(.34,1.56,.64,1)}.dp-day{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--tp-text);cursor:pointer;transition:all .15s;margin:0 auto}.dp-day:hover:not(.dp-other):not(.dp-selected){background:var(--tp-surface-3)}.dp-day.dp-today{color:var(--tp-accent);font-weight:700}.dp-day.dp-selected{background:var(--tp-accent);color:#fff;font-weight:700;box-shadow:0 4px 12px var(--tp-accent-40)}.dp-day.dp-other{opacity:.25;pointer-events:none}.calendar-day{position:relative;display:flex;aspect-ratio:1 / 1;cursor:pointer;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:.75rem;border:1px solid transparent;padding:.5rem;font-size:.75rem;min-height:52px;touch-action:manipulation;-webkit-tap-highlight-color:var(--tp-accent-12);transition:all .2s cubic-bezier(.4,0,.2,1)}.calendar-day:hover,.calendar-day.today{border-color:var(--tp-accent-40);background:var(--tp-accent-08)}.calendar-day.has-shift{border-color:var(--tp-border);background:var(--tp-accent-08)}.calendar-day.other-month{pointer-events:none;opacity:.2}.calendar-day.selected{border-color:var(--tp-accent);background:var(--tp-accent-12)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00142859;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:tpFadeIn .18s ease-out}.modal-box{position:relative;max-height:90vh;width:100%;overflow-y:auto;border-radius:1rem;background:var(--tp-surface);border:1px solid var(--tp-border);animation:tpSlideUp .22s cubic-bezier(.34,1.56,.64,1);box-shadow:0 24px 64px #001e3c29}.modal-box.max-w-md{max-width:28rem}.modal-box.max-w-lg{max-width:32rem}.modal-box.max-w-xl{max-width:36rem}.modal-box.max-w-2xl{max-width:42rem}.badge-green,.badge-red,.badge-blue,.badge-purple,.badge-gray{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;font-weight:600;border:1px solid}.badge-green{border-color:#10b98159;background:#10b9811a;color:#059669}.badge-red{border-color:#ef444459;background:#ef44441a;color:#dc2626}.badge-blue{border-color:var(--tp-accent-40);background:var(--tp-accent-08);color:var(--tp-accent)}.badge-purple{border-color:#8b5cf659;background:#8b5cf61a;color:#7c3aed}.badge-gray{border-color:var(--tp-border);background:var(--tp-surface-2);color:var(--tp-muted-2)}html.dark .badge-green{color:#34d399}html.dark .badge-red{color:#f87171}html.dark .badge-purple{color:#a78bfa}.spinner,.spinner-sm{border-radius:50%;border:2px solid var(--tp-accent-20);border-top-color:var(--tp-accent);animation:tpSpin .7s linear infinite}.spinner{width:18px;height:18px}.spinner-sm{width:14px;height:14px}.skeleton{background:linear-gradient(90deg,var(--tp-surface-2) 25%,var(--tp-surface-3),var(--tp-surface-2) 75%);background-size:200% 100%;animation:tpShimmer 1.4s infinite;border-radius:16px}.reveal{opacity:0;transition:opacity .32s ease}.reveal.revealed{opacity:1}.reveal-delay-1{transition-delay:.06s}.reveal-delay-2{transition-delay:.12s}.reveal-delay-3{transition-delay:.18s}.reveal-delay-4{transition-delay:.24s}.fade-in{animation:tpFadeIn .2s ease-out}.slide-up{animation:tpSlideUp .25s cubic-bezier(.34,1.56,.64,1)}@keyframes tpFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tpSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes tpSpin{to{transform:rotate(360deg)}}@keyframes tpShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes tpDropOpen{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}#tp-toasts{position:fixed;top:16px;right:16px;z-index:100;display:flex;flex-direction:column;gap:8px;pointer-events:none}.tp-toast{display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:14px;font-size:13px;font-weight:600;background:var(--tp-surface);color:var(--tp-text);border:1px solid var(--tp-border);box-shadow:0 8px 28px #001e3c29;animation:tpSlideUp .22s cubic-bezier(.34,1.56,.64,1);pointer-events:auto;max-width:340px}.tp-toast.tp-toast-error{border-color:var(--tp-danger-border);color:var(--tp-danger)}.tp-toast.tp-toast-success .tp-toast-dot{background:var(--tp-success)}.tp-toast.tp-toast-error .tp-toast-dot{background:var(--tp-danger)}.tp-toast-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}@media(max-width:640px){#tp-content>div{padding:16px!important}.modal-backdrop{align-items:flex-end;padding:0}.modal-box{border-radius:20px 20px 0 0!important;max-height:92vh;width:100%!important;max-width:100%!important}.modal-header{padding:14px 16px 12px!important}.modal-content{padding:16px!important}.modal-footer{flex-direction:column!important;align-items:stretch!important;padding:12px 16px 20px!important;gap:8px!important}.modal-footer>*{width:100%!important;justify-content:center!important}.page-header{flex-wrap:wrap!important}.page-header>.btn-primary{width:100%!important;justify-content:center!important}.data-table{min-width:520px}.card:has(.data-table){overflow-x:auto!important;-webkit-overflow-scrolling:touch}.pvz-actions{opacity:1!important}.stat-card{padding:14px!important}.num-input-btn{min-width:44px!important;min-height:44px!important}.cs-trigger,.date-input-btn{min-height:44px}.calendar-day{padding:3px!important;min-height:0!important;overflow:hidden!important}.cal-grid{grid-auto-rows:52px!important;gap:2px!important;padding:4px 8px 14px!important}.cal-weekdays{padding-left:8px!important;padding-right:8px!important}.dp-box{width:calc(100vw - 32px)!important}.shift-emp-row{flex-wrap:wrap}.shift-amounts-grid{grid-template-columns:1fr!important}.mobile-stack{flex-direction:column!important;align-items:stretch!important}h1.font-wide{font-size:18px!important}}@media(hover:none){.pvz-actions{opacity:1!important}.btn-delete:hover{width:44px!important;border-radius:50%!important;background-color:var(--tp-danger)!important}.btn-delete:hover .btn-delete-icon{width:14px!important;height:14px!important;transform:none!important}.btn-delete:hover:before{font-size:0!important}.btn-primary:hover:not(:disabled){letter-spacing:1px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
