:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1e1e2f;background-color:#f5f7fb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html,body{min-height:100%;margin:0;padding:0}*{box-sizing:border-box}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__content{flex:1}main{max-width:1200px;margin:0 auto;padding:2rem}header.site-header+main,.site-header+main{margin-top:2rem}.site-header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffd;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.site-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.site-header__brand{align-items:center;gap:1.5rem;display:flex}.site-header__logo{letter-spacing:.05em;color:inherit;font-size:1.25rem;font-weight:700;text-decoration:none}.site-header__nav{gap:1rem;display:flex}.site-header__toggle{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;transition:background .2s,color .2s,box-shadow .2s;display:none}.site-header__toggle:hover,.site-header__toggle:focus-visible{color:#fff;background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 4px 12px #1e40af40}.site-header__menu{align-items:center;gap:1.5rem;display:flex}.site-header__nav-link{color:#1f2937;border-radius:.5rem;padding:.25rem .5rem;font-weight:600}.site-header__nav-link:hover,.site-header__nav-link.active{color:#1d4ed8;background:#e0e7ff}.site-header__controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.site-header__inner{padding:1rem 1.5rem}.site-header__brand{justify-content:space-between;width:100%}.site-header__toggle{display:inline-flex}.site-header__menu{flex-direction:column;align-items:stretch;gap:1.25rem;width:100%;margin-top:1rem;display:none}.site-header__menu.open{display:flex}.site-header__nav{flex-direction:column;gap:.75rem}.site-header__nav-link{text-align:center;width:100%}.site-header__controls{align-items:stretch;width:100%}.control-group{flex-direction:column;align-items:flex-start}main{padding:1.5rem}}h1,h2{color:#171740;margin-top:0}section{margin-bottom:2.5rem}a{color:inherit;font-weight:600;text-decoration:underline}a:focus-visible,.brand-card--link:focus-visible,.row-link:focus-visible,.back-button:focus-visible,.site-header__nav-link:focus-visible{outline-offset:3px;outline:3px solid #1d4ed8}select{color:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:.5rem;padding:.5rem .75rem;font-size:1rem}.table-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px #0f172a14}.grid{gap:1.5rem;display:grid}.grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid.three-columns{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;display:grid}.brand-card,.model-card{background:#fff;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 30px #0f172a14}.brand-card--link{color:inherit;cursor:pointer;text-decoration:none}.brand-card:hover,.model-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0f172a1f}.brand-card__header,.model-card__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.brand-card__logo,.model-card__logo{color:#312e81;background:#f2f4f8;border-radius:1rem;justify-content:center;align-items:center;width:100%;height:140px;font-size:2rem;font-weight:700;display:flex;overflow:hidden}.brand-card__logo img,.model-card__logo img{object-fit:contain;width:100%;height:100%;display:block}.brand-card__logo span,.model-card__logo span{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.brand-card__meta,.model-card__meta{flex-direction:column;align-items:center;gap:.25rem;display:flex}.model-card__brand{color:#475569;font-size:.9rem}.brand-card__stats,.model-card__stats{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.card-title{margin:0 0 1rem;font-size:1.25rem}.list{margin:0;padding:0;list-style:none}.list li{background:#f8fafc;border-radius:.75rem;justify-content:space-between;padding:.75rem 1rem;font-weight:500;display:flex}.list li+li{margin-top:.75rem}.list span{font-weight:600}.row-link{color:inherit;flex-direction:column;gap:.25rem;display:flex}.row-text{flex-direction:column;gap:.25rem;display:flex}.row-primary{font-weight:600}.row-text small,.row-link small{color:#475569;font-weight:500}.value-with-delta{text-align:right;justify-content:flex-end;align-items:baseline;gap:.5rem;display:flex}.primary-value{font-weight:600}.delta{align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.delta.positive{color:#0f7c3a}.delta.negative{color:#dc2626}.delta.neutral{color:#64748b}.status-banner{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem}.error-banner{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem}.controls{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.controls label{font-weight:600}.control-group{align-items:center;gap:.5rem;display:flex}.search-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.search-bar label{font-weight:600}.search-bar input[type=search]{border:1px solid #d0d5dd;border-radius:.5rem;flex:240px;padding:.5rem .75rem;font-size:1rem}.detail-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.detail-header h1{margin:0}.detail-title{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.detail-title .value-with-delta{gap:.5rem}.back-button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.back-button:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 4px 12px #1e40af40}.back-button span{line-height:1}.total-summary{flex-direction:column;align-items:flex-end}.total-summary>span{font-weight:600}.site-footer{background:#f8fafc;border-top:1px solid #e2e8f0}.site-footer__inner{color:#475569;flex-wrap:wrap;gap:.75rem;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;font-size:.9rem;display:flex}
