
:root{
  --container:1200px;--space-xs:clamp(.5rem,1vw,.75rem);--space-sm:clamp(.75rem,1.5vw,1rem);--space-md:clamp(1rem,2vw,1.5rem);--space-lg:clamp(1.5rem,3vw,2.5rem);--space-xl:clamp(2rem,5vw,4rem);--space-2xl:clamp(3rem,7vw,6rem);--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--shadow-sm:0 8px 24px rgba(2,8,23,.08);--shadow-md:0 18px 45px rgba(2,8,23,.12);--text:#0f172a;--muted:#475569;--bg:#ffffff;--bg-soft:#f8fafc;--line:#e2e8f0;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-contrast:#ffffff;--dark:#0f172a;
}
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}
body.theme-dark{--text:#e5eefc;--muted:#b8c3d9;--bg:#08111f;--bg-soft:#0f1b2d;--line:#243247;--primary:#7dd3fc;--primary-dark:#38bdf8;--primary-contrast:#08111f;--dark:#020817;background:radial-gradient(circle at top,#142033 0,#08111f 58%,#050b14 100%)}
body.theme-dark .card,body.theme-dark .logo-item,body.theme-dark .stat-card,body.theme-dark .faq-item,body.theme-dark .paypal-panel,body.theme-dark .cart-panel,body.theme-dark .blog-card,body.theme-dark .product-card,body.theme-dark .cta-panel{background:rgba(15,23,42,.88);color:var(--text);border-color:var(--line);box-shadow:0 24px 60px rgba(2,6,23,.42)}
body.theme-dark .site-navbar{background:rgba(8,17,31,.88);border-bottom-color:var(--line)}
body.theme-dark .nav-toggle{background:#0f1b2d;color:var(--text);border-color:var(--line)}
body.theme-dark .hero-media,body.theme-dark .gallery-item,body.theme-dark .blog-card-media,body.theme-dark .product-media{background:linear-gradient(135deg,#1e293b,#0f172a)}
body.theme-dark .btn-export-light{background:#e2e8f0;color:#020817}
img,svg,video{display:block;max-width:100%;height:auto}
a{color:inherit}
.container{width:min(100% - 2rem,var(--container));margin-inline:auto}
.section{padding-block:var(--space-2xl)}
.section-soft{background:var(--bg-soft)}
.section-dark{background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff}
.text-center{text-align:center}
.stack{display:flex;flex-direction:column;gap:var(--space-md)}
.button-row{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}
.button-row.center{justify-content:center}
.grid-2,.grid-3,.grid-4,.gallery{display:grid;grid-template-columns:1fr;gap:var(--space-md)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm)}
.announcement-bar{background:#0f172a;color:#e2e8f0;padding:.8rem 0;font-size:.95rem}
.announcement-bar p{margin:0;color:inherit}
.announcement-bar a{color:#93c5fd;font-weight:700;text-decoration:none}
.eyebrow{display:inline-block;margin-bottom:var(--space-sm);padding:.35rem .75rem;border-radius:999px;background:rgba(255,255,255,.12);color:inherit;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.hero{padding-block:clamp(4rem,10vw,8rem)}
.hero-content{max-width:900px;margin-inline:auto}
.hero-split{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:center}
.hero-media{min-height:280px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#dbeafe,#bfdbfe);box-shadow:var(--shadow-md)}
h1,h2,h3,h4,h5,h6{margin:0 0 .6em;line-height:1.1}
h1{font-size:clamp(2.2rem,6vw,4.5rem)}
h2{font-size:clamp(1.8rem,4.4vw,3rem)}
h3{font-size:clamp(1.2rem,2.6vw,1.6rem)}
p{margin:0 0 1rem;color:var(--muted);font-size:clamp(1rem,1.5vw,1.125rem)}
.section-dark p{color:rgba(255,255,255,.86)}
.btn-export{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.85rem 1.15rem;border-radius:.8rem;border:1px solid transparent;text-decoration:none;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
.btn-export:hover{transform:translateY(-1px)}
.btn-export-primary{background:var(--primary);color:var(--primary-contrast)}
.btn-export-primary:hover{background:var(--primary-dark)}
.btn-export-secondary{background:transparent;color:inherit;border-color:currentColor}
.btn-export-light{background:#fff;color:var(--dark)}
.button-group{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}
.button-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}
.icon-button{width:46px;height:46px;min-height:46px;padding:0;border-radius:.8rem;display:inline-grid;place-items:center}
.icon-button svg{width:20px;height:20px;display:block}
.combo-button{position:relative;display:inline-block}
.combo-button summary{list-style:none;cursor:pointer}
.combo-button summary::-webkit-details-marker{display:none}
.combo-button-menu{position:absolute;top:calc(100% + .45rem);left:0;min-width:220px;z-index:20;display:grid;gap:.35rem;padding:.55rem;border-radius:.9rem;background:#fff;color:#111827;border:1px solid #dbe3ef;box-shadow:0 18px 45px rgba(15,23,42,.14)}
.combo-button-menu a{display:block;padding:.65rem .75rem;border-radius:.65rem;color:inherit;text-decoration:none;font-weight:700}
.combo-button-menu a:hover{background:#f1f5f9}
.split-button{display:inline-flex;align-items:stretch}
.split-button .btn-export{border-radius:0}
.split-button .btn-export:first-child{border-top-left-radius:.8rem;border-bottom-left-radius:.8rem}
.split-button .btn-export:last-child{border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;border-left-color:rgba(255,255,255,.35);min-width:46px;padding-inline:.8rem}
.theme-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.theme-toggle-copy{max-width:620px}
.theme-toggle-copy p:last-child{margin-bottom:0}
.theme-toggle-button{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:999px;border:1px solid var(--line);background:var(--bg);color:var(--text);font:inherit;font-weight:800;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.theme-toggle-button[data-theme-toggle-size="regular"]{padding:.8rem 1rem;font-size:1rem}
.theme-toggle-button[data-theme-toggle-size="medium"]{padding:.65rem .9rem;font-size:.92rem}
.theme-toggle-button[data-theme-toggle-size="small"]{padding:.52rem .78rem;font-size:.84rem}
.theme-toggle-button[data-theme-toggle-size="xsmall"]{padding:.42rem .64rem;font-size:.76rem;gap:.55rem}
.theme-toggle-button[data-theme-toggle-size="tiny"]{padding:.34rem .54rem;font-size:.7rem;gap:.45rem}
.theme-toggle-button[data-theme-toggle-align="left"]{display:flex;width:fit-content;margin-right:auto}
.theme-toggle-button[data-theme-toggle-align="right"]{display:flex;width:fit-content;margin-left:auto}
.theme-toggle-button[data-theme-toggle-shape="square"]{border-radius:1rem}
.theme-toggle-button[data-theme-toggle-shape="square"] .theme-toggle-icon{border-radius:.8rem}
.theme-toggle-button[data-theme-toggle-content="icon-only"]{padding-inline:.75rem}
.theme-toggle-button[data-theme-toggle-size="xsmall"][data-theme-toggle-content="icon-only"]{padding-inline:.5rem}
.theme-toggle-button[data-theme-toggle-size="tiny"][data-theme-toggle-content="icon-only"]{padding-inline:.42rem}
.theme-toggle-button[data-theme-toggle-content="icon-only"] .theme-toggle-meta{display:none}
.theme-toggle-button[data-theme-toggle-color="default"]{background:var(--bg);color:var(--text);border-color:var(--line);--theme-toggle-icon-bg:linear-gradient(135deg,#fde68a,#fb7185);--theme-toggle-icon-color:#0f172a}
.theme-toggle-button[data-theme-toggle-color="ocean"]{background:linear-gradient(135deg,#082f49,#0f4c81);color:#eff6ff;border-color:#38bdf8;--theme-toggle-icon-bg:linear-gradient(135deg,#67e8f9,#60a5fa);--theme-toggle-icon-color:#082f49}
.theme-toggle-button[data-theme-toggle-color="sunset"]{background:linear-gradient(135deg,#7c2d12,#c2410c);color:#fff7ed;border-color:#fdba74;--theme-toggle-icon-bg:linear-gradient(135deg,#fdba74,#fb7185);--theme-toggle-icon-color:#7c2d12}
.theme-toggle-button[data-theme-toggle-color="monochrome"]{background:linear-gradient(135deg,#111827,#374151);color:#f9fafb;border-color:#9ca3af;--theme-toggle-icon-bg:linear-gradient(135deg,#e5e7eb,#9ca3af);--theme-toggle-icon-color:#111827}
.theme-toggle-button:hover{transform:translateY(-1px)}
.theme-toggle-button[aria-pressed="true"]{background:#0f172a;color:#f8fafc;border-color:#1e293b}
.theme-toggle-icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:var(--theme-toggle-icon-bg,linear-gradient(135deg,#fde68a,#fb7185));color:var(--theme-toggle-icon-color,#0f172a);border:2px solid var(--theme-toggle-icon-ring-color,rgba(255,255,255,.35))}
.theme-toggle-button[data-theme-toggle-size="medium"] .theme-toggle-icon{width:38px;height:38px}
.theme-toggle-button[data-theme-toggle-size="small"] .theme-toggle-icon{width:32px;height:32px}
.theme-toggle-button[data-theme-toggle-size="xsmall"] .theme-toggle-icon{width:28px;height:28px;border-width:1.5px}
.theme-toggle-button[data-theme-toggle-size="tiny"] .theme-toggle-icon{width:24px;height:24px;border-width:1.5px}
.theme-toggle-icon svg{width:20px;height:20px;display:block}
.theme-toggle-button[data-theme-toggle-size="medium"] .theme-toggle-icon svg{width:18px;height:18px}
.theme-toggle-button[data-theme-toggle-size="small"] .theme-toggle-icon svg{width:16px;height:16px}
.theme-toggle-button[data-theme-toggle-size="xsmall"] .theme-toggle-icon svg{width:14px;height:14px}
.theme-toggle-button[data-theme-toggle-size="tiny"] .theme-toggle-icon svg{width:12px;height:12px}
.theme-toggle-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}
.theme-toggle-kicker{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;opacity:.72}
.theme-toggle-label{font-size:1rem}
.theme-toggle-button[data-theme-toggle-size="medium"] .theme-toggle-label{font-size:.92rem}
.theme-toggle-button[data-theme-toggle-size="small"] .theme-toggle-label{font-size:.84rem}
.theme-toggle-button[data-theme-toggle-size="xsmall"] .theme-toggle-label{font-size:.76rem}
.theme-toggle-button[data-theme-toggle-size="tiny"] .theme-toggle-label{font-size:.7rem}
.theme-toggle-button[data-theme-toggle-size="small"] .theme-toggle-kicker{font-size:.62rem}
.theme-toggle-button[data-theme-toggle-size="xsmall"] .theme-toggle-kicker{font-size:.56rem}
.theme-toggle-button[data-theme-toggle-size="tiny"] .theme-toggle-kicker{font-size:.5rem}
body.theme-dark .theme-toggle-button{background:#0f172a;color:#f8fafc;border-color:#334155}
body.theme-dark .theme-toggle-button[aria-pressed="true"]{background:#e2e8f0;color:#020817;border-color:#cbd5e1}
body.theme-dark .theme-toggle-button{--theme-toggle-icon-bg:linear-gradient(135deg,#93c5fd,#c4b5fd);--theme-toggle-icon-color:#08111f}
body.theme-dark .theme-toggle-button[data-theme-toggle-color="ocean"]{background:linear-gradient(135deg,#082f49,#0369a1);color:#eff6ff;border-color:#67e8f9;--theme-toggle-icon-bg:linear-gradient(135deg,#67e8f9,#60a5fa);--theme-toggle-icon-color:#082f49}
body.theme-dark .theme-toggle-button[data-theme-toggle-color="sunset"]{background:linear-gradient(135deg,#7c2d12,#ea580c);color:#fff7ed;border-color:#fdba74;--theme-toggle-icon-bg:linear-gradient(135deg,#fdba74,#fb7185);--theme-toggle-icon-color:#7c2d12}
body.theme-dark .theme-toggle-button[data-theme-toggle-color="monochrome"]{background:linear-gradient(135deg,#0f172a,#1f2937);color:#f9fafb;border-color:#cbd5e1;--theme-toggle-icon-bg:linear-gradient(135deg,#e5e7eb,#9ca3af);--theme-toggle-icon-color:#111827}
.site-navbar{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}
.nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:.75rem}
.brand{font-size:1.05rem;font-weight:800;text-decoration:none}
.nav-toggle{appearance:none;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:.75rem;padding:.7rem .85rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.nav-links{width:100%;display:none;flex-direction:column;gap:.25rem}
.nav-links.open{display:flex}
.nav-links a{text-decoration:none;padding:.75rem .25rem;font-weight:600}
.site-navbar.nav-dark{background:var(--dark);border-bottom-color:rgba(255,255,255,.1)}
.site-navbar.nav-dark .brand,.site-navbar.nav-dark .nav-links a{color:#fff}
.site-navbar.nav-dark .nav-toggle{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.12)}
.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:800;margin-bottom:1rem}
.logo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}
.logo-item{display:grid;place-items:center;min-height:88px;padding:1rem;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;color:#64748b;font-size:1.05rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.stat-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}
.stat-card{text-align:center;background:linear-gradient(180deg,#fff,#f8fafc)}
.stat-value{display:block;font-size:clamp(2rem,5vw,3.5rem);line-height:1;font-weight:800;color:var(--dark);margin-bottom:.5rem}
.stat-label{display:block;color:var(--muted);font-weight:600}
.check-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}
.check-list li{position:relative;padding-left:1.6rem;color:var(--muted)}
.check-list li::before{content:'+';position:absolute;left:0;top:0;color:var(--primary);font-weight:800}
.process-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}
.step-card{position:relative;padding-top:4.25rem}
.step-number{position:absolute;top:var(--space-lg);left:var(--space-lg);width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:800}
.avatar{width:72px;height:72px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:1.1rem;font-weight:800;margin-bottom:1rem}
.role{display:block;color:#64748b;font-size:.95rem;font-weight:600;margin-top:-.35rem;margin-bottom:1rem}
.testimonial-card{background:linear-gradient(180deg,#fff,#f8fafc)}
.quote-mark{font-size:2.5rem;line-height:1;color:#93c5fd;margin-bottom:.5rem}
.price{display:flex;align-items:flex-end;gap:.35rem;margin-bottom:1rem}
.price strong{font-size:clamp(2rem,5vw,3rem);line-height:1;color:var(--dark)}
.price span{color:#64748b;font-weight:600}
.shop-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;gap:1rem}
.product-media{min-height:220px;border-radius:var(--radius-md);background:linear-gradient(135deg,#bfdbfe,#dbeafe)}
.product-copy{flex:1}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.product-price{font-size:1.45rem;font-weight:800;color:var(--dark)}
.cart-panel{display:grid;gap:var(--space-md)}
.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cart-items{display:grid;gap:.85rem}
.cart-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff}
.cart-item-meta{display:block;margin-top:.3rem;color:#64748b;font-size:.92rem}
.cart-item-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.mini-cart-btn{appearance:none;border:1px solid #cbd5e1;background:#fff;color:var(--text);border-radius:.75rem;padding:.55rem .75rem;font:inherit;font-weight:700;cursor:pointer}
.mini-cart-btn.danger{border-color:#fecaca;color:#b91c1c;background:#fff5f5}
.paypal-panel{display:grid;gap:1rem}
.paypal-note{padding:1rem 1.1rem;border-radius:var(--radius-md);background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;font-size:.96rem}
.inline-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .7rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.faq-list{display:grid;gap:var(--space-md)}
.faq-item{padding:var(--space-lg);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
.faq-item h3{margin-bottom:.5rem}
.blog-card{overflow:hidden;padding:0}
.blog-card-media{min-height:180px;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}
.blog-card-body{padding:var(--space-lg)}
.blog-meta{display:inline-block;margin-bottom:.75rem;color:#64748b;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.cta-panel{padding:clamp(1.75rem,4vw,3rem);border-radius:var(--radius-lg);background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:var(--shadow-md)}
.cta-panel p{color:rgba(255,255,255,.82)}
.auto-shell{background:radial-gradient(circle at 82% 8%,rgba(239,68,68,.28),transparent 24%),radial-gradient(circle at 14% 34%,rgba(30,64,175,.16),transparent 28%),linear-gradient(180deg,#08080a 0%,#111114 52%,#070708 100%);color:#f8fafc;overflow:hidden}
.auto-shell::before{content:'';position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px}
.auto-shell p{color:rgba(255,255,255,.78)}
.auto-top-strip{background:#ef4444;color:#fff;font-size:.86rem;font-weight:800;letter-spacing:.02em}
.auto-top-strip .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.55rem;flex-wrap:wrap}
.auto-navbar{background:rgba(10,10,12,.92);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.auto-navbar .brand,.auto-navbar .nav-links a{color:#fff}
.auto-navbar .nav-toggle{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.12)}
.auto-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;background:rgba(239,68,68,.14);color:#fca5a5;border:1px solid rgba(239,68,68,.25);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.auto-hero{position:relative;padding-block:clamp(4.5rem,10vw,7.2rem)}
.auto-hero-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:center}
.auto-hero-copy{position:relative;z-index:1}
.auto-title{font-size:clamp(2.6rem,7vw,5.4rem);line-height:.96;letter-spacing:-.04em;margin:1rem 0}
.auto-title strong{color:#ef4444}
.auto-check-list{display:grid;gap:.65rem;margin:1.2rem 0 0;padding:0;list-style:none;color:#f8fafc}
.auto-check-list li{display:flex;align-items:center;gap:.65rem}
.auto-check-list li::before{content:'OK';display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;font-size:.56rem;font-weight:900;flex:0 0 auto}
.auto-hero-card{position:relative;min-height:480px;border-radius:1.6rem;overflow:hidden;background:linear-gradient(145deg,#19191d 0%,#08080a 48%,#831515 100%);border:1px solid rgba(255,255,255,.1);box-shadow:0 32px 90px rgba(0,0,0,.5)}
.auto-hero-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 74% 22%,rgba(239,68,68,.62),transparent 24%),linear-gradient(120deg,transparent 0 42%,rgba(255,255,255,.08) 42% 45%,transparent 45% 100%)}
.auto-photo-panel{position:absolute;inset:1.6rem;border-radius:1.25rem;overflow:hidden;background:linear-gradient(135deg,#111827,#1f2937);border:1px solid rgba(255,255,255,.1)}
.auto-photo-main{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.18),rgba(0,0,0,.72)),url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1200&q=80') center/cover}
.auto-photo-grid{position:absolute;inset:auto 1rem 1rem 1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.auto-photo-tile{min-height:86px;border-radius:.9rem;border:1px solid rgba(255,255,255,.1);background:rgba(15,23,42,.86);padding:.85rem;color:#fff;display:grid;align-content:end}
.auto-photo-tile strong{font-size:1.35rem}
.auto-badge-float{position:absolute;top:1.2rem;left:1.2rem;background:rgba(8,8,10,.82);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.7rem 1rem;color:#fff;font-weight:900;box-shadow:0 18px 35px rgba(0,0,0,.25)}
.auto-card{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 50px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
.auto-card-featured{border-color:rgba(239,68,68,.48);box-shadow:0 22px 60px rgba(239,68,68,.16)}
.auto-card h3{color:#fff}
.auto-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm);margin-top:1.5rem}
.auto-stat{padding:1rem 1.1rem;border-radius:1rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.auto-stat strong{display:block;font-size:1.6rem;color:#fff}
.auto-stat span{display:block;color:#cbd5e1;font-size:.92rem;margin-top:.35rem}
.auto-service-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}
.auto-service-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#ef4444,#7f1d1d);color:#fff;font-weight:800;margin-bottom:1rem}
.auto-card[data-accent="blue"] .auto-service-icon{background:linear-gradient(135deg,#38bdf8,#1d4ed8)}
.auto-card[data-accent="green"] .auto-service-icon{background:linear-gradient(135deg,#34d399,#047857)}
.auto-card[data-accent="gold"] .auto-service-icon{background:linear-gradient(135deg,#f59e0b,#92400e)}
.auto-band{padding:1.15rem 1.4rem;border-radius:1rem;background:linear-gradient(135deg,#ef4444,#7f1d1d);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.auto-band p{color:rgba(255,255,255,.88);margin:0}
.auto-trust-grid{display:grid;grid-template-columns:1fr;gap:var(--space-sm)}
.auto-trust-card{padding:1rem;border-radius:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09)}
.auto-trust-card strong{display:block;color:#fff}
.auto-process-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}
.auto-process-step{position:relative;padding:1.2rem;border-radius:1rem;background:#18181b;border:1px solid rgba(255,255,255,.08)}
.auto-process-step span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ef4444;color:#fff;font-weight:900;margin-bottom:.8rem}
.auto-review{position:relative;padding-left:1.2rem}
.auto-review::before{content:'';position:absolute;left:0;top:.25rem;bottom:.25rem;width:4px;border-radius:999px;background:#ef4444}
.auto-hours{display:grid;gap:.7rem}
.auto-hours-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.08);color:#e5e7eb}
.auto-hours-row:last-child{border-bottom:0;padding-bottom:0}
.auto-booking-panel{display:grid;gap:1rem;background:linear-gradient(135deg,#ef4444,#991b1b);border:0;color:#fff}
.auto-booking-panel p{color:rgba(255,255,255,.86)}
.auto-mini-form{display:grid;gap:.8rem}
.auto-input{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff}
.auto-input::placeholder{color:rgba(255,255,255,.7)}
.auto-location-card{min-height:100%;background:#111114}
.auto-map{min-height:180px;border-radius:1rem;background:radial-gradient(circle at 48% 46%,#ef4444 0 5px,transparent 6px),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),#0b0b0d;background-size:auto,32px 32px,32px 32px,auto;margin-top:1rem;border:1px solid rgba(255,255,255,.08)}
.gallery-item{min-height:220px;border-radius:var(--radius-lg);overflow:hidden;background:#e2e8f0}
.form-grid{display:grid;gap:var(--space-sm)}
input,textarea,select{width:100%;font:inherit;color:var(--text);border:1px solid #cbd5e1;background:#fff;border-radius:.85rem;padding:.9rem 1rem}
input[name="website"],.builder-contact-honeypot{position:absolute !important;left:-10000px !important;top:auto !important;width:1px !important;height:1px !important;opacity:0 !important;overflow:hidden !important;pointer-events:none !important;display:block !important;}
textarea{min-height:140px;resize:vertical}
.footer{padding-block:var(--space-lg);background:var(--dark);color:#cbd5e1}
.footer p{color:inherit;margin:0}
@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-split{grid-template-columns:1.05fr .95fr}.nav-toggle{display:none}.nav-links{width:auto;display:flex !important;flex-direction:row;align-items:center;gap:1rem}.nav-links a{padding:.25rem 0}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.auto-hero-grid{grid-template-columns:1.02fr .98fr}.auto-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auto-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.auto-process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.auto-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
body.builder-device-mobile .nav-inner,body.builder-device-mobile-landscape .nav-inner{align-items:center}
body.builder-device-mobile .nav-toggle,body.builder-device-mobile-landscape .nav-toggle{display:inline-flex !important}
body.builder-device-mobile .nav-links,body.builder-device-mobile-landscape .nav-links{width:100% !important;display:none !important;position:static !important;flex-direction:column !important;align-items:stretch !important;gap:.25rem !important;background:transparent !important;box-shadow:none !important}
body.builder-device-mobile .nav-links.open,body.builder-device-mobile-landscape .nav-links.open{display:flex !important}
body.builder-device-mobile .nav-links a,body.builder-device-mobile-landscape .nav-links a{padding:.75rem .25rem !important}
body.builder-device-mobile .grant-shell .grant-nav-toggle,body.builder-device-mobile-landscape .grant-shell .grant-nav-toggle{display:inline-flex !important}
body.builder-device-mobile .grant-shell .grant-nav-links,body.builder-device-mobile-landscape .grant-shell .grant-nav-links{display:none !important;position:absolute !important;top:84px !important;right:1rem !important;flex-direction:column !important;align-items:stretch !important;min-width:220px !important;padding:.8rem !important;background:rgba(8,15,28,.96) !important;border:1px solid rgba(148,163,184,.18) !important;box-shadow:0 20px 44px rgba(2,6,23,.45) !important}
body.builder-device-mobile .grant-shell .grant-nav-links.open,body.builder-device-mobile-landscape .grant-shell .grant-nav-links.open{display:flex !important}


/* Custom Builder CSS */
* { box-sizing: border-box; } body {margin: 0;}.bodyshop-damage-markup-section{background-image:radial-gradient(circle at left top, rgba(56, 189, 248, 0.18), transparent 34%), radial-gradient(circle at right bottom, rgba(220, 38, 38, 0.16), transparent 38%), linear-gradient(135deg, rgb(3, 7, 18) 0%, rgb(15, 23, 42) 48%, rgb(17, 24, 39) 100%);background-position-x:initial, initial, initial;background-position-y:initial, initial, initial;background-size:initial, initial, initial;background-repeat:initial, initial, initial;background-attachment:initial, initial, initial;background-origin:initial, initial, initial;background-clip:initial, initial, initial;background-color:initial;padding-top:clamp(1.25rem, 4vw, 3rem);padding-right:0px;padding-bottom:clamp(1.25rem, 4vw, 3rem);padding-left:0px;}.bodyshop-mobile-card{--bodyshop-red:#ef4444;--bodyshop-red-strong:#dc2626;--bodyshop-blue:#38bdf8;--bodyshop-green:#22c55e;--bodyshop-ink:#f8fafc;--bodyshop-muted:#aab6c5;--bodyshop-line:rgba(148,163,184,.28);--bodyshop-soft:rgba(15,23,42,.72);--bodyshop-field:#0b1120;--bodyshop-field-2:#111827;background-image:linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(3, 7, 18, 0.94));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:var(--bodyshop-ink);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.32);border-right-color:rgba(148, 163, 184, 0.32);border-bottom-color:rgba(148, 163, 184, 0.32);border-left-color:rgba(148, 163, 184, 0.32);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-right-radius:28px;border-bottom-left-radius:28px;padding-top:clamp(1rem, 3vw, 1.65rem);padding-right:clamp(1rem, 3vw, 1.65rem);padding-bottom:clamp(1rem, 3vw, 1.65rem);padding-left:clamp(1rem, 3vw, 1.65rem);box-shadow:rgba(0, 0, 0, 0.46) 0px 26px 70px, rgba(255, 255, 255, 0.07) 0px 1px 0px inset;display:grid;row-gap:1.05rem;column-gap:1.05rem;position:relative;overflow-x:hidden;overflow-y:hidden;}.bodyshop-mobile-card::before{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;pointer-events:none;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 24%, transparent 78%, rgba(56, 189, 248, 0.07));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;opacity:0.8;}.bodyshop-mobile-card > *{position:relative;z-index:1;}.bodyshop-mobile-card .inline-badge{display:inline-flex;align-items:center;row-gap:0.35rem;column-gap:0.35rem;width:max-content;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(56, 189, 248, 0.35);border-right-color:rgba(56, 189, 248, 0.35);border-bottom-color:rgba(56, 189, 248, 0.35);border-left-color:rgba(56, 189, 248, 0.35);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(239, 68, 68, 0.16));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(224, 242, 254);border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;padding-top:0.35rem;padding-right:0.65rem;padding-bottom:0.35rem;padding-left:0.65rem;font-weight:900;letter-spacing:0.04em;text-transform:uppercase;}.bodyshop-mobile-card h2, .bodyshop-mobile-card h3{color:var(--bodyshop-ink);margin-top:0.15rem;margin-right:0px;margin-bottom:0.35rem;margin-left:0px;text-shadow:rgba(0, 0, 0, 0.25) 0px 1px 0px;}.bodyshop-mobile-card p{color:var(--bodyshop-muted);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.bodyshop-form-grid .full{grid-column-start:1;grid-column-end:-1;}.bodyshop-field label, .bodyshop-damage-annotator strong, .bodyshop-photo-box strong{display:block;font-size:0.82rem;font-weight:900;color:rgb(226, 232, 240);margin-bottom:0.34rem;letter-spacing:0.02em;}.bodyshop-damage-label-input{width:100%;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;padding-top:0.86rem;padding-right:0.95rem;padding-bottom:0.86rem;padding-left:0.95rem;background-image:linear-gradient(rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:var(--bodyshop-ink);font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-language-override:inherit;box-shadow:rgba(255, 255, 255, 0.04) 0px 1px 0px inset;color-scheme:dark;}.bodyshop-color-input, .bodyshop-field input, .bodyshop-field textarea, .bodyshop-field select{width:100%;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;padding-top:0.86rem;padding-right:0.95rem;padding-bottom:0.86rem;padding-left:0.95rem;background-image:linear-gradient(rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:var(--bodyshop-ink);font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-language-override:inherit;box-shadow:rgba(255, 255, 255, 0.04) 0px 1px 0px inset;color-scheme:dark;}.bodyshop-damage-label-input::placeholder, .bodyshop-field input::placeholder, .bodyshop-field textarea::placeholder{color:rgb(100, 116, 139);}.bodyshop-damage-label-input:focus, .bodyshop-field input:focus, .bodyshop-field textarea:focus, .bodyshop-field select:focus{outline-color:rgba(56, 189, 248, 0.5);outline-style:solid;outline-width:2px;border-top-color:rgba(56, 189, 248, 0.65);border-right-color:rgba(56, 189, 248, 0.65);border-bottom-color:rgba(56, 189, 248, 0.65);border-left-color:rgba(56, 189, 248, 0.65);box-shadow:rgba(56, 189, 248, 0.12) 0px 0px 0px 4px, rgba(255, 255, 255, 0.04) 0px 1px 0px inset;}.bodyshop-inspection-output, .bodyshop-field textarea{min-height:110px;resize:vertical;}.bodyshop-actions{display:flex;flex-wrap:wrap;row-gap:0.6rem;column-gap:0.6rem;}.bodyshop-chip-row{display:flex;flex-wrap:wrap;row-gap:0.6rem;column-gap:0.6rem;}.bodyshop-action-btn{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-right-color:rgba(148, 163, 184, 0.34);border-bottom-color:rgba(148, 163, 184, 0.34);border-left-color:rgba(148, 163, 184, 0.34);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:linear-gradient(rgb(30, 41, 59), rgb(15, 23, 42));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(229, 237, 255);border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;padding-top:0.72rem;padding-right:1rem;padding-bottom:0.72rem;padding-left:1rem;font-weight:900;cursor:pointer;box-shadow:rgba(0, 0, 0, 0.26) 0px 10px 24px, rgba(255, 255, 255, 0.07) 0px 1px 0px inset;transition-behavior:normal, normal, normal, normal;transition-duration:0.15s, 0.15s, 0.15s, 0.15s;transition-timing-function:ease, ease, ease, ease;transition-delay:0s, 0s, 0s, 0s;transition-property:transform, box-shadow, border-color, background;}.bodyshop-chip{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-right-color:rgba(148, 163, 184, 0.34);border-bottom-color:rgba(148, 163, 184, 0.34);border-left-color:rgba(148, 163, 184, 0.34);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:linear-gradient(rgb(30, 41, 59), rgb(15, 23, 42));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(229, 237, 255);border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;padding-top:0.72rem;padding-right:1rem;padding-bottom:0.72rem;padding-left:1rem;font-weight:900;cursor:pointer;box-shadow:rgba(0, 0, 0, 0.26) 0px 10px 24px, rgba(255, 255, 255, 0.07) 0px 1px 0px inset;transition-behavior:normal, normal, normal, normal;transition-duration:0.15s, 0.15s, 0.15s, 0.15s;transition-timing-function:ease, ease, ease, ease;transition-delay:0s, 0s, 0s, 0s;transition-property:transform, box-shadow, border-color, background;}.bodyshop-action-btn:hover{transform:translateY(-1px);border-top-color:rgba(56, 189, 248, 0.62);border-right-color:rgba(56, 189, 248, 0.62);border-bottom-color:rgba(56, 189, 248, 0.62);border-left-color:rgba(56, 189, 248, 0.62);box-shadow:rgba(0, 0, 0, 0.34) 0px 15px 30px, rgba(56, 189, 248, 0.1) 0px 0px 0px 3px, rgba(255, 255, 255, 0.09) 0px 1px 0px inset;}.bodyshop-chip:hover{transform:translateY(-1px);border-top-color:rgba(56, 189, 248, 0.62);border-right-color:rgba(56, 189, 248, 0.62);border-bottom-color:rgba(56, 189, 248, 0.62);border-left-color:rgba(56, 189, 248, 0.62);box-shadow:rgba(0, 0, 0, 0.34) 0px 15px 30px, rgba(56, 189, 248, 0.1) 0px 0px 0px 3px, rgba(255, 255, 255, 0.09) 0px 1px 0px inset;}.bodyshop-action-btn.primary{background-image:linear-gradient(135deg, rgb(14, 165, 233), rgb(37, 99, 235));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);border-top-color:rgba(125, 211, 252, 0.72);border-right-color:rgba(125, 211, 252, 0.72);border-bottom-color:rgba(125, 211, 252, 0.72);border-left-color:rgba(125, 211, 252, 0.72);}.bodyshop-action-btn.danger{background-image:linear-gradient(135deg, rgb(239, 68, 68), rgb(153, 27, 27));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(255, 255, 255);border-top-color:rgba(248, 113, 113, 0.8);border-right-color:rgba(248, 113, 113, 0.8);border-bottom-color:rgba(248, 113, 113, 0.8);border-left-color:rgba(248, 113, 113, 0.8);}.bodyshop-chip.is-selected{color:rgb(255, 255, 255);border-top-color:rgba(248, 113, 113, 0.82);border-right-color:rgba(248, 113, 113, 0.82);border-bottom-color:rgba(248, 113, 113, 0.82);border-left-color:rgba(248, 113, 113, 0.82);}.bodyshop-status{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(15, 23, 42, 0.78);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.25);border-right-color:rgba(148, 163, 184, 0.25);border-bottom-color:rgba(148, 163, 184, 0.25);border-left-color:rgba(148, 163, 184, 0.25);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:0.85rem;padding-right:0.95rem;padding-bottom:0.85rem;padding-left:0.95rem;color:rgb(219, 234, 254);font-weight:800;}.bodyshop-status[data-status-type="success"]{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(20, 83, 45, 0.5);border-top-color:rgba(34, 197, 94, 0.38);border-right-color:rgba(34, 197, 94, 0.38);border-bottom-color:rgba(34, 197, 94, 0.38);border-left-color:rgba(34, 197, 94, 0.38);color:rgb(187, 247, 208);}.bodyshop-status[data-status-type="warning"]{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(113, 63, 18, 0.56);border-top-color:rgba(245, 158, 11, 0.42);border-right-color:rgba(245, 158, 11, 0.42);border-bottom-color:rgba(245, 158, 11, 0.42);border-left-color:rgba(245, 158, 11, 0.42);color:rgb(253, 230, 138);}.bodyshop-car-map svg{width:100%;height:auto;}.bodyshop-car-map path, .bodyshop-car-map circle{stroke:rgb(226, 232, 240);}.bodyshop-area-button.is-selected, .is-selected > .bodyshop-area-button{fill:rgba(239, 68, 68, 0.22);stroke:rgb(251, 113, 133);filter:drop-shadow(rgba(239, 68, 68, 0.38) 0px 0px 7px);}.bodyshop-photo-box input[type="file"]{width:100%;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.28);border-right-color:rgba(148, 163, 184, 0.28);border-bottom-color:rgba(148, 163, 184, 0.28);border-left-color:rgba(148, 163, 184, 0.28);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;padding-top:0.7rem;padding-right:0.7rem;padding-bottom:0.7rem;padding-left:0.7rem;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(11, 17, 32);color:rgb(219, 234, 254);}.bodyshop-photo-box img{width:100%;min-height:150px;max-height:220px;object-fit:cover;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(17, 24, 39);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.28);border-right-color:rgba(148, 163, 184, 0.28);border-bottom-color:rgba(148, 163, 184, 0.28);border-left-color:rgba(148, 163, 184, 0.28);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}.bodyshop-damage-canvas{width:100%;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-right-color:rgba(148, 163, 184, 0.34);border-bottom-color:rgba(148, 163, 184, 0.34);border-left-color:rgba(148, 163, 184, 0.34);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(11, 17, 32);touch-action:none;box-shadow:rgba(0, 0, 0, 0.24) 0px 16px 34px;max-height:70vh;object-fit:contain;cursor:crosshair;}.bodyshop-damage-output{width:100%;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.3);border-right-color:rgba(148, 163, 184, 0.3);border-bottom-color:rgba(148, 163, 184, 0.3);border-left-color:rgba(148, 163, 184, 0.3);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.28) 0px 18px 40px;}.bodyshop-color-field{display:flex;align-items:center;row-gap:0.7rem;column-gap:0.7rem;flex-wrap:wrap;}.bodyshop-color-input{height:48px;cursor:pointer;width:76px !important;padding-top:0.24rem !important;padding-right:0.24rem !important;padding-bottom:0.24rem !important;padding-left:0.24rem !important;background-image:initial !important;background-position-x:initial !important;background-position-y:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;background-color:rgb(11, 17, 32) !important;}.bodyshop-color-hint{font-weight:800;color:var(--bodyshop-muted);font-size:0.92rem;}.bodyshop-damage-meta{display:flex;row-gap:0.65rem;column-gap:0.65rem;flex-wrap:wrap;align-items:center;}.bodyshop-damage-meta span{display:inline-flex;align-items:center;row-gap:0.35rem;column-gap:0.35rem;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.28);border-right-color:rgba(148, 163, 184, 0.28);border-bottom-color:rgba(148, 163, 184, 0.28);border-left-color:rgba(148, 163, 184, 0.28);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(15, 23, 42, 0.72);color:rgb(203, 213, 225);border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;padding-top:0.45rem;padding-right:0.7rem;padding-bottom:0.45rem;padding-left:0.7rem;font-weight:850;font-size:0.9rem;}.bodyshop-action-btn:disabled{opacity:0.45;cursor:not-allowed;transform:none !important;box-shadow:none !important;}.bodyshop-chip:disabled{opacity:0.45;cursor:not-allowed;transform:none !important;box-shadow:none !important;}.bodyshop-damage-lightbox-toolbar strong{margin-right:auto;}.bodyshop-damage-lightbox-toolbar button{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.35);border-right-color:rgba(148, 163, 184, 0.35);border-bottom-color:rgba(148, 163, 184, 0.35);border-left-color:rgba(148, 163, 184, 0.35);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;background-image:linear-gradient(rgb(30, 41, 59), rgb(15, 23, 42));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;color:rgb(229, 237, 255);padding-top:0.55rem;padding-right:0.85rem;padding-bottom:0.55rem;padding-left:0.85rem;font-weight:900;cursor:pointer;}.bodyshop-damage-lightbox-stage img{max-width:96vw;max-height:86vh;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-right-color:rgba(148, 163, 184, 0.34);border-bottom-color:rgba(148, 163, 184, 0.34);border-left-color:rgba(148, 163, 184, 0.34);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(0, 0, 0, 0.55) 0px 28px 80px;transform-origin:center center;transition-behavior:normal;transition-duration:0.15s;transition-timing-function:ease;transition-delay:0s;transition-property:transform;}.bodyshop-damage-annotator .bodyshop-help-text{color:rgb(147, 197, 253);font-weight:800;}.bodyshop-damage-mobile-gallery{position:relative;display:grid;row-gap:14px;column-gap:14px;}.bodyshop-damage-topbar{display:flex;align-items:center;justify-content:space-between;row-gap:12px;column-gap:12px;padding-top:2px;padding-right:0px;padding-bottom:8px;padding-left:0px;}.bodyshop-damage-topbar strong{display:block;font-size:1.18rem;line-height:1.15;}.bodyshop-damage-top-actions{display:flex;align-items:center;row-gap:8px;column-gap:8px;}.bodyshop-icon-action{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-right-color:rgba(148, 163, 184, 0.34);border-bottom-color:rgba(148, 163, 184, 0.34);border-left-color:rgba(148, 163, 184, 0.34);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(15, 23, 42);color:rgb(248, 250, 252);font-weight:800;font-size:1.28rem;box-shadow:rgba(2, 6, 23, 0.22) 0px 10px 22px;touch-action:manipulation;}.bodyshop-icon-action.primary{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(2, 132, 199);border-top-color:rgb(56, 189, 248);border-right-color:rgb(56, 189, 248);border-bottom-color:rgb(56, 189, 248);border-left-color:rgb(56, 189, 248);}.bodyshop-damage-customer-form{display:grid;grid-template-columns:repeat(2, minmax(0px, 1fr));row-gap:10px;column-gap:10px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.28);border-right-color:rgba(148, 163, 184, 0.28);border-bottom-color:rgba(148, 163, 184, 0.28);border-left-color:rgba(148, 163, 184, 0.28);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(15, 23, 42, 0.66);}.bodyshop-damage-customer-form label{display:grid;row-gap:5px;column-gap:5px;color:rgb(219, 234, 254);font-size:0.78rem;font-weight:900;}.bodyshop-damage-customer-form input{width:100%;min-width:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-right-color:rgba(148, 163, 184, 0.34);border-bottom-color:rgba(148, 163, 184, 0.34);border-left-color:rgba(148, 163, 184, 0.34);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(2, 6, 23);color:rgb(248, 250, 252);padding-top:9px;padding-right:10px;padding-bottom:9px;padding-left:10px;font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-language-override:inherit;font-size:0.92rem;}.bodyshop-damage-gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(112px, 1fr));row-gap:10px;column-gap:10px;min-height:180px;}.bodyshop-damage-gallery-empty{grid-column-start:1;grid-column-end:-1;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;row-gap:6px;column-gap:6px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:rgba(148, 163, 184, 0.42);border-right-color:rgba(148, 163, 184, 0.42);border-bottom-color:rgba(148, 163, 184, 0.42);border-left-color:rgba(148, 163, 184, 0.42);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(15, 23, 42, 0.62);color:rgb(203, 213, 225);padding-top:18px;padding-right:18px;padding-bottom:18px;padding-left:18px;}.bodyshop-damage-gallery-empty strong{color:rgb(248, 250, 252);}.bodyshop-damage-thumb img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(2, 6, 23);}.bodyshop-damage-thumb span{display:grid;row-gap:2px;column-gap:2px;min-width:0px;}.bodyshop-damage-thumb b, .bodyshop-damage-thumb small{overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;white-space-collapse:collapse;text-wrap-mode:nowrap;}.bodyshop-damage-thumb b{font-size:0.78rem;}.bodyshop-damage-thumb small{font-size:0.7rem;color:rgb(203, 213, 225);}.bodyshop-damage-editor[hidden]{display:none !important;}.bodyshop-damage-editor{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:999999;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(2, 6, 23);color:rgb(248, 250, 252);display:grid;grid-template-rows:auto 1fr auto;overflow-x:hidden;overflow-y:hidden;}.bodyshop-damage-editor-bar{height:auto;display:grid;grid-template-columns:auto minmax(0px, 1fr) auto;align-items:center;row-gap:10px;column-gap:10px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(148, 163, 184, 0.24);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(7, 17, 31);position:relative;z-index:8;min-height:54px;box-shadow:rgba(0, 0, 0, 0.28) 0px 10px 24px;}.bodyshop-damage-editor-bar strong{overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;white-space-collapse:collapse;text-wrap-mode:nowrap;font-size:0.98rem;}.bodyshop-damage-editor-count{font-size:0.75rem;color:rgb(203, 213, 225);white-space-collapse:collapse;text-wrap-mode:nowrap;}.bodyshop-damage-canvas-stage{min-height:0px;display:flex;align-items:center;justify-content:center;padding-top:10px !important;padding-right:10px !important;padding-bottom:104px !important;padding-left:10px !important;overflow-x:auto;overflow-y:auto;touch-action:none;}.bodyshop-damage-canvas-stage .bodyshop-damage-canvas{max-width:none !important;max-height:none !important;width:auto;height:auto;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:rgba(0, 0, 0, 0.38) 0px 18px 48px;}.bodyshop-damage-sheet{position:absolute;left:0px;right:0px;bottom:0px;max-height:min(72vh, 560px);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(15, 23, 42);border-top-width:1px;border-top-style:solid;border-top-color:rgba(148, 163, 184, 0.34);border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;box-shadow:rgba(0, 0, 0, 0.44) 0px -20px 48px;transform:translateY(calc(100% - 44px));transition-behavior:normal;transition-duration:0.22s;transition-timing-function:ease;transition-delay:0s;transition-property:transform;overflow-x:hidden;overflow-y:hidden;z-index:4;}.bodyshop-damage-sheet.is-open{transform:translateY(0px);}.bodyshop-damage-sheet-handle{width:100%;height:44px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:transparent;display:flex;align-items:center;justify-content:center;touch-action:pan-y;}.bodyshop-damage-sheet-handle::before{content:"";width:54px;height:5px;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(100, 116, 139);}.bodyshop-damage-sheet-body{max-height:calc(-44px + min(72vh, 560px));overflow-x:auto;overflow-y:auto;padding-top:0px;padding-right:14px;padding-bottom:16px;padding-left:14px;display:grid;row-gap:12px;column-gap:12px;}.bodyshop-damage-sheet-body .bodyshop-actions [data-damage-action="photo"], .bodyshop-damage-sheet-body .bodyshop-actions [data-damage-action="photo-picker"]{display:none !important;}.bodyshop-damage-sheet-body .bodyshop-actions{display:flex;row-gap:8px;column-gap:8px;overflow-x:auto;overflow-y:auto;padding-bottom:2px;}.bodyshop-damage-sheet-body .bodyshop-action-btn, .bodyshop-damage-sheet-body .bodyshop-chip{white-space-collapse:collapse;text-wrap-mode:nowrap;}.bodyshop-damage-zoom-badge{position:absolute;right:12px;top:62px;z-index:2;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.32);border-right-color:rgba(148, 163, 184, 0.32);border-bottom-color:rgba(148, 163, 184, 0.32);border-left-color:rgba(148, 163, 184, 0.32);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(7, 17, 31, 0.86);color:rgb(219, 234, 254);font-weight:900;font-size:0.74rem;padding-top:5px;padding-right:8px;padding-bottom:5px;padding-left:8px;pointer-events:none;}.bodyshop-damage-quickbar{position:absolute;left:8px;right:8px;bottom:50px;z-index:2;display:grid;grid-template-columns:repeat(7, minmax(0px, 1fr));row-gap:7px;column-gap:7px;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.28);border-right-color:rgba(148, 163, 184, 0.28);border-bottom-color:rgba(148, 163, 184, 0.28);border-left-color:rgba(148, 163, 184, 0.28);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(7, 17, 31, 0.92);box-shadow:rgba(0, 0, 0, 0.42) 0px 14px 36px;backdrop-filter:blur(10px);}.bodyshop-damage-quickbar button{height:42px;min-width:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.32);border-right-color:rgba(148, 163, 184, 0.32);border-bottom-color:rgba(148, 163, 184, 0.32);border-left-color:rgba(148, 163, 184, 0.32);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-right-radius:13px;border-bottom-left-radius:13px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(15, 23, 42);color:rgb(248, 250, 252);font-weight:900;font-size:0.92rem;display:flex;align-items:center;justify-content:center;row-gap:4px;column-gap:4px;touch-action:manipulation;}.bodyshop-damage-quickbar button:disabled{opacity:0.42;}.bodyshop-damage-quickbar [data-damage-tool].is-selected{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(220, 38, 38);border-top-color:rgb(251, 113, 133);border-right-color:rgb(251, 113, 133);border-bottom-color:rgb(251, 113, 133);border-left-color:rgb(251, 113, 133);color:rgb(255, 255, 255);}.bodyshop-damage-editor.sheet-open .bodyshop-damage-quickbar{display:none;}.bodyshop-damage-sheet-body .bodyshop-actions [data-damage-action="undo"], .bodyshop-damage-sheet-body .bodyshop-actions [data-damage-action="redo"], .bodyshop-damage-sheet-body .bodyshop-actions [data-damage-action="delete-selected"]{display:none !important;}.bodyshop-damage-gallery-toolbar{position:sticky;left:8px;right:8px;bottom:0px;z-index:6;display:grid;grid-template-columns:repeat(4, minmax(0px, 1fr));row-gap:7px;column-gap:7px;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.28);border-right-color:rgba(148, 163, 184, 0.28);border-bottom-color:rgba(148, 163, 184, 0.28);border-left-color:rgba(148, 163, 184, 0.28);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(7, 17, 31, 0.92);box-shadow:rgba(0, 0, 0, 0.42) 0px 14px 36px;backdrop-filter:blur(10px);}.bodyshop-damage-gallery-toolbar button{height:42px;min-width:0px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(148, 163, 184, 0.32);border-right-color:rgba(148, 163, 184, 0.32);border-bottom-color:rgba(148, 163, 184, 0.32);border-left-color:rgba(148, 163, 184, 0.32);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-right-radius:13px;border-bottom-left-radius:13px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(15, 23, 42);color:rgb(248, 250, 252);font-weight:900;font-size:0.92rem;display:flex;align-items:center;justify-content:center;row-gap:4px;column-gap:4px;touch-action:manipulation;}.bodyshop-damage-gallery-toolbar button.primary{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(220, 38, 38);border-top-color:rgb(251, 113, 133);border-right-color:rgb(251, 113, 133);border-bottom-color:rgb(251, 113, 133);border-left-color:rgb(251, 113, 133);color:rgb(255, 255, 255);}.bodyshop-damage-gallery-toolbar button:disabled{opacity:0.42;}.bodyshop-damage-editor-bar [data-damage-editor-close]{position:relative;z-index:9;flex-shrink:0;}.bodyshop-damage-floating-back{position:fixed;left:12px;top:calc(66px + env(safe-area-inset-top,0px));z-index:20;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(191, 219, 254, 0.62);border-right-color:rgba(191, 219, 254, 0.62);border-bottom-color:rgba(191, 219, 254, 0.62);border-left-color:rgba(191, 219, 254, 0.62);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(7, 17, 31, 0.94);color:rgb(248, 250, 252);font-size:1.55rem;font-weight:900;box-shadow:rgba(0, 0, 0, 0.42) 0px 14px 34px;backdrop-filter:blur(10px);touch-action:manipulation;}.app-pwa-install-assistant{touch-action:manipulation;-webkit-tap-highlight-color:transparent;}.app-pwa-install-assistant:hover{transform:translateY(-1px);filter:brightness(1.04);}.app-pwa-install-assistant[data-pwa-position="floating-bottom-right"], .app-pwa-install-assistant[data-pwa-position="floating-bottom-left"]{position:fixed;z-index:2147482500;bottom:calc(1rem + env(safe-area-inset-bottom,0px));}.app-pwa-install-assistant[data-pwa-position="floating-bottom-right"]{right:1rem;}.app-pwa-install-assistant[data-pwa-position="floating-bottom-left"]{left:1rem;}@media (min-width: 760px){.bodyshop-damage-gallery{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));}.bodyshop-damage-editor{top:5vh;right:5vw;bottom:5vh;left:5vw;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;}.bodyshop-damage-sheet{left:12%;right:12%;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media (max-width: 720px){.app-pwa-install-assistant[data-pwa-position="inline"]{width:100%;justify-content:center;}}@media (max-width: 680px){.bodyshop-actions .bodyshop-action-btn{flex-grow:1;flex-shrink:1;flex-basis:100%;}.bodyshop-damage-lightbox-toolbar button{flex-grow:1;flex-shrink:1;flex-basis:auto;}.bodyshop-damage-meta span{flex-grow:1;flex-shrink:1;flex-basis:100%;justify-content:center;}}@media (max-width: 560px){.bodyshop-damage-customer-form{grid-template-columns:1fr;}}@media (max-width: 390px){#damagePhotoInput1{position:fixed;left:-10000px;top:0;width:1px;height:1px;opacity:.001;}#iyck6{height:757px;}#damageAnnotator1{height:731px;margin-left:auto;margin-right:auto;}#damageLoadButton1{display:inline-flex;align-items:center;justify-content:flex-start;max-width:100%;width:fit-content;margin-left:0;margin-right:auto;flex-direction:row;gap:8px;}#i8vvj{height:147px;}#button1-2{display:inline-flex;align-items:center;justify-content:flex-start;max-width:100%;width:fit-content;margin-left:0;margin-right:auto;flex-direction:row;gap:8px;}#ishndv{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#6366f1);box-shadow:inset 0 1px 0 rgba(255,255,255,.28);font-size:1.55rem;}#izqfdk{font-weight:700;opacity:.78;}#iyl3pg{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:.35rem;padding:.18rem .5rem;border-radius:999px;background:rgba(255,255,255,.14);color:inherit;font-size:.68rem;font-weight:900;letter-spacing:.02em;}#il8wmg{display:grid;text-align:left;}#pwaInstallAssistant1{display:inline-flex;align-items:center;gap:.85rem;border:0;border-radius:24px;padding:.9rem 1rem;background:linear-gradient(135deg,#0f172a,#1e3a8a);box-shadow:0 18px 48px rgba(15,23,42,.28);cursor:pointer;font:800 1rem/1.2 system-ui,-apple-system,Segoe UI,sans-serif;height:94px;background-color:linear-gradient(135deg,#0f172a,#1e3a8a);color:#ffffff;}#i9i6ot{height:171px;background-color:#282424;}}

/* Device Overrides */
