:root{--emp-red:#d71920;--emp-bg:#080808;--emp-panel:#111214;--emp-panel-soft:#17181b;--emp-line:#34363b;--emp-text:#f5f3ef;--emp-muted:#a8a8aa;--emp-green:#28d89a;--emp-radius:22px;--emp-shadow:0 28px 80px rgba(0,0,0,.42)}
.emp-shell,.emp-shell *{box-sizing:border-box}
.emp-shell{position:relative;width:100%;min-height:100vh;overflow:hidden;background:var(--emp-bg);color:var(--emp-text);font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif;isolation:isolate}
.emp-shell a{color:inherit;text-decoration:none}
.emp-shell button,.emp-shell input,.emp-shell textarea,.emp-shell select{font:inherit}
.emp-container{width:min(1440px,calc(100% - 72px));margin-inline:auto}
.emp-header{position:relative;z-index:30;min-height:140px;display:grid;grid-template-columns:240px 1fr 240px;align-items:center;border-bottom:1px solid rgba(255,255,255,.14)}
.emp-brand{display:inline-flex;width:195px;height:112px;align-items:center;justify-content:flex-start;overflow:hidden}
.emp-brand__crop{display:flex;width:200px;height:108px;align-items:center;justify-content:flex-start;overflow:hidden}
.emp-brand__crop img{position:static;width:188px;height:100px;max-width:100%;object-fit:contain;filter:contrast(1.04) saturate(.94)}
.emp-brand--text{position:relative;flex-direction:column;align-items:flex-start;justify-content:center;text-transform:uppercase;line-height:.9}
.emp-brand--text small{font-size:11px;letter-spacing:.22em}.emp-brand--text strong{font-size:30px;font-style:italic;font-weight:500;letter-spacing:.04em}.emp-brand--text i{position:relative;width:174px;height:22px;margin-top:7px;border-top:2px solid var(--emp-red);border-radius:50% 80% 0 0;transform:skewX(-18deg)}.emp-brand--text i:before,.emp-brand--text i:after{content:"";position:absolute;bottom:1px;width:33px;height:7px;border-top:2px solid var(--emp-red)}.emp-brand--text i:before{left:9px;transform:rotate(-8deg)}.emp-brand--text i:after{right:2px;transform:rotate(9deg)}
.emp-nav{display:flex;justify-content:center;gap:54px;font-size:16px;color:#d5d4d2}
.emp-nav a{position:relative;padding:18px 0;transition:color .25s ease}
.emp-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:8px;height:2px;background:var(--emp-red);transition:left .25s ease,right .25s ease}
.emp-nav a:hover,.emp-nav a.is-active{color:#fff}.emp-nav a:hover:after,.emp-nav a.is-active:after{left:0;right:0}
.emp-header__login{justify-self:end;min-width:166px;padding:18px 32px;text-align:center;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--emp-red);border-radius:5px;transition:.25s ease}
.emp-header__login:hover{background:var(--emp-red);box-shadow:0 0 34px color-mix(in srgb,var(--emp-red) 45%,transparent)}
.emp-guest-hero{position:relative;min-height:calc(100vh - 140px);padding:74px 0 48px;background:linear-gradient(90deg,rgba(4,4,4,.9) 0%,rgba(7,7,7,.78) 48%,rgba(9,9,9,.5) 100%),url('../images/paulino-workshop-hero.png') center/cover no-repeat}
.emp-guest-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:repeating-linear-gradient(90deg,transparent 0,transparent 119px,rgba(255,255,255,.018) 120px),linear-gradient(180deg,transparent 60%,rgba(215,25,32,.06));pointer-events:none}
.emp-guest-hero__glow{position:absolute;width:620px;height:620px;left:-260px;bottom:-330px;border-radius:50%;background:var(--emp-red);filter:blur(150px);opacity:.18;animation:empGlow 5s ease-in-out infinite alternate}
.emp-guest-hero__car{position:absolute;z-index:-1;left:0;bottom:90px;width:52%;height:390px;opacity:.92;pointer-events:none;overflow:hidden}
.emp-guest-hero__car:before{content:"";position:absolute;left:-12%;right:6%;bottom:42px;height:2px;background:linear-gradient(90deg,transparent,var(--emp-red),transparent);box-shadow:0 0 24px var(--emp-red)}
.emp-guest-hero__car span{position:absolute;inset:0;background:radial-gradient(ellipse at 47% 64%,rgba(215,25,32,.19),transparent 43%);filter:blur(18px)}
.emp-guest-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,570px);gap:90px;align-items:center}
.emp-guest-copy{padding-left:86px;max-width:760px}
.emp-eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--emp-red);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.emp-eyebrow:before{content:"";width:34px;height:2px;background:currentColor;box-shadow:0 0 12px currentColor}
.emp-guest-copy h1{margin:22px 0 24px;font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(60px,5.3vw,104px);font-weight:900;line-height:.93;letter-spacing:.005em;text-transform:uppercase;color:#f1f0ed;text-shadow:0 5px 0 rgba(255,255,255,.08)}
.emp-guest-copy h1 em{color:inherit;font-style:normal}.emp-guest-copy h1 em:after{content:"";display:inline-block;width:12px;height:12px;margin-left:10px;background:var(--emp-red);box-shadow:0 0 24px rgba(215,25,32,.55)}
.emp-guest-copy>p{max-width:650px;margin:0;color:#d0cecb;font-size:20px;line-height:1.55}
.emp-login-card{padding:34px 40px 30px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:linear-gradient(145deg,rgba(22,22,24,.96),rgba(9,9,10,.94));box-shadow:var(--emp-shadow),inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(22px)}
.emp-login-card__head{display:flex;align-items:flex-start;gap:18px}.emp-secure-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(215,25,32,.55);border-radius:50%;color:var(--emp-red);font-size:28px;box-shadow:inset 0 0 18px rgba(215,25,32,.1)}
.emp-login-card__head small{display:block;color:var(--emp-red);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.emp-login-card h2{margin:6px 0 0;font-size:31px;line-height:1.15}.emp-login-card>p{margin:16px 0 28px;color:var(--emp-muted);font-size:15px}
.emp-login-form{display:grid;gap:18px}.emp-login-form>label{display:grid;gap:9px;color:#eee;font-size:14px;font-weight:700}.emp-login-form>label>span{min-height:54px;display:flex;align-items:center;border:1px solid #46484d;border-radius:8px;background:#111214;transition:border-color .25s,box-shadow .25s}.emp-login-form>label>span:focus-within{border-color:var(--emp-red);box-shadow:0 0 0 3px rgba(215,25,32,.12)}
.emp-login-form label i{width:50px;text-align:center;color:#999;font-style:normal}.emp-login-form input:not([type=checkbox]){width:100%;height:52px;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;padding:0 14px 0 0!important;box-shadow:none!important}.emp-login-form input::placeholder{color:#777}.emp-password-toggle{width:48px;height:50px;border:0;background:transparent;color:#aaa;cursor:pointer}
.emp-login-form .emp-remember{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:9px;color:#aaa;font-size:12px;font-weight:500}.emp-remember input{accent-color:var(--emp-red)}
.emp-primary-button{min-height:58px;display:flex;align-items:center;justify-content:center;gap:18px;border:1px solid #f23b40;border-radius:7px;background:linear-gradient(135deg,#bd0f15,var(--emp-red));color:#fff;text-transform:uppercase;letter-spacing:.06em;font-weight:800;cursor:pointer;box-shadow:0 14px 34px rgba(215,25,32,.2);transition:transform .25s,box-shadow .25s}.emp-primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(215,25,32,.34)}
.emp-login-help{color:#d4d2cf;font-size:13px;border-bottom:1px solid #555;width:max-content}.emp-security-note{display:flex!important;gap:12px;align-items:center;margin:2px 0 0!important;padding-top:18px;border-top:1px solid #3a3a3c;color:#aaa!important;font-size:12px!important}.emp-security-note span{display:grid;place-items:center;width:34px;height:34px;border:1px solid #555;border-radius:50%}
.emp-feature-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;max-width:910px}.emp-feature-row>div{display:flex;align-items:center;gap:14px;padding:18px 22px;border:1px solid #38393d;border-radius:12px;background:rgba(14,15,17,.88);backdrop-filter:blur(14px);transition:transform .25s,border-color .25s}.emp-feature-row>div:hover{transform:translateY(-4px);border-color:rgba(215,25,32,.65)}.emp-feature-row span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--emp-red);border-radius:50%;color:var(--emp-red);font-size:11px;font-weight:900}.emp-feature-row strong{font-size:13px}
.emp-alert{margin:0 0 24px;padding:14px 18px;border-radius:8px;font-size:14px}.emp-alert--error{border:1px solid #a73b3f;background:#351517;color:#ffdadd}.emp-alert--success{border:1px solid #247c5f;background:#102c24;color:#caffed}
/* Customer */
.emp-shell--customer{background:radial-gradient(circle at 80% 0,rgba(215,25,32,.11),transparent 28%),#08090a}
.emp-account{position:relative;justify-self:end}.emp-account summary{list-style:none;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid #3a3b3f;border-radius:10px;cursor:pointer}.emp-account summary::-webkit-details-marker{display:none}.emp-account summary span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--emp-red);font-weight:900}.emp-account summary b{font-size:13px}.emp-account>div{position:absolute;right:0;top:58px;z-index:60;min-width:180px;padding:8px;border:1px solid #34363a;border-radius:10px;background:#121315;box-shadow:var(--emp-shadow)}.emp-account>div small{display:block;padding:9px 11px;color:#7e8085;font-size:10px;border-bottom:1px solid #2d2f33;overflow:hidden;text-overflow:ellipsis}.emp-account>div a{display:block;padding:11px;border-radius:6px}.emp-account>div a:hover{background:#242528}
.emp-customer-main{min-height:calc(100vh - 140px);padding:70px 0 110px}.emp-dashboard{display:grid;gap:34px}.emp-dashboard__welcome{display:flex;justify-content:space-between;align-items:flex-end;padding:0 6px 24px;border-bottom:1px solid #292b2f}.emp-dashboard__welcome h1{margin:12px 0 6px;font-size:50px;line-height:1}.emp-dashboard__welcome p{margin:0;color:var(--emp-muted)}.emp-dashboard__summary{display:flex;align-items:center;gap:12px}.emp-dashboard__summary span{font-size:46px;font-weight:900;color:var(--emp-red)}.emp-dashboard__summary small{max-width:90px;color:#bbb;line-height:1.2}
.emp-section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:17px}.emp-section-heading>div>span,.emp-card-heading>span{display:block;margin-bottom:5px;color:var(--emp-red);font-size:10px;font-weight:900;letter-spacing:.16em}.emp-section-heading h2,.emp-card-heading h3{margin:0}.emp-section-heading>small{color:#7f8186}
.emp-vehicle-tabs{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px}.emp-vehicle-tab{min-width:260px;display:flex;align-items:center;gap:14px;padding:13px;border:1px solid #303237;border-radius:13px;background:#101113;transition:.25s}.emp-vehicle-tab:hover,.emp-vehicle-tab.is-active{border-color:var(--emp-red);background:#181012;box-shadow:0 12px 35px rgba(0,0,0,.25)}.emp-vehicle-tab__image{width:62px;height:48px;display:grid;place-items:center;border-radius:9px;background:#1e2024;color:var(--emp-red);overflow:hidden}.emp-vehicle-tab__image img{width:100%;height:100%;object-fit:cover}.emp-vehicle-tab strong,.emp-vehicle-tab small{display:block}.emp-vehicle-tab small{margin-top:5px;color:#8f9195;font-size:11px}
.emp-panel{border:1px solid #303237;border-radius:var(--emp-radius);background:linear-gradient(145deg,#121315,#0d0e10);box-shadow:0 20px 60px rgba(0,0,0,.2)}
.emp-order-hero{padding:28px}.emp-order-hero__vehicle{display:flex;align-items:center;gap:22px}.emp-order-hero__image{width:160px;height:100px;display:grid;place-items:center;overflow:hidden;border:1px solid #393b40;border-radius:14px;background:#181a1e;color:var(--emp-red);font-size:30px}.emp-order-hero__image img{width:100%;height:100%;object-fit:cover}.emp-order-hero__vehicle small{color:#8d8f94;font-size:10px;letter-spacing:.14em}.emp-order-hero__vehicle h2{margin:6px 0 12px;font-size:28px}.emp-order-hero__vehicle h2 span{color:#8b8d92;font-weight:500}.emp-status{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(215,25,32,.48);border-radius:999px;color:#f45257;font-size:12px}.emp-status i{width:7px;height:7px;border-radius:50%;background:var(--emp-red);box-shadow:0 0 12px var(--emp-red);animation:empPulse 1.4s infinite}
.emp-progress{margin-top:30px;padding:25px 12px 8px;border-top:1px solid #2d2f33}.emp-progress__bar{position:relative;height:3px;margin:17px 8%;background:#3d3f44}.emp-progress__bar i{display:block;width:var(--emp-progress);height:100%;background:var(--emp-red);box-shadow:0 0 16px rgba(215,25,32,.7);transition:width 1s cubic-bezier(.2,.8,.2,1)}.emp-progress ol{position:relative;display:grid;grid-template-columns:repeat(5,1fr);margin:-31px 0 0;padding:0;list-style:none}.emp-progress li{text-align:center;color:#72747a}.emp-progress li span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 11px;border:2px solid #505259;border-radius:50%;background:#111214;font-size:12px;font-weight:900}.emp-progress li small{font-size:11px}.emp-progress li.is-done{color:#eee}.emp-progress li.is-done span{border-color:var(--emp-red);color:#fff}.emp-progress li.is-current span{background:var(--emp-red);box-shadow:0 0 24px rgba(215,25,32,.5)}
.emp-operational-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;margin-top:20px}.emp-operational-grid>.emp-panel{padding:26px}.emp-approvals{grid-row:span 1}.emp-timeline{grid-column:1/-1}.emp-card-heading{margin-bottom:20px}.emp-card-heading h3{font-size:21px}.emp-approval-item{display:grid;grid-template-columns:1fr 1.4fr;gap:18px;padding:18px 0;border-top:1px solid #292b2f}.emp-approval-item>div strong,.emp-approval-item>div small{display:block}.emp-approval-item>div small{margin-top:7px;color:#8e9094}.emp-approval-item form{display:grid;gap:8px}.emp-approval-item textarea{width:100%;padding:9px 11px;border:1px solid #34363a;border-radius:7px;background:#0b0c0e;color:#fff;resize:vertical}.emp-approval-item form>span{display:flex;justify-content:flex-end;gap:8px}.emp-button{padding:9px 16px;border:1px solid var(--emp-red);border-radius:6px;background:var(--emp-red);color:#fff;font-weight:700;cursor:pointer}.emp-button--ghost{background:transparent;color:#ddd;border-color:#46484d}
.emp-delivery time{display:flex;align-items:flex-end;gap:12px;margin:20px 0}.emp-delivery time strong{font-size:50px;line-height:1}.emp-delivery time span{padding-bottom:7px;color:#aaa;font-size:12px}.emp-delivery dl{margin:0;border-top:1px solid #292b2f}.emp-delivery dl>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #292b2f}.emp-delivery dt{color:#898b90}.emp-delivery dd{margin:0;font-weight:800}
.emp-timeline ol{margin:0;padding:0;list-style:none}.emp-timeline li{position:relative;display:grid;grid-template-columns:16px 1fr;gap:15px;padding:0 0 26px}.emp-timeline li:not(:last-child):after{content:"";position:absolute;left:5px;top:14px;bottom:0;width:1px;background:#33353a}.emp-timeline li>i{position:relative;z-index:2;width:11px;height:11px;margin-top:4px;border-radius:50%;background:var(--emp-red);box-shadow:0 0 12px rgba(215,25,32,.65)}.emp-timeline time,.emp-timeline strong{display:block}.emp-timeline time{margin-bottom:5px;color:#77797e;font-size:10px}.emp-timeline p{margin:5px 0 0;color:#aaa;font-size:13px}.emp-update-media{display:block;width:170px;height:95px;margin-top:12px;border-radius:9px;overflow:hidden}.emp-update-media img{width:100%;height:100%;object-fit:cover}
.emp-history{margin-top:22px;padding-top:26px;border-top:1px solid #292b2f}.emp-history__list{display:grid;gap:10px}.emp-history-order{border:1px solid #2f3136;border-radius:13px;background:#101113}.emp-history-order summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:19px 22px;cursor:pointer}.emp-history-order summary::-webkit-details-marker{display:none}.emp-history-order summary span>*{display:block}.emp-history-order summary small{margin-bottom:5px;color:#75777c;font-size:10px}.emp-history-order summary strong{font-size:16px}.emp-history-order summary span:last-child{text-align:right}.emp-history-order summary b{color:#e9e7e3;font-size:11px}.emp-history-order summary em{margin-top:5px;color:var(--emp-red);font-style:normal;font-weight:800}.emp-history-order>div{padding:0 22px 20px;border-top:1px solid #292b2f;color:#aaa}.emp-history-order ul{margin:12px 0 0;padding:0;list-style:none}.emp-history-order li{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #26282c}.emp-history-order li b{color:#ddd}
.emp-muted{color:#85878c}.emp-no-active{display:flex;align-items:center;gap:20px;padding:28px}.emp-no-active .emp-panel__icon{width:55px;height:55px;display:grid;place-items:center;border:1px solid #286c58;border-radius:50%;color:var(--emp-green)}.emp-no-active small{color:var(--emp-green)}.emp-no-active h2{margin:5px 0}.emp-no-active p{margin:0;color:#94969a}.emp-empty{text-align:center;padding:60px 30px}.emp-empty>span{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 15px;border:1px solid var(--emp-red);border-radius:50%;color:var(--emp-red);font-size:30px}.emp-empty a{display:inline-block;margin-top:15px;padding:11px 18px;border-radius:7px;background:var(--emp-red)}.emp-empty-history{padding:24px;color:#888}
/* Motion */
.emp-reveal{animation:empReveal .85s cubic-bezier(.2,.75,.2,1) both}.emp-reveal--delay{animation-delay:.16s}.emp-reveal--late{animation-delay:.3s}
@keyframes empReveal{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes empGlow{to{transform:translate(80px,-30px) scale(1.12);opacity:.27}}
@keyframes empPulse{50%{opacity:.35;transform:scale(.74)}}
@media(max-width:1100px){.emp-container{width:min(100% - 40px,960px)}.emp-header{grid-template-columns:190px 1fr auto}.emp-nav{gap:24px}.emp-guest-hero__grid{grid-template-columns:1fr 470px;gap:36px}.emp-guest-copy{padding-left:10px}.emp-guest-copy h1{font-size:63px}.emp-operational-grid{grid-template-columns:1fr}.emp-timeline{grid-column:auto}}
@media(max-width:820px){.emp-container{width:min(100% - 28px,680px)}.emp-header{min-height:100px;grid-template-columns:1fr auto}.emp-brand{width:160px;height:90px}.emp-brand__crop{width:150px;height:84px}.emp-brand__crop img{width:166px;height:135px;top:-25px}.emp-nav{display:none}.emp-header__login{min-width:110px;padding:12px 18px}.emp-guest-hero{min-height:auto;padding:48px 0}.emp-guest-hero__grid{grid-template-columns:1fr}.emp-guest-copy{padding:0}.emp-guest-copy h1{font-size:clamp(48px,13vw,76px)}.emp-guest-copy>p{font-size:17px}.emp-login-card{padding:28px 22px}.emp-feature-row{grid-template-columns:1fr;margin-top:24px}.emp-account summary b{display:none}.emp-customer-main{padding:40px 0 80px}.emp-dashboard__welcome{align-items:flex-start}.emp-dashboard__summary{display:none}.emp-dashboard__welcome h1{font-size:38px}.emp-order-hero__vehicle{align-items:flex-start}.emp-order-hero__image{width:100px;height:75px}.emp-order-hero__vehicle h2{font-size:20px}.emp-progress{overflow-x:auto}.emp-progress ol{min-width:530px}.emp-progress__bar{min-width:445px}.emp-approval-item{grid-template-columns:1fr}.emp-history-order summary{align-items:flex-start}.emp-section-heading{align-items:flex-start}.emp-section-heading>small{max-width:120px;text-align:right}}
@media(max-width:520px){.emp-container{width:calc(100% - 22px)}.emp-header__login{font-size:12px}.emp-guest-copy h1{font-size:49px}.emp-login-card h2{font-size:24px}.emp-feature-row{display:none}.emp-vehicle-tab{min-width:230px}.emp-order-hero{padding:18px}.emp-order-hero__image{display:none}.emp-operational-grid>.emp-panel{padding:20px}.emp-dashboard__welcome p{font-size:13px}.emp-history-order summary{display:grid}.emp-history-order summary span:last-child{text-align:left}.emp-delivery time strong{font-size:42px}}
@media(max-width:820px){.emp-brand__crop img{width:148px;height:80px}}
@media(prefers-reduced-motion:reduce){.emp-shell *{animation:none!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* 1.1 — o shortcode entrega somente o conteúdo da página. */
.emp-portal-page{position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;background:#08090a}
.emp-portal-page .emp-shell{min-height:0}
.emp-portal-page .emp-guest-hero{min-height:min(830px,calc(100vh - 90px));padding-top:86px}
.emp-portal-page .emp-customer-main{min-height:720px;padding-top:72px}
.emp-header-account{--emp-red:#d71920;position:relative;box-sizing:border-box;font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif;text-decoration:none!important}
.emp-header-account--guest{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 24px;border:1px solid var(--emp-red);border-radius:8px;background:var(--emp-red);color:#fff!important;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 12px 30px rgba(215,25,32,.2);transition:.25s ease}
.emp-header-account--guest:hover{transform:translateY(-2px);filter:brightness(1.08)}
.emp-header-account--logged{display:inline-block;color:#fff}
.emp-header-account--logged summary{list-style:none;display:flex;align-items:center;gap:10px;min-height:48px;padding:7px 14px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#111214;cursor:pointer}
.emp-header-account--logged summary::-webkit-details-marker{display:none}.emp-header-account--logged summary span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--emp-red);font-weight:900}.emp-header-account--logged summary b{font-size:13px}
.emp-header-account--logged>div{position:absolute;right:0;top:56px;z-index:999;min-width:165px;padding:7px;border:1px solid #33363a;border-radius:9px;background:#111214;box-shadow:0 18px 45px rgba(0,0,0,.35)}.emp-header-account--logged>div a{display:block;padding:10px;border-radius:6px;color:#fff!important}.emp-header-account--logged>div a:hover{background:#24262a}
@media(max-width:820px){.emp-portal-page .emp-guest-hero{padding-top:52px}.emp-header-account--logged summary b{display:none}}
.emp-catalog-car{display:block;width:100%;height:100%;color:#d7d9dc}.emp-vehicle-tab__image .emp-catalog-car{width:76px;height:48px;max-width:none}.emp-order-hero__image .emp-catalog-car{width:160px;height:100px;max-width:none}.emp-catalog-car text{font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif}.emp-vehicle-tab__image:has(.emp-catalog-car),.emp-order-hero__image:has(.emp-catalog-car){overflow:visible;background:transparent;border-color:transparent}
