.navbar{background:linear-gradient(135deg,#000000f2,#141414f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(246,196,0,.2);box-shadow:0 4px 20px #0000004d;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-left{display:flex;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s ease}.navbar-logo:hover{transform:scale(1.02)}.logo-image{height:50px;width:auto;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:#f6c400;font-family:Anton,sans-serif;letter-spacing:1px;text-transform:uppercase}.navbar-right{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#e0e0e0;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#f6c400;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover{color:#f6c400;background:#f6c4001a}.nav-link:hover:after{width:80%}.profile-menu{position:relative}.profile-button{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f6c4001a;border:1px solid rgba(246,196,0,.3);border-radius:50px;cursor:pointer;transition:all .2s ease;color:#e0e0e0}.profile-button:hover{background:#f6c40033;border-color:#f6c40080;transform:translateY(-1px)}.profile-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #f6c400}.profile-name{font-weight:500;font-size:.9rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{transition:transform .2s ease;color:#f6c400}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#141414fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(246,196,0,.3);border-radius:12px;box-shadow:0 8px 32px #00000080;min-width:200px;overflow:hidden;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;background:none;border:none;color:#e0e0e0;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.dropdown-item:hover{background:#f6c40026;color:#f6c400}.dropdown-item svg{flex-shrink:0}.login-button{padding:.625rem 1.5rem;background:linear-gradient(135deg,#f6c400,#e5b800);color:#000;text-decoration:none;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #f6c4004d}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f6c40080;background:linear-gradient(135deg,gold,#f6c400)}@media(max-width:1024px){.nav-links{gap:1rem}.nav-link{font-size:.85rem;padding:.4rem .6rem}}@media(max-width:768px){.navbar-container{padding:.5rem 1rem}.logo-text{display:none}.nav-links{gap:.5rem}.nav-link{font-size:.8rem;padding:.4rem .5rem}.profile-name{display:none}}.splatter{position:absolute;pointer-events:none}.home{min-height:100vh;position:relative}.hero-carousel{position:relative;width:100%;height:500px;overflow:hidden;margin-bottom:4rem}.carousel-container{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.carousel-slide.active{opacity:1;z-index:1}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#00000080);z-index:1}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0000004d}.carousel-arrow:hover{background:#f6c400;transform:translateY(-50%) scale(1.1)}.carousel-arrow.prev{left:2rem}.carousel-arrow.next{right:2rem}.edit-carousel-btn{position:absolute;top:2rem;right:2rem;background:#f6c400f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;color:#000;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #0000004d}.edit-carousel-btn:hover{background:gold;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.carousel-dots .dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dots .dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dots .dot.active{background:#f6c400;width:32px;border-radius:6px}.content-wrapper{max-width:1400px;margin:0 auto;padding:0 2rem 4rem;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(246,196,0,.1)}.section-header h1{font-family:Anton,sans-serif;font-size:3rem;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px}.section-subtitle{font-size:1.1rem;color:#aaa;font-weight:400}.filter-bar{background:#000000b3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(246,196,0,.2);border-radius:16px;padding:2rem;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;box-shadow:0 8px 32px #00000080}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.85rem;font-weight:600;color:#f6c400;text-transform:uppercase;letter-spacing:.5px}.search-input{position:relative;display:flex;align-items:center}.search-input svg{position:absolute;left:1rem;color:#666;pointer-events:none}.search-input input{width:100%;padding:.75rem 1rem .75rem 3rem;background:#fffffff2;border:2px solid transparent;border-radius:8px;font-size:.95rem;color:#000;transition:all .3s ease}.search-input input:focus{outline:none;border-color:#f6c400;background:#fff}.search-input input::placeholder{color:#999}.filter-group select{padding:.75rem 1rem;background:#fffffff2;border:2px solid transparent;border-radius:8px;font-size:.95rem;color:#000;cursor:pointer;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#f6c400;background:#fff}.price-range{grid-column:span 2}.price-range label{margin-bottom:.75rem}.results-info{margin-bottom:2rem;text-align:center}.results-info p{color:#aaa;font-size:.95rem}.results-info strong{color:#f6c400;font-weight:600}.car-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.no-results{text-align:center;padding:4rem 2rem;color:#666;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(246,196,0,.2)}.no-results svg{margin-bottom:1.5rem;opacity:.5}.no-results h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.no-results p{color:#999}@media(max-width:1024px){.section-header h1{font-size:2.5rem}.filter-bar{grid-template-columns:1fr}.price-range{grid-column:span 1}.carousel-arrow{width:40px;height:40px}.carousel-arrow.prev{left:1rem}.carousel-arrow.next{right:1rem}}@media(max-width:768px){.hero-carousel{height:300px}.section-header h1{font-size:2rem}.section-subtitle{font-size:.95rem}.content-wrapper{padding:0 1rem 2rem}.filter-bar{padding:1.5rem;gap:1rem}.car-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.carousel-arrow{display:none}.edit-carousel-btn{padding:.5rem 1rem;font-size:.85rem}}@media(max-width:480px){.car-grid{grid-template-columns:1fr}.section-header h1{font-size:1.75rem}}.car-card{background-color:#222;color:#f6c400;padding:1rem;border-radius:8px;text-align:center;box-shadow:0 2px 6px #0000004d;transition:transform .2s ease}.car-card img{width:100%;height:100%;max-height:200px;object-fit:cover;border-radius:8px;margin-bottom:.5rem}.car-card:hover{transform:scale(1.03)}.view-details-button{display:inline-block;margin-top:.5rem;padding:.4rem .8rem;background-color:#f6c400;color:#222;font-weight:700;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.view-details-button:hover{background-color:#ffdb4d}.car-image-wrapper{position:relative;width:100%;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.car-image.sold{filter:grayscale(100%) brightness(.6);transition:filter .3s ease}.picture-editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.picture-editor-modal{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;box-shadow:0 0 20px #0003;text-align:center;position:relative}.picture-editor-modal h2{margin-bottom:1rem;font-size:1.5rem;color:#333}.picture-editor-modal input{width:100%;padding:10px;margin-bottom:12px;border-radius:8px;border:1px solid #ccc;font-size:1rem}.picture-editor-modal button{background-color:#f6c400;color:#000;border:none;padding:10px 20px;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.picture-editor-modal button:hover{background-color:#ffdb4d}.login-container{display:flex;justify-content:center;align-items:center;height:calc(100vh - 80px);background-color:#3d3d3d}.login-form{background-color:#222;padding:2rem;border-radius:10px;width:100%;max-width:400px;color:#f6c400;box-shadow:0 0 20px #0006}.login-form h2{margin-bottom:1.5rem;text-align:center;font-family:Anton,sans-serif;text-transform:uppercase}.login-form label{display:block;margin-bottom:.5rem;font-weight:700}.login-form input{width:100%;padding:.6rem;margin-bottom:1.2rem;border:none;border-radius:6px;background-color:#333;color:#fff}.login-form button{width:100%;padding:.8rem;background-color:#f6c400;border:none;color:#222;font-weight:700;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.login-form button:hover{background-color:#ffdb4d}.car-details{max-width:800px;margin:2rem auto;padding:2rem;background-color:#222;border-radius:10px;color:#f6c400;box-shadow:0 0 10px #00000080;position:relative}.car-details-image-wrapper{width:100%;max-height:400px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.car-details-image{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px}.back-button{background-color:transparent;border:2px solid #f6c400;color:#f6c400;padding:.4rem .8rem;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s ease;margin-bottom:1rem}.back-button:hover{background-color:#f6c400;color:#222}.car-details-header{display:flex;justify-content:flex-start}.car-details-image.sold{filter:grayscale(100%) brightness(.6);transition:filter .3s ease}.sold-banner{position:absolute;top:12px;left:-35px;width:120px;text-align:center;background-color:#f33;color:#fff;font-weight:700;padding:5px 0;transform:rotate(-45deg);font-size:.75rem;box-shadow:0 2px 6px #00000080;z-index:2;pointer-events:none;border-radius:4px}.modal-content input{width:100%;padding:.5rem;margin-top:.25rem;border:none;border-radius:5px;background-color:#333;color:#fff}.modal-content select{width:100%;padding:.5rem;margin-top:.25rem;border:none;border-radius:5px;background-color:#333;color:#fff;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.modal-buttons button{padding:.5rem 1rem;border:none;border-radius:5px;font-weight:700;cursor:pointer}.modal-buttons button:last-child{background-color:#f6c400;color:#222}.modal-content{background-color:#222;padding:2rem;border-radius:10px;color:#f6c400;width:100%;max-width:500px;box-shadow:0 0 20px #000000b3}.modal-content h2{margin-bottom:1rem;font-family:Anton,sans-serif}.modal-content form label{display:block;margin-bottom:1rem;font-weight:700}.modal-content input,.modal-content select{width:100%;padding:.5rem;margin-top:.25rem;border:none;border-radius:5px;background-color:#333;color:#fff}.modal-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.modal-buttons button:last-child{background-color:#28a745;color:#fff}.modal-buttons button{padding:.5rem 1rem;border-radius:5px;font-weight:700;cursor:pointer}.modal-buttons button:disabled{opacity:.6;cursor:not-allowed}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#222;padding:2rem;border-radius:10px;color:#f6c400;width:90%;max-width:400px;text-align:center;box-shadow:0 0 20px #000000b3}.modal-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.modal-buttons button{padding:.5rem 1rem;border-radius:5px;font-weight:700;cursor:pointer;border:none}.modal-buttons button:first-child{background-color:transparent;color:#f6c400;border:2px solid #f6c400}.modal-buttons button:last-child{background-color:#f44336;color:#fff}.profile-page{max-width:600px;margin:3rem auto;background-color:#2b2b2b;padding:2rem;border-radius:12px;color:#f6c400;box-shadow:0 0 12px #00000080}.profile-page h1{font-size:2rem;margin-bottom:1.5rem;font-family:Anton,sans-serif;text-align:center;text-transform:uppercase;letter-spacing:1px}.profile-card{background-color:#1c1c1c;padding:1.5rem;border-radius:10px;box-shadow:0 0 10px #0006}.profile-card p{font-size:1.1rem;margin:1rem 0;color:#eee}.profile-card p strong{color:#f6c400;margin-right:.5rem}.profile-image-wrapper{text-align:center;margin-bottom:1.5rem}.profile-image{width:100px;height:100px;object-fit:cover;border-radius:50%;border:3px solid #f6c400}.profile-card label{display:block;margin:1rem 0 .3rem;color:#f6c400;font-weight:500}.profile-card input{width:100%;padding:.5rem;background-color:#2e2e2e;border:1px solid #444;color:#fff;border-radius:6px;font-size:1rem;margin-bottom:1rem}.profile-card button{background-color:#f6c400;border:none;color:#000;padding:.5rem 1.2rem;font-weight:700;border-radius:6px;cursor:pointer;margin-right:1rem;transition:background-color .2s ease}.profile-card button:hover{background-color:#ffdb4d}.profile-buttons{display:flex;gap:10px;margin-top:20px}.profile-card label{display:block;margin:15px 0}.profile-card input[type=password],.profile-card input[type=text]{width:100%;padding:8px;margin-top:5px;border:1px solid #ccc;border-radius:4px}.profile-card h3{margin-top:0;color:#333}.home-page{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding-top:3rem}.hero-text{position:relative;z-index:2;font-family:Anton,sans-serif;text-align:left;margin-bottom:2rem}.car-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.filter-bar{display:flex;flex-wrap:wrap;gap:1rem;background-color:#1e1e1ef2;padding:1.5rem 2rem;border-radius:16px;margin:0 auto 2rem;max-width:1000px;z-index:2;position:relative;box-shadow:0 6px 24px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between}.filter-item{flex:1;min-width:200px;display:flex;flex-direction:column}.filter-item input,.filter-item select{padding:.6rem 1rem;background-color:#222;color:#f6c400;border:1px solid #444;border-radius:8px;font-size:1rem;outline:none}.filter-item input:focus,.filter-item select:focus{border-color:#f6c400}.slider-wrapper label{font-weight:500;color:#f6c400;margin-bottom:.4rem;font-size:.95rem}.dashboard-page{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#222222d9;border-radius:12px;color:#f6c400;z-index:1;position:relative;overflow-x:hidden}.dashboard-page h1{margin-bottom:2rem;font-size:2rem;font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:1px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.dashboard-card{background-color:#222;border-radius:10px;padding:1.5rem;box-shadow:0 0 10px #0006;text-align:center;overflow:hidden}.dashboard-card h3{margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.dashboard-card p{font-size:1.5rem;font-weight:700;color:#fff}.charts-section{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2rem;justify-content:center;overflow:hidden}.chart-card{background-color:#222;padding:1rem;border-radius:10px;box-shadow:0 0 8px #0006;color:#fff;text-align:center;max-width:100%;overflow:hidden}.latest-sold{margin-top:2rem}.latest-sold ul{list-style:none;padding:0}.latest-sold li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}html,body{overflow-x:hidden;overflow-y:auto;height:100%}body{overflow:hidden!important}.paint-splatter{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;opacity:.9;pointer-events:none;object-fit:cover}#root{min-height:100vh;height:auto}.app-content{min-height:100vh;height:auto;overflow:visible}.stock-management{padding:2rem;color:#f6c400;max-width:1300px;margin:2rem auto;background-color:#222222d9;border-radius:12px;box-shadow:0 0 10px #000;z-index:1;position:relative;min-height:100vh;height:auto;overflow:visible}.stock-management-header{text-align:center;margin-bottom:1.5rem}.stock-management-header h1{font-size:2rem;font-family:Anton,sans-serif;color:#f6c400;margin-bottom:1rem}.add-car-button{background-color:#f6c400;border:none;padding:.5rem 1.2rem;color:#000;font-weight:700;border-radius:6px;cursor:pointer;margin-bottom:1rem}.add-car-button:hover{background-color:#ffdb4d}.stock-tables{display:flex;gap:2rem;justify-content:space-between;flex-wrap:wrap}.stock-table{background-color:#1c1c1c;border-radius:10px;padding:1rem;flex:1;min-width:580px;overflow-x:auto}.stock-table h2{text-align:center;margin-bottom:1rem;font-family:Anton,sans-serif;color:#f6c400;font-size:1.4rem}.stock-table table{width:100%;border-collapse:collapse;background-color:#2e2e2e;border-radius:8px;overflow:hidden;color:#f6c400}.stock-table th{background-color:#111;color:#f6c400;padding:.75rem;font-weight:700;text-align:center}.stock-table td{padding:.75rem;border-bottom:1px solid #444;text-align:center;word-wrap:break-word}.stock-table tbody tr:hover{background-color:#3a3a3a}.stock-table button{padding:.3rem .7rem;border:none;border-radius:5px;font-weight:700;cursor:pointer}.stock-table button:hover{opacity:.9}.delete-button{background:#ff4d4d;color:#fff}.edit-button{background-color:#f6c400;color:#000}.employee-management-container{max-width:1100px;margin:0 auto;padding:2rem;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.employee-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:#fff}.employee-management-container{max-width:1100px;margin:0 auto;padding:2rem;color:#f6c400;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.employee-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.employee-management-header h1{font-size:2rem;font-weight:700}.employee-table{width:100%;border-collapse:collapse;background-color:#1e1e1ef2;box-shadow:0 6px 16px #0000004d;border-radius:12px;overflow:hidden}.employee-table th,.employee-table td{padding:1rem;text-align:left;border-bottom:1px solid #444}.employee-table th{background-color:#1c1c1c;color:#f6c400;font-size:.95rem;text-transform:uppercase}.employee-table td{font-size:.95rem;color:#e0e0e0}.employee-table tr:hover{background-color:#ffffff0d}.action-buttons{display:flex;gap:.5rem}.action-buttons button{padding:.4rem .8rem;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}.action-buttons button.edit{background-color:#f6c400;color:#1c1c1c}.action-buttons button.delete{background-color:#c40000;color:#fff}.add-employee-btn{padding:.6rem 1rem;font-size:1rem;border-radius:8px;background-color:#f6c400;color:#1c1c1c;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease}.add-employee-btn:hover{transform:scale(1.03)}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f0fb3;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#222;color:#f6c400;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 8px 24px #0006}.modal-content label{display:block;margin-bottom:1rem;font-size:.9rem}.modal-content input,.modal-content select{width:100%;padding:.6rem;border-radius:6px;border:1px solid #555;background:#111;color:#f6c400;margin-top:.3rem}.modal-buttons{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.modal-buttons button{padding:.5rem 1rem;font-size:.9rem;border-radius:6px;cursor:pointer;font-weight:600;border:none}.modal-buttons button.cancel{background-color:#444;color:#fff}.modal-buttons button.save{background-color:#f6c400;color:#1c1c1c}.employee-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:999}.employee-modal{background:#1e1e1e;padding:2rem;border-radius:12px;width:400px;color:#f6c400;box-shadow:0 10px 30px #00000080}.employee-modal h2{margin-bottom:1rem;font-family:Anton,sans-serif;text-align:center}.employee-modal form{display:flex;flex-direction:column;gap:1rem}.employee-modal label{display:flex;flex-direction:column;font-size:.9rem}.employee-modal input,.employee-modal select{padding:.5rem;border-radius:6px;border:1px solid #444;background-color:#2b2b2b;color:#f6c400;font-size:1rem;margin-top:.3rem}.modal-buttons{display:flex;justify-content:space-between;margin-top:1.5rem}.modal-buttons button{flex:1;padding:.6rem 1rem;border:none;border-radius:6px;background-color:#f6c400;color:#1e1e1e;font-weight:700;cursor:pointer;margin:0 .5rem;transition:background .2s ease}.modal-buttons button:hover{background-color:#e0b800}.confirm-modal{margin-top:1.5rem;background:#2b2b2b;padding:1rem;border-radius:8px;color:#fff;text-align:center;box-shadow:0 0 12px #00000080}.confirm-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.confirm-actions .confirm{background-color:#c0392b;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.confirm-actions button{background-color:#666;color:#fff;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer}.app-wrapper{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#1e1e1ef2}.app-content{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:2rem;color:#ffcf00}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;height:auto;overflow-x:hidden;overflow-y:auto}h1,.car-card h3{font-family:Bebas Neue,sans-serif}body,.filter-item select,.filter-item input{font-family:Poppins,sans-serif}a{text-decoration:none;color:inherit}
