body{margin:0}.layout{background-color:#f5f7fa;min-height:100vh;overflow-x:hidden}.global-success-toast{animation:toastEnter .24s ease;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;box-shadow:0 10px 25px #1665342e;color:#166534;font-size:14px;font-weight:600;max-width:420px;min-width:260px;padding:12px 14px;position:fixed;right:16px;top:16px;z-index:2200}@keyframes toastEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sidebar{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(180deg,#1b3658,#152c48);border-right:1px solid #ffffff14;box-shadow:10px 0 28px #0f172a2e;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .3s ease,transform .3s ease;will-change:width;z-index:1000}.sidebar.open{width:260px}.sidebar.closed{width:70px}.sidebar-mobile-overlay{background:#0f172a73;border:none;cursor:pointer;inset:0;position:fixed;z-index:999}.sidebar-header{background:#ffffff08;border-bottom:1px solid #ffffff1f;justify-content:space-between;padding:18px 16px}.logo,.sidebar-header{align-items:center;display:flex}.logo{gap:12px}.logo-circle{align-items:center;background:#00bfa5;border:none;border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;overflow:hidden;width:36px}.logo-circle.logo-image{background:#0000;border:none}.sidebar.closed .sidebar-header{justify-content:center;padding:18px 0}.sidebar.closed .logo{justify-content:center;width:100%}.logo-circle.logo-image img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.logo-circle span{color:#fff;font-size:16px;font-weight:700}.logo-text{font-size:18px;font-weight:700;letter-spacing:.2px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggle-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:18px;padding:5px}.sidebar-nav{flex:1 1;overflow-y:auto;padding:14px 10px}.sidebar-nav::-webkit-scrollbar{width:8px}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.nav-item{align-items:center;background:none;border:none;border-radius:12px;color:#ffffffc7;cursor:pointer;display:flex;font-size:15px;gap:12px;margin-bottom:6px;padding:11px 12px;position:relative;text-align:left;text-decoration:none;transition:background-color .22s ease,color .22s ease,transform .22s ease;width:100%}.nav-item:hover{background-color:#ffffff1f;color:#fff;transform:translateY(-1px)}.nav-item.active{background:linear-gradient(90deg,#00bfa53d,#00bfa51f);box-shadow:inset 0 0 0 1px #00bfa56b;color:#fff}.nav-item.active:before{background:#00bfa5;border-radius:999px;bottom:8px;content:"";left:0;position:absolute;top:8px;width:3px}.nav-item.expanded{color:#fff}.nav-icon{font-size:21px;min-width:28px;opacity:.95;text-align:center}.nav-label{font-size:14px;font-weight:600;letter-spacing:.2px}.submenu{animation:slideDown .3s ease;background-color:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;margin:0 4px 10px;padding:6px}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:300px;opacity:1}}.submenu-item{border-radius:8px;color:#ffffffd6;display:block;font-size:14px;padding:8px 10px 8px 40px;text-decoration:none;transition:all .22s ease}.submenu-item:hover{background-color:#00bfa524;color:#fff}.submenu-item.active{background-color:#00bfa533;border-left:3px solid #00bfa5;color:#fff;font-weight:600}.submenu-popup-overlay{inset:0;position:fixed;z-index:1200}.submenu-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 20px 45px #0003;overflow:hidden;position:fixed;width:250px;z-index:1300}.submenu-popup-header{align-items:center;border-bottom:1px solid #e5e7eb;color:#1e3a5f;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding:12px}.submenu-popup-header button{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:18px;line-height:1;padding:0 4px}.submenu-popup-header button:hover{color:#1f2937}.submenu-popup-content{display:flex;flex-direction:column;gap:4px;padding:8px}.submenu-popup-item{border-radius:8px;color:#374151;font-size:13px;padding:9px 10px;text-decoration:none;transition:all .2s ease}.submenu-popup-item:hover{background-color:#00bfa51f;color:#0f766e}.submenu-popup-item.active{background-color:#00bfa52e;color:#0f766e;font-weight:600}.submenu-arrow{font-size:16px;margin-left:auto;opacity:.85;transition:transform .3s ease}.submenu-arrow.open{transform:rotate(90deg)}.sidebar-footer{border-top:1px solid #ffffff1a;padding:20px}.user-info{gap:12px;margin-bottom:15px}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:#2ecc71;border-radius:50%;font-size:24px;height:40px;justify-content:center;width:40px}.user-details{flex:1 1}.user-name{font-weight:500}.user-role{color:#fff9}.logout-btn{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:10px;transition:all .3s ease;width:100%}.logout-btn:hover{background:#ef444433;color:#fca5a5;transform:translateY(-2px)}.logout-btn:active{transform:translateY(0)}.main-content{transition:margin-left .3s ease;width:auto}.main-content,.sidebar.open~.main-content{margin-left:260px}.sidebar.closed~.main-content{margin-left:70px}.main-header{grid-gap:20px;box-shadow:0 2px 4px #0000000d;display:grid;gap:20px;grid-template-columns:1fr minmax(320px,620px) 1fr;padding:12px 20px}.main-header,.mobile-menu-btn{align-items:center;background:#fff}.mobile-menu-btn{border:1px solid #e5e7eb;border-radius:10px;color:#1e3a5f;cursor:pointer;display:inline-flex;font-size:22px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.mobile-menu-btn:hover{border-color:#00bfa5;color:#00bfa5}.page-title{color:#1e3a5f;font-size:24px;font-weight:600;margin:0}.brand{align-items:center;display:flex;flex:0 0 auto;gap:16px;justify-self:start}.brand-link{align-items:center;border-radius:10px;display:inline-flex;padding:4px 6px;text-decoration:none;transition:background-color .2s ease}.brand-link:hover{background-color:#f3f4f6}.topbar-search{margin:0;max-width:620px;position:relative;width:100%}.topbar-search-input-wrapper{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:10px;height:42px;padding:0 12px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.topbar-search-input-wrapper:focus-within{background:#fff;border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526}.topbar-search-icon{color:#6b7280;flex:0 0 auto;font-size:18px}.topbar-search-input{background:#0000;border:none;color:#111827;font-size:14px;outline:none;width:100%}.topbar-search-input::placeholder{color:#9ca3af}.topbar-search-results{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 18px 36px #00000024;left:0;max-height:340px;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:1500}.topbar-search-empty{color:#6b7280;font-size:13px;padding:12px}.topbar-search-result-item{background:#0000;border:none;border-radius:10px;cursor:pointer;padding:10px;text-align:left;transition:background-color .2s ease;width:100%}.topbar-search-result-item:hover{background:#f3f4f6}.topbar-search-result-text{display:flex;flex-direction:column;gap:2px}.topbar-search-result-text span{color:#111827;font-size:14px;font-weight:600}.topbar-search-result-text small{color:#6b7280;font-size:12px}.header-actions{align-items:center;display:flex;flex:0 0 auto;gap:12px;justify-content:flex-end;justify-self:end;margin-left:0}.notification-wrapper{align-items:center;display:inline-flex;position:relative}.user-greeting{background:#f8f9fa;border-radius:8px;color:#7f8c8d;font-size:14px;padding:8px 15px}.user-greeting strong{color:#1e3a5f}.notification-btn{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:inline-flex;font-size:20px;height:40px;justify-content:center;padding:0;position:relative;transition:all .2s ease;width:40px}.notification-btn:hover{background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.badge{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:999px;color:#fff;display:flex;font-size:10px;font-weight:700;height:19px;justify-content:center;min-width:19px;padding:0 4px;position:absolute;right:-6px;top:-5px}.content-wrapper{padding:30px}.logo-icon-header{height:auto;width:120px}.sidebar-footer-buttons{align-items:center;background:#ffffff08;border-top:1px solid #ffffff1f;display:flex;gap:10px;justify-content:center;padding:16px 12px;position:relative;z-index:1}.sidebar.closed .sidebar-footer-buttons{flex-direction:column}.sidebar-icon-btn{align-items:center;background:#ffffff1a;border:1px solid #ffffff29;border-radius:12px;color:#ffffffd9;cursor:pointer;display:flex;height:46px;justify-content:center;position:relative;transition:background-color .22s ease,color .22s ease,transform .22s ease,border-color .22s ease;width:46px}.sidebar-icon-btn svg{font-size:20px}.sidebar-icon-btn:hover{background:#fff3;border-color:#ffffff47;color:#fff;transform:translateY(-1px)}.sidebar-icon-btn:active{transform:scale(.95)}.sidebar-badge{background:#00bfa5;border-radius:999px;box-shadow:0 0 0 2px #1e3a5f;color:#fff;font-size:11px;font-weight:600;line-height:1;padding:2px 5px;position:absolute;right:6px;top:6px}.sidebar-icon-btn.logout:hover{background:#ef444440;color:#ffb4b4}@media (max-width:768px){.layout.mobile .sidebar{transform:translateX(-100%);width:260px;z-index:1200}.layout.mobile .sidebar.open{transform:translateX(0)}.layout.mobile .sidebar.closed{transform:translateX(-100%);width:260px}.layout.mobile .main-content,.layout.mobile .sidebar.closed~.main-content,.layout.mobile .sidebar.open~.main-content{margin-left:0}.main-header{grid-gap:10px;display:grid;gap:10px;grid-template-columns:auto auto 1fr;padding:10px 12px}.mobile-menu-btn{grid-column:1;grid-row:1}.brand{grid-column:2;grid-row:1;justify-self:start}.topbar-search{grid-column:1/-1;grid-row:2;margin-right:4px;max-width:none}.header-actions{gap:8px;grid-column:3;grid-row:1;justify-self:end}.topbar-search-input::placeholder{font-size:12px}.logo-icon-header{width:94px}}.LogoutModal_overlay__QL3t7{align-items:center;animation:LogoutModal_fadeIn__xiOqa .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}@keyframes LogoutModal_fadeIn__xiOqa{0%{opacity:0}to{opacity:1}}.LogoutModal_modal__20N81{animation:LogoutModal_slideUp__XTVGk .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;overflow:hidden;width:90%}@keyframes LogoutModal_slideUp__XTVGk{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.LogoutModal_iconContainer__UOjQN{display:flex;justify-content:center;padding:2rem 2rem 0}.LogoutModal_icon__wgWwO{align-items:center;animation:LogoutModal_iconPulse__adpvs 2s ease-in-out infinite;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;box-shadow:0 4px 20px #ef444433;color:#ef4444;display:flex;font-size:2.5rem;height:80px;justify-content:center;width:80px}@keyframes LogoutModal_iconPulse__adpvs{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.LogoutModal_content__WlNjr{padding:1.5rem 2rem;text-align:center}.LogoutModal_title__LaWEO{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.LogoutModal_message__HDhZi{color:#4b5563;font-size:1rem;line-height:1.5;margin:0 0 .5rem}.LogoutModal_subMessage__duTlT{color:#9ca3af;font-size:.875rem;line-height:1.4;margin:0}.LogoutModal_footer__2XTlh{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.LogoutModal_cancelBtn__rlbRT,.LogoutModal_confirmBtn__n2uQS{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.LogoutModal_cancelBtn__rlbRT{background:#f3f4f6;border:2px solid #e5e7eb;color:#6b7280}.LogoutModal_cancelBtn__rlbRT:hover{background:#e5e7eb;border-color:#d1d5db;color:#374151}.LogoutModal_confirmBtn__n2uQS{background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff}.LogoutModal_confirmBtn__n2uQS:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626;box-shadow:0 6px 16px #ef444466;transform:translateY(-2px)}.LogoutModal_confirmBtn__n2uQS:active{transform:translateY(0)}@media (max-width:640px){.LogoutModal_modal__20N81{margin:1rem;max-width:none;width:95%}.LogoutModal_iconContainer__UOjQN{padding:1.5rem 1.5rem 0}.LogoutModal_icon__wgWwO{font-size:2rem;height:70px;width:70px}.LogoutModal_content__WlNjr{padding:1.25rem 1.5rem}.LogoutModal_title__LaWEO{font-size:1.25rem}.LogoutModal_message__HDhZi{font-size:.9375rem}.LogoutModal_subMessage__duTlT{font-size:.8125rem}.LogoutModal_footer__2XTlh{gap:.5rem;padding:0 1.25rem 1.25rem}.LogoutModal_cancelBtn__rlbRT,.LogoutModal_confirmBtn__n2uQS{font-size:.9375rem;padding:.625rem 1rem}}.LogoutModal_modal__20N81:focus{outline:2px solid #ef4444;outline-offset:2px}.LogoutModal_overlay__QL3t7.LogoutModal_closing__XKA01{animation:LogoutModal_fadeOut__6jkul .2s ease}.LogoutModal_modal__20N81.LogoutModal_closing__XKA01{animation:LogoutModal_slideDown__yMRus .2s ease}@keyframes LogoutModal_fadeOut__6jkul{0%{opacity:1}to{opacity:0}}@keyframes LogoutModal_slideDown__yMRus{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}.LogoutModal_confirmBtn__n2uQS{overflow:hidden;position:relative}.LogoutModal_confirmBtn__n2uQS:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.LogoutModal_confirmBtn__n2uQS:active:before{height:300px;width:300px}.user-menu{position:relative}.user-menu-button{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:8px;transition:background .2s ease}.user-menu-button:hover{background:#f3f4f6}.user-text{text-align:right}.user-name{color:#111827;font-size:14px;font-weight:600;margin:0}.user-role{color:#6b7280;font-size:12px;margin:0}.avatar{align-items:center;background:#00bfa5;border:1px solid #e5e7eb;border-radius:50%;color:#fff;display:flex;font-weight:600;height:34px;justify-content:center;overflow:hidden;width:34px}.avatar img{height:100%;object-fit:cover;width:100%}.chevron{color:#9ca3af;font-size:12px}.dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 20px 40px #00000026;margin-top:8px;padding:6px 0;position:absolute;right:0;width:260px;z-index:100}.dropdown-item{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-decoration:none;transition:background .2s ease;width:100%}.dropdown-item:hover{background:#f9fafb}.dropdown-item svg{color:#6b7280}.dropdown-item p{font-size:14px;font-weight:500;margin:0}.dropdown-item span{color:#6b7280;font-size:12px}.divider{background:#e5e7eb;height:1px;margin:6px 0}.logout p,.logout svg{color:#dc2626}.logout:hover{background:#fef2f2}@media (max-width:1100px){.user-menu-button{gap:0;padding:4px}.chevron,.user-text{display:none}}.overlay{inset:0;position:fixed;z-index:40}.notifications-dropdown{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 20px 45px #0000002e;display:flex;flex-direction:column;max-height:560px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:380px;z-index:9999}.notif-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:14px}.notif-header,.notif-title{align-items:center;display:flex}.notif-title{gap:8px}.notif-title h3{color:#111827;font-size:15px;margin:0}.notif-badge{background:#00bfa5;border-radius:999px;color:#fff;font-size:12px;padding:2px 8px}.close-btn{background:#0000;border:none;color:#6b7280;cursor:pointer}.close-btn:hover{background:#f3f4f6;border-radius:6px}.notif-summary{color:#6b7280;font-size:12px;justify-content:space-between;padding:8px 14px}.notif-summary,.notif-toolbar{border-bottom:1px solid #f3f4f6;display:flex}.notif-toolbar{align-items:center;gap:10px;justify-content:flex-start;padding:10px 14px}.notif-filters{display:flex;flex-wrap:wrap;gap:8px}.notif-filter-btn{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:5px 10px}.notif-filter-btn.active,.notif-filter-btn:hover{border-color:#00bfa5;color:#00bfa5}.notif-filter-btn.active{background:#00bfa51f}.notif-content{flex:1 1;min-height:160px;overflow-y:auto}.empty-state{color:#9ca3af;padding:34px 0;text-align:center}.empty-state svg{font-size:40px;margin-bottom:6px}.notif-item{display:flex;gap:8px;padding:10px 14px;transition:background .2s}.notif-item:hover{background:#f9fafb}.notif-item.unread{background:#3b82f614}.notif-item.favorite{background:#f59e0b1f}.notif-item.favorite:hover{background:#f59e0b2e}.dot{background:#d1d5db;border-radius:50%;height:8px;margin-top:6px;width:8px}.dot.active{background:#00bfa5}.notif-text{flex:1 1;min-width:0}.notif-text .title{font-size:13px;font-weight:600;margin:0 0 2px}.notif-text .message{color:#6b7280;font-size:12px;margin:0 0 2px}.notif-text .time{color:#9ca3af;font-size:11px}.notif-actions{align-items:center;display:flex;gap:4px;opacity:0;transition:opacity .2s}.notif-item:hover .notif-actions{opacity:1}.notif-actions button{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:4px}.notif-actions button:hover{background:#e5e7eb}.notif-actions button.favorite{color:#f59e0b}.notif-footer{border-top:1px solid #e5e7eb;padding:10px}.notif-footer button{background:none;border:none;color:#00bfa5;cursor:pointer;font-weight:600;width:100%}.notif-footer button:hover{color:#00a896}@media (max-width:768px){.notifications-dropdown{max-height:72vh;width:min(92vw,360px)}}.login-page-modern{overflow:hidden}@media (max-width:992px){.video-background{display:none}}.login-form-container{align-items:center;justify-content:center;width:100%}.login-page-modern{display:flex;height:100vh}.video-background{background:#0a0e27;flex:0 0 75%;max-width:75%;min-height:100vh;overflow:hidden;position:relative}.background-video{height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:1}.video-fallback{background:linear-gradient(135deg,#0a0e27,#1a237e);z-index:0}.video-fallback,.video-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.video-overlay{background:linear-gradient(135deg,#0a0e27d9,#1a237ebf);z-index:2}.video-content{align-items:center;color:#fff;display:flex;justify-content:center;min-height:100vh;padding:60px;position:relative;z-index:3}.brand-section{animation:slideInLeft .8s ease-out;max-width:600px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.brand-logo{animation:bounce 2s infinite;font-size:80px;margin-bottom:30px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.brand-title{color:#fff;font-size:48px;font-weight:700;margin:0 0 15px;text-shadow:2px 2px 8px #0000004d}.brand-subtitle{color:#ffffffe6;font-size:20px;font-weight:300;margin:0 0 50px}.brand-features{display:flex;flex-direction:column;gap:20px}.feature-item{animation:fadeIn .8s ease-out;color:#fffffff2;gap:15px}.feature-icon,.feature-item{align-items:center;display:flex;font-size:18px}.feature-icon{background:#2ecc71;border-radius:50%;font-weight:700;height:32px;justify-content:center;width:32px}.login-form-container{background:#fff;box-shadow:-10px 0 30px #0000001a;height:100%;position:relative;width:auto;z-index:10}.login-form-container,.login-form-wrapper{display:flex;flex:1 1;flex-direction:column}.login-form-wrapper{animation:slideInRight .8s ease-out;justify-content:center;margin:0 auto;max-width:640px;padding:60px 50px;width:100%}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.form-logo{margin-bottom:50px;text-align:center}.logo-icon-small{object-fit:contain;width:250px}.form-title{color:#1e3a5f;font-size:32px;font-weight:700;margin:0 0 10px;text-align:center}.form-subtitle{color:#7f8c8d;font-size:15px;margin:0 0 40px;text-align:center}.auth-mode-switch{background:#f3f4f6;border-radius:10px;display:flex;gap:4px;margin-bottom:20px;padding:4px}.auth-mode-switch button{background:#0000;border:none;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:9px 10px}.auth-mode-switch button.active{background:#fff;box-shadow:0 1px 3px #00000014;color:#1e3a5f}.login-form-modern{display:flex;flex-direction:column;gap:25px}.form-group-modern{display:flex;flex-direction:column;gap:8px}.form-group-modern label{color:#374151;font-size:14px;font-weight:600}.input-wrapper-modern{align-items:center;display:flex;position:relative}.input-icon-modern{font-size:18px;left:15px;position:absolute;z-index:1}.input-wrapper-modern input{background:#fff;border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:10px 44px 10px 42px;transition:border-color .2s,box-shadow .2s;width:100%}.input-wrapper-modern input:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.input-wrapper-modern input:disabled{background-color:#f1f3f5;cursor:not-allowed}.toggle-password-modern{background:none;border:none;color:#6b7280;cursor:pointer;font-size:18px;padding:5px;position:absolute;right:15px;transition:transform .2s}.toggle-password-modern:hover{transform:scale(1.1)}.error-message-modern{align-items:center;animation:shake .5s;background:#fee;border-left:4px solid #e74c3c;border-radius:6px;color:#e74c3c;display:flex;font-size:14px;gap:10px;padding:12px 15px}.error-container{height:56px;margin-bottom:10px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.error-icon{font-size:18px}.success-message-modern{background:#ecfdf5;border-left:4px solid #10b981;border-radius:6px;color:#065f46;padding:12px 15px}.btn-login-modern,.success-message-modern{align-items:center;display:flex;font-size:14px;gap:10px}.btn-login-modern{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;justify-content:center;margin-top:4px;min-height:42px;padding:10px 12px;transition:background-color .2s}.btn-login-modern:active:not(:disabled),.btn-login-modern:hover:not(:disabled){background:#00a896}.btn-login-modern:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.demo-section-modern{margin-top:40px;text-align:center}.demo-divider{margin:30px 0;position:relative;text-align:center}.demo-divider:before{background:#e0e6ed;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.demo-divider span{background:#fff;color:#95a5a6;font-size:13px;font-weight:500;padding:0 15px;position:relative}.btn-demo-modern{background:#f8f9fa;border:2px solid #e0e6ed;border-radius:8px;color:#1e3a5f;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s;width:100%}.btn-demo-modern:hover{background:#e9ecef;border-color:#2ecc71}.demo-credentials-modern{background:#f8f9fa;border-radius:8px;color:#7f8c8d;font-size:12px;line-height:1.8;margin-top:15px;padding:15px;text-align:left}.demo-credentials-modern strong{color:#1e3a5f}.form-page-footer{border-top:1px solid #e0e6ed;padding:20px 50px;text-align:center}.form-page-footer p{color:#95a5a6;font-size:12px;margin:0}.sidebar{background:#1e3a5f;color:#fff;display:flex;flex-direction:column;max-height:100vh;width:150px}.sidebar.closed{max-height:100vh;width:75px}.sidebar.closed .toggle-btn{justify-content:center;width:100%}@media (max-width:1200px){.brand-title{font-size:36px}.brand-subtitle{font-size:18px}.feature-item{font-size:16px}.video-background{flex-basis:62%;max-width:62%}.login-form-wrapper{padding:48px 32px}}@media (max-width:1100px){.video-background{flex-basis:58%;max-width:58%}.login-form-wrapper{padding:40px 24px}}@media (max-width:992px){.login-page-modern{flex-direction:column}.video-background{min-height:40vh}.video-content{padding:40px 30px}.brand-section{text-align:center}.brand-title{font-size:32px}.brand-logo{font-size:64px}.brand-features{display:none}.login-form-container{min-height:60vh;width:100%}.login-form-wrapper{padding:40px 30px}}@media (max-width:576px){.video-content{padding:30px 20px}.brand-title{font-size:24px}.brand-subtitle{font-size:14px}.login-form-wrapper{padding:30px 25px}.form-title{font-size:26px}}.dashboard{display:flex;flex-direction:column;gap:22px;max-width:100%;width:100%}.dashboard-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.dashboard-title{color:#1e3a5f;font-size:30px;margin:0}.dashboard-subtitle{color:#6b7280;font-size:14px;margin:6px 0 0}.dashboard-period{background:#fff;border:1px solid #dbe3ef;border-radius:10px;color:#1e3a5f;font-size:13px;font-weight:600;padding:8px 12px}.loading{color:#666;font-size:18px;padding:50px;text-align:center}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.stat-card{align-items:flex-start;background:#fff;border:1px solid #eef2f7;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:14px;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-3px)}.stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:60px;justify-content:center;width:60px}.icon-blue{background:#3498db}.icon-green{background:#2ecc71}.icon-orange{background:#f39c12}.icon-red{background:#e74c3c}.stat-content{flex:1 1}.stat-value{color:#1e3a5f;font-size:30px;font-weight:700;margin:4px 0}.stat-label{color:#6b7280;font-size:13px}.stat-trend{font-size:12px;font-weight:600}.stat-trend.positive{color:#1f9d57}.stat-trend.negative{color:#c0392b}.stat-trend.neutral{color:#4b5563}.dashboard-main-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.panel{background:#fff;border:1px solid #e8edf5;border-radius:12px;box-shadow:0 2px 8px #1118270f;padding:16px}.panel-large{min-height:355px}.panel-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.panel-header h3{color:#1e3a5f;font-size:17px;margin:0}.panel-header span{color:#6b7280;font-size:12px;font-weight:600}.chart-wrapper{height:calc(100% - 36px);width:100%}.bottom-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr}.panel-table{min-height:330px}.enterprise-table{border-collapse:collapse;font-size:14px;width:100%}.enterprise-table thead th{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.3px;padding:12px 10px;text-align:left;text-transform:uppercase}.enterprise-table tbody td{border-bottom:1px solid #f0f3f7;color:#1f2937;padding:13px 10px}.enterprise-table tbody tr:hover{background:#f8fafc}.trend-up{color:#1f9d57;font-weight:700}.trend-down{color:#c0392b;font-weight:700}.panel-alerts{gap:14px}.alert-list,.panel-alerts{display:flex;flex-direction:column}.alert-list{gap:10px}.alert-item{align-items:center;background:#fbfdff;border:1px solid #edf2f7;border-radius:10px;display:flex;gap:10px;padding:10px}.quick-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.severity{border-radius:999px;font-size:11px;font-weight:700;min-width:62px;padding:6px 8px;text-align:center}.severity-crítico{background:#fee2e2;color:#b91c1c}.severity-alto{background:#fef3c7;color:#92400e}.severity-médio{background:#dbeafe;color:#1d4ed8}.action-btn{background:#1e3a5f;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding:10px 14px;transition:transform .2s,box-shadow .2s}.action-btn:hover{box-shadow:0 6px 14px #1e3a5f33;transform:translateY(-1px)}.action-btn.secondary{background:#eef2f7;color:#1e3a5f}.kpi-footer{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:10px;color:#4b5563;display:flex;font-size:13px;gap:22px;padding:10px 14px}@media (max-width:768px){.dashboard-header{align-items:stretch;flex-direction:column}.bottom-grid,.dashboard-main-grid,.stats-grid{grid-template-columns:1fr}.kpi-footer{align-items:flex-start;flex-direction:column;gap:8px}}.VehicleList_vehicleListContainer__Pg4pN{animation:VehicleList_fadeIn__krmCL .25s ease;display:flex;flex-direction:column;gap:16px}.VehicleList_pageHeader__vHnnx{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.VehicleList_pageTitle__kDXuH{color:#1e3a5f;font-size:28px;font-weight:700;margin:0}.VehicleList_pageSubtitle__7HNt-{color:#6b7280;font-size:14px;margin:6px 0 0}.VehicleList_addVehicleBtn__zBf-w{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:9px 12px}.VehicleList_addVehicleBtn__zBf-w:hover{background:#00a896}.VehicleList_tabsContainer__S24HF,.VehicleList_todosGroup__2DjZs{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.VehicleList_todosParentTab__s44BI{align-items:center;display:inline-flex;gap:.35rem}.VehicleList_todosArrow__VuvDC{border-bottom:2px solid;border-right:2px solid;height:.42rem;margin-top:-1px;transform:rotate(-45deg);transition:transform .2s ease;width:.42rem}.VehicleList_todosArrowOpen__Qt54Y{transform:rotate(45deg)}.VehicleList_todosSubmenu__R-z6v{align-items:center;display:flex;gap:8px;transition:max-width .25s ease,opacity .2s ease,margin-left .2s ease}.VehicleList_todosSubmenuOpen__PAUVJ{margin-left:2px;max-width:640px;opacity:1}.VehicleList_todosSubmenuClosed__77SUF{margin-left:0;max-width:0;opacity:0;pointer-events:none}.VehicleList_subTab__JuFeg{padding-left:11px;padding-right:11px}.VehicleList_tab__Whedf{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.VehicleList_tabActive__GvTmh,.VehicleList_tab__Whedf:hover{border-color:#00bfa5;color:#00bfa5}.VehicleList_tabActive__GvTmh{background:#00bfa51f}.VehicleList_paginationInfo__1ie04{background:#f3f4f6;border-radius:999px;color:#6b7280;font-size:12px;margin-left:auto;padding:4px 10px;white-space:nowrap}.VehicleList_viewButtons__ujdjG{display:flex;gap:0;margin-left:.75rem}.VehicleList_viewBtn__rFmqi{align-items:center;background:#fff;border:1px solid #e5e7eb;color:#374151;cursor:pointer;display:flex;font-size:14px;height:34px;justify-content:center;transition:all .2s ease;width:34px}.VehicleList_viewBtn__rFmqi:hover{border-color:#00bfa5;color:#00bfa5}.VehicleList_viewBtn__rFmqi.VehicleList_active__255BU{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.VehicleList_settingsContainer__CVJd7{margin-left:.75rem;position:relative}.VehicleList_settingsBtn__I6gJI{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:34px;justify-content:center;transition:all .2s ease;width:34px}.VehicleList_settingsBtn__I6gJI:hover{border-color:#00bfa5;color:#00bfa5}.VehicleList_settingsOverlay__mjpNR{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.VehicleList_settingsMenu__Exm3x{animation:VehicleList_slideDown__Z\+nhh .2s ease;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 18px #00000014;min-width:280px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes VehicleList_slideDown__Z\+nhh{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.VehicleList_menuSection__A3cV8{padding:.75rem 0}.VehicleList_menuHeader__23A1j{color:#9ca3af;font-size:12px;font-weight:600;padding:.5rem 1rem;text-transform:uppercase}.VehicleList_pageSizeButtons__57DGD{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);padding:0 1rem}.VehicleList_pageSizeBtn__zzUPL{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:.625rem .5rem;text-align:center;transition:all .2s ease}.VehicleList_pageSizeBtn__zzUPL:hover{background:#f9fafb;border-color:#9ca3af}.VehicleList_pageSizeBtn__zzUPL.VehicleList_active__255BU{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.VehicleList_menuItem__ls7nu{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:.5rem;padding:.625rem 1rem;text-align:left;transition:all .15s ease;width:100%}.VehicleList_menuItem__ls7nu:hover{background:#f9fafb;color:#00bfa5}.VehicleList_menuDivider__\+FTM5{background:#e5e7eb;height:1px;margin:.25rem 0}.VehicleList_contentArea__d6Y\+P{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;overflow:hidden}.VehicleList_pagination__0OIZB{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 14px}.VehicleList_paginationInfoBottom__lIUiM{color:#6b7280;font-size:12px}.VehicleList_forwardButton__cksSa{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:.5rem;height:34px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.VehicleList_backwardsButton__J-2YI svg,.VehicleList_forwardButton__cksSa svg{font-size:18px}.VehicleList_forwardButton__cksSa:disabled{cursor:not-allowed;opacity:.5}.VehicleList_forwardButton__cksSa:hover:not(:disabled){background:#00a896}.VehicleList_backwardsButton__J-2YI{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:.5rem;height:34px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.VehicleList_backwardsButton__J-2YI:disabled{cursor:not-allowed;opacity:.5}.VehicleList_backwardsButton__J-2YI:hover:not(:disabled){background:#00a896}.VehicleList_emptyState__CY0qJ{color:#6b7280;padding:40px 20px;text-align:center}.VehicleList_emptyIcon__Q6oyS{font-size:42px;margin-bottom:10px;opacity:.5}.VehicleList_emptyState__CY0qJ h3{color:#1f2937;font-size:18px;margin:0 0 .5rem}.VehicleList_emptyState__CY0qJ p{color:#6b7280;font-size:14px;margin:0}.VehicleList_loading__Tx4DW{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.VehicleList_spinner__X71XV{animation:VehicleList_spin__zFno\+ 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#00bfa5;height:40px;width:40px}@keyframes VehicleList_spin__zFno\+{to{transform:rotate(1turn)}}@keyframes VehicleList_fadeIn__krmCL{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.VehicleList_pageHeader__vHnnx{align-items:flex-start;flex-direction:column;gap:10px}.VehicleList_tabsContainer__S24HF{-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:2px}.VehicleList_todosGroup__2DjZs{flex-wrap:nowrap}.VehicleList_tab__Whedf{font-size:12px;padding:6px 10px}.VehicleList_paginationInfo__1ie04{margin-left:0;margin-right:auto}.VehicleList_pagination__0OIZB{gap:10px}.VehicleList_settingsMenu__Exm3x{left:50%;right:auto;transform:translateX(-50%)}}.VehicleTable_tableContainer__vWPzt{overflow-x:auto;position:relative}.VehicleTable_table__IE3o0{background:#fff;border-collapse:collapse;width:100%}.VehicleTable_tableHead__QwKIE{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.VehicleTable_tableHead__QwKIE th{background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.025em;padding:.625rem .75rem;text-align:left;text-transform:uppercase;white-space:nowrap}.VehicleTable_sortableHeader__Cq\+nn{cursor:pointer;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none}.VehicleTable_sortableHeader__Cq\+nn:hover{background:#10b9810d;color:#10b981}.VehicleTable_sortIcon__Ta3S1{color:#10b981;font-size:.875rem;margin-left:.5rem}.VehicleTable_checkboxCell__Yf6\+Q{text-align:center;width:50px}.VehicleTable_checkboxCell__Yf6\+Q input[type=checkbox]{accent-color:#10b981;cursor:pointer;height:18px;width:18px}.VehicleTable_tableBody__GiEHw{background:#fff}.VehicleTable_tableRow__SFJih{height:44px;transition:all .15s ease}.VehicleTable_tableRow__SFJih:hover{background:#f8fafc}.VehicleTable_evenRow__LIwdA{background:#fafbfc}.VehicleTable_evenRow__LIwdA:hover{background:#f8fafc}.VehicleTable_tableRow__SFJih td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.875rem;padding:.5rem .75rem;vertical-align:middle}.VehicleTable_nameCell__aujNs{font-weight:600;min-width:200px}.VehicleTable_nameWithIcon__aVnT8{align-items:center;display:flex;gap:.75rem}.VehicleTable_vehicleIcon__rcVqC{filter:grayscale(50%);font-size:1.5rem}.VehicleTable_vehicleName__0yoXR{color:#1e293b}.VehicleTable_plateCell__owY70{font-family:Courier New,monospace;font-weight:600}.VehicleTable_plate__8Ea8Y{background:#f1f5f9;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;display:inline-block;font-family:Courier New,monospace;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:6px 10px;transition:all .2s ease}.VehicleTable_kmCell__A4e-s{color:#64748b;font-weight:600;white-space:nowrap}.VehicleTable_typeTag__fo\+nt{background:#e0f2fe;border-radius:6px;color:#0369a1;display:inline-block;font-size:.875rem;font-weight:600;padding:.375rem .75rem}.VehicleTable_badge__siz4d{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.375rem .875rem;white-space:nowrap}.VehicleTable_badgeDot__ET-CH{animation:VehicleTable_pulse__yyQ\+J 2s ease-in-out infinite;border-radius:50%;height:8px;width:8px}@keyframes VehicleTable_pulse__yyQ\+J{0%,to{opacity:1}50%{opacity:.5}}.VehicleTable_actionsMenu__MgYoA{display:flex;gap:.5rem;justify-content:end}.VehicleTable_actionButton__xTQ4n{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:inline-flex;font-size:18px;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.VehicleTable_actionButton__xTQ4n:hover{background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.VehicleTable_actionButton__xTQ4n:disabled{cursor:not-allowed;opacity:.5}.VehicleTable_actionButton__xTQ4n svg{flex-shrink:0;font-size:18px}.VehicleTable_actionButton__xTQ4n:focus-visible{outline:2px solid #00bfa559;outline-offset:2px}.VehicleTable_actionsHeader__PpdjD{display:flex;justify-content:end}.VehicleTable_bulkActions__Eq9tv{align-items:center;animation:VehicleTable_slideUp__bea3W .3s ease;background:linear-gradient(135deg,#1e293b,#334155);bottom:0;box-shadow:0 -4px 12px #0000001a;display:flex;gap:1rem;left:0;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;right:0}@keyframes VehicleTable_slideUp__bea3W{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.VehicleTable_selectedCount__feLDV{color:#fff;font-weight:600;margin-right:auto}.VehicleTable_bulkButton__3Jogj{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.VehicleTable_bulkButton__3Jogj:hover{background:#fff3;transform:translateY(-2px)}.VehicleTable_bulkButtonDanger__XI1v-{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.VehicleTable_bulkButtonDanger__XI1v-:hover{background:#dc2626;transform:translateY(-2px)}.VehicleTable_cardsGrid__oZ\+y8{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));padding:1.5rem}.VehicleTable_vehicleCard__J3iTI{background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:1.5rem;transition:all .3s ease}.VehicleTable_vehicleCard__J3iTI:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98133;transform:translateY(-4px)}.VehicleTable_cardHeader__0-fCD{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.VehicleTable_cardIcon__pXy2z{font-size:2.5rem}.VehicleTable_cardBody__MDZxb{margin-bottom:1rem}.VehicleTable_cardTitle__FuItz{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0 0 .25rem}.VehicleTable_cardSubtitle__13OgI{color:#64748b;font-size:.875rem;margin:0 0 1rem}.VehicleTable_cardDetails__UlLpr{display:flex;flex-direction:column;gap:.5rem}.VehicleTable_cardDetail__HRSVr{align-items:center;display:flex;justify-content:space-between}.VehicleTable_detailLabel__kfGeS{color:#64748b;font-size:.875rem;font-weight:500}.VehicleTable_detailValue__DOX8R{color:#1e293b;font-size:.875rem;font-weight:600}.VehicleTable_cardFooter__HbP5n{border-top:1px solid #f1f5f9;margin-top:1rem;padding-top:1rem}@media (max-width:1200px){.VehicleTable_table__IE3o0{font-size:.875rem}.VehicleTable_tableHead__QwKIE th,.VehicleTable_tableRow__SFJih td{padding:.875rem 1rem}}@media (max-width:768px){.VehicleTable_tableContainer__vWPzt{-webkit-overflow-scrolling:touch;overflow-x:scroll}.VehicleTable_table__IE3o0{min-width:1000px}.VehicleTable_cardsGrid__oZ\+y8{grid-template-columns:1fr;padding:1rem}.VehicleTable_bulkActions__Eq9tv{flex-wrap:wrap;padding:1rem}.VehicleTable_selectedCount__feLDV{margin-bottom:.5rem;width:100%}}.ConfirmModal_overlay__ppxul{align-items:center;animation:ConfirmModal_fadeIn__ndusH .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes ConfirmModal_fadeIn__ndusH{0%{opacity:0}to{opacity:1}}.ConfirmModal_modal__a2UIR{animation:ConfirmModal_slideUp__zj\+WN .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:600px;overflow:hidden;width:90%}@keyframes ConfirmModal_slideUp__zj\+WN{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ConfirmModal_header__rI\+f\+{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 1.75rem}.ConfirmModal_header__rI\+f\+ h3{color:#1f2937;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}.ConfirmModal_closeBtn__1oFSl{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:1.75rem;height:32px;justify-content:center;line-height:1;margin-left:1rem;padding:0;transition:all .2s ease;width:32px}.ConfirmModal_closeBtn__1oFSl:hover{background:#f3f4f6;color:#374151}.ConfirmModal_body__2WeKF{color:#4b5563;flex:1 1;font-size:.9375rem;line-height:1.6;overflow-y:auto;padding:1.75rem}.ConfirmModal_body__2WeKF p{margin:0 0 1rem}.ConfirmModal_body__2WeKF p:last-child{margin-bottom:0}.ConfirmModal_body__2WeKF strong{background:#fef2f2;border-left:3px solid #dc2626;border-radius:4px;color:#dc2626;display:block;font-weight:700;margin-top:.5rem;padding:.75rem 1rem}.ConfirmModal_footer__d06O8{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1.25rem 1.75rem}.ConfirmModal_cancelBtn__pyoFA,.ConfirmModal_confirmBtn__-yBzR{border:none;border-radius:8px;cursor:pointer;font-size:.9375rem;font-weight:600;min-width:100px;padding:.625rem 1.5rem;transition:all .2s ease}.ConfirmModal_cancelBtn__pyoFA{background:#fff;border:1.5px solid #d1d5db;color:#6b7280}.ConfirmModal_cancelBtn__pyoFA:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.ConfirmModal_confirmBtn__-yBzR{background:#b91010;border:1.5px solid #b91010;color:#fff}.ConfirmModal_confirmBtn__-yBzR:hover{background:#960505;border-color:#960505;box-shadow:0 4px 12px #10b9814d}.ConfirmModal_confirmBtn__-yBzR[data-variant=archive]{background:#f59e0b;border-color:#f59e0b}.ConfirmModal_confirmBtn__-yBzR[data-variant=archive]:hover{background:#d97706;border-color:#d97706;box-shadow:0 4px 12px #f59e0b4d}@media (max-width:640px){.ConfirmModal_modal__a2UIR{margin:1rem;max-width:none;width:95%}.ConfirmModal_header__rI\+f\+{padding:1.25rem}.ConfirmModal_header__rI\+f\+ h3{font-size:1.125rem}.ConfirmModal_body__2WeKF{font-size:.875rem;padding:1.25rem}.ConfirmModal_footer__d06O8{gap:.5rem;padding:1rem 1.25rem}.ConfirmModal_cancelBtn__pyoFA,.ConfirmModal_confirmBtn__-yBzR{flex:1 1;font-size:.875rem;min-width:auto;padding:.625rem 1rem}.ConfirmModal_closeBtn__1oFSl{font-size:1.5rem;height:28px;width:28px}}.ConfirmModal_modal__a2UIR:focus{outline:2px solid #10b981;outline-offset:2px}.ConfirmModal_overlay__ppxul.ConfirmModal_closing__gvyIu{animation:ConfirmModal_fadeOut__T1vwG .2s ease}.ConfirmModal_modal__a2UIR.ConfirmModal_closing__gvyIu{animation:ConfirmModal_slideDown__a\+12L .2s ease}@keyframes ConfirmModal_fadeOut__T1vwG{0%{opacity:1}to{opacity:0}}@keyframes ConfirmModal_slideDown__a\+12L{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.VehicleFilters_filtersContainer__0vWCN{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;padding:14px}.VehicleFilters_mainFilters__ZJIwN{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.VehicleFilters_searchBox__S5x3T{align-items:center;display:flex;flex:1 1 320px;position:relative}.VehicleFilters_searchIcon__gSQb9{color:#9ca3af;font-size:14px;left:12px;pointer-events:none;position:absolute}.VehicleFilters_searchInput__6GEC9{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;font-size:14px;padding:10px 36px;width:100%}.VehicleFilters_searchInput__6GEC9:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.VehicleFilters_searchInput__6GEC9::placeholder{color:#9ca3af}.VehicleFilters_clearSearch__CsqP-{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:11px;height:20px;justify-content:center;position:absolute;right:10px;transition:all .2s ease;width:20px}.VehicleFilters_clearSearch__CsqP-:hover{background:#e5e7eb;color:#1f2937}.VehicleFilters_advancedToggle__13EvA{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:.5rem;padding:6px 11px;transition:all .2s ease;white-space:nowrap}.VehicleFilters_advancedToggle__13EvA:hover{border-color:#00bfa5;color:#00bfa5}.VehicleFilters_advancedToggle__13EvA.VehicleFilters_active__ecOEX{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.VehicleFilters_toggleIcon__05lkN{font-size:10px}.VehicleFilters_clearAllButton__6R5ix{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:.5rem;margin-left:auto;padding:6px 11px;transition:all .2s ease;white-space:nowrap}.VehicleFilters_clearAllButton__6R5ix:hover{border-color:#00bfa5;color:#00bfa5}.VehicleFilters_advancedFilters__ygq6n{grid-gap:10px;animation:VehicleFilters_slideDown__8EVqp .2s ease;border-top:1px solid #e5e7eb;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:12px;padding-top:12px}.VehicleFilters_advancedFiltersFooter__XiXsr{border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px}@keyframes VehicleFilters_slideDown__8EVqp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.VehicleFilters_filterGroup__cFqls{display:flex;flex-direction:column;gap:6px}.VehicleFilters_filterLabel__7Kb4d{align-items:center;color:#6b7280;display:flex;font-size:12px;font-weight:600;gap:.375rem;letter-spacing:.025em;text-transform:uppercase}.VehicleFilters_labelIcon__TMT04{font-size:13px}.VehicleFilters_filterSelect__MR6ou{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-size:14px;padding:10px 12px;transition:all .2s ease}.VehicleFilters_filterSelect__MR6ou:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.VehicleFilters_filterSelect__MR6ou:hover{border-color:#9ca3af}.VehicleFilters_rangeInputs__k7xTA{align-items:center;display:flex;gap:8px}.VehicleFilters_rangeInput__w\+njs{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;flex:1 1;font-size:14px;padding:10px 12px;transition:all .2s ease}.VehicleFilters_rangeInput__w\+njs:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.VehicleFilters_rangeSeparator__LvIKI{color:#9ca3af;font-size:12px;font-weight:600}.VehicleFilters_resultsInfo__lKHUP{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:8px;margin-top:12px;padding-top:12px}.VehicleFilters_resultsCount__S0x7A{color:#1f2937;font-size:14px;font-weight:600}.VehicleFilters_activeFiltersInfo__V31ye{color:#00bfa5;font-size:13px;font-weight:600}@media (max-width:1024px){.VehicleFilters_mainFilters__ZJIwN{flex-wrap:wrap}.VehicleFilters_searchBox__S5x3T{flex:1 1 100%}.VehicleFilters_clearAllButton__6R5ix{margin-left:auto}}@media (max-width:768px){.VehicleFilters_advancedFilters__ygq6n{grid-template-columns:1fr}}.CreateVehicle_container__xzpBE{background:#0000;min-height:100vh}.CreateVehicle_header__5JXpZ{align-items:center;background:#0000;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.CreateVehicle_headerLeft__MK2Gw{align-items:center;display:flex;flex:1 1;gap:16px;min-width:200px}.CreateVehicle_backButton__0UB-T{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:6px 8px;transition:all .2s}.CreateVehicle_backButton__0UB-T:hover{background:#f3f4f6;color:#374151}.CreateVehicle_title__qE9p5{color:#1e3a5f;font-size:24px;font-weight:600;margin:0}.CreateVehicle_headerActions__dIoQl{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.CreateVehicle_cancelBtn__SI7-T{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.CreateVehicle_cancelBtn__SI7-T:hover{background:#f9fafb;border-color:#9ca3af}.CreateVehicle_addMultipleBtn__1CHil{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.CreateVehicle_addMultipleBtn__1CHil:hover{background:#f9fafb;border-color:#9ca3af}.CreateVehicle_saveBtn__\+ToTs{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px;transition:all .2s}.CreateVehicle_saveBtn__\+ToTs:hover:not(:disabled){background:#00a896}.CreateVehicle_saveBtn__\+ToTs:disabled{cursor:not-allowed;opacity:.6}.CreateVehicle_content__jlKgA{align-items:flex-start;display:flex;gap:15px;min-height:calc(100vh - 65px);padding:24px}.CreateVehicle_sidebar__blbmu{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;gap:2px;padding:24px 0;width:240px}.CreateVehicle_sidebarItem__EirRX{align-items:center;background:#0000;border:none;border-left:3px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:10px 24px;text-align:left;transition:all .2s}.CreateVehicle_sidebarItem__EirRX:hover{background:#f9fafb;color:#374151}.CreateVehicle_sidebarItem__EirRX.CreateVehicle_active__tyn88{background:#00bfa51f;border-left-color:#00bfa5;color:#00bfa5}.CreateVehicle_sidebarItem__EirRX svg{flex-shrink:0}.CreateVehicle_mainContent__uDYnS{flex:1 1;justify-content:center;min-width:0;padding-left:15px;width:100%}.CreateVehicle_mainContent__uDYnS form{width:100%}.CreateVehicle_leftmenuContainer__WzOUN{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;height:-webkit-fit-content;height:fit-content;min-width:300px;padding:16px;position:-webkit-sticky;position:sticky;top:90px;width:300px}.CreateVehicle_stepsHeader__ZZIF5{color:#64748b;font-size:13px;font-weight:700;margin-bottom:10px;padding:4px 8px}.CreateVehicle_stepButton__uiGxb{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:10px;margin-bottom:6px;padding:10px 12px;position:relative;text-align:left;transition:all .2s;width:100%}.CreateVehicle_stepButton__uiGxb:before{background:linear-gradient(180deg,#d1d5db 0,#d1d5db 50%,#0000 0,#0000);background-size:2px 8px;content:"";height:calc(100% + 12px);left:22px;position:absolute;top:-6px;width:2px;z-index:0}.CreateVehicle_stepButton__uiGxb:first-child:before{height:50%;top:50%}.CreateVehicle_stepButton__uiGxb:last-child:before{height:50%}.CreateVehicle_stepButton__uiGxb:hover{background:#f3f4f6}.CreateVehicle_stepActive__zQ9BT{background:linear-gradient(90deg,#00bfa529,#00bfa514);border-color:#00bfa566;border-left:4px solid #00bfa5;box-shadow:0 4px 12px #00bfa52e}.CreateVehicle_stepDone__4xwrk{background:#00bfa51a;border-color:#00bfa540}.CreateVehicle_stepIcon__v3moQ{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:50%;color:#6b7280;display:inline-flex;height:22px;justify-content:center;min-width:22px;position:relative;transition:all .2s;width:22px;z-index:1}.CreateVehicle_stepActive__zQ9BT .CreateVehicle_stepIcon__v3moQ{background:#fff;border-color:#00bfa5;color:#00bfa5}.CreateVehicle_stepDone__4xwrk .CreateVehicle_stepIcon__v3moQ{background:#00bfa5;border-color:#00bfa5;color:#fff}.CreateVehicle_stepDone__4xwrk:before{background:#00bfa5!important}.CreateVehicle_stepTextWrap__y0jDv{display:flex;flex-direction:column;gap:2px}.CreateVehicle_stepLabel__oF\+pl{color:#111827;font-size:14px;font-weight:600}.CreateVehicle_stepMeta__iUq2Z{color:#6b7280;font-size:12px}.CreateVehicle_stepActive__zQ9BT .CreateVehicle_stepLabel__oF\+pl{color:#0f766e}.CreateVehicle_stepActive__zQ9BT .CreateVehicle_stepMeta__iUq2Z{color:#0f766e;font-weight:600}.CreateVehicle_stepActive__zQ9BT .CreateVehicle_stepIcon__v3moQ{color:#0f766e}.CreateVehicle_leftmenuContainer__WzOUN button{background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;padding:10px 12px;text-align:left;transition:all .2s;width:100%}.CreateVehicle_leftmenuContainer__WzOUN button:hover{background:#f3f4f6}.CreateVehicle_generalinfoBtn__WQQ5R:hover{background:#00bfa514;color:#00bfa5}.CreateVehicle_generalinfoBtnActive__RYK3T{background:#0000;border-bottom-color:#00bfa5;color:#00bfa5}.CreateVehicle_detailedinfoBtn__Ypg7z:hover{background:#00bfa514;color:#00bfa5}.CreateVehicle_detailedinfoBtnActive__\+1i2Z{background:#0000;border-bottom-color:#00bfa5;color:#00bfa5}.CreateVehicle_inspectionsBtn__vEq78:hover{background:#00bfa514;color:#00bfa5}.CreateVehicle_inspectionsBtnActive__ykiAB{background:#0000;border-bottom-color:#00bfa5;color:#00bfa5}.CreateVehicle_iucBtn__dUiXT:hover{background:#00bfa514;color:#00bfa5}.CreateVehicle_iucBtnActive__STLyB{background:#0000;border-bottom-color:#00bfa5;color:#00bfa5}.CreateVehicle_insuranceBtn__gHZKD:hover{background:#00bfa514;color:#00bfa5}.CreateVehicle_insuranceBtn__gHZKD{background:#0000;border-bottom-color:#00bfa5;color:#00bfa5}.CreateVehicle_section__7iZL5{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:32px}.CreateVehicle_sectionTitle__vvb4K{color:#111827;font-size:18px;font-weight:600;margin:0 0 24px}.CreateVehicle_sectionTitleRow__6Fafi{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:16px}.CreateVehicle_sectionTitleRow__6Fafi .CreateVehicle_sectionTitle__vvb4K{margin:0}.CreateVehicle_formGroup__4Ox\+q{margin-bottom:24px}.CreateVehicle_formRow__SyADL{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.CreateVehicle_inputError__O11oj,.CreateVehicle_selectError__Xuou3{background-color:#fef2f2!important;border-color:#ef4444!important}.CreateVehicle_errorMessage__yQgQb{align-items:center;color:#dc2626;display:flex;font-size:13px;font-weight:500;gap:6px;margin-bottom:0;margin-top:6px}.CreateVehicle_errorMessage__yQgQb:before{content:"⚠️";font-size:14px}.CreateVehicle_errorAlert__PB6Rh{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;font-size:14px;font-weight:500;margin-bottom:24px;padding:16px}.CreateVehicle_errorAlert__PB6Rh p{align-items:center;display:flex;gap:8px;margin:0}.CreateVehicle_errorAlert__PB6Rh p:before{content:"❌";font-size:16px}.CreateVehicle_successAlert__7s5lh{background:#00bfa51a;border:1px solid #00bfa559;border-radius:8px;color:#0f766e;font-size:14px;font-weight:500;margin-bottom:16px;padding:12px 16px}.CreateVehicle_label__\+hfY0{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:4px;margin-bottom:6px}.CreateVehicle_required__N2qtU{color:#dc2626;margin-left:2px}.CreateVehicle_tooltip__V26g\+{align-items:center;color:#9ca3af;cursor:help;display:inline-flex;margin-left:4px;position:relative}.CreateVehicle_tooltip__V26g\+:after{background:#111827;border-radius:6px;bottom:calc(100% + 8px);color:#fff;content:attr(data-tooltip);font-size:12px;padding:6px 8px;white-space:nowrap}.CreateVehicle_tooltip__V26g\+:after,.CreateVehicle_tooltip__V26g\+:before{left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(4px);transition:opacity .15s ease,transform .15s ease;z-index:2}.CreateVehicle_tooltip__V26g\+:before{border:6px solid #0000;border-top-color:#111827;bottom:calc(100% + 2px);content:""}.CreateVehicle_tooltip__V26g\+:hover:after,.CreateVehicle_tooltip__V26g\+:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.CreateVehicle_input__iFPQZ,.CreateVehicle_select__xW4hO{padding:10px 12px}.CreateVehicle_input__iFPQZ,.CreateVehicle_select__xW4hO,.CreateVehicle_textarea__p-acO{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;color:#111827;font-size:14px;transition:all .2s;width:100%}.CreateVehicle_textarea__p-acO{font-family:inherit;line-height:1.45;min-height:140px;padding:12px;resize:vertical}.CreateVehicle_input__iFPQZ:focus,.CreateVehicle_select__xW4hO:focus,.CreateVehicle_textarea__p-acO:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa529;outline:none}.CreateVehicle_input__iFPQZ:disabled,.CreateVehicle_select__xW4hO:disabled{background-color:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.CreateVehicle_input__iFPQZ::placeholder{color:#9ca3af}.CreateVehicle_select__xW4hO{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:40px}.CreateVehicle_selectWithIcon__dj7JD{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' fill='%2300BFA5'/%3E%3C/svg%3E");background-position:right 12px center,left 12px center;padding-left:36px}.CreateVehicle_customSelect__R2krY{position:relative}.CreateVehicle_customSelectButton__rBWKt{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#111827;cursor:pointer;display:flex;font-size:14px;padding:10px 12px;text-align:left;transition:all .2s;width:100%}.CreateVehicle_customSelectButton__rBWKt:hover{border-color:#9ca3af}.CreateVehicle_customSelectButton__rBWKt:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa529;outline:none}.CreateVehicle_customSelectDropdown__uf4nP{background:#fff;border:1px solid #d1d5db;border-radius:0 0 6px 6px;border-top:none;box-shadow:0 10px 15px -3px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.CreateVehicle_customSelectOption__q-xCK{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:12px;text-align:left;transition:background .2s;width:100%}.CreateVehicle_customSelectOption__q-xCK:hover{background:#f3f4f6}.CreateVehicle_customSelectOption__q-xCK:active{background:#e5e7eb}.CreateVehicle_inputWithButton__cpaCr{align-items:stretch;display:flex;gap:8px}.CreateVehicle_inputWithButton__cpaCr .CreateVehicle_input__iFPQZ{flex:1 1}.CreateVehicle_decodeBtn__TH2GD{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:10px 16px;transition:all .2s;white-space:nowrap}.CreateVehicle_decodeBtn__TH2GD:hover{background:#00a896}.CreateVehicle_inputWithPrefix__9quGJ{align-items:center;display:flex;position:relative}.CreateVehicle_inputPrefix__-NZnG{color:#6b7280;font-size:14px;font-weight:500;left:12px;pointer-events:none;position:absolute}.CreateVehicle_inputWithPrefixField__6pA0F{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;color:#111827;font-size:14px;padding:10px 12px 10px 28px;transition:all .2s;width:100%}.CreateVehicle_inputWithPrefixField__6pA0F:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa529;outline:none}.CreateVehicle_hint__aLshZ{color:#6b7280;font-size:13px;line-height:1.5;margin:6px 0 0}.CreateVehicle_link__yPe46{color:#00bfa5;font-weight:500;text-decoration:none}.CreateVehicle_link__yPe46:hover{text-decoration:underline}.CreateVehicle_photoUpload__OUhfI{background:#fafafa;border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;transition:all .2s}.CreateVehicle_photoUpload__OUhfI:hover{background:#f5f5f5;border-color:#9ca3af}.CreateVehicle_fileInput__i6T8j{display:none}.CreateVehicle_fileLabel__SBQQq{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:8px}.CreateVehicle_pickFileBtn__4W5Kn{background:#00bfa5;border-radius:10px;color:#fff;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.CreateVehicle_pickFileBtn__4W5Kn:hover{background:#00a896}.CreateVehicle_dropText__uqiuh{color:#6b7280;font-size:14px}.CreateVehicle_photoPreview__zaqHx{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.CreateVehicle_photoPreview__zaqHx img{border-radius:8px;box-shadow:0 1px 3px #0000001a;max-height:200px;max-width:200px;object-fit:cover}.CreateVehicle_footerActions__DCoqn{align-items:center;background:#0000;border-radius:0 0 8px 8px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin:24px -32px -32px;padding:20px 32px}.CreateVehicle_wizardFooterActions__gom6K{border-top:1px solid #e5e7eb;margin:24px 0 0;padding:12px 0 0}.CreateVehicle_wizardFooterBtn__zgAtd{min-width:130px}.CreateVehicle_footerCancel__xzWWP{background:#0000;border:none;color:#00bfa5;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.CreateVehicle_footerCancel__xzWWP:hover{text-decoration:underline}.CreateVehicle_footerRight__LM-iW{display:flex;gap:12px}.CreateVehicle_saveAndAddBtn__K5ZfR{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.CreateVehicle_saveAndAddBtn__K5ZfR:hover{background:#f9fafb;border-color:#9ca3af}.CreateVehicle_footerSaveBtn__sdeFa{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px;transition:all .2s}.CreateVehicle_footerSaveBtn__sdeFa:hover:not(:disabled){background:#00a896}.CreateVehicle_footerSaveBtn__sdeFa:disabled{cursor:not-allowed;opacity:.6}.CreateVehicle_secondaryStepBtn__GM1AB{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.CreateVehicle_secondaryStepBtn__GM1AB:hover{background:#f9fafb;border-color:#9ca3af}.CreateVehicle_wizardInfoCard__ntnv9{background:#00bfa514;border:1px solid #00bfa54d;border-radius:10px;color:#0f766e;display:flex;flex-direction:column;gap:8px;padding:16px}.CreateVehicle_wizardInfoCard__ntnv9 p{margin:0}.CreateVehicle_infoGrid__KLOby{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:16px}.CreateVehicle_infoCard__ynn-s{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.CreateVehicle_infoCard__ynn-s small{color:#6b7280;display:block;margin-bottom:4px}.CreateVehicle_infoCard__ynn-s strong{color:#111827}.CreateVehicle_inlineActions__T\+Eni{display:flex;justify-content:flex-end;margin-top:6px}.CreateVehicle_subSectionTitle__F8LCY{color:#1f2937;font-size:15px;margin:18px 0 10px}.CreateVehicle_historyList__jaK9S{display:flex;flex-direction:column;gap:8px}.CreateVehicle_historyItem__E8h4Z{background:#0000;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.CreateVehicle_historyItem__E8h4Z>div{display:flex;flex-direction:column;gap:2px}.CreateVehicle_historyItem__E8h4Z strong{color:#111827;font-size:14px}.CreateVehicle_historyItem__E8h4Z small,.CreateVehicle_historyItem__E8h4Z span{color:#6b7280;font-size:12px}.CreateVehicle_progressWrap__T49o2{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px;padding:12px 14px}.CreateVehicle_progressHeader__WwUFd{align-items:center;color:#374151;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px}.CreateVehicle_progressHeader__WwUFd strong{color:#00bfa5;font-size:13px}.CreateVehicle_progressTrack__DRhQn{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}.CreateVehicle_progressFill__gOn2Q{background:linear-gradient(90deg,#00c9ad,#00bfa5);border-radius:999px;height:100%;transition:width .25s ease}.CreateVehicle_checkboxLine__6arcJ{align-items:center;color:#0f766e;display:flex;font-size:14px;gap:8px}.CreateVehicle_emptyState__8hEF9{background:#fff;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;padding:64px 32px;text-align:center}.CreateVehicle_emptyState__8hEF9 svg{margin:0 auto 20px;opacity:.5}.CreateVehicle_emptyState__8hEF9 h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 8px}.CreateVehicle_emptyState__8hEF9 p{color:#6b7280;font-size:14px;margin:0}.CreateVehicle_loading__2rBUB{align-items:center;color:#6b7280;display:flex;font-size:16px;justify-content:center;min-height:100vh}@media (max-width:1024px){.CreateVehicle_sidebar__blbmu{width:200px}.CreateVehicle_mainContent__uDYnS{padding:24px}}@media (max-width:768px){.CreateVehicle_header__5JXpZ{align-items:stretch;flex-direction:column;gap:12px}.CreateVehicle_headerLeft__MK2Gw{flex:1 1}.CreateVehicle_headerActions__dIoQl{justify-content:flex-start;width:100%}.CreateVehicle_title__qE9p5{font-size:20px}.CreateVehicle_mainContent__uDYnS{max-width:100%;padding:0}.CreateVehicle_section__7iZL5{border-radius:6px;margin-bottom:16px;padding:24px}.CreateVehicle_sectionTitle__vvb4K{font-size:18px}.CreateVehicle_formGroup__4Ox\+q{margin-bottom:16px}.CreateVehicle_formRow__SyADL{grid-template-columns:1fr}.CreateVehicle_formRow__SyADL>div{width:100%}.CreateVehicle_label__\+hfY0{font-size:14px}.CreateVehicle_input__iFPQZ,.CreateVehicle_select__xW4hO{font-size:16px;padding:12px}.CreateVehicle_addMultipleBtn__1CHil,.CreateVehicle_cancelBtn__SI7-T,.CreateVehicle_saveBtn__\+ToTs{font-size:13px;padding:8px 12px}.CreateVehicle_footerActions__DCoqn{flex-direction:column;gap:8px}.CreateVehicle_footerCancel__xzWWP,.CreateVehicle_footerSaveBtn__sdeFa{width:100%}.CreateVehicle_footerRight__LM-iW{display:flex;flex-direction:column;gap:8px;width:100%}.CreateVehicle_wizardFooterActions__gom6K{align-items:stretch;flex-direction:column;gap:8px}.CreateVehicle_wizardFooterBtn__zgAtd{width:100%}}@media (max-width:480px){.CreateVehicle_header__5JXpZ{padding:12px 16px}.CreateVehicle_title__qE9p5{font-size:18px}.CreateVehicle_headerLeft__MK2Gw{gap:8px}.CreateVehicle_headerActions__dIoQl{gap:6px;width:100%}.CreateVehicle_backButton__0UB-T{font-size:12px;gap:4px;padding:4px 6px}.CreateVehicle_content__jlKgA{padding:12px 8px}.CreateVehicle_mainContent__uDYnS{max-width:100%;padding:0}.CreateVehicle_section__7iZL5{margin-bottom:12px;padding:16px}.CreateVehicle_sectionTitle__vvb4K{font-size:16px;margin-bottom:12px}.CreateVehicle_formGroup__4Ox\+q{margin-bottom:12px}.CreateVehicle_label__\+hfY0{font-size:13px;margin-bottom:4px}.CreateVehicle_input__iFPQZ,.CreateVehicle_select__xW4hO{font-size:16px;padding:10px}.CreateVehicle_hint__aLshZ{font-size:12px;margin-top:4px}.CreateVehicle_addMultipleBtn__1CHil,.CreateVehicle_cancelBtn__SI7-T,.CreateVehicle_saveBtn__\+ToTs{font-size:12px;padding:6px 10px}.CreateVehicle_footerActions__DCoqn{padding:12px 0}.CreateVehicle_footerCancel__xzWWP,.CreateVehicle_footerSaveBtn__sdeFa{font-size:13px;padding:10px 12px;width:100%}.CreateVehicle_footerRight__LM-iW{flex-direction:column;gap:8px;width:100%}.CreateVehicle_wizardFooterActions__gom6K{padding:12px 0 0}}@media (max-width:768px){.CreateVehicle_leftmenuContainer__WzOUN{display:none}}.KilometerHistory_container__n1aA-{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.KilometerHistory_comingSoon__sc1G6{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;max-width:600px;padding:4rem 3rem;text-align:center}.KilometerHistory_icon__O4T1b{animation:KilometerHistory_bounce__tySjq 2s infinite;font-size:5rem;margin-bottom:1.5rem}@keyframes KilometerHistory_bounce__tySjq{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.KilometerHistory_comingSoon__sc1G6 h2{color:#1e293b;font-size:2rem;font-weight:700;margin:0 0 1rem}.KilometerHistory_comingSoon__sc1G6 p{color:#64748b;font-size:1.125rem;margin:0 0 2rem}.KilometerHistory_features__2MDmp{align-items:center;display:flex;flex-direction:column;gap:1rem}.KilometerHistory_feature__GBOcY{align-items:center;background:#f8fafc;border-radius:10px;color:#475569;display:flex;font-weight:600;gap:.75rem;max-width:400px;padding:1rem 1.5rem;width:100%}.KilometerHistory_featureIcon__YW6nq{font-size:1.5rem}@media (max-width:768px){.KilometerHistory_comingSoon__sc1G6{padding:3rem 2rem}.KilometerHistory_icon__O4T1b{font-size:4rem}.KilometerHistory_comingSoon__sc1G6 h2{font-size:1.5rem}.KilometerHistory_comingSoon__sc1G6 p{font-size:1rem}}.ExpenseHistory_icon__LNxs0{animation:ExpenseHistory_spin__wWE2J 3s linear infinite}.RentedVehicles_icon__pxqnh{animation:RentedVehicles_swing__sFfHc 1.5s ease-in-out infinite}.InspectionList_inspectionListContainer__u6XVP{animation:InspectionList_fadeIn__p42G9 .25s ease;display:flex;flex-direction:column;gap:16px}.InspectionList_successAlert__KeHmc{background:#f0fdf4;border:1px solid #86efac;border-radius:12px;color:#166534;font-size:14px;font-weight:600;padding:10px 14px}.InspectionList_pageHeader__MEoXY{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.InspectionList_pageTitle__YYIGr{color:#1e3a5f;font-size:28px;font-weight:700;margin:0}.InspectionList_pageSubtitle__Qk-Va{color:#6b7280;font-size:14px;margin:6px 0 0}.InspectionList_addButton__-RqQj{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 14px}.InspectionList_addButton__-RqQj:hover{background:#00a896}.InspectionList_tabBar__CtAQ8{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.InspectionList_tabButton__SojaB{background:#0000;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.InspectionList_activeTab__wDw5f,.InspectionList_tabButton__SojaB:hover{border-color:#00bfa5;color:#00bfa5}.InspectionList_activeTab__wDw5f{background:#00bfa51f}.InspectionList_filtersContainer__0ZT7m{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;padding:14px}.InspectionList_filtersBar__iXKAt{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.InspectionList_searchInput__Eb-JB{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;flex:1 1 320px;font-size:14px;padding:10px 36px;transition:border-color .2s ease}.InspectionList_searchInput__Eb-JB:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.InspectionList_filterSelect__Xa8ou{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-size:14px;padding:10px 12px;transition:border-color .2s ease}.InspectionList_filterSelect__Xa8ou:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.InspectionList_contentArea__u7qGn{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;overflow:hidden}.InspectionList_emptyState__VOCqQ{color:#6b7280;padding:40px 20px;text-align:center}.InspectionList_emptyIcon__uR0bJ{font-size:42px;margin-bottom:10px;opacity:.5}.InspectionList_emptyState__VOCqQ h3{color:#1f2937;font-size:18px;margin:0 0 .5rem}.InspectionList_emptyState__VOCqQ p{color:#6b7280;font-size:.9375rem;margin:0}.InspectionList_tableContainer__ziUvA{overflow-x:auto}.InspectionList_table__0fUXz{background:#fff;border-collapse:collapse;width:100%}.InspectionList_tableHead__\+aG4E{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.InspectionList_tableHead__\+aG4E th{background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.025em;padding:.625rem .75rem;text-align:left;text-transform:uppercase;white-space:nowrap}.InspectionList_actionsHeader__SIsC7{display:flex;justify-content:flex-end}.InspectionList_tableBody__ybinI{background:#fff;color:#334155}.InspectionList_tableRow__5GWwY{height:44px;transition:all .15s ease}.InspectionList_tableRow__5GWwY:hover{background:#f8fafc}.InspectionList_evenRow__Ns4X3{background:#fafbfc}.InspectionList_evenRow__Ns4X3:hover{background:#f8fafc}.InspectionList_tableRow__5GWwY td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.875rem;padding:.5rem .75rem;vertical-align:middle}.InspectionList_tableRow__5GWwY td:last-child{text-align:right}.InspectionList_plateCell__Q9\+Ae{font-weight:600}.InspectionList_plate__mJum1{background:#f1f5f9;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;display:inline-block;font-family:Courier New,monospace;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:6px 10px;transition:all .2s ease}.InspectionList_badge__DO7Rc{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.375rem .875rem;white-space:nowrap}.InspectionList_badgeDot__aYrOT{animation:InspectionList_pulse__\+bQVJ 2s ease-in-out infinite;border-radius:50%;height:8px;width:8px}.InspectionList_actionsMenu__swvt9{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.InspectionList_actionButton__zV8qd{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.InspectionList_actionButton__zV8qd:hover{background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.InspectionList_actionButton__zV8qd:disabled{cursor:not-allowed;opacity:.5}.InspectionList_actionButton__zV8qd svg{flex-shrink:0;font-size:18px}.InspectionList_actionButton__zV8qd:focus-visible{outline:2px solid #00bfa559;outline-offset:2px}.InspectionList_pagination__QVgCp{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 14px}.InspectionList_paginationInfo__ycUeh{color:#6b7280;font-size:12px}.InspectionList_forwardButton__\+z4yc{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:34px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.InspectionList_backwardsButton__4YUsQ svg,.InspectionList_forwardButton__\+z4yc svg{font-size:18px}.InspectionList_forwardButton__\+z4yc:disabled{cursor:not-allowed;opacity:.5}.InspectionList_forwardButton__\+z4yc:hover:not(:disabled){background:#00a896}.InspectionList_backwardsButton__4YUsQ{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:34px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.InspectionList_backwardsButton__4YUsQ:disabled{cursor:not-allowed;opacity:.5}.InspectionList_backwardsButton__4YUsQ:hover:not(:disabled){background:#00a896}.InspectionList_noDate__R4Ac5{color:#9ca3af;font-size:.8125rem}.InspectionList_loading__G3auR{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.InspectionList_spinner__MpSaz{animation:InspectionList_spin__fEYIY 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:40px;width:40px}@keyframes InspectionList_spin__fEYIY{to{transform:rotate(1turn)}}@keyframes InspectionList_fadeIn__p42G9{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes InspectionList_pulse__\+bQVJ{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:1024px){.InspectionList_filtersBar__iXKAt{align-items:stretch;flex-direction:column}.InspectionList_addButton__-RqQj{justify-content:center;margin-left:0}}@media (max-width:768px){.InspectionList_searchInput__Eb-JB{min-width:0;min-width:auto;width:100%}.InspectionList_pagination__QVgCp{flex-direction:column;gap:1rem}}.DetailInspectionModal_overlay__NIOsO{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.DetailInspectionModal_modal__yq6ov{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:760px;overflow:hidden;width:90%}.DetailInspectionModal_header__7nS8e{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.DetailInspectionModal_header__7nS8e h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.DetailInspectionModal_closeBtn__-JoIZ{background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:1.5rem;height:2rem;width:2rem}.DetailInspectionModal_closeBtn__-JoIZ:hover{background:#f1f5f9;color:#475569}.DetailInspectionModal_body__cIfjb{flex:1 1;overflow-y:auto;padding:1.5rem}.DetailInspectionModal_sectionTitle__fwefU{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.DetailInspectionModal_infoGrid__fnD-o{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.DetailInspectionModal_infoItem__Y1zz3{display:flex;flex-direction:column;gap:.375rem}.DetailInspectionModal_label__rP8ps{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.DetailInspectionModal_value__MGDT8{color:#1e293b;font-size:.9375rem;font-weight:500}.DetailInspectionModal_badge__yAYCy{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:4px 10px;width:-webkit-fit-content;width:fit-content}.DetailInspectionModal_dot__TO\+EV{border-radius:50%;height:8px;width:8px}.DetailInspectionModal_notes__Vg\+a6{background:#f8fafc;border-left:3px solid #10b981;border-radius:6px;color:#475569;font-size:.9375rem;line-height:1.5;margin:0;padding:.875rem}.DetailInspectionModal_divider__\+Ddgm{background:#e2e8f0;height:1px;margin:1.5rem 0}.DetailInspectionModal_footer__j9rUH{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding:1.25rem 1.5rem}.DetailInspectionModal_closeActionBtn__qAWAT{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem}.DetailInspectionModal_closeActionBtn__qAWAT:hover{background:#059669}@media (max-width:768px){.DetailInspectionModal_modal__yq6ov{max-height:95vh;width:95%}.DetailInspectionModal_infoGrid__fnD-o{grid-template-columns:1fr}}.InsuranceForm_page__-zSSn{background:#f8fafc;min-height:100vh}.InsuranceForm_header__Q0juJ{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.InsuranceForm_headerLeft__I-7PC,.InsuranceForm_header__Q0juJ{align-items:center;display:flex;gap:12px}.InsuranceForm_backButton__6IObP{background:#f1f5f9;border:none;border-radius:8px;color:#334155;cursor:pointer;font-weight:600;padding:8px 12px}.InsuranceForm_backButton__6IObP:hover{background:#e2e8f0}.InsuranceForm_titleWrap__dk3VK h1{color:#0f172a;font-size:24px;margin:0}.InsuranceForm_titleWrap__dk3VK p{color:#64748b;font-size:14px;margin:4px 0 0}.InsuranceForm_headerActions__nIGBn{display:flex;gap:8px}.InsuranceForm_dangerButton__gqMcR,.InsuranceForm_primaryButton__ee9Sj,.InsuranceForm_secondaryButton__cA3xq{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 14px}.InsuranceForm_secondaryButton__cA3xq{background:#fff;border:1px solid #cbd5e1;color:#334155}.InsuranceForm_secondaryButton__cA3xq:hover{background:#f8fafc}.InsuranceForm_primaryButton__ee9Sj{background:#059669;color:#fff}.InsuranceForm_primaryButton__ee9Sj:hover:not(:disabled){background:#047857}.InsuranceForm_dangerButton__gqMcR{background:#dc2626;color:#fff}.InsuranceForm_dangerButton__gqMcR:hover{background:#b91c1c}.InsuranceForm_dangerButton__gqMcR:disabled,.InsuranceForm_primaryButton__ee9Sj:disabled,.InsuranceForm_secondaryButton__cA3xq:disabled{cursor:not-allowed;opacity:.6}.InsuranceForm_content__b514R{margin:0 auto;max-width:1120px;padding:24px}.InsuranceForm_formFooterActions__o8wc1{display:flex;gap:12px;justify-content:flex-end;margin-top:8px;padding-top:12px}.InsuranceForm_grid__cEZDQ{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.InsuranceForm_section__7zG6o{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.InsuranceForm_sectionFull__-sdHi{grid-column:1/-1}.InsuranceForm_section__7zG6o h2{color:#0f172a;font-size:16px;margin:0 0 16px}.InsuranceForm_formRow__-Jnn4{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.InsuranceForm_formGroup__8JsYX{margin-bottom:14px}.InsuranceForm_label__KTiXa{color:#334155;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.InsuranceForm_required__KRtI3{color:#dc2626}.InsuranceForm_input__O6kna,.InsuranceForm_readonly__C2uf3,.InsuranceForm_select__WVbR6,.InsuranceForm_textarea__HtqVV{background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;color:#0f172a;font-size:14px;padding:10px 12px;transition:all .2s;width:100%}.InsuranceForm_textarea__HtqVV{font-family:inherit;min-height:100px;resize:vertical}.InsuranceForm_readonly__C2uf3{background:#f8fafc}.InsuranceForm_input__O6kna:focus,.InsuranceForm_select__WVbR6:focus,.InsuranceForm_textarea__HtqVV:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691f;outline:none}.InsuranceForm_fieldError__8uJ2B{background:#fef2f2;border-color:#dc2626!important}.InsuranceForm_errorText__I-z1e{color:#dc2626;font-size:12px;margin:5px 0 0}.InsuranceForm_helperText__reo9p{color:#64748b;font-size:12px;margin:5px 0 0}.InsuranceForm_alert__QxW2u{border-radius:10px;font-size:14px;margin-bottom:16px;padding:12px 14px}.InsuranceForm_alertError__KaFbs{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.InsuranceForm_alertSuccess__iV\+fA{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.InsuranceForm_metaCards__6JpFG{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.InsuranceForm_metaCard__tJgLF{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.InsuranceForm_metaCard__tJgLF small{color:#64748b;display:block;margin-bottom:4px}.InsuranceForm_metaCard__tJgLF strong{color:#0f172a}.InsuranceForm_badge__awHTu{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:5px 10px}.InsuranceForm_badgeSuccess__IZ1e5{background:#dcfce7;color:#166534}.InsuranceForm_badgeWarning__ZU1hg{background:#fef3c7;color:#92400e}.InsuranceForm_badgeDanger__KsP1Z{background:#fee2e2;color:#991b1b}.InsuranceForm_badgeNeutral__PHHnp{background:#e2e8f0;color:#334155}.InsuranceForm_loading__wKSSk{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:360px}.InsuranceForm_spinner__2z8Vh{animation:InsuranceForm_spin__pqrhz .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#059669;height:30px;width:30px}@keyframes InsuranceForm_spin__pqrhz{to{transform:rotate(1turn)}}@media (max-width:900px){.InsuranceForm_formRow__-Jnn4,.InsuranceForm_grid__cEZDQ,.InsuranceForm_metaCards__6JpFG{grid-template-columns:1fr}.InsuranceForm_header__Q0juJ{padding:14px 16px}.InsuranceForm_content__b514R{padding:16px}.InsuranceForm_formFooterActions__o8wc1{justify-content:stretch}.InsuranceForm_formFooterActions__o8wc1 button{flex:1 1}}.IucList_filtersContainer__aGlRx{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;padding:14px}.IucList_mainFilters__04nIn{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.IucList_searchBox__rEb7B{align-items:center;display:flex;flex:0 0 300px;position:relative}.IucList_searchIcon__P5u0I{color:#94a3b8;font-size:1rem;left:.75rem;pointer-events:none;position:absolute}.IucList_searchInput__QcYNq{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;font-size:14px;padding:10px 36px;transition:all .2s ease;width:100%}.IucList_searchInput__QcYNq:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.IucList_clearSearch__UYvKd{align-items:center;background:#e2e8f0;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:.75rem;transition:all .2s ease;width:20px}.IucList_clearSearch__UYvKd:hover{background:#cbd5e1}.IucList_advancedToggle__Rg7FO{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:10px 12px;transition:all .2s ease;white-space:nowrap}.IucList_advancedToggle__Rg7FO:hover{border-color:#00bfa5;color:#00bfa5}.IucList_advancedToggle__Rg7FO.IucList_active__j\+N8R{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.IucList_advancedFilters__eVV5U{grid-gap:10px;animation:IucList_slideDown__J32vs .2s ease;border-top:1px solid #e5e7eb;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:14px;padding-top:14px}@keyframes IucList_slideDown__J32vs{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.IucList_filterGroup__YOPEl{display:flex;flex-direction:column;gap:6px}.IucList_filterLabel__nxjEO{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.IucList_filterSelect__NNwl8{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-size:14px;padding:10px 12px;transition:all .2s ease}.IucList_filterSelect__NNwl8:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.IucList_tableContainer__eJsWm{overflow-x:auto}.IucList_table__krkEa{background:#fff;border-collapse:collapse;width:100%}.IucList_tableHead__jI0fR{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.IucList_tableHead__jI0fR th{background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.025em;padding:.625rem .75rem;text-align:left;text-transform:uppercase;white-space:nowrap}.IucList_tableRow__2yGss{height:44px;transition:all .15s ease}.IucList_tableRow__2yGss:hover{background:#f8fafc}.IucList_evenRow__h7DUp{background:#fafbfc}.IucList_evenRow__h7DUp:hover{background:#f8fafc}.IucList_tableRow__2yGss td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.875rem;padding:.5rem .75rem;vertical-align:middle}.IucList_tableRow__2yGss td:last-child{text-align:right}.IucList_plateCell__ZWBZJ{font-weight:600}.IucList_plate__qtrrJ{background:#f1f5f9;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;display:inline-block;font-family:Courier New,monospace;font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:6px 10px}.IucList_badge__b8sK6{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.375rem .875rem;white-space:nowrap}.IucList_dot__jLzXT{animation:IucList_pulse__XLZCZ 2s ease-in-out infinite;border-radius:50%;flex-shrink:0;height:8px;width:8px}@keyframes IucList_pulse__XLZCZ{0%,to{opacity:1}50%{opacity:.6}}.IucList_actionsMenu__nClJh{align-items:center;display:flex;gap:6px;justify-content:flex-end}.IucList_actionButton__JK85A{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.IucList_actionButton__JK85A:hover{background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.IucList_actionButton__JK85A:focus-visible{outline:2px solid #00bfa559;outline-offset:2px}.IucList_actionButtonGreen__8tRc\+{color:#10b981}.IucList_actionButtonGreen__8tRc\+:hover{background:#fff;border-color:#10b981;color:#059669}.IucList_actionButtonPay__hO3Gd{color:#3b82f6}.IucList_actionButtonPay__hO3Gd:hover{background:#fff;border-color:#3b82f6;color:#2563eb}.IucList_actionButtonRed__glU6B{color:#ef4444}.IucList_actionButtonRed__glU6B:hover{background:#fff;border-color:#ef4444;color:#dc2626}@media (max-width:768px){.IucList_mainFilters__04nIn{flex-wrap:wrap}.IucList_searchBox__rEb7B{flex:1 1 100%}.IucList_advancedFilters__eVV5U{grid-template-columns:1fr}}.InsuranceList_insuranceListContainer__B6S1e{animation:InsuranceList_fadeIn__Cpsgk .25s ease;display:flex;flex-direction:column;gap:16px}.InsuranceList_header__MJoN1{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.InsuranceList_titleSection__pFPpz{display:flex;flex-direction:column;gap:4px}.InsuranceList_pageTitle__EJSU1{color:#1e3a5f;font-size:28px;font-weight:700;margin:0}.InsuranceList_pageSubtitle__GFeBs{color:#6b7280;font-size:14px;margin:0}.InsuranceList_addButton__y4e\+q{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:6px;padding:10px 14px}.InsuranceList_addButton__y4e\+q:hover{background:#00a896}.InsuranceList_statsGrid__dULcW{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:16px}.InsuranceList_statCard__ooNG7{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000a;padding:14px}.InsuranceList_statCard__ooNG7 small{color:#64748b;display:block;margin-bottom:6px}.InsuranceList_statCard__ooNG7 strong{color:#0f172a;font-size:24px}.InsuranceList_tabBar__J2ByB{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:6px;margin-bottom:16px;padding:6px}.InsuranceList_tabButton__Zuibu{background:#0000;border:none;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-weight:600;padding:10px 14px;transition:all .2s ease}.InsuranceList_tabButton__Zuibu:hover{background:#0000;color:#00bfa5}.InsuranceList_tabButton__Zuibu.InsuranceList_activeTab__KnDoy{background:#00bfa5;color:#fff}.InsuranceList_filtersBar__6zMyq{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding:14px}.InsuranceList_searchWrap__Oxi40{flex:1 1;min-width:250px;position:relative}.InsuranceList_searchIcon__8O0sg{color:#9ca3af;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.InsuranceList_filterSelect__w7WmP,.InsuranceList_searchInput__sXDMM{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;font-size:14px;padding:10px 12px;transition:all .2s ease}.InsuranceList_searchInput__sXDMM{padding-left:36px;width:100%}.InsuranceList_filterSelect__w7WmP{min-width:170px}.InsuranceList_filterSelect__w7WmP:focus,.InsuranceList_searchInput__sXDMM:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.InsuranceList_insuranceCount__KipbL{color:#6b7280;font-size:12px;font-weight:600}.InsuranceList_contentArea__Nzrmc{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;overflow:hidden}.InsuranceList_inlineError__vip-2{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:14px;margin:16px;padding:12px}.InsuranceList_emptyState__y6-zH{padding:40px 20px;text-align:center}.InsuranceList_emptyIcon__pwdKV{font-size:42px;margin-bottom:14px}.InsuranceList_emptyState__y6-zH h3{color:#1f2937;margin:0 0 8px}.InsuranceList_emptyState__y6-zH p{color:#6b7280;margin:0}.InsuranceList_tableContainer__xmOZH{overflow-x:auto}.InsuranceList_table__S--p2{border-collapse:collapse;font-size:14px;width:100%}.InsuranceList_tableHead__Kp\+3M{background:#f9fafb;border-bottom:1px solid #e5e7eb}.InsuranceList_tableHead__Kp\+3M th{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.025em;padding:14px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.InsuranceList_tableBody__B3wK6 tr{border-bottom:1px solid #f1f5f9;transition:background .15s ease}.InsuranceList_tableBody__B3wK6 tr:hover{background:#f9fafb}.InsuranceList_tableBody__B3wK6 td{color:#334155;padding:14px 16px;white-space:nowrap}.InsuranceList_plateCell__Y8-0T{font-weight:700}.InsuranceList_plate__QnNbB{background:#f1f5f9;border-radius:6px;color:#0f172a;display:inline-block;font-family:Courier New,monospace;padding:4px 8px}.InsuranceList_badge__vetSs{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px}.InsuranceList_badgeSuccess__8qHAE{background:#dcfce7;color:#166534}.InsuranceList_badgeWarning__CzjCT{background:#fef3c7;color:#92400e}.InsuranceList_badgeDanger__G1aZJ{background:#fee2e2;color:#991b1b}.InsuranceList_badgeNeutral__GsOoq{background:#e2e8f0;color:#374151}.InsuranceList_actionsMenu__c\+Bo3{display:flex;gap:8px}.InsuranceList_actionButton__Eu4bt{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#334155;height:32px;width:32px}.InsuranceList_actionButton__Eu4bt:hover{background:#f8fafc;border-color:#94a3b8}.InsuranceList_pagination__QJaaV{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:14px;justify-content:center;padding:16px}.InsuranceList_backwardsButton__mXO2p,.InsuranceList_forwardButton__MC33n{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#334155;cursor:pointer;font-size:20px;height:34px;width:34px}.InsuranceList_backwardsButton__mXO2p:disabled,.InsuranceList_forwardButton__MC33n:disabled{cursor:not-allowed;opacity:.45}.InsuranceList_paginationInfo__VpM12{color:#334155;font-weight:600}.InsuranceList_loading__h3fRj{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:380px}.InsuranceList_spinner__PgDtb{animation:InsuranceList_spin__AKFev .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#059669;height:30px;width:30px}@keyframes InsuranceList_spin__AKFev{to{transform:rotate(1turn)}}.InsuranceList_actionButton__Eu4bt{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:inline-flex;font-size:18px;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.InsuranceList_actionButton__Eu4bt:hover{background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.InsuranceList_actionButton__Eu4bt:disabled{cursor:not-allowed;opacity:.5}.InsuranceList_actionButton__Eu4bt svg{flex-shrink:0;font-size:18px}.InsuranceList_actionButton__Eu4bt:focus-visible{outline:2px solid #00bfa559;outline-offset:2px}@media (max-width:900px){.InsuranceList_insuranceListContainer__B6S1e{padding:16px}.InsuranceList_statsGrid__dULcW{grid-template-columns:1fr}.InsuranceList_filtersBar__6zMyq{align-items:stretch;flex-direction:column}.InsuranceList_searchWrap__Oxi40{min-width:0}.InsuranceList_tableBody__B3wK6 td,.InsuranceList_tableHead__Kp\+3M th{padding:12px}}.InsuranceList_compactSelect__6ftNl{min-width:180px}.DetailInsuranceModal_overlay__R24Gx{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.DetailInsuranceModal_modal__S1\+iB{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:760px;overflow:hidden;width:90%}.DetailInsuranceModal_header__V8P1z{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.DetailInsuranceModal_header__V8P1z h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.DetailInsuranceModal_closeBtn__Z\+mA4{background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:1.5rem;height:2rem;width:2rem}.DetailInsuranceModal_closeBtn__Z\+mA4:hover{background:#f1f5f9;color:#475569}.DetailInsuranceModal_body__vchNM{flex:1 1;overflow-y:auto;padding:1.5rem}.DetailInsuranceModal_sectionTitle__TQX2H{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.DetailInsuranceModal_infoGrid__Ujw9a{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.DetailInsuranceModal_infoItem__qO5rt{display:flex;flex-direction:column;gap:.375rem}.DetailInsuranceModal_label__4Qijl{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.DetailInsuranceModal_value__jFKOt{color:#1e293b;font-size:.9375rem;font-weight:500}.DetailInsuranceModal_valueHighlight__lwt1c{color:#10b981;font-size:1.125rem;font-weight:700}.DetailInsuranceModal_badge__5\+ZKH{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:4px 10px;width:-webkit-fit-content;width:fit-content}.DetailInsuranceModal_dot__iZTWO{border-radius:50%;height:8px;width:8px}.DetailInsuranceModal_notes__kCQlG{background:#f8fafc;border-left:3px solid #10b981;border-radius:6px;color:#475569;font-size:.9375rem;line-height:1.5;margin:0;padding:.875rem}.DetailInsuranceModal_divider__lh-fd{background:#e2e8f0;height:1px;margin:1.5rem 0}.DetailInsuranceModal_footer__OhZKk{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding:1.25rem 1.5rem}.DetailInsuranceModal_closeActionBtn__NiPco{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem}.DetailInsuranceModal_closeActionBtn__NiPco:hover{background:#059669}@media (max-width:768px){.DetailInsuranceModal_modal__S1\+iB{max-height:95vh;width:95%}.DetailInsuranceModal_infoGrid__Ujw9a{grid-template-columns:1fr}}.Drivers_page__79hWu{background:radial-gradient(circle at top left,#0f766e14,#0000 36%),linear-gradient(180deg,#f8fafc,#eef2f7);min-height:100%;padding:24px}.Drivers_hero__n8E0Z{align-items:flex-start;background:linear-gradient(135deg,#0f172a,#1d4ed8);border-radius:20px;box-shadow:0 18px 45px #0f172a2e;color:#fff;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px;padding:24px}.Drivers_heroText__tDYzw{max-width:720px}.Drivers_kicker__ksQRo{color:#ffffffbf;font-size:.82rem;font-weight:700;letter-spacing:.12em;margin:0 0 8px;text-transform:uppercase}.Drivers_title__29Zgi{font-size:clamp(1.8rem,2.2vw,2.4rem);line-height:1.1;margin:0}.Drivers_subtitle__wQ3TM{color:#ffffffd1;line-height:1.55;margin:12px 0 0;max-width:62ch}.Drivers_heroActions__9sL9x{align-items:center;display:flex;gap:12px}.Drivers_primaryBtn__2mpq9{background:#fff;border:none;border-radius:14px;box-shadow:0 12px 24px #ffffff2e;color:#0f172a;cursor:pointer;font-weight:700;padding:12px 18px}.Drivers_primaryBtn__2mpq9:hover{filter:brightness(.97)}.Drivers_metricGrid__XwEpG{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.Drivers_metricCard__96dbG{background:#ffffffeb;border:1px solid #94a3b82e;border-radius:18px;box-shadow:0 12px 30px #0f172a0f;padding:18px}.Drivers_metricLabel__dTmXK{color:#64748b;display:block;font-size:.78rem;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.Drivers_metricValue__nmYA5{color:#0f172a;font-size:1.55rem;font-weight:800}.Drivers_filtersBar__ceqp5{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.Drivers_searchBox__\+QKfI{align-items:center;background:#fff;border:1px solid #dbe3ee;border-radius:14px;display:flex;flex:1 1 360px;gap:10px;padding:10px 14px}.Drivers_searchInput__HbnpS{background:#0000;border:none;color:#0f172a;font-size:.95rem;outline:none;width:100%}.Drivers_filterSelect__WuJe3{background:#fff;border:1px solid #dbe3ee;border-radius:14px;color:#0f172a;min-width:180px;padding:10px 14px}.Drivers_tableWrap__KmOOS{background:#ffffffe6;border:1px solid #94a3b829;border-radius:20px;box-shadow:0 12px 30px #0f172a0f;overflow:hidden}.Drivers_table__xbaip{border-collapse:collapse;width:100%}.Drivers_table__xbaip thead th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.78rem;letter-spacing:.08em;padding:16px 18px;text-align:left;text-transform:uppercase}.Drivers_table__xbaip tbody td{border-bottom:1px solid #eef2f7;color:#0f172a;padding:16px 18px;text-align:left;vertical-align:top}.Drivers_table__xbaip tbody tr:hover{background:#0f766e08}.Drivers_primaryCell__xT4wE{font-weight:700}.Drivers_subtle__Oa9jM{color:#64748b;font-size:.92rem;margin-top:4px}.Drivers_badge__BeA4L{align-items:center;background:#ecfeff;border-radius:999px;color:#0f766e;display:inline-flex;font-size:.82rem;font-weight:700;gap:6px;padding:6px 10px}.Drivers_badgeMuted__RQHkn{background:#f1f5f9;color:#475569}.Drivers_actions__leHBN{display:flex;gap:8px;justify-content:flex-end}.Drivers_actionBtn__1k\+Tl{align-items:center;background:#fff;border:1px solid #dbe3ee;border-radius:10px;color:#334155;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.Drivers_actionBtn__1k\+Tl:hover{border-color:#94a3b8}.Drivers_actionBtnDanger__g8olY{color:#b91c1c}.Drivers_emptyState__l-c1d{color:#64748b;padding:60px 20px;text-align:center}.Drivers_emptyTitle__bAcv-{color:#0f172a;font-size:1.2rem;margin:12px 0 8px}.Drivers_loading__Mq1uh{color:#64748b;padding:50px 20px;text-align:center}.Drivers_overlay__AF7pP{align-items:center;background:#0f172a94;display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:1200}.Drivers_modal__et7gl{background:#fff;border-radius:22px;box-shadow:0 28px 70px #0f172a52;display:flex;flex-direction:column;max-height:92vh;max-width:980px;overflow:hidden;width:100%}.Drivers_modalHeader__CCksZ{align-items:flex-start;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:18px 22px}.Drivers_modalTitle__mDTvJ{color:#0f172a;font-size:1.25rem;margin:0}.Drivers_modalSub__OFQAG{color:#64748b;margin:6px 0 0}.Drivers_modalBody__fZvUq{overflow-y:auto;padding:22px}.Drivers_modalFooter__OUrzs{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:16px 22px}.Drivers_secondaryBtn__3UBk8{background:#fff;border:1px solid #dbe3ee;border-radius:12px;color:#0f172a;cursor:pointer;font-weight:700;padding:11px 16px}.Drivers_formGrid__BITW8{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.Drivers_formGroup__PmFZ7{display:flex;flex-direction:column;gap:8px}.Drivers_formGroupFull__oTKTK{grid-column:1/-1}.Drivers_label__YfV1h{color:#475569;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.Drivers_input__0BSYR,.Drivers_select__Kf7FM,.Drivers_textarea__ouvNA{background:#fff;border:1px solid #dbe3ee;border-radius:12px;color:#0f172a;font-size:.95rem;padding:12px 14px}.Drivers_textarea__ouvNA{min-height:92px;resize:vertical}.Drivers_error__jqk0q{color:#b91c1c;font-size:.85rem}.Drivers_modalSection__fttj\+{margin-top:18px}.Drivers_sectionTitle__w\+09Z{color:#64748b;font-size:.9rem;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}.Drivers_historyTable__i3HQ6{border-collapse:collapse;width:100%}.Drivers_historyTable__i3HQ6 td,.Drivers_historyTable__i3HQ6 th{border-bottom:1px solid #edf2f7;padding:12px 14px;text-align:left}.Drivers_historyTable__i3HQ6 th{background:#f8fafc;color:#64748b;font-size:.78rem;text-transform:uppercase}@media (max-width:980px){.Drivers_metricGrid__XwEpG{grid-template-columns:repeat(2,minmax(0,1fr))}.Drivers_table__xbaip{min-width:920px}.Drivers_tableWrap__KmOOS{overflow-x:auto}}@media (max-width:720px){.Drivers_page__79hWu{padding:16px}.Drivers_hero__n8E0Z{flex-direction:column}.Drivers_formGrid__BITW8,.Drivers_metricGrid__XwEpG{grid-template-columns:1fr}.Drivers_modal__et7gl{max-height:95vh}}.notifications-page{display:flex;flex-direction:column;gap:20px}.notifications-toast-stack{display:flex;flex-direction:column;gap:10px;position:fixed;right:16px;top:88px;width:min(420px,calc(100vw - 24px));z-index:1200}.notifications-toast{align-items:flex-start;background:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 8px 18px #00000014;display:flex;gap:10px;min-height:60px;overflow:hidden;padding:12px 42px 12px 12px;position:relative}.notifications-toast.success{background:#f0fdf4;border-color:#86efac}.notifications-toast.warning{background:#fffbeb;border-color:#fcd34d}.notifications-toast.error{background:#fef2f2;border-color:#fca5a5}.notifications-toast-message{color:#1f2937;font-size:15px;line-height:1.4}.notifications-toast-close{align-items:center;background:#0000;border:none;border-radius:999px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:22px;justify-content:center;line-height:1;position:absolute;right:8px;top:6px;width:22px}.notifications-toast-close:hover{background:#f3f4f6}.notifications-toast-progress{animation:notifications-toast-shrink var(--toast-duration) linear forwards;background:#00bfa5;bottom:0;height:3px;left:0;position:absolute;transform-origin:left;width:100%}.notifications-toast.warning .notifications-toast-progress{background:#f59e0b}.notifications-toast.error .notifications-toast-progress{background:#ef4444}@keyframes notifications-toast-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.notifications-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.notifications-page-header h1{color:#1e3a5f;font-size:28px;margin:0}.notifications-page-header p{color:#6b7280;font-size:14px;margin:6px 0 0}.notifications-primary-action,.notifications-secondary-action{border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;padding:9px 12px;text-decoration:none}.notifications-primary-action{background:#00bfa5;border:none;color:#fff}.notifications-primary-action:hover{background:#00a896}.notifications-secondary-action{background:#fff;border:1px solid #d1d5db;color:#374151}.notifications-secondary-action:hover{background:#f9fafb;border-color:#9ca3af}.notifications-page-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:minmax(280px,360px) 1fr}.notifications-create-card,.notifications-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f}.notifications-create-card{padding:16px}.notifications-create-card h2{color:#1e3a5f;font-size:17px;margin:0 0 12px}.notifications-create-form{display:flex;flex-direction:column;gap:10px}.notifications-create-form input,.notifications-create-form textarea{border:1px solid #d1d5db;border-radius:10px;font-family:inherit;font-size:14px;padding:10px 12px}.notifications-create-form textarea{min-height:120px;resize:vertical}.notifications-create-form input:focus,.notifications-create-form textarea:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.notifications-create-form button{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 12px}.notifications-create-form button:hover{background:#00a896}.notifications-list-card{display:flex;flex-direction:column;overflow:hidden}.notifications-create-page{max-width:none;width:100%}.notifications-create-card-full{padding:18px;width:100%}.notifications-create-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.notifications-filters{display:flex;gap:8px}.notifications-controls{align-items:center;display:flex;gap:10px}.notifications-filters button{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:5px 11px}.notifications-filters button.active,.notifications-filters button:hover{border-color:#00bfa5;color:#00bfa5}.notifications-filters button.active{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.notifications-settings-container{position:relative}.notifications-settings-btn{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:5px 11px}.notifications-settings-btn:hover{border-color:#00bfa5;color:#00bfa5}.notifications-settings-btn.active{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.notifications-settings-overlay{inset:0;position:fixed;z-index:40}.notifications-settings-menu{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px #0000001a;min-width:260px;position:absolute;right:0;top:calc(100% + 6px);z-index:50}.notifications-settings-section{padding:10px}.notifications-settings-header{color:#9ca3af;font-size:11px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.notifications-page-size-buttons{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(5,1fr)}.notifications-page-size-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;font-weight:600;height:34px;padding:0}.notifications-page-size-btn:hover{background:#f9fafb;border-color:#9ca3af}.notifications-page-size-btn.active{background:#00bfa5;border-color:#00bfa5;color:#fff}.notifications-list{display:flex;flex-direction:column;gap:8px;padding:10px}.notifications-pagination{align-items:center;background:#fafbfc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:10px 14px}.notifications-pagination-info{color:#64748b;font-size:13px}.notifications-pagination-btn{align-items:center;background:#00bfa5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:34px;justify-content:center;padding:0;width:34px}.notifications-pagination-btn:hover{background:#00a896}.notifications-pagination-btn:disabled{cursor:not-allowed;opacity:.5}.notifications-empty{align-items:center;color:#9ca3af;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:250px}.notifications-empty svg{font-size:32px}.notification-row{border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:8px;justify-content:space-between;padding:9px 10px;transition:background-color .2s ease}.notification-row:hover{background:#f9fafb}.notification-row.unread{background:#3b82f614;border-color:#bfdbfe}.notification-row.favorite{background:#f59e0b1f;border-color:#fcd34d}.notification-row.favorite:hover{background:#f59e0b2e}.notification-row-main{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0}.notification-row-meta{color:#9ca3af;font-size:10px;line-height:1;white-space:nowrap}.notification-row-main h3{color:#111827;font-size:14px;font-weight:600;line-height:1.25;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-row-main p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:12px;line-height:1.35;margin:0;overflow:hidden}.notification-row-main small{color:#9ca3af;flex-shrink:0;font-size:10px;white-space:nowrap}.notification-row-actions{align-items:center;display:flex;gap:6px}.notification-row-actions button{background:#0000;border:none;border-radius:7px;color:#6b7280;cursor:pointer;height:28px;width:28px}.notification-row-actions button:hover{background:#e5e7eb}.notification-row-actions button.favorite{color:#f59e0b}.notification-row.skeleton{background:#fff;border-color:#e5e7eb;padding-bottom:8px;padding-top:8px}.notification-row.skeleton:hover{background:#fff}.notification-skeleton-circle,.notification-skeleton-line{background:#e5e7eb;overflow:hidden;position:relative}.notification-skeleton-circle:after,.notification-skeleton-line:after{animation:notifications-shimmer 1.3s infinite;background:linear-gradient(90deg,#0000,#ffffffb3,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}.notification-skeleton-line{border-radius:8px;height:9px;margin-bottom:6px}.notification-skeleton-line.title{height:12px;width:50%}.notification-skeleton-line.message{width:88%}.notification-skeleton-line.message.short{width:66%}.notification-skeleton-line.meta{height:8px;margin-bottom:0;margin-top:0;width:28%}.notification-row-actions-skeleton{gap:8px}.notification-skeleton-circle{border-radius:8px;height:30px;width:30px}@keyframes notifications-shimmer{to{transform:translateX(100%)}}@media (max-width:980px){.notifications-page-grid{grid-template-columns:1fr}}@media (max-width:640px){.notifications-primary-action,.notifications-secondary-action{text-align:center;width:100%}.notifications-create-actions{flex-direction:column-reverse}.notifications-controls{justify-content:space-between;width:100%}.notifications-filters{flex-wrap:wrap}.notifications-pagination{flex-direction:row;flex-wrap:nowrap;gap:8px}.notifications-pagination-info{font-size:12px;white-space:nowrap}.notification-row-meta{white-space:normal}}.profile-page{display:flex;flex-direction:column;gap:20px}.profile-toast-stack{display:flex;flex-direction:column;gap:10px;position:fixed;right:16px;top:88px;width:min(420px,calc(100vw - 24px));z-index:1200}.profile-toast{align-items:flex-start;background:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 8px 18px #00000014;display:flex;gap:10px;min-height:60px;overflow:hidden;padding:12px 42px 12px 12px;position:relative}.profile-toast.success{background:#f0fdf4;border-color:#86efac}.profile-toast.warning{background:#fffbeb;border-color:#fcd34d}.profile-toast.error{background:#fef2f2;border-color:#fca5a5}.profile-toast-message{color:#1f2937;font-size:15px;line-height:1.4}.profile-toast-close{align-items:center;background:#0000;border:none;border-radius:999px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:22px;justify-content:center;line-height:1;position:absolute;right:8px;top:6px;width:22px}.profile-toast-close:hover{background:#f3f4f6}.profile-toast-progress{animation:profile-toast-shrink var(--toast-duration) linear forwards;background:#00bfa5;bottom:0;height:3px;left:0;position:absolute;transform-origin:left;width:100%}.profile-toast.error .profile-toast-progress{background:#ef4444}.profile-toast.warning .profile-toast-progress{background:#f59e0b}@keyframes profile-toast-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.profile-page-header{align-items:center}.profile-title-wrap{align-items:center;display:flex;gap:14px}.profile-avatar{align-items:center;background:linear-gradient(135deg,#00bfa5,#1e3a5f);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:54px;justify-content:center;width:54px}.profile-page-header h1{color:#1e3a5f;font-size:28px;margin:0}.profile-page-header p{color:#6b7280;font-size:14px;margin:6px 0 0}.profile-card-shell{overflow:hidden}.profile-card-content{padding:16px}.profile-form{grid-gap:13px;display:grid;gap:13px;grid-template-columns:1fr}.profile-form label{color:#374151;display:flex;flex-direction:column;font-size:14px;gap:6px}.profile-form input{border:1px solid #d1d5db;border-radius:10px;font-size:14px;height:42px;padding:0 12px}.profile-form input:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.profile-form input[disabled]{background:#f9fafb;color:#6b7280;cursor:not-allowed}.profile-readonly-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.readonly-item{background:#f8fafc;border:1px dashed #d1d5db;border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:10px 12px}.readonly-item span{color:#6b7280;font-size:12px}.readonly-item strong{color:#1f2937;font-size:14px}.profile-form button{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;height:42px;margin-top:8px}.profile-form button:hover:not(:disabled){background:#00a896}.profile-form button:disabled{cursor:not-allowed;opacity:.7}.profile-loading{color:#6b7280;margin:0}@media (max-width:640px){.profile-title-wrap{align-items:flex-start}}.ConfirmModal_overlay__IzesK{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ConfirmModal_modal__vpONA{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-width:560px;overflow:hidden;width:90%}.ConfirmModal_header__8ZkKj{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.2rem 1.4rem}.ConfirmModal_header__8ZkKj h3{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0}.ConfirmModal_body__3cgbD{color:#4b5563;font-size:.95rem;line-height:1.55;padding:1.4rem}.ConfirmModal_body__3cgbD p{margin:0 0 .8rem}.ConfirmModal_body__3cgbD p:last-child{margin-bottom:0}.ConfirmModal_body__3cgbD strong{color:#dc2626}.ConfirmModal_footer__UdHey{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.7rem;justify-content:flex-end;padding:1rem 1.4rem}.ConfirmModal_cancelBtn__SaaGW,.ConfirmModal_confirmBtn__8\+vYh{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem}.ConfirmModal_cancelBtn__SaaGW{background:#fff;border:1px solid #d1d5db;color:#6b7280}.ConfirmModal_confirmBtn__8\+vYh{background:#b91010;color:#fff}@media (max-width:640px){.ConfirmModal_modal__vpONA{width:95%}.ConfirmModal_footer__UdHey{flex-direction:column}.ConfirmModal_cancelBtn__SaaGW,.ConfirmModal_confirmBtn__8\+vYh{width:100%}}.company-page{display:flex;flex-direction:column;gap:20px}.company-toast-stack{display:flex;flex-direction:column;gap:10px;position:fixed;right:16px;top:88px;width:min(420px,calc(100vw - 24px));z-index:1200}.company-toast{align-items:flex-start;background:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 8px 18px #00000014;display:flex;gap:10px;min-height:60px;overflow:hidden;padding:12px 42px 12px 12px;position:relative}.company-toast.success{background:#f0fdf4;border-color:#86efac}.company-toast.warning{background:#fffbeb;border-color:#fcd34d}.company-toast.error{background:#fef2f2;border-color:#fca5a5}.company-toast-message{color:#1f2937;font-size:15px;line-height:1.4}.company-toast-close{align-items:center;background:#0000;border:none;border-radius:999px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:22px;justify-content:center;line-height:1;position:absolute;right:8px;top:6px;width:22px}.company-toast-close:hover{background:#f3f4f6}.company-toast-progress{animation:company-toast-shrink var(--toast-duration) linear forwards;background:#00bfa5;bottom:0;height:3px;left:0;position:absolute;transform-origin:left;width:100%}.company-toast.warning .company-toast-progress{background:#f59e0b}.company-toast.error .company-toast-progress{background:#ef4444}@keyframes company-toast-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.company-header,.notifications-page-header{align-items:flex-start;background:#0000;border:none;border-radius:14px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px}.company-title-wrap{align-items:center;display:flex;gap:14px}.company-avatar{align-items:center;background:linear-gradient(135deg,#00bfa5,#1e3a5f);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:54px;justify-content:center;width:54px}.company-avatar-wrapper{cursor:pointer;flex-shrink:0;height:54px;position:relative;width:54px}.company-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.company-avatar-overlay{align-items:center;background:#0006;border-radius:50%;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.company-avatar-wrapper:hover .company-avatar-overlay{opacity:1}.company-avatar-edit-icon{color:#fff;font-size:24px}.company-header h1,.notifications-page-header h1{color:#1e3a5f;font-size:28px;margin:0}.company-header p,.notifications-page-header p{color:#6b7280;font-size:14px;margin:6px 0 0}.subtitle{color:#6b7280;margin:6px 0 0}.company-chip{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;font-size:12px;font-weight:700;padding:8px 12px;white-space:nowrap}.company-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:4px;padding:14px}.summary-card span{color:#6b7280;font-size:12px}.summary-card strong{color:#1f2937;font-size:16px}.company-card,.notifications-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;display:flex;flex-direction:column;overflow:hidden;padding:18px}.company-card h2{color:#1f2937;font-size:18px;margin:0 0 12px}.section-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px}.section-header span{color:#6b7280;font-size:12px;font-weight:700}.notifications-top-row{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:14px}.notifications-counters{display:flex;flex-wrap:wrap;gap:10px}.notifications-counters span{background:#f3f4f6;border-radius:999px;color:#6b7280;font-size:12px;padding:4px 10px}.invite-form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.company-form-card .invite-form{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.table-filters{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1.8fr 220px;margin-bottom:10px}.company-data-form input,.invite-form input,.invite-form select,.table-filters input,.table-filters select,.users-table select{border:1px solid #d1d5db;border-radius:10px;font-size:14px;height:38px;padding:0 10px;transition:border-color .2s ease,box-shadow .2s ease}.company-data-form input:focus,.invite-form input:focus,.invite-form select:focus,.table-filters input:focus,.table-filters select:focus,.users-table select:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa526;outline:none}.company-data-form{grid-gap:16px;display:grid;gap:16px}.company-editable-section,.company-readonly-section{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.company-readonly-section{border-bottom:1px solid #e5e7eb;padding-bottom:10px}.company-data-form label{color:#374151;display:flex;flex-direction:column;font-size:14px;gap:6px}.company-data-form label span{color:#1f2937;font-weight:600}.company-readonly-section label span:after{color:#6b7280;content:" (não editável)";font-size:12px;font-weight:400}.company-data-form input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.company-data-form button{background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;height:40px;margin-top:8px}.company-data-form button:hover:not(:disabled){background:#00a896}.company-data-form button:disabled{cursor:not-allowed;opacity:.65}.invite-form button,.save-role-btn{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;height:38px;padding:0 12px;white-space:nowrap}.save-role-btn{display:none}.invite-form button:hover:not(:disabled),.save-role-btn:hover:not(:disabled){background:#00a896}.invite-form button:disabled,.save-role-btn:disabled{cursor:not-allowed;opacity:.65}.action-btn{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:inline-flex;font-size:18px;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.action-btn:hover:not(:disabled){background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.action-btn:disabled{cursor:not-allowed;opacity:.5}.action-btn svg{flex-shrink:0;font-size:18px}.action-badge{align-items:center;animation:spin 1s linear infinite;background:#00bfa5;border:2px solid #f9fafb;border-radius:999px;color:#fff;display:flex;font-size:10px;font-weight:700;height:19px;justify-content:center;min-width:19px;padding:0 4px;position:absolute;right:-6px;top:-5px}.action-btn:hover:not(:disabled) .action-badge{background:#00a896;border-color:#fff}@keyframes spin{to{transform:rotate(1turn)}}.table-wrap{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table td,.users-table th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:10px 8px;text-align:left;white-space:nowrap}.users-table th{color:#6b7280;font-size:12px;letter-spacing:.3px;text-transform:uppercase}.users-table td.actions-cell,.users-table th.actions-header{text-align:right}.actions-menu{display:flex;gap:.5rem;justify-content:flex-end}.users-table tbody tr:hover{background:#f8fafc}.status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;padding:4px 10px}.status-ativo{background:#ecfdf5;color:#065f46}.status-inativo{background:#f3f4f6;color:#374151}.status-pendente{background:#fffbeb;color:#92400e}@media (max-width:860px){.company-header{align-items:flex-start;flex-direction:column}.table-filters{grid-template-columns:1fr}}@media (max-width:640px){.company-form-card .invite-form,.invite-form{grid-template-columns:1fr}}.admin-workspaces-page{animation:fadeIn .25s ease;display:flex;flex-direction:column;gap:16px}.admin-workspaces-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.admin-workspaces-header h1{color:#1e3a5f;font-size:28px;font-weight:700;margin:0}.admin-workspaces-header p{color:#6b7280;font-size:14px;margin:6px 0 0}.admin-workspaces-chip{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#6b7280;font-size:12px;font-weight:600;padding:6px 12px;white-space:nowrap}.admin-workspaces-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.admin-workspaces-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 18px #0000000f;display:flex;flex-direction:column;gap:4px;padding:14px}.admin-workspaces-summary-card span{color:#6b7280;font-size:12px}.admin-workspaces-summary-card strong{color:#1f2937;font-size:16px}.admin-workspaces-feedback{border:1px solid #0000;border-radius:10px;font-size:13px;padding:10px 12px}.admin-workspaces-feedback.success{background:#f0fdf4;border-color:#86efac;color:#166534}.admin-workspaces-feedback.warning{background:#fffbeb;border-color:#fcd34d;color:#92400e}.admin-workspaces-feedback.error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.admin-workspaces-layout-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:minmax(620px,1fr) minmax(280px,360px)}.admin-workspaces-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 18px #0000000f;padding:16px}.admin-workspaces-card h2{color:#1f2937;font-size:18px;margin:0 0 12px}.admin-workspaces-row-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:10px}.admin-workspaces-row-subtitle{color:#6b7280;font-size:13px;margin:4px 0 0}.admin-workspaces-search-wrap input{border:1px solid #d1d5db;font-size:14px;padding:10px 12px 10px 36px}.admin-workspaces-controls{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:10px}.admin-workspaces-controls-spacer{flex:1 1}.admin-workspaces-advanced-filters input:focus,.admin-workspaces-form input:focus,.admin-workspaces-form select:focus,.admin-workspaces-search-wrap input:focus{border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa51f;outline:none}.admin-workspaces-search-wrap input{background:#fff;border-radius:10px;height:auto;min-width:260px;width:100%}.admin-workspaces-search-wrap{flex:1 1 auto;min-width:0;position:relative}.admin-workspaces-search-icon{color:#9ca3af;font-size:14px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.admin-workspaces-tool-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:.35rem;height:auto;padding:6px 11px;transition:all .2s ease;white-space:nowrap}.admin-workspaces-toggle-icon{font-size:10px}.admin-workspaces-tool-btn.active,.admin-workspaces-tool-btn:hover{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.admin-workspaces-tool-btn.icon{border-radius:999px;height:34px;justify-content:center;padding:0;width:34px}.admin-workspaces-numbering{align-items:center;background:#f3f4f6;border-radius:999px;color:#6b7280;display:inline-flex;font-size:12px;height:auto;margin-left:auto;padding:4px 10px;white-space:nowrap}.admin-workspaces-settings-wrap{position:relative}.admin-workspaces-settings-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.admin-workspaces-settings-menu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 18px #00000014;min-width:220px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.admin-workspaces-settings-title{color:#9ca3af;font-size:12px;font-weight:600;padding:.75rem 1rem .5rem;text-transform:uppercase}.admin-workspaces-settings-options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);padding:0 1rem 1rem}.admin-workspaces-size-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:600;padding:.5rem .45rem;transition:all .2s ease}.admin-workspaces-size-btn:hover{background:#f9fafb;border-color:#9ca3af}.admin-workspaces-size-btn.active{background:#00bfa51f;border-color:#00bfa5;color:#00bfa5}.admin-workspaces-advanced-filters{grid-gap:10px;border-top:1px solid #e5e7eb;display:grid;gap:10px;grid-template-columns:minmax(220px,320px);margin-bottom:12px;padding-top:12px}.admin-workspaces-advanced-filters label{color:#374151;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px}.admin-workspaces-advanced-filters input,.admin-workspaces-advanced-filters select{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:9px 10px}.admin-workspaces-advanced-filters select{background:#fff}.admin-workspaces-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.admin-workspaces-tab{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.admin-workspaces-tab.is-active,.admin-workspaces-tab:hover{border-color:#00bfa5;color:#00bfa5}.admin-workspaces-tab.is-active{background:#00bfa51f}.admin-workspaces-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;overflow:auto}.admin-workspaces-table{background:#fff;border-collapse:collapse;min-width:760px;width:100%}.admin-workspaces-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.admin-workspaces-table thead th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.025em;padding:.625rem .75rem;text-align:left;text-transform:uppercase;white-space:nowrap}.admin-workspaces-actions-header{text-align:right!important}.admin-workspaces-table tbody td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.875rem;padding:.5rem .75rem;vertical-align:middle}.admin-workspaces-table tbody tr{height:44px;transition:all .15s ease}.admin-workspaces-table tbody tr:nth-child(2n){background:#fafbfc}.admin-workspaces-table tbody tr:hover,.admin-workspaces-table tbody tr:nth-child(2n):hover{background:#f8fafc}.admin-workspaces-empty-row{background:#fff!important;color:#6b7280!important;padding:24px 12px!important;text-align:center}.admin-workspaces-table input[type=number],.admin-workspaces-table input[type=text]{border:1px solid #d1d5db;border-radius:8px;font-size:13px;padding:6px 8px;width:100%}.admin-workspaces-status{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.375rem .875rem;white-space:nowrap}.admin-workspaces-status-dot{border-radius:50%;height:8px;width:8px}.admin-workspaces-status.active{background:#10b9811a;color:#10b981}.admin-workspaces-status.active .admin-workspaces-status-dot{background:#10b981}.admin-workspaces-status.inactive{background:#6b728024;color:#6b7280}.admin-workspaces-status.inactive .admin-workspaces-status-dot{background:#6b7280}.admin-workspaces-action,.admin-workspaces-toggle{align-items:center;display:inline-flex;font-size:12px;gap:6px}.admin-workspaces-action{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;font-weight:600;padding:7px 10px}.admin-workspaces-action.icon-only{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#374151;height:40px;justify-content:center;padding:0;width:40px}.admin-workspaces-action.icon-only svg{font-size:18px}.admin-workspaces-action:hover{background:#fff;border-color:#00bfa5;box-shadow:0 8px 16px #00000014;color:#00bfa5}.admin-workspaces-actions-cell{text-align:right}.admin-workspaces-action.save{background:#00bfa5;border-color:#00bfa5;color:#fff}.admin-workspaces-action.save:hover{background:#00a896}.admin-workspaces-form{display:flex;flex-direction:column;gap:10px}.admin-workspaces-form label{color:#374151;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px}.admin-workspaces-form input,.admin-workspaces-form select{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:9px 10px}.admin-workspaces-checkbox{align-items:center;flex-direction:row!important;gap:8px!important}.admin-workspaces-form button{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-top:6px;padding:10px 12px}.admin-workspaces-form button:hover{background:#00a896}.admin-workspaces-form button:disabled{cursor:not-allowed;opacity:.6}.admin-workspaces-loading{color:#6b7280;font-size:14px;margin:10px 0}.admin-workspaces-pagination{align-items:center;background:#f9fafb;border-bottom-left-radius:14px;border-bottom-right-radius:14px;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:space-between;margin-top:0;padding:12px 14px}.admin-workspaces-nav-btn{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:34px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.admin-workspaces-nav-btn:hover:not(:disabled){background:#00a896}.admin-workspaces-nav-btn:disabled{cursor:not-allowed;opacity:.5}.admin-workspaces-page-info{color:#6b7280;font-size:12px;font-weight:500}@media (max-width:1100px){.admin-workspaces-layout-grid{grid-template-columns:1fr}.admin-workspaces-controls{flex-wrap:wrap}.admin-workspaces-search-wrap{min-width:100%;width:100%}.admin-workspaces-numbering{margin-left:0}}@media (max-width:768px){.admin-workspaces-page{gap:12px}.admin-workspaces-header h1{font-size:24px}.admin-workspaces-header p{font-size:13px}.admin-workspaces-card{padding:12px}.admin-workspaces-controls{align-items:stretch;gap:10px}.admin-workspaces-tool-btn{justify-content:center;width:100%}.admin-workspaces-tool-btn.icon{min-width:40px;width:40px}.admin-workspaces-numbering{justify-content:center;margin-left:0;width:100%}.admin-workspaces-controls-spacer{display:none}.admin-workspaces-advanced-filters{grid-template-columns:1fr}.admin-workspaces-table{border-collapse:initial;border-spacing:0;min-width:100%}.admin-workspaces-table thead{display:none}.admin-workspaces-table tbody,.admin-workspaces-table td,.admin-workspaces-table tr{display:block;width:100%}.admin-workspaces-table tbody tr{background:#fff!important;border-bottom:1px solid #e5e7eb;height:auto;padding:10px}.admin-workspaces-table tbody td{align-items:center;border:none;display:flex;gap:10px;justify-content:space-between;padding:6px 0;text-align:left}.admin-workspaces-table tbody td:before{color:#6b7280;content:attr(data-label);font-size:12px;font-weight:600;white-space:nowrap}.admin-workspaces-actions-cell{justify-content:flex-end!important}.admin-workspaces-actions-cell:before{display:none}.admin-workspaces-pagination{padding:10px}}@media (max-width:480px){.admin-workspaces-summary-grid{grid-template-columns:1fr 1fr}.admin-workspaces-settings-menu{min-width:200px;right:-8px}.admin-workspaces-page-info{font-size:11px}}.workspace-form-page{display:flex;flex-direction:column;gap:16px}.workspace-form-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.workspace-form-header h1{color:#1e3a5f;font-size:28px;margin:0}.workspace-form-header p{color:#6b7280;font-size:14px;margin:6px 0 0}.workspace-form-back-link{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;font-size:14px;font-weight:600;padding:9px 12px;text-decoration:none}.workspace-form-back-link:hover{background:#f9fafb;border-color:#9ca3af}.workspace-form-feedback{border:1px solid #0000;border-radius:10px;font-size:13px;padding:10px 12px}.workspace-form-feedback.success{background:#f0fdf4;border-color:#86efac;color:#166534}.workspace-form-feedback.warning{background:#fffbeb;border-color:#fcd34d;color:#92400e}.workspace-form-feedback.error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.workspace-form-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.workspace-form-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;display:flex;flex-direction:column;gap:4px;padding:14px}.workspace-form-summary-card span{color:#6b7280;font-size:12px}.workspace-form-summary-card strong{color:#1f2937;font-size:16px}.workspace-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 18px #0000000f;padding:16px}.workspace-form-card h2{color:#1f2937;font-size:18px;margin:0 0 12px}.workspace-form-card-head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:12px}.workspace-form-card-head button{align-items:center;background:#00bfa5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 12px}.workspace-form-card-head button:hover{background:#00a896}.workspace-form-card-head button:disabled{cursor:not-allowed;opacity:.6}.workspace-form-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.workspace-form-grid label{color:#374151;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px}.workspace-form-grid input{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:9px 10px}.workspace-form-inline-checkbox{align-items:center;color:#374151;display:inline-flex;font-size:13px;font-weight:500;gap:8px}.workspace-form-table-wrap{overflow:auto}.workspace-form-table{border-collapse:initial;border-spacing:0;min-width:760px;width:100%}.workspace-form-table thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:700;padding:10px;text-align:left}.workspace-form-table tbody td{border-bottom:1px solid #f1f5f9;color:#1f2937;font-size:13px;padding:10px}.workspace-form-table tbody tr:hover{background:#f9fafb}.workspace-form-table input[type=text]{border:1px solid #d1d5db;border-radius:8px;font-size:13px;padding:6px 8px;width:100%}.workspace-form-status{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px}.workspace-form-status.active{background:#dcfce7;color:#166534}.workspace-form-status.inactive{background:#fee2e2;color:#991b1b}.workspace-form-action{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:7px 10px}.workspace-form-action:hover{border-color:#00bfa5;color:#00bfa5}.workspace-form-action.save{align-items:center;background:#00bfa5;border-color:#00bfa5;color:#fff;display:inline-flex;gap:6px}.workspace-form-action.save:hover{background:#00a896}.workspace-form-loading{color:#6b7280;font-size:14px}.EditIucModal_overlay__WGnA1{align-items:center;animation:EditIucModal_fadeIn__OaD44 .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes EditIucModal_fadeIn__OaD44{0%{opacity:0}to{opacity:1}}.EditIucModal_modal__fjNyJ{animation:EditIucModal_slideUp__hzC0q .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:600px;overflow:hidden;width:90%}@keyframes EditIucModal_slideUp__hzC0q{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.EditIucModal_header__VAFNs{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.EditIucModal_header__VAFNs h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.EditIucModal_closeBtn__i\+oru{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;font-size:1.75rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.EditIucModal_closeBtn__i\+oru:hover{background:#f1f5f9;color:#475569}.EditIucModal_body__h5Qyp{max-height:calc(90vh - 180px);overflow-y:auto;padding:1.5rem}.EditIucModal_infoSection__aOTk3{background:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.EditIucModal_infoRow__5CP\+s{display:flex;justify-content:space-between;padding:.5rem 0}.EditIucModal_infoRow__5CP\+s:not(:last-child){border-bottom:1px solid #e2e8f0}.EditIucModal_infoRow__5CP\+s .EditIucModal_label__WzNI7{color:#64748b;font-size:.875rem;font-weight:500}.EditIucModal_infoRow__5CP\+s .EditIucModal_value__ZzIDR{color:#1e293b;font-size:.875rem;font-weight:600;text-align:right}.EditIucModal_divider__0ZD8l{background:#e2e8f0;height:1px;margin:1.5rem 0}.EditIucModal_formGroup__TVZHY{margin-bottom:1.25rem}.EditIucModal_formLabel__9ekno{color:#334155;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.EditIucModal_required__ifHoU{color:#ef4444;margin-left:.25rem}.EditIucModal_formInput__yR4oo,.EditIucModal_formSelect__4wGYs{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-size:.875rem;padding:.625rem .875rem;transition:all .2s ease;width:100%}.EditIucModal_formInput__yR4oo:focus,.EditIucModal_formSelect__4wGYs:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.EditIucModal_formSelect__4wGYs{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.25rem;cursor:pointer;padding-right:2.5rem}.EditIucModal_formSelect__4wGYs option:disabled{color:#9ca3af;font-style:italic}.EditIucModal_dateInputGroup__BEG8G{display:flex;gap:.5rem}.EditIucModal_dateInputGroup__BEG8G .EditIucModal_formInput__yR4oo{flex:1 1}.EditIucModal_todayBtn__DfhAj{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1rem;transition:all .2s ease;white-space:nowrap}.EditIucModal_todayBtn__DfhAj:hover{background:#059669;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.EditIucModal_todayBtn__DfhAj:active{transform:translateY(0)}.EditIucModal_todayBtn__DfhAj:disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}.EditIucModal_todayBtn__DfhAj:disabled:hover{background:#d1d5db;box-shadow:none;transform:none}.EditIucModal_currencyInputGroup__qOXlX{align-items:center;display:flex;position:relative}.EditIucModal_currencySymbol__PinGM{color:#64748b;font-size:.875rem;font-weight:600;left:.75rem;position:absolute}.EditIucModal_currencyInputGroup__qOXlX .EditIucModal_formInput__yR4oo{padding-left:1.75rem}.EditIucModal_formLabel__9ekno .EditIucModal_hint__LSO54{color:#94a3b8;font-size:.75rem;font-weight:400}.EditIucModal_formTextarea__JDlki{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-family:inherit;font-size:.875rem;padding:.625rem .875rem;resize:vertical;transition:all .2s ease;width:100%}.EditIucModal_formTextarea__JDlki:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.EditIucModal_formTextarea__JDlki::placeholder{color:#94a3b8}.EditIucModal_errorMessage__H0H7T{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;margin-top:1rem;padding:.75rem 1rem}.EditIucModal_warningMessage__MdCnn{background:#fffbeb;border:1px solid #fde047;border-radius:6px;color:#b45309;font-size:.875rem;line-height:1.5;margin-bottom:1rem;padding:.75rem 1rem}.EditIucModal_footer__ivdr2{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.EditIucModal_cancelBtn__betuQ,.EditIucModal_saveBtn__9qMz8{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease}.EditIucModal_cancelBtn__betuQ{background:#fff;border:1px solid #e2e8f0;color:#64748b}.EditIucModal_cancelBtn__betuQ:hover{background:#f1f5f9;color:#475569}.EditIucModal_saveBtn__9qMz8{background:#10b981;color:#fff}.EditIucModal_saveBtn__9qMz8:hover{background:#059669;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.EditIucModal_saveBtn__9qMz8:active{transform:translateY(0)}.EditIucModal_cancelBtn__betuQ:disabled,.EditIucModal_saveBtn__9qMz8:disabled{cursor:not-allowed;opacity:.6}.EditIucModal_saveBtn__9qMz8:disabled:hover{box-shadow:none;transform:none}@media (max-width:768px){.EditIucModal_modal__fjNyJ{max-height:95vh;width:95%}.EditIucModal_body__h5Qyp,.EditIucModal_header__VAFNs{padding:1rem}.EditIucModal_footer__ivdr2{flex-direction:column-reverse;padding:.75rem 1rem}.EditIucModal_cancelBtn__betuQ,.EditIucModal_saveBtn__9qMz8{width:100%}.EditIucModal_dateInputGroup__BEG8G{flex-direction:column}.EditIucModal_todayBtn__DfhAj{width:100%}}.DetailIucModal_overlay__h58D6{align-items:center;animation:DetailIucModal_fadeIn__l8ZaI .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes DetailIucModal_fadeIn__l8ZaI{0%{opacity:0}to{opacity:1}}.DetailIucModal_modal__yFkuu{animation:DetailIucModal_slideUp__ZwA3N .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:700px;overflow:hidden;width:90%}@keyframes DetailIucModal_slideUp__ZwA3N{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DetailIucModal_header__\+li6B{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.DetailIucModal_header__\+li6B h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.DetailIucModal_closeBtn__sJ0er{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.DetailIucModal_closeBtn__sJ0er:hover{background:#f1f5f9;color:#475569}.DetailIucModal_body__75q8c{flex:1 1;overflow-y:auto;padding:1.5rem}.DetailIucModal_body__75q8c::-webkit-scrollbar{width:6px}.DetailIucModal_body__75q8c::-webkit-scrollbar-track{background:#0000}.DetailIucModal_body__75q8c::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.DetailIucModal_body__75q8c::-webkit-scrollbar-thumb:hover{background:#94a3b8}.DetailIucModal_infoSection__EwBWT{margin-bottom:0}.DetailIucModal_sectionTitle__NMswF{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.DetailIucModal_infoGrid__LBptn{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.DetailIucModal_infoItem__mEjHF{display:flex;flex-direction:column;gap:.375rem}.DetailIucModal_label__p8NPe{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.DetailIucModal_value__bttfN{color:#1e293b;font-size:.9375rem;font-weight:500}.DetailIucModal_valueHighlight__NciU9{color:#10b981;font-size:1.125rem;font-weight:700}.DetailIucModal_totalValuesStack__kuzza{display:flex;flex-direction:column;gap:.15rem}.DetailIucModal_valueAutoStriked__bZ6EA{color:#94a3b8;font-size:.9rem;font-weight:600;text-decoration:line-through;text-decoration-thickness:1.5px}.DetailIucModal_statusBadge__0KHF8{border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.375rem .875rem;width:-webkit-fit-content;width:fit-content}.DetailIucModal_divider__S7hNZ{background:#e2e8f0;height:1px;margin:1.5rem 0}.DetailIucModal_notes__MMe3a{background:#f8fafc;border-left:3px solid #10b981;border-radius:6px;color:#475569;font-size:.9375rem;line-height:1.5;margin:0;padding:.875rem}.DetailIucModal_timestampInfo__AxnH3{color:#94a3b8;font-size:.8125rem;font-style:italic;padding:.5rem 0;text-align:center}.DetailIucModal_footer__9mBau{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-shrink:0;gap:.875rem;justify-content:flex-end;padding:1.5rem}.DetailIucModal_closeActionBtn__JMF7X{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.DetailIucModal_closeActionBtn__JMF7X:hover{background:#059669;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.DetailIucModal_closeActionBtn__JMF7X:active{transform:translateY(0)}.DetailIucModal_closeActionBtn__JMF7X:disabled{cursor:not-allowed;opacity:.6}.DetailIucModal_closeActionBtn__JMF7X:disabled:hover{box-shadow:none;transform:none}@media (max-width:768px){.DetailIucModal_modal__yFkuu{max-height:95vh;width:95%}.DetailIucModal_body__75q8c,.DetailIucModal_header__\+li6B{padding:1rem}.DetailIucModal_footer__9mBau{padding:.75rem 1rem}.DetailIucModal_infoGrid__LBptn{grid-template-columns:1fr}.DetailIucModal_closeActionBtn__JMF7X{width:100%}}.DetailMaintenanceModal_overlay__t-jiv{align-items:center;background:#0f172a85;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.DetailMaintenanceModal_modal__BljZD{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0f172a26,0 10px 10px -5px #0f172a14;display:flex;flex-direction:column;max-height:90vh;max-width:920px;overflow:hidden;width:100%}.DetailMaintenanceModal_header__cELYs{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.DetailMaintenanceModal_header__cELYs h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.DetailMaintenanceModal_closeBtn__5gGkT{background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:1.5rem;height:2rem;width:2rem}.DetailMaintenanceModal_closeBtn__5gGkT:hover{background:#f1f5f9;color:#475569}.DetailMaintenanceModal_body__7Mg2k{flex:1 1;overflow-y:auto;padding:1.5rem}.DetailMaintenanceModal_loading__mDEwh{color:#64748b;font-size:.95rem}.DetailMaintenanceModal_sectionTitle__LO3rM{color:#64748b;font-size:.875rem;font-weight:700;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.DetailMaintenanceModal_infoGrid__pHeNX{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.DetailMaintenanceModal_infoItem__AmoPQ{display:flex;flex-direction:column;gap:.375rem}.DetailMaintenanceModal_label__rXIqb{color:#94a3b8;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.DetailMaintenanceModal_value__p-olS{color:#1e293b;font-size:.95rem;font-weight:500;word-break:break-word}.DetailMaintenanceModal_valueHighlight__mWq7o{color:#0f766e;font-size:1.05rem;font-weight:700}.DetailMaintenanceModal_notesValue__deNhS{color:#334155;font-size:.95rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.DetailMaintenanceModal_divider__-yaQ4{background:#e2e8f0;height:1px;margin:1.5rem 0}.DetailMaintenanceModal_footer__bqjeq{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding:1.25rem 1.5rem}.DetailMaintenanceModal_closeActionBtn__4pXLf{background:#0f766e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem}.DetailMaintenanceModal_closeActionBtn__4pXLf:hover{background:#115e59}@media (max-width:768px){.DetailMaintenanceModal_modal__BljZD{max-height:95vh}.DetailMaintenanceModal_body__7Mg2k{padding:1rem}.DetailMaintenanceModal_infoGrid__pHeNX{grid-template-columns:1fr}}.accept-invitation-page{align-items:center;background:#f5f7fb;display:flex;justify-content:center;min-height:100vh;padding:24px}.accept-invitation-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;max-width:460px;padding:24px;width:100%}.accept-invitation-card h1{color:#1e3a5f;font-size:1.5rem;margin:0 0 16px}.invitation-summary{background:#f8fafc;border:1px solid #e8eef5;border-radius:8px;margin-bottom:16px;padding:12px}.invitation-summary p{color:#34495e;margin:6px 0}.accept-form{grid-gap:10px;display:grid;gap:10px}.accept-form label{color:#2c3e50;font-size:.9rem}.accept-form input{border:1px solid #dbe4ee;border-radius:8px;font-size:.95rem;height:42px;padding:0 12px}.accept-form input:focus{border-color:#2e6da4;outline:none}.accept-btn{background:#1e3a5f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;height:44px;margin-top:8px}.accept-btn:disabled{cursor:not-allowed;opacity:.7}.accept-error{background:#fde8e8;border-radius:8px;color:#9b1c1c;font-size:.92rem;margin-bottom:12px;padding:10px}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-y:scroll}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{font-family:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-in-out}
/*# sourceMappingURL=main.18bba690.css.map*/