body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}nextjs-portal{display:none!important}
*{box-sizing:border-box;font-optical-sizing:auto;margin:0;padding:0;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400}img{max-width:100%;height:auto}.App{width:100vw;max-width:100%;min-height:100vh;margin:0 auto}body{color:#12303e;background-color:#f4fbfd;max-width:100%;overflow-x:hidden}a:hover{color:#37c2cc}.primary-button{cursor:pointer;background-color:#fff;border:none;border-radius:5rem;outline:none;padding:.9rem 1.75rem;font-size:1.1rem;font-weight:600;transition:all .2s}.primary-button:hover{background-color:#eaeaea}.secondary-button{cursor:pointer;color:#fff;background:linear-gradient(15deg,#00486c,#016f9f);border:none;border-radius:5rem;outline:none;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.secondary-button svg{margin-left:.75rem;font-size:1.5rem}.secondary-button:hover{background-color:#e48f0f}.home-banner-container{background:linear-gradient(135deg,#00486cfa,#016f9fe6),#00486c;justify-content:center;align-items:center;gap:clamp(2rem,6vw,6rem);min-height:100svh;padding:7rem max(1rem,50% - 590px) 0;display:flex;position:relative;overflow:hidden}.home-bannerImage-container{z-index:1;background-repeat:no-repeat;background-size:contain;max-width:50%;position:absolute;top:0;right:0}.home-bannerImage-container img{width:100%;height:auto}.home-image-section{z-index:1;flex:1;justify-content:center;align-self:flex-end;align-items:flex-end;max-width:min(42vw,520px);margin-bottom:0;margin-right:0;display:flex}.home-image-section img{filter:drop-shadow(0 28px 42px #001f3047);width:min(100%,520px)}.home-text-section{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;max-width:620px;margin:0;display:flex}.primary-heading{color:#fff;max-width:720px;font-size:clamp(2.25rem,5vw,4.35rem);font-weight:800;line-height:1.02}.primary-heading-body{color:#00486c;max-width:600px;font-size:clamp(1.5rem,5vw,3.2rem);font-weight:200}.primary-text{color:#ffffffdb;max-width:560px;margin:1.25rem 0 0;font-size:1.08rem;line-height:1.75}.home-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:2rem;display:flex}.hero-primary-action,.hero-secondary-action{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 1.35rem;font-size:.98rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.hero-primary-action{color:#003952;background:#fff;border:0}.hero-secondary-action{color:#fff;background:#ffffff14;border:1px solid #ffffff57}.hero-primary-action:hover,.hero-secondary-action:hover{transform:translateY(-2px)}.hero-primary-action:hover{background:#d9f4ff}.hero-secondary-action:hover{color:#fff;border-color:#ffffffb8}.top-text{color:#707070;max-width:550px;margin:1.5rem 0;font-size:clamp(2rem,3vw,1.4rem);line-height:1.9rem}.primary-sub-text{color:#fff;max-width:900px;margin:1.5rem 0;font-size:clamp(1rem,3vw,2rem);line-height:1.5rem}.get-app-btn{flex-direction:row;justify-content:flex-start;align-items:center;gap:.8rem;width:100%;max-width:25rem;margin-top:1.5rem;display:flex}.get-app-btn img{width:100%;max-width:11rem;height:auto;transition:transform .2s}.get-app-btn a:hover img{transform:translateY(-2px)}@media (max-width:800px){.get-app-btn{flex-direction:row;justify-content:center;align-items:center;padding:0}.get-app-btn img{max-width:9.5rem}}@media (max-width:400px){.hero-primary-action,.hero-secondary-action,.home-actions{width:100%}.get-app-btn{flex-direction:column}.get-app-btn img{max-width:9rem}}.about-section-container{justify-content:space-between;align-items:center;margin-top:3rem;margin-left:10rem;margin-right:10rem;display:flex;position:relative}.about-background-image-container{z-index:-2;position:absolute;left:0}.about-section-image-container{flex:.7;margin-right:1rem}.about-section-text-container{flex-direction:column;flex:1;justify-content:center;display:flex}.primary-subheading{color:#00486c;font-size:2rem;font-weight:700}.about-buttons-container{margin-top:2rem;display:flex}.container{max-width:1200px;margin:20px auto;padding:0}.back-to-top{color:#fff;cursor:pointer;opacity:0;pointer-events:none;z-index:2000;background-color:#00486c;border:1px solid #ffffff61;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;transition:opacity .2s,transform .2s,background-color .2s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(10px);box-shadow:0 14px 35px #00273a40}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background-color:#0179ad}@media (max-width:1000px){.primary-button{font-size:1rem}.home-bannerImage-container{max-width:200px}.home-text-section{margin-left:0;margin-right:0}.about-section-container{margin-left:5rem;margin-right:5rem}}@media (max-width:768px){.home-banner-container{flex-direction:column;align-items:center;gap:1.5rem;min-height:auto;padding:6.5rem 1.25rem 2rem}.home-bannerImage-container{max-width:100%;position:static}.home-image-section,.about-section-image-container{width:90%;max-width:330px}.home-image-section{margin-bottom:-2rem}.primary-heading,.primary-text{text-align:center;max-width:100%}.home-actions{justify-content:center;margin-top:1.5rem}.home-text-section,.about-section-text-container{justify-content:center;align-items:center;margin-top:2rem}.secondary-button{cursor:pointer;padding:.8rem 2rem;font-size:1rem}.about-section-container{margin-top:5rem!important}.about-buttons-container{flex-direction:column;justify-content:center}.primary-subheading{text-align:center}.watch-video-button svg{margin-right:.5rem!important}.about-section-image-container{margin-right:0!important}}@media (max-width:400px){.home-bannerImage-container,.about-background-image-container{display:none}}
.carCard{color:#173342;cursor:pointer;text-align:left;background:#fff;border:1px solid #00486c14;border-radius:8px;flex-direction:column;width:100%;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 10px 26px #002d4414}.carCard:hover{border-color:#0179ad47;transform:translateY(-3px);box-shadow:0 16px 36px #002d4424}.carImageWrap{aspect-ratio:4/3;background:#dbeaf0;position:relative;overflow:hidden}.carImage{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.carCard:hover .carImage{transform:scale(1.04)}.carImagePlaceholder{color:#607984;justify-content:center;align-items:center;height:100%;font-weight:900;display:flex}.carCategoryBadge{color:#fff;background:#00486ce0;border-radius:999px;padding:.35rem .65rem;font-size:.76rem;font-weight:900;position:absolute;top:.75rem;left:.75rem}.carFeaturedBadge{color:#fff;background:#a8660aeb;border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.76rem;font-weight:900;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.carDetails{gap:.5rem;padding:1rem;display:grid}.carDetails h3{color:#a00c1d;margin:0;font-size:1.12rem;font-weight:900;line-height:1.25}.carDetails p{margin:0}.carTitle{color:#173342;min-height:2.5em;font-size:.98rem;font-weight:900;line-height:1.3}.carMeta{color:#607984;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.84rem;font-weight:800;display:flex}.carMeta span,.phone{align-items:center;gap:.35rem;display:inline-flex}.carMeta svg,.phone svg{color:#0179ad;font-size:.76rem}.phone{color:#0179ad;font-size:.86rem;font-weight:900}.carCardSkeleton{pointer-events:none}.carCardSkeletonImage,.carCardSkeletonLine{background:#dcebf1;border-radius:8px;position:relative;overflow:hidden}.carCardSkeletonImage:after,.carCardSkeletonLine:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.35s infinite carCardSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.carCardSkeletonImage{aspect-ratio:4/3}.carCardSkeletonLine{width:82%;height:16px}.carCardSkeletonLine.wide{width:58%;height:22px}.carCardSkeletonLine.short{width:44%}@keyframes carCardSkeletonShimmer{to{transform:translate(100%)}}
.brandGrid,.typeGrid{cursor:pointer;flex-wrap:nowrap;justify-content:center;gap:10px;margin:10px 30px;padding:20px;display:flex;overflow-x:auto}.brandCard{text-align:center;background-color:#f0f0f0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100px;height:120px;padding:10px;font-size:13px;display:flex;box-shadow:0 4px 8px #0000001a}.typeCard{text-align:center;background-color:#f0f0f0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:80px;height:100px;padding:10px;font-size:13px;display:flex;box-shadow:0 4px 8px #0000001a}.brandImage,.typeImage{object-fit:contain;border-radius:10px;width:60px;height:60px;margin-bottom:5px}.noAdsFound{color:red;text-align:center;margin-top:20px;font-size:16px;font-weight:700}h2{text-align:center;color:#016f9f;margin-top:20px;font-weight:600}.horizontalLine{border-color:#016f9f;align-items:center;width:55%;margin:auto;display:flex}.phone{color:#016f9f;font-weight:500}@media (max-width:600px){.carCard{flex-direction:column;align-items:center;width:90%}.carImage{width:100%;margin-bottom:10px;margin-right:0}.carDetails{text-align:center;align-items:center}}@media (min-width:601px) and (max-width:1024px){.carCard{width:75%}.carImage{width:200px}}@media (min-width:1025px){.carCard{width:55%}.carImage{width:150px}}
.about-section-container{flex-direction:row;align-items:center;padding:5px;display:flex}.about-background-image-container img{max-width:100%;height:auto;display:block}.about-section-text-container{flex:1;padding:20px}.primary-subheading{margin-bottom:10px;font-size:24px}.primary-heading-body{margin-bottom:20px;font-size:36px}.top-text{margin-bottom:20px;font-size:clamp(1.2rem,2vw,1.2rem);line-height:25pt}@media (max-width:768px){.about-section-container{text-align:center;flex-direction:column;align-items:center}.about-section-text-container{padding:10px}.primary-subheading{font-size:25px}.primary-heading-body{font-size:28px}.top-text{text-align:center;font-size:14px}}
.latest-vehicles-section{background:#eef8fb;padding:clamp(3.5rem,7vw,5.5rem) 1.25rem}.latest-vehicles-container{width:min(1180px,100%);margin:0 auto}.latest-vehicles-heading{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.75rem;display:flex}.latest-vehicles-eyebrow{color:#0179ad;text-transform:uppercase;margin-bottom:.4rem;font-size:.88rem;font-weight:800}.latest-vehicles-heading h1{color:#00486c;font-size:clamp(2.1rem,5vw,4rem);font-weight:800;line-height:1.02}.latest-vehicles-heading p:not(.latest-vehicles-eyebrow){color:#54707c;max-width:520px;margin-top:.85rem;font-size:1rem;line-height:1.6}.latest-vehicles-action{color:#00486c;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #00486c29;border-radius:999px;align-items:center;gap:.55rem;min-height:44px;padding:0 1rem;font-size:.95rem;font-weight:800;transition:transform .2s,border-color .2s,background-color .2s;display:inline-flex}.latest-vehicles-action:hover{background:#dff4fb;border-color:#00486c52;transform:translateY(-1px)}.latest-vehicles-carousel{padding:.25rem 0 2.4rem;position:relative}.latest-vehicles-carousel-item{padding:.25rem .6rem .8rem}.latest-vehicle-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #00486c14;border-radius:8px;flex-direction:column;width:100%;height:100%;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 12px 30px #002d441a}.latest-vehicle-card:hover{border-color:#0179ad42;transform:translateY(-4px);box-shadow:0 18px 42px #002d4429}.latest-vehicle-image-wrap{aspect-ratio:4/3;background:#dbeaf0;position:relative;overflow:hidden}.latest-vehicle-image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.latest-vehicle-card:hover .latest-vehicle-image{transform:scale(1.04)}.latest-vehicle-image-placeholder{color:#6f8792;justify-content:center;align-items:center;height:100%;font-weight:800;display:flex}.latest-vehicle-badge{color:#fff;background:#00486cdb;border-radius:999px;max-width:calc(100% - 1.5rem);padding:.35rem .65rem;font-size:.76rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.latest-vehicle-details{gap:.45rem;padding:1rem;display:grid}.latest-vehicle-price{color:#a00c1d;font-size:clamp(1rem,1.6vw,1.16rem);font-weight:800;line-height:1.25}.latest-vehicle-title{color:#233f4d;min-height:2.6em;font-size:.96rem;font-weight:700;line-height:1.3}.latest-vehicle-location{color:#607984;align-items:center;gap:.35rem;font-size:.86rem;font-weight:700;display:inline-flex}.latest-vehicle-location svg{color:#0179ad;font-size:.78rem}.latest-vehicles-state{color:#496a78;text-align:center;background:#fff;border:1px solid #00486c1a;border-radius:8px;padding:2rem;font-weight:700}.latest-vehicles-carousel .react-multiple-carousel__arrow{background:#00486ce6;border:1px solid #ffffffb8;width:42px;min-width:42px;height:42px;transition:background-color .2s,transform .2s;box-shadow:0 12px 28px #002d4433}.latest-vehicles-carousel .react-multiple-carousel__arrow:hover{background:#0179ad;transform:translateY(-1px)}.latest-vehicles-carousel .react-multiple-carousel__arrow--left{left:0}.latest-vehicles-carousel .react-multiple-carousel__arrow--right{right:0}.latest-vehicles-carousel .react-multiple-carousel__arrow:before{color:#fff;font-size:1rem}.latest-vehicles-carousel .react-multi-carousel-dot-list{bottom:0}.latest-vehicles-carousel .react-multi-carousel-dot button{background:#00486c3d;border:none;width:9px;height:9px}.latest-vehicles-carousel .react-multi-carousel-dot--active button{background:#0179ad;border-radius:999px;width:22px}@media (max-width:768px){.latest-vehicles-section{padding:3rem 1rem}.latest-vehicles-heading{flex-direction:column;align-items:flex-start}.latest-vehicles-heading h1{max-width:520px}.latest-vehicles-action{justify-content:center;width:100%}.latest-vehicles-carousel-item{padding-left:.35rem;padding-right:.35rem}}.latest-vehicle-card,.latest-vehicle-card:hover,.latest-vehicle-card:focus,.latest-vehicle-card:active{color:#233f4d;appearance:none;background:#fff}.latest-vehicle-card:focus{outline-offset:3px;outline:3px solid #0179ad3d}.latest-vehicle-card:hover .latest-vehicle-price,.latest-vehicle-card:focus .latest-vehicle-price,.latest-vehicle-card:active .latest-vehicle-price{color:#a00c1d}.latest-vehicle-card:hover .latest-vehicle-title,.latest-vehicle-card:focus .latest-vehicle-title,.latest-vehicle-card:active .latest-vehicle-title{color:#233f4d}.latest-vehicle-card:hover .latest-vehicle-location,.latest-vehicle-card:focus .latest-vehicle-location,.latest-vehicle-card:active .latest-vehicle-location{color:#607984}
#contact{scroll-margin-top:90px}#contact .contact-body{background:linear-gradient(90deg,#002f48eb,#00486cb8 42%,#00486c38),url(/contact-banner.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:480px;padding:clamp(3rem,5vw,4.5rem) clamp(1.25rem,6vw,6rem);display:flex;position:relative}#contact .contact-page-wrapper{grid-template-columns:minmax(0,1fr) minmax(340px,460px);align-items:center;gap:clamp(1.5rem,5vw,4rem);width:min(1120px,100%);display:grid}#contact .contact-copy{color:#fff}#contact .contact-eyebrow{color:#8bd7ff;letter-spacing:0;text-transform:uppercase;margin-bottom:.85rem;font-size:.9rem;font-weight:800}#contact .contact-heading{color:#fff;max-width:620px;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.04}#contact .contact-text{color:#ffffffdb;max-width:520px;margin-top:1rem;font-size:1.06rem;line-height:1.75}#contact .contact-info-list{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}#contact .contact-info-list a,#contact .contact-info-list span{color:#fff;-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff3d;border-radius:999px;align-items:center;gap:.55rem;min-height:42px;padding:0 .9rem;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}#contact .contact-info-list svg{color:#8bd7ff;flex:none}#contact .contact-info-list a:hover{color:#fff;border-color:#ffffff8c}#contact .contact-form-panel{background:#fffffff0;border:1px solid #ffffff4d;border-radius:8px;padding:clamp(1rem,2.5vw,1.5rem);box-shadow:0 24px 70px #001f3047}#contact .contact-form-container{gap:.9rem;display:grid}#contact .nameTextBox,#contact .emailTextBox,#contact .messageTextBox{color:#143142;background:#fff;border:1px solid #c9d9e1;border-radius:8px;outline:none;width:100%;padding:.95rem 1rem;font-size:1rem;line-height:1.4;transition:border-color .2s,box-shadow .2s}#contact .messageTextBox{resize:vertical;min-height:120px}#contact .nameTextBox:focus,#contact .emailTextBox:focus,#contact .messageTextBox:focus{border-color:#0179ad;box-shadow:0 0 0 4px #0179ad1f}#contact .secondary-button{color:#fff;cursor:pointer;background:#00486c;border:none;border-radius:8px;min-height:50px;padding:0 1.4rem;font-size:1rem;font-weight:800;transition:background-color .2s,transform .2s}#contact .secondary-button:hover{background:#0179ad;transform:translateY(-1px)}#contact .errorMessage,#contact .statusMessage{margin-top:.9rem;font-size:.92rem;font-weight:700}#contact .errorMessage{color:#c93434}#contact .statusMessage{color:#0b7a46}@media (max-width:860px){#contact .contact-body{background:linear-gradient(#002f48eb,#00486cb8),url(/contact-banner.jpg) 50%/cover no-repeat;min-height:auto;padding:3.5rem 1.25rem}#contact .contact-page-wrapper{grid-template-columns:1fr}#contact .contact-copy{text-align:center}#contact .contact-heading,#contact .contact-text{margin-left:auto;margin-right:auto}#contact .contact-info-list{justify-content:center}}@media (max-width:480px){#contact .contact-body{padding:3rem 1rem}#contact .contact-info-list{flex-direction:column;align-items:stretch}#contact .contact-info-list a,#contact .contact-info-list span{justify-content:center}}
.footer-body{color:#fff;background:linear-gradient(135deg,#00486cfa,#016f9ff2),#00486c;padding:1.4rem clamp(1.25rem,5vw,4rem)}.footer-wrapper{gap:1.1rem;width:min(1180px,100%);margin:0 auto;display:grid}.footer-section-one{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-logo-container{align-items:start;gap:.35rem;display:grid}.footer-logo-container img{width:145px;height:auto;display:block}.footerTagline{color:#ffffffc2;font-size:.9rem;line-height:1.45}.footer-contact-icons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.footerContact{color:#ffffffe6;background:#ffffff14;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.45rem;min-height:38px;padding:0 .8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.footerContact svg{color:#8bd7ff;font-size:.85rem}.footerContact:hover{color:#fff;background:#ffffff24;border-color:#ffffff7a}.footer-icons{align-items:center;gap:.45rem;display:flex}.footer-icons a{color:#00486c;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.footer-icons svg{font-size:1.35rem}.footer-icons a:hover{background:#8bd7ff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.copyText{color:#ffffffb8;font-size:.86rem}.designer{color:#8bd7ff;font-size:.86rem;font-weight:800;text-decoration:none;transition:color .2s,opacity .2s}.designer:hover{color:#fff;opacity:.92;text-decoration:none}.footer-section-columns{flex-direction:column;min-width:190px;display:flex}.footer-section-columns span{color:#fff;cursor:pointer;margin:.25rem 0;font-weight:600}@media (max-width:820px){.footer-section-one,.footer-bottom{text-align:center;flex-direction:column;align-items:center}.footer-logo-container{justify-items:center}.footer-contact-icons{justify-content:center}}@media (max-width:520px){.footer-body{padding:1.5rem 1rem}.footer-contact-icons{flex-direction:column;align-items:stretch;width:100%}.footerContact,.footer-icons{justify-content:center}}
#how{text-align:center;background-color:#313232;align-items:center;margin:auto;padding:54px 20px 46px}.secondary-subheading-how1{color:#fff;margin-bottom:10px;font-size:clamp(2.5rem,3vw,5rem);font-weight:200}.secondary-subheading-how2{color:#fff;margin-bottom:30px;font-size:clamp(1rem,2vw,1.2rem);font-weight:200}.steps-container{flex-wrap:wrap;justify-content:center;gap:clamp(1.25rem,4vw,4rem);max-width:1180px;margin:0 auto;display:flex}.step{flex:1;min-width:230px;max-width:330px;margin:0;padding:0 .5rem}.step .howText{color:#fff;margin:0 0 .75rem;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:700;line-height:1.25}.step-number{color:#fff;background-color:#016f9f;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 18px;font-size:24px;font-weight:700;display:flex}.step p{color:#fff;font-size:16px;line-height:1.5}.step .howDescription{color:#ffffffb8;max-width:300px;margin:0 auto;font-size:.96rem;line-height:1.65}@media (max-width:768px){#how{padding:44px 18px}.steps-container{gap:1.75rem}.step{max-width:420px;margin:0}.primary-heading{font-size:28px}.secondary-subheading{font-size:18px}}
.login-layout-container{background:#eef8fb;flex-direction:column;min-height:100vh;display:flex}.login-content{flex:1}.session-modal-overlay{z-index:1000;background:0 0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.session-modal{text-align:center;background:#fff;border-radius:12px;width:min(420px,100%);padding:1.75rem;box-shadow:0 24px 60px #001e2e4d}.session-modal h2{color:#00486c;margin:0;font-size:1.5rem;font-weight:900}.session-modal p{color:#54707c;margin:.75rem 0 1.5rem;line-height:1.55}.session-modal-actions{flex-direction:column;gap:.6rem;display:flex}.session-modal-actions .admin-primary-action{width:100%;min-height:46px}.session-modal-logout{color:#a00c1d;cursor:pointer;background:#fff0f2;border:0;border-radius:8px;min-height:46px;font-weight:900}.session-modal-logout:hover{background:#f8d7dc}
.login-container.admin-auth-page{background:linear-gradient(135deg,#00486c0f,#0179ad1f),#eef8fb;grid-template-columns:minmax(0,1fr) minmax(340px,430px);align-items:center;gap:clamp(2rem,7vw,6rem);min-height:calc(100vh - 120px);padding:clamp(2rem,6vw,5rem) clamp(1rem,6vw,6rem);display:grid}.login-intro{max-width:680px}.admin-eyebrow{color:#0179ad;text-transform:uppercase;margin:0 0 .8rem;font-size:.84rem;font-weight:900}.login-intro h1{color:#00486c;margin:0;font-size:clamp(2.4rem,5vw,4.4rem);font-weight:900;line-height:1.02}.login-intro p:not(.admin-eyebrow){color:#54707c;max-width:560px;margin:1.1rem 0 0;font-size:1.05rem;line-height:1.7}.login-form{text-align:left;background:#fff;border:1px solid #00486c14;border-radius:8px;width:100%;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 18px 48px #002d4424}.login-form-icon{color:#00486c;background:#e7f7fc;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:inline-flex}.login-form h2{color:#173342;margin:0;font-size:1.65rem;font-weight:900}.login-form>p{color:#607984;margin:.5rem 0 1.25rem;line-height:1.55}.login-form label{gap:.45rem;margin-bottom:1rem;display:grid}.login-form label span{color:#173342;font-size:.86rem;font-weight:900}.login-form input{color:#173342;border:1px solid #c9d9e1;border-radius:8px;outline:none;width:100%;min-height:46px;padding:0 .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-form input:focus{border-color:#0179ad;box-shadow:0 0 0 4px #0179ad1f}.password-input-container{position:relative}.password-input-container input{padding-right:3rem}.password-input-container .show-password-icon{color:#607984;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.password-input-container .show-password-icon:hover{color:#00486c;background:#eef8fb}.login-submit{color:#fff;cursor:pointer;background:#00486c;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:100%;min-height:48px;padding:0 1rem;font-size:1rem;font-weight:900;transition:background-color .2s,transform .2s;display:inline-flex}.login-submit-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite login-spinner-spin}@keyframes login-spinner-spin{to{transform:rotate(360deg)}}.login-submit:hover:not(:disabled){background:#0179ad;transform:translateY(-1px)}.login-submit:disabled{cursor:not-allowed;opacity:.72}.login-form .forgot-password{color:#0179ad;cursor:pointer;background:0 0;border:0;margin-top:1rem;padding:0;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.login-form .forgot-password:hover{color:#00486c}.error-message,.success-message{border-radius:8px;margin-bottom:1rem;padding:.75rem .9rem;font-size:.9rem;font-weight:800}.error-message{color:#a00c1d;background:#fff0f2}.success-message{color:#0b7a46;background:#edf9f1}@media (max-width:860px){.login-container.admin-auth-page{grid-template-columns:1fr;gap:1.5rem}}
.vehicleDetails{color:#173342;width:min(1180px,100% - 2rem);margin:2rem auto 3rem}.vehiclePendingBanner{color:#a8660a;text-align:center;background:#fdf3e3;border:1px solid #a8660a33;border-radius:8px;margin:0 0 1rem;padding:.85rem 1rem;font-weight:800}.vehicleDetailsHeader{z-index:800;-webkit-backdrop-filter:blur(16px);background:#f4fbfdeb;border-bottom:1px solid #00486c14;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin:-.2rem -.25rem 1.4rem;padding:.95rem .25rem;display:flex;position:sticky;top:0}.vehicleDetailsHeader>div:first-child{text-align:left;min-width:0}.vehicleBreadcrumb{text-align:left;white-space:nowrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin:0 0 .65rem;padding:0;display:flex}.vehicleBreadcrumbLink,.vehicleBreadcrumbCurrent,.vehicleBreadcrumbDivider{text-transform:uppercase;align-items:center;margin:0;padding:0;font-size:.88rem;font-weight:900;line-height:1;display:inline-flex}.vehicleBreadcrumbLink{color:#0179ad;text-decoration:none;transition:color .2s}.vehicleBreadcrumbLink:hover{color:#00486c;text-decoration:none}.vehicleBreadcrumbCurrent{color:#a00c1d}.vehicleBreadcrumbDivider{color:#0179ad61}.vehicleFeaturedBadge{color:#a8660a;background:#fdf3e3;border-radius:999px;align-items:center;gap:.35rem;margin:.5rem 0 0;padding:.3rem .7rem;font-size:.82rem;font-weight:900;display:inline-flex}.vehicleTitle{text-align:left;color:#00486c;margin:0;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.05}.vehicleLocation{color:#607984;align-items:center;gap:.45rem;margin:.8rem 0 0;font-weight:800;display:inline-flex}.vehicleLocation svg{color:#0179ad}.vehiclePrice{color:#a00c1d;white-space:nowrap;font-size:clamp(1.55rem,3vw,2.25rem);font-weight:900}.vehicleHeaderActions{align-items:center;gap:.9rem;display:flex}.vehicleDetailsGrid{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:1.4rem;display:grid}.vehicleMediaPanel,.sellerPanel,.vehicleSection{background:#fff;border:1px solid #00486c14;border-radius:8px;box-shadow:0 14px 36px #002d4414}.vehicleMediaPanel{padding:.8rem}.vehicleMainImageButton{cursor:pointer;background:#dbeaf0;border:0;border-radius:8px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.vehicleImage{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.vehicleExpandHint{color:#fff;background:#00486ce6;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;font-size:.82rem;font-weight:800;display:inline-flex;position:absolute;bottom:.9rem;right:.9rem}.vehicleImagePlaceholder{color:#607984;background:#dbeaf0;border-radius:8px;justify-content:center;align-items:center;min-height:360px;font-weight:800;display:flex}.imageGallery{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:.65rem;margin-top:.8rem;display:grid}.thumbnailButton{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;padding:0;overflow:hidden}.thumbnailButton.is-active{border-color:#0179ad}.thumbnail{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.sellerPanel{padding:1.2rem;position:sticky;top:110px}.sellerPanelLabel{color:#0179ad;text-transform:uppercase;font-size:.8rem;font-weight:900}.sellerPanel h2{color:#173342;margin-top:.35rem;font-size:1.45rem;font-weight:800}.sellerPanelText{color:#607984;margin-top:.7rem;line-height:1.6}.contactRow{gap:.7rem;margin-top:1.1rem;display:grid}.contactButton,.emailButton{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:0 1rem;font-size:.96rem;font-weight:900;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.contactButton{color:#fff;background:#00486c;border:0}.emailButton{color:#00486c;background:#fff;border:1px solid #00486c2e}.contactButton:hover,.emailButton:hover{transform:translateY(-1px)}.contactButton:hover{background:#0179ad}.emailButton:hover{color:#00486c;background:#e7f7fc;border-color:#00486c57}.contactInfo{color:#00486c;text-align:center;background:#eef8fb;border-radius:8px;margin-top:.9rem;padding:.8rem 1rem;font-size:1.1rem;font-weight:900;text-decoration:none;display:block}.vehicleDetailsContent{gap:1.2rem;margin-top:1.4rem;display:grid}.vehicleSection{padding:1.2rem}.vehicleSection h2{color:#00486c;margin-bottom:.9rem;font-size:1.25rem;font-weight:900}.vehicleDescription{color:#3f5965;white-space:pre-wrap;font-size:1rem;line-height:1.75}.vehicleSpecs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.vehicleSpec{background:#f4fbfd;border-radius:8px;padding:.9rem}.vehicleSpec dt{color:#6f8792;text-transform:uppercase;margin-bottom:.3rem;font-size:.78rem;font-weight:900}.vehicleSpec dd{color:#173342;font-size:.98rem;font-weight:800}.vehicleDetailsState{color:#496a78;text-align:center;background:#fff;border-radius:8px;width:min(680px,100% - 2rem);margin:4rem auto;padding:2rem;font-weight:800;box-shadow:0 14px 36px #002d4414}.vehicleDetailsSkeleton{pointer-events:none}.skeletonLine,.skeletonBlock{background:#dcebf1;border-radius:8px;position:relative;overflow:hidden}.skeletonLine:after,.skeletonBlock:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.35s infinite vehicleSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.skeletonMeta{width:88px;height:24px;margin-bottom:.75rem}.skeletonTitle{width:min(420px,70vw);height:clamp(2.4rem,5vw,3.4rem)}.skeletonLocation{width:140px;height:18px;margin-top:.85rem}.skeletonPrice{width:230px;height:42px}.skeletonMainImage{aspect-ratio:16/10;width:100%}.skeletonThumb{aspect-ratio:4/3;width:100%}.skeletonSellerLabel{width:72px;height:16px}.skeletonSellerName{width:70%;height:30px;margin-top:.8rem}.skeletonSellerText{width:100%;height:16px;margin-top:1rem}.skeletonSellerText.short,.skeletonParagraph.short{width:62%}.skeletonButton{width:100%;height:48px;margin-top:1.1rem}.skeletonButton.secondary{margin-top:.7rem}.skeletonSectionTitle{width:180px;height:26px;margin-bottom:1rem}.skeletonParagraph{width:100%;height:16px;margin-top:.75rem}.skeletonSpec{background:#f4fbfd}.skeletonSpecLabel{width:52%;height:12px}.skeletonSpecValue{width:72%;height:18px;margin-top:.65rem}@keyframes vehicleSkeletonShimmer{to{transform:translate(100%)}}.imageModal{z-index:3000;cursor:pointer;background:#000f18db;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.maximizedImage{object-fit:contain;cursor:default;border-radius:8px;max-width:min(1100px,96vw);max-height:90vh}.imageModalClose{color:#00486c;cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:fixed;top:1.2rem;right:1.2rem}@media (max-width:920px){.vehicleDetailsHeader{flex-direction:column;align-items:flex-start;top:0}.vehicleHeaderActions{justify-content:space-between;width:100%}.vehicleDetailsGrid{grid-template-columns:1fr}.sellerPanel{position:static}.vehicleSpecs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.vehicleDetails{width:min(100% - 1rem,1180px);margin-top:1rem}.vehiclePrice{white-space:normal}.vehicleDetailsHeader{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.vehicleHeaderActions{flex-direction:column-reverse;align-items:stretch;gap:.65rem}.vehicleMediaPanel,.sellerPanel,.vehicleSection{border-radius:8px;padding:.8rem}.imageGallery{grid-template-columns:repeat(4,minmax(0,1fr))}.vehicleSpecs{grid-template-columns:1fr}}
.vehicle-layout-container{flex-direction:column;min-height:100vh;display:flex}.vehicle-content{flex:1}footer{color:#fff;text-align:center;background-color:#00486c;width:100%;margin-top:auto;padding:10px 0}
.findVehiclePage{background:#eef8fb;min-height:100vh;padding:clamp(2rem,5vw,4rem) 1rem}.findVehicleShell{width:min(1180px,100%);margin:0 auto}.findVehicleHero{margin-bottom:1.5rem}.findVehicleBreadcrumb{text-align:left;white-space:nowrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin:0 0 .9rem;padding:0;display:flex}.findVehicleBreadcrumbLink,.findVehicleBreadcrumbCurrent,.findVehicleBreadcrumbDivider{text-transform:uppercase;align-items:center;margin:0;padding:0;font-size:.88rem;font-weight:900;line-height:1;display:inline-flex}.findVehicleBreadcrumbLink{color:#0179ad;text-decoration:none;transition:color .2s}.findVehicleBreadcrumbLink:hover{color:#00486c;text-decoration:none}.findVehicleBreadcrumbCurrent{color:#a00c1d}.findVehicleBreadcrumbDivider{color:#0179ad61}.findVehicleEyebrow,.findVehicleSectionLabel{color:#0179ad;text-transform:uppercase;margin:0 0 .45rem;font-size:.82rem;font-weight:900}.findVehicleHero h1{color:#00486c;max-width:980px;margin:0;font-size:clamp(2.2rem,4.4vw,3.65rem);font-weight:900;line-height:1.05}.findVehicleHero>p:not(.findVehicleEyebrow){color:#54707c;white-space:nowrap;max-width:1000px;margin:1rem 0 0;font-size:1.05rem;line-height:1.7}.findVehiclePanel,.findVehicleResults{background:#fff;border:1px solid #00486c14;border-radius:8px;box-shadow:0 14px 36px #002d4414}.findVehiclePanel{padding:clamp(1rem,2.5vw,1.5rem)}.findVehicleSectionHeader,.findVehicleResultsHeader{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.findVehicleCollapseButton{width:100%;color:inherit;cursor:pointer;text-align:left;appearance:none;box-shadow:none;background:0 0;border:0;outline:none;justify-content:space-between;align-items:flex-end;gap:1rem;padding:0;display:flex}.findVehicleCollapseButton:hover,.findVehicleCollapseButton:focus,.findVehicleCollapseButton:focus-visible,.findVehicleCollapseButton:active{color:inherit;box-shadow:none;background:0 0}.findVehicleCollapseButton:focus-visible{outline-offset:6px;border-radius:8px;outline:3px solid #0179ad2e}.findVehicleCollapseButton svg{box-sizing:content-box;color:#0179ad;border-radius:50%;flex:none;margin-bottom:.25rem;padding:.35rem;font-size:1rem;transition:transform .2s,background-color .2s,color .2s}.findVehicleCollapseButton:hover svg,.findVehicleCollapseButton:focus-visible svg{color:#00486c;background:#dce5ea}.findVehicleCollapseButton svg.is-open{transform:rotate(180deg)}.findVehicleCollapseTitle{color:#173342;margin:0;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:900;line-height:1.2;display:block}.findVehicleSectionHeader h2,.findVehicleResultsHeader h2{color:#173342;text-align:left;margin:0;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:900}.findVehicleDivider{background:#00486c1a;height:1px;margin:1.3rem 0}.brandGrid,.typeGrid{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:.75rem;margin:1rem 0 0;padding:0;display:grid;overflow:visible}.collapsibleBrandGrid{opacity:1;max-height:720px;transition:max-height .35s,opacity .25s,margin-top .35s,transform .35s;overflow:hidden;transform:translateY(0)}.collapsibleBrandGrid.is-collapsed{opacity:0;pointer-events:none;max-height:0;margin-top:0;transform:translateY(-8px)}.brandCard,.typeCard{color:#173342;cursor:pointer;text-align:center;min-height:112px;box-shadow:none;background:#f7fcfe;border:1px solid #00486c14;border-radius:8px;align-content:center;justify-items:center;gap:.55rem;padding:.9rem .65rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:grid}.brandCard:hover,.typeCard:hover{color:#173342;background:#dce5ea;border-color:#1733422e;transform:translateY(-2px);box-shadow:0 10px 26px #002d441a}.brandCard.is-active,.typeCard.is-active{color:#fff;background:#235cbc;border-color:#00486c75;outline:3px solid #0179ad1f;box-shadow:0 10px 26px #002d441a}.brandCard.is-active:hover,.typeCard.is-active:hover{background:#1f4fa5;border-color:#00486c8c}.brandCard:hover span,.typeCard:hover span{color:#173342}.brandCard.is-active span,.typeCard.is-active span{color:#fff}.brandImage,.typeImage{object-fit:contain;border-radius:0;width:56px;height:56px;margin:0}.brandCard span,.typeCard span{color:#173342;font-size:.88rem;font-weight:900;line-height:1.2}.findVehicleResults{margin-top:1.4rem;padding:clamp(1rem,2.5vw,1.5rem);scroll-margin-top:1rem}.findVehicleCount{color:#00486c;background:#eef8fb;border-radius:999px;align-items:center;min-height:34px;padding:0 .75rem;font-size:.86rem;font-weight:900;display:inline-flex}.findVehicleCount.is-loading{color:#0179ad;background:#e7f7fc}.findVehicleResultsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem;display:grid}.findVehicleResults .carCard{appearance:none;color:#173342;background:#fff;flex-direction:column;align-items:stretch;width:100%;margin:0}.findVehicleResults .carCard:hover,.findVehicleResults .carCard:focus,.findVehicleResults .carCard:active{color:#173342;background:#fff;border-color:#0179ad47;transform:translateY(-3px);box-shadow:0 16px 36px #002d4424}.findVehicleResults .carCard:focus{outline-offset:3px;outline:3px solid #0179ad2e}.findVehicleResults .carImage{width:100%;margin:0}.findVehicleResults .carDetails{text-align:left;color:#173342;background:#fff;align-items:stretch}.findVehicleResults .carCard:hover .carDetails,.findVehicleResults .carCard:focus .carDetails,.findVehicleResults .carCard:active .carDetails{color:#173342;background:#fff}.findVehicleResults .carCard:hover h3,.findVehicleResults .carCard:focus h3,.findVehicleResults .carCard:active h3{color:#a00c1d}.findVehicleResults .carCard:hover .carTitle,.findVehicleResults .carCard:focus .carTitle,.findVehicleResults .carCard:active .carTitle{color:#173342}.findVehicleResults .carCard:hover .carMeta,.findVehicleResults .carCard:focus .carMeta,.findVehicleResults .carCard:active .carMeta{color:#607984}.findVehicleResults .carCard:hover .phone,.findVehicleResults .carCard:focus .phone,.findVehicleResults .carCard:active .phone{color:#0179ad}.findVehicleState{color:#607984;text-align:center;background:#f7fcfe;border-radius:8px;margin:1rem 0 0;padding:1.5rem;font-weight:900}.noAdsFound{color:#a00c1d}@media (max-width:700px){.findVehiclePage{padding:1.5rem .75rem}.findVehicleSectionHeader,.findVehicleResultsHeader{flex-direction:column;align-items:flex-start}.findVehicleHero h1{max-width:620px;font-size:clamp(2rem,11vw,3rem)}.findVehicleHero>p:not(.findVehicleEyebrow){white-space:normal}.brandGrid,.typeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.findVehicleResultsGrid{grid-template-columns:1fr}}
.change-password-page.admin-auth-page{background:linear-gradient(135deg,#00486c0f,#0179ad1f),#eef8fb;grid-template-columns:minmax(0,1fr) minmax(340px,430px);align-items:center;gap:clamp(2rem,7vw,6rem);min-height:calc(100vh - 120px);padding:clamp(2rem,6vw,5rem) clamp(1rem,6vw,6rem);display:grid}.change-password-form{text-align:left;background:#fff;border:1px solid #00486c14;border-radius:8px;width:100%;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 18px 48px #002d4424}.change-password-form h2{color:#173342;margin:0;font-size:1.65rem;font-weight:900}.change-password-form>p{color:#607984;margin:.5rem 0 1.25rem;line-height:1.55}.change-password-form label{gap:.45rem;margin-bottom:1rem;display:grid}.change-password-form label span{color:#173342;font-size:.86rem;font-weight:900}.change-password-form input{color:#173342;border:1px solid #c9d9e1;border-radius:8px;outline:none;width:100%;min-height:46px;padding:0 .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.change-password-form input:focus{border-color:#0179ad;box-shadow:0 0 0 4px #0179ad1f}.change-password-links{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.change-password-links a{color:#0179ad;align-items:center;gap:.45rem;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.change-password-links a:hover{color:#00486c}@media (max-width:860px){.change-password-page.admin-auth-page{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:460px){.change-password-links{flex-direction:column;align-items:flex-start}}
.site-navbar.opaque,.site-navbar.nav-scrolled{--nav-bg:#00486cd1;box-shadow:0 16px 45px #00283e29}.site-navbar.nav-scrolling-up{--nav-bg:#00486ce0}.site-navbar{--nav-bg:#00486c8c;z-index:1000;background:0 0;justify-content:center;align-items:center;width:100%;min-height:88px;transition:box-shadow .25s,min-height .25s;display:flex;position:fixed;top:0;left:0;box-shadow:0 12px 34px #00283e1a}.site-navbar:before{content:"";z-index:0;pointer-events:none;background:var(--nav-bg);-webkit-backdrop-filter:blur(8px)saturate(145%);backdrop-filter:blur(8px)saturate(145%);transition:background .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:absolute;inset:0}.site-navbar.opaque:before,.site-navbar.nav-scrolled:before{-webkit-backdrop-filter:blur(8px)saturate(145%);backdrop-filter:blur(8px)saturate(145%)}.icon-container{cursor:pointer}.username{color:#333;margin-left:10px;font-size:1rem}.logout-button{color:#007bff;cursor:pointer;background:0 0;border:none;margin-left:10px;font-size:1rem}.logout-button:hover{text-decoration:underline}.nav-container{z-index:1;justify-content:space-between;align-items:center;width:min(1180px,100% - clamp(2rem,12vw,14rem));display:flex;position:relative}.user-icon{color:#fff;margin:10px 10px 10px 30px;font-size:30px}.user-icon:hover{color:#84d1f7}.nav-logo-container a{color:#0376a3;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-logo-container img{object-fit:contain;width:clamp(150px,18vw,260px);max-height:74px;padding-top:.35rem;transition:width .25s,max-height .25s,padding .25s}.site-navbar.nav-scrolled .nav-logo-container img{width:clamp(132px,15vw,210px);max-height:60px;padding-top:0}.navbar-menu-container{display:none}.navbar-links-container{align-items:center;display:flex}.navbar-links-container a{color:#fff;margin-right:2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s}.navbar-links-container a:hover,.navbar-links-container .active-link{color:#24abe4}.navbar-menu-container svg{cursor:pointer;font-size:1.1rem}.find-button{cursor:pointer;color:#00486c;background-color:#40b7f3;border:none;border-radius:25px;margin-top:-5px;padding:10px 20px;font-size:16px;font-weight:800;transition:background-color .3s,transform .2s}.find-button:hover{background-color:#84d1f7;transform:translateY(-1px)}.navbar-links-container.open{background-color:#000c;border-radius:8px;flex-direction:column;padding:1rem;display:flex;position:absolute;top:60px;right:10px}.navbar-links-container.open a{color:#fff;margin-bottom:1rem;margin-right:0}.navbar-links-container.open a:last-child{margin-bottom:0}@media (max-width:768px){.site-navbar{min-height:78px}.nav-container{width:calc(100% - 2rem)}.nav-logo-container{max-width:170px;margin-left:0;margin-right:0}.nav-logo-container img{width:150px;max-height:58px}.navbar-links-container{display:none}.navbar-menu-container{color:#fff;display:flex}.navbar-menu-container svg rect{fill:#fff}}@media (max-width:1000px){.navbar-links-container a{margin-right:1rem;font-size:1rem}}
.dashboard-page{background:#eef8fb;align-items:center;min-height:100vh;padding:clamp(1.25rem,3vw,2rem) 1rem;display:flex}.dashboard-container{width:min(1180px,100%);margin:0 auto}.dashboard-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1rem;display:flex}.dashboard-logo{object-fit:contain;width:clamp(100px,14vw,180px);height:auto;margin-bottom:.5rem;display:block}.dashboard-header h1{color:#00486c;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.04}.dashboard-header p:not(.admin-eyebrow){color:#54707c;max-width:620px;margin:.55rem 0 0;font-size:.98rem;line-height:1.5}.dashboard-last-login{color:#607984!important;font-size:.88rem!important}.dashboard-logout{color:#a00c1d;white-space:nowrap;cursor:pointer;background:#fff0f2;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:0 1rem;font-weight:900;display:inline-flex}.dashboard-logout:hover{background:#f8d7dc}@media (max-width:640px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-logout{width:100%}}.dashboard-icons{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;display:grid}.dashboard-icon-wide{grid-column:span 2}.dashboard-icon{color:#173342;cursor:pointer;text-align:left;background:#fff;border:1px solid #00486c14;border-radius:8px;align-content:start;justify-items:start;gap:.42rem;min-height:192px;padding:.95rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;box-shadow:0 14px 36px #002d4414}.dashboard-icon:hover,.dashboard-icon:focus{border-color:#0179ad47;transform:translateY(-3px);box-shadow:0 18px 42px #002d4424}.dashboard-icon:focus{outline-offset:3px;outline:3px solid #0179ad24}.dashboard-icon-symbol{border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.2rem;font-size:1.15rem;display:inline-flex}.dashboard-card-metric{font-size:1.72rem;font-weight:900;line-height:1}.dashboard-icon-symbol.accent-blue{color:#00486c;background:#e7f7fc}.dashboard-icon-symbol.accent-green{color:#0a7d4b;background:#e6f7ee}.dashboard-icon-symbol.accent-red{color:#a00c1d;background:#fdeceb}.dashboard-icon-symbol.accent-purple{color:#5b2db8;background:#f1ecfb}.dashboard-icon-symbol.accent-amber{color:#a8660a;background:#fdf3e3}.dashboard-icon-symbol.accent-teal{color:#0a6e6e;background:#e3f6f6}.dashboard-icon-symbol.accent-cyan{color:#0179ad;background:#e6f4fb}.dashboard-card-metric.accent-blue{color:#00486c}.dashboard-card-metric.accent-green{color:#0a7d4b}.dashboard-card-metric.accent-red{color:#a00c1d}.dashboard-card-metric.accent-purple{color:#5b2db8}.dashboard-card-metric.accent-amber{color:#a8660a}.dashboard-card-metric.accent-teal{color:#0a6e6e}.dashboard-card-metric.accent-cyan{color:#0179ad}.dashboard-card-label{color:#607984;text-transform:uppercase;font-size:.82rem;font-weight:900}.dashboard-card-title{color:#173342;margin-top:.35rem;font-size:1.2rem;font-weight:900}.dashboard-card-description{color:#607984;font-size:.88rem;line-height:1.42}@media (max-width:980px){.dashboard-icons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.dashboard-icons{grid-template-columns:1fr}.dashboard-icon{min-height:210px}}
.config-form{display:block}.config-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.vehicle-options-card{margin-top:1rem}.config-card{background:#fff;border:1px solid #00486c14;border-radius:8px;padding:1rem;box-shadow:0 10px 26px #002d4414}.config-card-header{margin-bottom:1rem}.config-card-header h2{color:#173342;margin:0;font-size:1.15rem;font-weight:900}.config-card label{gap:.45rem;margin-top:.85rem;display:grid}.config-card label span{color:#173342;font-size:.86rem;font-weight:900}.config-card input[type=number],.config-card input[type=email],.config-card input[type=text],.config-card input[type=tel]{color:#173342;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #c9d9e1;border-radius:8px;outline:none;padding:0 .85rem;transition:border-color .2s,box-shadow .2s}.config-card input[type=number]:focus,.config-card input[type=email]:focus,.config-card input[type=text]:focus,.config-card input[type=tel]:focus{border-color:#0179ad;box-shadow:0 0 0 4px #0179ad1f}.config-toggle{background:#f7fcfe;border:1px solid #0179ad14;border-radius:8px;align-items:center;gap:.65rem;padding:.7rem .8rem;grid-template-columns:none!important;display:flex!important}.config-toggle input{accent-color:#0179ad;width:18px;height:18px;margin:0}.config-actions{justify-content:flex-end;display:flex}.config-message{border-radius:8px;margin:0;padding:.85rem 1rem;font-weight:900}.config-message.is-error{color:#a00c1d;background:#fff0f2}.config-message.is-success{color:#0b7a46;background:#edf9f1}.vehicle-options-card{grid-column:1/-1;padding:0;overflow:hidden}.vehicle-options-toggle{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1rem;display:flex}.vehicle-options-toggle:hover{background:#f7fcfe}.vehicle-options-toggle-icon{color:#54707c;background:#eef3f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s;display:inline-flex}.vehicle-options-toggle[aria-expanded=true] .vehicle-options-toggle-icon{color:#0179ad;background:#e7f7fc}.vehicle-options-collapsible{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.vehicle-options-collapsible.is-open{grid-template-rows:1fr}.vehicle-options-collapsible-inner{padding:0 1rem;overflow:hidden}.vehicle-options-collapsible.is-open .vehicle-options-collapsible-inner{padding:0 1rem 1rem}.vehicle-options-panes{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.vehicle-options-pane-label{color:#607984;text-transform:uppercase;margin:0 0 .6rem;font-size:.82rem;font-weight:900}.vehicle-options-add-form{gap:.4rem;margin-bottom:.75rem;display:flex}.vehicle-options-add-form input{color:#173342;border:1px solid #c9d9e1;border-radius:8px;outline:none;flex:1;min-height:38px;padding:0 .7rem;font-size:.9rem}.vehicle-options-add-form input:focus{border-color:#0179ad;box-shadow:0 0 0 3px #0179ad1a}.vehicle-options-add-btn{color:#fff;cursor:pointer;background:#00486c;border:0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.vehicle-options-add-btn:disabled{color:#8ba0a9;cursor:not-allowed;background:#dce5ea}.vehicle-options-list{border:1px solid #00486c14;border-radius:8px;max-height:400px;margin:0;padding:0;list-style:none;overflow-y:auto}.vehicle-options-item{border-bottom:1px solid #00486c0f;align-items:center;gap:.4rem;padding:.1rem .5rem;display:flex}.vehicle-options-item:last-child{border-bottom:0}.vehicle-options-item.is-selected{background:#e7f7fc}.vehicle-options-item-name{color:#173342;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:.5rem;min-height:36px;padding:0;font-size:.9rem;font-weight:800;display:flex}.vehicle-options-model-name{cursor:default;font-weight:700}.vehicle-options-model-count{color:#607984;background:#eef3f5;border-radius:999px;padding:.1rem .4rem;font-size:.74rem;font-weight:900}.vehicle-options-remove{color:#c9d9e1;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;display:inline-flex}.vehicle-options-remove:hover:not(:disabled){color:#a00c1d;background:#fdeceb}.vehicle-options-hint{color:#8ba0a9;text-align:center;margin:2rem 0;font-weight:700}@media (max-width:760px){.config-grid{grid-template-columns:1fr}.config-actions .admin-primary-action{width:100%}.vehicle-options-panes{grid-template-columns:1fr}}
.users-list{gap:.85rem;display:grid}.user-item{background:#fff;border:1px solid #00486c14;border-radius:8px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.9rem;display:grid;box-shadow:0 10px 26px #002d4414}.user-avatar,.user-avatar-skeleton{color:#00486c;background:#e7f7fc;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.8rem;display:inline-flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-info{min-width:0}.user-info h3{color:#173342;margin:0;font-size:1.05rem;font-weight:900}.user-info p{color:#607984;margin:.25rem 0 0;font-size:.92rem;font-weight:700}.user-info span{color:#0179ad;margin-top:.35rem;font-size:.86rem;font-weight:900;display:flex}.user-ad-count{color:#0179ad;cursor:pointer;background:0 0;border:0;outline:none;align-items:center;gap:.35rem;width:fit-content;margin-top:.35rem;padding:0;font-size:.86rem;font-weight:900;display:inline-flex}.user-ad-count:hover:not(:disabled){color:#00486c;text-decoration:underline}.user-ad-count:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #0179ad}.user-ad-count:disabled{color:#607984;cursor:default}.user-ads-panel{border-top:1px solid #00486c14;grid-column:1/-1;gap:.6rem;margin-top:.5rem;padding-top:.9rem;display:grid}.user-ad-row{background:#f7fcfe;border-radius:8px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.6rem;display:grid}.user-ad-thumb{object-fit:cover;background:#dbeaf0;border-radius:6px;width:64px;height:48px}.user-ad-thumb-placeholder{color:#607984;text-align:center;justify-content:center;align-items:center;font-size:.68rem;font-weight:900;display:flex}.user-ad-details{min-width:0}.user-ad-details h4{color:#173342;margin:0;font-size:.95rem;font-weight:900}.user-ad-details p{color:#607984;margin:.2rem 0 0;font-size:.84rem;font-weight:700}.user-ad-actions{gap:.4rem;display:flex}.user-ad-actions a,.user-ad-actions button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;min-height:32px;padding:0 .6rem;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex}.user-actions{gap:.5rem;display:flex}.user-actions button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:38px;padding:0 .75rem;font-weight:900;display:inline-flex}.user-avatar-skeleton,.user-skeleton-line{background:#dcebf1;position:relative;overflow:hidden}.user-skeleton-line{border-radius:8px;width:60%;height:16px;margin-top:.55rem}.user-skeleton-line.wide{width:42%;height:22px;margin-top:0}.user-avatar-skeleton:after,.user-skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.35s infinite adminListShimmer;position:absolute;inset:0;transform:translate(-100%)}@media (max-width:640px){.user-item{grid-template-columns:48px minmax(0,1fr)}.user-avatar,.user-avatar-skeleton{width:48px;height:48px}.user-actions{grid-column:1/-1}.user-actions button{width:100%}.user-ad-row{grid-template-columns:48px minmax(0,1fr)}.user-ad-actions{grid-column:1/-1}.user-ad-actions a,.user-ad-actions button{flex:1}}
.admin-list-page{background:#eef8fb;min-height:calc(100vh - 120px);padding:clamp(2rem,5vw,4rem) 1rem}.admin-list-shell{width:min(1180px,100%);margin:0 auto}.all-records-panel{background:#eef8fb;border-bottom:1px solid #00486c14;margin:0 0 1rem;padding:0 0 1rem}.all-records-header{margin-bottom:1rem}.admin-list-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.25rem;display:flex}.admin-list-header h1{color:#00486c;margin:0;font-size:clamp(2.1rem,4vw,3.4rem);font-weight:900;line-height:1.05}.admin-list-header p:not(.admin-eyebrow){color:#54707c;max-width:620px;margin:.8rem 0 0;line-height:1.65}.admin-primary-action,.admin-list-toolbar button,.record-actions button,.record-actions a{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;font-weight:900;text-decoration:none;display:inline-flex}.admin-primary-action{color:#fff;white-space:nowrap;background:#00486c;min-height:44px;padding:0 1rem}.admin-primary-action:hover{background:#0179ad}.admin-list-toolbar{background:#fff;border:1px solid #00486c14;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;min-height:54px;margin-bottom:1rem;padding:0 1rem;display:flex;box-shadow:0 10px 26px #002d440f}.admin-list-toolbar span{color:#173342;font-weight:900}.admin-list-toolbar button{color:#00486c;background:#eef8fb;min-height:36px;padding:0 .8rem}.admin-list-toolbar button:hover{background:#dce5ea}.admin-search-bar{color:#607984;background:#fff;border:1px solid #00486c14;border-radius:8px;align-items:center;gap:.6rem;min-height:50px;margin-bottom:1rem;padding:0 1rem;display:flex;box-shadow:0 10px 26px #002d440f}.admin-search-bar input{color:#173342;border:0;outline:none;flex:1;min-height:48px;font-size:.95rem}.sort-select{color:#173342;background:#f7fcfe;border:1px solid #00486c1f;border-radius:8px;min-height:38px;padding:0 .6rem;font-size:.86rem;font-weight:800}.status-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.status-tab{color:#54707c;cursor:pointer;background:#fff;border:1px solid #00486c1f;border-radius:999px;align-items:center;gap:.4rem;min-height:38px;padding:0 .9rem;font-size:.86rem;font-weight:900;display:inline-flex}.status-tab:hover:not(:disabled){border-color:#0179ad}.status-tab.is-active{color:#fff;background:#00486c;border-color:#00486c}.status-tab-count{background:#00000014;border-radius:999px;padding:.05rem .45rem;font-size:.76rem}.status-tab.is-active .status-tab-count{background:#ffffff38}.status-badge{text-transform:uppercase;border-radius:999px;padding:.25rem .55rem;font-size:.74rem;font-weight:900}.status-badge-pending{color:#a8660a;background:#fdf3e3}.status-badge-rejected{color:#a00c1d;background:#fdeceb}.status-badge-featured{color:#a8660a;background:#fdf3e3;align-items:center;gap:.3rem;display:inline-flex}.status-tab-featured{gap:.4rem}.status-tab-featured.is-active{background:#a8660a;border-color:#a8660a}.approve-button{color:#0a7d4b;background:#e6f7ee}.approve-button:hover{background:#d4f0e1}.reject-button{color:#a00c1d;background:#fdeceb}.reject-button:hover{background:#f8d7dc}.feature-button{color:#a8660a;background:#fdf3e3}.feature-button:hover{background:#fae6c2}.feature-button.is-active{color:#fff;background:#a8660a}.feature-button.is-active:hover{background:#8f5608}.admin-pagination{z-index:auto;width:fit-content;max-width:100%;min-height:0;box-shadow:none;background:0 0;border:0;flex-direction:column;align-items:center;gap:.6rem;margin:1.5rem auto 0;padding:0;display:flex;position:static;top:auto;left:auto}.pagination-summary{color:#607984;font-size:.88rem;font-weight:800}.pagination-controls{align-items:center;gap:.4rem;display:flex}.pagination-arrow-button,.pagination-page-button{color:#00486c;cursor:pointer;background:#eef8fb;border:0;border-radius:8px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 .5rem;font-size:.86rem;font-weight:900;display:inline-flex}.pagination-arrow-button{border-radius:50%}.pagination-arrow-button:hover:not(:disabled),.pagination-page-button:hover:not(:disabled){background:#dce5ea}.pagination-arrow-button:disabled{cursor:not-allowed;opacity:.45}.pagination-page-button.is-active{color:#fff;background:#00486c}.pagination-ellipsis{color:#8ba0a9;justify-content:center;align-items:center;min-width:24px;font-weight:900;display:inline-flex}@media (max-width:560px){.admin-pagination{width:100%}.pagination-controls{flex-wrap:wrap;justify-content:center}}.records-list{gap:.9rem;display:grid}.record-card{background:#fff;border:1px solid #00486c14;border-radius:8px;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem;display:grid;box-shadow:0 10px 26px #002d4414}.record-image,.record-image-placeholder,.record-skeleton-image{aspect-ratio:4/3;object-fit:cover;background:#dbeaf0;border-radius:8px;width:112px}.record-image-placeholder{color:#607984;justify-content:center;align-items:center;font-size:.82rem;font-weight:900;display:flex}.record-details{min-width:0}.record-title-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.record-title-row h3{color:#173342;margin:0;font-size:1.05rem;font-weight:900}.record-title-row span{color:#00486c;background:#eef8fb;border-radius:999px;padding:.25rem .55rem;font-size:.76rem;font-weight:900}.record-details p{color:#607984;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.45rem 0;font-size:.92rem;line-height:1.5;display:-webkit-box;overflow:hidden}.record-meta{color:#607984;align-items:center;gap:.8rem;font-size:.9rem;font-weight:800;display:flex}.record-meta strong{color:#a00c1d}.record-admin-meta{color:#607984;flex-wrap:wrap;gap:.45rem .8rem;margin-top:.5rem;font-size:.82rem;font-weight:800;display:flex}.record-admin-meta span{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.record-admin-meta svg{color:#0179ad;flex:none;font-size:.78rem}.record-actions{gap:.5rem;display:flex}.record-actions button,.record-actions a{min-height:38px;padding:0 .75rem}.view-button{color:#4c2db3;background:#f3f1fc}.view-button:hover{background:#e6e1f8}.video-button{color:#a8660a;background:#fdf3e3}.video-button:hover{background:#fbe8c8}.video-review-modal{background:#000;border-radius:12px;width:min(720px,100%);position:relative;overflow:hidden;box-shadow:0 24px 60px #001e2e59}.video-review-modal video{width:100%;max-height:80vh;display:block}.video-review-modal-close{z-index:1;color:#fff;cursor:pointer;background:#0009;border:0;border-radius:50%;width:36px;height:36px;font-size:1rem;position:absolute;top:.5rem;right:.5rem}.video-review-modal-close:hover{background:#000c}.edit-button{color:#00486c;background:#e7f7fc}.edit-button:hover{background:#dce5ea}.delete-button{color:#a00c1d;background:#fff0f2}.delete-button:hover{background:#f8d7dc}.admin-list-state{color:#607984;text-align:center;background:#fff;border-radius:8px;padding:2rem;font-weight:900}.edit-record-skeleton{background:#fff;border:1px solid #00486c14;border-radius:8px;gap:1rem;padding:1.5rem;display:grid;box-shadow:0 10px 26px #002d4414}.record-skeleton-image,.record-skeleton-line{background:#dcebf1;position:relative;overflow:hidden}.record-skeleton-line{border-radius:8px;width:70%;height:16px;margin-top:.6rem}.record-skeleton-line.wide{width:46%;height:22px;margin-top:0}.record-skeleton-line.short{width:32%}.record-skeleton-image:after,.record-skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.35s infinite adminListShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes adminListShimmer{to{transform:translate(100%)}}@media (max-width:760px){.all-records-panel,.admin-sticky-panel{margin-top:0;padding-top:0;position:static}.admin-list-header,.admin-list-toolbar{flex-direction:column;align-items:flex-start}.admin-primary-action,.admin-list-toolbar button{width:100%}.record-card{grid-template-columns:88px minmax(0,1fr)}.record-image,.record-image-placeholder,.record-skeleton-image{width:88px}.record-actions{grid-column:1/-1}.record-actions button,.record-actions a{flex:1}}@media (max-width:560px){.all-records-pagination{flex-direction:column;align-items:stretch;gap:.6rem}.all-records-bottom-pagination{grid-template-columns:42px minmax(0,1fr) 42px;gap:.7rem;display:grid}.admin-sticky-pagination{flex-direction:column;align-items:stretch;gap:.6rem}.all-records-pagination button,.admin-sticky-pagination button{width:100%}}
.audit-log-list{gap:.6rem;display:grid}.audit-log-row{background:#fff;border:1px solid #00486c14;border-radius:8px;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;display:flex;box-shadow:0 10px 26px #002d440f}.audit-log-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.92rem;display:inline-flex}.audit-log-icon-blue{color:#00486c;background:#e7f7fc}.audit-log-icon-green{color:#0a7d4b;background:#e6f7ee}.audit-log-icon-red{color:#a00c1d;background:#fdeceb}.audit-log-icon-amber{color:#a8660a;background:#fdf3e3}.audit-log-icon-neutral{color:#54707c;background:#eef3f5}.audit-log-details{min-width:0}.audit-log-action{color:#173342;margin:0;font-size:.95rem;font-weight:900}.audit-log-target{color:#54707c;font-weight:700}.audit-log-meta{color:#8ba0a9;margin:.25rem 0 0;font-size:.82rem;font-weight:700}.audit-log-row-skeleton{gap:.5rem;display:grid}.audit-log-row-skeleton .record-skeleton-line{margin-top:0}
.confirm-modal-overlay{z-index:1200;background:0 0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-modal{text-align:center;background:#fff;border-radius:12px;width:min(440px,100%);padding:2rem 1.75rem 1.75rem;animation:.18s confirmModalIn;box-shadow:0 24px 60px #001e2e40}@keyframes confirmModalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.confirm-modal-icon{color:#a8660a;background:#fdf3e3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;font-size:1.4rem;display:inline-flex}.confirm-modal-icon.is-danger{color:#a00c1d;background:#fdeceb}.confirm-modal h2{color:#173342;margin:0 0 .5rem;font-size:1.2rem;font-weight:900}.confirm-modal p{color:#54707c;margin:0 0 1.5rem;line-height:1.55}.confirm-modal-actions{flex-direction:column;gap:.5rem;display:flex}.confirm-modal-confirm{color:#fff;cursor:pointer;background:#a8660a;border:0;border-radius:8px;min-height:44px;font-weight:900}.confirm-modal-confirm.is-danger{background:#a00c1d}.confirm-modal-confirm:hover:not(:disabled){opacity:.88}.confirm-modal-confirm:disabled{cursor:not-allowed;opacity:.65}.confirm-modal-cancel{color:#54707c;cursor:pointer;background:#eef3f5;border:0;border-radius:8px;min-height:44px;font-weight:900}.confirm-modal-cancel:hover:not(:disabled){background:#dce5ea}
.edit-record-container{max-width:800px;margin:0 auto;padding:20px}.form-group{margin-bottom:20px}.form-group label{margin-bottom:5px;display:block}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px}.image-preview-container{flex-wrap:wrap;gap:10px;display:flex}.image-upload-slot{position:relative}.custom-file-upload{cursor:pointer;color:#ccc;background-color:#f0f0f0;border:1px dashed #ccc;border-radius:5px;justify-content:center;align-items:center;width:150px;height:130px;margin:5px;font-size:24px;display:flex}.image-preview{object-fit:cover;border-radius:5px;width:170px;height:100px}.file-input{display:none}
.container{background:#fff;border-radius:10px;width:100%;max-width:700px;margin:30px auto;padding:20px;box-shadow:0 0 10px #0000001a}.container h1{text-align:center;color:#016f9f;margin-bottom:20px;font-size:28px;font-weight:500}.container form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#333;margin-bottom:5px;font-size:14px;font-weight:500}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:5px;width:100%;padding:10px}.form-group input[type=file]{padding:3px}.check_row{background-color:#e1e3e760;border-radius:5px;flex-direction:row;align-content:center;width:100%;display:flex}.checkbox-group{flex-direction:row;align-items:flex-start;gap:5px;padding:15px;display:flex}.checkbox-group label{margin-right:5px;font-size:12px;font-weight:400}.checkbox-group input{margin-right:5px}.container button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;align-self:center;width:100%;max-width:280px;margin-top:20px;padding:10px;font-size:16px}.container button:hover{background:#0056b3}@media (max-width:768px){.container{padding:15px}.container h1{font-size:20px}.container button{padding:8px;font-size:14px}}.custom-file-upload{cursor:pointer;color:#ccc;background:url(../media/upload.1j94nwjjgluxo.jpg) 50%/contain no-repeat;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;width:130px;height:100px;margin:5px;padding:6px 12px;font-size:22px;display:flex}.file-input{display:none}.image-preview-container{flex-wrap:wrap;display:flex}.image-upload-slot{width:150px;position:relative}.image-preview{object-fit:cover;border:1px solid #ccc;border-radius:4px;width:180px;height:100px;margin:10px}.image-remove-button{color:#fff;cursor:pointer;background:#a00c1deb;border:0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;line-height:1;display:inline-flex;position:absolute;top:4px;right:4px}.image-remove-button:hover{background:#a00c1d}.admin-record-form{background:#fff;border:1px solid #00486c14;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem;display:grid;box-shadow:0 10px 26px #002d4414}.admin-form-sticky{margin-bottom:1rem}:is(.admin-record-form .config-message,.admin-record-form .form-group:has(.image-preview-container),.admin-record-form .form-group:has(textarea),.admin-record-form .check_row,.admin-record-form>.admin-primary-action){grid-column:1/-1}.admin-record-form .form-group{gap:.45rem;margin:0;display:grid}.admin-record-form .form-group label{color:#173342;margin:0;font-size:.86rem;font-weight:900}.admin-record-form .form-group input,.admin-record-form .form-group select,.admin-record-form .form-group textarea{color:#173342;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #c9d9e1;border-radius:8px;outline:none;padding:0 .85rem;transition:border-color .2s,box-shadow .2s}.admin-record-form .form-group textarea{resize:vertical;min-height:140px;padding-top:.8rem}.admin-record-form .form-group input:focus,.admin-record-form .form-group select:focus,.admin-record-form .form-group textarea:focus{border-color:#0179ad;box-shadow:0 0 0 4px #0179ad1f}.admin-record-form .check_row{background:#f7fcfe;border:1px solid #0179ad14;border-radius:8px;flex-wrap:wrap;gap:.7rem;padding:.75rem;display:flex}.admin-record-form .checkbox-group{align-items:center;gap:.45rem;padding:.2rem .45rem;display:inline-flex}.admin-record-form .checkbox-group input{accent-color:#0179ad;width:18px;min-height:18px;margin:0}.admin-record-form .checkbox-group label{color:#173342;margin:0;font-size:.86rem;font-weight:800}.admin-record-form .image-preview-container{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:.8rem;display:grid}.admin-record-form .image-upload-slot{width:auto}.admin-record-form .custom-file-upload{color:#0179ad;background:#f7fcfe;border:1px dashed #9fc4d4;border-radius:8px;width:100%;height:auto;min-height:112px;margin:0;padding:0;font-size:1.8rem;transition:border-color .2s,background-color .2s}.admin-record-form .custom-file-upload:hover{background:#eef8fb;border-color:#0179ad}.admin-record-form .image-preview{object-fit:cover;border:0;border-radius:8px;width:100%;height:112px;margin:0}.admin-record-form>.admin-primary-action{justify-self:end;width:fit-content;min-width:180px;max-width:none;margin:0}.admin-record-form>.admin-primary-action:disabled{cursor:not-allowed;opacity:.72}@media (max-width:760px){.admin-record-form{grid-template-columns:1fr}.admin-record-form>.admin-primary-action{justify-self:stretch;width:100%}}
@font-face{font-family:revicons;fallback:fallback;src:url(../media/revicons.3g4b4pk2f7d_x.woff)format("woff"),url(../media/revicons.03n1yrwzk_x3-.ttf)format("ttf"),url(../media/revicons.3liogklwqwdyz.eot)format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;position:relative;overflow:hidden}.react-multi-carousel-track{transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition;flex-direction:row;margin:0;padding:0;list-style:none;display:flex;position:relative}.react-multiple-carousel__arrow{z-index:1000;opacity:1;cursor:pointer;background:#00000080;border:0;border-radius:35px;outline:0;min-width:43px;min-height:43px;transition:all .5s;position:absolute}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{color:#fff;text-align:center;z-index:2;font-family:revicons;font-size:20px;display:block;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{text-align:center;justify-content:center;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:0;left:0;right:0}.react-multi-carousel-dot button{opacity:1;width:12px;height:12px;box-shadow:none;cursor:pointer;border:2px solid gray;border-radius:50%;outline:0;margin:0 6px 0 0;padding:0;transition:background .5s;display:inline-block}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}
