body{font-family:Montserrat,sans-serif;margin:0}div#root{height:100%;width:100%;display:flex;flex-direction:column;margin:0;padding:0}.navbar{position:relative;top:0;width:100%;background-color:#070022;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.2rem;min-height:56px;z-index:1000}.navbar__logo{display:flex;align-items:center;cursor:pointer}.navbar__logo-img{max-width:80px;height:auto;display:block;margin-right:10px;transition:max-width .3s ease}.navbar__links button{background:none;border:none;color:#fff;margin:0 1rem;font-size:1rem;cursor:pointer;text-transform:uppercase}.navbar__link{background:none;border:none;color:#fff;margin:0 1rem;font-size:1rem;cursor:pointer;text-transform:uppercase;font-weight:semi-bold}.navbar__actions{display:flex;gap:1rem}.navbar__btn{background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:.5rem 1rem;border-radius:20px;text-transform:uppercase}.navbar__btn--login,.navbar__btn--account{background-color:#2f3138;color:#fff;border-radius:20px;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;cursor:pointer;transition:background-color .3s ease}.icon-hover{transition:color .3s ease,transform .3s ease}.navbar__btn--login:hover .icon-hover{transition:color .5s ease,transform .5s ease;transform:scale(1.1)}.navbar__link--active{border-radius:4px;padding:8px 12px;transition:all .3s ease}.navbar__link{position:relative;transition:all .3s ease}.navbar__link:hover{color:#3498db}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;z-index:1100}.navbar__hamburger-bar{width:28px;height:3px;background-color:#fff;margin:4px 0;border-radius:2px;transition:all .3s ease}.navbar__menu{display:none;position:fixed;top:0;right:0;width:70vw;max-width:320px;height:100vh;background:#070022;box-shadow:-2px 0 8px #0003;flex-direction:column;padding:2rem 1.5rem;z-index:1200;transition:transform .3s ease;transform:translate(100%)}.navbar__menu.open{display:flex;transform:translate(0)}.navbar__menu .navbar__link{margin:1rem 0;font-size:1.2rem;text-align:center}.navbar__menu .navbar__btn--account,.navbar__menu .navbar__btn--login{display:flex;justify-content:center;align-items:center;width:100%;margin:1rem 0}.navbar__menu-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:1190}.navbar__menu-overlay.open{display:block}@media (max-width: 768px){.navbar__logo-img{max-width:65px}.navbar{padding:.5rem .7rem;min-height:48px}.navbar__links{flex-direction:column;gap:10px}.navbar__link--active{width:100%;text-align:center}.navbar__links,.navbar__actions{display:none}.navbar__hamburger,.navbar__menu{display:flex}}.footer{background-color:#111;color:#fff;padding:40px 20px 20px}.footer-top{background-color:#111;height:40px;width:100%;border-bottom:1px solid #333}.footer-center{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:20px;border-bottom:1px solid #333;padding-bottom:20px}.footer-section{flex:1;min-width:200px;margin:10px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.footer-section:not(:first-child){text-align:center;align-items:center}.footer-section:not(:first-child) h4{text-align:center}.footer-section h4{font-weight:700;margin-bottom:10px;text-align:center}.footer-section a,.footer-link{margin:4px 0;color:#ccc;text-decoration:none;font-size:14px;transition:all .3s ease}.footer-section a:hover,.footer-link:hover{color:#3498db;text-decoration:none;transition:all .3s ease}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;font-size:14px;color:#aaa}.social-icons{display:flex;align-items:center;gap:12px}.social-icons a{color:#fff;font-size:20px}.icon{vertical-align:middle;margin-right:8px}.home-hero-section{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.home-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(59,130,246,.1) 0%,transparent 70%);pointer-events:none}.hero-container{position:relative;z-index:2;padding:80px 0}.hero-content{min-height:70vh;align-items:center}.hero-text-section{padding-right:2rem}.hero-text-content{max-width:800px}.hero-title{font-size:3.5rem!important;font-weight:700!important;line-height:1.1!important;margin-bottom:2rem!important}.hero-description{margin-bottom:3rem}.hero-subtitle{font-size:1.4rem!important;font-weight:700!important;margin-bottom:1rem!important;line-height:1.4!important}.hero-text{font-size:1.1rem!important;line-height:1.6!important;opacity:.9}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-button{padding:12px 32px!important;font-size:1.1rem!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;transition:all .3s ease!important;min-width:180px}.hero-button-primary{background:#2900ff!important;color:#fff!important;font-weight:700;text-transform:none!important;border-radius:6px!important}.hero-button-primary:hover{background:#1f00cc!important}.hero-button-secondary{background:#2f3138!important;color:#fff!important;border-radius:12px;font-weight:700;text-transform:none!important}.hero-button-secondary:hover{background:#1c1d20!important}.hero-button-secondary:focus{outline:none!important}.hero-image-section{position:relative;display:flex;justify-content:center;align-items:center}.hero-image-container{position:relative;width:100%;max-width:700;height:450px;display:flex;align-items:center;justify-content:center}.hero-vehicle-image{width:100%;height:100%;object-fit:contain;transform:scale(1.15);transition:transform .3s ease}.hero-vehicle-image:hover{transform:scale(1.05)}.hero-image-overlay{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80%;height:20px;background:radial-gradient(ellipse,rgba(0,0,0,.2) 0%,transparent 70%);border-radius:50%}.hero-gradient-bottom{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.05) 100%);pointer-events:none}@media (max-width: 960px){.hero-title{font-size:2.8rem!important}.hero-subtitle{font-size:1.2rem!important}.hero-text-section{padding-right:0;text-align:center;margin-bottom:2rem}.hero-actions{justify-content:center}.hero-image-container{height:300px}}@media (max-width: 600px){.home-hero-section{min-height:90vh}.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:1.1rem!important}.hero-actions{flex-direction:column;align-items:center}.hero-button{width:100%;max-width:280px}.hero-container{padding:40px 0}}.hero-text-content>*{animation:fadeInUp .8s ease-out forwards}.hero-title{animation-delay:.1s}.hero-description{animation-delay:.3s}.hero-actions{animation-delay:.5s}.hero-vehicle-image{animation:fadeInUp 1s ease-out .7s both}.contact-section{color:#fff;padding:64px 20px}.contact-grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.contact-box-left{background-color:#1d1f23;border-radius:10px!important;padding:32px;box-shadow:0 4px 12px #0003;flex:1;max-width:400px;min-width:280px}.contact-box-right{background-color:#1d1f23;border-radius:10px!important;padding:32px;box-shadow:0 4px 12px #0003;flex:2;min-width:320px;max-width:700px}.contact-form .MuiTextField-root,.contact-form .MuiInputBase-input{color:#fff}.contact-form .MuiInputLabel-root{color:#ccc}.send-button{background-color:#3a3c43!important;color:#fff!important;border-radius:8px!important;margin-top:16px;text-transform:uppercase;font-weight:700;transition:background-color .3s ease}.send-button:hover{background-color:#2f3138!important}@media (max-width: 900px){.contact-grid{flex-direction:column;align-items:stretch}.contact-box-left,.contact-box-right{max-width:100%}}.modern-fleet-page{min-height:100vh;background:#f6f6f6;padding-bottom:24px}.fleet-header{background:#232428;color:#fff;padding:32px 0 24px;text-align:center}.fleet-title{font-size:3.2rem;font-weight:400;letter-spacing:6px;margin-bottom:16px;text-transform:uppercase;text-align:center}.fleet-subtitle{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.6;opacity:.96;text-align:center!important;display:block;width:100%;box-sizing:border-box;padding:0 20px;margin-left:auto!important;margin-right:auto!important}@media (max-width: 900px){.fleet-title{font-size:2.1rem;letter-spacing:2px;padding:0 10px}.fleet-subtitle{font-size:1.05rem;padding:0 10px}.vehicle-card-media{height:150px}.vehicle-content{padding:16px!important}}@media (max-width: 600px){.fleet-header{padding:18px 0 10px}.fleet-title{font-size:1.2rem;letter-spacing:1px;padding:0 6px;word-break:break-word;white-space:normal}.fleet-subtitle{font-size:.95rem;padding:0 6px;word-break:break-word;white-space:normal}.fleet-container{padding:8px 2px 10px}.vehicle-card-media{height:110px}.vehicle-content{padding:10px!important}.vehicle-title{font-size:.95rem!important}.vehicle-price-badge,.vehicle-price-text{font-size:.95rem}.manager-actions-modern{flex-direction:column;align-items:center;gap:8px;margin-top:16px;padding:0 6px}.manager-action-button{width:100%!important;max-width:100%!important;min-width:0!important;font-size:.85rem!important}.empty-state{padding:32px 8px!important;margin-top:16px}.empty-state-title{font-size:1.1rem!important}.empty-state-subtitle{font-size:.95rem!important;padding:0 4px}.empty-state-button{padding:10px 12px!important;font-size:.95rem!important}.reservation-message{font-size:.82rem;padding:4px 0}}.fleet-container{padding:30px 8px}@media (max-width: 900px){.fleet-container{padding:16px 4px 20px}}.MuiGrid-container{margin-top:12px!important;margin-bottom:12px!important;gap:0}.MuiGrid-item{padding-top:10px!important;padding-bottom:10px!important}.vehicle-card-modern{background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;transition:all .3s ease!important;height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.vehicle-card-modern:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000002e!important}.vehicle-card-media{position:relative;height:200px;overflow:hidden}.vehicle-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.vehicle-card-modern:hover .vehicle-image{transform:scale(1.05)}.vehicle-header{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;gap:8px}.vehicle-title{font-weight:700!important;color:#1d1f23!important;margin-bottom:16px!important;font-size:1.1rem!important;letter-spacing:.5px;line-height:1.2;text-align:center}.vehicle-price-badge{background:transparent;color:#1d1f23;padding:0;border-radius:0;box-shadow:none;font-weight:700;font-size:1.1rem}.vehicle-price-text{font-weight:700;font-size:1.1rem;margin:0;color:#1d1f23;letter-spacing:.5px;line-height:1.2;text-align:center}.vehicle-content{padding:24px!important;flex:1;display:flex;flex-direction:column;background:transparent;color:#1d1f23}.vehicle-actions{padding:0 12px 12px;gap:7px;flex-direction:column;display:flex;align-items:stretch;margin-top:auto}.vehicle-button{border-radius:8px!important;padding:11px 0!important;font-size:1rem!important;font-weight:700!important;text-transform:none!important;color:#fff!important;background:#1d1f23!important;width:100%!important;margin:0!important;box-sizing:border-box;flex:1}.vehicle-button:hover,.vehicle-button:focus{background:#1c1d20!important}.manager-actions-modern{display:flex;gap:16px;justify-content:center;margin-top:32px;padding:0 20px}.manager-action-button{min-width:50px!important;max-width:180px!important;width:180px!important;padding:8px 16px!important;font-size:.9rem!important}@media (max-width: 768px){.manager-actions-modern{flex-direction:column;align-items:center;gap:12px;margin-top:24px}.manager-action-button{width:180px!important;max-width:180px!important}}.reservation-message{color:#64748b;font-style:italic;text-align:center;padding:8px 0;font-size:.89rem}.empty-state{text-align:center;padding:64px 32px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 6px 24px #0000001f!important;margin-top:32px}.empty-state-icon{font-size:4rem!important;color:#6c757d!important;margin-bottom:24px!important}.empty-state-title{color:#1d1f23!important;font-weight:700!important;margin-bottom:16px!important}.empty-state-subtitle{color:#666!important;margin-bottom:32px!important;max-width:500px;margin-left:auto;margin-right:auto}.empty-state-button{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;font-weight:600!important;text-transform:none!important;padding:12px 24px!important;transition:all .3s ease!important}.empty-state-button:hover{background:#1d1f23!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.loading-page{min-height:100vh;background:#f6f6f6;padding-bottom:24px}.loading-container{padding:30px 8px}.loading-header{text-align:center;padding:32px 0 24px;background:#232428;color:#fff;margin-bottom:30px}.loading-title{margin-bottom:16px!important}.loading-card{border-radius:20px!important;margin-bottom:16px}.fleet-error-alert{margin-bottom:24px!important;border-radius:13px!important;box-shadow:0 2px 9px #00000014!important;font-weight:500;font-size:1.07rem}.scroll-to-top-btn{position:fixed;bottom:32px;right:32px;background:#2f3138;color:#fff;border:none;border-radius:50%;width:54px;height:54px;box-shadow:0 4px 16px #0000002e;cursor:pointer;z-index:2000;display:flex;align-items:center;justify-content:center;transition:background .3s,transform .2s}.scroll-to-top-btn:hover{background:#1c1d20}.login-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;color:#fff;overflow:hidden;z-index:1}.login-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,#070022,#0e0042,#002e4e,#10004b,#070022);background-size:400% 400%;animation:gradientAnimation 10s ease infinite;z-index:0;transform:skewY(-12deg)}.logo{display:block;margin:40px auto 0;max-width:220px;width:100%;height:auto;transition:max-width .3s ease}.login-box{position:relative;z-index:2;background-color:transparent;padding:24px;border-radius:8px;max-width:400px;width:100%;text-align:left;margin-top:0;margin-bottom:32px}.login-box h2{margin-bottom:10px;white-space:nowrap;font-size:20px}.options{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.forgot-link{color:#ccc;text-decoration:none;font-size:14px;transition:all .3s ease}.forgot-link:hover{color:#3498db;text-decoration:none;transition:all .3s ease}.login-btn{position:relative;z-index:2;background-color:#2900ff!important;color:#fff!important;font-weight:700!important;margin-bottom:20px!important;text-transform:none!important;border-radius:6px!important}.register-btn{position:relative;z-index:2;background-color:#2f3138!important;color:#fff!important;font-weight:700!important;text-transform:none!important;border-radius:6px!important}.login-btn:hover{background-color:#1f00cc!important}.register-btn:hover{background-color:#1c1d20!important}.no-account{text-align:center;margin:10px 0;color:#aaa}.register-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;color:#fff;overflow:hidden;z-index:1}.register-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,#070022,#0e0042,#002e4e,#10004b,#070022);background-size:400% 400%;animation:gradientAnimation 10s ease infinite;z-index:0;transform:skewY(-12deg)}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.logo{position:relative;z-index:2;font-size:36px;font-weight:700;margin-bottom:20px}.register-box{position:relative;z-index:2;background-color:transparent;padding:18px 60px;border-radius:10px;max-width:750px;width:100%;text-align:left;display:flex;flex-direction:column;justify-content:center}.register-box h2{margin-bottom:10px;white-space:nowrap;font-size:18px;text-align:center}.name-fields-row{display:flex;gap:12px}.name-fields-row .input-wrapper{flex:1;margin-bottom:0}.input-wrapper{margin-bottom:8px}.register-btn{position:relative;z-index:2;background-color:#2900ff!important;color:#fff!important;font-weight:700!important;margin-bottom:20px!important;text-transform:none!important;border-radius:6px!important}.login-btn{position:relative;z-index:2;background-color:#2f3138!important;color:#fff!important;font-weight:700!important;text-transform:none!important;border-radius:6px!important}.register-btn:hover{background-color:#1f00cc!important}.login-btn:hover{background-color:#1c1d20!important}.password-requirements{text-align:center;font-size:10px;color:#aaa;margin-top:2px}.have-account{text-align:center;margin:6px 0;color:#aaa}.register-link{color:#3498db!important;text-decoration:none!important;transition:color .3s}.register-link:hover{color:#217dbb!important;text-decoration:none!important}.auth-error-text{color:#ff4d4f;font-size:13px;margin-top:2px;margin-bottom:2px}.forgot-password-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;color:#fff;overflow:hidden;z-index:1;background:transparent}.forgot-password-box{position:relative;z-index:2;background-color:transparent;padding:30px;border-radius:8px;max-width:400px;width:100%;text-align:left}.forgot-password-title{font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center}.forgot-password-description{color:#aaa;text-align:center;margin-bottom:24px}.forgot-password-btn{background-color:#2900ff!important;color:#fff!important;font-weight:700!important;margin-bottom:20px!important;text-transform:none!important;border-radius:6px!important;transition:background-color .3s ease}.forgot-password-btn:hover{background-color:#1f00cc!important}.forgot-password-link{color:#ccc;text-decoration:none;font-size:14px;transition:all .3s ease}.forgot-password-link:hover{color:#3498db;text-decoration:none}.forgot-password-error{color:#ff6b6b;font-size:.95rem;margin-bottom:12px;text-align:center}.forgot-password-success{color:#22c55e;font-size:1rem;margin-bottom:12px;text-align:center}.reset-password-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;color:#fff;overflow:hidden;z-index:1;background:transparent}.reset-password-box{position:relative;z-index:2;background-color:transparent;padding:30px;border-radius:8px;max-width:400px;width:100%;text-align:left}.reset-password-title{font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center}.reset-password-description{color:#aaa;text-align:center;margin-bottom:24px}.reset-password-btn{background-color:#2900ff!important;color:#fff!important;font-weight:700!important;margin-bottom:20px!important;text-transform:none!important;border-radius:6px!important;transition:background-color .3s ease}.reset-password-btn:hover{background-color:#1f00cc!important}.reset-password-link{color:#ccc;text-decoration:none;font-size:14px;transition:all .3s ease}.reset-password-link:hover{color:#3498db;text-decoration:none}.reset-password-error{color:#ff6b6b;font-size:.95rem;margin-bottom:12px;text-align:center}.reset-password-success{color:#22c55e;font-size:1rem;margin-bottom:12px;text-align:center}.input-wrapper{margin-bottom:20px}.manage-main-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh}.manage-buttons{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:25px}.manage-btn{background-color:#2f3138!important;color:#fff!important;font-weight:700;padding:4px 16px!important;border-radius:12px;transition:background-color .3s ease!important;text-transform:none;width:240px;text-align:center;font-size:.875rem}.manage-btn:hover{background-color:#1c1d20!important}.edit-profile-button{background-color:#3a3c43!important;color:#fff!important;transition:background-color .3s ease}.edit-profile-button:hover{background-color:#2f3138!important}.edit-profile-button:disabled{background-color:#b0b2b8;cursor:not-allowed;opacity:.7}.edit-profile-close-button{color:#1d1f23!important;font-weight:700;background-color:transparent;border:none;transition:background-color .3s ease}.edit-profile-close-button:hover{background-color:#1d1f2314}.edit-profile-textfield .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1d1f23!important}.edit-profile-textfield .MuiFormLabel-root.Mui-focused{color:#1d1f23!important}.edit-profile-tab.Mui-selected{color:#1d1f23!important;font-weight:700}.edit-profile-tab{color:#1d1f23!important}.edit-profile-tab-indicator{background-color:#1d1f23!important}.edit-profile-label.Mui-focused{color:#2900ff!important}.edit-profile-select .MuiInputLabel-root.Mui-focused{color:#1d1f23!important}.edit-profile-select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1d1f23!important}.profile-page{min-height:100vh;padding:32px;display:flex;flex-direction:column;gap:24px}.profile-title{font-weight:700;margin-bottom:16px}.profile-info{display:flex;flex-direction:column;gap:16px}.profile-header{display:flex;align-items:center;gap:12px}.profile-name{font-weight:700}.edit-button{background-color:#2f3138!important;color:#fff!important;border-radius:12px;padding:4px 16px;font-weight:700;text-transform:none;font-size:.875rem}.edit-button:hover{background-color:#1c1d20!important}.profile-field .field-label{font-weight:700;margin-top:8px}.logout-button{background-color:#2900ff!important;color:#fff!important;font-weight:700;text-transform:none;padding:8px 24px;border-radius:6px!important;margin-top:16px}.logout-button:hover{background-color:#1f00cc!important}.privacy-notice{margin-top:32px;color:#ccc;font-size:.875rem}.privacy-link{color:#ccc;text-decoration:underline}.modern-reservation-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.modern-reservation-title{font-size:2.3rem!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;margin-bottom:12px!important;margin-top:4px!important;color:#fff!important}.modern-reservation-subtitle{font-size:1.1rem!important;opacity:.95!important;max-width:700px!important;margin:0 auto!important;line-height:1.6!important;color:#fff!important;display:block!important;width:100%!important;box-sizing:border-box!important;padding:0 20px!important;text-align:center!important}.back-button-modern{position:absolute!important;left:24px!important;top:32px!important;background:#1d1f23!important;color:#fff!important;z-index:10!important;border-radius:50%!important;transition:background .22s,box-shadow .22s!important;box-shadow:0 2px 8px #00000017!important;width:48px!important;height:48px!important}.back-button-modern:hover{background:#32343c!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #00000026!important}.reservation-container{padding:0 24px 32px!important}.reservation-content{margin-top:0!important;align-items:stretch!important}.reservation-vehicle-card{background:#fff!important;border-radius:16px!important;box-shadow:0 4px 12px #00000014!important;border:none!important;height:100%!important;display:flex!important;flex-direction:column!important}.vehicle-card-content{padding:24px!important;flex:1!important;display:flex!important;flex-direction:column!important}.vehicle-header{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important;margin-bottom:20px!important}.vehicle-avatar{background:#1d1f23!important;color:#fff!important;width:48px!important;height:48px!important}.vehicle-title{font-size:.875rem!important;font-weight:500!important;color:#6b7280!important;margin:0!important}.vehicle-model{font-size:1.25rem!important;font-weight:700!important;color:#1d1f23!important;margin:0!important}.vehicle-image-container{background:#f8fafc!important;border-radius:12px!important;padding:20px!important;text-align:center!important;margin-bottom:20px!important;border:2px solid #e2e8f0!important;position:relative!important;min-height:180px!important;display:flex!important;align-items:center!important;justify-content:center!important}.vehicle-image{width:100%!important;height:180px!important;object-fit:cover!important;border-radius:8px!important}.vehicle-placeholder-icon{font-size:64px!important;color:#cbd5e1!important}.vehicle-placeholder-icon.hidden{display:none!important}.vehicle-details{display:flex!important;flex-direction:column!important;gap:12px!important;margin-bottom:20px!important;flex:1!important}.detail-row{color:#000!important;display:flex!important;align-items:center!important;gap:8px!important}.detail-row.description{align-items:flex-start!important}.detail-icon{color:#6b7280!important;font-size:18px!important}.vehicle-description{color:#4b5563!important;line-height:1.5!important}.vehicle-divider{margin:0 0 20px!important;border-color:#e5e7eb!important}.price-section{text-align:center!important;margin-top:auto!important}.price-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.daily-price{font-weight:700!important;color:#1d1f23!important;margin:0!important}.price-label{color:#6b7280!important;margin:0!important}.reservation-form-card{background:#fff!important;border-radius:16px!important;box-shadow:0 4px 12px #00000014!important;border:none!important;height:100%!important;display:flex!important;flex-direction:column!important}.reservation-alert{margin-bottom:24px!important;border-radius:12px!important;border:none!important}.reservation-alert.MuiAlert-standardInfo{background:#eff6ff!important;color:#1e40af!important}.reservation-alert.MuiAlert-standardError{background:#fef2f2!important;color:#dc2626!important}.date-selectors{margin-bottom:32px!important}.modern-date-picker .MuiOutlinedInput-root{border-radius:12px!important;background:#fff!important}.modern-date-picker .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#1d1f23!important}.modern-date-picker .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1d1f23!important;border-width:2px!important}.modern-date-picker .MuiInputLabel-root.Mui-focused{color:#1d1f23!important}.MuiPickersDay-root.Mui-disabled{color:#64748b!important;background:repeating-linear-gradient(45deg,#f1f5f9,#f1f5f9 4px,#e2e8f0 4px,#e2e8f0 8px)!important;border:1px dashed #cbd5e1!important;font-weight:500!important;position:relative!important;opacity:.8!important}.MuiPickersDay-root.Mui-disabled:not([data-testid*=reserved]){display:none!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled{color:#64748b!important;background:repeating-linear-gradient(45deg,#f1f5f9,#f1f5f9 4px,#e2e8f0 4px,#e2e8f0 8px)!important;border:1px dashed #cbd5e1!important;font-weight:500!important;position:relative!important;display:block!important}.MuiPickersDay-root.Mui-disabled:after{content:"⚠️"!important;position:absolute!important;top:-3px!important;right:-3px!important;font-size:12px!important;background:#fff!important;border-radius:50%!important;width:18px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 1px 4px #0000001a!important;border:1px solid #e5e7eb!important}.MuiPickersDay-root.Mui-disabled:hover{transform:scale(1.05)!important;box-shadow:0 2px 8px #00000026!important;transition:all .2s ease!important}.MuiPickersDay-root.Mui-disabled{animation:subtle-pulse 2s ease-in-out infinite!important}.MuiPickersDay-root.MuiPickersDay-outsideCurrentMonth{display:none!important}.MuiPickersDay-root:not(.Mui-disabled):not(.Mui-selected){color:#111827!important;background-color:#e5e7eb!important;border:1px solid #9ca3af!important;font-weight:600!important;transition:all .2s ease!important}.MuiPickersDay-root:not(.Mui-disabled):hover{background-color:#1d1f23!important;color:#fff!important;transform:scale(1.1)!important;transition:all .2s ease!important;box-shadow:0 2px 8px #1d1f2333!important;border-color:#1d1f23!important}.MuiPickersDay-root.Mui-selected{background-color:#1d1f23!important;color:#fff!important;box-shadow:0 2px 8px #1d1f234d!important;border-color:#1d1f23!important}.MuiPickersDay-root.Mui-selected:hover{background-color:#32343c!important;transform:scale(1.05)!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled{background:repeating-linear-gradient(45deg,#f1f5f9,#f1f5f9 4px,#e2e8f0 4px,#e2e8f0 8px)!important;color:#64748b!important;border:1px dashed #cbd5e1!important;font-weight:500!important;position:relative!important}.modern-reservation-page .MuiPickersDay-root:not(.Mui-selected):not(.Mui-disabled){color:#111827!important;background-color:#e5e7eb!important;border:1px solid #9ca3af!important;font-weight:600!important;transition:all .2s ease!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled:not([data-reserved=true]){display:none!important;visibility:hidden!important}.modern-reservation-page .MuiDateCalendar-root .MuiPickersDay-root:not(.Mui-selected){display:block!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled:not(.reserved-date){display:none!important}.modern-reservation-page .MuiDateCalendar-root .MuiPickersDay-root.MuiPickersDay-outsideCurrentMonth,.MuiPickersDay-root.MuiPickersDay-outsideCurrentMonth{display:none!important;visibility:hidden!important}.MuiPickersCalendarHeader-root+div .MuiPickersDay-root.MuiPickersDay-outsideCurrentMonth{visibility:hidden!important;display:none!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled:not(.reserved-date):not([data-reserved=true]){display:none!important}.modern-reservation-page .MuiPickersDay-root.reserved-date,.modern-reservation-page .MuiPickersDay-root[data-reserved=true],.modern-date-picker .MuiPickersDay-root.reserved-date,.modern-date-picker .MuiPickersDay-root[data-reserved=true]{display:flex!important;background:repeating-linear-gradient(45deg,#4a4a4a,#4a4a4a 4px,#fff 4px,#fff 8px)!important;color:#fff!important;border:2px solid #4a4a4a!important;font-weight:600!important;position:relative!important;cursor:not-allowed!important;align-items:center!important;justify-content:center!important}.modern-reservation-page .MuiPickersDay-root.reserved-date:hover,.modern-reservation-page .MuiPickersDay-root[data-reserved=true]:hover,.modern-date-picker .MuiPickersDay-root.reserved-date:hover,.modern-date-picker .MuiPickersDay-root[data-reserved=true]:hover{background:repeating-linear-gradient(45deg,#3a3a3a,#3a3a3a 4px,#fff 4px,#fff 8px)!important;border-color:#3a3a3a!important;transform:scale(1.05);transition:all .2s ease}.MuiPickersDay-root.Mui-disabled:not(.reserved-date):not([data-reserved=true]){display:none!important;visibility:hidden!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled:after{content:"⚠️"!important;position:absolute!important;top:-3px!important;right:-3px!important;font-size:12px!important;background:#fff!important;border-radius:50%!important;width:18px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 1px 4px #0000001a!important;border:1px solid #e5e7eb!important}.modern-reservation-page .MuiPickersDay-root:not(.Mui-selected):not(.Mui-disabled){color:#374151!important;transition:all .2s ease!important}.modern-reservation-page .MuiPickersDay-root.Mui-disabled{animation:subtle-pulse 2s ease-in-out infinite!important}@keyframes subtle-pulse{0%,to{opacity:.7}50%{opacity:.9}}.modern-reservation-page .MuiDateCalendar-root .MuiPickersDay-root.Mui-disabled:not([data-reserved]){background:#f8fafc!important;color:#9ca3af!important;border:1px solid #e5e7eb!important;animation:none!important}.modern-reservation-page .MuiDateCalendar-root .MuiPickersDay-root.Mui-disabled:not([data-reserved]):after{content:""!important}.reservation-summary-card{background:#f8fafc!important;border-radius:12px!important;border:2px solid #e2e8f0!important;box-shadow:none!important;margin-bottom:32px!important}.summary-content{padding:20px!important}.summary-title{font-weight:700!important;color:#1d1f23!important;margin-bottom:16px!important}.summary-details{display:flex!important;flex-direction:column!important;gap:12px!important}.summary-row{display:flex!important;justify-content:space-between!important;align-items:center!important}.summary-value{font-weight:600!important;color:#374151!important}.total-label{font-weight:700!important;color:#1d1f23!important;margin:0!important}.total-price{font-weight:700!important;color:#22c55e!important;margin:0!important}.continue-button-to-accessories{background:#1d1f23!important;color:#fff!important;border-radius:12px!important;padding:14px 32px!important;font-weight:600!important;text-transform:none!important;font-size:1rem!important;border:none!important;transition:all .3s ease!important}.continue-button-to-accessories:hover{background:#32343c!important}.continue-button-to-accessories:disabled{background:#9ca3af!important;color:#6b7280!important;transform:none!important;box-shadow:none!important}@media (max-width: 1200px){.reservation-vehicle-card{position:static!important}.reservation-content{align-items:stretch!important}}@media (max-width: 768px){.modern-reservation-header{padding:24px 0 20px!important}.reservation-content{align-items:normal!important}.reservation-vehicle-card,.reservation-form-card{height:auto!important;margin-bottom:24px!important}.modern-reservation-title{font-size:1.8rem!important}.modern-reservation-subtitle{font-size:1rem!important}.back-button-modern{left:16px!important;top:24px!important;width:40px!important;height:40px!important}.reservation-container{padding:0 16px 24px!important}.stepper-content{padding:16px 20px!important}.vehicle-card-content,.form-card-content{padding:20px!important}.form-actions{justify-content:stretch!important}.continue-button-to-accessories{width:100%!important}}@media (max-width: 480px){.modern-reservation-title{font-size:1.5rem!important}.modern-reservation-subtitle{font-size:.9rem!important}.vehicle-card-content,.form-card-content{padding:16px!important}}.accessories-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))!important;gap:20px!important;margin-top:24px!important}.accessory-card{background:#fff!important;border:2px solid #e5e7eb!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000a!important;transition:all .2s ease!important;cursor:pointer!important}.accessory-card:hover{box-shadow:0 4px 12px #00000014!important;transform:translateY(-2px)!important}.accessory-card.selected{border-color:#1d1f23!important;box-shadow:0 4px 16px #1d1f2326!important;background:#fafafa!important}.accessory-card-content{padding:20px!important}.accessory-header{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:16px!important}.accessory-checkbox .MuiSvgIcon-root{color:#1d1f23!important;font-size:1.5rem!important}.accessory-info{flex:1!important}.accessory-name{font-size:1.1rem!important;font-weight:600!important;color:#1d1f23!important;margin-bottom:4px!important;line-height:1.3!important}.accessory-price{font-size:1rem!important;font-weight:600!important;color:#22c55e!important;margin-bottom:4px!important}.accessory-stock{font-size:.875rem!important;color:#6b7280!important;opacity:.8!important}.quantity-controls{background:#f8fafc!important;border-radius:8px!important;padding:16px!important;border:1px solid #e2e8f0!important}.quantity-label{font-weight:600!important;color:#374151!important;margin-bottom:8px!important}.quantity-buttons{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important}.quantity-button{background:#1d1f23!important;color:#fff!important;width:32px!important;height:32px!important;border-radius:6px!important;transition:all .2s ease!important}.quantity-button:hover:not(:disabled){background:#32343c!important;transform:translateY(-1px)!important}.quantity-button:disabled{background:#e5e7eb!important;color:#9ca3af!important}.quantity-display{font-size:1.1rem!important;font-weight:600!important;color:#1d1f23!important;min-width:24px!important;text-align:center!important}.accessory-total{font-weight:600!important;color:#22c55e!important;text-align:right!important}.no-accessories-message{text-align:center!important;padding:40px 20px!important;background:#f8fafc!important;border-radius:12px!important;border:2px dashed #cbd5e1!important;margin-top:24px!important}@media (max-width: 768px){.accessories-grid{grid-template-columns:1fr!important;gap:16px!important}.accessory-card-content{padding:16px!important}.quantity-controls{padding:12px!important}}@media (max-width: 480px){.accessory-header{gap:8px!important}.accessory-name{font-size:1rem!important}.quantity-buttons{gap:8px!important}.quantity-button{width:28px!important;height:28px!important}}.info-alert{margin-bottom:30px!important;border-radius:8px!important;background-color:#2196f31a!important;border:1px solid rgba(33,150,243,.3)!important}.accessories-selection-card{background:#fff!important;border-radius:12px!important;box-shadow:0 4px 12px #0000001a!important}.accessories-header{display:flex;align-items:center;margin-bottom:30px}.accessories-icon{color:#f0483b!important;margin-right:12px!important;font-size:24px!important}.no-accessories{text-align:center;color:#666!important;padding:40px 0}.accessories-list{display:flex;flex-direction:column;width:100%}.accessory-row{cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;border-radius:12px;background:linear-gradient(135deg,#fffffff2,#f8f9fafa);border:1px solid rgba(33,37,41,.15);margin-bottom:16px;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0000001a}.accessory-row:hover{background:linear-gradient(135deg,#fff,#f8f9fa);transform:translateY(-2px);box-shadow:0 8px 20px #00000026;border:1px solid rgba(33,37,41,.2)}.accessory-row.selected{background:linear-gradient(135deg,#fffffff2,#f8f9fafa);border:2px solid #1976d2;box-shadow:0 8px 24px #1976d240,0 4px 12px #0000001a}.accessory-row.selected:hover{background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 12px 32px #1976d24d,0 6px 16px #00000026}.accessory-info{flex:1;min-width:0}.accessory-row .accessory-name{color:#212529;font-weight:600;font-size:1.1rem;margin-bottom:4px}.accessory-row.selected .accessory-name{color:#212529}.accessory-row .accessory-stock{color:#212529b3;font-size:.875rem}.accessory-row.selected .accessory-stock{color:#212529b3}.accessory-price-section{text-align:center;min-width:100px;padding:0 16px}.accessory-price{color:#1976d2;font-weight:700;font-size:1.2rem;margin-bottom:2px}.accessory-row .price-unit{color:#21252999;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.accessory-row.selected .price-unit{color:#21252999}.accessory-checkbox{padding:8px}.accessory-row .accessory-checkbox,.accessory-row.selected .accessory-checkbox{color:#21252999}.accessory-checkbox.Mui-checked{color:#1976d2!important}.accessory-row .accessory-checkbox:hover,.accessory-row.selected .accessory-checkbox:hover{background-color:#2125291a}.quantity-controls{width:100%;margin-top:8px;margin-bottom:8px;padding:16px 24px;background:linear-gradient(135deg,#1976d214,#1976d20d);border-radius:8px;border:1px solid rgba(25,118,210,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quantity-controls-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.quantity-label{color:#212529;font-weight:600;font-size:.9rem}.quantity-buttons{display:flex;align-items:center;gap:16px}.quantity-button{color:#1976d2!important;background-color:#1976d21a!important;border:1px solid rgba(25,118,210,.3)!important;width:32px!important;height:32px!important;transition:all .2s ease!important}.quantity-button:hover{background-color:#1976d233!important;transform:scale(1.05)}.quantity-button.Mui-disabled{color:#2125294d!important;background-color:#2125290d!important}.quantity-display{color:#212529;font-weight:700;min-width:32px;text-align:center;font-size:1.1rem;padding:4px 8px;background-color:#21252914;border-radius:6px;border:1px solid rgba(33,37,41,.15)}.accessory-total{color:#1976d2;font-weight:700;font-size:1rem}.no-accessories-message{text-align:center;padding:40px 20px}.no-accessories-message .MuiTypography-root{color:#ffffffb3}.reservation-form-card{background:linear-gradient(135deg,#fffffff2,#f8f9fafa)!important;border:1px solid rgba(25,118,210,.2)!important;box-shadow:0 4px 12px #0000001a,0 2px 6px #1976d21a!important;position:relative!important}.reservation-form-card .form-card-content{position:relative!important}.reservation-summary-card{background:#fff!important;border-radius:12px!important;box-shadow:0 4px 12px #0000001a!important;height:fit-content;position:sticky;top:20px}.summary-header{display:flex;align-items:center;margin-bottom:20px}.summary-title{color:#1a1a1a!important;font-weight:600!important;text-transform:uppercase;letter-spacing:1px}.vehicle-summary{text-align:center;margin-bottom:20px}.vehicle-image-placeholder{width:80px;height:60px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.vehicle-name{color:#1a1a1a!important;font-weight:700!important;margin-bottom:4px!important;letter-spacing:1px}.rental-duration{color:#666!important}.dates-summary{margin-bottom:20px}.date-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.date-item:last-child{margin-bottom:0}.date-label{color:#666!important}.date-value{color:#1a1a1a!important;font-weight:600!important}.price-breakdown{margin-top:20px}.price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.price-row:last-child{margin-bottom:0}.price-value{font-weight:600!important;color:#1a1a1a!important}.accessories-title{color:#666!important;margin:16px 0 8px!important;font-weight:600!important}.accessory-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;padding-left:16px}.accessory-price-name{color:#666!important}.accessory-price-value{color:#666!important;font-weight:500!important}.total-row{margin-top:16px!important;padding-top:16px;border-top:2px solid #dee2e6}.total-label{color:#1a1a1a!important;font-weight:700!important}.reservation-form-card .form-actions{display:flex!important;justify-content:flex-end!important;align-items:flex-end!important;margin-top:32px!important;gap:16px!important;position:relative!important;width:100%!important}.reservation-form-card .form-actions .back-button,.reservation-form-card .form-actions .MuiButton-outlined{background:transparent!important;color:#666!important;border:2px solid #e0e0e0!important;border-radius:12px!important;padding:14px 24px!important;font-weight:600!important;text-transform:none!important;font-size:1rem!important;transition:all .2s ease!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:120px!important;margin:0!important;top:0!important;transform:none!important}.reservation-form-card .form-actions .back-button:hover,.reservation-form-card .form-actions .MuiButton-outlined:hover{background:#f5f5f5!important;border-color:#ccc!important;color:#333!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0000001a!important}.reservation-form-card .form-actions .continue-button,.reservation-form-card .form-actions .MuiButton-contained{background:#1d1f23!important;color:#fff!important;border-radius:12px!important;padding:14px 32px!important;font-weight:600!important;text-transform:none!important;font-size:1rem!important;border:none!important;box-shadow:0 2px 8px #1d1f2333!important;transition:all .2s ease!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:200px!important;margin:0!important;top:0!important;transform:none!important}.reservation-form-card .form-actions .continue-button:hover,.reservation-form-card .form-actions .MuiButton-contained:hover{background:#32343c!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #1d1f234d!important}.modern-reservation-page .back-button-modern{position:absolute!important;left:24px!important;top:32px!important;z-index:10!important;border-radius:50%!important;width:48px!important;height:48px!important;font-size:0!important;padding:0!important}.modern-reservation-page .back-button-modern .MuiSvgIcon-root{font-size:24px!important}.loading-text{text-align:center;color:#666!important;padding:60px 0}@media (max-width: 768px){.accessories-list{gap:12px}.accessory-item{flex-direction:column;align-items:flex-start;gap:16px}.quantity-controls{align-self:flex-end}.reservation-form-card .form-actions{flex-direction:column-reverse!important;gap:12px!important}.reservation-form-card .back-button,.reservation-form-card .continue-button{width:100%!important}.reservation-summary-card{position:static}}@media (max-width: 480px){.accessory-item{padding:16px}.price-row{flex-direction:column;align-items:flex-start;gap:4px}.total-row{flex-direction:row;align-items:center}}.payment-page{min-height:100vh;background:#f6f6f6}.payment-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.payment-title{font-size:2.3rem!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;margin-bottom:12px!important;margin-top:4px!important;color:#fff!important}.payment-subtitle{font-size:1.1rem!important;opacity:.95!important;max-width:700px!important;margin:0 auto!important;line-height:1.6!important;display:block!important;width:100%!important;box-sizing:border-box!important;padding:0 20px!important;text-align:center!important}.back-button-modern{position:absolute!important;left:24px!important;top:32px!important;z-index:10!important;border-radius:50%!important;width:48px!important;height:48px!important;font-size:0!important;padding:0!important}.back-button-modern .MuiSvgIcon-root{font-size:24px!important}.payment-container{padding:0 24px 32px!important}.reservation-stepper-card{background:#fff!important;border-radius:16px!important;box-shadow:0 4px 12px #00000014!important;border:none!important;margin-bottom:32px!important}.stepper-content{padding:24px 32px!important}.modern-stepper .MuiStepLabel-root{color:#666!important}.modern-stepper .MuiStepLabel-root.Mui-active{color:#1d1f23!important}.modern-stepper .MuiStepLabel-root.Mui-completed{color:#22c55e!important}.step-avatar{background:#e5e7eb!important;color:#6b7280!important;width:32px!important;height:32px!important;font-size:.875rem!important;font-weight:600!important}.step-avatar.active{background:#1d1f23!important;color:#fff!important}.step-avatar.completed{background:#22c55e!important;color:#fff!important}.payment-content{margin-top:0!important;align-items:stretch!important}.payment-form-card{background:#fff!important;border-radius:16px!important;box-shadow:0 4px 12px #00000014!important;border:none!important;height:100%!important;display:flex!important;flex-direction:column!important}.form-card-content{padding:32px!important;flex:1!important;display:flex!important;flex-direction:column!important}.form-section-header{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:24px!important}.section-avatar{background:#1d1f23!important;color:#fff!important;width:40px!important;height:40px!important}.section-title{font-weight:700!important;color:#1d1f23!important;margin:0!important}.payment-alert{margin-bottom:24px!important;border-radius:12px!important;border:none!important}.payment-alert.MuiAlert-standardInfo{background:#eff6ff!important;color:#1e40af!important}.payment-alert.MuiAlert-standardError{background:#fef2f2!important;color:#dc2626!important}.form-actions{display:flex!important;justify-content:flex-end!important;margin-top:0!important}.pay-button{background:#3a3c43!important;color:#fff!important;transition:background-color .3s ease}.pay-button:hover{background:#2f3138!important}.pay-button:disabled{background:#9ca3af!important;color:#6b7280!important;transform:none!important;box-shadow:none!important}.payment-summary-card{background:#f8fafc!important;border-radius:12px!important;border:2px solid #e2e8f0!important;box-shadow:none!important;margin-bottom:32px!important}.summary-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.summary-title{font-weight:700!important;color:#1d1f23!important;margin-bottom:0!important}.vehicle-summary{margin-bottom:18px}.vehicle-name{font-weight:700!important;color:#1d1f23!important;margin-bottom:4px!important;font-size:1.1rem!important;text-transform:uppercase!important}.payment-summary-card .vehicle-summary .vehicle-name{color:#1d1f23!important;opacity:1!important}.rental-duration{color:#666!important;font-size:.95rem!important;margin-bottom:8px!important}.price-row{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:6px!important}.total-row{padding-top:8px!important}.summary-divider{margin:8px 0!important;border-color:#d1d5db!important}@media (max-width: 1200px){.payment-form-card{position:static!important}.payment-content{align-items:stretch!important}}@media (max-width: 768px){.payment-header{padding:24px 0 20px!important}.payment-content{align-items:normal!important}.payment-form-card,.payment-summary-card{height:auto!important;margin-bottom:24px!important}.payment-title{font-size:1.8rem!important}.payment-subtitle{font-size:1rem!important}.stepper-content{padding:16px 20px!important}.form-card-content{padding:20px!important}.form-actions{justify-content:stretch!important}.pay-button{width:100%!important}}@media (max-width: 480px){.payment-title{font-size:1.5rem!important}.payment-subtitle{font-size:.9rem!important}.form-card-content{padding:16px!important}}.modern-reservation-page{min-height:100vh;background:#f6f6f6}.success-header{background:#232428!important;color:#fff;padding:48px 0;text-align:center;margin-bottom:32px}.success-icon{background:#fff3;color:#fff;width:80px;height:80px;margin:0 auto 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.success-title{font-size:2.3rem!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;margin-bottom:12px!important;margin-top:4px!important;color:#fff!important}.success-subtitle{font-size:1.1rem!important;opacity:.95!important;max-width:700px!important;margin:0 auto!important;line-height:1.6!important;color:#fff!important;display:block!important;width:100%!important;box-sizing:border-box!important;padding:0 20px!important;text-align:center!important}.success-alert{border-radius:12px;font-size:1.1rem;padding:16px 24px}.reservation-details-card,.financial-summary-card,.info-card{background:#fff;border-radius:12px!important;box-shadow:0 4px 12px #00000014;height:fit-content}.details-content,.summary-content{padding:32px}.details-header,.summary-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.section-avatar{background:#1d1f23;color:#fff;width:40px;height:40px}.section-title{font-weight:700;color:#1d1f23}.vehicle-details{color:#1d1f23!important;margin-bottom:24px}.vehicle-details .vehicle-name{color:#1d1f23!important;font-weight:700!important;margin-bottom:8px;text-shadow:none!important}.subsection-title{font-weight:600;color:#1d1f23;margin-bottom:16px;display:flex;align-items:center}.date-info{text-align:center;padding:16px;background:#f9fafb;border-radius:12px}.date-label{color:#6b7280!important;font-weight:500;margin-bottom:8px}.date-value{color:#1d1f23!important;font-weight:700;margin-bottom:4px}.time-info{color:#6b7280;display:flex;align-items:center;justify-content:center}.duration-info{margin-top:24px;padding:18px 24px;background:#fff;border-radius:14px;box-shadow:0 2px 9px #00000012;display:flex;flex-direction:column;gap:8px}.duration-info strong{color:#1d1f23!important;font-weight:700;font-size:1.07rem}.duration-info .MuiTypography-body1{color:#232428;font-weight:500}.duration-info .MuiTypography-body2{color:#6b7280!important;font-size:.95rem}.accessories-list{display:flex;flex-direction:column;gap:12px}.accessory-item{padding:12px 16px;background:#f9fafb;border-radius:8px}.price-breakdown{display:flex;flex-direction:column;gap:12px}.price-row{display:flex;justify-content:space-between;align-items:center}.total-row{padding-top:8px}.total-price{color:#22c55e;font-weight:700}.payment-breakdown{margin-top:16px}.payment-title{font-weight:600;color:#1d1f23;margin-bottom:12px}.payment-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;margin-bottom:8px}.payment-row.paid{background:#f0fdf4;border:1px solid #bbf7d0}.payment-row.remaining{background:#fef3c7;border:1px solid #fde68a}.paid-amount{color:#16a34a;font-weight:600}.remaining-amount{color:#d97706;font-weight:600}.info-title{font-weight:600;color:#1d1f23;margin-bottom:16px}.info-list{display:flex;flex-direction:column;gap:8px}.info-item{color:#6b7280;line-height:1.5}.action-buttons{display:flex;gap:16px;justify-content:center;margin-top:48px;padding-bottom:32px}.primary-button{background:#2f3138!important;color:#fff!important;border-radius:12px;font-weight:700;text-transform:none!important}.primary-button:hover{background:#1c1d20!important}.secondary-button{background:#2900ff!important;color:#fff!important;font-weight:700;text-transform:none!important;border-radius:6px!important}.secondary-button:hover{background:#1f00cc!important}@media (max-width: 768px){.success-title{font-size:2rem}.success-subtitle{font-size:1rem}.details-content,.summary-content{padding:20px}.action-buttons{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:300px}.date-info{margin-bottom:16px}}.modern-new-vehicule-page{min-height:100vh;padding:0 0 32px}.modern-vehicule-container{padding:26px 0 0;max-width:1200px!important;margin:0 auto;width:100%}.search-filters-section{background:#fff;border-radius:12px;box-shadow:0 6px 24px #00000014;padding:24px 28px;margin-bottom:32px;border:none;width:100%;box-sizing:border-box}.reservation-searchbar-row{display:flex;justify-content:flex-start;align-items:center}.filter-select{min-width:220px}.filter-select .MuiOutlinedInput-root{border-radius:14px!important;background:#fff!important;color:#1d1f23!important;font-weight:500!important;box-shadow:none!important;border:1.5px solid #e3e3e3!important;transition:border .2s,box-shadow .18s}.filter-select .MuiOutlinedInput-notchedOutline{border:none!important}.filter-select .MuiOutlinedInput-root:hover{border-color:#232428!important}.filter-select .MuiOutlinedInput-root.Mui-focused{border-color:#1d1f23!important;background:#f6f6f6!important;box-shadow:0 2px 9px #1d1f2314!important}.filter-select .MuiInputLabel-outlined{background-color:#fff;padding:0 6px;left:8px;z-index:1}.no-reservations{text-align:center;color:#666;margin-top:60px;padding:60px 40px;background:#fff;border-radius:20px;box-shadow:0 6px 24px #00000014;border:none;width:100%;box-sizing:border-box}.empty-icon{font-size:4rem!important;margin-bottom:20px!important;color:#bdc3c7!important}.empty-title{color:#232428!important;font-size:1.5rem!important;margin-bottom:15px!important;font-weight:600!important}.empty-description{color:#666!important;font-size:1rem!important;line-height:1.6!important;display:block;margin-top:6px;text-align:center}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:20px}.loading-text{color:#666!important;font-size:1rem!important;font-weight:500!important}.reservations-table-section{background:#fff;border-radius:12px;box-shadow:0 6px 24px #00000014;padding:0;margin-bottom:32px;border:none;overflow:hidden;width:100%;box-sizing:border-box}.reservations-table{width:100%!important;border-collapse:collapse;table-layout:auto;min-width:100%}.reservations-table .MuiTableCell-head{font-weight:600!important;color:#232428!important;font-size:.95rem!important;border-bottom:1px solid #e9ecef!important;padding:20px 16px!important;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.reservations-table .MuiTableRow-root{transition:background-color .2s ease;border-bottom:1px solid #f1f3f4;width:100%}.reservations-table .MuiTableRow-root:hover{background-color:#f8f9fa}.reservations-table .MuiTableCell-root:nth-child(1){width:50px;min-width:50px}.reservations-table .MuiTableCell-root:nth-child(2){width:35%;min-width:200px}.reservations-table .MuiTableCell-root:nth-child(3){width:35%;min-width:180px}.reservations-table .MuiTableCell-root:nth-child(4){width:30%;min-width:120px;text-align:center}.reservations-table .MuiTableCell-root{padding:16px!important;border-bottom:1px solid #f1f3f4!important;color:#444!important;font-size:.9rem!important;vertical-align:middle}.reservation-row-main{cursor:pointer}.reservation-expand-row{background-color:#f8f9fa!important}.reservation-details{padding:24px;background:#f8f9fa;border-radius:0;width:100%;box-sizing:border-box;text-align:left}.details-title{font-weight:600!important;color:#232428!important;margin-bottom:16px!important;font-size:1rem!important}.price-detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9ecef;width:100%}.price-detail-item:last-child{border-bottom:none}.price-detail-name{font-weight:500;color:#333;flex:1}.price-detail-price{font-weight:600;color:#232428;text-align:right;white-space:nowrap}.price-total-section{margin-top:20px;padding:16px;background:transparent;border-radius:8px}.price-total-item{border-bottom:none!important;font-weight:700;font-size:1.1rem}.price-total-label{font-weight:600}.price-total-value{font-size:1.2rem;font-weight:700}.accessory-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9ecef}.accessory-item:last-child{border-bottom:none}.accessory-name{font-weight:500;color:#333}.accessory-price{font-weight:600;color:#232428}.status-chip{font-weight:600!important;font-size:.8rem!important;border-radius:20px!important;padding:6px 16px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.status-chip.pending{background-color:#fff3cd!important;color:#856404!important;border:1px solid #ffeaa7!important}.status-chip.upcoming{background-color:#d1ecf1!important;color:#0c5460!important;border:1px solid #bee5eb!important}.status-chip.past{background-color:#e2e3e5!important;color:#383d41!important;border:1px solid #d6d8db!important}.status-chip.canceled{background-color:#f8d7da!important;color:#721c24!important;border:1px solid #f5c6cb!important}.help-section{background:#fff;border-radius:12px;box-shadow:0 6px 24px #00000014;padding:32px;margin-bottom:32px;border:none;width:100%;box-sizing:border-box}.help-title{color:#232428!important;font-size:1.4rem!important;font-weight:600!important;margin-bottom:16px!important;display:flex;align-items:center;gap:12px}.help-content{color:#666!important;font-size:1rem!important;line-height:1.7!important;margin-bottom:20px!important}.help-list{margin:0!important;padding-left:0!important;list-style:none!important}.help-list li{padding:8px 0!important;color:#666!important;font-size:.95rem!important;display:flex;align-items:flex-start;gap:8px}.help-list li:before{content:"•";color:#232428;font-weight:700;margin-top:2px}.single-line-help{display:inline-block;width:100%}@media (max-width: 1024px){.modern-vehicule-title{font-size:2rem;letter-spacing:.5px}.reservations-table .MuiTableCell-head{padding:16px 12px!important;font-size:.9rem!important}.reservations-table .MuiTableCell-root{padding:12px!important;font-size:.85rem!important}}@media (max-width: 768px){.modern-vehicule-container{padding:12px 16px 0}.modern-vehicule-title{font-size:1.8rem;letter-spacing:.5px}.modern-vehicule-subtitle{font-size:1rem;padding:0 16px}.search-filters-section{padding:20px}.reservations-table-section{margin:0 -16px 32px;border-radius:0}.reservations-table .MuiTableCell-head{padding:12px 8px!important;font-size:.8rem!important}.reservations-table .MuiTableCell-root{padding:8px!important;font-size:.8rem!important}.reservation-details{padding:16px}.price-detail-item{padding:8px 0;font-size:.85rem}.price-detail-name{margin-right:8px}.help-section{margin:40px -16px 0;border-radius:0;padding:24px 16px}}@media (max-width: 480px){.modern-vehicule-title{font-size:1.6rem;letter-spacing:.5px}.modern-vehicule-subtitle{font-size:.95rem;padding:0 12px}.reservations-table .MuiTableCell-head{padding:10px 6px!important;font-size:.75rem!important}.reservations-table .MuiTableCell-root{padding:6px!important;font-size:.75rem!important}.status-chip{font-size:.7rem!important;padding:4px 12px!important}.reservation-details{padding:12px}.price-detail-item{padding:6px 0;font-size:.8rem}.price-total-section{margin-top:16px;padding:12px}.price-total-value{font-size:1.1rem!important}.help-section{padding:20px 12px}}.manager-reservations{min-height:100vh;background:#f6f6f6;padding:0 0 32px}.manager-reservations-container{max-width:1200px;margin:0 auto;width:100%;padding:0 20px}.manager-reservations-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin:0 -20px 38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.manager-reservations-title{font-size:2.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;margin-top:4px}.manager-reservations-subtitle{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6;display:block;width:100%;box-sizing:border-box;padding:0 20px;text-align:center}.error-alert,.success-alert{margin-bottom:24px!important;border-radius:13px!important;box-shadow:0 2px 9px #00000014!important;font-weight:500!important;font-size:1.07rem!important}.filters-container{background:#fff;border-radius:20px;box-shadow:0 6px 24px #00000014;padding:28px 32px;margin-bottom:40px;border:none;width:100%;box-sizing:border-box}.filters-row{display:flex;justify-content:flex-start;align-items:center;gap:24px;margin-bottom:16px}.status-filter{min-width:200px}.search-field{flex:2;max-width:500px}.status-filter .MuiOutlinedInput-root,.search-field .MuiOutlinedInput-root{border-radius:14px!important;background:#f6f6f6!important;color:#1d1f23!important;font-weight:500!important;box-shadow:none!important;border:1.5px solid #e3e3e3!important;transition:border .2s,box-shadow .18s}.status-filter .MuiOutlinedInput-notchedOutline,.search-field .MuiOutlinedInput-notchedOutline{border:none!important}.status-filter .MuiOutlinedInput-root:hover,.search-field .MuiOutlinedInput-root:hover{border-color:#232428!important}.status-filter .MuiOutlinedInput-root.Mui-focused,.search-field .MuiOutlinedInput-root.Mui-focused{border-color:#1d1f23!important;background:#f6f6f6!important;box-shadow:0 2px 9px #1d1f2314!important}.results-count{font-size:.95rem;color:#666;font-weight:500;text-align:left}.reservations-table-container{background:#fff;border-radius:20px;box-shadow:0 6px 24px #00000014;overflow:hidden;border:none;margin-bottom:32px}.reservations-table{width:100%}.reservations-table .MuiTableHead-root{background:#f8f9fa}.reservations-table .MuiTableCell-head{font-weight:700!important;color:#232428!important;font-size:.9rem!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef!important;padding:18px 16px!important}.reservations-table .MuiTableCell-head:last-child{text-align:center}.reservations-table .MuiTableCell-body{font-size:.95rem!important;color:#333!important;border-bottom:1px solid #f0f0f0!important;padding:16px!important;vertical-align:middle}.reservations-table .MuiTableCell-body:last-child{text-align:center}.reservation-row{transition:background-color .2s ease}.reservation-row:hover{background-color:#f8f9fa!important}.client-info{display:flex;flex-direction:column;gap:4px}.client-name{font-weight:600;color:#232428;font-size:.95rem}.client-email{font-size:.85rem;color:#666;font-style:italic}.date-range{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.date-separator{color:#666;font-weight:500;margin:2px 0}.vehicle-info{font-weight:600;color:#232428}.price-display{font-weight:700;color:#22c55e;font-size:1.05rem}.action-buttons{display:flex;gap:8px;align-items:center;justify-content:center}.cancel-button.MuiIconButton-root,.finalize-button.MuiIconButton-root{border-radius:8px!important;min-width:48px!important;max-width:48px!important;width:48px!important;height:48px!important;padding:0!important;margin:0!important;transition:all .2s ease!important;border:none!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.cancel-button.MuiIconButton-root{background-color:#dc2626!important;color:#fff!important}.cancel-button.MuiIconButton-root:hover:not(.Mui-disabled){background-color:#b91c1c!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #dc26264d!important}.cancel-button.MuiIconButton-root.Mui-disabled{background-color:#f3f4f6!important;color:#9ca3af!important;cursor:not-allowed!important}.finalize-button.MuiIconButton-root{background-color:#16a34a!important;color:#fff!important}.finalize-button.MuiIconButton-root:hover:not(.Mui-disabled){background-color:#15803d!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #16a34a4d!important}.finalize-button.MuiIconButton-root.Mui-disabled{background-color:#f3f4f6!important;color:#9ca3af!important;cursor:not-allowed!important}.cancel-button .MuiSvgIcon-root,.cancel-button svg,.finalize-button .MuiSvgIcon-root,.finalize-button svg{color:#fff!important;font-size:24px!important;width:24px!important;height:24px!important}.cancel-button.Mui-disabled .MuiSvgIcon-root,.cancel-button.Mui-disabled svg,.finalize-button.Mui-disabled .MuiSvgIcon-root,.finalize-button.Mui-disabled svg{color:#9ca3af!important}.status-chip{font-weight:600!important;font-size:.8rem!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.status-pending{background:#fef3c7!important;color:#92400e!important}.status-upcoming{background:#dbeafe!important;color:#1e40af!important}.status-past{background:#fde68a!important;color:#d97706!important}.status-finalized{background:#dcfce7!important;color:#16a34a!important}.status-canceled{background:#fee2e2!important;color:#dc2626!important}.expanded-details{padding:24px 32px;background:#f8f9fa;border-top:2px solid #e9ecef}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:24px}.detail-section h4{color:#232428;font-size:1rem;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:8px}.detail-section h4 svg{font-size:1.1rem;color:#666}.detail-item{margin-bottom:8px;color:#555;font-size:.9rem}.detail-item strong{color:#232428}.price-breakdown{background:#fff;border-radius:12px;padding:20px;border:1px solid #e9ecef}.price-breakdown h4{color:#232428;font-size:1rem;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.price-line{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.price-line:last-child{border-bottom:none}.price-line.total{border-top:2px solid #e9ecef;margin-top:8px;padding-top:12px;font-size:1.1rem;color:#22c55e}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;gap:20px;background:#fff;border-radius:20px;box-shadow:0 6px 24px #00000014;margin-bottom:32px}.loading-spinner{color:#232428!important}.loading-text{color:#666!important;font-size:1.1rem!important;font-weight:500!important}.empty-state{text-align:center;padding:80px 40px;background:#fff;border-radius:20px;box-shadow:0 6px 24px #00000014;margin-bottom:32px;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-title{color:#232428!important;font-weight:700!important;margin-bottom:16px!important;font-size:1.5rem!important;text-align:center}.cancel-confirmation-dialog .MuiDialog-paper{border-radius:24px!important;box-shadow:0 25px 50px #00000026!important;overflow:hidden!important;max-width:520px!important}.cancel-dialog-title{background:linear-gradient(135deg,#fee2e2,#fef3f3)!important;color:#dc2626!important;font-weight:700!important;font-size:1.3rem!important;padding:28px 32px 20px!important;border-bottom:none!important;display:flex!important;align-items:center!important;gap:12px!important}.warning-icon{font-size:28px!important;color:#dc2626!important;background:#fff!important;padding:8px!important;border-radius:50%!important;box-shadow:0 4px 12px #dc262633!important}.cancel-dialog-content{padding:28px 32px 24px!important;background:#fff!important}.cancel-dialog-description{color:#374151!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:16px!important;text-align:center!important}.cancel-dialog-description strong{color:#dc2626!important;font-weight:700!important}.cancel-dialog-warning{color:#6b7280!important;font-size:.95rem!important;line-height:1.5!important;margin-bottom:24px!important;text-align:center!important;font-style:italic!important;padding:16px!important;background:#fef3f3!important;border-radius:12px!important;border-left:4px solid #fca5a5!important}.cancel-reservation-details{background:#f9fafb!important;border-radius:16px!important;padding:20px!important;border:1px solid #e5e7eb!important;margin-top:16px!important}.cancel-detail-item{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:8px 0!important;color:#374151!important;font-size:.95rem!important;border-bottom:1px solid #e5e7eb!important}.cancel-detail-item:last-child{border-bottom:none!important}.cancel-detail-item strong{color:#1f2937!important;font-weight:600!important;min-width:90px!important}.cancel-dialog-actions{padding:20px 32px 28px!important;background:#f9fafb!important;gap:16px!important;border-top:1px solid #e5e7eb!important;display:flex!important;justify-content:flex-end!important}.cancel-cancel-button,.confirm-cancel-button,.cancel-finalize-button,.confirm-finalize-button{border-radius:12px!important;font-weight:600!important;padding:12px 28px!important;text-transform:none!important;font-size:1rem!important;transition:all .2s ease!important;min-width:120px!important;height:48px!important;box-sizing:border-box!important}.cancel-cancel-button{color:#6b7280!important;background:transparent!important;border:2px solid #d1d5db!important}.cancel-cancel-button:hover{background:#f3f4f6!important;border-color:#9ca3af!important;color:#374151!important;transform:translateY(-1px)!important}.confirm-cancel-button{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;border:none!important;box-shadow:0 4px 16px #dc26264d!important}.confirm-cancel-button:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)!important;box-shadow:0 6px 20px #dc262666!important;transform:translateY(-2px)!important}.confirm-cancel-button:disabled{background:#d1d5db!important;color:#9ca3af!important;box-shadow:none!important;cursor:not-allowed!important;transform:none!important}.cancel-finalize-button{color:#6b7280!important;background:transparent!important;border:2px solid #d1d5db!important}.cancel-finalize-button:hover{background:#f3f4f6!important;border-color:#9ca3af!important;color:#374151!important;transform:translateY(-1px)!important}.confirm-finalize-button{background:linear-gradient(135deg,#16a34a,#15803d)!important;color:#fff!important;border:none!important;box-shadow:0 4px 16px #16a34a4d!important}.finalize-confirmation-dialog .MuiDialog-paper{border-radius:24px!important;box-shadow:0 25px 50px #00000026!important;overflow:hidden!important;max-width:520px!important}.finalize-dialog-title{background:linear-gradient(135deg,#dcfce7,#f0fdf4)!important;color:#16a34a!important;font-weight:700!important;font-size:1.3rem!important;padding:28px 32px 20px!important;border-bottom:none!important;display:flex!important;align-items:center!important;gap:12px!important}.finalize-icon{font-size:28px!important;color:#16a34a!important;background:#fff!important;padding:8px!important;border-radius:50%!important;box-shadow:0 4px 12px #16a34a33!important}.finalize-dialog-content{padding:28px 32px 24px!important;background:#fff!important}.finalize-dialog-description{color:#374151!important;font-size:1.1rem!important;line-height:1.6!important;margin-bottom:16px!important;text-align:center!important}.finalize-dialog-warning{color:#6b7280!important;font-size:.95rem!important;line-height:1.5!important;margin-bottom:24px!important;text-align:center!important;font-style:italic!important;padding:16px!important;background:#f0fdf4!important;border-radius:12px!important;border-left:4px solid #86efac!important}.finalize-reservation-details{background:#f9fafb!important;border-radius:16px!important;padding:20px!important;border:1px solid #e5e7eb!important;margin-top:16px!important;margin-bottom:24px!important}.finalize-detail-item{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:8px 0!important;color:#374151!important;font-size:.95rem!important;border-bottom:1px solid #e5e7eb!important}.finalize-detail-item:last-child{border-bottom:none!important}.finalize-detail-item strong{color:#1f2937!important;font-weight:600!important;min-width:90px!important}.finalize-dialog-actions{padding:20px 32px 28px!important;background:#f9fafb!important;gap:16px!important;border-top:1px solid #e5e7eb!important;display:flex!important;justify-content:flex-end!important}.confirm-finalize-button:hover{background:linear-gradient(135deg,#15803d,#166534)!important;box-shadow:0 6px 20px #16a34a66!important;transform:translateY(-2px)!important}.confirm-finalize-button:disabled{background:#d1d5db!important;color:#9ca3af!important;box-shadow:none!important;cursor:not-allowed!important;transform:none!important}.mileage-input{margin-top:0!important;margin-bottom:0!important}.mileage-input .MuiOutlinedInput-root{border-radius:12px!important;background:#f6f6f6!important;border:1.5px solid #e3e3e3!important;transition:border .2s,box-shadow .18s}.mileage-input .MuiOutlinedInput-notchedOutline{border:none!important}.mileage-input .MuiOutlinedInput-root:hover{border-color:#16a34a!important}.mileage-input .MuiOutlinedInput-root.Mui-focused{border-color:#15803d!important;box-shadow:0 2px 9px #16a34a14!important}@media (max-width: 768px){.manager-reservations-container{padding:0 16px}.manager-reservations-header{margin:0 -16px 28px;padding:24px 0 20px}.manager-reservations-title{font-size:1.8rem}.manager-reservations-subtitle{font-size:1rem}.filters-container{padding:20px 24px;margin-bottom:28px}.filters-row{flex-direction:column;gap:16px;align-items:stretch}.status-filter,.search-field{width:100%;min-width:unset;max-width:unset}.reservations-table-container{overflow-x:auto;margin-bottom:28px;border-radius:0;margin-left:-16px;margin-right:-16px}.reservations-table{min-width:800px}.reservations-table .MuiTableCell-head,.reservations-table .MuiTableCell-body{padding:12px 8px!important;font-size:.85rem!important}.details-grid{grid-template-columns:1fr;gap:20px}.expanded-details{padding:20px 24px}.price-breakdown{padding:16px}.empty-state{padding:60px 24px;margin-bottom:28px}.empty-title{font-size:1.3rem!important}.empty-description{font-size:1rem!important}.dialog-title,.dialog-content,.dialog-actions,.cancel-dialog-title,.cancel-dialog-content,.cancel-dialog-actions,.finalize-dialog-title,.finalize-dialog-content,.finalize-dialog-actions{padding-left:24px!important;padding-right:24px!important}.cancel-dialog-title,.finalize-dialog-title{padding:20px 24px 16px!important;font-size:1.2rem!important}.cancel-dialog-content,.finalize-dialog-content{padding:20px 24px!important}.cancel-dialog-actions,.finalize-dialog-actions{padding:16px 24px 20px!important;flex-direction:column!important;gap:12px!important}.cancel-cancel-button,.confirm-cancel-button,.cancel-finalize-button,.confirm-finalize-button{width:100%!important;padding:12px 24px!important;min-width:unset!important;height:48px!important;font-size:1rem!important}.warning-icon,.finalize-icon{font-size:24px!important;padding:6px!important}.cancel-reservation-details,.finalize-reservation-details{padding:16px!important}.cancel-detail-item,.finalize-detail-item{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.cancel-detail-item strong,.finalize-detail-item strong{min-width:unset!important}}@media (max-width: 480px){.manager-reservations-container{padding:0 12px}.manager-reservations-header{margin:0 -12px 24px}.manager-reservations-title{font-size:1.6rem}.filters-container{padding:16px 20px}.results-count{font-size:.9rem;text-align:center}.reservations-table-container{border-radius:0;margin-left:-12px;margin-right:-12px;margin-bottom:24px}.reservations-table .MuiTableCell-head,.reservations-table .MuiTableCell-body{padding:8px 6px!important;font-size:.8rem!important}.action-buttons{flex-direction:column;gap:6px}.cancel-button.MuiIconButton-root,.finalize-button.MuiIconButton-root{min-width:40px!important;max-width:40px!important;width:40px!important;height:40px!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.cancel-button .MuiSvgIcon-root,.cancel-button svg,.finalize-button .MuiSvgIcon-root,.finalize-button svg{font-size:20px!important;width:20px!important;height:20px!important}.empty-state{padding:40px 16px;margin-bottom:24px}.empty-title{font-size:1.2rem!important}.empty-description{font-size:.95rem!important}.cancel-confirmation-dialog .MuiDialog-paper,.finalize-confirmation-dialog .MuiDialog-paper{margin:16px!important;max-width:calc(100vw - 32px)!important;border-radius:20px!important}.cancel-dialog-title,.finalize-dialog-title{padding:16px 20px 12px!important;font-size:1.1rem!important}.cancel-dialog-content,.finalize-dialog-content{padding:16px 20px!important}.cancel-dialog-actions,.finalize-dialog-actions{padding:12px 20px 16px!important}.cancel-dialog-description,.finalize-dialog-description{font-size:1rem!important}.cancel-dialog-warning,.finalize-dialog-warning{font-size:.9rem!important;padding:12px!important}}.accessories-page{min-height:100vh;background:#f6f6f6;padding:0 0 32px}.accessories-container{max-width:95vw;margin:0 auto;width:100%;padding:0 40px}.accessories-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.accessories-title{font-size:2.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;margin-top:4px;color:#fff!important}.accessories-subtitle{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6;display:block;width:100%;box-sizing:border-box;padding:0 20px;text-align:center;color:#fff!important}.error-alert,.access-denied-alert{margin-bottom:24px!important;border-radius:13px!important;box-shadow:0 2px 9px #00000014!important;font-weight:500!important;font-size:1.07rem!important;padding:16px 24px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.error-alert{background:#ef44441a!important;border:1px solid rgba(239,68,68,.3)!important;color:#dc2626!important}.access-denied-alert{background:#fbbf241a!important;border:1px solid rgba(251,191,36,.3)!important;color:#d97706!important}.error-close-btn{background:none!important;border:none!important;color:inherit!important;text-decoration:underline!important;cursor:pointer!important;font-size:.85rem!important;margin-left:16px!important;transition:opacity .2s ease!important}.error-close-btn:hover{opacity:.8!important}.add-accessory-section{background:#fff;border-radius:20px;box-shadow:0 6px 24px #0000001f;padding:40px 48px;margin-bottom:48px;border:none;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.add-accessory-button{background:linear-gradient(135deg,#232428,#1d1f23)!important;color:#fff!important;font-weight:700!important;padding:20px 40px!important;border-radius:16px!important;text-transform:uppercase!important;font-size:1.1rem!important;min-width:280px!important;transition:all .3s ease!important;box-shadow:0 6px 24px #23242840!important;letter-spacing:1px!important;border:none!important}.add-accessory-button:hover{background:linear-gradient(135deg,#1d1f23,#16181c)!important;transform:translateY(-3px)!important;box-shadow:0 10px 32px #23242859!important}.accessories-section{width:100%}.accessories-grid{display:flex!important;flex-wrap:wrap!important;gap:50px!important;justify-content:center!important;margin-top:0!important}.accessory-card{background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;overflow:hidden!important;transition:all .3s ease!important;position:relative!important;height:100%!important;display:flex!important;flex-direction:column!important;min-width:260px;max-width:320px;flex:1 1 260px}.accessory-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 32px #0000002e!important}.accessory-icon-container{width:100%;height:220px;background:linear-gradient(135deg,#232428,#1d1f23);display:flex;align-items:center;justify-content:center;position:relative}.accessory-icon{font-size:6rem!important;color:#fff!important;opacity:.9}.accessory-content{padding:30px!important;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.accessory-name{font-size:1.5rem!important;font-weight:700!important;color:#232428!important;margin-bottom:20px!important;line-height:1.2!important;letter-spacing:.5px!important}.accessory-details{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;flex-grow:1}.accessory-price{font-size:1.6rem!important;font-weight:700!important;color:#22c55e!important;text-align:center;letter-spacing:.5px!important;line-height:1.2!important}.accessory-quantity{font-size:1.3rem!important;color:#666!important;text-align:center;font-weight:600!important;background:#f8f9fa!important;padding:12px 24px!important;border-radius:12px!important;display:inline-block!important;margin:0 auto!important}.accessory-status{display:flex;justify-content:center;margin-top:20px}.accessory-actions{padding:0 20px 20px!important;display:flex!important;justify-content:center!important;margin-top:auto!important}.delete-button{background:#dc2626!important;color:#fff!important;border-radius:12px!important;transition:all .3s ease!important;font-weight:600!important;padding:14px 28px!important;font-size:1.1rem!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;border:2px solid #dc2626!important;width:100%!important;margin:0!important;box-sizing:border-box!important}.delete-button:hover{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px #dc26264d!important}.new-accessory-form-wrapper{margin-top:0;padding-top:0;border-top:none}.new-accessory-form{max-width:700px;margin:0 auto;background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;padding:32px 28px 28px!important}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.form-title{color:#232428!important;font-weight:700!important;font-size:1.5rem!important}.form-field{margin-bottom:20px!important}.form-field .MuiInputLabel-root{color:#666!important;font-weight:500!important}.form-field .MuiInputLabel-root.Mui-focused{color:#1d1f23!important}.form-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #e9ecef}.create-button{background:#232428!important;color:#fff!important;font-weight:600!important;border-radius:8px!important;padding:12px 28px!important;font-size:1rem!important;transition:all .3s ease!important;box-shadow:none!important;border:2px solid #232428!important}.create-button:hover{background:#1d1f23!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px #2324284d!important;border-color:#1d1f23!important}.cancel-button{color:#666!important;background:transparent!important;border:2px solid #d1d5db!important;font-weight:600!important;border-radius:8px!important;padding:12px 28px!important;font-size:1rem!important;transition:all .3s ease!important}.cancel-button:hover{background:#f3f4f6!important;border-color:#9ca3af!important;color:#374151!important}.accessories-empty{text-align:center;padding:80px 40px;background:#fff;border-radius:20px;box-shadow:0 6px 24px #00000014;margin-top:40px;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-icon{font-size:4rem!important;color:#ccc!important;margin-bottom:20px}.empty-title{color:#232428!important;font-size:1.5rem!important;margin-bottom:16px!important;font-weight:700!important;text-align:center}.empty-description{color:#666!important;font-size:1.05rem!important;line-height:1.6!important;max-width:500px;margin:0 auto;text-align:center}.delete-dialog .MuiDialog-paper{border-radius:20px!important;box-shadow:0 25px 50px #00000026!important;overflow:hidden!important}@media (max-width: 768px){.accessories-container{padding:0 16px}.accessories-header{margin:0 -16px 38px;padding:32px 20px 24px}.accessories-title{font-size:2.4rem;letter-spacing:4px}.accessories-subtitle{font-size:1.1rem}.add-accessory-section{padding:28px 24px;margin-bottom:32px}.add-accessory-button{font-size:1rem!important;padding:16px 32px!important;min-width:220px!important}.accessories-grid{grid-template-columns:1fr!important;gap:32px!important}.accessory-icon-container{height:160px}.accessory-icon{font-size:3rem!important}.accessory-content{padding:20px!important}.accessory-name,.accessory-price{font-size:1rem!important}.accessory-quantity{font-size:.9rem!important;padding:6px 12px!important}.accessory-actions{padding:0 10px 10px!important}.delete-button{padding:10px 20px!important;font-size:.9rem!important}.new-accessory-form{padding:24px 20px!important}.form-actions{flex-direction:column;gap:12px}.form-actions button{width:100%}.accessories-empty{padding:60px 24px;margin-top:32px}.empty-title{font-size:1.3rem!important}.empty-description{font-size:1rem!important}}@media (max-width: 480px){.accessories-container{padding:0 12px}.accessories-header{margin:0 -12px 38px;padding:24px 16px 20px}.accessories-title{font-size:2rem;letter-spacing:3px}.accessories-subtitle{font-size:1rem}.add-accessory-section{padding:20px 16px}.add-accessory-button{font-size:.9rem!important;padding:14px 24px!important;min-width:180px!important}.accessory-icon-container{height:140px}.accessory-icon{font-size:2.5rem!important}.accessory-content{padding:16px!important}.accessory-name{font-size:.95rem!important;margin-bottom:12px!important}.accessory-details{gap:6px;margin-bottom:12px}.accessory-price{font-size:.95rem!important}.accessory-quantity{font-size:.85rem!important;padding:6px 10px!important}.accessory-actions{padding:0 8px 8px!important}.delete-button{padding:8px 16px!important;font-size:.85rem!important}.accessories-grid{gap:24px!important}.new-accessory-form{padding:20px 16px!important}.accessories-empty{padding:40px 16px;margin-top:24px}.empty-title{font-size:1.2rem!important}.empty-description{font-size:.95rem!important}}.MuiButton-root:disabled{opacity:.6!important;cursor:not-allowed!important}.modern-new-vehicule-page{min-height:100vh;background:#f6f6f6;padding:0 0 32px}.modern-vehicule-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.modern-vehicule-title{font-size:2.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;margin-top:4px}.modern-vehicule-subtitle{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6;display:block;width:100%;box-sizing:border-box;padding:0 20px;text-align:center}.back-button-modern{position:absolute!important;left:24px;top:32px;background:#1d1f23!important;color:#fff!important;z-index:10;border-radius:50%!important;transition:background .22s,box-shadow .22s;box-shadow:0 2px 8px #00000017!important}.back-button-modern:hover{background:#32343c!important}.modern-vehicule-container{padding:26px 0 0;max-width:700px!important}.form-alert-modern{margin-bottom:24px!important;border-radius:13px!important;box-shadow:0 2px 9px #00000014!important;font-weight:500;font-size:1.07rem}.form-card-modern{background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;margin-top:0!important;margin-bottom:0!important;min-height:580px}.form-content-modern{padding:32px 28px 28px!important}.step-content-modern{min-height:auto;height:auto;padding:10px 0 0;overflow:visible}.form-field{margin-bottom:16px!important}.input-modern .MuiOutlinedInput-root,.form-field .MuiOutlinedInput-root{border-radius:14px!important;background:#f6f6f6!important;color:#1d1f23!important;font-weight:500!important;box-shadow:none!important;border:1.5px solid #e3e3e3!important;transition:border .2s,box-shadow .18s}.input-modern .MuiOutlinedInput-notchedOutline,.form-field .MuiOutlinedInput-notchedOutline{border:none!important}.input-modern .MuiOutlinedInput-root:hover,.form-field .MuiOutlinedInput-root:hover{border-color:#232428!important}.input-modern .MuiOutlinedInput-root.Mui-focused,.form-field .MuiOutlinedInput-root.Mui-focused{border-color:#1d1f23!important;background:#f6f6f6!important;box-shadow:0 2px 9px #1d1f2314!important}.photo-upload-section{display:flex;flex-direction:column;align-items:center;gap:28px;padding:12px 0 20px}.photo-upload-button{border-radius:10px!important;border:2px dashed #1d1f23!important;background:#f6f6f6!important;color:#1d1f23!important;font-weight:600!important;padding:15px 32px!important;min-width:245px!important;font-size:1.05rem!important;box-shadow:none!important;transition:background .18s,border-color .2s,transform .22s}.photo-upload-button:hover{background:#eaeaea!important;border-color:#32343c!important;transform:translateY(-1.5px)}.photo-upload-button:disabled{opacity:.65!important}.photo-preview-container{width:100%;max-width:600px}.photo-preview-title{color:#232428!important;margin-bottom:14px!important;text-align:center;font-weight:600!important;font-size:1.06rem!important;letter-spacing:.7px}.photo-preview-grid{margin-top:10px!important}.photo-preview-item{position:relative!important;border-radius:14px!important;overflow:hidden!important;aspect-ratio:1!important;background:#ededed!important;transition:box-shadow .2s,transform .18s;box-shadow:0 2px 7px #1d1f2317!important}.photo-preview-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1d1f2321!important}.photo-preview-image{width:100%;height:100%;object-fit:cover;border-radius:14px}.photo-preview-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#bababa}.photo-delete-button{position:absolute!important;top:8px!important;right:8px!important;background:#f44336!important;color:#fff!important;width:30px!important;height:30px!important;border-radius:8px!important;transition:background .22s,transform .19s;z-index:2}.photo-delete-button:hover{background:#d32f2f!important;transform:scale(1.12)}.photo-filename-chip{position:absolute!important;bottom:8px!important;left:8px!important;background:#222222c2!important;color:#fff!important;font-size:.7rem!important;height:23px!important}.photo-upload-help-text{color:#232428!important;font-size:.93rem!important;text-align:center;max-width:410px;line-height:1.5;opacity:.86}.confirmation-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding:10px 0 4px;overflow:visible}.confirmation-title{color:#232428!important;font-weight:700!important;text-align:center;letter-spacing:.6px;font-size:1.1rem!important}.confirmation-details{width:100%;max-width:520px;padding:26px 22px 16px!important;border-radius:13px!important;background:#f8f9fa!important;border:1.5px solid #ececec!important}.confirmation-details .MuiTypography-subtitle2{font-weight:700!important;color:#555!important;margin-bottom:2px!important}.confirmation-details .MuiTypography-body1{color:#232428!important;margin-bottom:13px!important}.form-actions-modern{display:flex;justify-content:center;align-items:center;margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef;gap:16px}.modern-action-button{border-radius:8px!important;padding:14px 22px!important;font-size:1rem!important;font-weight:600!important;text-transform:none!important;min-width:160px!important;background:#1d1f23!important;color:#fff!important;border:2px solid #1d1f23!important;box-shadow:0 4px 8px #1d1f234d!important;transition:all .3s ease!important}.modern-action-button.primary:hover,.modern-action-button.primary:focus{background:#1d1f23!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.modern-action-button.secondary{background:#fff!important;color:#1d1f23!important;border:2px solid #1D1F23!important;box-shadow:0 4px 8px #1d1f2333!important}.modern-action-button.secondary:hover{background:#f8f9fa!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 4px 8px #1d1f2333!important}.photo-error-text{color:#e53935!important;font-size:.93rem!important;text-align:center;margin-top:12px;margin-bottom:-7px;font-weight:500}@media (max-width: 900px){.modern-vehicule-container{padding:12px 4px 10px}.modern-new-vehicule-page{padding:0 0 12px}}@media (max-width: 768px){.modern-vehicule-header{padding:22px 0 18px}.modern-vehicule-title{font-size:1.35rem;letter-spacing:2px}.form-content-modern{padding:24px 7px 16px!important}.form-card-modern{min-height:450px}.step-content-modern{min-height:auto;height:auto}.modern-vehicule-container{padding:0}.form-actions-modern{flex-direction:column;gap:13px}.modern-action-button{width:100%!important}.back-button-modern{left:12px;top:14px}}@media (max-width: 480px){.modern-vehicule-title{font-size:1.1rem}.modern-vehicule-header{padding:17px 0 9px}.form-content-modern{padding:10px 2px 4px!important}.form-card-modern{min-height:380px}}.modern-modify-vehicule-page{min-height:100vh;background:#f6f6f6;padding:0 0 32px}.modify-vehicule-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.modify-vehicule-title{font-size:2.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;margin-top:4px}.modify-vehicule-subtitle{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6;display:block;width:100%;box-sizing:border-box;padding:0 20px;text-align:center}.modify-back-button{position:absolute!important;left:24px;top:32px;background:#1d1f23!important;color:#fff!important;z-index:10;border-radius:50%!important;transition:background .22s,box-shadow .22s;box-shadow:0 2px 8px #00000017!important}.modify-back-button:hover{background:#32343c!important}.modify-vehicule-container{padding:26px 0 0;max-width:1000px!important}.modify-form-alert{margin-bottom:24px!important;border-radius:13px!important;box-shadow:0 2px 9px #00000014!important;font-weight:500;font-size:1.07rem}.modify-form-card{background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;margin-top:0!important;margin-bottom:0!important;min-height:650px}.modify-form-content{padding:32px 28px 28px!important;display:flex;flex-direction:column;min-height:100%}.modify-vehicule-page{min-height:100vh;background:#f6f6f6;padding:0 0 32px}.page-container{max-width:1000px!important;padding:0 20px}.page-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.page-content{padding:0 20px}.back-button{position:absolute!important;left:24px;top:32px;background:#1d1f23!important;color:#fff!important;z-index:10;border-radius:50%!important;transition:background .22s,box-shadow .22s;box-shadow:0 2px 8px #00000017!important;border:none!important;padding:8px!important}.back-button:hover{background:#32343c!important}.page-title{font-size:2.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;margin-top:4px;color:#fff!important}.page-subtitle{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6;display:block;width:100%;box-sizing:border-box;padding:0 20px;text-align:center;color:#fff!important;font-weight:400!important}.form-alert{margin-bottom:30px!important;border-radius:12px!important;box-shadow:0 2px 8px #0000001a!important}.form-card{background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;margin-top:0!important;margin-bottom:0!important;min-height:650px;height:650px}.form-content{padding:32px 28px 28px!important;display:flex;flex-direction:column;height:100%}.form-stepper-modern{margin-bottom:24px!important}.form-stepper-modern .MuiStepLabel-label{font-weight:600!important;color:#232428!important;opacity:.9}.form-stepper-modern .MuiStepLabel-root.Mui-active .MuiStepLabel-label{color:#1d1f23!important;opacity:1}.form-stepper-modern .MuiStepLabel-root.Mui-completed .MuiStepLabel-label{color:#22c55e!important}.form-sections-container{min-height:450px;height:450px;padding:8px 0 0;overflow-y:auto;flex:1}.confirmation-section{display:flex;flex-direction:column;gap:12px;padding:8px 0 4px;overflow:visible}.confirmation-section .MuiTypography-h6{margin-bottom:12px!important;text-align:center}.confirmation-section .MuiBox-root{margin-bottom:12px!important}.confirmation-section .MuiTypography-subtitle1{font-weight:600!important;margin-bottom:8px!important;color:#1d1f23!important}.confirmation-section .MuiTypography-body2{font-size:.85rem!important;line-height:1.3!important}.section-title{color:#1d1f23!important;font-weight:600!important;margin-bottom:20px!important;padding-bottom:10px!important;border-bottom:2px solid #e9ecef!important;position:relative}.section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:#1d1f23}.form-section{margin-bottom:32px!important}.form-field{margin-bottom:14px!important}.form-field .MuiOutlinedInput-root{border-radius:14px!important;background:#f6f6f6!important;color:#1d1f23!important;font-weight:500!important;box-shadow:none!important;border:1.5px solid #e3e3e3!important;transition:border .2s,box-shadow .18s}.form-field .MuiOutlinedInput-notchedOutline{border:none!important}.form-field .MuiOutlinedInput-root:hover{border-color:#232428!important}.form-field .MuiOutlinedInput-root.Mui-focused{border-color:#1d1f23!important;background:#f6f6f6!important;box-shadow:0 2px 9px #1d1f2314!important}.photos-section{margin-bottom:16px}.photo-upload-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 0 16px}.subsection-title{color:#555!important;font-weight:600!important;margin-bottom:16px!important}.photo-item{position:relative!important;border-radius:12px!important;overflow:hidden!important;aspect-ratio:1!important;transition:all .3s ease!important;cursor:pointer}.photo-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026!important}.photo-item.existing{border:2px solid #e9ecef!important}.photo-item.new{border:2px solid #22c55e!important}.photo-image{width:100%;height:100%;object-fit:cover}.photo-delete-button{position:absolute!important;top:8px!important;right:8px!important;background:#ef4444e6!important;color:#fff!important;width:32px!important;height:32px!important;transition:all .3s ease!important}.photo-delete-button:hover{background:#dc2626!important;transform:scale(1.1)}.photo-badge{position:absolute;bottom:8px;left:8px;background:#22c55e;color:#fff;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase}.photo-upload-button{padding:12px 24px!important;border-radius:12px!important;font-weight:600!important;border:2px dashed #1D1F23!important;color:#1d1f23!important;background:#1d1f230d!important;transition:all .3s ease!important}.photo-upload-button:hover{background:#1d1f231a!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 4px 12px #1d1f2333!important}.photo-upload-button:disabled{opacity:.6!important;transform:none!important}.photo-help-text{color:#666!important;font-size:.9rem!important;margin-top:16px!important;text-align:center}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef;gap:16px;flex-shrink:0}.action-button{padding:14px 22px!important;border-radius:8px!important;font-weight:600!important;font-size:1rem!important;text-transform:none!important;transition:all .3s ease!important;min-width:160px!important}.action-button.primary{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;box-shadow:0 4px 8px #1d1f234d!important}.action-button.primary:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.action-button.secondary{background:#fff!important;color:#1d1f23!important;border:2px solid #1D1F23!important}.action-button.secondary:hover{background:#f8f9fa!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 4px 8px #1d1f2333!important}@media (max-width: 768px){.modern-modify-vehicule-page{padding:0 0 20px}.modify-vehicule-header{padding:24px 0 20px;margin-bottom:30px}.modify-vehicule-title{font-size:1.8rem!important;letter-spacing:1px!important}.modify-vehicule-subtitle{font-size:1rem!important}.modify-back-button{left:16px!important;top:24px!important}.form-sections-container{min-height:200px;height:200px;overflow-y:auto;flex:1}.modify-form-card{min-height:450px;height:450px}.modify-form-content{padding:30px 20px!important;display:flex;flex-direction:column;height:100%}.form-actions{flex-direction:column;gap:16px}.action-button{width:100%!important}}@media (max-width: 480px){.modify-vehicule-header{padding:20px 0 16px}.modify-vehicule-title{font-size:1.5rem!important}.modify-back-button{left:12px!important;top:20px!important}.modify-form-content{padding:20px 16px!important;display:flex;flex-direction:column;height:100%}.form-sections-container{min-height:280px;height:280px;overflow-y:auto}.modify-form-card{min-height:380px;height:380px}}.update-status-dialog .MuiDialog-paper{background:linear-gradient(135deg,#1a1a2e,#16213e)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;color:#fff!important;box-shadow:0 20px 40px #0000004d!important}.update-status-paper{max-width:500px!important}.update-status-title{padding:24px 24px 16px!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.title-content{display:flex;align-items:center;gap:12px}.title-icon{font-size:2rem!important}.warning-icon{color:#fbbf24!important}.success-icon{color:#10b981!important}.title-text{color:#fff!important;font-weight:700!important;margin:0!important}.update-status-content{padding:24px!important}.status-alert{margin-bottom:16px!important;border-radius:12px!important}.confirmation-content{display:flex;flex-direction:column;gap:20px}.confirmation-text{color:#e0e0e0!important;font-size:1.1rem!important;text-align:center;line-height:1.5}.vehicle-info{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;text-align:center}.vehicle-name{color:#fff!important;font-weight:700!important;margin-bottom:8px!important;background:linear-gradient(135deg,#fff,#e0e0e0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vehicle-details{color:#4f46e5!important;font-weight:600!important}.warning-text{color:#fbbf24!important;text-align:center;font-style:italic;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);border-radius:8px;padding:12px}.update-status-actions{padding:16px 24px 24px!important;gap:12px!important;justify-content:center!important}.cancel-button{color:#fffc!important;border-color:#ffffff4d!important;background-color:#ffffff0d!important;font-weight:700!important;padding:12px 24px!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:1px!important;transition:all .3s ease!important;min-width:120px}.cancel-button:hover:not(:disabled){background-color:#ffffff1a!important;border-color:#ffffff80!important;color:#fff!important;transform:translateY(-2px)}.confirm-button{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;font-weight:700!important;padding:12px 24px!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:1px!important;transition:all .3s ease!important;box-shadow:0 4px 15px #dc26264d!important;min-width:120px}.confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#ef4444,#dc2626)!important;transform:translateY(-2px);box-shadow:0 8px 25px #dc262666!important}.confirm-button:disabled{background:#ffffff1a!important;color:#ffffff80!important;box-shadow:none!important}.close-button{background-color:#3a3c43!important;color:#fff!important;font-weight:700!important;padding:12px 32px!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:1px!important;transition:all .3s ease!important;min-width:140px}.close-button:hover{background-color:#2f3138!important}@media (max-width: 768px){.update-status-paper{margin:16px!important;max-width:calc(100% - 32px)!important}.update-status-title{padding:20px 20px 16px!important}.update-status-content{padding:20px!important}.update-status-actions{padding:16px 20px 20px!important;flex-direction:column}.cancel-button,.confirm-button,.close-button{width:100%;min-width:auto}.title-text{font-size:1.3rem!important}.confirmation-text{font-size:1rem!important}}@media (max-width: 480px){.title-icon{font-size:1.5rem!important}.title-text{font-size:1.2rem!important}.vehicle-name{font-size:1.1rem!important}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.update-status-dialog .MuiDialog-paper{animation:fadeInScale .3s ease-out}.vehicule-details-page{min-height:100vh;background:#f6f6f6;padding:40px 0}.page-container{max-width:1200px!important}.page-header{text-align:center;margin-bottom:40px;position:relative}.back-button{position:absolute!important;left:0;top:50%;transform:translateY(-50%);background-color:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:8px 16px!important;font-weight:600!important;text-transform:none!important;box-shadow:0 4px 8px #1d1f234d!important;transition:all .3s ease!important}.back-button:hover{background-color:#1d1f23!important;color:#fff!important;transform:translateY(-50%) translate(-2px) translateY(-2px)}.page-title{font-weight:700!important;color:#1d1f23!important;text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:2px!important}.error-alert{margin-top:40px!important;border-radius:12px!important}.main-content{margin-bottom:60px}.image-section{padding:24px!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 32px #0000001a!important}.main-image-container{position:relative;border-radius:12px;overflow:hidden;margin-bottom:20px;background:#f5f5f5}.main-vehicle-image{width:100%;height:400px;object-fit:cover;cursor:pointer;transition:transform .3s ease}.thumbnail-gallery{display:flex;gap:12px;overflow-x:auto;padding:8px 0}.thumbnail-container{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail-container:hover{border-color:#1d1f23;transform:translateY(-2px)}.thumbnail-container.active{border-color:#1d1f23;box-shadow:0 4px 12px #1d1f234d}.thumbnail-image{width:100%;height:100%;object-fit:cover}.details-section{padding:32px!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 32px #0000001a!important;height:fit-content}.vehicle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:16px}.vehicle-title{color:#333!important;font-weight:700!important;letter-spacing:1px!important;line-height:1.2}.status-chip{font-weight:600!important;text-transform:uppercase!important}.vehicle-price{color:#1d1f23!important;font-weight:700!important;margin-bottom:32px!important;font-size:2rem!important}.features-section{margin-bottom:32px}.features-title{color:#333!important;font-weight:600!important;margin-bottom:20px!important;padding-bottom:8px!important;border-bottom:2px solid #e9ecef!important}.features-grid{margin-bottom:24px!important}.feature-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.feature-icon{color:#1d1f23!important;font-size:1.5rem!important}.feature-item .MuiTypography-subtitle2{color:#666!important;font-weight:600!important;margin-bottom:4px!important}.feature-item .MuiTypography-body1{color:#333!important;font-weight:500!important}.feature-text{color:#333!important;font-weight:500!important;white-space:pre-line!important;line-height:1.4!important}.description-section{margin-top:24px;padding:20px;background:#f8f9fa;border-radius:12px}.description-title{color:#333!important;font-weight:600!important;margin-bottom:12px!important}.description-text{color:#666!important;line-height:1.6}.manager-actions,.customer-actions{display:flex;flex-direction:column;gap:16px}.auth-message{color:#666!important;text-align:center;font-style:italic;padding:12px;background:#f8f9fa;border-radius:8px}.action-button{padding:16px 24px!important;border-radius:8px!important;font-weight:600!important;font-size:1rem!important;text-transform:none!important;transition:all .3s ease!important;border:2px solid #1D1F23!important;background:#1d1f23!important;color:#fff!important;box-shadow:0 4px 8px #1d1f234d!important}.action-button:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.action-button.modify{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:16px 24px!important;font-weight:600!important;text-transform:none!important;transition:all .3s ease!important;box-shadow:0 4px 8px #1d1f234d!important}.action-button.modify:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.action-button.archive{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:16px 24px!important;font-weight:600!important;text-transform:none!important;transition:all .3s ease!important;box-shadow:0 4px 8px #1d1f234d!important}.action-button.archive:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.action-button.reserve{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;font-size:1.1rem!important;padding:18px 24px!important}.action-button.reserve:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.action-button:disabled{opacity:.6!important;transform:none!important;cursor:not-allowed!important}.other-vehicles-title{text-align:center;color:#333!important;font-weight:700!important;margin-bottom:40px!important;letter-spacing:1px!important}.other-vehicle-card{height:100%;display:flex;flex-direction:column;transition:all .3s ease!important;border-radius:12px!important;overflow:hidden;background:#fff!important;box-shadow:0 4px 12px #0000001a!important}.other-vehicle-name{color:#333!important;font-weight:600!important;margin-bottom:8px!important;font-size:1rem!important}.other-vehicle-price{color:#1d1f23!important;font-weight:600!important;margin-bottom:16px!important}.other-vehicle-button{border-radius:8px!important;font-weight:600!important;text-transform:none!important;border:2px solid #1D1F23!important;color:#1d1f23!important;transition:all .3s ease!important}.other-vehicle-button:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-1px)}.vehicule-details-container{background:#f6f6f6;min-height:100vh;padding:40px 0}.vehicule-details-content{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.close-button{position:absolute!important;top:5px!important;right:13px!important;background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:8px!important;z-index:10!important;transition:all .3s ease!important}.close-button:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 8px #1d1f234d!important}.main-image-section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 12px #0000001f;margin-bottom:20px;height:100%;display:flex;flex-direction:column;position:relative}.main-image-container{position:relative;border-radius:12px;overflow:hidden;margin-bottom:16px;background:transparent}.image-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 8px}.nav-button{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:8px 12px!important;min-width:44px!important;transition:all .3s ease!important}.nav-button:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 8px #1d1f234d!important}.nav-button:disabled{opacity:.5!important;cursor:not-allowed!important}.main-vehicle-image{width:100%;height:350px;object-fit:contain;cursor:pointer;transition:transform .3s ease;background:transparent}.main-vehicle-image:hover{transform:scale(1.02)}.details-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 12px #0000001f;height:100%;display:flex;flex-direction:column}.vehicle-title{color:#1d1f23!important;font-weight:700!important;letter-spacing:1px!important;line-height:1.2;margin-top:20px!important;margin-bottom:16px!important;text-align:center}.vehicle-price{color:#1d1f23!important;font-weight:700!important;margin-bottom:32px!important;font-size:2rem!important;text-align:center}.features-list{margin-bottom:32px}.feature-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f6f6f6;border-radius:12px;margin-bottom:12px;transition:all .3s ease}.feature-bullet{width:8px;height:8px;border-radius:50%;background:#1d1f23;flex-shrink:0}.actions-section{border-top:1px solid #e9ecef;padding-top:24px}.manager-actions,.reservation-section{display:flex;flex-direction:column;gap:16px}.auth-message{color:#666!important;text-align:center;font-style:italic;padding:12px;background:#f6f6f6;border-radius:8px}.modify-button{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:16px 24px!important;font-weight:600!important;text-transform:none!important;transition:all .3s ease!important;box-shadow:0 4px 8px #1d1f234d!important}.modify-button:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.archive-button{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:16px 24px!important;font-weight:600!important;text-transform:none!important;transition:all .3s ease!important;box-shadow:0 4px 8px #1d1f234d!important}.archive-button:hover{background:#1d1f23!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.reserve-button{background:#1d1f23!important;color:#fff!important;border-radius:8px!important;padding:18px 24px!important;font-weight:600!important;text-transform:none!important;font-size:1.1rem!important;transition:all .3s ease!important}.reserve-button:hover{background:#1c1d20!important}.reserve-button:disabled{opacity:.6!important;transform:none!important;cursor:not-allowed!important}.other-vehicles-section{margin-top:60px;padding-top:40px;border-top:2px solid #e9ecef}.other-vehicles-title{text-align:center;color:#1d1f23!important;font-weight:700!important;margin-bottom:40px!important;letter-spacing:2px!important;text-transform:uppercase}.other-vehicle-card{height:100%;display:flex;flex-direction:column;transition:all .3s ease!important;border-radius:20px!important;overflow:hidden;background:#fff!important;box-shadow:0 4px 12px #0000001f!important}.other-vehicle-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026!important}.other-vehicle-image-container{height:180px;overflow:hidden;position:relative}.other-vehicle-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.other-vehicle-card:hover .other-vehicle-image{transform:scale(1.05)}.other-vehicle-content{flex-grow:1;padding:20px!important;text-align:center}.other-vehicle-name{color:#1d1f23!important;font-weight:600!important;margin-bottom:8px!important;font-size:1rem!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.vehicule-details-container{animation:fadeInUp .6s ease-out}@media (max-width: 900px){.vehicule-details-content{display:flex!important;flex-direction:column!important;padding:0 6px}.details-section{order:1;padding:18px!important}.main-image-section{order:2;padding:12px!important}.other-vehicles-section{order:3;margin-top:30px;padding-top:20px}.main-vehicle-image{height:180px}.vehicle-title{font-size:1.1rem!important;margin-top:10px!important}.vehicle-price{font-size:1.2rem!important;margin-bottom:18px!important}.features-list{margin-bottom:18px}.other-vehicles-section{margin-top:30px;padding-top:20px}.other-vehicle-image-container{height:100px}.other-vehicle-content{padding:10px!important}}@media (max-width: 600px){.vehicule-details-content{display:flex!important;flex-direction:column!important;padding:0 2px}.details-section{order:1;padding:10px!important}.main-image-section{order:2;padding:6px!important}.other-vehicles-section{order:3;margin-top:16px;padding-top:10px}.main-vehicle-image{height:120px}.vehicle-title{font-size:1rem!important;margin-top:6px!important}.vehicle-price{font-size:1rem!important;margin-bottom:10px!important}.features-list{margin-bottom:10px}.other-vehicles-section{margin-top:16px;padding-top:10px}.other-vehicle-image-container{height:70px}.other-vehicle-content{padding:4px!important}.close-button{position:absolute!important;top:6px!important;right:6px!important;z-index:20!important;background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;padding:6px 8px!important;font-size:1.2rem!important;min-width:32px!important;min-height:32px!important;box-shadow:0 2px 8px #1d1f231f!important;display:flex!important;justify-content:center!important;align-items:center!important}}.modern-archived-vehicule-page{min-height:100vh;background:#f6f6f6;padding:0 0 32px}.archived-vehicule-header{background:#232428;color:#fff;padding:32px 0 28px;text-align:center;position:relative;margin-bottom:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.archived-vehicule-title{font-size:2.3rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;margin-top:4px}.archived-vehicule-subtitle{font-size:1.1rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6;display:block;width:100%;box-sizing:border-box;padding:0 20px;text-align:center}.archived-back-button{position:absolute!important;left:24px;top:32px;background:#1d1f23!important;color:#fff!important;z-index:10;border-radius:50%!important;transition:background .22s,box-shadow .22s;box-shadow:0 2px 8px #00000017!important}.archived-back-button:hover{background:#32343c!important}.archived-vehicule-container{padding:26px 0 0;max-width:1400px!important}.archived-form-alert{margin-bottom:24px!important;border-radius:13px!important;box-shadow:0 2px 9px #00000014!important;font-weight:500;font-size:1.07rem}.archived-vehicules-grid{margin-top:0;justify-content:center}.archived-vehicule-card{background:#fff!important;border-radius:20px!important;box-shadow:0 6px 24px #0000001f!important;border:none!important;transition:all .3s ease!important;height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.archived-vehicule-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000002e!important}.archived-card-media{position:relative;height:200px;overflow:hidden}.archived-vehicule-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.archived-vehicule-card:hover .archived-vehicule-image{transform:scale(1.05)}.archived-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:.8}.archived-overlay-text{color:#fff!important;font-weight:600!important;text-transform:uppercase;letter-spacing:1px}.archived-status-chip{position:absolute!important;top:12px!important;right:12px!important;background:#6c757de6!important;color:#fff!important;font-weight:600!important;z-index:2}.archived-card-content{padding:24px!important;flex:1;display:flex;flex-direction:column}.archived-vehicule-name{font-weight:700!important;color:#1d1f23!important;margin-bottom:16px!important;font-size:1.1rem!important}.archived-card-features{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.archived-feature-item{display:flex;align-items:center;gap:8px}.archived-feature-icon{color:#1d1f23!important;font-size:1rem!important}.archived-vehicule-description{color:#666!important;margin:12px 0 16px!important;flex:1;font-size:.9rem!important;line-height:1.4}.archived-card-divider{margin:16px 0!important}.archived-card-actions{padding:0 12px 12px;gap:7px;flex-direction:column;display:flex;align-items:stretch;margin-top:auto}.archived-action-button{border-radius:8px!important;padding:11px 0!important;font-size:1rem!important;font-weight:600!important;text-transform:none!important;transition:transform .2s,box-shadow .2s;box-shadow:none!important;border:2px solid #1D1F23!important;color:#fff!important;background:#1d1f23!important;width:100%!important;margin:0!important;box-sizing:border-box;flex:1}.archived-action-button:hover,.archived-action-button:focus{background:#1d1f23!important;color:#fff!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 4px 8px #1d1f234d!important}.archived-action-button .MuiButton-startIcon{color:inherit!important}.archived-action-button.view-button{border:2px solid #1D1F23!important;color:#fff!important;background:#1d1f23!important}.archived-action-button.view-button:hover{background:#1d1f23!important;color:#fff!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 4px 8px #1d1f234d!important}.archived-action-button.restore-button{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important}.archived-action-button.restore-button:hover{background:#1d1f23!important;border-color:#1d1f23!important;transform:translateY(-2px);box-shadow:0 4px 8px #1d1f234d!important}.archived-empty-state{text-align:center;padding:64px 32px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 6px 24px #0000001f!important;margin-top:32px}.archived-empty-icon{font-size:4rem!important;color:#6c757d!important;margin-bottom:24px!important}.archived-empty-title{color:#1d1f23!important;font-weight:700!important;margin-bottom:16px!important}.archived-empty-description{color:#666!important;margin-bottom:32px!important;max-width:500px;margin-left:auto;margin-right:auto}.archived-empty-action-button{background:#1d1f23!important;color:#fff!important;border:2px solid #1D1F23!important;border-radius:8px!important;font-weight:600!important;text-transform:none!important;padding:12px 24px!important;transition:all .3s ease!important}.archived-empty-action-button:hover{background:#1d1f23!important;transform:translateY(-2px);box-shadow:0 6px 16px #1d1f2366!important}.archived-restore-dialog .MuiDialog-paper{border-radius:16px!important}.archived-dialog-title{padding:24px 24px 16px!important}.archived-title-content{display:flex;align-items:center;gap:12px}.archived-title-icon.success{color:#22c55e!important;font-size:1.5rem!important}.archived-dialog-content{padding:0 24px 16px!important}.archived-confirmation-content{display:flex;flex-direction:column;gap:16px}.archived-confirmation-text{color:#1d1f23!important;font-weight:500!important}.archived-vehicule-preview{border-radius:12px!important;padding:16px!important;background:#f8f9fa!important}.archived-preview-content{display:flex;align-items:center;gap:16px}.archived-preview-image{width:80px;height:60px;object-fit:cover;border-radius:8px}.archived-preview-details{flex:1}.archived-preview-name{font-weight:700!important;color:#1d1f23!important;margin-bottom:4px!important}.archived-preview-price{color:#666!important}.archived-info-alert{border-radius:8px!important}.archived-dialog-actions{padding:16px 24px 24px!important;gap:12px}.archived-cancel-button{background:#fff!important;color:#1d1f23!important;border:2px solid #e9ecef!important;border-radius:8px!important;font-weight:600!important;text-transform:none!important}.archived-cancel-button:hover{background:#f8f9fa!important;border-color:#1d1f23!important}.archived-confirm-button{background:#22c55e!important;color:#fff!important;border:2px solid #22c55e!important;border-radius:8px!important;font-weight:600!important;text-transform:none!important}.archived-confirm-button:hover{background:#16a34a!important;border-color:#16a34a!important}.archived-snackbar-alert{border-radius:8px!important}.archived-vehicule-card.loading{border:1px solid #e9ecef!important}@media (max-width: 768px){.modern-archived-vehicule-page{padding:0 0 20px}.archived-vehicule-header{padding:24px 0 20px;margin-bottom:30px}.archived-vehicule-title{font-size:1.8rem!important;letter-spacing:1px!important}.archived-vehicule-subtitle{font-size:1rem!important}.archived-back-button{left:16px!important;top:24px!important}.archived-empty-state{padding:48px 20px!important}.archived-empty-icon{font-size:3rem!important}}@media (max-width: 480px){.archived-vehicule-header{padding:20px 0 16px}.archived-vehicule-title{font-size:1.5rem!important}.archived-back-button{left:12px!important;top:20px!important}.archived-card-content{padding:16px!important}.archived-card-actions{flex-direction:column}.archived-empty-state{padding:32px 16px!important}}
