[data-theme=dark]{--bg:#0a0e1a;--surface:#111827;--surface2:#1a2235;--surface3:#243049;--border:#2a3a55;--text:#e2e8f0;--text2:#94a3b8;--text3:#64748b;--shadow:#00000080;--overlay:#000000bf;--input-bg:#1a2235;--hover:#ffffff0a;--notif-bg:#1a2235}[data-theme=light]{--bg:#f0f4f8;--surface:#fff;--surface2:#f8fafc;--surface3:#e8f0fe;--border:#d1dce8;--text:#1e293b;--text2:#475569;--text3:#94a3b8;--shadow:#0000001f;--overlay:#00000073;--input-bg:#f8fafc;--hover:#00000008;--notif-bg:#fff}:root{--accent:#00d4ff;--accent2:#7c3aed;--accent3:#10b981;--danger:#ef4444;--warning:#f59e0b;--gold:#fbbf24;--modal-close-size:34px;--modal-close-radius:9px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:IBM Plex Sans Thai,sans-serif;transition:background .25s,color .25s;overflow-x:hidden}#login-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}[data-theme=dark] #login-screen{background:radial-gradient(at 20%,#0d1f3c 0%,#0a0e1a 60%),radial-gradient(at 80% 20%,#1a0a2e 0%,#0000 50%)}#login-screen:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.2;background-size:60px 60px;position:absolute;inset:0}.login-card{background:var(--surface);border:1px solid var(--border);z-index:1;width:100%;max-width:460px;box-shadow:0 0 60px #00d4ff14, 0 20px 60px var(--shadow);border-radius:20px;padding:40px 44px;position:relative}@media (width<=520px){.login-card{border-radius:16px;padding:28px 20px}#login-screen{align-items:flex-start;padding:40px 16px 16px}.login-logo .hotel-name{font-size:13px}#login-screen .form-group input{font-size:16px!important}}.login-logo{text-align:center;flex-direction:column;align-items:center;margin-bottom:36px;display:flex}.login-logo .diamond{filter:drop-shadow(0 0 20px var(--gold));margin-bottom:12px;font-size:40px}.login-logo .hotel-name{color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;text-align:center;width:100%;font-size:16px;font-weight:700}.login-logo .system-name{color:var(--text2);letter-spacing:4px;text-transform:uppercase;margin-top:4px;font-size:11px}.form-group{margin-bottom:18px}.form-group label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text2);margin-bottom:7px;font-size:11px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--input-bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:10px;outline:none;padding:11px 14px;font-family:IBM Plex Sans Thai,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #00d4ff1f}.form-group select option{background:var(--surface)}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:9px;align-items:center;gap:7px;padding:10px 20px;font-family:IBM Plex Sans Thai,sans-serif;font-size:13px;font-weight:600;transition:all .18s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent), #09c);color:#000}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00d4ff4d}.btn-login{justify-content:center;width:100%;padding:13px;font-size:15px}.btn-sm{border-radius:7px;padding:6px 13px;font-size:12px}.btn-xs{border-radius:6px;padding:4px 9px;font-size:11px}.btn-success{background:var(--accent3);color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface3)}.btn-purple{background:var(--accent2);color:#fff}.btn-purple:hover{background:#6d28d9}.btn-gold{background:var(--gold);color:#000}.btn-icon{background:var(--surface2);border:1px solid var(--border);color:var(--text2);border-radius:8px;padding:7px;font-size:16px}.btn-icon:hover{background:var(--surface3);color:var(--text)}.error-msg{color:var(--danger);text-align:center;margin-top:10px;font-size:13px}#app{flex-direction:row;height:100vh;display:none;overflow:hidden}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:255px;min-width:255px;height:100vh;transition:background .25s;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--border);text-align:center;padding:20px}.sidebar-hotel{color:var(--gold);letter-spacing:.5px;font-size:12px;font-weight:700}.sidebar-sub{color:var(--text3);letter-spacing:3px;text-transform:uppercase;margin-top:2px;font-size:9px}.user-info{background:var(--surface2);border-bottom:1px solid var(--border);padding:14px 16px}.user-avatar{background:linear-gradient(135deg, var(--accent2), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:7px;font-size:13px;font-weight:700;display:flex}.user-name{font-size:13px;font-weight:600}.user-dept{color:var(--text2);margin-top:1px;font-size:11px}.user-role-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:20px;margin-top:4px;padding:2px 8px;font-size:9px;font-weight:600;display:inline-block}.role-admin{color:var(--gold);background:#fbbf2426}.role-md{color:#ef4444;background:#ef444426}.role-gm{color:#ec4899;background:#ec489926}.role-manager{color:var(--accent2);background:#7c3aed26}.role-supervisor{color:#818cf8;background:#6366f126}.role-asst{color:#34d399;background:#10b98126}.role-staff{color:var(--accent);background:#00d4ff1a}.sidebar-nav{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:8px 0;overflow:hidden auto}.nav-section{color:var(--text3);letter-spacing:2px;text-transform:uppercase;margin-top:4px;padding:8px 14px 3px;font-size:9px}.nav-item{cursor:pointer;color:var(--text2);-webkit-user-select:none;user-select:none;border-left:3px solid #0000;align-items:center;gap:9px;padding:9px 16px;font-size:13px;transition:all .14s;display:flex;position:relative}.nav-item:hover{background:var(--hover);color:var(--text)}.nav-item.active{border-left-color:var(--accent);color:var(--accent);background:#00d4ff12}.nav-badge{background:var(--danger);color:#fff;text-align:center;border-radius:10px;min-width:17px;padding:1px 6px;font-size:9px;font-weight:700;position:absolute;right:10px}.nav-icon{text-align:center;width:19px;font-size:15px}.sidebar-footer{border-top:1px solid var(--border);padding:14px 16px}.main-content{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.topbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;display:flex;overflow:visible}.topbar-title{font-size:18px;font-weight:700}.topbar-actions{align-items:center;gap:8px;display:flex}.page-content{flex:1;padding:22px 24px;position:relative;overflow-y:auto}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{background:linear-gradient(90deg, var(--surface2) 25%, var(--surface3) 50%, var(--surface2) 75%);background-size:600px 100%;border-radius:8px;animation:1.4s linear infinite shimmer}.sk-line{height:13px;margin:7px 0}.sk-title{width:45%;height:20px;margin-bottom:14px}.sk-card{border-radius:13px;height:82px;margin-bottom:12px}.sk-stat{border-radius:13px;height:90px}.sk-row{border-radius:7px;height:46px;margin-bottom:7px}@keyframes valuePop{0%{color:inherit}40%{color:var(--accent)}to{color:inherit}}.badge{transition:background .2s,color .2s}html,html *{transition:background-color 1s,border-color 1s,color 1s,box-shadow 1s!important}html .spa-cell-booked,html canvas,html img,html video,html [style*=transition],html .skeleton{transition:none!important}.theme-toggle{background:var(--surface3);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-shrink:0;align-items:center;width:44px;height:24px;padding:2px;transition:background .2s;display:flex;position:relative}.theme-toggle-thumb{background:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;transition:transform .2s;display:flex}[data-theme=light] .theme-toggle-thumb{transform:translate(20px)}.notif-btn{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;transition:all .15s;display:flex;position:relative}.notif-btn:hover{background:var(--surface3)}.notif-dot{background:var(--danger);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;display:none;position:absolute;top:6px;right:6px}.notif-dot.visible{display:block}.notif-panel{background:var(--surface);border:1px solid var(--border);width:370px;max-width:calc(100vw - 24px);max-height:520px;box-shadow:0 20px 60px var(--shadow);z-index:999;border-radius:14px;flex-direction:column;animation:.2s slideDown;display:none;position:fixed;top:60px;right:16px;overflow:hidden}.notif-panel.open{display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.notif-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 18px;font-size:13px;font-weight:700;display:flex}.notif-close-btn{box-sizing:border-box;flex:0 0 var(--modal-close-size);background:var(--surface2);border:1px solid var(--border);color:var(--text2);cursor:pointer;justify-content:center;align-items:center;width:var(--modal-close-size)!important;height:var(--modal-close-size)!important;min-width:var(--modal-close-size)!important;min-height:var(--modal-close-size)!important;max-width:var(--modal-close-size)!important;max-height:var(--modal-close-size)!important;border-radius:var(--modal-close-radius)!important;padding:0!important;font-family:Arial,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.notif-close-btn:hover{background:var(--danger);color:#fff}.notif-list{flex:1;overflow-y:auto}.notif-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:10px;padding:12px 18px;transition:background .14s;display:flex}.notif-item:hover{background:var(--hover)}.notif-item.unread{border-left:3px solid var(--accent);background:#00d4ff0a}.notif-item-icon{flex-shrink:0;margin-top:2px;font-size:20px}.notif-item-body{flex:1;min-width:0}.notif-item-title{font-size:13px;font-weight:600}.notif-item-sub{color:var(--text2);margin-top:2px;font-size:11px}.notif-item-time{color:var(--text3);margin-top:3px;font-size:10px}.notif-empty{text-align:center;color:var(--text3);padding:40px 20px;font-size:13px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:18px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.stat-card:hover{box-shadow:0 8px 25px var(--shadow);transform:translateY(-2px)}.stat-card:before{content:"";opacity:.12;border-radius:0 13px 0 70px;width:70px;height:70px;position:absolute;top:0;right:0}.stat-card.blue:before{background:var(--accent)}.stat-card.purple:before{background:var(--accent2)}.stat-card.green:before{background:var(--accent3)}.stat-card.gold:before{background:var(--gold)}.stat-card.red:before{background:var(--danger)}.stat-value{font-family:IBM Plex Mono,monospace;font-size:32px;font-weight:700}.stat-card.blue .stat-value{color:var(--accent)}.stat-card.purple .stat-value{color:var(--accent2)}.stat-card.green .stat-value{color:var(--accent3)}.stat-card.gold .stat-value{color:var(--gold)}.stat-card.red .stat-value{color:var(--danger)}.stat-label{color:var(--text2);margin-top:3px;font-size:11px}.stat-icon{opacity:.35;font-size:26px;position:absolute;top:18px;right:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:13px;overflow:hidden}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 18px;font-size:14px;font-weight:600;display:flex}.card-body{padding:14px 18px}.grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dept-grid{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:10px;margin-bottom:22px;display:grid}.dept-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:center;border-radius:11px;padding:14px;transition:all .18s;position:relative}.dept-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 20px #00d4ff1a}.dept-card.selected{border-color:var(--accent);background:#00d4ff0d}.dept-icon{margin-bottom:8px;font-size:28px}.dept-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.dept-name-en{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.3;display:none;overflow:hidden}.dept-stats{flex-wrap:wrap;justify-content:center;gap:3px 8px;margin-top:6px;display:flex}.dept-stat{color:var(--text2);white-space:nowrap;font-size:11px}.dept-stat span{color:var(--text);font-weight:700}.dept-badge-open{background:var(--danger);color:#fff;border-radius:10px;padding:2px 6px;font-size:9px;font-weight:700;position:absolute;top:7px;right:7px}.tickets-table{border-collapse:collapse;width:100%}.tickets-table th{text-align:left;letter-spacing:1px;text-transform:uppercase;color:var(--text3);border-bottom:1px solid var(--border);background:var(--surface2);padding:9px 13px;font-size:10px;font-weight:600}.tickets-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:11px 13px;font-size:13px}.tickets-table tr:hover td{background:var(--hover)}.tickets-table tr{cursor:pointer}.ticket-cards{flex-direction:column;gap:8px;padding:8px;display:none}.ticket-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;transition:background .15s;display:flex;overflow:hidden}.ticket-card:active{background:var(--hover)}.tc-bar{flex-shrink:0;width:5px}.tc-bar-low{background:#10b981}.tc-bar-medium{background:#f59e0b}.tc-bar-high{background:#ef4444}.tc-bar-urgent{background:#ff3b3b}.tc-body{flex:1;min-width:0;padding:10px 13px}.tc-row1{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.tc-num{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:600}.tc-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:14px;font-weight:600;overflow:hidden}.tc-meta{color:var(--text2);flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:6px;font-size:11px;display:flex}.tc-arrow{color:var(--text3);font-size:12px}.tc-foot{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tc-chip{color:var(--text3);background:var(--surface2);border-radius:10px;padding:2px 7px;font-size:10px}.tc-date{color:var(--text3);margin-left:auto;font-size:10px}.stock-cards{flex-direction:column;gap:8px;padding:8px;display:none}.stock-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;transition:background .15s;display:flex;overflow:hidden}.stock-card:active{background:var(--hover)}.sc-bar{flex-shrink:0;width:5px}.sc-bar-ok{background:#10b981}.sc-bar-low{background:#f59e0b}.sc-bar-out{background:#ef4444}.sc-body{flex:1;min-width:0;padding:11px 13px}.sc-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.sc-name{color:var(--text1);font-size:14px;font-weight:600}.sc-cat{color:var(--text3);margin-top:2px;font-size:10px}.sc-meta{color:var(--text2);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;display:flex}.sc-foot{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sc-qty{font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:700;line-height:1}.sc-unit{color:var(--text3);align-self:flex-end;margin-top:4px;font-size:11px}.sc-st-badge{border-radius:99px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.sc-withdraw{color:#ca8a04;cursor:pointer;white-space:nowrap;background:#ca8a041f;border:1px solid #ca8a0459;border-radius:9px;margin-left:auto;padding:7px 14px;font-family:IBM Plex Sans Thai,sans-serif;font-size:13px;font-weight:600}.badge{border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-block}.badge-open{color:#ef4444;background:#ef444421}.badge-in_progress{color:var(--accent);background:#00d4ff21}.badge-pending{color:var(--warning);background:#f59e0b21}.badge-resolved{color:var(--accent3);background:#10b98121}.badge-closed{color:var(--text3);background:#64748b21}.badge-low{color:var(--accent3);background:#10b9811a}.badge-medium{color:var(--warning);background:#f59e0b1a}.badge-high{color:var(--danger);background:#ef44441a}.badge-urgent{color:#ff6b6b;background:#ef444438}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes ring{0%,to{transform:rotate(0)}20%{transform:rotate(-15deg)}40%{transform:rotate(15deg)}60%{transform:rotate(-8deg)}80%{transform:rotate(8deg)}}.ring-anim{animation:.6s ring}.modal-overlay{background:var(--overlay);z-index:1000;will-change:opacity;justify-content:center;align-items:center;padding:16px 16px 16px 271px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);width:100%;max-width:620px;max-height:90vh;box-shadow:0 25px 80px var(--shadow), 0 0 0 1px #ffffff0f;will-change:transform;border:none;border-radius:16px;overflow-y:auto;transform:translateZ(0)}.modal-lg{max-width:820px}.modal-xl{max-width:960px}.modal-header{background:var(--surface);z-index:1;border-bottom:none;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:18px 22px;font-size:15px;font-weight:700;display:flex;position:sticky;top:0}.modal-close,.modal-header .btn-icon[onclick*=close]{background:var(--surface2);border:1px solid var(--border);border-radius:var(--modal-close-radius);color:var(--text2);cursor:pointer;box-sizing:border-box;flex:0 0 var(--modal-close-size);box-shadow:none;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:all .14s;display:inline-flex;width:var(--modal-close-size)!important;height:var(--modal-close-size)!important;min-width:var(--modal-close-size)!important;min-height:var(--modal-close-size)!important;max-width:var(--modal-close-size)!important;max-height:var(--modal-close-size)!important;padding:0!important}.modal-close:hover,.modal-header .btn-icon[onclick*=close]:hover{background:var(--danger);color:#fff}.photo-remove-btn{border:2px solid var(--surface);background:var(--danger);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;min-height:26px;padding:0;font-size:16px;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-7px;box-shadow:0 4px 10px #0000003d}.photo-remove-btn:hover{filter:brightness(1.06)}.photo-remove-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal-body{padding:22px}.modal-footer{border-top:none;justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.modal-overlay.ticket-detail-drawer{-webkit-backdrop-filter:blur(2px);background:#00000038;justify-content:flex-end;align-items:stretch;padding:0}.modal.ticket-detail-drawer{border-left:1px solid var(--border);border-radius:0;width:min(680px,55vw);min-width:420px;max-width:none;height:100vh;max-height:100vh;animation:.24s cubic-bezier(.2,0,.2,1) drawerSlideIn;box-shadow:-16px 0 60px #00000073}@keyframes drawerSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.modal.ticket-detail-drawer .modal-header{border-bottom:1px solid var(--border);border-radius:0}.ticket-detail-modal-header{gap:12px}.ticket-detail-modal-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ticket-detail-modal-actions{flex:0 auto;align-items:center;gap:6px;min-width:0;display:flex}.ticket-detail-action-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.stock-progress{background:var(--surface3);border-radius:3px;flex:1;height:5px;overflow:hidden}.stock-bar{border-radius:3px;height:100%;transition:width .3s}.stock-bar-ok{background:var(--accent3)}.stock-bar-low{background:var(--warning)}.stock-bar-out_of_stock{background:var(--danger)}.ticket-detail-header{background:var(--surface2);border-radius:11px;margin-bottom:18px;padding:18px}.ticket-num{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:11px}.ticket-title{margin:7px 0;font-size:18px;font-weight:700}.ticket-meta{color:var(--text2);flex-wrap:wrap;gap:14px;font-size:12px;display:flex}.dept-arrow{background:var(--surface3);border-radius:9px;align-items:center;gap:8px;margin:10px 0;padding:10px 14px;font-size:13px;display:flex}.dept-tag{background:var(--surface);border:1px solid var(--border);border-radius:20px;align-items:center;gap:5px;padding:4px 11px;font-size:12px;font-weight:600;display:inline-flex}.comment{border-bottom:1px solid var(--border);gap:10px;padding:11px 0;display:flex}.comment-avatar{background:linear-gradient(135deg, var(--accent2), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.comment-meta{color:var(--text3);margin-bottom:3px;font-size:10px}.comment-text{font-size:13px}.toast-container{z-index:9999;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:22px;right:22px}.toast{background:var(--notif-bg);border:1px solid var(--border);box-shadow:0 8px 28px var(--shadow);border-radius:11px;align-items:center;gap:10px;max-width:340px;padding:13px 16px;font-size:13px;animation:.28s slideInRight;display:flex}.toast.success{border-color:var(--accent3)}.toast.error{border-color:var(--danger)}.toast.info{border-color:var(--accent)}@keyframes slideInRight{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}.filters{background:var(--surface);border:1px solid var(--border);border-radius:11px;flex-wrap:wrap;gap:10px;margin-bottom:18px;padding:14px 18px;display:flex}.filter-item{flex-direction:column;gap:4px;display:flex}.filter-item label{color:var(--text3);text-transform:uppercase;letter-spacing:1px;font-size:9px}.filter-item select,.filter-item input{background:var(--input-bg);border:1px solid var(--border);color:var(--text);border-radius:7px;outline:none;padding:6px 11px;font-family:IBM Plex Sans Thai,sans-serif;font-size:12px}.realtime-dot{background:var(--accent3);border-radius:50%;width:7px;height:7px;animation:2s infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.empty-state{text-align:center;color:var(--text3);padding:50px 20px}.empty-state .empty-icon{margin-bottom:14px;font-size:44px}.empty-state p{font-size:14px}.tabs{background:var(--surface2);border-radius:9px;gap:3px;margin-bottom:18px;padding:3px;display:flex}.tab{text-align:center;cursor:pointer;color:var(--text2);border-radius:7px;flex:1;padding:7px 14px;font-size:13px;transition:all .14s}.tab.active{background:var(--surface);color:var(--text);font-weight:600}.um-accordion{border:1px solid var(--border);border-radius:12px;overflow:hidden}.um-accordion+.um-accordion{margin-top:8px}.um-acc-hd{background:var(--surface2);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.um-acc-hd:hover{background:var(--hover)}.um-acc-arrow{color:var(--text3);flex-shrink:0;font-size:11px;transition:transform .22s}.um-acc-hd.open .um-acc-arrow{transform:rotate(180deg)}.um-acc-bd{border-top:1px solid var(--border);padding:16px;display:none}.um-acc-bd.open{display:block}.um-acc-badge{color:var(--text3);background:var(--surface);border:1px solid var(--border);border-radius:20px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:400}.perm-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.perm-check{border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--surface2);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;transition:all .14s;display:flex}.perm-check:hover{border-color:var(--accent);background:#00d4ff0d}.perm-check.checked{border-color:var(--accent3);background:#10b98114}.perm-check input[type=checkbox]{display:none}.perm-checkmark{border:2px solid var(--border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;transition:all .14s;display:flex}.perm-check.checked .perm-checkmark{background:var(--accent3);border-color:var(--accent3);color:#fff}.cal-dept-label.active{border-color:var(--accent3)!important;background:#10b9811a!important}.cal-dept-label.active span:nth-child(3){color:var(--text)!important;font-weight:600!important}.cal-dept-label.active .cal-dept-check-mark{background:var(--accent3)!important;border-color:var(--accent3)!important;color:#fff!important}.cal-dept-label:hover:not(.active){border-color:var(--accent)!important;background:#00d4ff0d!important}.own-dept-check{border-color:var(--accent2);background:#7c3aed0f}.own-dept-check .perm-checkmark{background:var(--accent2);border-color:var(--accent2);color:#fff}.hamburger-btn{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .15s;display:none}.hamburger-btn:hover{background:var(--surface3)}.sidebar-overlay{z-index:199;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}.mobile-bottom-nav{background:var(--surface);border-top:1px solid var(--border);z-index:150;height:58px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 16px #0000002e}.mbn-item{cursor:pointer;color:var(--text3);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 2px 4px;font-size:10px;transition:color .14s;display:flex;position:relative}.mbn-item:active{background:var(--hover)}.mbn-item.active{color:var(--accent)}.mbn-icon{font-size:21px;line-height:1.2}.mbn-badge{background:var(--danger);color:#fff;text-align:center;border-radius:10px;min-width:16px;padding:1px 5px;font-size:9px;font-weight:700;display:none;position:absolute;top:4px;right:calc(50% - 22px)}.mbn-badge.show{display:block}@media (width<=768px){.hamburger-btn{display:flex}.sidebar{z-index:200;height:100vh;box-shadow:none;transition:left .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-270px}.sidebar.open{left:0;box-shadow:4px 0 30px #0006}.stats-grid{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{grid-template-columns:1fr}.perm-grid{grid-template-columns:repeat(2,1fr)}.modal{margin:8px;max-width:100%!important}.filters{flex-wrap:wrap;gap:7px}.page-content{padding:12px 10px;overflow-x:hidden}#cal-outer{grid-template-columns:1fr!important}#cal-sidebar{flex-wrap:wrap;flex-direction:row!important}#cal-sidebar>button,#cal-sidebar>.card{flex:100%}.cal-day-cell{min-height:44px!important}.cal-ev-pill{display:none}.card{overflow:visible}.tickets-table-desktop{display:none!important}.ticket-cards{display:flex!important}#tickets-table-wrap{overflow-x:visible;padding:0!important}#dept-tab-content{overflow-x:visible!important}.stock-table-desktop{display:none!important}.stock-cards{display:flex!important}#stock-table-wrap{overflow-x:visible;padding:0!important}.topbar{gap:8px;padding:10px 12px}.topbar-title{font-size:15px}.topbar-actions{flex-shrink:0;gap:5px}.topbar-actions .btn-icon,.topbar-actions .notif-btn{font-size:16px}.mobile-bottom-nav{display:flex}.page-content{padding-bottom:70px!important}}.stock-adj-panel{background:var(--surface2);border:1px solid var(--border);border-radius:8px;align-items:center;gap:6px;margin-top:4px;padding:4px 7px;display:flex}.stock-adj-input{background:var(--input-bg);border:1px solid var(--border);width:54px;color:var(--text);text-align:center;border-radius:6px;outline:none;padding:4px 7px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:700}.stock-adj-input:focus{border-color:var(--accent)}.sched-shift{cursor:pointer;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;width:32px;height:26px;font-size:10px;font-weight:700;transition:transform .1s;display:inline-flex}.sched-shift:hover{transform:scale(1.12)}.sched-cell{text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;padding:3px 2px}.sched-cell:hover{background:#00d4ff14}.sched-cell-dragging{outline-offset:-1px;outline:2px solid #00d4ff;background:#00d4ff38!important;transition:none!important}.sched-drag-hint{color:var(--text3);text-align:center;letter-spacing:.3px;padding:4px 0;font-size:10px}.sched-emp-cell{white-space:nowrap;background:var(--surface);padding:8px 10px}.sched-table{border-collapse:collapse;font-size:11px}.sched-table th,.sched-table td{border:1px solid var(--border)}.sched-table th{background:var(--surface2);color:var(--text3);text-align:center;white-space:nowrap;padding:5px 3px;font-size:10px;font-weight:600}.sched-table th.sat{color:#60a5fa}.sched-table th.sun{color:#f87171}.sched-table td.sat{background:#60a5fa0a}.sched-table td.sun{background:#f871710a}.sched-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:10px;padding:14px 16px;transition:border-color .15s}.sched-card:hover{border-color:var(--accent)}.sched-status-bar{flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.sched-step{border-radius:99px;padding:3px 10px;font-size:11px;font-weight:600}.sched-step-done{color:#10b981;background:#10b9811f}.sched-step-active{color:#f59e0b;background:#f59e0b1f;border:1px dashed #f59e0b}.sched-step-wait{background:var(--surface2);color:var(--text3)}#sched-picker{z-index:500;background:#0009;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}#sched-picker.open{display:flex}.sched-picker-box{background:var(--surface);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:520px;max-height:82vh;animation:.22s cubic-bezier(.32,1,.44,1) spSlideUp;display:flex;overflow:hidden;box-shadow:0 -8px 40px #00000073}@keyframes spSlideUp{0%{opacity:0;transform:translateY(60%)}to{opacity:1;transform:translateY(0)}}.sched-picker-handle{background:var(--border);border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:10px auto 0}.sched-picker-head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 18px 10px;display:flex}.sched-picker-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:14px 14px 20px;overflow-y:auto}.sched-picker-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.sched-pick-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:1.5px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:58px;padding:10px 6px;font-family:inherit;transition:transform .1s,filter .1s;display:flex}.sched-pick-btn:hover{filter:brightness(1.18);transform:scale(1.04)}.sched-pick-btn:active{transform:scale(.94)}.sched-pick-code{font-size:14px;font-weight:800;line-height:1}.sched-pick-time{opacity:.8;text-align:center;font-size:9px;font-weight:500;line-height:1.2}@media (width>=600px){#sched-picker{align-items:center}.sched-picker-box{border-radius:18px;max-width:440px;max-height:78vh}.sched-picker-handle{display:none}@keyframes spSlideUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}}.cal-shift-badge{border-radius:4px;margin-top:2px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}#bulk-toolbar{z-index:40;background:var(--surface2);border:1px solid var(--accent);border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;padding:8px 14px;animation:.18s slideDown;display:none;position:sticky;top:56px;box-shadow:0 4px 20px #00d4ff26}#bulk-toolbar.active{display:flex}.bulk-count{color:var(--accent);font-size:13px;font-weight:600}.bulk-sep{background:var(--border);flex-shrink:0;width:1px;height:18px}.ticket-row-cb{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}tr.bulk-checked{background:#00d4ff0f!important}.adj-mode-btn{cursor:pointer;border:2px solid var(--border);background:var(--surface2);-webkit-user-select:none;user-select:none;text-align:center;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px 6px;transition:all .15s;display:flex}.adj-mode-btn:hover{border-color:var(--accent);background:#00d4ff0f}.adj-mode-btn.selected{border-color:var(--accent);background:#00d4ff1a;box-shadow:0 0 0 3px #00d4ff26}#td-images div:first-child::-webkit-scrollbar{display:none}.rcat-item{background:var(--surface2);border:1px solid var(--border);cursor:grab;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;transition:box-shadow .15s,opacity .15s;display:flex}.rcat-item:active{cursor:grabbing}.rcat-item.dragging{opacity:.4;box-shadow:0 0 0 2px var(--accent)}.rcat-item.drag-over{border-color:var(--accent);background:#00d4ff12}.rcat-drag-handle{color:var(--text3);cursor:grab;flex-shrink:0;font-size:14px}.cat-card{cursor:pointer;border:2px solid var(--border);background:var(--surface2);-webkit-user-select:none;user-select:none;text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:12px 6px;transition:all .15s;display:flex}.cat-card:hover{border-color:var(--cat-color,var(--accent));background:#0000000a}.cat-card.selected{border-color:var(--cat-color,var(--accent));background:#00000012;box-shadow:0 0 0 3px #0000001a}.cat-card-icon{font-size:22px;line-height:1}.cat-card-label{color:var(--text2);font-size:11px;font-weight:600;line-height:1.2}.cat-card.selected .cat-card-label{color:var(--cat-color,var(--accent))}@media (width<=480px){#cat-card-grid{grid-template-columns:repeat(3,1fr)!important}}@media (width<=768px){.topbar-actions .btn-primary.btn-sm{padding:7px 10px;font-size:12px}.stats-grid{grid-template-columns:repeat(2,1fr)!important}.stat-value{font-size:24px}.filters{flex-direction:column;gap:8px;padding:12px}.filter-item{width:100%}.filter-item select,.filter-item input{box-sizing:border-box;width:100%;padding:9px 11px;font-size:14px}.tabs{gap:2px}.tab{padding:6px 8px;font-size:12px}.modal-overlay{align-items:flex-end;padding:0}.modal-overlay.ticket-detail-drawer{background:var(--overlay);-webkit-backdrop-filter:none;justify-content:flex-end;align-items:flex-end}.modal.ticket-detail-drawer{width:100%;min-width:unset;border-left:none;height:auto;max-height:92dvh;animation:none;border-radius:16px 16px 0 0!important}.modal.ticket-detail-drawer .modal-header{border-radius:16px 16px 0 0}.modal.ticket-detail-drawer .ticket-detail-modal-header{padding-right:calc(12px + env(safe-area-inset-right,0px));grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.modal.ticket-detail-drawer .ticket-detail-modal-title{font-size:13px;line-height:30px}.modal.ticket-detail-drawer .ticket-detail-modal-actions{grid-template-columns:minmax(0, 1fr) var(--modal-close-size);align-items:start;gap:6px;min-width:0;max-width:min(62vw,230px);display:grid}.modal.ticket-detail-drawer .ticket-detail-action-buttons{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:5px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.modal.ticket-detail-drawer .ticket-detail-action-buttons::-webkit-scrollbar{display:none}.modal.ticket-detail-drawer .ticket-detail-action-buttons .btn{white-space:nowrap;flex:none;min-height:28px;padding:5px 8px;font-size:11px}.modal.ticket-detail-drawer .ticket-detail-modal-actions .modal-close{z-index:2;position:sticky;right:0}.modal{max-height:92vh;border-radius:16px 16px 0 0!important;width:100%!important;max-width:100%!important;margin:0!important}.modal-body{padding:16px}.modal-header{padding:14px 16px}.modal-footer{flex-wrap:wrap;padding:12px 16px}.modal-footer .btn{flex:1;justify-content:center}.card,#stock-table-wrap,#tickets-table-wrap{overflow-x:visible}.perm-grid,.dept-grid{grid-template-columns:repeat(2,1fr)}.toast-container{bottom:16px;left:12px;right:12px}.toast{max-width:100%}.card-header{flex-wrap:wrap;gap:8px}.page-content{padding:10px 10px 24px}}@media (width<=480px){.topbar{gap:6px;padding:8px 10px}.topbar-title{font-size:14px}.topbar-actions .btn-primary.btn-sm .create-ticket-text{display:none}.topbar-actions .btn-primary.btn-sm{padding:7px 10px}.stats-grid{gap:8px}.stat-card{padding:14px 12px}.stat-icon{font-size:20px;top:12px;right:12px}.grid-2,.grid-3{grid-template-columns:1fr!important}.dept-grid{grid-template-columns:repeat(2,1fr);gap:8px}.dept-card{padding:10px 8px}.dept-icon{margin-bottom:5px;font-size:22px}.dept-name{display:none!important}.dept-name-en{font-size:12px;display:block!important}.dept-stat{font-size:10px}.perm-grid{grid-template-columns:repeat(2,1fr)}.filters{gap:8px;padding:10px}.tab{padding:6px;font-size:11px}.modal-body{padding:12px}.modal-header{padding:12px 14px;font-size:14px}.toast-container{bottom:12px;left:8px;right:8px}#modal-container input[type=text],#modal-container input[type=date],#modal-container select,#modal-container textarea{font-size:16px!important}#modal-container .modal{border-radius:16px 16px 0 0;max-height:92dvh;overflow-y:auto}#modal-container .modal-overlay{align-items:flex-end}#modal-container .btn{min-height:44px;font-size:14px}#modal-container #modal-ticket-detail .ticket-detail-action-buttons .btn{min-height:28px!important;padding:5px 8px!important;font-size:11px!important}#modal-container #modal-ticket-detail .ticket-detail-modal-actions .modal-close{width:var(--modal-close-size)!important;height:var(--modal-close-size)!important;min-width:var(--modal-close-size)!important;min-height:var(--modal-close-size)!important}#modal-container [style*="grid-template-columns:repeat(auto-fit"]{grid-template-columns:1fr!important}.report-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}#stock-table-wrap,#tickets-table-wrap{overflow-x:visible}.btn{min-height:40px}.btn-sm{min-height:36px}.card{border-radius:12px}.ticket-row td{padding:10px 8px!important;font-size:13px!important}#td-comments{font-size:14px;line-height:1.7}#td-comment-input{min-height:72px;font-size:16px!important}.stock-adj-panel button{min-width:36px;min-height:36px;font-size:18px}.stock-adj-input{font-size:16px!important}.filter-item select,.filter-item input{min-height:42px;font-size:16px!important}.trpt-toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.trpt-toolbar>div:first-child{flex-direction:column!important;gap:8px!important}.trpt-toolbar select,.trpt-toolbar input[type=date]{box-sizing:border-box;width:100%!important;min-height:42px!important;font-size:16px!important}.trpt-toolbar>div:last-child{flex-direction:row;gap:8px}.trpt-toolbar .btn{flex:1;justify-content:center}.nav-item{min-height:44px;padding:10px 16px;font-size:14px}#spa-table td,#spa-table th{padding:9px 8px;font-size:13px}.stat-value{font-size:28px}.stat-label{font-size:11px}}@keyframes ci-flash{0%{opacity:1}to{opacity:0}}.modal-overlay.modal-fullscreen-mobile{justify-content:center!important;align-items:center!important;padding:0!important}.modal-overlay.modal-fullscreen-mobile .modal{border-radius:0!important;flex-direction:column!important;width:100%!important;max-width:480px!important;height:100dvh!important;max-height:100dvh!important;margin:0 auto!important;display:flex!important;overflow:hidden!important}@media (width<=480px){.modal-overlay.modal-fullscreen-mobile .modal{max-width:100%!important}}@media (width<=768px){#dept-view-id>div:first-child{flex-wrap:wrap;gap:10px;padding:14px!important}#dept-view-id>div:first-child>div:last-child{justify-content:flex-start;width:100%}.tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:4px;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;border-radius:10px;flex-shrink:0;padding:8px 12px;font-size:13px}.tab.active{background:var(--accent);color:#fff}#dept-view-id .stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}#primary-card-wrap .card{border-radius:13px;overflow:hidden}.modal:before{content:"";background:var(--border);border-radius:2px;width:40px;height:4px;margin:10px auto -6px;display:block}.action-row{min-height:48px}#ph-modal-body [style*="grid-template-columns:repeat(auto-fill,minmax(260px"]{grid-template-columns:1fr!important}}@media (width<=480px){#dept-view-id>div:first-child>div:first-child{display:none}#dept-view-id>div:first-child>div:nth-child(2)>div:first-child{font-size:16px!important}.tc-title{font-size:14px!important;font-weight:600!important}.tc-meta{font-size:11px!important}#ts-clockin-card .btn{flex:1;min-height:48px;font-size:15px}#ts-clockin-card{border-radius:16px;padding:16px!important}.leave-row{padding:12px 14px!important}.leave-row .badge{font-size:11px}.form-group{margin-bottom:14px}.form-group label{margin-bottom:4px;font-size:12px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px!important;font-size:16px!important}}.hidden{display:none!important}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.divider{border:none;border-top:1px solid var(--border);margin:16px 0}.section-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);margin-bottom:10px;font-size:11px;font-weight:700}[style*=overflow-x\:auto],[style*="overflow-x: auto"]{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.btn-xs{min-width:48px;min-height:32px;padding:5px 10px;font-size:12px}@media (width<=768px){#dept-tab-content [style*="grid-template-columns:repeat(auto-fill,minmax(110px"]{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important;gap:6px!important}#dept-tab-content [style*="grid-template-columns:repeat(auto-fill,minmax(160px"]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.sched-mini-row{min-height:52px}.sched-mini-row>div:first-child{flex:1;min-width:0}}@media (width<=480px){.btn-xs{min-width:56px;min-height:38px;padding:7px 12px;font-size:12px}.modal [style*="grid-template-columns:1fr 1fr"],#modal-container [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}#dept-tab-content [style*="grid-template-columns:repeat(auto-fill,minmax(110px"]{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))!important;gap:6px!important}#dept-tab-content [style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}#dept-tab-content [style*="grid-template-columns:repeat(3,1fr)"] .stat-card{padding:10px 8px!important}#dept-tab-content [style*="grid-template-columns:repeat(auto-fill,minmax(160px"]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}#dept-tab-content [style*="grid-template-columns:repeat(7,1fr)"]{gap:3px!important}#dept-tab-content [style*="display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;margin-bottom:8px"]{flex-wrap:wrap!important;gap:8px!important}#dept-tab-content [style*="display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;margin-bottom:8px"]>[style*="display:flex;flex-direction:column;align-items:flex-end"]{flex-flow:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;width:100%!important}#dept-tab-content table:not(.sched-table) td{padding:6px 8px!important;font-size:13px!important}#primary-card-wrap .grid-2{grid-template-columns:1fr!important}#fb-stars-wrap button{font-size:28px!important}.mobile-bottom-nav{height:62px!important}.mbn-item{padding:7px 2px 5px!important}.mbn-icon{font-size:22px!important}.mbn-item span:not(.mbn-icon):not(.mbn-badge){font-size:10px!important}#dept-tab-content [style*="display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px"]{gap:6px!important}.sched-mini-row{min-height:56px!important;padding:10px 12px!important}.sched-mini-row [style*="font-size:13px;font-weight:600"]{font-size:14px!important}#dept-tab-content button,#dept-tab-content select{touch-action:manipulation}.page-content{padding-bottom:80px!important}.hr-dept-tabs .tab{gap:3px!important;padding:7px 10px!important;font-size:12px!important}#dept-view-id>div:first-child{flex-wrap:wrap!important;gap:10px!important}#dept-view-id>div:first-child>div:last-child{justify-content:flex-start!important;width:100%!important;margin-left:0!important}}button,a,select,input,textarea,[role=button],label{touch-action:manipulation}@media (width<=768px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{font-size:16px!important}.btn-xs{min-width:52px!important;min-height:40px!important;padding:8px 12px!important;font-size:13px!important}}@media (width<=480px){.btn-xs{min-width:60px!important;min-height:44px!important}}@media (width<=768px){.btn-icon{min-width:40px;min-height:40px;padding:8px!important;font-size:18px!important}.sched-shift{width:36px!important;height:32px!important;font-size:11px!important}.sched-cell{padding:4px 2px!important}.sched-emp-cell{min-width:110px!important;max-width:130px!important;padding:6px 8px!important}.sched-table{font-size:12px!important}.sched-table th{padding:6px 3px!important;font-size:11px!important}}@media (width<=480px){.notif-panel{border-radius:16px!important;width:auto!important;max-height:65vh!important;inset:auto 8px 68px!important}}@media (width<=768px){#dept-tab-content select,#dept-tab-content input[type=text],#dept-tab-content input[type=date],#dept-tab-content input[type=number]{min-height:40px;font-size:16px!important}}@media (width<=480px){#dept-tab-content [style*="flex:1;min-width:90px"]{min-width:80px!important;padding:8px 10px!important}#dept-tab-content [style*="flex:1;min-width:140px"]{min-width:130px!important}.card-header{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.card-header>div:last-child,.card-header>span:last-child{flex-wrap:wrap!important;gap:8px!important;width:100%!important;display:flex!important}.card-header .btn{flex:auto;justify-content:center;min-width:80px}.topbar-actions .btn{min-height:36px;padding:6px 10px}.topbar-actions .btn-icon{min-width:36px;min-height:36px}}@media (width<=768px){#dept-tab-content .card{overflow:hidden}#dept-tab-content table:not(.sched-table){min-width:480px}#dept-tab-content .card>table,#dept-tab-content .card>div>table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}@media (width<=480px){.modal{max-height:94dvh!important}.modal-body{max-height:calc(94dvh - 120px);overflow-y:auto}.section-title{font-size:10px!important}#dept-tab-content [style*=font-size\:10px],#dept-tab-content [style*=font-size\:9px]{font-size:11px!important}}@media (width<=1024px){.admin-users-card{box-shadow:none!important;background:0 0!important;border:0!important}.admin-users-card>div{overflow:visible!important}.admin-users-table{width:100%!important;min-width:0!important;display:block!important}.admin-users-table thead{display:none!important}.admin-users-table tbody,.admin-users-table tr,.admin-users-table td{width:100%!important;display:block!important}.admin-users-table tr{border:1px solid var(--border)!important;background:var(--surface)!important;border-radius:12px!important;margin-bottom:12px!important;padding:12px!important}.admin-users-table td{border:0!important;padding:6px 0!important}.admin-users-table td:nth-child(2):before{content:"แผนก: ";color:var(--text3);font-size:11px}.admin-users-table td:nth-child(4):before{content:"สิทธิ์ดูแผนก: ";color:var(--text3);font-size:11px}.admin-users-table td:nth-child(7):before{content:"ล่าสุด: ";color:var(--text3);font-size:11px}.admin-users-table td:last-child>div{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.admin-users-table td:last-child .btn{justify-content:center!important;width:100%!important;min-height:42px!important}#overlay-modal-user-perm{padding:calc(10px + env(safe-area-inset-top,0px)) 12px calc(10px + env(safe-area-inset-bottom,0px))!important;justify-content:center!important;align-items:center!important}#modal-user-perm{width:min(100%,760px)!important;max-width:760px!important;max-height:calc(100dvh - 20px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}#modal-user-perm .user-perm-body{-webkit-overflow-scrolling:touch;flex:auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important}#modal-user-perm .user-perm-body [style*="grid-template-columns:repeat(auto-fit,minmax(160px"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}#modal-user-perm .user-perm-body label[style*=display\:flex]{touch-action:manipulation;min-height:44px!important;padding:10px 12px!important}#modal-user-perm input[type=checkbox]{flex:none!important;width:18px!important;height:18px!important}#overlay-modal-create-user,#overlay-modal-edit-user{padding:calc(10px + env(safe-area-inset-top,0px)) 12px calc(10px + env(safe-area-inset-bottom,0px))!important;justify-content:center!important;align-items:center!important}#modal-create-user,#modal-edit-user{width:min(100%,760px)!important;max-width:760px!important;max-height:calc(100dvh - 20px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}#modal-create-user .modal-body,#modal-edit-user .modal-body{-webkit-overflow-scrolling:touch;flex:auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important}#modal-create-user .perm-grid,#modal-edit-user .perm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.admin-users-actions{width:100%!important}.admin-users-actions .btn{justify-content:center!important;width:100%!important;min-height:44px!important}.admin-users-table tr{border-radius:14px!important;padding:14px!important}.admin-users-table td:first-child{border-bottom:1px solid var(--border)!important;margin-bottom:4px!important;padding-bottom:10px!important}.admin-users-table td:nth-child(2),.admin-users-table td:nth-child(3),.admin-users-table td:nth-child(4),.admin-users-table td:nth-child(5),.admin-users-table td:nth-child(6),.admin-users-table td:nth-child(7){font-size:13px!important}.admin-users-table td:last-child>div,#modal-user-perm .user-perm-body [style*="grid-template-columns:repeat(auto-fit,minmax(160px"]{grid-template-columns:1fr!important}.admin-users-table td:last-child .btn{min-height:44px!important;font-size:13px!important}#overlay-modal-user-perm{justify-content:flex-end!important;align-items:stretch!important;padding:0!important}#modal-user-perm{border-radius:0!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important}#modal-user-perm .modal-header{padding-top:calc(14px + env(safe-area-inset-top,0px))!important}#modal-user-perm .modal-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;grid-template-columns:1fr!important;display:grid!important}#modal-user-perm .modal-footer .btn{width:100%!important;min-height:44px!important}#modal-user-perm .user-perm-body>div[style*="display:flex;align-items:center"]{flex-direction:column!important;align-items:stretch!important}#modal-user-perm .user-perm-body label[style*=display\:flex]{min-height:46px!important}#overlay-modal-create-user,#overlay-modal-edit-user{justify-content:flex-end!important;align-items:stretch!important;padding:0!important}#modal-create-user,#modal-edit-user{border-radius:0!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important}#modal-create-user .modal-header,#modal-edit-user .modal-header{padding-top:calc(14px + env(safe-area-inset-top,0px))!important}#modal-create-user .modal-body,#modal-edit-user .modal-body{padding:12px!important}#modal-create-user .modal-footer,#modal-edit-user .modal-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;grid-template-columns:1fr!important;display:grid!important}#modal-create-user .modal-footer .btn,#modal-edit-user .modal-footer .btn{width:100%!important;min-height:44px!important}#modal-create-user .um-acc-hd,#modal-edit-user .um-acc-hd{min-height:46px!important;padding:12px!important}#modal-create-user .um-acc-bd,#modal-edit-user .um-acc-bd{padding:12px!important}#modal-create-user .perm-grid,#modal-edit-user .perm-grid,#modal-create-user [style*="grid-template-columns:1fr auto"],#modal-edit-user [style*="grid-template-columns:1fr auto"]{grid-template-columns:1fr!important}#modal-create-user [style*="display:flex;justify-content:flex-end"],#modal-edit-user [style*="display:flex;justify-content:flex-end"]{grid-template-columns:1fr 1fr!important;display:grid!important}}@media (width<=1024px){#modal-container #overlay-modal-create-user,#modal-container #overlay-modal-edit-user{padding:calc(10px + env(safe-area-inset-top,0px)) 12px calc(10px + env(safe-area-inset-bottom,0px))!important;justify-content:center!important;align-items:center!important}#modal-container #modal-create-user,#modal-container #modal-edit-user{width:min(100%,760px)!important;max-width:760px!important;max-height:calc(100dvh - 20px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}#modal-container #modal-create-user .modal-body,#modal-container #modal-edit-user .modal-body{-webkit-overflow-scrolling:touch;flex:auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important}#modal-container #modal-create-user .perm-grid,#modal-container #modal-edit-user .perm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){#modal-container #overlay-modal-create-user,#modal-container #overlay-modal-edit-user{justify-content:flex-end!important;align-items:stretch!important;padding:0!important}#modal-container #modal-create-user,#modal-container #modal-edit-user{border-radius:0!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important}#modal-container #modal-create-user .modal-header,#modal-container #modal-edit-user .modal-header{padding-top:calc(14px + env(safe-area-inset-top,0px))!important}#modal-container #modal-create-user .modal-body,#modal-container #modal-edit-user .modal-body{padding:12px!important}#modal-container #modal-create-user .modal-footer,#modal-container #modal-edit-user .modal-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;grid-template-columns:1fr!important;display:grid!important}#modal-container #modal-create-user .modal-footer .btn,#modal-container #modal-edit-user .modal-footer .btn{width:100%!important;min-height:44px!important}#modal-container #modal-create-user .um-acc-hd,#modal-container #modal-edit-user .um-acc-hd{min-height:46px!important;padding:12px!important}#modal-container #modal-create-user .um-acc-bd,#modal-container #modal-edit-user .um-acc-bd{padding:12px!important}#modal-container #modal-create-user .perm-grid,#modal-container #modal-edit-user .perm-grid,#modal-container #modal-create-user [style*="grid-template-columns:1fr auto"],#modal-container #modal-edit-user [style*="grid-template-columns:1fr auto"]{grid-template-columns:1fr!important}#modal-container #modal-create-user [style*="display:flex;justify-content:flex-end"],#modal-container #modal-edit-user [style*="display:flex;justify-content:flex-end"]{grid-template-columns:1fr 1fr!important;display:grid!important}#modal-container #modal-create-user .um-accordion,#modal-container #modal-edit-user .um-accordion{background:var(--surface)!important;border-radius:14px!important;margin-bottom:10px!important}#modal-container #modal-create-user .um-acc-hd,#modal-container #modal-edit-user .um-acc-hd{align-items:flex-start!important;gap:8px!important;font-size:14px!important;line-height:1.35!important}#modal-container #modal-create-user .um-acc-hd>span:first-child,#modal-container #modal-edit-user .um-acc-hd>span:first-child{overflow-wrap:anywhere!important;min-width:0!important}#modal-container #modal-create-user .um-acc-badge,#modal-container #modal-edit-user .um-acc-badge{white-space:nowrap!important;margin-left:0!important}#modal-container #modal-create-user .form-group,#modal-container #modal-edit-user .form-group{margin-bottom:12px!important}#modal-container #modal-create-user .form-group label,#modal-container #modal-edit-user .form-group label{margin-bottom:6px!important;font-size:12px!important;line-height:1.45!important}#modal-container #modal-create-user .perm-check,#modal-container #modal-edit-user .perm-check{border-radius:12px!important;align-items:center!important;min-height:46px!important;padding:10px 12px!important}#modal-container #modal-create-user .perm-check span,#modal-container #modal-edit-user .perm-check span,#modal-container #modal-create-user .um-acc-bd label span,#modal-container #modal-edit-user .um-acc-bd label span{font-size:13px!important;line-height:1.35!important}#modal-container #modal-create-user .um-acc-bd label[style*=display\:flex],#modal-container #modal-edit-user .um-acc-bd label[style*=display\:flex]{background:var(--surface2)!important;border-radius:12px!important;min-height:46px!important;padding:10px 12px!important}#modal-container #modal-create-user .admin-access-summary .um-acc-bd,#modal-container #modal-edit-user .admin-access-summary .um-acc-bd{padding:12px!important}}@media (width<=1024px){#modal-container #modal-create-user .user-modal-body,#modal-container #modal-edit-user .user-modal-body{background:color-mix(in srgb, var(--surface) 92%, #000 8%)!important;gap:12px!important;padding:14px!important}#modal-container #modal-create-user .um-accordion,#modal-container #modal-edit-user .um-accordion{background:var(--surface)!important;border-color:#60a5fa47!important;border-radius:14px!important;overflow:hidden!important}#modal-container #modal-create-user .um-acc-hd,#modal-container #modal-edit-user .um-acc-hd{min-height:52px!important;padding:14px 16px!important;font-size:15px!important;line-height:1.35!important}#modal-container #modal-create-user .um-acc-hd>span:first-child,#modal-container #modal-edit-user .um-acc-hd>span:first-child{text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:800!important;overflow:hidden!important}#modal-container #modal-create-user .um-acc-bd,#modal-container #modal-edit-user .um-acc-bd{padding:18px!important}#modal-container #modal-create-user .um-acc-bd>p,#modal-container #modal-edit-user .um-acc-bd>p{margin:0 0 14px!important;font-size:12px!important;line-height:1.6!important}#modal-container #modal-create-user .perm-grid,#modal-container #modal-edit-user .perm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#modal-container #modal-create-user .perm-check,#modal-container #modal-edit-user .perm-check{border-radius:12px!important;align-items:center!important;min-height:52px!important;padding:12px 14px!important}#modal-container #modal-create-user .perm-check span,#modal-container #modal-edit-user .perm-check span{font-size:13px!important;line-height:1.35!important}#modal-container #modal-create-user .user-modal-section-actions,#modal-container #modal-edit-user .user-modal-section-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important;display:grid!important}#modal-container #modal-create-user .user-modal-section-actions .btn,#modal-container #modal-edit-user .user-modal-section-actions .btn{justify-content:center!important;width:100%!important;min-height:38px!important}#modal-container #modal-create-user .user-modal-notify-options,#modal-container #modal-edit-user .user-modal-notify-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:14px!important;padding:12px!important;display:grid!important}#modal-container #modal-create-user .user-modal-notify-options label,#modal-container #modal-edit-user .user-modal-notify-options label{border:1px solid var(--border)!important;background:var(--surface)!important;border-radius:12px!important;min-height:44px!important;padding:10px 12px!important}}@media (width<=640px){#modal-container #modal-create-user .user-modal-body,#modal-container #modal-edit-user .user-modal-body{gap:10px!important;padding:10px!important}#modal-container #modal-create-user .um-acc-hd,#modal-container #modal-edit-user .um-acc-hd{min-height:48px!important;padding:12px!important;font-size:14px!important}#modal-container #modal-create-user .um-acc-bd,#modal-container #modal-edit-user .um-acc-bd{padding:12px!important}#modal-container #modal-create-user .perm-grid,#modal-container #modal-edit-user .perm-grid,#modal-container #modal-create-user .user-modal-notify-options,#modal-container #modal-edit-user .user-modal-notify-options{grid-template-columns:1fr!important;gap:8px!important}#modal-container #modal-create-user .perm-check,#modal-container #modal-edit-user .perm-check{min-height:48px!important;padding:11px 12px!important}#modal-container #modal-create-user .user-modal-section-actions,#modal-container #modal-edit-user .user-modal-section-actions{grid-template-columns:1fr 1fr!important}}html{-webkit-text-size-adjust:100%;touch-action:manipulation}button,.btn,.tab-btn,.dept-tab,input,select,textarea{font-size:16px}.btn,.tab-btn,.dept-tab,.icon-btn,button{min-height:44px}input,select,textarea{min-height:44px;line-height:1.35}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{text-align:center;justify-content:center;align-items:center;display:flex;padding-top:0!important;padding-bottom:0!important}.modal{max-width:min(96vw,1080px)}.modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.table-wrap,.report-table-wrap,.stock-table-wrap,.pm-record-table,.asset-table-wrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.pm-group-create-card,.pm-task-card,.asset-card,.ticket-card,.stock-card{min-width:0}.pm-group-create-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid!important}.pm-group-create-card .btn,.pm-group-create-card button{white-space:nowrap;justify-self:end}@media (width<=1024px){.app,.main,.main-content,.content,.page-content{min-width:0!important}.topbar,.page-header,.dept-header,.department-header{gap:10px}.topbar-actions,.header-actions,.dept-actions,.department-actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-grid,.stats-grid,.pm-stats-grid,.asset-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dept-module-tabs,.department-tabs,.pm-subtabs,.asset-tabs,.report-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;overflow-x:auto;display:flex!important}.dept-module-tabs::-webkit-scrollbar{display:none}.department-tabs::-webkit-scrollbar{display:none}.pm-subtabs::-webkit-scrollbar{display:none}.asset-tabs::-webkit-scrollbar{display:none}.report-tabs::-webkit-scrollbar{display:none}.dept-module-tabs>*,.department-tabs>*,.pm-subtabs>*,.asset-tabs>*,.report-tabs>*{flex:none}.modal{max-height:calc(100dvh - 24px)}}@media (width<=768px){body{overflow-x:hidden}.content,.page-content{padding-left:max(12px, env(safe-area-inset-left,0px))!important;padding-right:max(12px, env(safe-area-inset-right,0px))!important}.topbar{min-height:58px;padding-top:max(8px, env(safe-area-inset-top,0px))}.notif-panel{top:calc(58px + env(safe-area-inset-top,0px))!important;width:auto!important;max-height:calc(100dvh - 76px)!important;left:8px!important;right:8px!important}.modal-overlay{align-items:stretch!important;padding:0!important}.modal{border-radius:0!important;flex-direction:column!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;display:flex!important}.modal-header{flex:none;padding-top:calc(14px + env(safe-area-inset-top,0px))!important}.modal-body{flex:auto;min-height:0;overflow-y:auto}.modal-footer{flex:none;gap:8px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}.modal-footer .btn,.modal-footer button{flex:1 1 0}.dashboard-grid,.stats-grid,.pm-stats-grid,.asset-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.pm-check-item,.checklist-item,.form-section,.report-filter,.asset-card,.pm-task-card{padding:12px!important}.pm-check-item{grid-template-columns:30px minmax(0,1fr);gap:8px;display:grid}.pm-check-item input[type=checkbox]{width:22px;height:22px;margin-top:2px}.pm-check-item input:not([type=checkbox]),.pm-check-item textarea,.pm-check-item select{width:100%}.pm-group-create-card{grid-template-columns:minmax(0,1fr)}.pm-group-create-card .btn,.pm-group-create-card button{justify-self:stretch;width:100%}.form-row,.filter-row,.report-filter-row{grid-template-columns:1fr!important}body:has(#dept-view-id) .page-content{padding-top:6px!important;padding-left:max(6px, env(safe-area-inset-left,0px))!important;padding-right:max(6px, env(safe-area-inset-right,0px))!important;padding-bottom:calc(74px + env(safe-area-inset-bottom,0px))!important}#dept-view-id{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}#dept-view-id .dept-mobile-header{border-radius:12px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;margin:0 0 10px!important;padding:clamp(12px,3.5vw,14px)!important;display:grid!important}#dept-view-id .dept-mobile-icon{font-size:clamp(28px,9vw,36px)!important;line-height:1!important}#dept-view-id .dept-mobile-title{min-width:0!important}#dept-view-id .dept-mobile-title>div:first-child{overflow-wrap:anywhere;font-size:clamp(17px,5vw,20px)!important;line-height:1.25!important}#dept-view-id .dept-mobile-actions{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin-left:0!important;display:grid!important}#dept-view-id .dept-mobile-actions .btn{justify-content:center!important;width:100%!important;min-height:42px!important;padding:8px 10px!important}#dept-view-id .stats-grid{gap:8px!important;width:100%!important;margin-bottom:10px!important}#dept-view-id .stat-card{border-radius:12px!important;min-width:0!important;padding:13px 11px!important}#dept-view-id .hr-dept-tabs{grid-template-columns:repeat(auto-fit,minmax(54px,1fr))!important;gap:4px!important;width:100%!important;margin-bottom:6px!important;padding:4px!important;display:grid!important;overflow:visible!important}#dept-view-id .hr-dept-tabs .tab{text-overflow:ellipsis!important;justify-content:center!important;min-width:0!important;padding:8px 4px!important;font-size:11px!important;line-height:1.15!important;overflow:hidden!important}#dept-tab-content{width:100%!important;min-width:0!important;max-width:100%!important}}@media (width<=480px){.topbar{min-height:50px!important;padding:max(6px, env(safe-area-inset-top,0px)) 6px 6px!important;gap:5px!important}.topbar>div:first-child{flex:auto!important;gap:6px!important;min-width:0!important}.topbar-title{text-overflow:ellipsis!important;white-space:nowrap!important;flex:auto!important;min-width:0!important;max-width:clamp(88px,30vw,140px)!important;font-size:14px!important;overflow:hidden!important}.topbar-actions{flex-wrap:nowrap!important;flex:auto!important;justify-content:flex-end!important;gap:4px!important;min-width:0!important;display:flex!important}.topbar-actions .btn,.topbar-actions .btn-icon,.topbar-actions .notif-btn{flex:0 0 36px!important;justify-content:center!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important}.topbar-actions #topbar-notif-group{flex:none!important;height:36px!important;min-height:36px!important}.topbar-actions .theme-toggle{border-radius:12px!important;flex:0 0 44px!important;width:44px!important;min-width:44px!important;height:24px!important;min-height:24px!important;padding:2px!important}.topbar-actions .theme-toggle-thumb{width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;font-size:10px!important}}@media (width<=768px),(pointer:coarse){html,body{background:var(--bg)!important;width:100%!important;max-width:none!important;margin:0!important;overflow-x:hidden!important}#app{width:100dvw!important;min-width:0!important;max-width:none!important;margin:0!important;left:0!important;right:0!important;overflow:hidden!important}.main-content{background:var(--bg)!important;flex:100dvw!important;width:100dvw!important;min-width:0!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important}.topbar,.page-content,.mobile-bottom-nav{width:100dvw!important;max-width:none!important;margin-left:0!important;margin-right:0!important;left:0!important;right:0!important}.topbar{border-radius:0!important}.page-content{min-width:0!important}.mobile-bottom-nav{box-sizing:border-box!important;padding-left:env(safe-area-inset-left,0px)!important;padding-right:env(safe-area-inset-right,0px)!important}.page-content,#dept-tab-content,.tabs,.eng-tabs,.hr-dept-tabs,.dept-module-tabs,.department-tabs,.pm-subtabs,.asset-tabs,.report-tabs,.modal-body,.sidebar-nav{scrollbar-width:none!important;-ms-overflow-style:none!important}.page-content::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}#dept-tab-content::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.eng-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.hr-dept-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.dept-module-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.department-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.pm-subtabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.asset-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.report-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.modal-body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.sidebar-nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (width<=480px){.dashboard-grid,.stats-grid,.pm-stats-grid,.asset-stats-grid{grid-template-columns:1fr 1fr!important}.btn,button{padding-left:12px;padding-right:12px}.topbar-actions .btn,.header-actions .btn,.dept-actions .btn{min-width:0}.modal-footer{flex-wrap:wrap}}#modal-container #overlay-modal-create-user,#modal-container #overlay-modal-edit-user{justify-content:center!important;align-items:center!important;padding:12px!important;overflow:hidden!important}#modal-container #modal-create-user,#modal-container #modal-edit-user{flex-direction:column!important;height:min(820px,100dvh - 24px)!important;max-height:calc(100dvh - 24px)!important;display:flex!important;overflow:hidden!important}#modal-container #modal-create-user .modal-header,#modal-container #modal-edit-user .modal-header,#modal-container #modal-create-user .modal-footer,#modal-container #modal-edit-user .modal-footer{flex:none!important}#modal-container #modal-create-user .modal-body,#modal-container #modal-edit-user .modal-body{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;flex:auto!important;min-height:0!important;overflow:hidden auto!important}#modal-container #modal-create-user .modal-footer,#modal-container #modal-edit-user .modal-footer{background:var(--surface)!important;border-top:1px solid var(--border)!important;z-index:2!important}#modal-container #modal-create-user .form-group input,#modal-container #modal-create-user .form-group select,#modal-container #modal-edit-user .form-group input,#modal-container #modal-edit-user .form-group select{min-height:40px!important;padding-top:8px!important;padding-bottom:8px!important}#modal-container #modal-create-user .form-group label,#modal-container #modal-edit-user .form-group label{margin-bottom:5px!important}#modal-container #modal-create-user .um-accordion,#modal-container #modal-edit-user .um-accordion{flex:none!important}@media (width<=640px){#modal-container #overlay-modal-create-user,#modal-container #overlay-modal-edit-user{align-items:stretch!important;padding:0!important}#modal-container #modal-create-user,#modal-container #modal-edit-user{border-radius:0!important;height:100dvh!important;max-height:100dvh!important}#modal-container #modal-create-user .modal-header,#modal-container #modal-edit-user .modal-header{padding-top:calc(14px + env(safe-area-inset-top,0px))!important}#modal-container #modal-create-user .modal-footer,#modal-container #modal-edit-user .modal-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}#modal-container #modal-create-user .um-acc-bd.open,#modal-container #modal-edit-user .um-acc-bd.open{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;max-height:min(52dvh,360px)!important;overflow-y:auto!important}#modal-container #modal-create-user .form-group,#modal-container #modal-edit-user .form-group{margin-bottom:8px!important}#modal-container #modal-create-user .form-group input,#modal-container #modal-create-user .form-group select,#modal-container #modal-edit-user .form-group input,#modal-container #modal-edit-user .form-group select{min-height:38px!important;padding-top:7px!important;padding-bottom:7px!important}}
