:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}html,body,#root{width:100%;min-height:100vh;margin:0}Link,a{text-decoration:none}.app-container{background:#f0f2f5;flex-direction:column;width:100%;height:100vh;display:flex}.main-layout{flex:1;margin-top:0;display:flex}.content{background:#f0f2f5;flex:1;min-height:100vh;margin-top:60px;padding:20px;transition:margin-left .3s;overflow-y:auto}.content.sidebar-open{margin-left:250px}.content.sidebar-closed{margin-left:60px}.dashboard-content{max-width:1400px;margin:0 auto}.loading-fallback{background:#f7fafc;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loading-fallback p{color:#718096;margin-top:20px;font-size:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container{background:#f7fafc;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:gray;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#021969}*{scrollbar-width:thin;scrollbar-color:#8e909181 #f1f1f1}body{-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{width:0;height:0;display:none}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.navbar-left{align-items:center;gap:16px;display:flex}.navbar-toggle-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.navbar-toggle-btn:hover{color:#0f172a;background:#f1f5f9}.logo1{color:#0f172a;text-decoration:none}.logo-text1{letter-spacing:-.5px;color:#0f172a;margin-left:20px;font-size:18px}.navbar-right{align-items:center;gap:16px;display:flex}.notification-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:relative}.notification-btn:hover{color:#0f172a;background:#f1f5f9}.notification-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.user-profile{position:relative}.user-profile-trigger{cursor:pointer;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:6px 12px 6px 6px;transition:all .2s;display:flex}.user-profile-trigger:hover{background:#f8fafc;border-color:#e2e8f0}.user-avatar-circle{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.user-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:14px;font-weight:500;overflow:hidden}.dropdown-arrow{color:#94a3b8;transition:transform .2s}.dropdown-arrow.rotated{transform:rotate(180deg)}.profile-dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:320px;padding:8px 0;animation:.2s dropdownSlideDown;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 40px #0000001f}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:16px 20px 12px}.dropdown-user-info{align-items:center;gap:14px;display:flex}.dropdown-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:flex}.dropdown-user-details{flex-direction:column;gap:2px;display:flex}.dropdown-user-name{color:#0f172a;font-size:15px;font-weight:600}.dropdown-user-email{color:#64748b;font-size:13px}.dropdown-user-role{color:#4f46e5;background:#e0e7ff;border-radius:12px;width:fit-content;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.dropdown-item{cursor:pointer;color:#1e293b;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 20px;font-size:14px;transition:all .15s;display:flex}.dropdown-item:hover{background:#f8fafc}.dropdown-item .dropdown-icon{color:#64748b;text-align:center;width:20px;font-size:16px}.dropdown-item .dropdown-icon.spinning{animation:1s linear infinite spin}.dropdown-logout-section{padding:4px 0}.dropdown-item.logout-item,.dropdown-item.logout-item .dropdown-icon{color:#dc2626}.dropdown-item.logout-item:hover{background:#fef2f2}.dropdown-item.logout-item .dropdown-arrow-icon{color:#94a3b8;margin-left:auto;font-size:12px}.logout-sub-dropdown{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:4px 12px 8px;overflow:hidden}.logout-sub-option{cursor:pointer;text-align:left;color:#1e293b;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .15s;display:flex}.logout-sub-option:hover{background:#f1f5f9}.logout-sub-option.logout-all,.logout-sub-option.logout-all .option-icon{color:#dc2626}.logout-sub-option .option-icon{color:#64748b;flex-shrink:0;font-size:16px}.logout-sub-option .option-text{flex-direction:column;gap:2px;display:flex}.logout-sub-option .option-title{font-size:13px;font-weight:500}.logout-sub-option .option-subtitle{color:#94a3b8;font-size:11px}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-content{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 80px #0000004d}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-modal-title{align-items:center;gap:16px;display:flex}.profile-modal-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:700;display:flex}.profile-modal-role{color:#4f46e5;background:#e0e7ff;border-radius:12px;margin-top:2px;padding:2px 12px;font-size:11px;font-weight:600;display:inline-block}.profile-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;transition:all .2s;display:flex}.profile-modal-close:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.profile-modal-success,.profile-modal-error{padding:12px 28px;font-size:14px;font-weight:500}.profile-modal-success{color:#065f46;background:#d1fae5;border-bottom:1px solid #bbf7d0}.profile-modal-error{color:#991b1b;background:#fee2e2;border-bottom:1px solid #fecaca}.profile-info-row{border-bottom:1px solid #f1f5f9;padding:10px 0;display:flex}.profile-info-row:last-of-type{border-bottom:none}.profile-info-label{color:#64748b;flex-shrink:0;width:100px;font-size:13px;font-weight:500}.profile-info-value .role-badge{color:#4f46e5;background:#e0e7ff;border-radius:12px;padding:2px 12px;font-size:12px;font-weight:600;display:inline-block}.profile-info-value.profile-id{color:#64748b;font-family:monospace;font-size:13px}.profile-edit-form,.profile-password-form{flex-direction:column;gap:16px;display:flex}.profile-form-group label{color:#1e293b;font-size:13px;font-weight:600}.profile-form-group .required{color:#ef4444}.profile-form-group input{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 14px;font-size:14px;transition:all .2s}.profile-form-group input:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e514}.profile-form-group input.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef444414}.profile-form-group .error-text{color:#ef4444;font-size:12px;font-weight:500}.profile-form-group .hint-text{color:#94a3b8;font-size:11px}.profile-btn-save{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;flex:1;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}@media (width<=768px){.navbar{padding:0 16px}.logo-text1{font-size:15px}.user-name{display:none}.profile-dropdown{width:280px;right:-8px}.profile-modal-content{border-radius:0;max-width:100%;max-height:100vh;margin:0}.profile-modal-header,.profile-modal-body{padding:18px 20px}.profile-info-row{flex-direction:column;gap:2px}.profile-info-label{width:auto}.profile-modal-actions,.profile-form-actions{flex-direction:column}.profile-btn-cancel,.profile-btn-save{width:100%}}@media (width<=480px){.navbar{padding:0 12px}.logo-text1{font-size:14px}.profile-dropdown{width:260px;right:-12px}.dropdown-user-info{text-align:center;flex-direction:column}.dropdown-user-details{align-items:center}.profile-modal-title{text-align:center;flex-direction:column}.profile-modal-title h2{font-size:18px}}.user-avatar-circle{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:16px;font-weight:600;display:flex;position:relative;overflow:hidden}.user-avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.avatar-loading-overlay{color:#fff;background:#0006;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.avatar-loading-overlay .spinning{animation:1s linear infinite spin}.dropdown-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:600;display:flex;position:relative;overflow:hidden}.dropdown-avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.dropdown-user-role{color:#667eea;background:#667eea1a;border-radius:10px;margin-top:2px;padding:2px 8px;font-size:11px;display:inline-block}@media (width<=768px){.user-avatar-circle{width:32px;height:32px;font-size:13px}.dropdown-avatar{width:40px;height:40px;font-size:16px}}.skeleton-avatar{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:56px;height:56px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:16px;margin:4px 0;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-title{width:120px;height:24px;margin-bottom:6px}.skeleton-subtitle{width:160px;height:14px}.skeleton-badge{border-radius:12px;width:80px;height:20px;margin-top:4px}.skeleton-close-btn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:38px;height:38px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-btn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;flex:1;height:44px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-edit{margin-right:6px}.skeleton-password{margin-left:6px}.profile-info-item .skeleton-text{width:60%;height:18px}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.profile-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.25s profileModalFadeIn;display:flex;position:fixed;inset:0}@keyframes profileModalFadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-container{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) profileModalSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 80px #0000004d}@keyframes profileModalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-modal-header{background:#fafcff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:24px 28px 20px;display:flex}.profile-modal-title{flex:1;align-items:center;gap:16px;display:flex}.profile-modal-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.profile-modal-title h2{color:#0f172a;margin:0;font-size:20px;font-weight:700}.profile-modal-title p{color:#64748b;margin:0;font-size:14px}.profile-modal-role-badge{color:#4f46e5;background:#e0e7ff;border-radius:12px;align-items:center;gap:4px;margin-top:2px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.profile-modal-cached-badge{color:#92400e;background:#fef3c7;border-radius:12px;align-items:center;gap:4px;margin-left:6px;padding:2px 10px;font-size:10px;font-weight:500;display:inline-flex}.profile-modal-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:4px;font-size:18px;transition:all .2s;display:flex}.profile-modal-close-btn:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.profile-modal-success{color:#065f46;background:#d1fae5;border-bottom:1px solid #bbf7d0;align-items:center;gap:10px;padding:12px 28px;font-size:14px;font-weight:500;display:flex}.profile-modal-success svg{color:#059669;flex-shrink:0;font-size:18px}.profile-modal-body{flex:1;padding:24px 28px;overflow-y:auto}.profile-modal-body::-webkit-scrollbar{width:5px}.profile-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.profile-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.profile-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.profile-modal-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 0;display:flex}.profile-modal-loading .spinning{color:#4f46e5;font-size:36px;animation:1s linear infinite spin}.profile-view-mode{flex-direction:column;gap:4px;display:flex}.profile-info-grid{flex-direction:column;gap:0;display:flex}.profile-info-item{border-bottom:1px solid #f1f5f9;padding:10px 0;display:flex}.profile-info-item:last-child{border-bottom:none}.profile-info-label{color:#64748b;flex-shrink:0;align-items:center;gap:6px;width:110px;font-size:13px;font-weight:500;display:flex}.profile-info-value{color:#0f172a;word-break:break-all;flex:1;font-size:14px;font-weight:500}.profile-role-tag{color:#4f46e5;background:#e0e7ff;border-radius:12px;padding:2px 12px;font-size:12px;font-weight:600;display:inline-block}.profile-status-tag{border-radius:12px;padding:2px 12px;font-size:12px;font-weight:600;display:inline-block}.profile-status-tag.active{color:#059669;background:#d1fae5}.profile-status-tag.inactive{color:#dc2626;background:#fee2e2}.profile-id-text{color:#64748b;font-family:monospace;font-size:13px}.profile-modal-actions{border-top:1px solid #e2e8f0;gap:12px;margin-top:20px;padding-top:16px;display:flex}.profile-btn-edit,.profile-btn-password{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.profile-btn-edit{color:#fff;background:#4f46e5}.profile-btn-edit:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.profile-btn-password{color:#1e293b;background:#f1f5f9}.profile-btn-password:hover{background:#e2e8f0;transform:translateY(-1px)}.profile-modal-form{flex-direction:column;gap:16px;display:flex}.profile-form-group{flex-direction:column;gap:4px;display:flex}.profile-form-group label{color:#1e293b;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.profile-form-group .required{color:#ef4444;font-weight:700}.profile-form-group input,.profile-form-group select{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s}.profile-form-group input:focus,.profile-form-group select:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e514}.profile-form-group input.error,.profile-form-group select.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef444414}.profile-form-group input.disabled-input{cursor:not-allowed;opacity:.7;background:#f1f5f9}.profile-form-group select{appearance:none;cursor:pointer;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 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.profile-error{color:#ef4444;font-size:12px;font-weight:500}.profile-hint{color:#94a3b8;font-size:11px}.profile-form-actions{gap:12px;margin-top:4px;display:flex}.profile-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s}.profile-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.profile-btn-save{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.profile-btn-save:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.profile-btn-save:disabled{opacity:.7;cursor:not-allowed}.profile-btn-save.password{background:#059669}.profile-btn-save.password:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #0596694d}.profile-spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@media (width<=640px){.profile-modal-overlay{padding:0}.profile-modal-container{border-radius:0;max-width:100%;max-height:100vh;margin:0;animation:.3s cubic-bezier(.16,1,.3,1) profileModalSlideUpMobile}@keyframes profileModalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.profile-modal-header,.profile-modal-body{padding:18px 20px}.profile-modal-title{text-align:center;flex-direction:column}.profile-modal-avatar{width:48px;height:48px;font-size:22px}.profile-modal-title h2{font-size:18px}.profile-info-item{flex-direction:column;gap:2px;padding:8px 0}.profile-info-label{width:auto}.profile-modal-actions,.profile-form-actions{flex-direction:column}.profile-btn-cancel,.profile-btn-save,.profile-btn-edit,.profile-btn-password{justify-content:center;width:100%}.profile-modal-close-btn{width:34px;height:34px;font-size:16px}.skeleton-title{width:80px;height:20px}.skeleton-subtitle{width:120px;height:12px}}@media (width<=380px){.profile-modal-header,.profile-modal-body{padding:14px 16px}.profile-modal-title h2{font-size:16px}.profile-modal-avatar{width:40px;height:40px;font-size:18px}.profile-btn-edit,.profile-btn-password,.profile-btn-save,.profile-btn-cancel{padding:8px 16px;font-size:13px}}.profile-avatar-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.profile-avatar-image{object-fit:cover;width:100%;height:100%}.profile-avatar-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.profile-avatar-icon{color:#fffc;width:60px;height:60px}.profile-avatar-actions{background:linear-gradient(#0000,#000000b3);justify-content:center;gap:8px;padding:8px;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.profile-avatar-container:hover .profile-avatar-actions{transform:translateY(0)}.profile-avatar-upload-btn,.profile-avatar-remove-btn{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.profile-avatar-upload-btn{background:#667eeae6}.profile-avatar-upload-btn:hover{background:#667eea;transform:scale(1.1)}.profile-avatar-remove-btn{background:#ef4444e6}.profile-avatar-remove-btn:hover{background:#ef4444;transform:scale(1.1)}.profile-avatar-loading{background:#00000080;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-avatar-loading .spinning{color:#fff;font-size:24px;animation:1s linear infinite spin}.profile-modal-error-badge{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-left:8px;padding:2px 10px;font-size:11px;font-weight:500;display:inline-block}@media (width<=768px){.profile-avatar-container{width:60px;height:60px}}.sidebar{z-index:1000;background:#fff;flex-direction:column;height:100vh;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:visible;box-shadow:2px 0 15px #0000000d}.sidebar.open{width:260px}.sidebar.closed{width:72px}.sidebar-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #f0f2f5;flex-direction:column;flex-shrink:0;justify-content:center;min-height:70px;padding:20px 18px;display:flex;position:relative}.sidebar-logo{align-items:center;gap:10px;min-width:0;padding-right:20px;display:flex}.sidebar-toggle{color:#333;cursor:pointer;z-index:9999;background:#fffffff2;border:none;border-radius:8px;flex-shrink:0;justify-content:flex-start;align-items:center;width:36px;height:36px;padding:8px 10px;font-size:16px;transition:all .3s;display:flex;position:absolute;top:20px;right:-30px;box-shadow:2px 2px 10px #00000026}.sidebar-toggle:hover{background:#ffffff4d;transform:scale(1.05)}.sidebar-logo-image{object-fit:contain;background:#fff;border:1.5px solid #ff6b6b;border-radius:10px;flex-shrink:0;width:55px;height:55px;padding:4px;transition:all .3s;box-shadow:0 4px 15px #00000014}.sidebar-logo-image:hover{border-color:#ff8e53;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.sidebar-logo-icon{color:#fff;font-size:28px;transition:all .3s}.sidebar-logo-text{color:#fff;white-space:nowrap;letter-spacing:.5px;text-shadow:0 2px 4px #0000001a;font-size:22px;font-weight:800;transition:all .3s}.sidebar-tagline{color:#ffffffe6;letter-spacing:2px;text-shadow:0 1px 2px #0000001a;margin-top:-15px;font-size:8.5px;font-weight:500;transition:all .3s}.sidebar.closed .sidebar-logo-icon,.sidebar.closed .sidebar-logo-text,.sidebar.closed .sidebar-tagline{display:none}.sidebar-nav{flex:1;min-height:0;padding:10px 0;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#cbd5e0}.sidebar-menu{margin:0;padding:0;list-style:none}.sidebar-item{margin:2px 8px}.sidebar-link{color:#4a5568;white-space:nowrap;cursor:pointer;border-radius:10px;align-items:center;gap:14px;padding:11px 16px;font-size:14px;text-decoration:none;transition:all .2s;display:flex;position:relative}.sidebar-link:hover{color:#667eea;background:#f7fafc}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.sidebar-icon{color:#718096;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;font-size:18px;transition:color .2s;display:flex}.sidebar-link:hover .sidebar-icon{color:#667eea}.sidebar-link.active .sidebar-icon{color:#fff}.sidebar-label{white-space:nowrap;text-overflow:ellipsis;font-weight:500;transition:all .3s;overflow:hidden}.sidebar-dropdown{margin:2px 8px}.dropdown-toggle{cursor:pointer;color:#4a5568;border-radius:10px;align-items:center;gap:14px;padding:11px 16px;font-size:14px;text-decoration:none;transition:all .2s;display:flex;position:relative}.dropdown-toggle:hover{color:#667eea;background:#f7fafc}.dropdown-arrow{color:#a0aec0;margin-left:auto;font-size:12px;transition:transform .3s}.sidebar-submenu{border-left:2px solid #e2e8f0;margin:4px 0 4px 20px;padding:0;list-style:none;animation:.3s slideDown;overflow:hidden}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sidebar-subitem{margin:1px 0}.sidebar-subitem .sidebar-link{gap:12px;padding:8px 16px;font-size:13px}.sidebar-subitem .sidebar-link .sidebar-icon{min-width:20px;font-size:14px}.sidebar-subitem .sidebar-link.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.sidebar-subitem .sidebar-link.active .sidebar-icon{color:#fff}.sidebar-footer{background:#fff;border-top:1px solid #f0f2f5;flex-shrink:0;margin-top:auto;padding:10px 0}.sidebar-footer .sidebar-link.logout{color:#e53e3e}.sidebar-footer .sidebar-link.logout:hover{color:#c53030;background:#fff5f5}.sidebar-footer .sidebar-link.logout .sidebar-icon{color:#e53e3e}.sidebar.closed .sidebar-header{align-items:center;min-height:70px;padding:16px 0}.sidebar.closed .sidebar-logo{justify-content:center;gap:0}.sidebar.closed .sidebar-toggle{flex-direction:end;background:#fff3;display:flex}.sidebar.closed .sidebar-toggle:hover{background:#ffffff4d}.sidebar.closed .sidebar-logo-image{width:32px;height:32px;padding:3px}.sidebar.closed .sidebar-logo-icon,.sidebar.closed .sidebar-logo-text,.sidebar.closed .sidebar-tagline{display:none}.sidebar.closed .sidebar-link{justify-content:center;padding:11px 0}.sidebar.closed .sidebar-item{margin:2px 6px}.sidebar.closed .sidebar-icon{font-size:20px}.sidebar.closed .sidebar-label,.sidebar.closed .dropdown-arrow,.sidebar.closed .sidebar-submenu{display:none}.sidebar.closed .sidebar-dropdown .sidebar-link{justify-content:center;padding:11px 0}.sidebar.closed .sidebar-dropdown{margin:2px 6px}.sidebar.closed .sidebar-link.active{position:relative}.sidebar.closed .sidebar-link.active:after{content:"";background:#667eea;border-radius:3px 0 0 3px;width:3px;height:30px;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (width<=768px){.sidebar{transition:width .3s cubic-bezier(.4,0,.2,1);width:0!important}.sidebar.open{max-width:300px;box-shadow:2px 0 25px #00000026;width:100%!important}.sidebar.closed{box-shadow:none;width:0!important}.sidebar.closed .sidebar-header{min-height:70px;padding:16px 0}.sidebar.closed .sidebar-logo{justify-content:flex-start}.sidebar.closed .sidebar-toggle{display:flex!important}.sidebar.closed .sidebar-logo-image{width:32px;height:32px;display:block!important}.sidebar.closed .sidebar-logo-icon{display:none!important}.sidebar.closed .sidebar-link{justify-content:flex-start;padding:11px 16px}.sidebar.closed .sidebar-item{margin:2px 8px}.sidebar.closed .sidebar-icon{font-size:18px}.sidebar.closed .sidebar-label,.sidebar.closed .sidebar-submenu{display:block!important}.sidebar.closed .sidebar-dropdown .sidebar-link{justify-content:flex-start;padding:11px 16px}.sidebar.closed .sidebar-dropdown{margin:2px 8px}}.logout-container,.logout-wrapper{position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.logout-option{cursor:pointer;text-align:left;color:#2d3748;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 14px;font-family:inherit;transition:all .2s;display:flex}.option-text{flex-direction:column;gap:2px;display:flex}.sidebar.closed .logout-dropdown,.sidebar.closed .dropdown-arrow-icon{display:none}@media (width<=768px){.logout-dropdown{width:90%;max-width:400px;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 -4px 30px #00000026}}.logout-container,.logout-wrapper{position:relative}.logout-btn{cursor:pointer;color:#4a5568;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;width:100%;padding:11px 16px;font-family:inherit;font-size:14px;transition:all .2s;display:flex;position:relative}.logout-btn:hover{color:#e53e3e;background:#fff5f5}.logout-btn .sidebar-icon{color:#718096}.logout-btn:hover .sidebar-icon{color:#e53e3e}.logout-btn.active{color:#e53e3e;background:#fff5f5}.logout-btn.active .sidebar-icon{color:#e53e3e}.logout-btn:disabled{opacity:.6;cursor:not-allowed}.dropdown-arrow-icon{color:#a0aec0;margin-left:auto;font-size:12px;transition:transform .3s}.logout-dropdown{z-index:100;background:#fff;border:1px solid #f0f2f5;border-radius:12px;margin-bottom:4px;padding:8px;animation:.3s slideUp;position:absolute;bottom:100%;left:8px;right:8px;box-shadow:0 -4px 20px #0000001a}.logout-dropdown-header{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;margin-bottom:6px;padding:6px 8px 10px;display:flex}.dropdown-title{color:#2d3748;font-size:13px;font-weight:600}.dropdown-close{color:#a0aec0;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:16px;transition:all .2s}.dropdown-close:hover{color:#2d3748;background:#f7fafc}.logout-option{cursor:pointer;text-align:left;color:#2d3748;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 14px;font-family:inherit;transition:all .2s;display:flex;position:relative}.logout-option:hover{background:#f7fafc}.logout-option.logout-all:hover{background:#fff5f5}.logout-option.logout-all .option-title{color:#e53e3e}.option-icon{color:#718096;flex-shrink:0;font-size:18px}.logout-option.logout-all .option-icon{color:#e53e3e}.option-text{flex-direction:column;flex:1;gap:2px;display:flex}.option-title{font-size:14px;font-weight:500}.option-subtitle{color:#a0aec0;font-size:12px}.option-badge{color:#fff;background:#667eea;border-radius:12px;flex-shrink:0;padding:2px 10px;font-size:10px;font-weight:600}.dropdown-divider{background:#f0f2f5;height:1px;margin:4px 8px}.sidebar.closed .logout-dropdown,.sidebar.closed .dropdown-arrow-icon{display:none}.sidebar.closed .logout-btn{justify-content:center;padding:11px 0}.sidebar.closed .option-badge{display:none}@media (width<=768px){.logout-dropdown{width:90%;max-width:400px;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 -4px 30px #00000026}}.app-container{background:#f7fafc;height:100vh;display:flex;overflow:hidden}.right-content{flex-direction:column;flex:1;height:100vh;margin-left:260px;transition:margin-left .2s;display:flex;overflow:hidden}.right-content.sidebar-closed{margin-left:72px}.main-content{background:#f7fafc;flex:1;height:calc(100vh - 70px);min-height:0;padding:12px 18px;overflow-y:auto}.main-content>*{animation:none}.main-content.loading{opacity:.6;transition:opacity .1s}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.main-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover{background:#764ba2}@media (width<=1024px){.main-content{padding:20px}}@media (width<=768px){.right-content,.right-content.sidebar-closed{margin-left:0!important}.main-content{height:calc(100vh - 60px);padding:15px}}@media (width<=480px){.main-content{padding:10px}}.login-container{background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.login-wrapper{background:#fff;border-radius:24px;width:100%;max-width:1200px;min-height:70%;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.login-left{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:40px 50px;display:flex}.login-content{width:100%;max-width:440px;margin:0 auto}.logo{align-items:center;gap:10px;margin-bottom:25px;display:flex}.logo-icon{font-size:32px}.logo-text{color:#2d3748;font-size:24px;font-weight:700}.login-header h1{color:#2d3748;margin-bottom:8px;font-size:24px;font-weight:700;line-height:1.2}.login-header .subtitle{color:#718096;margin-bottom:30px;font-size:14px;line-height:1.5}.welcome-section{margin-bottom:25px}.welcome-section h2{color:#2d3748;margin-bottom:4px;font-size:20px}.welcome-section p{color:#718096;font-size:14px}.login-form{flex-direction:column;gap:18px;display:flex}.form-group label{color:#4a5568;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.input-icon{color:#f6a85b;font-size:14px}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{color:#2d3748;background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;padding:12px 16px;font-size:14px;transition:all .3s}.form-group input:focus{background:#fff;border-color:#f6a85b;outline:none;box-shadow:0 0 0 3px #f6a85b26}.form-group input::placeholder{color:#a0aec0}.password-input-wrapper input{color:#2d3748;background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 45px 12px 16px;font-size:14px;transition:all .3s}.password-input-wrapper input:focus{background:#fff;border-color:#f6a85b;outline:none;box-shadow:0 0 0 3px #f6a85b26}.password-toggle{color:#a0aec0;cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px;transition:color .3s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-toggle:hover{color:#4a5568}.form-options{justify-content:space-between;align-items:center;margin:4px 0;display:flex}.checkbox-label{color:#4a5568;cursor:pointer;align-items:center;gap:8px;padding-left:28px;font-size:14px;display:flex;position:relative}.checkbox-label input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background:#f7fafc;border:2px solid #e2e8f0;border-radius:4px;width:18px;height:18px;transition:all .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.checkbox-label:hover input~.checkmark{border-color:#f6a85b}.checkbox-label input:checked~.checkmark{background:#f6a85b;border-color:#f6a85b}.checkmark:after{content:"";display:none;position:absolute}.checkbox-label input:checked~.checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;display:block;top:2px;left:6px;transform:rotate(45deg)}.forgot-link{color:#f6a85b;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s}.forgot-link:hover{color:#e8913a;text-decoration:underline}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);border:none;border-radius:10px;margin-top:4px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #f6a85b4d}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f6a85b80}.login-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s ease-in-out infinite spin;display:inline-block}.divider{text-align:center;margin:6px 0;position:relative}.divider span{color:#a0aec0;background:#fff;padding:0 15px;font-size:13px;font-weight:500}.divider:before{content:"";background:#e2e8f0;width:100%;height:1px;position:absolute;top:50%;left:0}.google-btn{color:#4a5568;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:12px;padding:12px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.google-btn:hover{background:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 15px #00000014}.google-icon{color:#ea4335;font-size:20px}.login-footer{text-align:center;margin-top:30px}.login-footer p{color:#a0aec0;font-size:13px}.login-right{color:#fff;background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);flex:1;justify-content:center;align-items:center;padding:50px 40px;display:flex;position:relative;overflow:hidden}.login-right:before{content:"";background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.login-right:after{content:"";background:#ffffff0d;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-80px;left:-80px}.features-container{z-index:1;width:100%;max-width:400px;position:relative}.features-header{margin-bottom:40px}.features-header h2{color:#fff;margin-bottom:8px;font-size:28px;font-weight:700}.features-header p{opacity:.9;color:#ffffffe6;font-size:16px}.features-grid{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.feature-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffff41;border:1px solid #fff3;border-radius:14px;align-items:center;gap:18px;padding:20px 24px;transition:all .3s;display:flex}.feature-card:hover{background:#ffffff46;border-color:#ffffff96;transform:translate(5px)}.feature-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.feature-icon.secure{color:#fff;background:#ffffff67}.feature-icon.insights{color:#fff;background:#fff3}.feature-icon.global{color:#fff;background:#ffffff71}.feature-text h3{color:#fff;margin-bottom:2px;font-size:18px;font-weight:600}.feature-text p{color:#ffffffe6;margin:0;font-size:15px}.features-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:14px;padding:20px 24px}.testimonial p{opacity:.95;color:#fff;margin-bottom:12px;font-size:14px;font-style:italic;line-height:1.5}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-author img{border:2px solid #ffffff4d;border-radius:50%;width:40px;height:40px}.testimonial-author strong{color:#fff;font-size:14px;display:block}.testimonial-author span{opacity:.85;color:#ffffffd9;font-size:12px}@media (width<=1024px){.login-wrapper{max-width:900px}.login-left{padding:30px 35px}.login-right{padding:30px 25px}}@media (width<=768px){.login-wrapper{flex-direction:column;max-width:500px;min-height:auto}.login-left{padding:30px 25px}.login-right{border-radius:0 0 24px 24px;padding:30px 25px}.login-content{max-width:100%}.login-header h1{font-size:20px}.features-header h2{font-size:24px}.features-grid{gap:15px}.feature-card{padding:16px 20px}}@media (width<=480px){.login-container{padding:10px}.login-left,.login-right{padding:20px 16px}.login-header h1{font-size:18px}.form-options{flex-direction:column;align-items:flex-start;gap:10px}.features-grid{flex-direction:column}}.error-message{color:#c53030;background:#fff5f5;border:1px solid #fc8181;border-radius:8px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;font-size:14px;display:flex}.error-icon{flex-shrink:0;font-size:18px}.field-error{color:#e53e3e;margin-top:4px;font-size:12px}.form-group input.error{border-color:#fc8181}.form-group input.error:focus{border-color:#fc8181;box-shadow:0 0 0 3px #fc818126}.password-input-wrapper.error input{border-color:#fc8181}.password-input-wrapper.error input:focus{border-color:#fc8181;box-shadow:0 0 0 3px #fc818126}.login-type-toggle{background:#f7fafc;border-radius:8px;gap:4px;margin-bottom:16px;padding:4px;display:flex}.toggle-btn{color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.toggle-btn:hover{background:#667eea0d}.toggle-btn.active{color:#667eea;background:#fff;box-shadow:0 2px 10px #00000014}.toggle-btn svg{font-size:14px}@media (width<=480px){.login-type-toggle{flex-direction:row}.toggle-btn{padding:6px 10px;font-size:12px}}.api-status{border-radius:20px;align-items:center;gap:8px;margin:8px 0 12px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.api-status.online{color:#22543d;background:#c6f6d5}.api-status.offline{color:#742a2a;background:#fed7d7}.api-status.checking{color:#744210;background:#fefcbf}.spinner-small{border:2px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite spin;display:inline-block}.login-attempts{color:#a0aec0;margin-top:4px;font-size:12px}.error-boundary{text-align:center;background:#f7fafc;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.error-boundary h2{color:#e53e3e;margin-bottom:10px}.error-boundary p{color:#718096;margin-bottom:20px}.error-boundary button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;padding:10px 24px;font-size:14px;transition:all .3s}.error-boundary button:hover{background:#5a67d8;transform:translateY(-2px)}.input-hint{color:#a0aec0;margin-top:4px;font-size:12px;display:block}.login-type-toggle{display:none}.fcm-status{color:#2a4365;background:#ebf8ff;border-radius:20px;align-items:center;gap:8px;margin:4px 0 8px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.fcm-icon{font-size:14px}.fcm-text{font-size:12px}.pixiyatra-dashboard-main-container{background:#f3f6fc;width:100%;min-height:100vh;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pixiyatra-dashboard-hero-banner-section{background:linear-gradient(135deg,#0b2b5c 0%,#1a4a7a 100%);border-radius:32px;margin-bottom:40px;padding:40px 40px 50px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0b2b5c40}.pixiyatra-dashboard-hero-banner-overlay{z-index:2;position:relative}.pixiyatra-dashboard-hero-banner-overlay h1{color:#fff;letter-spacing:-.01em;margin-bottom:28px;font-size:2.4rem;font-weight:600;line-height:1.3}.pixiyatra-dashboard-hero-banner-overlay h1 span{color:#f7d44a;font-weight:700}.pixiyatra-dashboard-flight-search-container{-webkit-backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:80px;flex-wrap:wrap;align-items:center;padding:8px 12px 8px 24px;transition:all .2s;display:flex;box-shadow:0 8px 20px #00000026}.pixiyatra-dashboard-flight-search-item{border-right:1px solid #ffffff26;flex:1 0 auto;align-items:center;gap:12px;min-width:140px;padding:10px 18px 10px 12px;display:flex}.pixiyatra-dashboard-flight-search-item:last-of-type{border-right:none}.pixiyatra-dashboard-flight-search-item svg{color:#f7d44a;min-width:20px;font-size:1.1rem}.pixiyatra-dashboard-flight-search-item div label{text-transform:uppercase;letter-spacing:.03em;color:#fff9;font-size:.7rem;font-weight:500;display:block}.pixiyatra-dashboard-flight-search-item div p{color:#fff;margin-top:2px;font-size:.95rem;font-weight:600}.pixiyatra-dashboard-flight-search-button{color:#0b2b5c;cursor:pointer;background:#f7d44a;border:none;border-radius:60px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-left:6px;font-size:1.3rem;transition:all .2s;display:flex;box-shadow:0 6px 14px #f7d44a4d}.pixiyatra-dashboard-flight-search-button:hover{background:#ffe066;transform:scale(1.02)}.pixiyatra-dashboard-statistics-grid-container{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;display:grid}.pixiyatra-dashboard-single-statistics-card{background:#f3f6fc;border:1px solid #00000005;border-radius:24px;padding:22px 24px;transition:all .2s;box-shadow:0 6px 18px #0014320a}.pixiyatra-dashboard-single-statistics-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00143214}.pixiyatra-dashboard-single-statistics-card h5{color:#5b6f87;letter-spacing:.02em;margin-bottom:8px;font-size:.9rem;font-weight:500}.pixiyatra-dashboard-single-statistics-card h2{color:#0b2b5c;margin-bottom:6px;font-size:2.1rem;font-weight:700}.pixiyatra-dashboard-single-statistics-card span{color:#2b7b6e;align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:inline-flex}.pixiyatra-dashboard-single-statistics-card .trend-up{color:#2b7b6e;font-size:.75rem}.pixiyatra-dashboard-single-statistics-card .trend-down{color:#b34a4a;font-size:.75rem}.pixiyatra-dashboard-single-statistics-card span .trend-down{color:#b34a4a}.pixiyatra-dashboard-content-main-grid{grid-template-columns:1.2fr .8fr;gap:30px;display:grid}.pixiyatra-dashboard-common-section-card{background:#fff;border:1px solid #f0f4fe;border-radius:28px;margin-bottom:28px;padding:24px 24px 28px;box-shadow:0 8px 24px #0014320a}.pixiyatra-dashboard-common-section-card:last-child{margin-bottom:0}.pixiyatra-dashboard-common-section-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.pixiyatra-dashboard-common-section-header h3{color:#0b2b5c;margin:0;font-size:1.25rem;font-weight:700}.pixiyatra-dashboard-common-section-header a{color:#2b7b6e;border-bottom:1px dashed #b8d0d0;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.pixiyatra-dashboard-common-section-header a:hover{color:#1a5c4f;border-bottom-color:#1a5c4f}.pixiyatra-dashboard-legend-text{color:#5b6f87;font-size:.8rem;font-weight:400}.pixiyatra-dashboard-upcoming-trip-card{border-bottom:1px solid #edf2f9;align-items:center;gap:16px;padding:12px 0;display:flex}.pixiyatra-dashboard-upcoming-trip-card:last-child{border-bottom:none}.pixiyatra-dashboard-upcoming-trip-card img{object-fit:cover;background:#d9e2ef;border-radius:16px;flex-shrink:0;width:56px;height:56px}.pixiyatra-dashboard-upcoming-trip-card div{flex:1}.pixiyatra-dashboard-upcoming-trip-card div h4{color:#0b2b5c;margin:0 0 2px;font-size:1rem;font-weight:600}.pixiyatra-dashboard-upcoming-trip-card div p{color:#5b6f87;margin:0;font-size:.8rem}.pixiyatra-dashboard-trip-status-badge{color:#1f4a7a;white-space:nowrap;background:#e8f0fe;border-radius:30px;flex-shrink:0;padding:5px 14px;font-size:.7rem;font-weight:600}.pixiyatra-dashboard-trip-status-confirmed{color:#1b6b58;background:#e1f5ec}.pixiyatra-dashboard-trip-status-pending{color:#a7691a;background:#fff3d6}.pixiyatra-dashboard-vehicle-categories{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.pixiyatra-dashboard-category-item{color:#0b2b5c;align-items:center;gap:12px;padding:4px 0;font-size:.95rem;font-weight:500;display:flex}.category-dot{border-radius:4px;flex-shrink:0;width:14px;height:14px;display:inline-block}.category-dot.sedan{background:#2b7b6e}.category-dot.suv{background:#f7d44a}.category-dot.tempo{background:#1f4a7a}.category-percent{color:#0b2b5c;margin-left:auto;font-weight:600}.pixiyatra-dashboard-chart-legend{color:#5b6f87;border-top:1px solid #edf2f9;gap:24px;padding-top:14px;font-size:.8rem;display:flex}.pixiyatra-dashboard-chart-legend span:first-child{color:#2b7b6e}.pixiyatra-dashboard-chart-legend span:last-child{color:#f7d44a}.pixiyatra-dashboard-popular-destination-wrapper{flex-wrap:wrap;gap:14px;display:flex}.pixiyatra-dashboard-single-destination-card{aspect-ratio:1;background:#eef3fc;border-radius:20px;flex:1 0 calc(33.33% - 10px);align-items:flex-end;min-width:80px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000005}.pixiyatra-dashboard-single-destination-card:hover{transform:scale(1.02);box-shadow:0 6px 16px #00000014}.pixiyatra-dashboard-single-destination-card img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.pixiyatra-dashboard-single-destination-card span{z-index:2;-webkit-backdrop-filter:blur(4px);text-align:center;color:#fff;letter-spacing:.01em;background:#0b2b5c99;width:100%;padding:10px 6px 8px;font-size:.85rem;font-weight:600;position:relative}.pixiyatra-dashboard-special-offer-card{background:#fff;padding:0;position:relative;overflow:hidden}.pixiyatra-dashboard-special-offer-card h3{color:#0b2b5c;margin:0;padding:24px 24px 0;font-size:1.25rem;font-weight:700}.pixiyatra-dashboard-special-offer-card img{object-fit:cover;background:#8aaac9;width:100%;height:150px;margin-top:12px}.pixiyatra-dashboard-special-offer-details{padding:20px 24px 28px}.pixiyatra-dashboard-offer-discount-badge{color:#0b2b5c;background:#f7d44a;border-radius:40px;margin-bottom:8px;padding:4px 14px;font-size:.7rem;font-weight:700;display:inline-block}.pixiyatra-dashboard-special-offer-details h4{color:#0b2b5c;margin:4px 0 0;font-size:1.1rem;font-weight:600}.pixiyatra-dashboard-special-offer-details h2{color:#0b2b5c;margin-top:6px;font-size:1.8rem;font-weight:700}.pixiyatra-dashboard-upcoming-trip-card img[src*=destination1],.pixiyatra-dashboard-single-destination-card img[src*=destination1]{background:linear-gradient(135deg,#819ab3,#a0b8cf)}.pixiyatra-dashboard-upcoming-trip-card img[src*=destination2],.pixiyatra-dashboard-single-destination-card img[src*=destination2]{background:linear-gradient(135deg,#a0b8cf,#b6cbe0)}.pixiyatra-dashboard-upcoming-trip-card img[src*=destination3],.pixiyatra-dashboard-single-destination-card img[src*=destination3]{background:linear-gradient(135deg,#6d8aa8,#819ab3)}.pixiyatra-dashboard-special-offer-card img{background:linear-gradient(135deg,#8aaac9,#6d8aa8)}@media (width<=1024px){.pixiyatra-dashboard-statistics-grid-container{grid-template-columns:repeat(2,1fr);gap:18px}.pixiyatra-dashboard-content-main-grid{grid-template-columns:1fr;gap:20px}.pixiyatra-dashboard-single-destination-card{flex:1 0 calc(33.33% - 10px)}}@media (width<=768px){.pixiyatra-dashboard-main-container{padding:12px}.pixiyatra-dashboard-hero-banner-section{border-radius:24px;padding:24px 20px 32px}.pixiyatra-dashboard-hero-banner-overlay h1{margin-bottom:20px;font-size:1.8rem}.pixiyatra-dashboard-flight-search-container{-webkit-backdrop-filter:blur(6px);background:#ffffff14;border-radius:28px;flex-direction:column;align-items:stretch;padding:16px}.pixiyatra-dashboard-flight-search-item{min-width:unset;border-bottom:1px solid #ffffff14;border-right:none;padding:10px 0}.pixiyatra-dashboard-flight-search-item:last-of-type{border-bottom:none}.pixiyatra-dashboard-flight-search-button{border-radius:40px;width:100%;height:48px;margin:12px 0 0}.pixiyatra-dashboard-statistics-grid-container{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px}.pixiyatra-dashboard-single-statistics-card{padding:16px 18px}.pixiyatra-dashboard-single-statistics-card h2{font-size:1.6rem}.pixiyatra-dashboard-content-main-grid{gap:16px}.pixiyatra-dashboard-common-section-card{border-radius:20px;margin-bottom:18px;padding:18px 16px 22px}.pixiyatra-dashboard-common-section-header{margin-bottom:16px}.pixiyatra-dashboard-common-section-header h3{font-size:1.1rem}.pixiyatra-dashboard-upcoming-trip-card{gap:12px;padding:10px 0}.pixiyatra-dashboard-upcoming-trip-card img{border-radius:12px;width:48px;height:48px}.pixiyatra-dashboard-popular-destination-wrapper{gap:10px}.pixiyatra-dashboard-single-destination-card{flex:1 0 calc(50% - 5px);min-width:60px}.pixiyatra-dashboard-single-destination-card span{padding:8px 4px 6px;font-size:.75rem}.pixiyatra-dashboard-special-offer-card h3{padding:18px 18px 0;font-size:1.1rem}.pixiyatra-dashboard-special-offer-card img{height:120px}.pixiyatra-dashboard-special-offer-details{padding:16px 18px 22px}.pixiyatra-dashboard-special-offer-details h2{font-size:1.5rem}.pixiyatra-dashboard-vehicle-categories{gap:8px}.pixiyatra-dashboard-category-item{font-size:.85rem}.pixiyatra-dashboard-chart-legend{gap:16px;font-size:.7rem}}@media (width<=480px){.pixiyatra-dashboard-statistics-grid-container{grid-template-columns:1fr}.pixiyatra-dashboard-single-statistics-card{padding:14px 16px}.pixiyatra-dashboard-single-statistics-card h2,.pixiyatra-dashboard-hero-banner-overlay h1{font-size:1.4rem}.pixiyatra-dashboard-flight-search-item div p{font-size:.85rem}.pixiyatra-dashboard-single-destination-card{flex:1 0 calc(50% - 5px)}.pixiyatra-dashboard-upcoming-trip-card div h4{font-size:.9rem}.pixiyatra-dashboard-trip-status-badge{padding:4px 10px;font-size:.6rem}}.vehicles-page{background-color:#fff0;max-width:100%;margin:0 auto;padding:20px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.success-toast{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-left:5px solid #22c55e;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-width:360px;max-width:480px;padding:16px 20px;animation:.4s ease-out slideInRight;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 8px 32px #00000026}.success-toast.error{border-left-color:#ef4444}.toast-content{flex:1;align-items:flex-start;gap:14px;display:flex}.toast-icon{color:#22c55e;flex-shrink:0;margin-top:2px;font-size:22px}.success-toast.error .toast-icon{color:#ef4444}.toast-text{flex:1}.toast-text h4{color:#1e293b;margin:0;font-size:15px;font-weight:600;line-height:1.3}.toast-text p{color:#64748b;margin:4px 0 0;font-size:13px;line-height:1.4}.toast-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;font-size:16px;transition:all .2s;display:flex}.toast-close-btn:hover{color:#475569;background:#f1f5f9}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.header-left h1{color:#0f172a;letter-spacing:-.5px;margin:0 0 4px;font-size:28px;font-weight:700}.header-subtitle{color:#64748b;margin:0;font-size:14px}.add-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#0ea5a4;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.add-btn-primary:hover{background:#0d8f8e;transform:translateY(-2px);box-shadow:0 8px 24px #0ea5a44d}.add-btn-primary:active{transform:translateY(0)}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:16px;padding:18px 22px;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000000f}.stat-card .icon{flex-shrink:0;font-size:26px}.stat-card .icon.blue{color:#3b82f6}.stat-card .icon.green{color:#22c55e}.stat-card .icon.purple{color:#8b5cf6}.stat-card .icon.red{color:#ef4444}.stat-card div{flex:1;min-width:0}.stat-card span{color:#64748b;font-size:13px;font-weight:500;display:block}.stat-card h2{color:#0f172a;margin:2px 0 0;font-size:26px;font-weight:700;line-height:1.2}.search-filter-section{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.search-box{flex:1;min-width:200px;position:relative}.search-box .search-icon{color:#94a3b8;font-size:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-box input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 16px 10px 42px;font-size:14px;transition:all .3s}.search-box input:focus{border-color:#0ea5a4;box-shadow:0 0 0 3px #0ea5a41a}.search-box input::placeholder{color:#94a3b8}.filter-toggle-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.filter-toggle-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.filter-toggle-btn.active{color:#fff;background:#0ea5a4;border-color:#0ea5a4}.filter-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px;padding:20px 24px;animation:.3s fadeIn;display:grid}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-group label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.filter-group select,.filter-group input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:8px 12px;font-size:14px;transition:all .3s}.filter-group select:focus,.filter-group input:focus{border-color:#0ea5a4;box-shadow:0 0 0 3px #0ea5a41a}.vehicles-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;width:90%;margin-bottom:28px;margin-left:5%;display:grid}.no-vehicles{text-align:center;color:#94a3b8;grid-column:1/-1;padding:30px 10px;font-size:16px}.vehicle-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f}.vehicle-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.vehicle-card-image{background:#f1f5f9;width:100%;height:200px;position:relative;overflow:hidden}.vehicle-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.vehicle-card:hover .vehicle-card-image img{transform:scale(1.05)}.vehicle-status-badge{text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:600;display:flex;position:absolute;top:12px;left:12px}.vehicle-status-badge.active{color:#fff;background:#22c55ee6}.vehicle-status-badge.inactive{color:#fff;background:#ef4444e6}.vehicle-status-badge .status-dot{background:#fff;border-radius:50%;width:6px;height:6px;display:inline-block}.vehicle-card-header{z-index:2;gap:6px;display:flex;position:absolute;top:12px;right:12px}.action-btn{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:all .3s;display:flex}.action-btn.view-btn{color:#fff;background:#3b82f6e6}.action-btn.view-btn:hover{background:#3b82f6;transform:scale(1.1)}.action-btn.edit-btn{color:#fff;background:#0ea5a4e6}.action-btn.edit-btn:hover{background:#0ea5a4;transform:scale(1.1)}.action-btn.delete-btn{color:#fff;background:#ef4444e6}.action-btn.delete-btn:hover{background:#ef4444;transform:scale(1.1)}.vehicle-name-overlay{color:#fff;z-index:1;background:linear-gradient(#0000,#000000b3);padding:16px 16px 12px;position:absolute;bottom:0;left:0;right:0}.vehicle-name{color:#fff;text-shadow:0 1px 4px #0000004d;margin:0 0 2px;font-size:25px;font-weight:700}.vehicle-company{color:#ffffffd9;text-shadow:0 1px 4px #0000004d;font-size:14px}.vehicle-card-content{flex-direction:column;flex:1;gap:12px;padding:10px;display:flex}.details-row-1{justify-content:space-between;align-items:center;display:flex}.vehicle-rating{align-items:center;gap:8px;display:flex}.star-filled{color:#f59e0b;font-size:14px}.star-half{color:#f59e0b;font-size:14px;position:relative}.star-empty{color:#e2e8f0;font-size:12px}.rating-value{color:#0f172a;font-size:12px;font-weight:600}.vehicle-type{color:#475569;text-transform:uppercase;letter-spacing:.3px;background:#f1f5f9;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500}.details-row-2{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(4,1fr);padding:5px 0;display:grid}.detail-item{flex-direction:column;align-items:center;display:flex}.detail-icon{color:#94a3b8;font-size:12px}.detail-value{color:#0f172a;font-size:11px;font-weight:600}.detail-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:9px}.details-row-3{justify-content:space-between;align-items:center;gap:12px;display:flex}.vehicle-price-wrapper{flex:1}.vehicle-price{align-items:baseline;gap:2px;display:flex}.price-amount{color:#0ea5a4;font-size:30px;font-weight:700}.price-unit{color:#94a3b8;font-size:12px;font-weight:500}.view-details-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0ea5a4;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600;transition:all .3s}.view-details-btn:hover{background:#0d8f8e;transform:translateY(-2px);box-shadow:0 4px 16px #0ea5a44d}.view-details-btn:active{transform:translateY(0)}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:16px 0;display:flex}.page-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .3s}.page-btn:hover:not(:disabled){color:#fff;background:#0ea5a4;border-color:#0ea5a4}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{color:#475569;font-size:14px}.total-records{color:#94a3b8;margin-left:8px;font-size:12px}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.spinner{color:#0ea5a4;font-size:40px;animation:1s linear infinite spin}.loading-container p{color:#64748b;font-size:16px}.error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:400px;display:flex}.error-icon{color:#ef4444;font-size:48px}.error-container h3{color:#0f172a;margin:0;font-size:20px}.error-container p{color:#64748b;margin:0}.retry-btn{color:#fff;cursor:pointer;background:#0ea5a4;border:none;border-radius:10px;margin-top:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s}.retry-btn:hover{background:#0d8f8e;transform:translateY(-2px);box-shadow:0 4px 16px #0ea5a44d}@media (width<=1024px){.vehicles-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.vehicles-page{padding:16px}.page-header{flex-direction:column;align-items:flex-start}.add-btn-primary{justify-content:center;width:100%}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-card{padding:14px 16px}.stat-card h2{font-size:22px}.filter-panel{grid-template-columns:1fr 1fr;padding:16px}.vehicles-grid{grid-template-columns:1fr 1fr;gap:16px}.vehicle-card-image{height:160px}.details-row-2{grid-template-columns:repeat(2,1fr)}.success-toast{border-radius:10px;min-width:auto;max-width:none;padding:14px 16px;top:12px;left:12px;right:12px}}@media (width<=480px){.vehicles-page{padding:12px}.stats-grid{grid-template-columns:1fr;gap:10px}.stat-card{padding:12px 14px}.stat-card .icon,.stat-card h2{font-size:20px}.search-filter-section{flex-direction:column}.filter-toggle-btn{justify-content:center;width:100%}.filter-panel{grid-template-columns:1fr;padding:12px 14px}.vehicles-grid{grid-template-columns:1fr;gap:14px}.vehicle-card-image{height:180px}.vehicle-name{font-size:15px}.price-amount{font-size:18px}.view-details-btn{padding:6px 16px;font-size:12px}.pagination{gap:10px}.page-btn{padding:6px 14px;font-size:13px}.page-info{font-size:13px}.toast-text h4{font-size:14px}.toast-text p{font-size:12px}}@media (width<=360px){.vehicles-page{padding:8px}.stat-card{padding:10px 12px}.stat-card h2{font-size:18px}.vehicle-card-image{height:140px}.details-row-2{grid-template-columns:1fr 1fr;gap:4px}.detail-value{font-size:12px}.price-amount{font-size:16px}}@media (width<=480px){.success-toast{border-radius:10px;min-width:auto;max-width:none;padding:12px 14px;top:10px;left:10px;right:10px}.toast-icon{font-size:18px}.toast-text h4{font-size:13px}.toast-text p{font-size:12px}}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;animation:.3s slideUp;overflow-y:auto}.modal-content.delete-modal{max-width:450px}.modal-header h2{color:#fff;margin:0;font-size:20px}.modal-header h2.delete-title{color:#e53e3e}.modal-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;transition:all .3s;display:flex}.modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-footer.delete-footer{justify-content:center}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:4px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#4a5568;font-size:13px;font-weight:600}.form-group input,.form-group textarea,.form-group select{border:2px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-group input.error,.form-group textarea.error{border-color:#fc8181}.form-group input.error:focus,.form-group textarea.error:focus{border-color:#fc8181;box-shadow:0 0 0 3px #fc818126}.error-text{color:#e53e3e;margin-top:4px;font-size:12px}.checkbox-label{cursor:pointer;align-items:center;gap:8px;display:flex}.checkbox-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;width:18px;height:18px}.amenities-grid{flex-wrap:wrap;gap:8px;display:flex}.amenity-chip{cursor:pointer;color:#4a5568;background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:6px 14px;font-size:13px;transition:all .3s}.amenity-chip:hover{background:#f7fafc;border-color:#667eea}.amenity-chip.selected{color:#fff;background:#667eea;border-color:#667eea}.image-upload-area{text-align:center;cursor:pointer;border:2px dashed #e2e8f0;border-radius:8px;padding:30px;transition:all .3s;position:relative}.image-upload-area:hover{background:#f7fafc;border-color:#667eea}.file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.upload-placeholder{color:#a0aec0}.upload-placeholder svg{margin-bottom:8px;font-size:32px}.upload-placeholder p{margin:0;font-size:14px}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px;margin-top:12px;display:grid}.image-preview-item{aspect-ratio:1;border:2px solid #e2e8f0;border-radius:8px;position:relative;overflow:hidden}.image-preview-item img{object-fit:cover;width:100%;height:100%}.remove-image{color:#fff;cursor:pointer;background:#e53e3ee6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;transition:all .3s;display:flex;position:absolute;top:4px;right:4px}.remove-image:hover{background:#e53e3e;transform:scale(1.1)}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .3s}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-delete{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .3s}.btn-delete:hover:not(:disabled){background:#c53030;transform:translateY(-2px);box-shadow:0 4px 15px #e53e3e66}.btn-delete:disabled{opacity:.6;cursor:not-allowed}.spinner{animation:.8s linear infinite spin}.delete-warning{text-align:center;padding:20px 0}.warning-icon{color:#ed8936;margin-bottom:16px;font-size:56px}.delete-warning h3{color:#2d3748;margin:0 0 8px;font-size:20px}.delete-warning p{color:#4a5568;margin:4px 0}.warning-text{font-size:14px;color:#e53e3e!important;margin-top:8px!important}@media (width<=768px){.form-grid{grid-template-columns:1fr}.modal-content{max-width:100%;max-height:95vh;margin:10px}.modal-header{padding:16px 20px}.modal-body{padding:16px}.modal-footer{flex-direction:column;padding:12px 16px}.modal-footer button{width:100%}}.status-banner{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:4px solid #0ea5a4;border-radius:12px;margin-bottom:20px;padding:16px 20px}.status-banner-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.status-display{align-items:center;gap:12px;display:flex}.status-label{color:#4a5568;font-size:14px;font-weight:600}.status-value{border-radius:20px;padding:4px 12px;font-size:16px;font-weight:700}.status-value.active{color:#34a853;background:#4ade801a}.status-value.inactive{color:#ea4335;background:#f871711a}.status-banner .status-toggle-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.status-banner .status-toggle-btn.active{color:#fff;background:#ea4335}.status-banner .status-toggle-btn.active:hover{background:#d33426;transform:translateY(-1px);box-shadow:0 4px 12px #ea43354d}.status-banner .status-toggle-btn.inactive{color:#fff;background:#34a853}.status-banner .status-toggle-btn.inactive:hover{background:#2d9248;transform:translateY(-1px);box-shadow:0 4px 12px #34a8534d}.status-banner .status-toggle-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.status-banner .status-hint{color:#6b7a8f;margin:8px 0 0;font-size:13px}.modal-content.view-mode .form-group{margin-bottom:12px}.view-value{color:#1a2332;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:4px 0 0;padding:8px 12px;font-size:15px}.view-value.description{white-space:pre-wrap;min-height:60px}.view-value.status-display-text.active{color:#34a853;background:#4ade801a;border-color:#34a853}.view-value.status-display-text.inactive{color:#ea4335;background:#f871711a;border-color:#ea4335}.view-amenities{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.view-images .image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:4px;display:grid}.view-images .image-preview-item{border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.view-images .image-preview-item img{object-fit:cover;width:100%;height:120px}.spinner-small{font-size:16px;animation:1s linear infinite spin}@media (width<=768px){.status-banner-content{flex-direction:column;align-items:flex-start}.status-banner .status-toggle-btn{justify-content:center;width:100%}.view-images .image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.view-images .image-preview-item img{height:80px}}.bookings-header{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f099;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:20px 24px;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000000f}.bookings-header:hover{border-color:#2563eb33;box-shadow:0 4px 20px #00000014}.header-left h1{color:#0f172a;letter-spacing:-.5px;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:26px;font-weight:700}.breadcrumb{color:#64748b;margin:4px 0 0;font-size:13px}.breadcrumb span{color:#2563eb;font-weight:500}.btn-export,.btn-print{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.btn-export{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 2px 8px #2563eb4d}.btn-export:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-export:hover:before{left:100%}.btn-export:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-export:active{transform:translateY(0)}.btn-print{color:#334155;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #e2e8f0}.btn-print:before{content:"";background:linear-gradient(90deg,#0000,#2563eb14,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-print:hover:before{left:100%}.btn-print:hover{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.btn-print:active{transform:translateY(0)}@media (width<=768px){.bookings-header{flex-direction:column;align-items:stretch;gap:12px;padding:16px 20px}.header-left h1{font-size:22px}.header-actions{width:100%}.header-actions button{flex:1;justify-content:center}}.booking-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.booking-stat-card{cursor:pointer;background:#fff;border:1px solid #e2e8f099;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.booking-stat-card:first-child{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#2563eb26}.booking-stat-card:nth-child(2){background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#05966926}.booking-stat-card:nth-child(3){background:linear-gradient(135deg,#fefce8 0%,#fef9c3 100%);border-color:#eab30826}.booking-stat-card:nth-child(4){background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-color:#dc262626}.booking-stat-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff4d 0%,#0000 60%);width:200%;height:200%;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:-50%;left:-50%;transform:scale(.5)}.booking-stat-card:hover:before{opacity:1;transform:scale(1)}.booking-stat-card:after{content:"";-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#0000,#ffffff80,#0000);border-radius:16px;padding:2px;transition:all .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.booking-stat-card:hover:after{opacity:1}.booking-stat-card:first-child:hover{border-color:#2563eb66;transform:translateY(-4px)scale(1.02);box-shadow:0 8px 30px #2563eb40,0 0 60px #2563eb0d}.booking-stat-card:nth-child(2):hover{border-color:#05966966;transform:translateY(-4px)scale(1.02);box-shadow:0 8px 30px #05966940,0 0 60px #0596690d}.booking-stat-card:nth-child(3):hover{border-color:#eab30866;transform:translateY(-4px)scale(1.02);box-shadow:0 8px 30px #eab30840,0 0 60px #eab3080d}.booking-stat-card:nth-child(4):hover{border-color:#dc262666;transform:translateY(-4px)scale(1.02);box-shadow:0 8px 30px #dc262640,0 0 60px #dc26260d}.booking-stat-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .8s;position:absolute;top:0;left:-100%}.booking-stat-card:hover .booking-stat-shimmer{left:100%}.booking-stat-icon{z-index:1;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.booking-stat-card:first-child .booking-stat-icon{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 4px 12px #2563eb4d}.booking-stat-card:nth-child(2) .booking-stat-icon{color:#fff;background:linear-gradient(135deg,#059669 0%,#047857 100%);box-shadow:0 4px 12px #0596694d}.booking-stat-card:nth-child(3) .booking-stat-icon{color:#fff;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);box-shadow:0 4px 12px #eab3084d}.booking-stat-card:nth-child(4) .booking-stat-icon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 4px 12px #dc26264d}.booking-stat-card:hover .booking-stat-icon{transform:scale(1.1)rotate(-5deg)}.booking-stat-card:first-child:hover .booking-stat-icon{box-shadow:0 6px 20px #2563eb66}.booking-stat-card:nth-child(2):hover .booking-stat-icon{box-shadow:0 6px 20px #05966966}.booking-stat-card:nth-child(3):hover .booking-stat-icon{box-shadow:0 6px 20px #eab30866}.booking-stat-card:nth-child(4):hover .booking-stat-icon{box-shadow:0 6px 20px #dc262666}.booking-stat-info{z-index:1;flex-direction:column;flex:1;gap:2px;min-width:0;display:flex;position:relative}.booking-stat-label{text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:12px;font-weight:600;transition:all .3s}.booking-stat-card:first-child .booking-stat-label{color:#1e40af}.booking-stat-card:nth-child(2) .booking-stat-label{color:#065f46}.booking-stat-card:nth-child(3) .booking-stat-label{color:#854d0e}.booking-stat-card:nth-child(4) .booking-stat-label{color:#991b1b}.booking-stat-number{color:#0f172a;margin:0;font-size:26px;font-weight:800;line-height:1.2;transition:all .3s}.booking-stat-card:hover .booking-stat-number{transform:scale(1.05)}.booking-stat-bottom{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.booking-stat-change{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffb3;border-radius:20px;align-items:center;gap:4px;padding:2px 10px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.booking-stat-card:hover .booking-stat-change{background:#ffffffe6;transform:scale(1.05)}.booking-stat-change.positive{color:#059669}.booking-stat-change.negative{color:#dc2626}.booking-stat-change.neutral{color:#64748b}.booking-stat-change svg{font-size:10px}.booking-stat-sub{color:#64748b;font-size:11px;font-weight:400}@keyframes bookingStatPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.booking-stat-card:hover .booking-stat-number{animation:1s ease-in-out bookingStatPulse}@media (width<=1024px){.booking-stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (width<=768px){.booking-stats-grid{grid-template-columns:1fr 1fr;gap:12px}.booking-stat-card{gap:12px;padding:16px 18px}.booking-stat-number{font-size:22px}.booking-stat-icon{width:44px;height:44px;font-size:18px}.booking-stat-label{font-size:11px}.booking-stat-change{padding:1px 8px;font-size:11px}.booking-stat-sub{font-size:10px}}@media (width<=480px){.booking-stats-grid{grid-template-columns:1fr;gap:12px}.booking-stat-card{gap:14px;padding:18px 20px}.booking-stat-number{font-size:24px}.booking-stat-icon{width:48px;height:48px;font-size:20px}.booking-stat-label{font-size:12px}.booking-stat-bottom{gap:6px}}.fl-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000f}.fl-search-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;align-items:center;min-width:240px;padding:0 12px;transition:all .3s;display:flex}.fl-search-bar:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fl-search-icon{color:#94a3b8;flex-shrink:0;margin-right:10px;font-size:14px}.fl-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:10px;font-size:14px}.fl-search-input::placeholder{color:#94a3b8;font-size:13px}.fl-filter-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fl-filter-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:0 12px;transition:all .3s;display:flex;position:relative}.fl-filter-item:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fl-filter-icon{color:#94a3b8;flex-shrink:0;margin-right:8px;font-size:13px}.fl-filter-select{color:#0f172a;cursor:pointer;appearance:none;background: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 8L1 3h10z'/%3E%3C/svg%3E") right 0 center no-repeat;border:none;outline:none;min-width:160px;padding:10px 20px 10px 10px;font-size:13px}.fl-filter-select:hover{color:#0f172a}.fl-filter-select option{padding:8px;font-size:13px}.fl-btn-reset{color:#475569;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .3s}.fl-btn-reset:hover{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-color:#fca5a5;transform:translateY(-1px);box-shadow:0 4px 12px #ef444426}.fl-btn-reset:active{transform:translateY(0)}@media (width<=1024px){.fl-section{gap:14px;padding:14px 16px}.fl-search-bar{min-width:200px}.fl-filter-select{min-width:140px;font-size:12px}.fl-btn-reset{padding:9px 16px;font-size:12px}}@media (width<=768px){.fl-section{flex-direction:column;align-items:stretch;gap:12px;padding:12px 14px}.fl-search-bar{min-width:100%}.fl-search-input{padding:9px 0;font-size:13px}.fl-filter-group{flex-direction:column;align-items:stretch;gap:10px;width:100%}.fl-filter-item{width:100%;padding:0 12px}.fl-filter-select{min-width:100%;padding:9px 24px 9px 0;font-size:13px}.fl-btn-reset{justify-content:center;width:100%;padding:10px 16px;font-size:13px}}@media (width<=480px){.fl-section{border-radius:8px;gap:10px;padding:10px 12px}.fl-search-bar{padding:0 10px}.fl-search-icon{margin-right:8px;font-size:12px}.fl-search-input{padding:8px 0;font-size:12px}.fl-search-input::placeholder{font-size:12px}.fl-filter-item{padding:0 10px}.fl-filter-icon{margin-right:6px;font-size:11px}.fl-filter-select{min-width:100%;padding:8px 20px 8px 0;font-size:12px}.fl-btn-reset{border-radius:6px;padding:8px 14px;font-size:12px}}.er-table-row{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.er-table-row td{border-bottom:1px solid #e2e8f0;padding:0!important}.er-content{padding:20px 24px;animation:.3s cubic-bezier(.4,0,.2,1) erSlideDown}@keyframes erSlideDown{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.er-grid{grid-template-columns:repeat(6,1fr);gap:16px;width:100%;display:grid}.er-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-width:0;padding:16px 18px;transition:all .3s;display:flex;box-shadow:0 1px 3px #00000005}.er-section:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.er-section-payment{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-color:#05966926}.er-section-title{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f1f5f9;flex-shrink:0;align-items:center;gap:6px;margin:0 0 10px;padding-bottom:6px;font-size:12px;font-weight:600;display:flex}.er-item{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;gap:8px;min-height:28px;padding:4px 0;display:flex}.er-item:last-child{border-bottom:none}.er-item-fullwidth{grid-column:1/-1}.er-item-remaining{background:#f8fafc;border-bottom:none;border-radius:6px;margin:3px 0;padding:4px 10px;transition:all .3s}.er-item-remaining.er-fully-paid{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #05966933}.er-item-remaining.er-has-balance{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #eab30833;animation:2s ease-in-out infinite erPulseRemaining}@keyframes erPulseRemaining{0%,to{box-shadow:0 0 #eab30826}50%{box-shadow:0 0 0 6px #eab30814}}.er-item-remaining .er-item-label{color:#475569;font-size:11px;font-weight:600}.er-item-label{color:#64748b;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:500}.er-item-value{color:#0f172a;text-align:right;word-break:break-word;text-overflow:ellipsis;max-width:65%;margin:0;font-size:12px;font-weight:500;overflow:hidden}.er-item-value-email,.er-item-value-date{font-size:11px!important}.er-item-value-timestamp{font-size:10px!important}.er-status-badge{white-space:nowrap;border-radius:12px;padding:2px 10px;font-size:10px;font-weight:600;display:inline-block}.er-status-confirmed{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.er-status-booked{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.er-status-paid{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.er-status-pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.er-status-cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.er-status-assigned{color:#3730a3;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%)}.er-status-arrived{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.er-status-started{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.er-status-completed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.er-status-failed{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.er-status-refunded,.er-status-partial,.er-payment-status.er-pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.er-payment-status.er-success{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.er-payment-status.er-failed{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.er-payment-status.er-refunded,.er-payment-status.er-partial{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.er-amount-highlight{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:6px;padding:1px 10px;display:inline-block;color:#059669!important;font-size:15px!important;font-weight:700!important}.er-amount-due{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-radius:6px;padding:1px 10px;display:inline-block;color:#dc2626!important;font-size:13px!important;font-weight:700!important}.er-amount-paid{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:6px;padding:1px 10px;display:inline-block;color:#059669!important;font-size:13px!important;font-weight:700!important}.er-payment-details{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.er-payment-detail{color:#0f172a;white-space:nowrap;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:6px;padding:3px 10px;font-size:11px;font-weight:500;transition:all .3s}.er-payment-detail:hover{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);transform:scale(1.05)}.er-payment-detail-due{color:#dc2626;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);font-weight:600}.er-status-active{color:#059669;font-weight:600}.er-status-inactive{color:#94a3b8;font-weight:600}@media (width<=1400px){.er-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.er-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.er-content{padding:12px 16px}.er-grid{grid-template-columns:1fr;gap:12px}.er-item{flex-direction:column;align-items:flex-start;gap:2px;min-height:auto}.er-item-value{text-align:left;width:100%;max-width:100%}.er-item-remaining{flex-direction:row;justify-content:space-between;align-items:center}.er-payment-details{flex-wrap:wrap;justify-content:flex-start}.er-section{padding:14px 16px}.er-amount-highlight{font-size:16px!important}}@media (width<=480px){.er-content{padding:10px 12px}.er-section{padding:12px 14px}.er-section-title{font-size:11px}.er-item-label{font-size:10px}.er-item-value{font-size:11px}.er-payment-detail{padding:2px 8px;font-size:10px}.er-item-remaining{flex-direction:column;align-items:flex-start;gap:4px}}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000f}.table-scroll-wrapper{position:relative;overflow:hidden}.table-wrapper{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;min-height:500px;max-height:calc(100vh - 480px);overflow:auto}.table-wrapper::-webkit-scrollbar{width:10px;height:10px}.table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f1f5f9;border-radius:6px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-wrapper::-webkit-scrollbar-corner{background:#f1f5f9}.table-wrapper{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.bookings-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:1400px;font-size:13px}.bookings-table .col-customer,.bookings-table .col-phone{width:130px;min-width:130px}.bookings-table thead{z-index:20;position:sticky;top:0}.bookings-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:#475569;white-space:nowrap;z-index:20;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:14px 12px;font-size:11px;font-weight:600;position:sticky;top:0;box-shadow:0 2px 4px #00000005}.bookings-table tbody td{vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:14px;line-height:1.4;overflow:hidden}.bookings-table tbody tr{cursor:pointer;transition:background-color .35s,box-shadow .35s,filter .35s}.bookings-table tbody tr:hover,.bookings-table tbody tr.expanded{filter:brightness(1.02);background:linear-gradient(90deg,#3b82f614,#6366f126,#3b82f614);box-shadow:inset 0 0 0 1px #3b82f626,0 0 12px #3b82f61f,0 0 24px #6366f114}.bookings-table tbody tr td{transition:background-color .35s,color .35s}.bookings-table tbody tr:hover td,.bookings-table tbody tr.expanded td{color:#1e293b}.bookings-table tbody tr:last-child td{border-bottom:none}.booking-id{color:#2563eb;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.id-icon{color:#2563eb;flex-shrink:0;font-size:14px}.id-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-info{align-items:center;gap:8px;min-width:0;display:flex}.customer-icon{color:#64748b;flex-shrink:0;font-size:14px}.customer-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.phone-info,.email-info{color:#475569;align-items:center;gap:6px;font-size:12px;display:flex}.phone-icon,.email-icon{color:#64748b;flex-shrink:0;font-size:13px}.vehicle-info{align-items:center;gap:8px;min-width:0;display:flex}.vehicle-icon{color:#64748b;flex-shrink:0;font-size:14px}.vehicle-name1{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.vehicle-number{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:12px;padding:2px 10px;font-family:monospace;font-size:11px;font-weight:600;display:inline-block}.route-info{align-items:center;gap:6px;min-width:0;display:flex}.route-icon{color:#64748b;flex-shrink:0;font-size:13px}.route-details{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.route-arrow{color:#94a3b8;margin:0 4px;font-weight:300}.distance-info{align-items:center;gap:6px;display:flex}.distance-icon{color:#64748b;flex-shrink:0;font-size:13px}.distance-value{color:#0f172a;white-space:nowrap;font-size:12px;font-weight:500}.booking-status{white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.booking-status svg{flex-shrink:0;font-size:12px}.payment-status{white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.payment-status svg{flex-shrink:0;font-size:12px}.payment-icon{font-size:12px!important}.amount-info{align-items:center;gap:6px;display:flex}.amount-icon{color:#64748b;flex-shrink:0;font-size:13px}.amount-value{color:#0f172a;white-space:nowrap;font-size:14px;font-weight:700}.date-info{align-items:center;gap:8px;display:flex}.date-icon{color:#64748b;flex-shrink:0;font-size:13px}.date-details{flex-direction:column;min-width:0;line-height:1.3;display:flex}.booking-date{color:#0f172a;white-space:nowrap;font-size:12px;font-weight:500}.booking-time{color:#94a3b8;white-space:nowrap;font-size:11px}.status-confirmed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #0596694d;box-shadow:0 2px 8px #05966926}.status-confirmed:hover{border-color:#059669;transform:scale(1.05);box-shadow:0 4px 20px #0596694d,0 0 40px #0596691a}.status-booked{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #eab3084d;box-shadow:0 2px 8px #eab30826}.status-booked:hover{border-color:#eab308;transform:scale(1.05);box-shadow:0 4px 20px #eab3084d,0 0 40px #eab3081a}.status-paid{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border:1px solid #2563eb4d;box-shadow:0 2px 8px #2563eb26}.status-paid:hover{border-color:#2563eb;transform:scale(1.05);box-shadow:0 4px 20px #2563eb4d,0 0 40px #2563eb1a}.status-pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #eab3084d;box-shadow:0 2px 8px #eab30826}.status-pending:hover{border-color:#eab308;transform:scale(1.05);box-shadow:0 4px 20px #eab3084d,0 0 40px #eab3081a}.status-cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #dc26264d;box-shadow:0 2px 8px #dc262626}.status-cancelled:hover{border-color:#dc2626;transform:scale(1.05);box-shadow:0 4px 20px #dc26264d,0 0 40px #dc26261a}.status-assigned{color:#3730a3;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #6366f14d;box-shadow:0 2px 8px #6366f126}.status-assigned:hover{border-color:#6366f1;transform:scale(1.05);box-shadow:0 4px 20px #6366f14d,0 0 40px #6366f11a}.status-arrived{color:#0d9488;background:linear-gradient(135deg,#ccfbf1 0%,#99f6e4 100%);border:1px solid #14b8a64d;box-shadow:0 2px 8px #14b8a626}.status-arrived:hover{border-color:#14b8a6;transform:scale(1.05);box-shadow:0 4px 20px #14b8a64d,0 0 40px #14b8a61a}.status-started{color:#3730a3;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #6366f14d;box-shadow:0 2px 8px #6366f126}.status-started:hover{border-color:#6366f1;transform:scale(1.05);box-shadow:0 4px 20px #6366f14d,0 0 40px #6366f11a}.status-completed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#6ee7b7 100%);border:1px solid #0596694d;box-shadow:0 2px 8px #05966926}.status-completed:hover{border-color:#059669;transform:scale(1.05);box-shadow:0 4px 20px #0596694d,0 0 40px #0596691a}.status-failed{color:#991b1b;background:#fee2e2}.status-refunded,.payment-status.pending{color:#92400e;background:#fef3c7}.payment-status.success{color:#065f46;background:#d1fae5}.status-failed{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #dc26264d;box-shadow:0 2px 8px #dc262626}.status-failed:hover{border-color:#dc2626;transform:scale(1.05);box-shadow:0 4px 20px #dc26264d,0 0 40px #dc26261a}.status-refunded{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #eab3084d;box-shadow:0 2px 8px #eab30826}.status-refunded:hover{border-color:#eab308;transform:scale(1.05);box-shadow:0 4px 20px #eab3084d,0 0 40px #eab3081a}.action-buttons{justify-content:center;gap:4px;display:flex}.btn-action{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.btn-action:hover{transform:scale(1.1)}.btn-action.view:hover{color:#2563eb;background:#dbeafe}.btn-action.edit:hover{color:#059669;background:#d1fae5}.btn-action.delete:hover{color:#dc2626;background:#fee2e2}.pagination-container{background:#fafbfc;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.pagination-info{color:#64748b;font-size:13px}.pagination-controls{align-items:center;gap:10px;display:flex}.pagination-btn{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled){color:#2563eb;background:#f1f5f9;border-color:#2563eb}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-current{color:#0f172a;padding:0 8px;font-size:13px;font-weight:500}.no-data{text-align:center;padding:60px 20px}.no-data-content{flex-direction:column;align-items:center;gap:12px;display:flex}.no-data-icon{font-size:48px}.no-data-content p{color:#94a3b8;margin:0;font-size:16px}.loading-overlay{flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:60px 20px;display:flex}.loading-overlay .spinner{color:#2563eb;font-size:32px;animation:1s linear infinite spin}.loading-overlay p{color:#64748b;margin-top:12px;font-size:14px}@media (width<=1200px){.bookings-table{min-width:1200px}.bookings-table .col-email{width:140px;min-width:140px}.bookings-table .col-route{width:160px;min-width:160px}}@media (width<=768px){.table-wrapper{min-height:350px;max-height:calc(100vh - 500px)}.bookings-table{min-width:1100px;font-size:12px}.bookings-table thead th,.bookings-table tbody td{padding:10px}.bookings-table .col-id{width:120px;min-width:120px}.bookings-table .col-customer,.bookings-table .col-phone{width:110px;min-width:110px}.bookings-table .col-email{width:130px;min-width:130px}.bookings-table .col-vehicle{width:120px;min-width:120px}.bookings-table .col-vehicle-no{width:100px;min-width:100px}.bookings-table .col-route{width:150px;min-width:150px}.bookings-table .col-status{width:110px;min-width:110px}.bookings-table .col-payment,.bookings-table .col-amount{width:100px;min-width:100px}.bookings-table .col-date{width:110px;min-width:110px}.bookings-table .col-actions{width:100px;min-width:100px}.pagination-container{text-align:center;flex-direction:column;align-items:stretch;padding:12px 16px}.pagination-controls{justify-content:center}}@media (width<=480px){.table-wrapper{min-height:300px;max-height:calc(100vh - 540px)}.bookings-table{min-width:1000px;font-size:11px}.bookings-table thead th,.bookings-table tbody td{padding:8px}.booking-status,.payment-status{padding:2px 8px;font-size:10px}.amount-value{font-size:12px}.btn-action{width:28px;height:28px;font-size:12px}.pagination-btn{padding:6px 12px;font-size:12px}.pagination-current{font-size:12px}}.table-scroll-wrapper:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000,#fffc);height:20px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.table-scroll-wrapper.scrolled:after{opacity:1}[data-tooltip]{position:relative}[data-tooltip]:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:100;text-overflow:ellipsis;background:#0f172a;border-radius:4px;max-width:300px;padding:4px 8px;font-size:12px;position:absolute;bottom:100%;left:50%;overflow:hidden;transform:translate(-50%)}.btn-action.confirm{color:#059669}.btn-action.confirm:hover{color:#047857;background:#d1fae5}.btn-action.confirm:disabled{opacity:.4;cursor:not-allowed}.btn-action.cancel{color:#dc2626}.btn-action.cancel:hover{color:#b91c1c;background:#fee2e2}.btn-action.cancel:disabled{opacity:.4;cursor:not-allowed}.bookings-table .col-id{width:140px;min-width:140px}.bookings-table .col-customer,.bookings-table .col-phone{width:130px;min-width:130px}.bookings-table .col-email{width:160px;min-width:160px}.bookings-table .col-vehicle{width:140px;min-width:140px}.bookings-table .col-vehicle-no{width:120px;min-width:120px}.bookings-table .col-route{width:180px;min-width:180px}.bookings-table .col-distance{width:100px;min-width:100px}.bookings-table .col-status{width:130px;min-width:130px}.bookings-table .col-payment{width:120px;min-width:120px}.bookings-table .col-amount{width:110px;min-width:110px}.bookings-table .col-remaining{width:140px;min-width:140px}.bookings-table .col-date{width:130px;min-width:130px}.bookings-table .col-actions{width:120px;min-width:120px}.remaining-info{border-radius:6px;align-items:center;gap:6px;padding:4px 8px;transition:all .3s;display:flex}.remaining-info.fully-paid{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #05966933}.remaining-info.has-balance{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #eab30833;animation:2s ease-in-out infinite pulseRemaining}@keyframes pulseRemaining{0%,to{box-shadow:0 0 #eab30833}50%{box-shadow:0 0 0 4px #eab3081a}}.remaining-info:hover{transform:scale(1.02)}.remaining-icon{color:#64748b;font-size:12px}.remaining-info.fully-paid .remaining-icon{color:#059669}.remaining-info.has-balance .remaining-icon{color:#eab308}.remaining-value{color:#0f172a;font-size:13px;font-weight:600}.remaining-info.fully-paid .remaining-value{color:#065f46}.remaining-info.has-balance .remaining-value{color:#92400e}.paid-badge{color:#fff;letter-spacing:.3px;text-transform:uppercase;background:linear-gradient(135deg,#059669 0%,#047857 100%);border-radius:12px;margin-left:4px;padding:1px 10px;font-size:10px;font-weight:700;display:inline-block}.due-badge{color:#fff;letter-spacing:.3px;text-transform:uppercase;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);border-radius:12px;margin-left:4px;padding:1px 10px;font-size:10px;font-weight:700;animation:1.5s ease-in-out infinite blinkBadge;display:inline-block}@keyframes blinkBadge{0%,to{opacity:1}50%{opacity:.6}}@media (width<=1200px){.bookings-table{min-width:1300px}.bookings-table .col-email{width:140px;min-width:140px}.bookings-table .col-route{width:160px;min-width:160px}.bookings-table .col-remaining{width:120px;min-width:120px}}@media (width<=768px){.bookings-table{min-width:1200px;font-size:12px}.bookings-table .col-id{width:120px;min-width:120px}.bookings-table .col-customer,.bookings-table .col-phone{width:110px;min-width:110px}.bookings-table .col-email{width:130px;min-width:130px}.bookings-table .col-vehicle{width:120px;min-width:120px}.bookings-table .col-vehicle-no{width:100px;min-width:100px}.bookings-table .col-route{width:150px;min-width:150px}.bookings-table .col-status{width:110px;min-width:110px}.bookings-table .col-payment,.bookings-table .col-amount{width:100px;min-width:100px}.bookings-table .col-remaining{width:120px;min-width:120px}.bookings-table .col-date,.bookings-table .col-actions{width:110px;min-width:110px}.remaining-info{padding:3px 6px}.remaining-value{font-size:12px}.paid-badge,.due-badge{padding:1px 6px;font-size:8px}}@media (width<=480px){.bookings-table{min-width:1100px;font-size:11px}.bookings-table .col-remaining,.bookings-table .col-actions{width:100px;min-width:100px}.remaining-info{flex-wrap:wrap;gap:4px}.remaining-value{font-size:11px}.paid-badge,.due-badge{padding:1px 4px;font-size:7px}}.online-payment-info .info-icon{font-size:14px}@media (width<=768px){.col-payment-method{min-width:80px}.payment-method-online,.payment-method-cash,.payment-method-na{padding:2px 6px;font-size:10px}.online-payment-info{padding:2px 6px;font-size:9px}.action-status-message{font-size:10px}}.online-payment-info{color:#1e40af;cursor:default;background:#dbeafe;border-radius:12px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.online-payment-info .booked-icon{color:#1e40af;font-size:14px}.online-payment-info .booked-text{color:#1e40af;font-weight:600}.col-payment-method{min-width:120px}.payment-method-online,.payment-method-cash,.payment-method-na{border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.payment-method-online{color:#1e40af;background:#dbeafe}.payment-method-cash{color:#065f46;background:#d1fae5}.payment-method-na{color:#6b7280;background:#f3f4f6}@media (width<=768px){.col-payment-method{min-width:80px}.payment-method-online,.payment-method-cash,.payment-method-na{padding:2px 6px;font-size:10px}.online-payment-info{padding:2px 8px;font-size:10px}.action-status-message{font-size:10px}}.col-payment-method{width:130px;min-width:130px}.payment-method-online,.payment-method-cash,.payment-method-card,.payment-method-upi,.payment-method-na{white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.payment-method-online{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd}.payment-method-online .payment-method-icon{color:#2563eb}.payment-method-cash{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7}.payment-method-cash .payment-method-icon{color:#059669}.payment-method-card{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d}.payment-method-card .payment-method-icon{color:#d97706}.payment-method-upi{color:#5b21b6;background:linear-gradient(135deg,#ede9fe,#c4b5fd);border:1px solid #a78bfa}.payment-method-upi .payment-method-icon{color:#7c3aed}.payment-method-na{color:#6b7280;background:#f3f4f6;border:1px solid #d1d5db}.payment-method-na .payment-method-icon{color:#9ca3af}.payment-method-icon{font-size:13px}.cash-badge{color:#065f46;background:#d1fae5;border-radius:10px;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.online-payment-info.pending{color:#92400e;background:#fef3c7}.online-badge{color:#1e40af;background:#dbeafe;border-radius:10px;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.completed-badge{color:#065f46;background:#d1fae5;border-radius:10px;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.cancelled-badge{color:#991b1b;background:#fee2e2;border-radius:10px;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.fully-paid-badge{margin-left:4px;font-size:12px}.action-status-message{justify-content:center;align-items:center;gap:4px;display:flex}.action-completed{color:#065f46;align-items:center;gap:4px;font-size:12px;font-weight:500;display:inline-flex}.action-cancelled{color:#991b1b;align-items:center;gap:4px;font-size:12px;font-weight:500;display:inline-flex}.btn-action.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-action.disabled:hover{box-shadow:none;transform:none}@media (width<=768px){.col-payment-method{width:90px;min-width:90px}.payment-method-online,.payment-method-cash,.payment-method-card,.payment-method-upi,.payment-method-na,.booked-info{padding:3px 8px;font-size:10px}.booked-info .booked-subtext{display:none}.online-payment-info{padding:3px 8px;font-size:10px}.action-status-message{font-size:10px}}.booked-info.paid-booked{color:#065f46;background:linear-gradient(135deg,#d1fae5,#6ee7b7);border:1px solid #34d399}.booked-info.paid-booked .paid-check{margin-left:2px;font-size:12px}.paid-badge-status{color:#065f46;background:#d1fae5;border-radius:10px;align-items:center;gap:3px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.booked-info{cursor:default;white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.booked-info .booked-icon{font-size:14px}.booked-info .booked-text{font-weight:700}.booked-info .booked-subtext{opacity:.8;font-size:10px;font-weight:400}.booked-info .paid-check{margin-left:2px;font-size:12px}.booked-info.online-booked{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd}.booked-info.online-booked .booked-icon{color:#2563eb}.booked-info.online-booked .booked-text{color:#1e40af}.booked-info.cash-booked{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7}.booked-info.cash-booked .booked-icon{color:#059669}.booked-info.cash-booked .booked-text{color:#065f46}.booked-info.paid-booked{color:#065f46;background:linear-gradient(135deg,#d1fae5,#6ee7b7);border:1px solid #34d399;box-shadow:0 0 10px #10b98133}.booked-info.paid-booked .booked-icon{color:#059669}.booked-info.paid-booked .booked-text{color:#065f46}.booked-info.paid-booked .paid-check{color:#059669}.remaining-info.fully-paid{background:#d1fae5;border-radius:8px;padding:4px 8px}.remaining-info.fully-paid .remaining-value{color:#065f46;font-weight:600}.remaining-info.has-balance{background:#fef3c7;border-radius:8px;padding:4px 8px}.remaining-info.has-balance .remaining-value{color:#92400e;font-weight:600}.paid-badge{color:#fff;background:#10b981;border-radius:10px;align-items:center;gap:3px;margin-left:4px;padding:1px 6px;font-size:9px;font-weight:600;display:inline-flex}.due-badge{color:#fff;background:#f59e0b;border-radius:10px;align-items:center;gap:3px;margin-left:4px;padding:1px 6px;font-size:9px;font-weight:600;display:inline-flex}.online-payment-info{color:#1e40af;cursor:default;background:#dbeafe;border:1px solid #93c5fd;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.online-payment-info .online-icon{color:#2563eb;font-size:14px}.online-payment-info .online-text{color:#1e40af;font-weight:600}.online-payment-info.pending{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.online-payment-info.pending .pending-icon{color:#d97706;font-size:14px;animation:1.5s linear infinite spin}.online-payment-info.pending .pending-text{color:#92400e;font-weight:600}.booking-row.online-payment{border-left:3px solid #3b82f6}.booking-row.cash-confirmed{border-left:3px solid #10b981}.booking-row.fully-paid-row{background-color:#f0fdf4;border-left:3px solid #059669}.booking-row.booked-row{background-color:#f8fafc}.booking-row.completed{background-color:#f0fdf4;border-left:3px solid #059669}.booking-row.cancelled{background-color:#fef2f2;border-left:3px solid #ef4444}.btn-action[disabled]:hover:after{content:attr(title);color:#fff;white-space:nowrap;z-index:10;background:#1f2937;border-radius:6px;padding:4px 10px;font-size:11px;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.btn-action{position:relative}@media (width<=768px){.col-payment-method{width:90px;min-width:90px}.booked-info{padding:3px 8px;font-size:10px}.booked-info .booked-subtext{display:none}.booked-info .paid-check{font-size:10px}.online-payment-info,.payment-method-online,.payment-method-cash,.payment-method-card,.payment-method-upi,.payment-method-na{padding:3px 8px;font-size:10px}}.btn-action.complete{color:#fff;letter-spacing:.3px;cursor:pointer;white-space:nowrap;background:#8b5cf6;border:none;border-radius:20px;justify-content:center;align-items:center;gap:6px;min-width:100px;height:34px;padding:0 16px;font-size:12px;font-weight:600;transition:all .25s;display:inline-flex}.btn-action.complete:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 10px #8b5cf640}.btn-action.complete .complete-icon{font-size:13px}.btn-action.complete .action-label{line-height:1}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{color:#0f172a;margin:0;font-size:18px;font-weight:600}.modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:20px;transition:all .2s}.modal-close-btn:hover{color:#475569;background:#f1f5f9}.booking-info-summary{background:#f8fafc;border-radius:10px;margin-bottom:20px;padding:16px}.info-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:6px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#64748b;font-size:13px;font-weight:500}.info-value{color:#0f172a;font-size:13px;font-weight:600}.info-value.remaining-amount{color:#ef4444}.form-group label .required{color:#ef4444}.form-group input,.form-group textarea{color:#0f172a;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.error-message{color:#ef4444;background:#fef2f2;border-radius:8px;margin-top:8px;padding:10px 14px;font-size:13px}.modal-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.btn-complete{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.btn-complete:hover:not(:disabled){background:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 16px #8b5cf64d}.btn-complete:disabled{opacity:.6;cursor:not-allowed}.btn-complete .spinner{animation:1s linear infinite spin}.btn-action.assign-driver{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:20px;align-items:center;gap:4px;width:95px;padding:6px 12px;font-size:12px;transition:all .2s;display:inline-flex}.btn-action.assign-driver:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px);box-shadow:0 2px 8px #8b5cf64d}.btn-action.assign-driver:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-action.assign-driver .assign-text{font-size:11px;font-weight:500}.assigned-badge{color:#7c3aed;background:#ede9fe;border-radius:12px;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.booked-action-container{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.booking-row.assigned-row{background:#faf5ff}.booking-row.assigned-row:hover{background:#f3e8ff}.booking-status.status-assigned{color:#7c3aed;background:#ede9fe}.assigned-badge-status{color:#7c3aed;background:#ede9fe;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:92%;max-width:520px;max-height:90vh;padding:32px;animation:.25s scaleIn;overflow-y:auto;box-shadow:0 25px 60px #0000004d}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-content h2{color:#0f172a;margin:0 0 20px;font-size:20px;font-weight:700}.modal-booking-info{background:#f8fafc;border-radius:10px;margin-bottom:20px;padding:16px}.modal-booking-info p{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin:8px 0;padding-bottom:8px;font-size:14px;display:flex}.modal-booking-info p:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.modal-booking-info p strong{color:#475569}.modal-booking-info .status-badge{border-radius:12px;padding:2px 14px;font-size:12px;font-weight:600;display:inline-block}.modal-booking-info .amount-due{color:#dc2626;font-weight:700}.form-group label{color:#0f172a;margin-bottom:6px;font-size:14px;font-weight:600;display:flex}.form-group .required{color:#dc2626;margin-left:2px}.form-group input,.form-group textarea{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:60px}.form-group .helper-text{color:#64748b;margin-top:4px;font-size:12px;display:block}.input-with-suffix{position:relative}.input-with-suffix .input-suffix{color:#64748b;font-weight:600;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-with-suffix .amount-input{padding-left:30px}.modal-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}.btn-cancel{cursor:pointer;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s}.btn-cancel:hover:not(:disabled){background:#e2e8f0}.btn-confirm{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-danger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-danger:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.btn-danger:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.modal-content{max-height:85vh;margin:12px;padding:20px}.modal-booking-info p{flex-direction:column;align-items:flex-start;gap:2px}}@media (width<=480px){.modal-content{padding:16px}.modal-actions{flex-direction:column}.modal-actions button{justify-content:center;width:100%}}.quick-amount-buttons{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.quick-amount-btn{cursor:pointer;color:#475569;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:8px;min-width:60px;padding:6px 16px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.quick-amount-btn:hover{color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.quick-amount-btn:active{transform:translateY(0)}.quick-amount-btn.full-amount{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-color:#059669;font-weight:700}.quick-amount-btn.full-amount:hover{background:linear-gradient(135deg,#a7f3d0 0%,#6ee7b7 100%);border-color:#047857;transform:translateY(-2px);box-shadow:0 4px 16px #0596694d}.quick-amount-btn.advance{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:#eab308}.quick-amount-btn.advance:hover{background:linear-gradient(135deg,#fde68a 0%,#f59e0b 100%);border-color:#ca8a04;transform:translateY(-2px);box-shadow:0 4px 16px #eab3084d}@media (width<=480px){.quick-amount-buttons{gap:6px}.quick-amount-btn{min-width:50px;padding:4px 12px;font-size:12px}}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:95%;max-width:550px;max-height:90vh;animation:.3s ease-in-out slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-title{align-items:center;gap:12px;display:flex}.modal-header h2{color:#111827;margin:0;font-size:20px;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:20px;transition:all .2s}.modal-close:hover{color:#111827;background:#e5e7eb}.modal-body{padding:24px}.booking-summary{background:#f8fafc;border-radius:12px;margin-bottom:24px;padding:16px 20px}.booking-summary h3{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.summary-row{color:#374151;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.summary-row:last-child{border-bottom:none}.summary-row .label{color:#6b7280;font-weight:500}.summary-row .value{color:#111827;text-align:right;font-weight:500}.summary-row.highlight{background:#fef3c7;border-radius:6px;margin:0 -12px;padding:8px 12px;font-weight:600}.summary-row.highlight .label,.summary-row.highlight .value{color:#92400e}.summary-row.default-amount{background:#dbeafe;border-radius:6px;margin:6px -12px 0;padding:8px 12px}.summary-row.default-amount .label{color:#1e40af}.summary-row.default-amount .value{color:#1e40af;font-weight:600}.complete-form .form-group{margin-bottom:20px}.complete-form label{color:#374151;align-items:center;gap:6px;margin-bottom:6px;font-size:14px;font-weight:500;display:flex}.complete-form .input-icon{color:#6b7280;font-size:14px}.complete-form .optional{color:#9ca3af;margin-left:4px;font-size:12px;font-weight:400}.complete-form .form-input,.complete-form .form-textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;transition:all .2s}.complete-form .form-input:focus,.complete-form .form-textarea:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 3px #22c55e1a}.complete-form .form-input::placeholder,.complete-form .form-textarea::placeholder{color:#9ca3af}.complete-form .helper-text{color:#6b7280;margin-top:4px;font-size:12px;display:block}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}.btn-cancel,.btn-confirm{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.btn-cancel{color:#374151;background:#f3f4f6}.btn-cancel:hover{background:#e5e7eb}.btn-confirm{color:#fff;background:#22c55e}.btn-confirm:hover:not(:disabled){background:#16a34a;transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal-content::-webkit-scrollbar-thumb{background:#c1c7cd;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#a0a7ae}.spinning{animation:1s linear infinite spin}.modal-content .disabled{opacity:.6;pointer-events:none}.assign-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.25s assignOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes assignOverlayFadeIn{0%{opacity:0}to{opacity:1}}.assign-modal-container{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:580px;max-height:92vh;animation:.35s cubic-bezier(.16,1,.3,1) assignModalSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 80px #0000004d}@keyframes assignModalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.assign-modal-header{background:#fafcff;border-bottom:1px solid #e8edf5;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.assign-modal-header-left{align-items:center;gap:14px;display:flex}.assign-modal-icon-wrapper{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 12px #4f46e54d}.assign-modal-icon{color:#fff;font-size:20px}.assign-modal-title{color:#0f172a;letter-spacing:-.3px;margin:0 0 2px;font-size:18px;font-weight:700}.assign-modal-subtitle{color:#64748b;margin:0;font-size:13px;font-weight:400}.assign-modal-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-size:16px;transition:all .2s;display:flex}.assign-modal-close-btn:hover:not(:disabled){color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.assign-modal-close-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.assign-modal-form{flex-direction:column;flex:1;display:flex;overflow:hidden}.assign-modal-body{flex:1;padding:20px 24px 16px;overflow-y:auto}.assign-modal-body::-webkit-scrollbar{width:5px}.assign-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.assign-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.assign-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.assign-booking-summary{background:#f8fafc;border:1px solid #e8edf5;border-radius:12px;margin-bottom:20px;padding:16px}.assign-booking-summary h3{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.summary-grid{grid-template-columns:1fr 1fr;gap:8px 16px;display:grid}.summary-item{flex-direction:column;gap:2px;display:flex}.summary-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:500}.summary-value{color:#0f172a;font-size:14px;font-weight:500}.status-badge-summary{color:#4f46e5;text-transform:uppercase;background:#e0e7ff;border-radius:12px;width:fit-content;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.assign-form-group{margin-bottom:18px}.assign-form-label{color:#1e293b;align-items:center;gap:8px;margin-bottom:6px;font-size:13px;font-weight:600;display:flex}.label-icon{color:#64748b;font-size:13px}.optional-badge{color:#64748b;letter-spacing:.3px;text-transform:uppercase;background:#f1f5f9;border-radius:12px;margin-left:auto;padding:1px 10px;font-size:10px;font-weight:500}.assign-form-select,.assign-form-textarea{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s}.assign-form-select:focus,.assign-form-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e514}.assign-form-select.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef444414}.assign-form-select:disabled,.assign-form-textarea:disabled{cursor:not-allowed;opacity:.7;background:#f8fafc}.assign-form-select{appearance:none;cursor:pointer;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 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.assign-form-select option{padding:6px}.assign-form-textarea{resize:vertical;min-height:80px}.assign-loading-drivers,.assign-no-drivers{color:#64748b;background:#f8fafc;border:1px solid #e8edf5;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;display:flex}.assign-loading-drivers .spinning{color:#4f46e5;animation:1s linear infinite spin}.assign-no-drivers .no-drivers-icon{color:#f59e0b;font-size:18px}.assign-info-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;gap:14px;margin-top:4px;padding:14px 16px;display:flex}.assign-info-box .info-icon{color:#22c55e;flex-shrink:0;margin-top:2px;font-size:18px}.assign-info-box .info-content{flex:1}.assign-info-box .info-title{color:#065f46;margin:0 0 6px;font-size:13px;font-weight:600}.assign-info-box .info-list{text-align:left;color:#065f46;margin:0;padding-left:18px;font-size:12.5px;line-height:1.7}.assign-info-box .info-list li{margin-bottom:2px}.assign-info-box .info-list li:last-child{margin-bottom:0}.assign-info-box .info-list strong{color:#047857}.assign-modal-footer{background:#fafcff;border-top:1px solid #e8edf5;flex-shrink:0;justify-content:flex-end;gap:12px;padding:16px 24px 20px;display:flex}.assign-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.assign-btn-cancel:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.assign-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.assign-btn-submit{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #4f46e54d}.assign-btn-submit:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 6px 20px #4f46e559}.assign-btn-submit:active:not(:disabled){transform:translateY(0)}.assign-btn-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.assign-btn-submit.loading{cursor:wait;background:#818cf8}.assign-btn-submit .spinning{animation:.8s linear infinite spin}@media (width<=640px){.assign-modal-overlay{align-items:flex-end;padding:0}.assign-modal-container{border-radius:20px 20px 0 0;max-width:100%;max-height:100vh;animation:.35s cubic-bezier(.16,1,.3,1) assignModalSlideUpMobile}@keyframes assignModalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.assign-modal-header{padding:16px 18px 14px}.assign-modal-header-left{gap:10px}.assign-modal-icon-wrapper{width:38px;height:38px}.assign-modal-icon,.assign-modal-title{font-size:16px}.assign-modal-subtitle{font-size:12px}.assign-modal-body{padding:16px 18px 12px}.assign-modal-footer{flex-direction:column-reverse;gap:8px;padding:14px 18px 18px}.assign-btn-cancel,.assign-btn-submit{justify-content:center;width:100%;padding:12px}.summary-grid{grid-template-columns:1fr;gap:6px}.assign-info-box{flex-direction:column;gap:10px;padding:14px}.assign-modal-close-btn{width:32px;height:32px;font-size:14px}.assign-form-select,.assign-form-textarea{padding:9px 12px;font-size:13px}}@media (width<=380px){.assign-modal-header,.assign-modal-body{padding:12px 14px 10px}.assign-modal-footer{padding:10px 14px 14px}.assign-modal-title{font-size:15px}.assign-modal-icon-wrapper{width:34px;height:34px}.assign-modal-icon{font-size:14px}.assign-form-select,.assign-form-textarea{padding:8px 10px;font-size:12px}.assign-btn-submit,.assign-btn-cancel{padding:10px;font-size:13px}}.bookings-page{min-height:100vh;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.loading-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.spinner{border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.loading-container p{color:#64748b;margin-top:12px;font-size:14px}.error-container{background:#fff;border:1px solid #fee2e2;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex}.error-container p{color:#dc2626;text-align:center;margin-bottom:16px;font-size:16px}.error-container button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 32px;font-size:14px;font-weight:600;transition:all .2s}.error-container button:hover{background:#1d4ed8;transform:translateY(-1px)}@media (width<=768px){.bookings-page{padding:12px}}@media (width<=480px){.bookings-page{padding:8px}}.reviews-page{background:#f8fafc;max-width:1400px;min-height:100vh;margin:0 auto;padding:20px}.reviews-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:25px;display:flex}.header-left h1{color:#1a202c;margin-bottom:5px;font-size:28px;font-weight:700}.breadcrumb{color:#718096;font-size:14px}.header-actions{gap:10px;display:flex}.btn-export,.btn-print{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.btn-export{color:#4a5568;background:#fff;border:1px solid #e2e8f0}.btn-export:hover{background:#f7fafc;box-shadow:0 2px 8px #0000001a}.btn-print{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%)}.btn-print:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b4d}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:25px;display:grid}.stat-card{background:#fff;border-radius:12px;align-items:center;gap:15px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000014}.stat-icon{background:#fff5f5;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:32px;display:flex}.stat-info h3{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:600}.stat-number{color:#1a202c;font-size:24px;font-weight:700}.stat-change{margin-top:2px;font-size:12px;font-weight:600;display:block}.stat-change.positive{color:#48bb78}.stat-change.negative{color:#fc8181}.filters-section{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;padding:15px 20px;display:flex;box-shadow:0 2px 8px #0000000d}.search-bar{background:#f7fafc;border-radius:10px;flex:1;align-items:center;min-width:250px;padding:8px 15px;display:flex}.search-bar svg{color:#a0aec0;margin-right:10px}.search-bar input{color:#2d3748;background:0 0;border:none;outline:none;flex:1;font-size:14px}.search-bar input::placeholder{color:#a0aec0}.filter-group{flex-wrap:wrap;gap:10px;display:flex}.filter-item{background:#f7fafc;border-radius:10px;align-items:center;gap:8px;padding:8px 15px;display:flex}.filter-item svg{color:#a0aec0}.filter-item select{color:#2d3748;cursor:pointer;background:0 0;border:none;outline:none;font-size:14px}.reviews-container{flex-direction:column;gap:16px;display:flex}.review-card{background:#fff;border-radius:12px;padding:20px;transition:all .3s;box-shadow:0 2px 8px #0000000d}.review-card:hover{box-shadow:0 4px 16px #00000014}.review-header{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;display:flex}.review-user{align-items:center;gap:12px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:16px;font-weight:700;display:flex}.user-info h4{color:#1a202c;font-size:15px;font-weight:600}.review-meta{align-items:center;gap:12px;margin-top:2px;display:flex}.service-type{color:#ff6b6b;background:#fff5f5;border-radius:12px;padding:2px 10px;font-size:12px;font-weight:500}.review-date{color:#a0aec0;align-items:center;gap:4px;font-size:12px;display:flex}.review-rating{align-items:center;gap:15px;display:flex}.stars{gap:2px;display:flex}.star{font-size:16px}.star.filled{color:#f6ad55}.star.empty{color:#e2e8f0}.review-status{border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.status-published{color:#276749;background:#c6f6d5}.status-flagged{color:#9b2c2c;background:#fed7d7}.expand-btn{color:#a0aec0;cursor:pointer;background:0 0;border:none;padding:5px;transition:all .3s}.expand-btn:hover{color:#4a5568}.review-body{margin-top:15px;padding-left:57px}.review-title{color:#1a202c;margin-bottom:8px;font-size:16px;font-weight:600}.review-comment{color:#4a5568;margin-bottom:15px;font-size:14px;line-height:1.6}.review-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.review-interactions{align-items:center;gap:15px;display:flex}.interact-btn{color:#718096;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:13px;transition:all .2s;display:flex}.interact-btn.like:hover{color:#3182ce;background:#ebf8ff}.interact-btn.dislike:hover{color:#e53e3e;background:#fff5f5}.reply-count{color:#718096;align-items:center;gap:5px;font-size:13px;display:flex}.review-admin-actions{gap:6px;display:flex}.admin-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.admin-btn.view{color:#3182ce;background:#ebf8ff}.admin-btn.view:hover{color:#fff;background:#3182ce}.admin-btn.reply{color:#d69e2e;background:#fefcbf}.admin-btn.reply:hover{color:#fff;background:#d69e2e}.admin-btn.delete{color:#e53e3e;background:#fed7d7}.admin-btn.delete:hover{color:#fff;background:#e53e3e}.review-expanded{border-top:1px solid #e2e8f0;margin-top:15px;padding-top:15px;animation:.3s slideDown}.expanded-content{flex-direction:column;gap:12px;display:flex}.expanded-row{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.expanded-item{flex-direction:column;display:flex}.expanded-item.full-width{grid-column:1/-1}.expanded-item label{color:#a0aec0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:700}.expanded-item p{color:#2d3748;font-size:14px;font-weight:500}.expanded-item .full-comment{color:#4a5568;background:#f7fafc;border-radius:8px;padding:12px;font-weight:400;line-height:1.6}.status-text.published{color:#276749}.status-text.pending{color:#975a16}.status-text.flagged{color:#9b2c2c}@media (width<=1024px){.expanded-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.reviews-header{flex-direction:column}.header-actions{width:100%}.btn-export,.btn-print{flex:1;justify-content:center}.filters-section{flex-direction:column;align-items:stretch}.search-bar{min-width:0}.filter-group{flex-direction:column}.filter-item{width:100%}.filter-item select{flex:1}.stats-grid{grid-template-columns:1fr 1fr}.review-header,.review-rating{flex-wrap:wrap}.review-body{padding-left:0}.review-actions{flex-direction:column;align-items:flex-start}.expanded-row{grid-template-columns:1fr}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}.review-meta,.review-interactions{flex-wrap:wrap}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.25s overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:640px;max-height:92vh;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 80px #0000004d}.modal-header{background:#fafcff;border-bottom:1px solid #e8edf5;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:24px 28px 20px;display:flex}.modal-header-left{align-items:center;gap:16px;display:flex}.modal-icon-wrapper{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #4f46e54d}.modal-icon{color:#fff;font-size:22px}.modal-title{color:#0f172a;letter-spacing:-.3px;margin:0 0 2px;font-size:20px;font-weight:700}.modal-subtitle{color:#64748b;margin:0;font-size:13px;font-weight:400}.modal-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;font-size:16px;transition:all .2s;display:flex}.modal-close-btn:hover:not(:disabled){color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.modal-close-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-form{flex-direction:column;flex:1;display:flex;overflow:hidden}.modal-body{flex:1;padding:24px 28px 16px;overflow-y:auto}.modal-body::-webkit-scrollbar{width:5px}.modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.form-group{margin-bottom:18px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-label{color:#1e293b;align-items:center;gap:15px;margin-bottom:6px;font-size:13px;font-weight:600;display:flex}.label-icon{color:#64748b;margin-left:-10px;font-size:13px}.required-star{color:#ef4444;margin-left:2px;font-weight:700}.optional-badge{text-align:left;color:#64748b;letter-spacing:.3px;text-transform:uppercase;background:#f1f5f9;border-radius:12px;padding:1px 10px;font-size:10px;font-weight:500}.form-input,.form-select{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-input:focus,.form-select:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e514}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 4px #ef444414}.form-input:disabled,.form-select:disabled{cursor:not-allowed;opacity:.7;background:#f8fafc}.form-input::placeholder{color:#94a3b8}.form-select{appearance:none;cursor:pointer;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 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.form-select option{padding:6px}.error-text{color:#ef4444;margin-top:5px;font-size:12px;font-weight:500;display:block}.helper-text{color:#94a3b8;margin-top:4px;font-size:11.5px;display:block}.password-input-wrapper{position:relative}.password-input-wrapper .form-input{padding-right:48px}.password-toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:18px;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-toggle-btn:hover:not(:disabled){color:#475569}.password-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.password-strength-container{background:#f8fafc;border:1px solid #e8edf5;border-radius:8px;margin-top:8px;padding:10px 12px}.strength-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.strength-label{font-size:12px;font-weight:600}.strength-label.strength-weak{color:#ef4444}.strength-label.strength-medium{color:#f59e0b}.strength-label.strength-strong{color:#22c55e}.strength-bar{background:#e2e8f0;border-radius:4px;height:4px;margin-bottom:4px;overflow:hidden}.strength-fill{border-radius:4px;height:100%;transition:width .4s,background .4s}.strength-fill.strength-weak{background:#ef4444}.strength-fill.strength-medium{background:#f59e0b}.strength-fill.strength-strong{background:#22c55e}.strength-hints{color:#94a3b8;justify-content:space-between;font-size:10px;display:flex}.strength-hints span{transition:color .3s}.strength-hints span.active{color:#0f172a;font-weight:600}.strength-hints span.active.weak{color:#ef4444}.strength-hints span.active.medium{color:#f59e0b}.strength-hints span.active.strong{color:#22c55e}.toggle-group{padding-top:4px}.toggle-container{align-items:center;gap:14px;width:122px;padding:4px 0;display:flex}.toggle-btn{cursor:pointer;background:#e5e7eb;border:none;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:all .3s;position:relative}.toggle-btn.active{background:#4f46e5}.toggle-btn:not(.active){background:#fca5a5}.toggle-btn:not(.active):hover:not(:disabled){background:#f87171}.toggle-btn:disabled{opacity:.5;cursor:not-allowed}.toggle-slider{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s,box-shadow .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #00000026}.toggle-btn.active .toggle-slider{transform:translate(18px);box-shadow:0 2px 8px #4f46e54d}.toggle-status{color:#1e293b;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.status-icon{flex-shrink:0;font-size:15px}.status-icon.active{color:#22c55e}.status-icon.inactive{color:#ef4444}.status-text{font-size:13px;font-weight:500}.status-text.active{color:#22c55e}.status-text.inactive{color:#ef4444}.checkbox-group{flex-wrap:wrap;gap:12px;margin-top:4px;padding:4px 0;display:flex}.checkbox-label{color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:4px 0;font-size:13px;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#4f46e5;flex-shrink:0;width:16px;height:16px}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.checkbox-text{font-weight:400}.info-box{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-left:4px solid #22c55e;border-radius:14px;align-items:flex-start;gap:16px;margin-top:12px;padding:18px 20px;transition:all .3s;display:flex;box-shadow:0 4px 12px #22c55e14}.info-box:hover{transform:translateY(-2px);box-shadow:0 8px 18px #22c55e1f}.info-icon{color:#16a34a;flex-shrink:0;margin-top:2px;font-size:22px}.info-content{flex:1}.info-title{color:#065f46;margin:0 0 8px;font-size:14px;font-weight:700}.info-list{color:#065f46;margin:0;padding-left:18px;font-size:13px;line-height:1.8}.info-list li{text-align:left;margin-bottom:4px}.info-list li:last-child{margin-bottom:0}.info-list strong{color:#047857;font-weight:600}@media (width<=768px){.info-box{gap:12px;padding:16px}.info-icon{font-size:20px}.info-title{font-size:13px}.info-list{font-size:12px;line-height:1.6}}.modal-footer{background:#fafcff;border-top:1px solid #e8edf5;flex-shrink:0;justify-content:flex-end;gap:12px;padding:16px 28px 24px;display:flex}.btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-cancel:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-submit{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 28px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #4f46e54d}.btn-submit:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 6px 20px #4f46e559}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.btn-submit.loading{cursor:wait;background:#818cf8}.btn-submit .spinning{animation:.8s linear infinite spin}@media (width<=768px){.modal-container{max-width:95%;max-height:90vh}.modal-header{padding:20px 22px 16px}.modal-body{padding:20px 22px 12px}.modal-footer{padding:14px 22px 20px}.modal-icon-wrapper{width:42px;height:42px}.modal-icon,.modal-title{font-size:18px}.toggle-btn{width:38px;height:20px}.toggle-slider{width:16px;height:16px;top:2px;left:2px}.toggle-btn.active .toggle-slider{transform:translate(18px)}}@media (width<=640px){.modal-overlay{align-items:flex-end;padding:0}.modal-container{border-radius:20px 20px 0 0;max-width:100%;max-height:100vh;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUpMobile}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-header{flex-wrap:wrap;padding:18px 18px 14px}.modal-header-left{gap:12px}.modal-icon-wrapper{width:38px;height:38px}.modal-icon,.modal-title{font-size:16px}.modal-subtitle{font-size:12px}.modal-body{padding:16px 18px 10px}.modal-footer{flex-direction:column-reverse;gap:8px;padding:12px 18px 18px}.btn-cancel,.btn-submit{justify-content:center;width:100%;padding:12px}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:14px}.form-input,.form-select{padding:9px 12px;font-size:13px}.form-label{font-size:12px}.toggle-container{flex-wrap:wrap}.toggle-btn{width:36px;height:20px}.toggle-slider{width:16px;height:16px;top:2px;left:2px}.toggle-btn.active .toggle-slider{transform:translate(16px)}.toggle-status{font-size:12px}.info-box{flex-direction:column;gap:10px;padding:14px 16px}.info-list{font-size:12px}.modal-close-btn{width:34px;height:34px;font-size:14px}.optional-badge{padding:0 8px;font-size:9px}.checkbox-group{gap:8px}.checkbox-label{font-size:12px}.checkbox-label input[type=checkbox]{width:15px;height:15px}}@media (width<=380px){.modal-header{padding:14px 14px 12px}.modal-body{padding:12px 14px 8px}.modal-footer{padding:10px 14px 14px}.modal-title{font-size:15px}.modal-icon-wrapper{width:34px;height:34px}.modal-icon{font-size:14px}.form-input,.form-select{padding:8px 10px;font-size:12px}.btn-submit,.btn-cancel{padding:10px;font-size:13px}.toggle-btn{border-radius:9px;width:32px;height:18px}.toggle-slider{width:14px;height:14px;top:2px;left:2px}.toggle-btn.active .toggle-slider{transform:translate(14px)}.toggle-status{gap:4px;font-size:11px}.status-icon{font-size:12px}.checkbox-label{font-size:11px}.checkbox-label input[type=checkbox]{width:14px;height:14px}}.assigned-trips-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.assigned-trips-modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;animation:.3s slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0003}.dark .assigned-trips-modal{color:#e5e7eb;background:#1a202c}.assigned-trips-header{background:#fafbfc;border-bottom:1px solid #e5e7eb;border-radius:20px 20px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.dark .assigned-trips-header{background:#1f2937;border-bottom-color:#374151}.assigned-trips-title{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.assigned-trips-title h2{color:#111827;align-items:center;gap:10px;margin:0;font-size:20px;font-weight:600;display:flex}.dark .assigned-trips-title h2{color:#f3f4f6}.header-icon{color:#667eea;font-size:20px}.driver-name-badge{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:20px;align-items:center;gap:6px;padding:4px 14px;font-size:13px;font-weight:500;display:inline-flex}.dark .driver-name-badge{color:#818cf8;background:#312e81;border-color:#4338ca}.assigned-trips-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.assigned-trips-close:hover{color:#111827;background:#e5e7eb;transform:rotate(90deg)scale(1.05)}.dark .assigned-trips-close{color:#9ca3af;background:#374151}.dark .assigned-trips-close:hover{color:#f3f4f6;background:#4b5563}.assigned-trips-toolbar{background:#fff;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px;padding:14px 24px;display:flex}.dark .assigned-trips-toolbar{background:#1a202c;border-bottom-color:#374151}.assigned-trips-search{flex:1;gap:10px;min-width:280px;display:flex}.search-wrapper{flex:1;position:relative}.search-icon{color:#9ca3af;font-size:14px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-input{color:#111827;background:#fafbfc;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 14px 10px 42px;font-size:14px;transition:all .25s}.search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.search-input::placeholder{color:#9ca3af}.dark .search-input{color:#f3f4f6;background:#2d3748;border-color:#4b5563}.dark .search-input:focus{background:#374151;border-color:#667eea}.search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#667eea;border:none;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .25s}.search-btn:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}.search-btn:active{transform:translateY(0)}.toolbar-actions{align-items:center;gap:8px;display:flex}.filter-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .25s;display:flex}.filter-btn:hover{background:#e5e7eb;border-color:#d1d5db}.filter-active{color:#4338ca;background:#eef2ff;border-color:#667eea}.dark .filter-btn{color:#e5e7eb;background:#2d3748;border-color:#4b5563}.dark .filter-btn:hover{background:#374151}.refresh-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;transition:all .25s;display:flex}.refresh-btn:hover{background:#e5e7eb;border-color:#d1d5db;transform:rotate(45deg)}.refresh-btn:active{transform:rotate(90deg)}.dark .refresh-btn{color:#e5e7eb;background:#2d3748;border-color:#4b5563}.dark .refresh-btn:hover{background:#374151}.assigned-trips-filters{background:#f9fafb;border-bottom:1px solid #f3f4f6;flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end;gap:16px 20px;padding:16px 24px;display:grid}.dark .assigned-trips-filters{background:#111827;border-bottom-color:#374151}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:#6b7280;letter-spacing:.3px;font-size:13px;font-weight:500}.dark .filter-group label{color:#9ca3af}.filter-select,.filter-input{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:9px 14px;font-size:14px;transition:all .25s}.filter-select:focus,.filter-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.filter-select:hover,.filter-input:hover{border-color:#d1d5db}.dark .filter-select,.dark .filter-input{color:#f3f4f6;background:#2d3748;border-color:#4b5563}.dark .filter-select:focus,.dark .filter-input:focus{border-color:#667eea}.dark .filter-select option{color:#f3f4f6;background:#2d3748}.filter-actions{align-self:end;gap:10px;padding-bottom:0;display:flex}.filter-apply-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:10px;padding:9px 20px;font-size:14px;font-weight:500;transition:all .25s}.filter-apply-btn:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.filter-reset-btn{color:#6b7280;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:10px;padding:9px 20px;font-size:14px;transition:all .25s}.filter-reset-btn:hover{background:#f3f4f6;border-color:#d1d5db}.dark .filter-reset-btn{color:#9ca3af;border-color:#4b5563}.dark .filter-reset-btn:hover{background:#374151}.assigned-trips-stats{color:#6b7280;background:#fafbfc;border-bottom:1px solid #f3f4f6;flex-shrink:0;align-items:center;gap:12px;padding:12px 24px;font-size:14px;display:flex}.dark .assigned-trips-stats{color:#9ca3af;background:#1a202c;border-bottom-color:#374151}.stats-count{color:#374151;font-weight:600}.dark .stats-count{color:#e5e7eb}.stats-all-drivers{color:#4338ca;background:#eef2ff;border-radius:12px;padding:2px 12px;font-size:12px;font-weight:500}.assigned-trips-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;min-height:300px;padding:80px 20px;display:flex}.assigned-trips-loading .spinning{color:#667eea;font-size:48px;animation:1s linear infinite spin}.assigned-trips-loading p{color:#6b7280;font-size:16px;font-weight:500}.dark .assigned-trips-loading p{color:#9ca3af}.assigned-trips-error{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;min-height:300px;padding:80px 20px;display:flex}.error-icon{margin-bottom:4px;font-size:56px}.assigned-trips-error p{color:#6b7280;font-size:16px;font-weight:500}.assigned-trips-error button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:10px;padding:10px 28px;font-size:14px;font-weight:500;transition:all .25s}.assigned-trips-error button:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.dark .assigned-trips-error p{color:#9ca3af}.assigned-trips-list{background:#fafbfc;flex:1;min-height:200px;max-height:55vh;padding:16px 24px;overflow-y:auto}.dark .assigned-trips-list{background:#1a202c}.assigned-trips-list::-webkit-scrollbar{width:8px}.assigned-trips-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.assigned-trips-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.assigned-trips-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark .assigned-trips-list::-webkit-scrollbar-track{background:#2d3748}.dark .assigned-trips-list::-webkit-scrollbar-thumb{background:#4b5563}.no-trips{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:80px 20px;display:flex}.no-trips-icon{opacity:.6;margin-bottom:20px;font-size:72px}.no-trips h4{color:#374151;margin:0 0 8px;font-size:20px;font-weight:600}.no-trips p{color:#6b7280;margin:0;font-size:15px}.dark .no-trips h4{color:#e5e7eb}.dark .no-trips p{color:#9ca3af}.trip-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:14px;transition:all .3s;overflow:hidden;box-shadow:0 1px 3px #0000000a}.trip-card:hover{border-color:#d1d5db;transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.trip-card:last-child{margin-bottom:0}.dark .trip-card{background:#1f2937;border-color:#374151}.dark .trip-card:hover{border-color:#4b5563;box-shadow:0 8px 24px #0000004d}.trip-card-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 20px;display:flex}.dark .trip-card-header{background:#111827;border-bottom-color:#374151}.trip-booking-info{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.trip-booking-id{color:#111827;font-size:15px;font-weight:600}.dark .trip-booking-id{color:#f3f4f6}.trip-status-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:5px;padding:3px 12px;font-size:11px;font-weight:600;display:inline-flex}.trip-status-badge svg{font-size:12px}.status-pending,.status-payment-pending{color:#92400e;background:#fef3c7}.status-booked{color:#1e40af;background:#dbeafe}.status-confirmed{color:#065f46;background:#d1fae5}.status-assigned{color:#3730a3;background:#e0e7ff}.status-arrived{color:#5b21b6;background:#ede9fe}.status-started{color:#9d174d;background:#fce7f3}.status-completed{color:#065f46;background:#d1fae5}.status-cancelled{color:#991b1b;background:#fee2e2}.status-unknown{color:#4b5563;background:#f3f4f6}.dark .status-pending,.dark .status-payment-pending{color:#fbbf24;background:#78350f}.dark .status-booked{color:#93c5fd;background:#1e3a5f}.dark .status-confirmed{color:#34d399;background:#064e3b}.dark .status-assigned{color:#a5b4fc;background:#312e81}.dark .status-arrived{color:#c4b5fd;background:#4c1d95}.dark .status-started{color:#f9a8d4;background:#831843}.dark .status-completed{color:#34d399;background:#064e3b}.dark .status-cancelled{color:#fca5a5;background:#7f1d1d}.trip-assigned-date{color:#6b7280;align-items:center;gap:6px;font-size:13px;display:flex}.dark .trip-assigned-date{color:#9ca3af}.trip-card-body{grid-template-columns:1fr 1fr 1fr 1fr;gap:16px 20px;padding:18px 20px;display:grid}.trip-customer,.trip-vehicle,.trip-location,.trip-payment{flex-direction:column;display:flex}.trip-customer-info,.trip-vehicle-info,.trip-location-info,.trip-payment-info{flex-direction:column;gap:3px;display:flex}.trip-payment{flex-direction:column;gap:8px;display:flex}.trip-payment-info{flex-direction:column;gap:4px;display:flex}.trip-payment-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.trip-due{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-top:2px;padding:6px 14px;font-size:13px;display:inline-flex}.dark .trip-due{background:#78350f;border-color:#92400e}.due-label{color:#92400e;font-size:12px;font-weight:500}.dark .due-label{color:#fbbf24}.due-amount{color:#dc2626;font-size:14px;font-weight:600}.dark .due-amount{color:#f87171}.trip-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:11px;font-weight:600}.dark .trip-label{color:#6b7280}.trip-value{color:#111827;font-size:15px;font-weight:500}.dark .trip-value{color:#f3f4f6}.trip-phone{color:#6b7280;text-align:right;align-items:center;gap:5px;margin-left:50px;font-size:13px;display:flex}.dark .trip-phone{color:#9ca3af}.trip-vehicle-number{color:#6b7280;margin-top:2px;font-size:13px;font-weight:500}.dark .trip-vehicle-number{color:#9ca3af}.trip-route{color:#374151;align-items:center;gap:6px;padding:2px 0;font-size:14px;display:flex}.dark .trip-route{color:#e5e7eb}.location-icon{flex-shrink:0;font-size:12px}.location-icon.start{color:#10b981}.location-icon.end{color:#ef4444}.trip-amount{color:#059669;align-items:center;gap:6px;font-size:17px;font-weight:600;display:flex}.dark .trip-amount{color:#34d399}.payment-status-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:12px;width:fit-content;margin-top:2px;padding:2px 12px;font-size:11px;font-weight:500;display:inline-block}.payment-success{color:#065f46;background:#d1fae5}.payment-pending{color:#92400e;background:#fef3c7}.payment-failed{color:#991b1b;background:#fee2e2}.payment-refunded{color:#3730a3;background:#e0e7ff}.payment-unknown{color:#4b5563;background:#f3f4f6}.dark .payment-success{color:#34d399;background:#064e3b}.dark .payment-pending{color:#fbbf24;background:#78350f}.dark .payment-failed{color:#fca5a5;background:#7f1d1d}.dark .payment-refunded{color:#a5b4fc;background:#312e81}.trip-payment-method{color:#6b7280;align-items:center;gap:5px;margin-top:2px;font-size:13px;display:flex}.dark .trip-payment-method{color:#9ca3af}.trip-remark{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;grid-column:1/-1;align-items:flex-start;gap:10px;padding:10px 16px;font-size:13px;display:flex}.dark .trip-remark{background:#2d3748;border-color:#4b5563}.remark-label{color:#6b7280;white-space:nowrap;font-weight:500}.dark .remark-label{color:#9ca3af}.remark-text{color:#374151;word-break:break-word}.dark .remark-text{color:#e5e7eb}.trip-card-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:12px 20px}.dark .trip-card-footer{background:#111827;border-top-color:#374151}.trip-driver-info{flex-wrap:wrap;align-items:center;gap:16px;font-size:13px;display:flex}.driver-label{color:#6b7280;font-weight:500}.dark .driver-label{color:#9ca3af}.driver-name{color:#111827;font-weight:500}.dark .driver-name{color:#f3f4f6}.driver-phone,.driver-email{color:#6b7280;align-items:center;gap:4px;display:flex}.dark .driver-phone,.dark .driver-email{color:#9ca3af}.assigned-trips-pagination{background:#fafbfc;border-top:1px solid #e5e7eb;border-radius:0 0 20px 20px;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.dark .assigned-trips-pagination{background:#1a202c;border-top-color:#374151}.pagination-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:500;transition:all .25s;display:flex}.pagination-btn:hover:not(:disabled){color:#667eea;background:#f3f4f6;border-color:#667eea;transform:translateY(-1px)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.dark .pagination-btn{color:#e5e7eb;background:#2d3748;border-color:#4b5563}.dark .pagination-btn:hover:not(:disabled){color:#818cf8;background:#374151;border-color:#667eea}.pagination-info{color:#6b7280;font-size:14px;font-weight:500}.dark .pagination-info{color:#9ca3af}@media (width<=1024px){.assigned-trips-modal{max-width:95%}}@media (width<=768px){.assigned-trips-modal{border-radius:16px;max-height:96vh;margin:10px}.assigned-trips-header{flex-wrap:wrap;padding:14px 16px}.assigned-trips-title h2{font-size:17px}.assigned-trips-toolbar{flex-direction:column;align-items:stretch;padding:12px 16px}.assigned-trips-search{flex-direction:column;min-width:100%}.search-wrapper{width:100%}.search-btn{justify-content:center;width:100%}.toolbar-actions{justify-content:stretch}.toolbar-actions button{flex:1;justify-content:center}.assigned-trips-filters{grid-template-columns:1fr;gap:12px;padding:12px 16px}.filter-actions{flex-direction:column;width:100%}.filter-actions button{width:100%}.trip-card-body{grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px}.trip-card-header{flex-direction:column;align-items:flex-start;padding:12px 16px}.trip-card-footer{padding:10px 16px}.trip-driver-info{flex-direction:column;align-items:flex-start;gap:4px}.assigned-trips-pagination{flex-direction:column;align-items:center;gap:10px;padding:12px 16px}.pagination-btn{justify-content:center;width:100%}.assigned-trips-list{max-height:50vh;padding:12px 16px}.assigned-trips-stats{flex-wrap:wrap;padding:10px 16px}.trip-due{flex-direction:row;align-items:center}.trip-remark{flex-direction:column;align-items:flex-start;gap:4px}.trip-booking-info{flex-wrap:wrap}}@media (width<=480px){.assigned-trips-modal{border-radius:12px;margin:5px}.assigned-trips-header{padding:12px 14px}.assigned-trips-title h2{font-size:15px}.driver-name-badge{padding:2px 10px;font-size:11px}.assigned-trips-toolbar{padding:10px 14px}.search-input{padding:8px 12px 8px 36px;font-size:13px}.search-btn{padding:8px 16px;font-size:13px}.filter-btn{padding:8px 12px;font-size:12px}.trip-card-body{grid-template-columns:1fr;gap:10px;padding:12px 14px}.trip-value{font-size:14px}.trip-amount{font-size:15px}.trip-booking-id{font-size:13px}.trip-status-badge{padding:2px 10px;font-size:10px}.assigned-trips-list{max-height:45vh;padding:10px 14px}.assigned-trips-pagination{padding:10px 14px}.pagination-btn{padding:6px 14px;font-size:12px}.pagination-info{font-size:12px}}.driver-page-wrapper{background:#f8f9fa;min-height:100vh;padding:24px}.driver-loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.driver-spinner{color:#0d6efd;font-size:40px;animation:1s linear infinite spin}.driver-error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.driver-error-icon{font-size:48px}.driver-error-container button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:6px;padding:10px 24px;font-weight:500;transition:background .2s}.driver-error-container button:hover{background:#0b5ed7}.driver-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.driver-header-left{align-items:center;gap:16px;display:flex}.driver-title{color:#212529;margin:0;font-size:28px;font-weight:600}.driver-count-badge{color:#495057;background:#e9ecef;border-radius:20px;padding:4px 12px;font-size:14px}.driver-header-right{align-items:center;gap:12px;display:flex}.driver-add-btn{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-weight:500;transition:background .2s;display:flex}.driver-add-btn:hover{background:#0b5ed7}.driver-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px;display:grid}.driver-stat-card{background:#fff;border-radius:8px;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 1px 3px #0000001a}.driver-stat-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.driver-stat-total{color:#0d6efd;background:#e7f3ff}.driver-stat-active{color:#28a745;background:#d4edda}.driver-stat-inactive{color:#dc3545;background:#f8d7da}.driver-stat-info{flex-direction:column;display:flex}.driver-stat-value{color:#212529;font-size:24px;font-weight:600;line-height:1.2}.driver-stat-label{color:#6c757d;font-size:14px}.driver-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.driver-search-form{flex:1;align-items:center;gap:12px;max-width:600px;display:flex}.driver-search-wrapper{flex:1;position:relative}.driver-search-icon{color:#6c757d;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.driver-search-input{color:#000;background-color:#fff;border:1px solid #dee2e6;border-radius:6px;width:100%;padding:10px 40px;font-size:14px;transition:border-color .2s}.driver-search-input:focus{border-color:#0d6efd;outline:none}.driver-search-clear{color:#6c757d;cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.driver-search-clear:hover{color:#212529}.driver-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0d6efd;border:none;border-radius:6px;padding:10px 20px;font-weight:500;transition:background .2s}.driver-search-btn:hover{background:#0b5ed7}.driver-toolbar-actions{align-items:center;gap:8px;display:flex}.driver-filter-btn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dee2e6;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;transition:all .2s;display:flex}.driver-filter-btn:hover{background:#f8f9fa}.driver-filter-active{color:#0d6efd;background:#e7f3ff;border-color:#0d6efd}.driver-refresh-btn{color:#000;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:10px 16px;transition:all .2s}.driver-refresh-btn:hover{background:#f8f9fa}.driver-spinning{animation:1s linear infinite spin}.driver-filters-panel{background:#fff;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:20px;margin-bottom:20px;padding:20px;display:flex;box-shadow:0 1px 3px #0000001a}.driver-filter-group{flex-direction:column;flex:1;gap:6px;min-width:150px;display:flex}.driver-filter-group label{color:#495057;font-size:14px;font-weight:500}.driver-filter-select{color:#000;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 12px;font-size:14px}.driver-filter-select:focus{border-color:#0d6efd;outline:none}.driver-filter-reset{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;align-self:flex-end;padding:8px 16px;font-weight:500;transition:background .2s}.driver-filter-reset:hover{background:#c82333}.driver-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.driver-table-scroll{overflow-x:auto}.driver-table{border-collapse:collapse;width:100%;font-size:14px}.driver-table thead{background:#f8f9fa}.driver-table th{text-align:left;color:#495057;white-space:nowrap;border-bottom:2px solid #dee2e6;padding:12px 16px;font-weight:600}.driver-table td{vertical-align:middle;border-bottom:1px solid #e9ecef;padding:12px 16px}.driver-table-row:hover{background:#f8f9fa}.driver-col-name,.driver-col-email{min-width:200px}.driver-col-phone{min-width:150px}.driver-col-gender{min-width:100px}.driver-col-created{min-width:120px}.driver-col-status{min-width:100px}.driver-col-actions{min-width:130px}.driver-name-cell{align-items:center;gap:12px;display:flex}.driver-avatar{color:#0d6efd;background:#e7f3ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.driver-name-text{color:#212529;font-weight:500}.driver-email-cell,.driver-phone-cell{align-items:center;gap:8px;display:flex}.driver-row-icon{color:#6c757d;flex-shrink:0;font-size:14px}.driver-email-text,.driver-phone-text{word-break:break-all}.driver-gender-empty{color:#adb5bd}.driver-status-badge{white-space:nowrap;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.driver-status-active{color:#155724;background:#d4edda}.driver-status-inactive{color:#721c24;background:#f8d7da}.driver-action-buttons{align-items:center;gap:4px;display:flex}.driver-action-buttons button{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.driver-action-buttons button:disabled{opacity:.5;cursor:not-allowed}.driver-btn-edit{color:#0d6efd;background:#e7f3ff}.driver-btn-edit:hover:not(:disabled){background:#d0e8ff}.driver-btn-toggle{font-size:20px}.driver-toggle-active{color:#28a745;background:#d4edda}.driver-toggle-active:hover:not(:disabled){background:#c3e6cb}.driver-toggle-inactive{color:#dc3545;background:#f8d7da}.driver-toggle-inactive:hover:not(:disabled){background:#f5c6cb}.driver-btn-delete{color:#dc3545;background:#f8d7da}.driver-btn-delete:hover:not(:disabled){background:#f5c6cb}.driver-no-data{text-align:center;padding:60px 20px!important}.driver-no-data-content{flex-direction:column;align-items:center;gap:16px;display:flex}.driver-no-data-icon{font-size:48px}.driver-no-data-content p{color:#6c757d;margin:0;font-size:16px}.driver-add-first-btn{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-weight:500;transition:background .2s;display:flex}.driver-add-first-btn:hover{background:#0b5ed7}.driver-pagination{border-top:1px solid #dee2e6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.driver-pagination-info{color:#6c757d;font-size:14px}.driver-pagination-controls{align-items:center;gap:8px;display:flex}.driver-pagination-btn{cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:4px;align-items:center;gap:6px;padding:6px 16px;font-size:14px;transition:all .2s;display:flex}.driver-pagination-btn:hover:not(:disabled){color:#0d6efd;background:#f8f9fa;border-color:#0d6efd}.driver-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.driver-pagination-current{color:#495057;padding:0 8px;font-size:14px}@media (width<=768px){.driver-page-wrapper{padding:16px}.driver-header{flex-direction:column;align-items:flex-start}.driver-header-right{width:100%}.driver-add-btn{justify-content:center;width:100%}.driver-stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.driver-toolbar{flex-direction:column;align-items:stretch}.driver-search-form{max-width:100%}.driver-toolbar-actions{justify-content:flex-end}.driver-filters-panel{flex-direction:column;align-items:stretch}.driver-filter-group{min-width:100%}.driver-filter-reset{align-self:stretch}.driver-pagination{text-align:center;flex-direction:column;align-items:center}.driver-pagination-controls{flex-wrap:wrap;justify-content:center}.driver-table td,.driver-table th{padding:8px 12px}.driver-col-email,.driver-col-phone{min-width:120px}.driver-action-buttons{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.driver-title{font-size:22px}.driver-stat-card{padding:16px}.driver-stat-value{font-size:20px}.driver-table td,.driver-table th{padding:6px 8px;font-size:13px}.driver-name-cell{gap:8px}.driver-avatar{width:28px;height:28px;font-size:12px}.driver-search-wrapper input{font-size:13px}}.driver-view-all-trips-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.driver-view-all-trips-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.driver-view-all-trips-btn:active{transform:translateY(0)}.dark .driver-view-all-trips-btn{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%)}.dark .driver-view-all-trips-btn:hover{box-shadow:0 4px 12px #4f46e566}.stats-all-drivers{color:#4338ca;background:#e0e7ff;border-radius:12px;margin-left:12px;padding:2px 10px;font-size:12px;font-weight:500}.dark .stats-all-drivers{color:#a5b4fc;background:#312e81}@media (width<=768px){.driver-view-all-trips-btn{padding:8px 12px;font-size:12px}.driver-view-all-trips-btn span{display:none}}@media (width<=480px){.driver-view-all-trips-btn{padding:8px 10px;font-size:11px}}
