:root{--bg:#f4f5f7;--surface:rgba(255,255,255,.88);--surface-solid:#fff;--text:#252017;--muted:#756b5e;--line:#ece7df;--soft:#faf8f5;--orange:#e99413;--orange-dark:#d66a08;--orange-soft:#fff5df;--shadow:0 24px 70px rgba(73,48,18,.11);--focus:rgba(233,148,19,.18);color-scheme:light}
:root[data-theme=dark]{--bg:#0e0c09;--surface:rgba(25,21,16,.92);--surface-solid:#191510;--text:#fff8eb;--muted:#b5a792;--line:#352c21;--soft:#211c16;--orange:#f1a51d;--orange-dark:#e77a0c;--orange-soft:#302313;--shadow:0 30px 90px rgba(0,0,0,.38);--focus:rgba(241,165,29,.2);color-scheme:dark}
*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{font-family:Manrope,system-ui,sans-serif;background:var(--bg);color:var(--text);transition:background .25s,color .25s}a{color:inherit}button,input{font:inherit}.auth-shell{position:relative;min-height:100vh;overflow:hidden;padding:0 5vw;display:flex;flex-direction:column}.auth-shell:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(174,125,51,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(174,125,51,.06) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to bottom,black,transparent 75%);pointer-events:none}.ambient{position:absolute;border-radius:999px;filter:blur(10px);pointer-events:none}.ambient-one{width:420px;height:420px;right:-150px;top:-180px;background:radial-gradient(circle,rgba(233,148,19,.18),transparent 68%)}.ambient-two{width:400px;height:400px;left:-190px;bottom:-220px;background:radial-gradient(circle,rgba(214,106,8,.11),transparent 68%)}.topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;height:92px;max-width:1240px;width:100%;margin:auto}.brand{display:flex;align-items:center;gap:15px;text-decoration:none}.brand img{display:block;width:156px;height:auto}.brand small{padding-left:14px;border-left:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.theme-toggle{width:46px;height:46px;border:1px solid var(--line);border-radius:15px;background:var(--surface);color:var(--muted);cursor:pointer;display:grid;place-items:center;transition:.2s}.theme-toggle:hover{color:var(--orange);border-color:var(--orange);transform:translateY(-2px)}.theme-toggle svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.theme-toggle .moon,:root[data-theme=dark] .theme-toggle .sun{display:none}:root[data-theme=dark] .theme-toggle .moon{display:block}.auth-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,520px);align-items:center;gap:8vw;max-width:1160px;width:100%;margin:auto;padding:50px 0 75px}.story-panel{padding:24px 0}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow i{width:24px;height:2px;background:var(--orange)}.story-panel h2{font:700 clamp(43px,5vw,70px)/1.03 Space Grotesk,sans-serif;letter-spacing:-.045em;margin:24px 0;color:var(--text)}.story-panel h2 em{font-style:normal;color:var(--orange)}.story-panel>p{max-width:540px;font-size:16px;line-height:1.8;color:var(--muted)}.feature-row{display:flex;gap:36px;margin-top:43px}.feature-row>div{display:grid;grid-template-columns:43px auto;grid-template-rows:auto auto;column-gap:12px}.feature-icon{grid-row:1/3;display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:var(--orange-soft);color:var(--orange)}.feature-icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-row b{font-size:13px;color:var(--orange-dark)}.feature-row small{margin-top:3px;color:var(--muted);font-size:10px}.auth-card{width:100%;padding:45px;border:1px solid rgba(174,125,51,.18);border-radius:28px;background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.compact-card{padding-top:35px}.card-heading{margin-bottom:30px}.card-heading h1{margin:10px 0 9px;font:700 30px/1.2 Space Grotesk,sans-serif;letter-spacing:-.03em}.card-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.field{margin-bottom:19px}.field label,.label-row{font-size:11px;font-weight:800;letter-spacing:.025em}.label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.label-row label{margin:0}.label-row a,.help-note a{color:var(--orange);text-decoration:none}.field>label{display:block;margin-bottom:9px}.input-wrap{position:relative}.input-wrap>span{position:absolute;left:15px;top:50%;transform:translateY(-50%);display:grid;color:var(--orange)}.input-wrap svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.field input{width:100%;height:52px;padding:0 44px;border:1px solid var(--line);border-radius:14px;background:var(--soft);color:var(--text);font-size:13px;font-weight:600;outline:none;transition:.2s}.field input::placeholder{color:var(--muted);font-weight:500;opacity:.68}.field input:focus{border-color:var(--orange);box-shadow:0 0 0 4px var(--focus);background:var(--surface-solid)}.input-action{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.validation-message{display:block;color:#c84b35;font-size:10px;font-weight:700;margin:6px 4px 0}.primary-button,.secondary-button{width:100%;height:53px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:11px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.035em;cursor:pointer;transition:.2s}.primary-button{border:0;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;box-shadow:0 12px 26px rgba(214,106,8,.24)}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 32px rgba(214,106,8,.31)}.primary-button:disabled{opacity:.65;cursor:wait}.primary-button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.secondary-button{border:1px solid var(--line);background:transparent;color:var(--text)}.secondary-button:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-soft)}.divider{display:flex;align-items:center;gap:12px;margin:23px 0;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.help-note{text-align:center;margin:24px 0 0;font-size:10px;color:var(--muted)}.back-link{display:inline-flex;align-items:center;gap:4px;margin-bottom:26px;color:var(--muted);text-decoration:none;font-size:11px;font-weight:700}.back-link:hover{color:var(--orange)}.back-link svg{width:17px;fill:none;stroke:currentColor;stroke-width:2}.soft-box{padding:17px;margin:4px 0 20px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}.soft-box strong{font-size:11px}.soft-box>p{font-size:10px;line-height:1.6;color:var(--muted);margin:5px 0 15px}.split-fields{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px}.split-fields .field{margin:0}.split-fields .field input{padding:0 13px}.alert{padding:12px 14px;border-radius:12px;margin:0 0 16px;font-size:11px;font-weight:700;line-height:1.5}.alert.error{color:#b9372d;background:rgba(201,64,49,.09);border:1px solid rgba(201,64,49,.17)}.success-state{text-align:center;padding:10px 0}.success-state>span{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 18px;border-radius:20px;background:var(--orange-soft);color:var(--orange)}.success-state svg{width:30px;fill:none;stroke:currentColor;stroke-width:2}.success-state h2{font:700 24px Space Grotesk,sans-serif;margin:0 0 10px}.success-state p{color:var(--muted);font-size:12px;line-height:1.7;margin:0 0 26px}footer{position:relative;z-index:1;height:55px;display:flex;justify-content:center;align-items:center;gap:3px;font-size:10px;letter-spacing:.02em}footer .designed{width:auto;height:auto;background:none;color:var(--muted);margin-right:3px}footer strong{font-weight:800}footer .guney{color:#2583d8}footer .tech{color:var(--orange)}.boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.boot span{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}.boot strong{font-family:Space Grotesk;letter-spacing:.1em}.boot small{color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}#blazor-error-ui{display:none;position:fixed;z-index:99;top:118px;right:5vw;width:min(520px,90vw);padding:13px 42px 13px 15px;border:1px solid rgba(201,64,49,.2);border-radius:13px;background:#fff0ed;color:#a72f28;box-shadow:0 12px 30px rgba(80,20,15,.15);font-size:11px}#blazor-error-ui a{margin-left:6px;color:inherit;font-weight:800}#blazor-error-ui .dismiss{position:absolute;right:10px;top:8px;border:0;background:none;color:inherit;font-size:18px}.loading-progress{display:none}
@media(max-width:900px){.auth-shell{padding:0 24px}.topbar{height:78px}.auth-main{display:block;max-width:540px;padding:25px 0 55px}.story-panel{padding:0 0 28px}.story-panel h2{font-size:38px;margin:14px 0}.story-panel>p{font-size:13px}.feature-row{display:none}.auth-card{padding:34px}.form-panel{width:100%}}
@media(max-width:520px){.auth-shell{padding:0 15px}.brand img{width:125px}.brand small{display:none}.auth-main{padding:15px 0 38px}.story-panel h2{font-size:31px}.story-panel>p{display:none}.auth-card{padding:27px 21px;border-radius:22px}.card-heading h1{font-size:25px}.split-fields{grid-template-columns:1fr}.topbar{height:70px}footer{font-size:9px}#blazor-error-ui{top:82px;left:15px;right:15px;width:auto}}

footer .copyright{color:var(--muted);font-weight:650}.footer-divider{width:1px;height:12px;background:var(--line);margin:0 8px}
.portal-shell{min-height:100vh;display:grid;grid-template-columns:255px minmax(0,1fr);background:var(--bg)}.portal-sidebar{position:sticky;top:0;height:100vh;padding:34px 25px 26px;border-right:1px solid var(--line);background:var(--surface-solid);display:flex;flex-direction:column}.portal-brand{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-decoration:none;padding:0 10px 35px}.portal-brand img{width:150px}.portal-brand small{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.portal-sidebar nav{display:flex;flex-direction:column;gap:8px}.portal-sidebar nav>a,.portal-sidebar-foot button{height:48px;padding:0 14px;border:0;border-radius:13px;display:flex;align-items:center;gap:12px;text-decoration:none;background:transparent;color:var(--muted);font-size:12px;font-weight:750;cursor:pointer}.portal-sidebar nav>a.active{background:var(--orange-soft);color:var(--orange-dark)}.portal-sidebar svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.portal-nav-soon{padding:16px 14px;color:var(--muted);font-size:9px;line-height:1.6;border-top:1px solid var(--line);margin-top:8px}.portal-sidebar-foot{margin-top:auto}.portal-sidebar-foot button{width:100%}.portal-sidebar-foot button:hover{color:var(--orange);background:var(--orange-soft)}.portal-workspace{min-width:0;min-height:100vh;display:flex;flex-direction:column}.portal-header{height:78px;padding:0 clamp(24px,4vw,58px);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:var(--surface)}.portal-header>div{display:flex;flex-direction:column}.portal-header b{font:700 14px Space Grotesk}.portal-header span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.portal-content{width:100%;max-width:1420px;margin:0 auto;padding:45px clamp(24px,4vw,58px)}.portal-footer{margin-top:auto}.dashboard-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.dashboard-heading h1{font:700 clamp(30px,3.5vw,44px)/1.1 Space Grotesk;margin:8px 0 7px;letter-spacing:-.04em}.dashboard-heading p{margin:0;color:var(--muted);font-size:13px}.today{color:var(--muted);font-size:11px;font-weight:700}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.summary-grid article{min-height:104px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--surface-solid);display:flex;align-items:center;gap:15px}.summary-icon{width:47px;height:47px;border-radius:15px;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange)}.summary-icon svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.summary-grid article div{display:flex;flex-direction:column;gap:5px}.summary-grid small{color:var(--muted);font-size:10px}.summary-grid strong{font:700 22px Space Grotesk}.summary-status .status-dot{width:12px;height:12px;margin:0 16px;border-radius:50%;background:#32a466;box-shadow:0 0 0 8px rgba(50,164,102,.1)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px}.panel-card{padding:27px;border:1px solid var(--line);border-radius:23px;background:var(--surface-solid);box-shadow:0 12px 35px rgba(69,48,20,.045)}.panel-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-card-head h2{font:700 23px Space Grotesk;margin:7px 0 0}.status-pill{padding:8px 12px;border-radius:99px;background:var(--orange-soft);color:var(--orange-dark);font-size:10px;font-weight:800}.vehicle-visual{height:150px;margin:13px 0 20px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,var(--soft),var(--orange-soft))}.vehicle-visual svg{width:min(270px,80%);fill:none;stroke:var(--orange);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.vehicle-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vehicle-facts div{padding-right:10px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.vehicle-facts div:last-child{border:0}.vehicle-facts small{font-size:9px;color:var(--muted)}.vehicle-facts b{font-size:11px}.timeline{margin-top:24px}.timeline-item{position:relative;min-height:57px;padding-left:31px;display:flex}.timeline-item:before{content:"";position:absolute;left:7px;top:13px;bottom:-7px;width:1px;background:var(--line)}.timeline-item:last-child:before{display:none}.timeline-item>i{position:absolute;left:0;top:3px;width:15px;height:15px;border:3px solid var(--surface-solid);border-radius:50%;background:var(--line);box-shadow:0 0 0 1px var(--line)}.timeline-item.done>i{background:var(--orange);box-shadow:0 0 0 1px var(--orange)}.timeline-item.current>i{box-shadow:0 0 0 5px var(--orange-soft)}.timeline-item div{display:flex;flex-direction:column;gap:4px}.timeline-item b{font-size:11px}.timeline-item small{font-size:9px;color:var(--muted)}.services-card{grid-column:1/-1}.price{font:700 20px Space Grotesk;color:var(--orange-dark)}.service-list{margin-top:22px}.service-list>div{min-height:58px;padding:12px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.service-list span{display:grid;grid-template-columns:26px auto;align-items:center}.service-list span>i{grid-row:1/3;width:20px;height:20px;border-radius:7px;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange);font-size:10px;font-style:normal}.service-list b{font-size:11px}.service-list small{font-size:9px;color:var(--muted);margin-top:3px}.service-list strong{font-size:11px}.empty-copy{color:var(--muted);font-size:11px}.empty-job{display:flex;align-items:center;gap:20px}.empty-job>span{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:var(--orange-soft);color:var(--orange)}.empty-job svg{width:30px;fill:none;stroke:currentColor;stroke-width:1.8}.empty-job h2{font:700 19px Space Grotesk;margin:0 0 5px}.empty-job p{margin:0;color:var(--muted);font-size:11px}.panel-loading,.panel-message{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.panel-loading span{width:35px;height:35px;border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}.panel-loading p,.panel-message p{color:var(--muted);font-size:11px}.panel-message>span{width:50px;height:50px;border-radius:15px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-weight:900}.panel-message h1{font:700 25px Space Grotesk;margin:15px 0 0}.panel-message .primary-button{width:180px;margin-top:15px}
@media(max-width:900px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:static;width:100%;height:auto;padding:15px 24px;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center}.portal-brand{padding:0}.portal-brand img{width:120px}.portal-brand small,.portal-nav-soon{display:none}.portal-sidebar nav{margin-left:auto}.portal-sidebar nav>a{height:40px}.portal-sidebar-foot{margin:0 0 0 5px}.portal-sidebar-foot button{font-size:0;padding:0;width:40px;height:40px}.portal-sidebar-foot button svg{margin:auto}.portal-header{display:none}.portal-content{padding-top:30px}.dashboard-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.dashboard-heading{align-items:flex-start}.today{display:none}.summary-grid{grid-template-columns:1fr}.summary-grid article{min-height:83px;padding:17px}.vehicle-facts{grid-template-columns:1fr 1fr;row-gap:20px}.vehicle-facts div:nth-child(2){border:0}.dashboard-grid{display:block}.panel-card{margin-bottom:15px;padding:22px}.services-card{grid-column:auto}.portal-content{padding:26px 15px}.portal-sidebar{padding:14px 15px}.portal-sidebar nav>a{font-size:0;width:40px;padding:0;justify-content:center}.portal-footer{flex-wrap:wrap}}
@media(max-width:520px){.vehicle-visual{height:120px}.service-list>div{align-items:flex-start}.service-list>div>strong{white-space:nowrap}}

.mobile-header,.menu-overlay,.menu-button,.menu-close{display:none}.sidebar-heading{display:block}.portal-sidebar nav>a.active{background:var(--orange-soft);color:var(--orange-dark)}
.page-heading{align-items:flex-start}.history-list{display:flex;flex-direction:column;gap:13px}.history-card{min-height:126px;padding:23px 25px;border:1px solid var(--line);border-radius:21px;background:var(--surface-solid);display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:24px;box-shadow:0 10px 28px rgba(69,48,20,.035)}.history-date{align-self:stretch;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.history-date b{font:700 31px/1 Space Grotesk;color:var(--orange)}.history-date span{margin-top:6px;color:var(--muted);font-size:9px;text-transform:uppercase}.history-title{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.history-title h2{font:700 19px Space Grotesk;margin:0 0 4px}.history-title p{margin:0;color:var(--muted);font-size:10px}.history-services{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.history-services>span{padding:6px 9px;border-radius:8px;background:var(--soft);color:var(--muted);font-size:9px;font-weight:700}.history-price{white-space:nowrap;font:700 16px Space Grotesk;color:var(--text)}.status-pill.status-complete{background:rgba(50,164,102,.11);color:#258652}.status-pill.status-cancelled{background:rgba(201,64,49,.1);color:#b9372d}.status-pill.status-progress{background:var(--orange-soft);color:var(--orange-dark)}
.profile-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:20px;align-items:start}.profile-card{display:grid;grid-template-columns:76px 1fr;column-gap:19px}.profile-avatar{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,var(--orange),var(--orange-dark));color:#fff;font:700 23px Space Grotesk;box-shadow:0 12px 25px rgba(214,106,8,.2)}.profile-name{align-self:center}.profile-name h2{font:700 23px Space Grotesk;margin:7px 0 3px}.profile-name p,.card-copy{margin:0;color:var(--muted);font-size:10px}.readonly-fields{grid-column:1/-1;margin-top:26px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:17px;overflow:hidden}.readonly-fields div{min-height:77px;padding:17px 19px;display:flex;flex-direction:column;justify-content:center;gap:6px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.readonly-fields div:nth-child(2n){border-right:0}.readonly-fields div:nth-last-child(-n+2){border-bottom:0}.readonly-fields small{color:var(--muted);font-size:9px}.readonly-fields b{font-size:11px;overflow-wrap:anywhere}.contact-note{grid-column:1/-1;margin-top:17px;padding:14px 15px;border-radius:14px;background:var(--orange-soft);display:flex;align-items:center;gap:11px}.contact-note>span{flex:0 0 auto;width:23px;height:23px;border-radius:8px;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:11px;font-weight:800}.contact-note p{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.contact-note a{color:var(--orange-dark);font-weight:800;text-decoration:none}.password-card .card-copy{margin:10px 0 23px;line-height:1.65}.password-card .field input{padding:0 14px}.alert.success{color:#23784c;background:rgba(50,164,102,.1);border:1px solid rgba(50,164,102,.18)}

@media(max-width:900px){body:has(.menu-open){overflow:hidden}.mobile-header{height:68px;padding:0 18px;border-bottom:1px solid var(--line);background:var(--surface-solid);display:flex;align-items:center;justify-content:space-between}.mobile-header>a img{display:block;width:118px}.mobile-header>div{display:flex;align-items:center;gap:7px}.mobile-header .theme-toggle{width:40px;height:40px;border-radius:12px}.menu-button{width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface-solid);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.menu-button span{width:17px;height:2px;border-radius:2px;background:var(--text)}.menu-overlay{position:fixed;z-index:49;inset:0;border:0;background:rgba(10,8,5,.55);backdrop-filter:blur(3px)}.menu-open .menu-overlay{display:block}.portal-sidebar{position:fixed;z-index:50;inset:0 auto 0 0;width:min(310px,86vw);height:100vh;padding:25px 20px;border-right:1px solid var(--line);border-bottom:0;display:flex;flex-direction:column;align-items:stretch;transform:translateX(-105%);transition:transform .25s ease;box-shadow:20px 0 60px rgba(0,0,0,.2)}.menu-open .portal-sidebar{transform:translateX(0)}.sidebar-heading{display:flex;align-items:flex-start;justify-content:space-between}.portal-brand{padding:5px 9px 27px}.portal-brand img{width:142px}.portal-brand small{display:block}.menu-close{width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:var(--soft);color:var(--muted);font-size:24px;line-height:1;cursor:pointer}.portal-sidebar nav{margin:10px 0 0;display:flex}.portal-sidebar nav>a{width:auto;height:48px;padding:0 14px;justify-content:flex-start;font-size:12px}.portal-sidebar-foot{margin:auto 0 0}.portal-sidebar-foot button{width:100%;height:48px;padding:0 14px;font-size:12px}.portal-sidebar-foot button svg{margin:0}.profile-grid{grid-template-columns:1fr}}
@media(max-width:650px){.history-card{padding:19px;grid-template-columns:55px minmax(0,1fr);gap:15px}.history-date b{font-size:25px}.history-price{grid-column:2;margin-top:-4px}.history-title{display:block}.history-title .status-pill{display:inline-flex;margin-top:9px}.profile-card{grid-template-columns:60px 1fr}.profile-avatar{width:60px;height:60px;border-radius:18px;font-size:19px}.readonly-fields{grid-template-columns:1fr}.readonly-fields div{border-right:0}.readonly-fields div:nth-last-child(2){border-bottom:1px solid var(--line)}.profile-grid{display:block}.password-card{margin-top:15px}}

.guneytech-link{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s}.guneytech-link:hover{opacity:.72}.sidebar-label{display:block;padding:0 13px;margin:0 0 8px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.portal-sidebar nav{gap:5px}.sidebar-support{margin-top:auto;padding:18px;border:1px solid rgba(233,148,19,.18);border-radius:17px;background:linear-gradient(145deg,var(--orange-soft),var(--soft))}.sidebar-support .sidebar-label{padding:0;margin-bottom:11px;color:var(--orange-dark)}.sidebar-support h2{margin:0;font:700 13px/1.35 Space Grotesk}.sidebar-support>p{margin:6px 0 14px;color:var(--muted);font-size:9px;line-height:1.55}.sidebar-support>a{padding:9px 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:2px;text-decoration:none}.sidebar-support>a b{font-size:9px;overflow-wrap:anywhere}.sidebar-support>a small{color:var(--orange-dark);font-size:8px;font-weight:750}.portal-sidebar-foot{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.portal-sidebar-foot button{height:56px;color:var(--text);background:var(--soft)}.portal-sidebar-foot button:hover{color:#b9372d;background:rgba(201,64,49,.08)}.portal-sidebar-foot button>span{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.portal-sidebar-foot button strong{font-size:11px}.portal-sidebar-foot button small{color:var(--muted);font-size:8px;font-weight:600}.history-details{margin-top:15px;border-top:1px solid var(--line)}.history-details summary{padding:13px 0 2px;display:flex;align-items:center;justify-content:space-between;color:var(--orange-dark);font-size:9px;font-weight:800;cursor:pointer;list-style:none}.history-details summary::-webkit-details-marker{display:none}.history-details summary span{font-size:16px;transition:transform .2s}.history-details[open] summary span{transform:rotate(180deg)}.job-date-grid{position:relative;margin:16px 0 3px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.job-date-grid:before{content:"";position:absolute;left:8%;right:8%;top:8px;height:1px;background:var(--line)}.job-date-grid>div{position:relative;padding-top:24px;display:flex;flex-direction:column;gap:4px}.job-date-grid i{position:absolute;z-index:1;top:2px;left:4px;width:13px;height:13px;border:3px solid var(--surface-solid);border-radius:50%;background:var(--line);box-shadow:0 0 0 1px var(--line)}.job-date-grid .has-date i{background:var(--orange);box-shadow:0 0 0 1px var(--orange)}.job-date-grid small{color:var(--muted);font-size:8px}.job-date-grid b{font-size:8px;line-height:1.45}
@media(max-width:900px){.sidebar-support{margin-top:auto}.portal-sidebar-foot{margin-top:12px}.portal-sidebar-foot button{height:56px;font-size:12px}.portal-sidebar-foot button svg{margin:0}.portal-sidebar-foot button>span{display:flex}.sidebar-label{display:block}}
@media(max-width:650px){.job-date-grid{grid-template-columns:1fr 1fr;gap:15px 8px}.job-date-grid:before{display:none}.history-price{margin-bottom:3px}.sidebar-support{padding:15px}.portal-footer .designed{margin-left:1px}}
.sidebar-support>p{margin-bottom:8px}.sidebar-support address{margin:0 0 11px;color:var(--muted);font-size:8px;line-height:1.45;font-style:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.portal-sidebar-foot{margin-top:auto}.content-section{margin-top:22px;padding:29px;border:1px solid var(--line);border-radius:23px;background:var(--surface-solid)}.content-section-heading h2{margin:8px 0 6px;font:700 23px Space Grotesk}.content-section-heading p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}.quick-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.quick-link-grid>a{min-height:82px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:var(--soft);display:grid;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:13px;text-decoration:none;transition:.2s}.quick-link-grid>a:hover{border-color:var(--orange);background:var(--orange-soft);transform:translateY(-2px)}.quick-link-grid>a>span{width:43px;height:43px;border-radius:13px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center}.quick-link-grid svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quick-link-grid>a>div{display:flex;flex-direction:column;gap:4px}.quick-link-grid b{font-size:11px}.quick-link-grid small{color:var(--muted);font-size:9px}.quick-link-grid>a>i{color:var(--orange);font-style:normal;font-size:18px}.support-panel{position:relative;overflow:hidden;min-height:208px;margin-top:22px;padding:33px 35px;border-radius:24px;background:linear-gradient(135deg,#2a2117,#17130f);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.75fr);align-items:center;gap:38px}.support-panel:before{content:"";position:absolute;width:360px;height:360px;right:-130px;top:-190px;border-radius:50%;background:radial-gradient(circle,rgba(233,148,19,.34),transparent 68%)}.support-panel:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(90deg,transparent,black);pointer-events:none}.support-copy,.support-actions{position:relative;z-index:1}.support-copy h2{margin:9px 0 8px;font:700 clamp(23px,2.4vw,31px)/1.15 Space Grotesk;letter-spacing:-.025em}.support-copy>p{max-width:590px;margin:0;color:#c9bca9;font-size:11px;line-height:1.7}.support-copy address{max-width:590px;margin:15px 0 0;color:#9f927f;font-size:9px;line-height:1.55;font-style:normal}.support-actions{display:flex;flex-direction:column;gap:9px}.support-actions>a{min-height:66px;padding:12px 15px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.07);color:#fff;display:flex;align-items:center;gap:12px;text-decoration:none;backdrop-filter:blur(10px);transition:.2s}.support-actions>a:hover{border-color:var(--orange);background:rgba(233,148,19,.15)}.support-actions>a>span{flex:0 0 auto;width:39px;height:39px;border-radius:12px;background:rgba(233,148,19,.17);color:var(--orange);display:grid;place-items:center}.support-actions svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.support-actions>a>div{display:flex;flex-direction:column;gap:3px;min-width:0}.support-actions small{color:#a99b87;font-size:8px}.support-actions b{font-size:10px;overflow-wrap:anywhere}.support-call{background:linear-gradient(135deg,rgba(233,148,19,.18),rgba(214,106,8,.08))!important}
@media(max-width:900px){.support-panel{grid-template-columns:1fr;gap:24px}.portal-sidebar-foot{margin-top:auto}}
@media(max-width:650px){.content-section{padding:22px}.quick-link-grid{grid-template-columns:1fr}.support-panel{padding:27px 22px;border-radius:21px}.support-copy h2{font-size:23px}.support-actions>a{min-height:62px}}

/* Support panel follows the selected theme. */
:root{--support-bg:linear-gradient(135deg,#fff,#fff7e8);--support-text:var(--text);--support-muted:var(--muted);--support-card:rgba(255,255,255,.82);--support-line:rgba(174,125,51,.18);--support-grid:rgba(174,125,51,.055);--support-glow:rgba(233,148,19,.2)}
:root[data-theme=dark]{--support-bg:linear-gradient(135deg,#2a2117,#17130f);--support-text:#fff;--support-muted:#c9bca9;--support-card:rgba(255,255,255,.07);--support-line:rgba(255,255,255,.1);--support-grid:rgba(255,255,255,.035);--support-glow:rgba(233,148,19,.34)}
.support-panel{border:1px solid var(--support-line);background:var(--support-bg);color:var(--support-text);box-shadow:0 16px 45px rgba(73,48,18,.07)}.support-panel:before{background:radial-gradient(circle,var(--support-glow),transparent 68%)}.support-panel:after{background-image:linear-gradient(var(--support-grid) 1px,transparent 1px),linear-gradient(90deg,var(--support-grid) 1px,transparent 1px)}.support-copy>p{color:var(--support-muted)}.support-copy address{color:var(--support-muted)}.support-actions>a{border-color:var(--support-line);background:var(--support-card);color:var(--support-text)}.support-actions>a:hover{border-color:var(--orange);background:var(--orange-soft)}.support-actions small{color:var(--support-muted)}.support-call{background:linear-gradient(135deg,var(--orange-soft),var(--support-card))!important}:root[data-theme=dark] .support-actions>a:hover{background:rgba(233,148,19,.15)}

.sidebar-vehicle{margin-top:auto}.sidebar-vehicle>.sidebar-label{padding:0 3px;margin-bottom:9px}.sidebar-vehicle>a,.sidebar-no-vehicle,.sidebar-vehicle-loading{display:block;padding:15px;border:1px solid rgba(233,148,19,.19);border-radius:17px;background:linear-gradient(145deg,var(--orange-soft),var(--soft));text-decoration:none}.sidebar-vehicle>a{display:grid;grid-template-columns:39px minmax(0,1fr);gap:10px;transition:.2s}.sidebar-vehicle>a:hover{border-color:var(--orange);transform:translateY(-2px);box-shadow:0 10px 24px rgba(73,48,18,.08)}.sidebar-car-icon{width:39px;height:39px;border-radius:12px;background:var(--surface-solid);color:var(--orange);display:grid;place-items:center}.sidebar-car-icon svg,.sidebar-no-vehicle svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-vehicle-title{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.sidebar-vehicle-title strong{font:700 13px Space Grotesk}.sidebar-vehicle-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:8px}.sidebar-vehicle-status{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--line);display:flex;align-items:center;gap:7px}.sidebar-vehicle-status i{width:7px;height:7px;border-radius:50%;background:#32a466;box-shadow:0 0 0 4px rgba(50,164,102,.1)}.sidebar-vehicle-status b{font-size:9px;color:var(--orange-dark)}.sidebar-vehicle>a>small{grid-column:1/-1;color:var(--muted);font-size:8px}.sidebar-vehicle>a>em{grid-column:1/-1;margin-top:2px;color:var(--orange-dark);font-size:8px;font-weight:800;font-style:normal;display:flex;justify-content:space-between}.sidebar-no-vehicle{text-align:center}.sidebar-no-vehicle>span{width:38px;height:38px;margin:0 auto 9px;border-radius:12px;background:var(--surface-solid);color:var(--orange);display:grid;place-items:center}.sidebar-no-vehicle b{display:block;font-size:9px}.sidebar-no-vehicle small{display:block;margin-top:5px;color:var(--muted);font-size:8px;line-height:1.45}.sidebar-vehicle-loading{min-height:145px;position:relative;overflow:hidden}.sidebar-vehicle-loading:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);animation:sidebar-shimmer 1.2s infinite}.sidebar-vehicle-loading i,.sidebar-vehicle-loading span{display:block;border-radius:8px;background:var(--line)}.sidebar-vehicle-loading i{width:39px;height:39px}.sidebar-vehicle-loading span{height:8px;margin-top:14px}.sidebar-vehicle-loading span:last-child{width:65%}@keyframes sidebar-shimmer{to{transform:translateX(100%)}}.portal-sidebar-foot{margin-top:14px}
@media(max-width:900px){.sidebar-vehicle{margin-top:auto}.portal-sidebar-foot{margin-top:12px}}

/* Controlled focus styling: Blazor focuses page headings after navigation. */
[tabindex="-1"]:focus,.card-heading h1,.card-heading h1:focus,.dashboard-heading h1,.dashboard-heading h1:focus{outline:none!important;box-shadow:none!important;text-shadow:none}
a:focus,a:focus-visible,button:focus,button:focus-visible{outline:none!important}
.input-action:focus-visible{outline:none!important;border-radius:9px}
.field input:focus-visible{outline:none;border-color:var(--orange);box-shadow:0 0 0 4px var(--focus);background:var(--surface-solid)}

/* Branded boot and e-mail OTP flow. */
.boot img{display:block;width:56px;height:auto;margin-top:2px}.boot small{margin-top:1px}
.otp-card{max-width:520px}.otp-symbol{width:58px;height:58px;margin:0 auto 20px;border-radius:18px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center}.otp-symbol svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.otp-heading{text-align:center}.otp-field input{padding:0 12px;text-align:center;font:700 27px Space Grotesk,sans-serif;letter-spacing:.35em}.otp-field input::placeholder{letter-spacing:.35em}

/* Customer security settings. */
.settings-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:20px;align-items:start}.security-setting-card{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:19px;align-items:center}.security-setting-icon{width:62px;height:62px;border-radius:19px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center}.security-setting-icon svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.security-setting-copy h2,.settings-info-card h2{margin:7px 0 7px;font:700 21px/1.25 Space Grotesk}.security-setting-copy p{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.security-setting-copy p strong{color:var(--text)}.security-switch{min-width:92px;padding:8px 12px;border:1px solid var(--line);border-radius:99px;background:var(--soft);color:var(--muted);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s}.security-switch>span{width:18px;height:18px;border-radius:50%;background:var(--muted);box-shadow:inset 0 0 0 5px var(--surface-solid)}.security-switch b{font-size:9px}.security-switch.enabled{border-color:rgba(50,164,102,.25);background:rgba(50,164,102,.1);color:#258652}.security-switch.enabled>span{background:#32a466}.security-switch:disabled{opacity:.6;cursor:wait}.security-detail{grid-column:1/-1;margin-top:8px;padding-top:20px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.security-detail>span{min-height:67px;padding:13px;border-radius:14px;background:var(--soft);display:flex;flex-direction:column;justify-content:center;gap:5px}.security-detail b{font-size:9px}.security-detail small{color:var(--muted);font-size:8px}.security-setting-card>.alert{grid-column:1/-1;margin:2px 0 0}.settings-info-card h2{font-size:22px}.settings-info-card ol{margin:21px 0 0;padding:0;list-style:none;counter-reset:steps}.settings-info-card li{counter-increment:steps;min-height:45px;padding:0 0 14px 42px;position:relative;color:var(--muted);font-size:10px;line-height:1.55}.settings-info-card li:before{content:counter(steps);position:absolute;left:0;top:-4px;width:29px;height:29px;border-radius:10px;background:var(--orange-soft);color:var(--orange-dark);display:grid;place-items:center;font-size:9px;font-weight:800}.settings-info-card .contact-note{margin-top:8px}
@media(max-width:900px){.settings-grid{grid-template-columns:1fr}}
@media(max-width:650px){.settings-grid{display:block}.settings-info-card{margin-top:15px}.security-setting-card{grid-template-columns:50px minmax(0,1fr)}.security-setting-icon{width:50px;height:50px;border-radius:16px}.security-switch{grid-column:1/-1;width:100%;min-height:44px}.security-detail{grid-template-columns:1fr}.boot img{width:50px}}

/* Read-only customer vehicles. */
.vehicle-count-badge,.readonly-badge{padding:8px 12px;border:1px solid var(--line);border-radius:99px;background:var(--soft);color:var(--muted);font-size:9px;font-weight:800}.vehicles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.vehicle-profile-card{min-width:0}.vehicle-profile-head{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px}.vehicle-profile-icon{width:64px;height:64px;border-radius:19px;background:linear-gradient(145deg,var(--orange),var(--orange-dark));color:#fff;display:grid;place-items:center;box-shadow:0 12px 25px rgba(214,106,8,.2)}.vehicle-profile-icon svg{width:33px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.vehicle-profile-head h2{margin:6px 0 2px;font:700 23px Space Grotesk}.vehicle-profile-head p{margin:0;color:var(--muted);font-size:10px}.vehicle-readonly-fields{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:17px;overflow:hidden}.vehicle-readonly-fields>div{min-height:72px;padding:15px 17px;display:flex;flex-direction:column;justify-content:center;gap:6px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.vehicle-readonly-fields>div:nth-child(2n){border-right:0}.vehicle-readonly-fields>div:nth-last-child(-n+2){border-bottom:0}.vehicle-readonly-fields small,.vehicle-service-summary small{color:var(--muted);font-size:8px}.vehicle-readonly-fields b{font-size:10px;overflow-wrap:anywhere}.vehicle-readonly-fields .chassis{font-family:Space Grotesk;letter-spacing:.055em}.vehicle-service-summary{margin-top:14px;padding:15px 17px;border-radius:15px;background:var(--orange-soft);display:grid;grid-template-columns:1fr 1fr;gap:14px}.vehicle-service-summary>span{display:flex;flex-direction:column;gap:5px}.vehicle-service-summary>span+span{padding-left:15px;border-left:1px solid var(--line)}.vehicle-service-summary b{font-size:10px;color:var(--orange-dark)}.vehicle-profile-card .contact-note{margin-top:14px}.vehicles-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vehicles-empty>span{width:64px;height:64px;border-radius:20px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center}.vehicles-empty svg{width:31px;fill:none;stroke:currentColor;stroke-width:1.8}.vehicles-empty h2{margin:17px 0 7px;font:700 22px Space Grotesk}.vehicles-empty p{margin:0;color:var(--muted);font-size:10px}
@media(max-width:1100px){.vehicles-grid{grid-template-columns:1fr}}
@media(max-width:650px){.vehicle-count-badge{display:none}.vehicle-profile-head{grid-template-columns:54px minmax(0,1fr)}.vehicle-profile-icon{width:54px;height:54px;border-radius:17px}.readonly-badge{grid-column:1/-1;text-align:center}.vehicle-readonly-fields{grid-template-columns:1fr}.vehicle-readonly-fields>div{border-right:0}.vehicle-readonly-fields>div:nth-last-child(2){border-bottom:1px solid var(--line)}.vehicle-service-summary{grid-template-columns:1fr}.vehicle-service-summary>span+span{padding:12px 0 0;border-left:0;border-top:1px solid var(--line)}}

/* Customer portal maintenance mode. */
.portal-status-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:var(--bg)}.portal-status-loading>span{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}.portal-status-loading img{display:block;width:56px;height:auto}.portal-status-loading small{color:var(--muted)}.customer-maintenance-shell{position:relative;min-height:100vh;overflow:hidden;padding:0 clamp(22px,5vw,72px);display:flex;flex-direction:column;background:var(--bg)}.maintenance-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(174,125,51,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(174,125,51,.06) 1px,transparent 1px);background-size:36px 36px;mask-image:radial-gradient(circle at center,black,transparent 76%);pointer-events:none}.customer-maintenance-shell:before,.customer-maintenance-shell:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;pointer-events:none}.customer-maintenance-shell:before{right:-170px;top:-210px;background:radial-gradient(circle,rgba(233,148,19,.19),transparent 69%)}.customer-maintenance-shell:after{left:-210px;bottom:-250px;background:radial-gradient(circle,rgba(214,106,8,.13),transparent 69%)}.maintenance-topbar{position:relative;z-index:2;width:100%;max-width:1240px;height:92px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.maintenance-topbar>img{display:block;width:145px;height:auto}.customer-maintenance-card{position:relative;z-index:1;width:min(720px,100%);margin:auto;padding:48px 55px;border:1px solid rgba(174,125,51,.2);border-radius:29px;background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(18px);text-align:center}.maintenance-icon{width:67px;height:67px;margin:0 auto 19px;border-radius:21px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center}.maintenance-icon svg{width:31px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.customer-maintenance-card h1{margin:13px 0 15px;font:700 clamp(34px,4.5vw,52px)/1.07 Space Grotesk;letter-spacing:-.04em}.customer-maintenance-card h1 em{color:var(--orange);font-style:normal}.customer-maintenance-card>p{max-width:550px;margin:0 auto;color:var(--muted);font-size:13px;line-height:1.75}.maintenance-progress{width:min(300px,80%);height:4px;margin:27px auto 14px;border-radius:99px;background:var(--line);overflow:hidden}.maintenance-progress i{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orange),var(--orange-dark));animation:maintenance-move 1.8s ease-in-out infinite alternate}.customer-maintenance-card>small{color:var(--muted);font-size:9px}.maintenance-contact{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.maintenance-contact>a{min-height:62px;padding:12px 15px;border:1px solid var(--line);border-radius:15px;background:var(--soft);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;text-decoration:none;transition:.2s}.maintenance-contact>a:hover{border-color:var(--orange);background:var(--orange-soft);transform:translateY(-2px)}.maintenance-contact span{color:var(--muted);font-size:8px}.maintenance-contact b{font-size:10px;overflow-wrap:anywhere}.maintenance-footer{position:relative;z-index:1;min-height:58px;height:auto;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:9px}.maintenance-footer>i{width:1px;height:11px;margin:0 9px;background:var(--line)}@keyframes maintenance-move{to{transform:translateX(138%)}}
@media(max-width:650px){.maintenance-topbar{height:72px}.maintenance-topbar>img{width:122px}.customer-maintenance-card{padding:34px 22px;border-radius:23px}.maintenance-icon{width:57px;height:57px;border-radius:18px}.customer-maintenance-card h1{font-size:32px}.maintenance-contact{grid-template-columns:1fr}.maintenance-footer{font-size:8px}}
