@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";.login-page *{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}.login-page{height:100vh;width:100vw;display:flex;flex-direction:column;font-family:Inter,sans-serif;overflow:hidden;position:relative}.login-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.bg-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(3px);transform:scale(1.05)}.bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003}.login-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;padding:15px}.login-card{background:#fffffffa;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:20px;padding:32px 36px;width:100%;max-width:380px;box-shadow:0 25px 50px #00000040,0 0 0 1px #ffffff80;border:1px solid rgba(255,255,255,.6);animation:slideUp .7s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:5px}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:rem}.logo-image{height:100%;width:100%;object-fit:contain;object-position:center center;border-radius:0}.login-title{color:#0f172a;font-size:20px;font-weight:700;margin:0 0 6px;background:linear-gradient(135deg,#4a90e2,#2d5aa0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.login-subtitle{color:#64748b;font-size:13px;font-weight:400;margin:0;line-height:1.4}.login-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:1px!important}.form-label{color:#374151;font-size:13px;font-weight:600;text-align:left!important}.form-input{padding:12px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;background:#fff;color:#374151;transition:all .3s ease;font-family:Inter,sans-serif;outline:none;text-align:left}.form-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21f;transform:translateY(-1px)}.form-input::placeholder{color:#9ca3af}.password-input-container{position:relative;display:flex;align-items:center}.password-input{padding:12px 48px 12px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;background:#fff;color:#374151;transition:all .3s ease;font-family:Inter,sans-serif;outline:none;width:100%;text-align:left}.password-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21f;transform:translateY(-1px)}.password-toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:34px;height:34px;z-index:10}.password-toggle-btn:hover{background-color:#4a90e214;color:#4a90e2;transform:translateY(-50%) scale(1.05)}.password-toggle-btn:active{transform:translateY(-50%) scale(.95);background-color:#4a90e226}.password-toggle-btn:focus{outline:none;background-color:transparent;color:#4a90e2}.forgot-password-container{display:flex;justify-content:flex-end;margin-top:4px}.forgot-password-btn{background:transparent;border:none;color:#4a90e2;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;font-family:Inter,sans-serif}.forgot-password-btn:hover{text-decoration:underline;color:#2d5aa0;background-color:#4a90e20d}.forgot-password-btn:focus{outline:2px solid #4a90e2;outline-offset:2px}.eye-icon{width:18px;height:18px;transition:all .2s ease}.password-toggle-btn:hover .eye-icon{transform:scale(1.1)}.login-button{background:linear-gradient(135deg,#4a90e2,#5ba0f2);color:#fff;border:none;padding:13px 20px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;display:flex;align-items:center;justify-content:center;min-height:50px;height:50px;font-family:Inter,sans-serif;position:relative;width:100%;box-sizing:border-box;box-shadow:0 6px 16px #4a90e24d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #4a90e266}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.8;cursor:not-allowed}.login-button.loading{pointer-events:none}.loading-dots{display:flex;align-items:center;justify-content:center;gap:5px}.dot{width:6px;height:6px;background-color:#fff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 480px){.login-content{padding:12px}.login-card{padding:28px 30px;max-width:100%}.login-title{font-size:24px}.login-subtitle{font-size:12px}.logo{width:70px;height:70px}.logo-image{height:100%;width:100%}.form-input,.password-input{font-size:16px;padding:11px 13px}.password-input{padding-right:45px}.login-button{font-size:14px;min-height:48px;height:48px}}.form-input:focus-visible,.password-input:focus-visible,.login-button:focus-visible{outline:2px solid #4a90e2;outline-offset:2px}@media (prefers-reduced-motion: reduce){.login-card{animation:none}*{transition:none!important}.dot{animation:none}}@media (prefers-color-scheme: dark){.login-card{background:#1e293bfa;border-color:#ffffff1a}.login-title{color:#f1f5f9}.login-subtitle{color:#94a3b8}.form-label{color:#e2e8f0!important}.form-input,.password-input{background:#334155cc!important;border-color:#475569!important;color:#fff!important}.form-input::placeholder,.password-input::placeholder{color:#94a3b8!important}.password-toggle-btn{color:#94a3b8}.password-toggle-btn:hover{color:#e2e8f0;background-color:#94a3b81a}}.app-header{background:linear-gradient(135deg,#1f4068,#162a40);padding:.3rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px #0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:100;flex-shrink:0;min-height:44px;height:44px;border-bottom:1px solid rgba(255,255,255,.05)}.logo-container{display:flex;align-items:center;transition:all .3s ease;height:100%}.logo-image{height:100%;max-height:30px;width:auto;margin-right:.5rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3));transition:transform .3s ease}.logo-text{color:#f0f8ff;font-size:1.1rem;font-weight:700;letter-spacing:.2px;text-shadow:0 1px 2px rgba(0,0,0,.4);white-space:nowrap;line-height:1}.header-decoration{display:flex;gap:.4rem;align-items:center;background:#00000026;padding:.2rem .5rem;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1)}.decoration-circle{width:5px;height:5px;border-radius:50%;background:#a9c5ec;animation:subtlePulse 3s ease-in-out infinite;box-shadow:0 0 5px #a9c5eccc}.decoration-circle:nth-child(2){animation-delay:.6s}.decoration-circle:nth-child(3){animation-delay:1.2s}@keyframes subtlePulse{0%,to{opacity:.7;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@media (max-width: 768px){.app-header{padding:.3rem 1.25rem;min-height:40px;height:40px}.logo-image{max-height:26px;margin-right:.4rem}.logo-text{font-size:1rem}.header-decoration{padding:.2rem .4rem;gap:.2rem}.decoration-circle{width:4px;height:4px}}@media (max-width: 480px){.app-header{padding:.2rem .75rem;min-height:36px;height:36px}.logo-image{max-height:24px;margin-right:.3rem}.logo-text{font-size:.9rem;letter-spacing:.1px}.header-decoration{display:none}}.app-footer{background:linear-gradient(135deg,#162a40,#1f4068);padding:.15rem 2rem;box-shadow:0 -1px 8px #0003;position:relative;z-index:100;flex-shrink:0;min-height:32px;height:32px;border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;height:100%}.footer-text{color:#ffffffb3;font-size:.65rem;text-align:left;font-weight:400;margin:0;letter-spacing:.3px;white-space:nowrap}.footer-version{color:#fff9;font-size:.5rem;font-weight:300;text-align:right;font-family:Monaco,Menlo,monospace;background:#ffffff14;padding:0 .3rem;border-radius:3px;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:inline-block;line-height:1.5}@media (max-width: 768px){.app-footer{padding:.1rem 1.25rem;min-height:28px;height:28px}.footer-content{flex-direction:column;justify-content:center;gap:0;text-align:center}.footer-text{font-size:.55rem}.footer-version{font-size:.45rem}}@media (max-width: 480px){.app-footer{padding:0 .75rem;min-height:24px;height:24px}.footer-text{font-size:.5rem}.footer-version{font-size:.4rem;padding:0 .25rem}}:root{--primary-color: #4a90e2;--primary-hover: #5ba0f2;--primary-light: #e6f2ff;--secondary-color: #f59e0b;--secondary-hover: #d97706;--danger-color: #ef4444;--danger-hover: #dc2626;--success-color: #10b981;--warning-color: #f59e0b;--info-color: #4a90e2;--background: #f0f8ff;--surface: #ffffff;--surface-hover: #f8fafc;--text-primary: #1e3a5f;--text-secondary: #4a6b8a;--text-muted: #94a3b8;--border-color: rgba(74, 144, 226, .15);--shadow-sm: 0 1px 2px 0 rgba(74, 144, 226, .05);--shadow-md: 0 2px 4px -1px rgba(74, 144, 226, .1);--shadow-lg: 0 4px 6px -1px rgba(74, 144, 226, .1);--shadow-xl: 0 10px 15px -3px rgba(74, 144, 226, .15);--border-radius: 8px;--border-radius-lg: 12px;--transition: all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:var(--text-primary);background:var(--background)}.staff-dashboard-wrapper{display:flex;flex-direction:column;height:100vh;overflow:hidden}.staff-dashboard-container{flex:1;overflow-y:auto;overflow-x:hidden}.staff-panel{max-width:1280px;margin:0 auto;padding:20px 20px 40px;width:100%;min-height:min-content}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.loading-spinner{width:36px;height:36px;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.notification{position:fixed;top:80px;right:20px;z-index:1000;padding:12px 16px;border-radius:var(--border-radius);box-shadow:var(--shadow-xl);animation:slideIn .3s ease;max-width:min(360px,calc(100vw - 40px));border:1px solid rgba(255,255,255,.2);font-size:13px}.notification.success{background:#10b981f2;color:#fff}.notification.warning{background:#f59e0bf2;color:#fff}.notification.info{background:#4a90e2f2;color:#fff}.notification.error{background:#ef4444f2;color:#fff}.notification-content{display:flex;align-items:center;gap:10px;font-weight:500}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:var(--surface);padding:16px 20px;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.header-left{display:flex;flex-direction:column;gap:4px}.dashboard-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.counter-name-inline{color:var(--primary-color);font-weight:500;opacity:.8;margin-left:8px}.current-time{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary);font-weight:500}.user-profile{position:relative}.user-profile-btn{display:flex;align-items:center;gap:10px;background:transparent;border:1px solid var(--border-color);padding:8px 12px;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition)}.user-profile-btn:hover{background:var(--surface-hover);border-color:var(--primary-color)}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));display:flex;align-items:center;justify-content:center;color:#fff}.user-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.user-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap}.user-role{font-size:11px;color:var(--text-muted);white-space:nowrap}.chevron{transition:var(--transition);color:var(--text-muted)}.chevron.rotate{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);min-width:180px;overflow:hidden;z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-primary);transition:var(--transition);text-align:left}.dropdown-item:hover{background:var(--surface-hover)}.dropdown-item.logout{color:var(--danger-color);border-top:1px solid var(--border-color)}.dropdown-item.logout:hover{background:#ef44440d}.now-serving-section{margin-bottom:24px}.now-serving-card{background:var(--surface);border-radius:var(--border-radius-lg);padding:24px;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;border:1px solid var(--border-color)}.serving-info{flex:1;min-width:200px}.serving-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.now-serving-label{font-size:13px;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.serving-indicator{width:8px;height:8px;background:var(--success-color);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.current-number{font-size:36px;font-weight:800;color:var(--primary-color);letter-spacing:-.5px;line-height:1;margin-bottom:8px}.no-ticket-message{font-size:18px;font-weight:600;color:var(--text-muted);font-style:italic;margin-bottom:8px}.serving-details{font-size:13px;color:var(--text-secondary);font-weight:500;display:flex;align-items:center;gap:6px}.priority-star{color:var(--secondary-color)}.action-buttons{display:flex;gap:10px;flex-wrap:wrap}.call-next-btn,.repeat-call-btn{display:flex;align-items:center;gap:6px;border:none;padding:10px 16px;border-radius:var(--border-radius);font-weight:600;font-size:13px;cursor:pointer;transition:var(--transition);min-width:120px;justify-content:center;white-space:nowrap}.call-next-btn{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-sm)}.call-next-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.call-next-btn:disabled{opacity:.6;cursor:not-allowed}.repeat-call-btn{background:var(--secondary-color);color:#fff;box-shadow:var(--shadow-sm)}.repeat-call-btn:hover:not(:disabled){background:var(--secondary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.repeat-call-btn:disabled{opacity:.6;cursor:not-allowed}.section-title{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:16px;display:flex;align-items:center;gap:8px}.statistics-section{margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-card{background:var(--surface);border-radius:var(--border-radius-lg);padding:20px;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;align-items:center;gap:16px;border:1px solid var(--border-color)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-icon{padding:12px;border-radius:var(--border-radius);background:#4a90e21a;color:var(--primary-color);flex-shrink:0;display:flex;align-items:center;justify-content:center}.stat-card.waiting .stat-icon{background:#f59e0b1a;color:var(--warning-color)}.stat-card.serving .stat-icon{background:#10b9811a;color:var(--success-color)}.stat-card.served .stat-icon{background:#94a3b81a;color:var(--text-muted)}.stat-content{flex:1}.stat-number{font-size:28px;font-weight:800;line-height:1;margin-bottom:4px;color:var(--text-primary)}.stat-label{font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.queue-section{margin-bottom:24px}.queue-container{overflow:visible;border:none;box-shadow:none}.queue-split-container{display:flex;gap:20px}.queue-column{flex:1;background:var(--surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);overflow:hidden;display:flex;flex-direction:column}.column-header-group{padding:16px;border-bottom:1px solid var(--border-color);background:var(--surface);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.column-title{margin:0;font-size:14px;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:8px;border:none;padding:0;background:transparent}.column-actions{display:flex;gap:8px}.column-action-btn{display:flex;align-items:center;gap:6px;border:none;padding:6px 12px;border-radius:var(--border-radius);font-weight:600;font-size:11px;cursor:pointer;transition:var(--transition);white-space:nowrap}.column-action-btn.call-btn{background:var(--primary-color);color:#fff}.column-action-btn.call-btn:hover:not(:disabled){background:var(--primary-hover)}.column-action-btn.repeat-btn{background:var(--surface-hover);color:var(--text-secondary);border:1px solid var(--border-color)}.column-action-btn.repeat-btn:hover:not(:disabled){background:var(--border-color);color:var(--text-primary)}.column-action-btn:disabled{opacity:.5;cursor:not-allowed}.priority-title{color:var(--danger-color)}.priority-sub{font-size:11px;color:var(--text-muted);font-weight:500}.queue-list-wrapper{display:flex;flex-direction:column;flex:1}.queue-header{display:grid;grid-template-columns:1fr 1.5fr 1fr;padding:12px 16px;background:var(--surface-hover);border-bottom:1px solid var(--border-color);font-weight:600;color:var(--text-primary);font-size:11px;text-transform:uppercase;letter-spacing:.5px;gap:12px}.queue-item{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border-color);transition:var(--transition);gap:12px}@media (max-width: 900px){.queue-split-container{flex-direction:column}}.queue-item:last-child{border-bottom:none}.queue-item:hover{background:var(--surface-hover)}.queue-item.serving{background:#10b9810d;border-left:3px solid var(--success-color)}.queue-item.waiting{background:#f59e0b0d;border-left:3px solid var(--warning-color)}.queue-item.priority-item{box-shadow:inset 0 0 0 1px #f59e0b33}.queue-col{display:flex;flex-direction:column;gap:2px}.queue-number{font-size:16px;font-weight:700;color:var(--primary-color)}.service-name{font-size:13px;color:var(--text-primary);font-weight:500}.badge{padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;text-align:center;width:fit-content;white-space:nowrap}.badge.priority{background:#ef44441a;color:var(--danger-color)}.badge.regular{background:#94a3b81a;color:var(--text-muted)}.status{padding:4px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;text-align:center;width:fit-content;white-space:nowrap}.status.serving{background:#10b9811a;color:var(--success-color)}.status.waiting{background:#f59e0b1a;color:var(--warning-color)}.status.served{background:#94a3b81a;color:var(--text-muted)}.empty-queue{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--text-muted)}.empty-icon{margin-bottom:12px;opacity:.4}.empty-queue p{font-size:14px;font-weight:500}.now-serving-card .action-buttons{display:flex!important;visibility:visible!important;opacity:1!important}.now-serving-card>.action-buttons{display:flex!important}.call-next-btn,.repeat-call-btn{display:flex!important;visibility:visible!important}@media (max-width: 768px){.staff-panel{padding:16px}.header{flex-direction:column;gap:12px;align-items:stretch}.user-profile-btn{justify-content:space-between}.now-serving-card{flex-direction:column;padding:20px}.action-buttons{width:100%;display:flex!important}.call-next-btn,.repeat-call-btn{flex:1;display:flex!important}.stats-grid{grid-template-columns:1fr}.queue-header,.queue-item{grid-template-columns:1.5fr 1fr 1fr 1fr;font-size:11px;padding:12px;gap:8px}}.loading-spinner-btn{animation:spin 1s linear infinite}@media (max-width: 480px){.current-number{font-size:28px}.no-ticket-message{font-size:16px}.stat-number{font-size:24px}.queue-header,.queue-item{grid-template-columns:1fr;gap:8px}.queue-col{padding:6px 0}.action-buttons{flex-direction:column}.call-next-btn,.repeat-call-btn{width:100%}}.column-action-btn.void-btn{background:var(--surface-hover);color:var(--danger-color);border:1px solid var(--border-color);transition:all .2s ease}.column-action-btn.void-btn:hover:not(:disabled){background:#ef44441a;color:var(--danger-color);border-color:var(--danger-color)}.stat-card.void .stat-icon{background:#ef44441a;color:var(--danger-color)}:root[data-theme=light],:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--border-color: #e2e8f0;--border-hover: #cbd5e1;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08)}:root[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-color: #334155;--border-hover: #475569;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3)}:root[data-theme=dim]{--bg-primary: #f1f5f9;--bg-secondary: #e2e8f0;--bg-tertiary: #cbd5e1;--text-primary: #1e293b;--text-secondary: #475569;--text-tertiary: #64748b;--border-color: #cbd5e1;--border-hover: #94a3b8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06)}.queue-page-wrapper{display:flex;flex-direction:column;height:100dvh;overflow:hidden;width:100vw;position:fixed;top:0;left:0;z-index:9999;background:var(--bg-secondary)}.queue-home-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-secondary);flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;padding-top:0;height:100%}.queue-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;color:var(--text-secondary)}.queue-loading-container p{font-size:.95rem;font-weight:500}.queue-error-container{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.queue-retry-btn{margin-top:1rem;padding:.6rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.queue-retry-btn:hover{background:#2563eb}.queue-staff-menu-container{position:relative;z-index:1000}.queue-staff-menu-toggle{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm);min-width:260px}.queue-staff-menu-toggle:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover)}.queue-staff-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.queue-staff-info{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;flex:1;min-width:0}.queue-staff-name{font-size:.875rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.queue-staff-role{font-size:.75rem;color:var(--text-secondary);text-transform:capitalize;background:var(--bg-tertiary);padding:.125rem .5rem;border-radius:12px;font-weight:500}.queue-staff-chevron{color:var(--text-secondary);transition:transform .2s ease;flex-shrink:0}.queue-staff-chevron-open{transform:rotate(180deg)}.queue-staff-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:.5rem;min-width:200px;box-shadow:0 10px 25px #0000001a;animation:queueSlideDown .2s ease;z-index:1100}@keyframes queueSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.queue-staff-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:all .15s ease;font-size:.875rem;font-weight:500;text-align:left}.queue-staff-menu-item:hover{background:var(--bg-secondary);color:var(--text-primary)}.queue-staff-menu-logout{color:#dc2626}.queue-staff-menu-logout:hover{background:#fef2f2}.queue-staff-menu-item span{flex:1}.queue-staff-menu-divider{height:1px;background:var(--border-color);margin:.5rem 0}.queue-top-section{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid var(--border-color);gap:1rem;flex-shrink:0;width:100%;position:relative;z-index:100}.queue-top-section-left{width:auto;min-width:60px;flex-shrink:0}.queue-top-section-center{flex:1;max-width:500px;display:flex;justify-content:center;min-width:0}.queue-top-section-right{width:auto;min-width:60px;flex-shrink:0;display:flex;justify-content:flex-end}.queue-form-container{flex:1;display:flex;flex-direction:column;padding:.5rem 1rem 1rem;max-width:100%;min-height:0;justify-content:flex-start}@media (max-width: 768px){.queue-top-section{padding:.5rem .75rem;gap:.5rem}.queue-step-label{display:none}.queue-progress-bar{left:15px;right:15px;top:13px}.queue-step-circle{width:26px;height:26px;font-size:.75rem}.queue-previous-btn span,.queue-staff-name{display:none}.queue-staff-menu-toggle{min-width:auto!important;padding:.4rem!important}}.queue-form-header{max-width:500px;margin:0 auto .25rem;flex-shrink:0;width:100%;position:relative}.queue-progress-container{margin-bottom:0;width:100%;position:relative}.queue-progress-steps{display:flex;justify-content:space-between;margin-bottom:.5rem;position:relative;z-index:2}.queue-progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.queue-step-circle{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-weight:500;color:#64748b;transition:all .3s ease;font-size:.8rem;cursor:default}.queue-progress-step-active .queue-step-circle{background:#3b82f6;border-color:#3b82f6;color:#fff}.queue-progress-step-completed .queue-step-circle{background:#10b981;border-color:#10b981;color:#fff}.queue-step-label{margin-top:.4rem;font-size:.7rem;color:#64748b;font-weight:400;transition:all .2s ease}.queue-progress-step-active .queue-step-label{color:#3b82f6;font-weight:500}.queue-progress-bar{position:absolute;top:16px;left:10%;right:10%;height:2px;background:#e2e8f0;border-radius:1px;z-index:1}.queue-progress-fill{height:100%;background:#3b82f6;border-radius:1px;transition:width .4s ease}.queue-form-title-section{text-align:center}.queue-form-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.3rem}.queue-form-subtitle{font-size:.9rem;color:#64748b;margin:0}.queue-form-wrapper{max-width:600px;margin:0 auto;flex:1;display:flex;flex-direction:column;width:100%;min-height:0}.queue-form{background:#fff;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;flex:1;display:flex;flex-direction:column;min-height:220px}.queue-form-slides{flex:1;display:flex;align-items:center;justify-content:center}.queue-form-slide{width:100%;opacity:0;transform:translate(20px);transition:all .3s ease;display:none}.queue-form-slide-active{opacity:1;transform:translate(0);display:block}.queue-form-section{padding:1rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center}.queue-section-header{margin-bottom:1.5rem}.queue-section-header h3{font-size:1.1rem;font-weight:500;color:#1e293b;margin-bottom:.3rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.queue-section-icon{color:#3b82f6}.queue-form-group{margin-bottom:1.2rem}.queue-form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.9rem;text-align:center}.queue-select-wrapper{position:relative;max-width:300px;margin:0 auto}.queue-form-select{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff;color:#374151;appearance:none;cursor:pointer;transition:all .2s ease;text-align:center}.queue-form-select:hover{border-color:#9ca3af}.queue-form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.queue-next-btn:focus,.queue-previous-btn:focus,.queue-submit-btn:focus,.queue-reset-btn:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}.queue-select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.queue-review-info{max-width:320px;margin:0 auto;text-align:left}.queue-review-item{display:flex;justify-content:space-between;padding:.8rem;margin-bottom:.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:.85rem;transition:all .2s ease}.queue-review-item:hover{background:#f1f5f9}.queue-review-item strong{color:#1e293b;font-weight:500}.queue-review-item span{color:#475569;font-weight:400}.queue-error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.8rem;margin-bottom:1rem;color:#dc2626;font-size:.85rem;text-align:center;max-width:500px;margin-left:auto;margin-right:auto}.queue-form-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;padding:0 .5rem;align-items:center}.queue-actions-left,.queue-actions-center,.queue-actions-right{display:flex;justify-content:center;flex:1 1 auto;min-width:120px}.queue-next-btn,.queue-previous-btn,.queue-submit-btn,.queue-reset-btn{min-width:100px;height:42px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid;position:relative;overflow:hidden;padding:0 1.2rem;width:100%;max-width:200px}.queue-next-btn,.queue-submit-btn{background:#3b82f6;color:#fff;border-color:#3b82f6}.queue-next-btn:hover,.queue-submit-btn:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.queue-submit-btn{background:#10b981;border-color:#10b981}.queue-submit-btn:hover:not(:disabled){background:#059669;border-color:#059669}.queue-submit-btn:disabled{opacity:.6;cursor:not-allowed}.queue-submit-btn-loading{pointer-events:none}.queue-previous-btn{background:#fff;color:#64748b;border-color:#d1d5db}.queue-previous-btn:hover{background:#f8fafc;border-color:#9ca3af}.queue-reset-btn{background:#fff;color:#dc2626;border-color:#fecaca}.queue-reset-btn:hover{background:#fef2f2;border-color:#fca5a5}.queue-spinner{animation:queueSpin 1s linear infinite}@keyframes queueSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 1440px){.queue-form-container{padding:1.5rem 2rem}.queue-form-header{max-width:600px;margin-bottom:1rem}.queue-form-wrapper{max-width:550px}}@media (min-width: 1200px) and (max-width: 1439px){.queue-form-container{padding:1rem 1.5rem}}@media (min-width: 1024px) and (max-width: 1199px){.queue-form-container{padding:5rem 1rem 1.5rem}.queue-form{padding:1.5rem}.queue-staff-menu-toggle{min-width:240px}}@media (min-width: 768px) and (max-width: 1023px){.queue-form-container{padding:5.5rem 1rem 1.5rem}.queue-staff-menu-toggle{min-width:220px;padding:.45rem .85rem}.queue-staff-avatar{width:38px;height:38px}.queue-form{padding:1.5rem}.queue-form-title{font-size:1.4rem}}@media (min-width: 640px) and (max-width: 767px){.queue-form-container{padding:1rem .75rem}.queue-staff-menu-toggle{min-width:200px;padding:.4rem .75rem;gap:.5rem}.queue-staff-avatar{width:36px;height:36px}.queue-staff-avatar svg{width:18px;height:18px}.queue-staff-name{font-size:.8rem}.queue-staff-role{font-size:.7rem}.queue-form-title{font-size:1.3rem}.queue-form-subtitle{font-size:.85rem}.queue-form{padding:1.25rem;min-height:280px}.queue-step-circle{width:28px;height:28px;font-size:.75rem}.queue-step-label{font-size:.65rem}.queue-section-header h3{font-size:1rem}.queue-form-section{padding:.75rem}.queue-form-select{padding:.7rem;font-size:.85rem}}@media (min-width: 480px) and (max-width: 639px){.queue-form-container{padding:6rem .5rem 1.5rem}.queue-staff-menu-container{top:.75rem;right:.75rem}.queue-staff-menu-toggle{min-width:190px;padding:.4rem .7rem;gap:.5rem}.queue-staff-avatar{width:34px;height:34px}.queue-staff-avatar svg{width:17px;height:17px}.queue-staff-name{font-size:.8rem}.queue-staff-role{font-size:.7rem}.queue-form-title{font-size:1.25rem}.queue-form-subtitle{font-size:.8rem}.queue-form{padding:1.25rem;min-height:280px}.queue-step-circle{width:28px;height:28px;font-size:.75rem}.queue-step-label{font-size:.65rem}.queue-section-header h3{font-size:1rem}.queue-form-section{padding:.75rem}.queue-form-select{padding:.7rem;font-size:.85rem}.queue-form-actions{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.6rem}.queue-actions-left,.queue-actions-center,.queue-actions-right{justify-content:center}.queue-next-btn,.queue-previous-btn,.queue-submit-btn,.queue-reset-btn{width:100%;max-width:100%;height:42px}.queue-actions-center{order:1}.queue-actions-left{order:2}.queue-actions-right{order:3}.queue-review-item{flex-direction:column;gap:.3rem;text-align:center;padding:.7rem;font-size:.8rem}}@media (max-width: 479px){.queue-form-container{padding:5.5rem .5rem 1.5rem}.queue-staff-menu-toggle{min-width:170px;padding:.35rem .6rem;gap:.4rem}.queue-staff-avatar{width:32px;height:32px}.queue-staff-avatar svg{width:16px;height:16px}.queue-staff-name{font-size:.75rem}.queue-staff-role{font-size:.65rem;padding:.1rem .4rem}.queue-staff-chevron{width:16px;height:16px}.queue-staff-menu-dropdown{min-width:170px;right:0}.queue-staff-menu-item{padding:.65rem .85rem;font-size:.8rem}.queue-staff-menu-item svg{width:16px;height:16px}.queue-form-title{font-size:1.2rem}.queue-form-subtitle{font-size:.75rem}.queue-section-header h3{font-size:.95rem;flex-direction:column;gap:.3rem}.queue-form{padding:1rem;min-height:260px}.queue-step-circle{width:26px;height:26px;font-size:.7rem}.queue-step-label{font-size:.6rem}.queue-form-select{padding:.6rem;font-size:.8rem}.queue-select-wrapper{max-width:100%}.queue-form-actions{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.6rem;padding:0}.queue-actions-left,.queue-actions-center,.queue-actions-right{justify-content:center}.queue-next-btn,.queue-previous-btn,.queue-submit-btn,.queue-reset-btn{width:100%;max-width:100%;height:42px}.queue-actions-center{order:1}.queue-actions-left{order:2}.queue-actions-right{order:3}.queue-review-item{flex-direction:column;gap:.3rem;text-align:center;padding:.7rem;font-size:.8rem}.queue-loading-container{min-height:300px}.queue-error-container{min-height:300px;padding:1rem}}@media (max-width: 479px){.queue-progress-bar{top:13px!important}.queue-top-section{padding:.4rem .5rem}}@media (max-height: 600px) and (orientation: landscape){.queue-form-container{padding:1rem .5rem}.queue-form{min-height:220px;padding:1rem}.queue-form-section{padding:.5rem}.queue-section-header{margin-bottom:1rem}.queue-form-group{margin-bottom:.8rem}.queue-loading-container,.queue-error-container{min-height:200px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;transition:opacity .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1rem}.modal-overlay.visible{opacity:1}.modal-content{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 60px #0000004d;border:1px solid rgba(74,144,226,.3);position:relative;transform:scale(.8) translateY(20px);transition:all .3s cubic-bezier(.34,1.56,.64,1)}.modal-content.visible{transform:scale(1) translateY(0)}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#4a90e21a;border-radius:3px}.modal-content::-webkit-scrollbar-thumb{background:#4a90e266;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#4a90e299}.celebration-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;overflow:hidden;border-radius:24px}.confetti{position:absolute;font-size:1.5rem;color:#4a90e2;animation:confetti-fall 2s ease-out forwards}.confetti-1{top:10%;left:20%;animation-delay:0s;color:#f39c12}.confetti-2{top:15%;left:70%;animation-delay:.2s;color:#e74c3c}.confetti-3{top:10%;left:50%;animation-delay:.4s;color:#9b59b6}.confetti-4{top:20%;left:30%;animation-delay:.6s;color:#4a90e2}.confetti-5{top:15%;left:80%;animation-delay:.8s;color:#2ecc71}.confetti-6{top:10%;left:10%;animation-delay:1s;color:#e67e22}@keyframes confetti-fall{0%{transform:translateY(-20px) rotate(0) scale(1);opacity:1}50%{transform:translateY(50px) rotate(180deg) scale(1.2);opacity:.8}to{transform:translateY(100px) rotate(360deg) scale(.8);opacity:0}}.modal-header{text-align:center;margin-bottom:2rem;position:relative;z-index:5;display:flex;flex-direction:column;align-items:center}.success-icon{font-size:3rem;color:#2ecc71;margin-bottom:1rem;animation:bounce .6s ease-out .2s both;display:inline-block}.modal-title{font-size:1.75rem;font-weight:700;color:#1e3a5f;margin-bottom:.5rem;animation:slideInUp .5s ease-out .3s both;text-align:center}.modal-subtitle{color:#4a6b8a;font-size:1rem;margin:0;opacity:.8;animation:slideInUp .5s ease-out .4s both}.queue-display-section{text-align:center;margin-bottom:2rem;position:relative;animation:slideInUp .5s ease-out .5s both;display:flex;flex-direction:column;align-items:center}.queue-label{font-size:.9rem;font-weight:600;color:#1e3a5f;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;text-align:center;width:100%}.queue-number-display{font-size:3.5rem;font-weight:800;color:#4a90e2;margin:1rem 0;text-shadow:0 4px 15px rgba(74,144,226,.3);background:linear-gradient(135deg,#4a90e2,#2d5aa0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:2;font-family:Inter,monospace;-webkit-user-select:all;user-select:all;text-align:center;width:100%}.queue-pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:3px solid rgba(74,144,226,.3);border-radius:50%;animation:pulse-ring 2s infinite;z-index:1}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.2);opacity:0}}.details-section{margin-bottom:2rem;animation:slideInUp .5s ease-out .6s both}.detail-card{background:#f0f8ffcc;border-radius:16px;padding:1.5rem;border:1px solid rgba(74,144,226,.2);box-shadow:0 4px 15px #4a90e21a}.detail-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(74,144,226,.1);transition:all .3s ease}.detail-item:last-child{border-bottom:none}.detail-item:hover{background:#4a90e20d;border-radius:8px;margin:0 -.5rem;padding:.75rem .5rem}.detail-icon{font-size:1.5rem;width:40px;display:flex;align-items:center;justify-content:center;color:#4a90e2;flex-shrink:0}.detail-content{flex:1;display:flex;flex-direction:column}.detail-label{font-size:.85rem;color:#4a6b8a;font-weight:500;margin-bottom:.25rem}.detail-value{font-size:1rem;color:#1e3a5f;font-weight:600}.status-waiting{color:#f39c12;background:#f39c121a;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;width:fit-content;border:1px solid rgba(243,156,18,.3);animation:pulse-status 2s infinite}@keyframes pulse-status{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.instructions-section{margin-bottom:2rem;animation:slideInUp .5s ease-out .7s both}.instruction-card{background:linear-gradient(135deg,#e1f4f4,#b8e6e6);border:2px solid #4a90e2;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 25px #4a90e233;position:relative;overflow:hidden}.instruction-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.instruction-icon{font-size:2rem;color:#2d5aa0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.instruction-content{flex:1}.instruction-title{font-size:1.1rem;font-weight:700;color:#1e3a5f;margin-bottom:.5rem}.instruction-text{color:#2d4a6b;font-size:.9rem;margin:0;line-height:1.4}.modal-actions{display:flex;gap:1rem;margin-bottom:1.5rem;animation:slideInUp .5s ease-out .8s both}.print-btn{flex:1;position:relative;background:linear-gradient(135deg,#4a90e2,#5ba0f2);color:#fff;border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #4a90e24d;overflow:hidden;min-height:56px}.print-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px #4a90e266}.print-btn:disabled{opacity:.7;cursor:not-allowed}.btn-content,.btn-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;width:100%}.btn-content{opacity:1;visibility:visible}.btn-loading,.print-btn.printing .btn-content{opacity:0;visibility:hidden}.print-btn.printing .btn-loading{opacity:1;visibility:visible}.close-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;background:#6c757d1a;color:#6c757d;border:2px solid rgba(108,117,125,.3);border-radius:12px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:56px}.close-btn:hover{background:#6c757d33;transform:translateY(-1px)}.btn-icon{font-size:1.1rem;display:flex;align-items:center;justify-content:center}.loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.tips-section{text-align:center;animation:slideInUp .5s ease-out .9s both}.tip-text{font-size:.85rem;color:#4a6b8a;margin:0;opacity:.8;padding:.75rem;background:#4a90e20d;border-radius:8px;border:1px solid rgba(74,144,226,.1);display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.tip-text:hover{background:#4a90e21a;transform:scale(1.02)}.tip-icon{color:#f39c12;font-size:1rem;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-15px)}70%{transform:translateY(-7px)}90%{transform:translateY(-3px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.print-btn:focus,.close-btn:focus{outline:3px solid rgba(74,144,226,.5);outline-offset:2px}@media (max-width: 768px){.modal-content{padding:2rem;margin:0;width:100%;max-width:none;border-radius:20px}.queue-number-display{font-size:2.5rem}.queue-pulse-ring{width:150px;height:150px}.modal-actions{flex-direction:column}.print-btn,.close-btn{padding:.875rem 1.25rem;min-height:50px}}@media (max-width: 480px){.modal-overlay{padding:.5rem}.modal-content{padding:1.5rem;border-radius:16px}.modal-title{font-size:1.5rem}.queue-number-display{font-size:2rem}.queue-pulse-ring{width:120px;height:120px}.instruction-card{flex-direction:column;text-align:center;gap:.75rem}.detail-item{flex-direction:column;text-align:center;gap:.5rem}.detail-item:hover{margin:0;padding:.75rem 0}.detail-content{align-items:center}.tip-text{flex-direction:column;gap:.25rem}.print-btn,.close-btn{min-height:48px;font-size:.9rem}}@media (prefers-contrast: high){.modal-content{border:2px solid #000}.detail-card{border:1px solid #000}.instruction-card{border:2px solid #000}}@media (prefers-reduced-motion: reduce){.modal-content,.success-icon,.modal-title,.modal-subtitle,.queue-display-section,.details-section,.instructions-section,.modal-actions,.tips-section{animation:none}.confetti{animation:none;opacity:0}.queue-pulse-ring,.status-waiting{animation:none}}.settings-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.settings-modal-content{background:var(--bg-primary);border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.settings-header{display:flex;align-items:flex-start;gap:.75rem;padding:1.5rem 1.5rem .5rem;flex-shrink:0;border-bottom:1px solid var(--border-color);position:relative}.settings-back-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-top:.25rem}.settings-back-btn:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.settings-close-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-top:.25rem;position:absolute;right:1.5rem;top:1.5rem}.settings-close-btn:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.settings-header-content{flex:1;text-align:left;padding-right:2rem}.settings-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem;line-height:1.2}.settings-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.3}.settings-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:6px;margin:.5rem 1.5rem;font-size:.85rem;font-weight:500;flex-shrink:0}.settings-message-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.settings-message-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.settings-message-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.settings-tabs{display:flex;gap:.25rem;padding:0 1.5rem;border-bottom:1px solid var(--border-color);overflow-x:auto;flex-shrink:0}.settings-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;margin-bottom:-1px}.settings-tabs::-webkit-scrollbar{display:none}.settings-tab:hover{color:#3b82f6}.settings-tab-active{color:#3b82f6;border-bottom-color:#3b82f6}.settings-content-area{flex:1;overflow-y:auto;padding:1.5rem}.settings-section{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.settings-section-header{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color);text-align:left}.settings-section-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.settings-section-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.settings-info-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.settings-info-item{display:flex;flex-direction:column;gap:.25rem;text-align:left}.settings-info-item label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.settings-info-value{padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;color:var(--text-primary);font-weight:500}.settings-form{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.settings-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.settings-form-group{display:flex;flex-direction:column;gap:.5rem}.settings-form-group label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.settings-input{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;color:var(--text-primary);background:var(--bg-primary);transition:all .2s ease;height:44px;box-sizing:border-box}.settings-input:hover{border-color:var(--border-hover)}.settings-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-password-wrapper{position:relative;display:flex;align-items:center}.settings-password-wrapper .settings-input{padding-right:3rem;width:100%}.settings-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;width:24px;height:24px}.settings-password-toggle:hover{color:#3b82f6}.settings-divider{height:1px;background:var(--border-color);margin:1.5rem 0}.settings-subsection-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.settings-subsection-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0 0 1rem}.settings-form-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid var(--border-color)}.settings-save-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;height:42px}.settings-save-btn:hover:not(:disabled){background:#2563eb}.settings-save-btn:disabled{opacity:.6;cursor:not-allowed}.settings-spinner{animation:spin 1s linear infinite}.theme-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.theme-option{position:relative;border:2px solid var(--border-color);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;background:var(--bg-primary)}.theme-option:hover{border-color:var(--border-hover);box-shadow:0 4px 12px #0000001a}.theme-option-active{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f626}.theme-preview{width:100%;height:100px;border-radius:8px;overflow:hidden;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}.theme-preview-header{height:30%;border-bottom:1px solid}.theme-preview-body{height:70%}.theme-preview-light .theme-preview-header{background:#fff;border-color:#e2e8f0}.theme-preview-light .theme-preview-body{background:#f8fafc}.theme-preview-dark .theme-preview-header{background:#1e293b;border-color:#334155}.theme-preview-dark .theme-preview-body{background:#0f172a}.theme-preview-dim .theme-preview-header{background:#f1f5f9;border-color:#cbd5e1}.theme-preview-dim .theme-preview-body{background:#e2e8f0}.theme-info h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.theme-info p{font-size:.85rem;color:var(--text-secondary);margin:0}.theme-checkmark{position:absolute;top:1rem;right:1rem;width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.settings-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.settings-loading-container p{color:var(--text-secondary);font-size:.95rem;font-weight:500}.settings-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;text-align:center}.settings-error-icon{color:#ef4444;margin-bottom:.5rem}.settings-error-container h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.settings-error-container p{color:var(--text-secondary);font-size:.95rem;max-width:400px;margin:0 0 1.5rem}.settings-retry-btn{padding:.75rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.settings-retry-btn:hover{background:#2563eb}.settings-back-btn-error{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:var(--bg-primary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.settings-back-btn-error:hover{background:var(--bg-tertiary)}@media (max-width: 768px){.settings-modal-overlay{padding:.5rem}.settings-modal-content{max-height:95vh;border-radius:8px}.settings-header{padding:1rem 1rem .5rem}.settings-content-area{padding:1rem}.settings-form-row{grid-template-columns:1fr;gap:.75rem}.theme-options{grid-template-columns:1fr}}@media (max-width: 480px){.settings-tabs{gap:.1rem}.settings-tab{padding:.6rem .75rem;font-size:.8rem}.settings-title{font-size:1.25rem}.settings-subtitle{font-size:.8rem}}.settings-content-area::-webkit-scrollbar{width:6px}.settings-content-area::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.settings-content-area::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:3px}.settings-content-area::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f9fc;color:#1a1f36;overflow-x:hidden}.admin-dashboard-container{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#f7f9fc}.admin-dashboard{display:flex;flex:1;position:relative;overflow:hidden}.sidebar{width:240px;background:#fff;border-right:1px solid #e8ecf3;transition:width .3s cubic-bezier(.4,0,.2,1);position:fixed;height:100vh;left:0;top:0;bottom:0;z-index:1000;display:flex;flex-direction:column;box-shadow:2px 0 8px #00000005}.sidebar.closed{width:70px}.sidebar-header{padding:1.25rem;border-bottom:1px solid #e8ecf3;background:#fff;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.header-top{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:1rem}.sidebar.closed .header-top{justify-content:center;margin-bottom:1rem}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1.5px solid #e8ecf3;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#6b7c93;flex-shrink:0}.hamburger-btn:hover{background:#f0f5fa;border-color:#4a90e2;color:#4a90e2}.logo-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:.75rem;background:#fff;border-radius:14px;box-shadow:0 4px 12px #0000001a;overflow:hidden;border:1px solid #e8ecf3}.calape-logo{width:100%;height:100%;object-fit:contain;padding:4px}.sidebar-header h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7c93;margin:0;text-align:center}.sidebar-nav{flex:1;padding:.75rem;overflow-y:auto;overflow-x:hidden;min-height:0}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#d1d9e6;border-radius:10px}.nav-item{display:flex;align-items:center;width:100%;padding:.75rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .2s ease;color:#6b7c93;font-size:.875rem;font-weight:500;position:relative;border-radius:8px;margin:.25rem 0;gap:.75rem}.sidebar.closed .nav-item{justify-content:center;padding:.75rem}.nav-item:hover{background:#f0f5fa;color:#4a90e2}.nav-item.active{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;box-shadow:0 2px 8px #4a90e240;font-weight:600}.nav-icon{width:20px;height:20px;flex-shrink:0}.nav-text{flex:1;white-space:nowrap;overflow:hidden}.sidebar-footer{border-top:1px solid #e8ecf3;background:#f7f9fc;padding:.75rem;margin-top:auto}.logout-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem;background:#fff;color:#ef5466;border:1.5px solid #ef5466;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s ease;width:100%}.sidebar.closed .logout-btn{padding:.75rem}.logout-btn:hover{background:#ef5466;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ef546640}.logout-icon{flex-shrink:0}.logout-text{white-space:nowrap}.main-content{flex:1;margin-left:240px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;background:#f7f9fc;height:100vh;overflow:hidden}.main-content.sidebar-closed{margin-left:70px}.content-header{background:#fff;padding:1.25rem 1.75rem;border-bottom:1px solid #e8ecf3;flex-shrink:0}.page-title h1{font-size:1.5rem;font-weight:700;color:#1a1f36;margin-bottom:.25rem;line-height:1.2}.page-subtitle{color:#6b7c93;font-size:.875rem;line-height:1.4;font-weight:400}.content-body{flex:1;padding:1.5rem 1.75rem;overflow-y:auto;overflow-x:hidden}.content-body::-webkit-scrollbar{width:6px}.content-body::-webkit-scrollbar-track{background:transparent}.content-body::-webkit-scrollbar-thumb{background:#d1d9e6;border-radius:10px}.content-body::-webkit-scrollbar-thumb:hover{background:#b4c0d3}.dashboard-content{max-width:1400px;margin:0 auto;width:100%}.welcome-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.75rem 2rem;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:12px;box-shadow:0 4px 16px #4a90e226;position:relative;overflow:hidden}.welcome-section:before{content:"";position:absolute;top:-50%;right:-10%;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.welcome-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.25rem;position:relative;z-index:1}.welcome-header p{font-size:.875rem;color:#ffffffe6;font-weight:500;position:relative;z-index:1}.welcome-time{position:relative;z-index:1}.welcome-time span{background:#fff3;color:#fff;padding:.625rem 1rem;border-radius:10px;font-weight:600;font-size:.8125rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);box-shadow:0 2px 8px #0000001a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1.75rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e8ecf3;display:flex;align-items:center;gap:1rem;transition:all .2s ease;box-shadow:0 1px 3px #00000005}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f;border-color:#d1d9e6}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card.staff-card .stat-icon{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#4a90e2}.stat-card.department-card .stat-icon{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#4caf50}.stat-card.services-card .stat-icon{background:linear-gradient(135deg,#f3e5f5,#e1bee7);color:#9c27b0}.stat-content{flex:1;min-width:0}.stat-number{font-size:2.25rem;font-weight:700;color:#1a1f36;margin-bottom:.125rem;line-height:1}.stat-label{font-size:.875rem;color:#6b7c93;font-weight:500}.dashboard-content h2{font-size:1.125rem;font-weight:700;color:#1a1f36;margin-bottom:1rem}.action-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.action-btn{display:flex;align-items:center;gap:.875rem;padding:1.25rem;border:1.5px solid #e8ecf3;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;background:#fff;color:#1a1f36;box-shadow:0 1px 3px #00000005}.action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.action-btn.primary:hover{border-color:#4a90e2;background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#4a90e2}.action-btn.secondary:hover{border-color:#4caf50;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.action-btn.tertiary:hover{border-color:#9c27b0;background:linear-gradient(135deg,#f3e5f5,#e1bee7);color:#7b1fa2}.action-icon{padding:.625rem;background:#f7f9fc;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.action-btn.primary:hover .action-icon{background:#4a90e226;color:#4a90e2}.action-btn.secondary:hover .action-icon{background:#4caf5026;color:#4caf50}.action-btn.tertiary:hover .action-icon{background:#9c27b026;color:#9c27b0}.sidebar-overlay{position:fixed;inset:0;background:#1a1f3666;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:none}@media (max-width: 1024px){.sidebar{width:240px;transform:translate(0)}.sidebar.closed{width:240px;transform:translate(-100%)}.sidebar-overlay{display:block}.main-content,.main-content.sidebar-closed{margin-left:0}.stats-grid,.action-buttons{grid-template-columns:1fr}.admin-dashboard-container{overflow-x:hidden}}.header-left{display:flex;align-items:flex-start;gap:1rem}.mobile-toggle-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1.5px solid #e8ecf3;border-radius:8px;cursor:pointer;color:#6b7c93;transition:all .2s ease;flex-shrink:0;margin-top:4px}.mobile-toggle-btn:hover{background:#f0f5fa;border-color:#4a90e2;color:#4a90e2}@media (max-width: 1024px){.mobile-toggle-btn{display:flex}}@media (max-width: 768px){.content-header{padding:1rem 1.25rem}.content-body{padding:1.25rem}.welcome-section{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem}.welcome-header h1{font-size:1.5rem}.page-title h1{font-size:1.375rem}}@media (max-width: 480px){.content-header,.content-body{padding:1rem}.welcome-section,.stat-card{padding:1.25rem}.stat-number{font-size:2rem}.action-btn{padding:1rem}}.dashboard-content h2:last-of-type{display:none}.action-buttons{display:none}.reports-panel{margin-top:1.5rem}@media (max-width: 768px){.reports-panel{margin-top:1rem}}.departments-content{padding:24px;background:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-department-floating-btn{position:fixed;bottom:30px;right:30px;background:#0c4a6e;color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:24px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0c4a6e4d;display:flex;align-items:center;justify-content:center;z-index:100}.add-department-floating-btn:hover{background:#0369a1;transform:scale(1.1);box-shadow:0 6px 16px #0c4a6e66}.add-department-floating-btn .btn-icon{font-size:20px}.department-form-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.department-form-modal{background:#fff;padding:32px;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease}.form-group input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s ease;box-sizing:border-box;background:#fff;color:#374151}.form-group input:focus{outline:none;border-color:#0c4a6e;box-shadow:0 0 0 2px #0c4a6e1a}.readonly-input{background:#f1f5f9!important;cursor:not-allowed;text-transform:uppercase;font-weight:600;color:#64748b!important}.form-help{display:block;margin-top:8px;color:#64748b;font-size:13px;font-style:italic}.departments-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;position:relative}.department-count{background:#0c4a6e;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.departments-table table{width:100%;border-collapse:collapse}.departments-table thead{background:#0c4a6e}.departments-table th{padding:16px 24px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#fff}.department-name-cell{padding:16px 24px}.department-info{display:flex;align-items:center;gap:12px}.department-avatar{width:40px;height:40px;border-radius:8px;background:#0c4a6e;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.department-details{display:flex;flex-direction:column;gap:2px}.department-name{font-size:14px!important;font-weight:600;color:#0c4a6e}.department-code{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.departments-content{padding:16px}.department-form-modal{padding:24px;margin:16px;border-radius:8px}.table-header{padding:16px 20px}.table-title{flex-direction:column;gap:8px;align-items:flex-start}.departments-table{overflow-x:auto}.departments-table table{min-width:600px}.departments-table th,.department-name-cell,.actions-cell{padding:12px 16px}.form-actions{flex-direction:column;gap:8px}.cancel-btn,.submit-btn{width:100%}.department-info{gap:10px}.department-avatar{width:36px;height:36px;font-size:14px}.actions{flex-direction:column;gap:6px}.edit-btn,.delete-btn{width:100%;justify-content:center}.empty-state{padding:40px 16px}.add-department-floating-btn{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}.add-department-floating-btn .btn-icon{font-size:18px}}.department-form-modal::-webkit-scrollbar{width:6px}.department-form-modal::-webkit-scrollbar-track{background:#f1f5f9}.department-form-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.department-form-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.processing-row{opacity:.7;background-color:#f8f9fa}.add-department-floating-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.add-department-floating-btn:disabled:hover{transform:none;box-shadow:0 4px 12px #00000026}.table-row.processing-row .department-name{display:flex;align-items:center;flex-wrap:wrap}.staff-content{padding:24px;background:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-staff-floating-btn{position:fixed;bottom:30px;right:30px;background:#0c4a6e;color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:24px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0c4a6e4d;display:flex;align-items:center;justify-content:center;z-index:100}.add-staff-floating-btn:hover{background:#0369a1;transform:scale(1.1);box-shadow:0 6px 16px #0c4a6e66}.add-staff-floating-btn .btn-icon{font-size:20px}.staff-form-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.staff-form-modal{background:#fff;padding:32px;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease}.close-modal-btn{background:#f1f5f9;border:none;font-size:18px;color:#64748b;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px;position:absolute;top:12px;right:12px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.staff-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;position:relative}.staff-count{background:#0c4a6e;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.staff-table table{width:100%;border-collapse:collapse}.staff-table thead{background:#0c4a6e}.staff-table th{padding:16px 24px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#fff}.th-content{display:flex;align-items:center;gap:8px}.th-icon{font-size:14px;opacity:.9}.table-row{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.table-row:hover{background:#f8fafc}.table-row:last-child{border-bottom:none}.staff-name-cell{padding:16px 24px}.staff-info{display:flex;align-items:center;gap:12px}.staff-avatar{width:40px;height:40px;border-radius:8px;background:#0c4a6e;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.staff-details{display:flex;flex-direction:column;gap:2px}.staff-name{font-size:14px;font-weight:600;color:#0c4a6e}.department-cell{padding:16px 24px}.department-badge{display:inline-block;padding:6px 12px;background:#e0f2fe;color:#0369a1;border-radius:6px;font-size:12px;font-weight:600}.role-cell{padding:16px 24px}.role-badge{display:inline-block;padding:6px 12px;background:#f0f5fa;color:#0c4a6e;border-radius:6px;font-size:12px;font-weight:600}.counter-cell{padding:16px 24px}.counter-badge{display:inline-block;padding:6px 12px;background:#fef3c7;color:#92400e;border-radius:6px;font-size:12px;font-weight:600}.actions-cell{padding:16px 24px}.actions{display:flex;gap:8px}.edit-btn,.delete-btn{padding:8px 16px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.edit-btn:hover{background:#0369a1}.delete-btn:hover{background:#b91c1c}.empty-state-btn:hover{background:#0369a1}@media (max-width: 768px){.staff-table{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px}.staff-form-modal{padding:24px;margin:16px;border-radius:8px}.table-header{padding:16px 20px}.table-title{flex-direction:column;gap:8px;align-items:flex-start}.staff-table{overflow-x:auto}.staff-table table{min-width:600px}.staff-table th,.staff-name-cell,.department-cell,.role-cell,.actions-cell{padding:12px 16px}.form-actions{flex-direction:column;gap:8px}.cancel-btn,.submit-btn{width:100%}.staff-info{gap:10px}.staff-avatar{width:36px;height:36px;font-size:14px}.actions{flex-direction:column;gap:6px}.edit-btn,.delete-btn{width:100%;justify-content:center}.empty-state{padding:40px 16px}.add-staff-floating-btn{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}.add-staff-floating-btn .btn-icon{font-size:18px}}.staff-form-modal::-webkit-scrollbar{width:6px}.staff-form-modal::-webkit-scrollbar-track{background:#f1f5f9}.staff-form-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.staff-form-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.services-content{padding:24px;background:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-service-floating-btn{position:fixed;bottom:30px;right:30px;background:#0c4a6e;color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:24px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0c4a6e4d;display:flex;align-items:center;justify-content:center;z-index:100}.add-service-floating-btn:hover{background:#0369a1;transform:scale(1.1);box-shadow:0 6px 16px #0c4a6e66}.add-service-floating-btn .btn-icon{font-size:20px}.service-form-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.service-form-modal{background:#fff;padding:32px;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.services-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;position:relative}.service-count{background:#0c4a6e;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.services-grouped{padding:0}.department-name{color:#0c4a6e;font-size:16px;font-weight:600;margin:0}.service-badge{background:#0c4a6e;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.services-list{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.service-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.service-card:hover{border-color:#0c4a6e;box-shadow:0 2px 8px #0c4a6e1a;transform:translateY(-1px)}.service-info{display:flex;align-items:center;gap:12px;flex:1}.service-icon{width:40px;height:40px;border-radius:8px;background:#0c4a6e;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.service-details{display:flex;flex-direction:column;gap:2px}.service-name{font-size:14px;font-weight:600;color:#0c4a6e}.service-actions{display:flex;gap:8px;align-items:center}.empty-state-btn .btn-icon{font-size:12px}@media (max-width: 768px){.services-content{padding:16px}.service-form-modal{padding:24px;margin:16px;border-radius:8px}.table-header{padding:16px 20px}.table-title{flex-direction:column;gap:8px;align-items:flex-start}.department-header{padding:16px 20px}.department-info{gap:12px}.department-avatar{width:40px;height:40px;font-size:16px}.department-name{font-size:14px}.services-list{padding:12px 20px}.service-card{flex-direction:column;align-items:stretch;gap:12px}.service-actions{justify-content:center}.form-actions{flex-direction:column;gap:8px}.cancel-btn,.submit-btn{width:100%}.service-info{gap:10px}.service-icon{width:36px;height:36px;font-size:14px}.empty-state{padding:40px 16px}.add-service-floating-btn{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}.add-service-floating-btn .btn-icon{font-size:18px}}.service-form-modal::-webkit-scrollbar{width:6px}.service-form-modal::-webkit-scrollbar-track{background:#f1f5f9}.service-form-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.service-form-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.processing-service{opacity:.7;background-color:#f8f9fa;border-left:3px solid #3498db}.processing-indicator .spinner-small{margin-right:6px;width:14px;height:14px;border-width:1.5px}button:disabled{opacity:.6;cursor:not-allowed}.submit-btn:disabled{background-color:#95a5a6}.edit-btn:disabled,.delete-btn:disabled{opacity:.5;cursor:not-allowed}.add-service-floating-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.add-service-floating-btn:disabled:hover{transform:none;box-shadow:0 4px 12px #00000026}.service-card.processing-service .service-name{display:flex;align-items:center;flex-wrap:wrap}.profile-content{max-width:1000px;margin:0 auto;padding:1rem 1rem 1.5rem;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa}.success-banner{background:#48bb78;color:#fff;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-size:.875rem;font-weight:500;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-card-wide{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;position:relative;width:100%}.profile-header-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.avatar-container{position:relative;flex-shrink:0}.profile-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0;background:#f8fafc}.avatar-fallback{width:90px;height:90px;border-radius:50%;background:#cbd5e0;display:none;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;border:3px solid #e2e8f0}.profile-info{flex:1}.profile-name{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0 0 .5rem;line-height:1.3;word-wrap:break-word}.profile-role{display:inline-block;background:#edf2f7;color:#4a5568;padding:.375rem 1rem;border-radius:16px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.profile-username{color:#718096;font-size:1rem;margin:0;font-weight:500}.profile-sections-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.settings-section{margin-bottom:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title{display:flex;align-items:center;gap:.5rem}.section-title h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0}.section-icon{color:#718096;font-size:1rem}.edit-btn{display:flex;align-items:center;gap:.5rem;background:#4a90e2;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#357abd}.settings-display{background:#f8fafc;padding:1.25rem;border-radius:8px;border:1px solid #f1f5f9;min-height:60px;display:flex;align-items:center}.display-item{display:flex;align-items:center;justify-content:space-between;width:100%}.display-value{color:#2d3748;font-weight:500;font-size:1rem}.settings-form{animation:fadeIn .3s ease;grid-column:1 / -1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500;font-size:.875rem}.form-group input{width:100%;padding:.875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;transition:all .2s ease;background:#fff;color:#2d3748;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#cbd5e0;box-shadow:0 0 0 3px #cbd5e01a}.form-hint{color:#718096;font-size:.75rem;margin:.5rem 0 0}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:2.5rem}.password-toggle{position:absolute;right:.75rem;background:transparent;border:none;color:#a0aec0;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:4px}.password-toggle:hover{color:#718096}.form-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-end}.btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px;justify-content:center}.btn-primary{background:#4a90e2;color:#fff}.btn-primary:hover{background:#357abd}.btn-secondary{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.btn-icon{font-size:.75rem}.spinner{width:32px;height:32px;border:3px solid #f1f5f9;border-top:3px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 768px){.profile-content{padding:.75rem 1rem 1rem;max-width:100%}.profile-card-wide{padding:1.5rem}.profile-header-section{flex-direction:column;text-align:center;gap:1rem}.profile-sections-container{grid-template-columns:1fr;gap:1.5rem}.profile-name{font-size:1.375rem}.form-actions{flex-direction:column}.btn{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.edit-btn{align-self:stretch;justify-content:center}}@media (max-width: 480px){.profile-card-wide{padding:1.25rem}.profile-avatar,.avatar-fallback{width:80px;height:80px}}@media (min-width: 769px) and (max-width: 1024px){.profile-content{max-width:900px;padding:1.5rem 2rem 2rem}}@media (min-width: 1025px){.profile-content{max-width:1000px;padding:1.5rem 2rem 2rem}.profile-card-wide{padding:3rem}}.upload-container{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Arial,sans-serif}.upload-section{background-color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e0e0e0}.upload-section h2{margin:0 0 1rem;color:#333;font-size:1.5rem}#file-input{display:block;margin-bottom:1rem;width:100%;padding:.75rem;border:2px dashed #ccc;border-radius:8px;cursor:pointer;transition:border-color .3s;font-size:1rem}#file-input:hover{border-color:#166fc2}#file-input:disabled{opacity:.6;cursor:not-allowed}.upload-actions{display:flex;gap:.5rem}.upload-container .btn-upload,.upload-container .btn-update{background-color:#166fc2;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s}.upload-container .btn-upload:hover:not(:disabled),.upload-container .btn-update:hover:not(:disabled){background-color:#125a9e}.upload-container .btn-upload:disabled,.upload-container .btn-update:disabled{opacity:.6;cursor:not-allowed}.upload-container .btn-cancel{background-color:#6c757d;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s;display:flex;align-items:center;gap:.5rem}.upload-container .btn-cancel:hover:not(:disabled){background-color:#5a6268}.upload-container .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.uploaded-files{margin-top:2rem}.uploaded-files h3{margin:0 0 1.5rem;color:#333;font-size:1.25rem}.no-ads{text-align:center;color:#888;padding:2rem;background-color:#fff;border-radius:8px;border:1px dashed #ddd}.ads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.ad-card{background-color:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden;transition:box-shadow .3s,border-color .3s;display:flex;flex-direction:column}.ad-card:hover{box-shadow:0 4px 12px #00000026;border-color:#166fc2}.ad-preview{height:160px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.ad-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ad-card:hover .ad-preview img{transform:scale(1.05)}.file-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6c757d;font-size:.9rem;gap:.5rem}.file-placeholder span:first-child{font-size:2rem}.ad-info{padding:1rem;flex:1}.ad-filename{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#333;word-break:break-word;line-height:1.3}.ad-meta{margin:0;font-size:.8rem;color:#888;line-height:1.2}.ad-actions{display:flex;gap:.5rem;padding:0 1rem 1rem;justify-content:flex-end}.btn-edit,.btn-delete{background:none;border:1px solid #ddd;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;font-size:.9rem}.btn-edit{color:#166fc2;border-color:#166fc2}.btn-edit:hover{background-color:#166fc2;color:#fff}.btn-delete{color:#dc3545;border-color:#dc3545}.btn-delete:hover{background-color:#dc3545;color:#fff}@media (max-width: 768px){.upload-container{padding:1rem;margin:1rem auto}.ads-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.ad-preview{height:140px}}@media (max-width: 480px){.ads-grid{grid-template-columns:1fr}.upload-actions{flex-direction:column}.upload-container .btn-upload,.upload-container .btn-update,.upload-container .btn-cancel{width:100%;justify-content:center}}.counters-content{padding:24px;background:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#718096}.spinner{width:32px;height:32px;border:3px solid #f1f5f9;border-top:3px solid #0c4a6e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;text-align:center;font-size:.875rem;margin:2rem}.add-counter-floating-btn{position:fixed;bottom:30px;right:30px;background:#0c4a6e;color:#fff;border:none;width:60px;height:60px;border-radius:50%;font-size:24px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0c4a6e4d;display:flex;align-items:center;justify-content:center;z-index:100}.add-counter-floating-btn:hover{background:#0369a1;transform:scale(1.1);box-shadow:0 6px 16px #0c4a6e66}.add-counter-floating-btn .btn-icon{font-size:20px}.counter-form-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.counter-form-modal{background:#fff;padding:32px;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h3{color:#0c4a6e;font-size:20px;font-weight:600;margin:0;flex:1}.close-modal-btn{background:#f1f5f9;border:none;font-size:18px;color:#64748b;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.close-modal-btn:hover{background:#e2e8f0}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;color:#374151;font-weight:500;font-size:14px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s ease;box-sizing:border-box;background:#fff;color:#374151}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0c4a6e;box-shadow:0 0 0 2px #0c4a6e1a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.form-actions{display:flex;gap:12px;margin-top:24px;justify-content:flex-end}.cancel-btn,.submit-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cancel-btn:hover{background:#e5e7eb}.submit-btn{background:#0c4a6e;color:#fff}.submit-btn:hover{background:#0369a1}.counters-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;position:relative}.table-header{padding:20px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.table-title{display:flex;justify-content:space-between;align-items:center}.table-title h3{color:#0c4a6e;font-size:18px;font-weight:600;margin:0}.counter-count{background:#0c4a6e;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.counters-grouped{padding:0}.department-group{border-bottom:1px solid #e2e8f0}.department-group:last-child{border-bottom:none}.department-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#f8fafc;cursor:pointer;transition:all .2s ease;border-left:4px solid transparent}.department-header:hover{background:#f0f5fa;border-left-color:#0c4a6e}.department-info{display:flex;align-items:center;gap:16px;flex:1}.department-avatar{width:48px;height:48px;border-radius:10px;background:#0c4a6e;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;box-shadow:0 2px 8px #0c4a6e33}.department-icon{font-size:20px}.department-details{display:flex;flex-direction:column;gap:4px}.department-name{color:#0c4a6e;font-size:16px;font-weight:600;margin:0;display:flex;align-items:center;gap:8px}.department-prefix-badge{font-size:12px;color:#64748b;font-weight:400;background:#f1f5f9;padding:2px 8px;border-radius:4px}.counter-badge{background:#0c4a6e;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;width:fit-content}.collapse-btn{background:#fff;border:1px solid #e2e8f0;color:#0c4a6e;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:14px}.collapse-btn:hover{background:#0c4a6e;color:#fff;border-color:#0c4a6e}.counters-list{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.counter-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.counter-card:hover{border-color:#0c4a6e;box-shadow:0 2px 8px #0c4a6e1a;transform:translateY(-1px)}.counter-info{display:flex;align-items:center;gap:12px;flex:1}.counter-icon{width:40px;height:40px;border-radius:8px;background:#0c4a6e;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.counter-details{display:flex;flex-direction:column;gap:2px}.counter-name{font-size:14px;font-weight:600;color:#0c4a6e}.counter-actions{display:flex;gap:8px;align-items:center}.edit-btn,.delete-btn{padding:8px 16px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;min-width:70px;justify-content:center}.edit-btn{background:#0c4a6e;color:#fff}.edit-btn:hover{background:#0369a1;transform:translateY(-1px)}.delete-btn{background:#dc2626;color:#fff}.delete-btn:hover{background:#b91c1c;transform:translateY(-1px)}.edit-btn .btn-icon,.delete-btn .btn-icon{font-size:11px}.empty-state{padding:60px 24px;text-align:center;color:#64748b}.empty-icon-wrapper{display:inline-flex;padding:20px;background:#f0f9ff;border-radius:12px;margin-bottom:20px}.empty-icon{font-size:40px;color:#0c4a6e;opacity:.7}.empty-state h3{font-size:18px;font-weight:600;color:#0c4a6e;margin:0 0 8px}.empty-state p{font-size:14px;margin:0 0 24px;color:#64748b}.empty-state-btn{background:#0c4a6e;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.empty-state-btn:hover{background:#0369a1;transform:translateY(-1px)}@media (max-width: 768px){.counters-content{padding:16px}.counter-form-modal{padding:24px;margin:16px;border-radius:8px}.table-header{padding:16px 20px}.table-title{flex-direction:column;gap:8px;align-items:flex-start}.department-header{padding:16px 20px}.department-info{gap:12px}.department-avatar{width:40px;height:40px;font-size:16px}.department-name{font-size:14px}.counters-list{padding:12px 20px}.counter-card{flex-direction:column;align-items:stretch;gap:12px}.counter-actions{justify-content:center}.form-actions{flex-direction:column;gap:8px}.cancel-btn,.submit-btn{width:100%}.add-counter-floating-btn{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}}.spinner-small{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:8px}.processing-counter{opacity:.7;background-color:#f8f9fa;border-left:3px solid #3498db}.processing-indicator{display:inline-flex;align-items:center;margin-left:12px;font-size:.85em;color:#6c757d;font-weight:400}.reports-panel{background:linear-gradient(135deg,#f8fafc,#fff);border-radius:16px;border:1px solid #e2e8f0;padding:2rem;margin-top:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.reports-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.reports-title-section{flex:1;min-width:250px}.reports-title{display:flex;align-items:center;gap:1rem}.title-icon-wrapper{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #4f46e54d}.reports-icon{color:#fff;font-size:1.5rem}.reports-title h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.02em}.reports-subtitle{font-size:.875rem;color:#64748b;margin:0;font-weight:400}.reports-filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border-radius:10px;border:1.5px solid #e2e8f0;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.filter-group:hover{border-color:#4f46e5;box-shadow:0 4px 12px #4f46e51a}.filter-icon{color:#64748b;font-size:1rem;transition:color .2s ease}.filter-group:hover .filter-icon{color:#4f46e5}.filter-select,.date-input{background:transparent;border:none;color:#0f172a;font-size:.875rem;font-weight:600;outline:none;cursor:pointer;font-family:inherit}.date-input{min-width:130px}.metrics-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2rem}.metric-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4f46e5,#7c3aed);transform:scaleX(0);transition:transform .3s ease}.metric-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:#4f46e5}.metric-card:hover:before{transform:scaleX(1)}.metric-card.metric-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;color:#fff}.metric-card.metric-primary .metric-label,.metric-card.metric-primary .metric-value,.metric-card.metric-primary .metric-change{color:#fff}.metric-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.metric-icon-wrapper.total{background:#fff3;color:#fff}.metric-icon-wrapper.peak{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.metric-icon-wrapper.average{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.metric-content{flex:1}.metric-label{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:2rem;font-weight:700;color:#0f172a;line-height:1;margin-bottom:.25rem}.metric-change{font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.metric-change.positive{color:#10b981}.metric-change.neutral{color:#94a3b8}.chart-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.chart-header h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}.chart-description{font-size:.875rem;color:#64748b;margin:0}.chart-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.chart-type-selector{display:flex;background:#f1f5f9;border-radius:10px;padding:.25rem;gap:.25rem}.chart-btn{padding:.5rem 1rem;background:transparent;border:none;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.chart-btn:hover{color:#4f46e5;background:#4f46e51a}.chart-btn.active{background:#fff;color:#4f46e5;box-shadow:0 2px 4px #00000014}.download-buttons{display:flex;gap:.5rem}.download-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4f46e54d;font-family:inherit}.download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4f46e566}.download-btn:active{transform:translateY(0)}.chart-content{min-height:320px;display:flex;align-items:center;justify-content:center;padding:1rem 0}.chart-loading,.chart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;color:#64748b;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chart-loading span{font-size:.875rem;font-weight:500}.empty-icon{font-size:3rem;color:#cbd5e1;margin-bottom:.5rem}.chart-empty p{font-size:1rem;font-weight:600;color:#475569;margin:0}.chart-empty span{font-size:.875rem;color:#94a3b8}.recharts-wrapper{font-family:inherit}.recharts-tooltip-wrapper{outline:none}.recharts-default-tooltip{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:.75rem!important;box-shadow:0 4px 12px #0000001a!important}.recharts-tooltip-label{color:#0f172a!important;font-weight:600!important;margin-bottom:.5rem!important}.recharts-tooltip-item{color:#4f46e5!important;font-weight:500!important}@media (max-width: 1024px){.reports-panel{padding:1.5rem}.reports-header{flex-direction:column;align-items:stretch}.reports-filters{justify-content:flex-start}.metrics-overview{grid-template-columns:1fr}.chart-controls{width:100%;justify-content:space-between}}@media (max-width: 768px){.reports-panel{padding:1rem;border-radius:12px}.title-icon-wrapper{width:40px;height:40px}.reports-icon,.reports-title h2{font-size:1.25rem}.reports-filters{flex-direction:column;align-items:stretch}.filter-group{justify-content:space-between}.chart-card{padding:1.5rem}.metric-value{font-size:1.75rem}.chart-controls{flex-direction:column;align-items:stretch}.chart-type-selector{width:100%;justify-content:space-between}.download-buttons{width:100%}.download-btn{flex:1;justify-content:center}}@media (max-width: 480px){.chart-header{flex-direction:column;gap:1rem;align-items:flex-start}.metric-card{padding:1.25rem}.metric-icon-wrapper{width:40px;height:40px;font-size:1rem}.chart-type-selector{flex-direction:column}.chart-btn{width:100%;text-align:center}.chart-content{min-height:250px}}.reports{background:#fff;padding:35px;margin:30px auto;width:100%;max-width:650px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:28px}.title{font-size:26px;font-weight:700;color:#1f2937;font-family:Arial,sans-serif;letter-spacing:1.5px;text-align:center;margin:0}.report-description{background:#f8fafc;padding:16px 20px;border-radius:10px;border-left:4px solid #4a90e2}.report-description p{margin:0;font-size:14px;line-height:1.6;color:#475569;text-align:left}.filters-section{background:#f9fafb;padding:24px;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:20px;text-align:left}.section-title{font-size:18px;font-weight:600;color:#374151;margin:0;display:flex;align-items:center;gap:8px;text-align:left}.filter-group{display:flex;flex-direction:column;gap:10px;text-align:left;align-items:flex-start}.filter-label{font-size:15px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px;text-align:left}.filter-label svg{font-size:18px;color:#4a90e2}.filter-select{width:100%;padding:12px 16px;border:1.5px solid #d1d5db;border-radius:8px;font-size:15px;color:#374151;background:#fff;cursor:pointer;transition:all .2s ease;outline:none;text-align:left}.filter-select:hover{border-color:#4a90e2}.filter-select:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.date-range-inputs{display:flex;gap:12px;flex-wrap:wrap;width:100%;align-items:flex-start}.date-input-wrapper{flex:1;min-width:200px;display:flex;flex-direction:column;gap:6px;text-align:left;align-items:flex-start}.input-label{font-size:13px;font-weight:500;color:#6b7280;text-align:left}.date-input{width:100%;padding:12px 16px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;background:#fff;cursor:pointer;transition:all .2s ease;outline:none;text-align:left}.date-input:hover{border-color:#4a90e2}.date-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.apply-filter-btn{width:100%;padding:13px 24px;border:none;cursor:pointer;background:#4a90e2;color:#fff;font-size:16px;font-weight:600;border-radius:10px;box-shadow:0 3px 8px #4a90e259;transition:all .2s ease-in-out;margin-top:8px}.apply-filter-btn:hover{background:#3a7bc8;transform:translateY(-2px);box-shadow:0 6px 14px #4a90e273}.apply-filter-btn:active{transform:scale(.97)}.download-section{display:flex;flex-direction:column;gap:16px}.download-button{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.downloadbtn{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;cursor:pointer;background:#4a90e2;color:#fff;font-size:16px;font-weight:600;border-radius:10px;box-shadow:0 3px 8px #4a90e259;transition:all .2s ease-in-out;min-width:120px;justify-content:center}.downloadbtn:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none}.downloadbtn:disabled:hover{transform:none}.downloadbtn svg{font-size:20px}.downloadbtn:hover:not(:disabled){background:#3a7bc8;transform:translateY(-2px);box-shadow:0 6px 14px #4a90e273}.downloadbtn:active:not(:disabled){transform:scale(.97)}.no-data-message{text-align:center;color:#ef4444;font-size:14px;font-weight:500;margin-top:8px}@media (max-width: 768px){.reports{padding:28px;max-width:100%;margin:20px}.title{font-size:24px}.filters-section{padding:20px}.date-range-inputs{flex-direction:column}.date-input-wrapper{min-width:100%}.downloadbtn{width:100%;max-width:250px}}@media (max-width: 500px){.reports{padding:22px;gap:22px;margin:15px}.title{font-size:22px;letter-spacing:1px}.report-description{padding:14px 16px}.report-description p{font-size:13px}.filters-section{padding:18px;gap:18px}.section-title{font-size:16px}.filter-label{font-size:14px}.filter-select,.date-input{padding:11px 14px;font-size:14px}.download-button{flex-direction:column;gap:15px}.downloadbtn{width:100%;padding:12px 0;font-size:15px}.apply-filter-btn{padding:12px 20px;font-size:15px}}*{margin:0;padding:0;box-sizing:border-box}.queue-container{display:flex;flex-direction:column;height:100vh;max-height:100vh;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;overflow:hidden}.queue-content{flex:1;width:100%;margin:0 auto;padding:1rem 1.5rem;display:flex;flex-direction:column;overflow:hidden}.department-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.department-select{background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:1rem;font-weight:600;outline:none;padding:.4rem .8rem;transition:all .2s ease;min-width:180px}.department-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.time-display{color:#6b7280;font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums}.main-layout{display:grid;grid-template-columns:380px 1fr;gap:2rem;align-items:stretch;flex:1;width:100%;overflow:hidden;padding-bottom:.5rem}.serving-column,.ads-column{display:flex;flex-direction:column;height:100%;overflow:hidden}.now-serving-title{color:#1e3a8a;font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;padding-left:.5rem;border-left:4px solid #3b82f6;line-height:1}.now-serving-panel{height:100%;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:4px solid #3b82f6;display:flex;flex-direction:column;overflow:hidden}.serving-table{display:flex;flex-direction:column;height:100%;width:100%}.table-header{display:flex;background:#1e3a8a;color:#fff;font-weight:800;text-transform:uppercase;font-size:1.5rem;border-bottom:2px solid #3b82f6}.serving-table-body{flex:1;overflow-y:auto;scrollbar-width:none}.serving-table-body::-webkit-scrollbar{display:none}.table-row{display:flex;border-bottom:2px solid #e2e8f0;color:#1e3a8a;font-weight:700;transition:background .2s ease}.recent-call{background:#f1f5f9}.cell{padding:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center}.counter-cell{flex:0 0 120px;border-right:2px solid #e2e8f0;font-size:2.5rem;color:#fdfdfd}.header-cell.counter-cell{border-right:2px solid #3b82f6}.ticket-cell{flex:1;font-size:3rem;font-weight:900;letter-spacing:-.02em}.table-header .cell{padding:1rem;font-size:1.25rem}.ticket-placeholder{color:#94a3b8;font-size:1.25rem;text-align:center;padding:3rem;flex:1;display:flex;align-items:center;justify-content:center;font-style:italic}.ad-section{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px #00000026;background:#000;border:1px solid #e2e8f0}.ad-card{width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.ad-media{width:100%;height:100%;object-fit:contain;display:block}@media (max-width: 1200px){.main-layout{grid-template-columns:1fr;gap:2rem}.now-serving-panel{min-height:auto}.serving-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.queue-content{padding:1rem}.department-section{flex-direction:column;gap:1rem;align-items:flex-start}.time-display{width:100%;text-align:right}.ticket-display{font-size:3.5rem}}@media (max-width: 480px){.ticket-display{font-size:2.5rem}.counter-card{min-height:140px;padding:1.5rem}}:root{--home-primary: #4a90e2;--home-primary-dark: #357abd;--home-primary-light: #60a5fa;--home-secondary: #e0f2f1;--home-accent: #f97316;--home-text-dark: #0f172a;--home-text-medium: #475569;--home-text-light: #94a3b8;--home-surface: #ffffff;--home-surface-elevated: #f8fafc;--home-border: #e2e8f0;--home-shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--home-shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--home-shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--home-shadow-xl: 0 20px 40px rgba(0, 0, 0, .15)}.home-wrapper{position:relative;min-height:100vh;background:#f8fafc;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;display:flex;flex-direction:column}.home-background-animation{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.home-bg-decoration{position:absolute;border-radius:50%;opacity:.08;animation:homeCircleFloat 25s ease-in-out infinite}.home-decoration-1{width:500px;height:500px;background:#4a90e2;top:-100px;right:-100px;animation-delay:0s}.home-decoration-2{width:350px;height:350px;background:#60a5fa;bottom:-80px;left:-80px;animation-delay:-8s}.home-decoration-3{width:450px;height:450px;background:#357abd;top:40%;left:60%;animation-delay:-15s}@keyframes homeCircleFloat{0%,to{transform:translate(0)}33%{transform:translate(40px,-40px)}66%{transform:translate(-30px,30px)}}.home-feedback-trigger{position:fixed;bottom:4rem;right:2rem;background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-primary-dark) 100%);color:#fff;border:none;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:var(--home-shadow-lg);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.home-feedback-trigger:hover{transform:translateY(-2px) scale(1.05);box-shadow:var(--home-shadow-xl)}.home-feedback-trigger:active{transform:translateY(0) scale(.98)}.home-feedback-icon{animation:homeHeartbeat 1.5s ease-in-out infinite}@keyframes homeHeartbeat{0%,to{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.home-feedback-label{font-weight:600;letter-spacing:.025em}.home-main-content{position:relative;z-index:1;padding:1rem 1rem 1.5rem;max-width:1200px;margin:0 auto;flex:1;display:flex;flex-direction:column}.home-hero-section{text-align:center;margin-bottom:1.5rem;position:relative;animation:homeFadeInUp .8s ease-out}@keyframes homeFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-hero-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;margin-bottom:.5rem;letter-spacing:-.03em;line-height:1.1;animation:homeFadeInUp .8s ease-out .2s both}.home-gradient-text{background:linear-gradient(135deg,#4a90e2,#357abd,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-subtitle{font-size:clamp(.875rem,1.5vw,1rem);color:var(--home-text-medium);max-width:550px;margin:0 auto 1.5rem;line-height:1.5;font-weight:400;animation:homeFadeInUp .8s ease-out .4s both}.home-cta-buttons{display:flex;justify-content:center;margin:1.5rem auto 0;max-width:350px}.home-btn-secondary{background:var(--home-surface);color:var(--home-text-dark);border:1.5px solid var(--home-border);border-radius:50px;padding:.5rem 1rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;cursor:default;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;box-shadow:var(--home-shadow-sm);transition:all .2s ease;margin:.75rem auto 1rem}.home-btn-secondary:hover{border-color:var(--home-primary-light);box-shadow:var(--home-shadow-md)}.home-btn-primary{width:100%;background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-primary-dark) 100%);color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--home-shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.home-btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.home-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--home-shadow-lg)}.home-btn-primary:hover:before{opacity:1}.home-btn-primary:hover .home-arrow-icon{transform:translate(4px)}.home-arrow-icon{transition:transform .3s ease}.home-sparkle-icon{color:var(--home-accent);width:16px;height:16px}.home-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:1000px;margin:0 auto;position:relative;z-index:2}.home-feature-card{background:var(--home-surface);padding:1.5rem 1.25rem;border-radius:16px;border:1px solid var(--home-border);box-shadow:var(--home-shadow-sm);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:homeFadeInUp .8s ease-out both}.home-feature-card:nth-child(1){animation-delay:.8s}.home-feature-card:nth-child(2){animation-delay:1s}.home-feature-card:nth-child(3){animation-delay:1.2s}.home-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--home-primary) 0%,var(--home-primary-light) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.home-feature-card:hover:before{transform:scaleX(1)}.home-feature-card:hover{transform:translateY(-6px);box-shadow:var(--home-shadow-lg);border-color:var(--home-primary-light)}.home-feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.home-feature-card:hover .home-feature-icon{transform:scale(1.1) rotate(5deg)}.home-feature-icon-1{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#4a90e2}.home-feature-icon-2{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#ec4899}.home-feature-icon-3{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:var(--home-accent)}.home-feature-title{font-size:1.25rem;font-weight:600;color:var(--home-text-dark);margin-bottom:.5rem;letter-spacing:-.02em}.home-feature-description{font-size:.875rem;color:var(--home-text-medium);line-height:1.6}.home-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:homeFadeIn .3s ease-out}@keyframes homeFadeIn{0%{opacity:0}to{opacity:1}}.home-feedback-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--home-surface);border-radius:20px;padding:2rem;width:90%;max-width:480px;box-shadow:var(--home-shadow-xl);z-index:1000;animation:homeModalSlideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes homeModalSlideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.home-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.home-modal-title{font-size:1.5rem;font-weight:700;color:var(--home-text-dark);letter-spacing:-.02em}.home-close-button{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--home-text-light);transition:all .2s ease;border-radius:8px;display:flex;align-items:center;justify-content:center}.home-close-button:hover{background:var(--home-surface-elevated);color:var(--home-text-dark)}.home-feedback-form{display:flex;flex-direction:column;gap:1.5rem}.home-rating-section{display:flex;flex-direction:column;gap:.875rem}.home-rating-label{font-size:.9375rem;font-weight:600;color:var(--home-text-dark)}.home-stars-container{display:flex;gap:.5rem;justify-content:center}.home-star-button{background:none;border:none;cursor:pointer;padding:.25rem;transition:transform .2s ease;color:#e2e8f0}.home-star-button.active{color:#fbbf24}.home-star-button:hover{transform:scale(1.15)}.home-star-button:active{transform:scale(.95)}.home-comment-section{display:flex;flex-direction:column;gap:.625rem}.home-comment-label{font-size:.9375rem;font-weight:600;color:var(--home-text-dark)}.home-comment-textarea{width:100%;padding:.875rem;border:2px solid var(--home-border);border-radius:10px;font-family:Outfit,sans-serif;font-size:.9375rem;color:var(--home-text-dark);resize:vertical;transition:all .3s ease;background:var(--home-surface)}.home-comment-textarea:focus{outline:none;border-color:var(--home-primary-light);box-shadow:0 0 0 3px #4a90e21a}.home-comment-textarea::placeholder{color:var(--home-text-light)}.home-submit-button{background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-primary-dark) 100%);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:10px;font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--home-shadow-md);position:relative;overflow:hidden}.home-submit-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.home-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--home-shadow-lg)}.home-submit-button:hover:not(:disabled):before{opacity:1}.home-submit-button:active:not(:disabled){transform:translateY(0)}.home-submit-button:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 1920px){.home-main-content{max-width:1400px}.home-features-grid{max-width:1200px;grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px) and (max-width: 1919px){.home-features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1023px) and (min-width: 768px){.home-main-content{padding:1rem 1.25rem 1.5rem}.home-features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.home-main-content{padding:.875rem 1rem 1.25rem}.home-hero-section{margin-bottom:1.25rem}.home-hero-title{font-size:1.5rem;margin-bottom:.5rem}.home-hero-subtitle{font-size:.8125rem;margin-bottom:1rem}.home-cta-buttons{max-width:100%;gap:.5rem}.home-btn-primary{padding:.625rem 1.25rem;font-size:.875rem}.home-btn-secondary{padding:.4rem .875rem;font-size:.8125rem}.home-features-grid{grid-template-columns:1fr;gap:1rem}.home-feature-card{padding:1.25rem 1rem}.home-feature-icon{width:46px;height:46px;margin-bottom:.875rem}.home-feature-title{font-size:1.125rem}.home-feature-description{font-size:.8125rem}.home-feedback-modal{padding:1.5rem 1.25rem;width:95%}.home-modal-title{font-size:1.25rem}.home-feedback-trigger{bottom:1.25rem;right:1.25rem;padding:.625rem 1rem;font-size:.875rem}.home-bg-decoration{opacity:.05}.home-decoration-1{width:300px;height:300px}.home-decoration-2{width:220px;height:220px}.home-decoration-3{width:260px;height:260px}}@media (max-width: 479px){.home-main-content{padding:.75rem .875rem 1rem}.home-hero-title{font-size:1.375rem}.home-hero-subtitle{font-size:.8125rem}.home-feature-card{padding:1.125rem .875rem}.home-feature-icon{width:42px;height:42px}.home-feature-title{font-size:1.0625rem}.home-feature-description{font-size:.8125rem}.home-btn-primary{padding:.625rem 1.125rem;font-size:.8125rem}.home-btn-secondary{padding:.375rem .75rem;font-size:.75rem}.home-sparkle-icon{width:14px;height:14px}}
