.report{--blue: #144f80;--background: #fafafa;--foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--primary: var(--blue);--primary-foreground: #ffffff;--secondary: #e8f0f6;--secondary-foreground: #144f80;--muted: #f4f4f5;--muted-foreground: #71717a;--border: #e4e4e7;--success: #16a34a;--success-foreground: #ffffff;--warning: #ca8a04;--warning-foreground: #1a1a1a;--radius: .75rem;background:var(--background);color:var(--foreground);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:none;width:100%;padding:0;margin:0}.report.container{max-width:none;padding:0}.report-main{max-width:80rem;margin:0 auto;padding:2rem 1rem 4rem;padding-bottom:0}@media (min-width: 640px){.report-main{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.report-main{padding-left:2rem;padding-right:2rem}}.report-main>*+*{margin-top:4rem}.report-section{scroll-margin-top:6rem}.report-section-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.report-section-header{flex-direction:row;align-items:center;justify-content:space-between}}.report-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0;color:var(--blue)}.report-section-title svg,.report-section-title img{width:1.5rem;height:1.5rem;flex-shrink:0}.report-section-title svg{color:var(--primary)}.report-section-title--danger{color:#dc2626}.report-section-title--danger svg{color:#dc2626}.report-internal-summary{margin-top:2rem}.report-internal-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.report-internal-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}.report-card--internal{border-color:#dc262640;background:#dc262608}.report-internal-list{display:flex;flex-direction:column;gap:1rem}.report-internal-item{display:flex;flex-direction:column;gap:.375rem}.report-internal-details,.report-internal-text{font-size:.875rem;color:var(--muted-foreground);margin:0;line-height:1.5}.report-internal-details{padding-left:1.5rem}.report-info-row--stacked{justify-content:flex-start}.report-icon-arrow-up{width:auto;height:auto;transform:rotate(180deg);display:block}.report-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.report-card-body{padding:1.5rem}.report-card-header{padding:1rem 1.5rem .75rem}.report-card-title{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin:0;display:flex;align-items:center;gap:.5rem}.report-card-title svg{width:1rem;height:1rem}.report-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;border:1px solid var(--border);background:var(--secondary)}.report-badge--outline{background:transparent}.report-badge--primary{border-color:#144f804d;color:var(--primary)}.report-badge--success{border-color:#16a34a80;color:var(--success)}.report-badge--warning{border-color:#ca8a0480;color:var(--warning)}.report-badge--danger{border-color:#dc262680;color:#dc2626}.report-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:calc(var(--radius) - 2px);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s;background:transparent;color:var(--muted-foreground)}.report-btn svg{width:1rem;height:1rem;flex-shrink:0}.report-btn:hover{color:var(--foreground);background:var(--muted)}.report-btn--outline{border-color:var(--border);background:var(--card);color:var(--foreground)}.report-btn--outline:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.report-btn--primary{background:var(--primary);color:var(--primary-foreground)}.report-btn--primary:hover{opacity:.9}.report-btn--success{background:var(--success);color:var(--success-foreground)}.report-btn--success:hover{opacity:.9}.report-btn--ghost{padding:.5rem}.report-btn--sm{padding:.375rem .75rem;font-size:.8125rem}.report-btn--icon{width:2.25rem;height:2.25rem;padding:0}.report-btn--icon svg{width:1.25rem;height:1.25rem}.report-nav-link.is-active{background:var(--primary);color:var(--primary-foreground)}.report-nav-link.is-active:hover{background:var(--primary);color:var(--primary-foreground);opacity:.9}.report-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.report-header-inner{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 640px){.report-header-inner{padding:0 1.5rem}}.report-header-brand{display:flex;align-items:center;gap:.75rem}.report-header-logo{max-height:2rem;width:auto}.report-header-divider{display:none;width:1px;height:1.5rem;background:var(--border)}@media (min-width: 640px){.report-header-divider{display:block}}.report-header-actions{display:flex;align-items:center;gap:.5rem}.report-header-date{display:none;font-size:.875rem;color:var(--muted-foreground);margin-right:.5rem}@media (min-width: 768px){.report-header-date{display:inline}}.report-nav{position:fixed;left:0;right:0;top:0;z-index:40;background:#fafafaf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 4px 6px -1px #0000000d;opacity:0;pointer-events:none;transition:opacity .3s}.report-nav.is-visible{opacity:1;pointer-events:auto}@media (max-width: 1023px){.report-nav{display:none}}.report-nav-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.report-nav-links{display:flex;align-items:center;gap:.25rem}.report-nav-mobile-fab{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:3.5rem;height:3.5rem;border-radius:9999px;box-shadow:0 10px 25px #00000026;opacity:0;pointer-events:none;transition:opacity .3s}.report-nav-mobile-fab.is-visible{opacity:1;pointer-events:auto}@media (max-width: 1023px){.report-nav-mobile-fab{display:inline-flex}}.report-nav-mobile-fab svg{width:1.5rem;height:1.5rem}.report-nav-mobile-menu{display:none;position:fixed;left:1rem;right:1rem;bottom:6rem;z-index:40;background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:0 25px 50px #00000026;padding:1rem;opacity:0;transform:translateY(1rem);pointer-events:none;transition:opacity .3s,transform .3s}.report-nav-mobile-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 1023px){.report-nav-mobile-menu{display:block}}.report-nav-mobile-menu .report-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.report-scroll-top{position:fixed;bottom:1.5rem;left:1.5rem;z-index:50;opacity:0;pointer-events:none;transition:opacity .3s}.report-scroll-top.is-visible{opacity:1;pointer-events:auto}.report-hero-image-wrap{position:relative;height:400px;overflow:hidden;border-radius:1rem;background:linear-gradient(135deg,var(--secondary),var(--muted))}@media (min-width: 768px){.report-hero-image-wrap{height:500px}}.report-hero-image{width:100%;height:100%;object-fit:cover}.report-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--background),rgba(250,250,250,.5),transparent);z-index:1}.report-hero-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2}@media (min-width: 768px){.report-hero-content{padding:2.5rem}}.report-hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.report-hero-title{font-size:2rem;font-weight:700;letter-spacing:-.025em;margin:0;line-height:1.1}@media (min-width: 768px){.report-hero-title{font-size:3rem}}@media (min-width: 1024px){.report-hero-title{font-size:3.75rem}}.report-hero-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin:.5rem 0 0}.report-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.report-stats-grid{grid-template-columns:repeat(4,1fr)}}.report-stat-card{display:flex;align-items:center;gap:.75rem;padding:1rem}.report-stat-icon{padding:.5rem;border-radius:.5rem;background:#144f801a;color:var(--primary)}.report-stat-icon svg{width:1.25rem;height:1.25rem}.report-stat-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin:0}.report-stat-value{font-size:.9375rem;font-weight:600;margin:0}.report-info-grid{display:grid;gap:1.5rem;margin-top:2rem}@media (min-width: 768px){.report-info-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.report-info-grid{grid-template-columns:repeat(3,1fr)}}.report-info-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.report-info-row-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.report-info-row-label svg{width:1rem;height:1rem;flex-shrink:0}.report-info-row-value{font-size:.875rem;font-weight:500;text-align:right}.report-info-list{display:flex;flex-direction:column;gap:.75rem}.report-warranty-banner{margin-top:1.5rem;background:linear-gradient(to right,#16a34a1a,#144f801a);border-color:#16a34a33}.report-warranty-inner{display:flex;flex-direction:column;gap:1rem;padding:1.25rem}@media (min-width: 768px){.report-warranty-inner{flex-direction:row;align-items:flex-start}}.report-warranty-item{display:flex;align-items:flex-start;gap:.75rem;flex:1}.report-warranty-title{font-weight:500;margin:0}.report-warranty-details{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.report-warranty-details p{margin:.25rem 0 0}.report-warranty-details p:first-child{margin-top:0}.report-warranty-icon{padding:.5rem;border-radius:9999px;background:#16a34a33;color:var(--success)}.report-warranty-icon--primary{background:#144f8033;color:var(--primary)}.report-warranty-icon svg{width:1.25rem;height:1.25rem}.report-summary-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.report-summary-grid{grid-template-columns:repeat(2,1fr)}}.report-summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.report-summary-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.6}.report-summary-dot{width:.375rem;height:.375rem;border-radius:9999px;margin-top:.5rem;flex-shrink:0;background:var(--success)}.report-summary-dot--warning{background:var(--warning)}.report-summary-dot--muted{background:var(--muted-foreground)}.report-contact-card{background:linear-gradient(to right,#144f800d,#f1f5f9cc);border-color:#144f8033}.report-contact-card--spaced{margin-top:1.5rem}.report-contact-inner{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.report-contact-inner{flex-direction:row;align-items:center;justify-content:space-between}}.report-contact-actions{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.report-contact-actions{flex-direction:row}}.report-contact-availability{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;color:var(--muted-foreground)}.report-contact-availability svg{width:1rem;height:1rem}.report-gallery-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.report-gallery-tab svg{width:1rem;height:1rem;flex-shrink:0}.report-gallery-tab.is-active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.report-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 640px){.report-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.report-gallery-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.report-gallery-grid{grid-template-columns:repeat(5,1fr)}}.report-gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer;padding:0;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--card);transition:border-color .15s}.report-gallery-item:hover{border-color:#144f8080}.report-gallery-item:hover img{transform:scale(1.05)}.report-gallery-item:hover .report-gallery-overlay{opacity:1}.report-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.report-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fafafa99;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.report-gallery-overlay svg{width:1.5rem;height:1.5rem;color:var(--foreground)}.report-gallery-panel{display:none}.report-gallery-panel.is-active{display:block}.report-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#fafafaf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:none;align-items:center;justify-content:center}.report-lightbox.is-open{display:flex}.report-lightbox-content{position:relative;width:95vw;height:85vh;display:flex;align-items:center;justify-content:center}.report-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius)}.report-lightbox-close{position:absolute;top:1rem;right:1rem;z-index:10}.report-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10}.report-lightbox-nav svg{width:1.5rem;height:1.5rem}.report-lightbox-nav--prev{left:1rem}.report-lightbox-nav--next{right:1rem}.report-lightbox-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#ffffffd9;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.report-lightbox-caption{position:absolute;bottom:3.5rem;left:50%;transform:translate(-50%);max-width:90%;text-align:center;font-size:.875rem;color:var(--muted-foreground)}.report-diagnostics-grid{display:grid;gap:1rem}@media (min-width: 640px){.report-diagnostics-grid{grid-template-columns:repeat(2,1fr)}}.report-diagnostic-card{transition:border-color .15s}.report-diagnostic-card:hover{border-color:#144f804d}.report-diagnostic-icon{padding:.75rem;border-radius:.75rem;background:#144f801a;color:var(--primary);display:inline-flex}.report-diagnostic-icon img{width:1.5rem;height:1.5rem}.report-diagnostic-title{font-size:1rem;font-weight:600;margin:1rem 0 .5rem}.report-diagnostic-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0 0 1rem}.report-damage-card .damage-points-section{margin-bottom:0}.report-damage-card .damage-points-section>h2,.report-damage-card .damage-points-section>.damage-points-section__title{display:none}.report-damage-card .damage-legend-modern{margin-top:0;margin-bottom:1.5rem;gap:.75rem}.report-damage-card .legend-item{flex-direction:row;padding:.375rem .75rem;border-radius:9999px;border:1px solid var(--border);background:var(--muted);gap:.5rem}.report-damage-card .legend-item:hover,.report-damage-card .legend-item.active{transform:none}.report-damage-card .legend-item.active{border-color:var(--primary);background:#144f8014}.report-damage-card .legend-label{font-size:.75rem;text-transform:none;letter-spacing:0}.report-damage-card .legend-color{width:.5rem;height:.5rem;border-radius:9999px;box-shadow:none}.report-damage-card #svg-container{background:#f4f4f580;border-radius:.75rem;padding:2rem;width:100%}.report-disclaimer-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .15s}.report-disclaimer-toggle[aria-expanded=true] .report-disclaimer-chevron{transform:rotate(180deg)}.report-disclaimer-toggle:hover{background:#f4f4f580}.report-disclaimer-title-wrap{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;flex-wrap:wrap;font-size:1.5rem;color:var(--blue);font-weight:700}.report-disclaimer-title-wrap svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--muted-foreground)}.report-disclaimer-chevron{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--muted-foreground);transition:transform .2s ease}.report-disclaimer-content{padding:0 1.5rem 1.5rem;border-top:1px solid var(--border);display:none}.report-disclaimer-content.is-open{display:block}.report-disclaimer-columns{display:grid;gap:2rem;margin-top:1.5rem}@media (min-width: 768px){.report-disclaimer-columns{grid-template-columns:repeat(2,1fr)}}.report-disclaimer-lang-title{font-size:1rem;font-weight:600;margin:0 0 1rem}.report-disclaimer-text{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.report-disclaimer-list{list-style:none;padding:0;margin:1rem 0 0}.report-disclaimer-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:.75rem;line-height:1.6}.report-disclaimer-list li:before{content:"";width:.375rem;height:.375rem;border-radius:9999px;background:var(--muted-foreground);margin-top:.5rem;flex-shrink:0}.report-disclaimer-list li strong{color:var(--foreground)}.report-footer{border-top:1px solid var(--border);background:#ffffff80;margin-top:4rem}.report-footer-inner{max-width:80rem;width:100%;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}@media (min-width: 768px){.report-footer-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;text-align:left}}.report-footer-brand{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.875rem}.report-footer-brand strong{color:var(--foreground)}.report-footer-support{text-align:center;padding:1rem 0;font-size:.9375rem}.report-footer-thanks{font-style:italic}.report-footer-copy{margin:0;font-size:.875rem;color:var(--muted-foreground)}.report-video-embed{width:100%;aspect-ratio:16/9;margin-inline:auto;border-radius:var(--radius);overflow:hidden;background:#000}@media (min-width: 768px){.report-video-embed{width:50%}}.report-video-embed iframe{display:block;width:100%;height:100%;border:0}.report-offer-section{margin-top:4rem}.report-offer-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 3px #0000000f;overflow:hidden}.report-offer-body{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:2rem;padding:1.5rem;align-items:stretch}@media (max-width: 767px){.report-offer-body{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}}.report-offer-image{position:relative;min-width:0;min-height:0;border-radius:calc(var(--radius) - 2px);overflow:hidden}.report-offer-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}@media (max-width: 767px){.report-offer-image{aspect-ratio:16/9;height:auto}}.report-offer-content{display:flex;flex-direction:column;gap:1rem}.report-offer-badge{display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;padding:.25rem .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);background:var(--secondary);border-radius:9999px}.report-offer-badge svg{width:.875rem;height:.875rem;flex-shrink:0}.report-offer-title{margin:0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--blue)}.report-offer-discount{width:100%}.report-offer-discount-cut{position:relative;height:0;margin:.625rem 0;border-top:2px dashed #c5d5e3}.report-offer-discount-cut--top{margin-top:0}.report-offer-discount-scissors{position:absolute;top:-.625rem;left:0;font-size:.875rem;line-height:1;color:#94a3b8}.report-offer-discount-ticket{display:flex;align-items:stretch;border:1px solid rgba(20,79,128,.12);border-radius:.5rem;overflow:visible;box-shadow:0 2px 10px #144f801f}.report-offer-discount-value{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 32%;min-width:6.5rem;padding:1rem .75rem;text-align:center;color:#fff;background:var(--blue);border-radius:.5rem 0 0 .5rem}.report-offer-discount-value:before,.report-offer-discount-value:after{content:"";position:absolute;right:-.5rem;width:1rem;height:1rem;border-radius:50%;background:var(--card);z-index:1}.report-offer-discount-value:before{top:-.5rem}.report-offer-discount-value:after{bottom:-.5rem}.report-offer-discount-save,.report-offer-discount-off{font-size:.6875rem;font-weight:700;line-height:1;letter-spacing:.12em;text-transform:uppercase}.report-offer-discount-percent{margin:.25rem 0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1}.report-offer-discount-code{position:relative;display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0;padding:1rem 1.25rem;background:#fff;border-left:2px dashed rgba(20,79,128,.18);border-radius:0 .5rem .5rem 0}.report-offer-code-label{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#7a8fa3;line-height:1.3}.report-offer-code{margin-top:.375rem;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;color:var(--blue);line-height:1.2;letter-spacing:.18em}.report-offer-copy-btn{display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;margin-top:.625rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;color:var(--blue);background:#eef4f8;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .15s ease}.report-offer-copy-btn svg{width:.875rem;height:.875rem;flex-shrink:0}.report-offer-copy-btn:hover{background:#e2edf4}.report-offer-copy-btn.is-copied{background:#dcfce7;color:#166534}.report-offer-limited{position:absolute;right:.3rem;bottom:1.5rem;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b873;transform:rotate(-32deg);transform-origin:center;pointer-events:none;-webkit-user-select:none;user-select:none}.report-offer-description{margin:0;font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.report-offer-cta{align-self:flex-start;padding:.75rem 1.25rem;font-size:.9375rem}.report-offer-cta svg{width:1rem;height:1rem}.report-offer-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--border);background:#fafafacc}@media (max-width: 767px){.report-offer-features{grid-template-columns:1fr;gap:.75rem;padding:1rem 1.25rem}}.report-offer-feature{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-align:center}.report-offer-feature:not(:last-child){border-right:1px solid var(--border)}@media (max-width: 767px){.report-offer-feature:not(:last-child){border-right:none;border-bottom:1px solid var(--border);padding-bottom:.75rem}}.report-offer-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:9999px;background:var(--secondary);color:var(--primary)}.report-offer-feature-icon svg{width:1rem;height:1rem}.report-checklist-groups{display:flex;flex-direction:column;gap:1rem}.report-checklist-group{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.report-checklist-group__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.report-checklist-group__header:hover{background:var(--muted)}.report-checklist-group__header[aria-expanded=false] .report-checklist-chevron{transform:rotate(180deg)}.report-checklist-group__header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.report-checklist-group__header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.report-checklist-group__title{font-size:.9375rem;font-weight:600;color:var(--foreground);margin:0;line-height:1.4}.report-checklist-count{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);background:var(--muted);border-radius:9999px;white-space:nowrap}.report-checklist-count--full{color:#3d8b5f;background:#f0f6f2}.report-checklist-chevron{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0;transition:transform .2s ease}.report-checklist-group__body{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.report-status-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;flex-shrink:0}.report-status-icon svg{display:block}.report-status-icon--md{width:1.75rem;height:1.75rem}.report-status-icon--md svg{width:1.75rem;height:1.75rem}.report-status-icon--sm{width:1.375rem;height:1.375rem}.report-status-icon--sm svg{width:1.375rem;height:1.375rem}.report-status-icon--pass{color:var(--success)}.report-status-icon--fail{color:#dc2626}.report-status-icon--warning{color:var(--warning)}.report-checklist-row{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem 1rem;border-radius:.625rem;border:1px solid transparent}.report-checklist-row--pass{background:#f7faf8;border-color:#e8f0eb}.report-checklist-row--fail{background:#fef2f2;border-color:#fee2e2}.report-checklist-row--warning{background:#fefce8;border-color:#fef08a}.report-checklist-row--toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center}.report-checklist-row--toggle[aria-expanded=false] .report-checklist-chevron{transform:rotate(180deg)}.report-checklist-row--nested{margin-left:.5rem}.report-checklist-row--deep{margin-left:1.25rem}.report-checklist-row__content{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.report-checklist-row__label{font-size:.875rem;font-weight:500;color:var(--foreground);line-height:1.4}.report-checklist-row__side{font-weight:600}.report-checklist-row__issue{color:#dc2626;font-weight:500}.report-checklist-row__note{font-size:.8125rem;color:var(--muted-foreground);line-height:1.4}.report-checklist-point{display:flex;flex-direction:column;gap:.375rem}.report-checklist-point--nested{margin-left:.5rem}.report-checklist-point__children{display:flex;flex-direction:column;gap:.375rem}.report-collapse{display:none}.report-collapse.is-open{display:block}.report-vin-certificate{background:linear-gradient(135deg,#0a3d5c,#0f598b);border-radius:var(--radius);padding:2rem;box-shadow:0 8px 16px #00000026}.report-vin-certificate__layout{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width: 768px){.report-vin-certificate__layout{flex-direction:row;align-items:center;justify-content:space-between}}.report-vin-certificate__content{flex:1;min-width:0}.report-vin-certificate__header{display:flex;align-items:center;gap:.625rem;color:#fff;font-weight:700;margin:0 0 1.25rem;font-size:1.5rem}.report-vin-certificate__header-icon{display:inline-flex;align-items:center}.report-vin-certificate__value-box{background:#ffffff26;border-radius:.5rem;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.report-vin-certificate__label{margin:0;font-size:.875rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em;color:#fff}.report-vin-certificate__amount{margin:.625rem 0 0;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff}.report-vin-certificate__certified{display:flex;align-items:center;gap:.375rem;margin:.625rem 0 0;font-size:.8125rem;opacity:.85;color:#fff}.report-vin-certificate__action{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}.report-vin-certificate__button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#0f598b;padding:1rem 1.75rem;border-radius:.5rem;text-decoration:none;font-weight:700;font-size:1rem;box-shadow:0 4px 12px #0003;transition:transform .2s,box-shadow .2s}.report-vin-certificate__button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d;text-decoration:none;color:#0f598b}.report-vin-certificate__button img{width:3rem}.report-vin-certificate__validity{margin:.9375rem 0 0;font-size:.6875rem;color:#ffffffb3}.damage-points-section__title{text-align:center;margin:0 0 1.5rem}.damage-points-section__map{text-align:center;margin-bottom:1.5rem}.damage-points-section__image{max-width:100%;height:auto}.damage-legend-modern{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.legend-item{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.legend-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.legend-color{display:inline-block;width:.75rem;height:.75rem;border-radius:9999px}.legend-color.orange-bg{background:#ff9800}.legend-color.red-bg{background:#f44336}.legend-color.blue-bg{background:#2196f3}.legend-color.black-bg{background:#000}.legend-color.yellow-bg{background:#dfcd2b}.legend-color.purple-bg{background:#9c27b0}#svg-container svg circle.point-marker.dimmed{opacity:.2}.sample-banner{max-width:80rem;margin:0 auto;padding:1.5rem 1rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius)}@media (min-width: 640px){.sample-banner{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.sample-banner{padding-left:2rem;padding-right:2rem}}.sample-banner--flex{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem}.sample-banner--centered{text-align:center;margin-top:1rem}.sample-text{color:var(--foreground);font-size:1rem;font-weight:600;margin:0}.sample-text--heading{font-size:1.25rem;margin-bottom:.5rem}.sample-text--subheading{font-size:.9375rem;font-weight:400;color:var(--muted-foreground);margin-bottom:1rem}.sample-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.sample-buttons p{margin:0;color:var(--muted-foreground)}.sample-button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:var(--primary);color:var(--primary-foreground);border-radius:.5rem;font-weight:600;font-size:.875rem;text-decoration:none;white-space:nowrap;transition:opacity .2s}.sample-button:hover{opacity:.9;color:var(--primary-foreground);text-decoration:none}@media (max-width: 768px){.sample-banner--flex{flex-direction:column;align-items:center;text-align:center}.sample-text{margin-bottom:.5rem}.sample-buttons{flex-direction:column;gap:.5rem}}@media print{.report-header,.report-nav,.report-nav-mobile-fab,.report-nav-mobile-menu,.report-scroll-top,.report-header-actions{display:none!important}.report-main{padding:0}}
