@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";.page-frame{min-height:100vh;animation:pageFadeIn .45s ease both}.step-transition{animation:stepReveal .35s ease both}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes stepReveal{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.page-frame,.step-transition{animation:none}}nav{width:100%;color:#fff;background-color:#000;height:6rem;display:flex;align-items:center;padding-left:2rem;z-index:1}ul{list-style:none;display:flex;gap:2rem;margin-left:auto}li{cursor:pointer;border:1px solid #e6e6e68c;padding:.7rem 2rem;border-radius:.5rem;font-size:1.3rem;transition:.5s}li:hover{border-color:#fff;transition:.5s}nav img{width:4rem}nav a{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:700;font-size:2rem;opacity:.9}.raceStep{background-color:#000;color:#fff;padding:5rem;display:flex;flex-direction:column;gap:5rem}.raceStepTitle button{border:none;padding:.5rem 1rem;margin-bottom:1rem;background-color:#fff;cursor:pointer}.raceStepTitle{display:flex;flex-direction:column;gap:1rem;max-width:60rem;margin-top:3rem}.raceStepTitle img{width:3.2rem}.raceStepTitle p{color:#686868}.raceStep h3{font-size:2rem}.raceStep-circuit-left{display:flex;justify-content:space-between;padding:1rem}.raceStep-circuit-left-content{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}#circuitPhoto{width:40rem}.raceStep-circuit-left button{background-color:transparent;color:#fff;border:none;font-weight:700;font-size:2.5rem;display:flex;align-items:center;gap:.5rem;cursor:pointer}.raceStep-circuit-left button span:hover{text-decoration:underline}.circuit-buttons{display:flex;flex-direction:column;gap:.5rem}.summaryStep{background-color:#000;color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:calc(100vh - 6rem)}.summaryBackContainer{width:100%}#summaryBack{background-color:transparent;border:none;cursor:pointer}#summaryBack img{width:3.2rem}.summary-inlineNav{display:flex;gap:.5rem;flex-wrap:wrap;width:100%;padding:0 0 1rem}.summary-inlineNav button{border:1px solid #1f1f1f;background:#0f0f0f;color:#fff;padding:.4rem .75rem;border-radius:.4rem;cursor:pointer;transition:background .2s}.summary-inlineNav button:hover{background:#181818}.summary-sectorError{color:#ffb3b3;margin:.5rem 0}.grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,2fr);grid-auto-rows:minmax(20rem,auto);gap:20px;color:#fff;max-height:min-content;width:100%}.grid h3{font-size:1.6rem}.a{grid-column:1 / span 1;grid-row:1;display:flex;font-size:1.3rem;justify-content:space-between}.a-left{width:60%;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.a-img{width:40%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0 .5rem .5rem 0;opacity:.7}.a h3{font-size:3rem}.b{grid-column:3;grid-row:1;display:flex;flex-direction:column;gap:1rem;padding:1rem}.b .title p{color:#9e9e9e;font-size:1.4rem}.c .title p{color:#9e9e9e;font:1.4rem}.c{grid-column:1;grid-row:2 / span 2;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.d{grid-column:2;grid-row:1 / span 2;display:flex;flex-direction:column;gap:2rem;padding:1rem;justify-content:space-between}.d p:last-child{color:#9e9e9e;font-size:1rem}.d .title p{color:#9e9e9e;font-size:1.4rem}.e{grid-column:2;grid-row:3}.f{grid-column:3;grid-row:2 / span 2;display:flex;flex-direction:column;justify-content:center}.f h3{font-size:1.6rem;margin:0}.item{border:1px solid #1f1f1f;background:#121212;border-radius:.5rem;width:100%;height:100%}.summary-resultsTable table tr.is-selected td{font-weight:700}.summary-table{border-radius:14px;background:#0f0f0f;display:flex;flex-direction:column;gap:.5rem}.summary-tableHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;padding:1rem}.summary-tableScroll{overflow-y:auto;overflow-x:hidden;border-radius:10px}.summary-table table{width:100%;min-width:520px;border-collapse:collapse}.summary-table thead{background:#151515}.summary-table th,.summary-table td{padding:10px 12px;text-align:left}.summary-table tbody tr:nth-child(odd){background:#101010}.summary-table tbody tr:nth-child(2n){background:#0b0b0b}.summary-table tbody tr.is-selected{background:#1c1c1c;font-weight:700}.summary-tableMessage{margin:0;color:#ffb3b3}.muted{color:#9e9e9e;margin:0;font-size:14px}.summary-aiHeader{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.summary-aiBadge{background:#fff;color:#000;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;letter-spacing:.03em}.summary-aiList{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.35rem;color:#e6e6e6}.summary-aiError{color:#ffb3b3}.summary-aiParagraph{white-space:pre-wrap;line-height:1.5;color:#e6e6e6}.summary-averages h3{margin-bottom:1rem}.summary-averagesList{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.summary-averagesList li{display:flex;justify-content:space-between;align-items:baseline;font-size:1.2rem;color:#e6e6e6}.summary-avgLabel{color:#9e9e9e}.summary-avgValue{font-weight:700;color:#fff}.summary-aiScoreRow{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:.5rem 0}.summary-scoreGauge{position:relative;width:20rem;aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#121212;--score-color: #1ed760;isolation:isolate;overflow:visible}.summary-scoreGauge:before{content:"";position:absolute;inset:-20px;border-radius:50%;background:var(--score-color);opacity:.35;filter:blur(28px);transition:background-color .35s ease,opacity .35s ease}.summary-scoreGaugeInner{position:absolute;inset:25px;border-radius:50%;background:#121212;z-index:1}.summary-scoreGaugeValue{position:relative;font-size:5rem;font-weight:700;color:#fff;z-index:1}.summary-scoreGaugeRing{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.summary-scoreGaugeTrack,.summary-scoreGaugeArc{fill:none;stroke-width:14px}.summary-scoreGaugeTrack{stroke:#2e2e2e;stroke-linecap:round;stroke-dasharray:calc(100 - var(--score, 0)) var(--score, 0);stroke-dashoffset:0;transform-origin:50% 50%;transform:rotate(calc(var(--score, 0) * 3.6deg));transition:stroke-dasharray .35s ease,transform .35s ease}.summary-scoreGaugeArc{stroke:var(--score-color);stroke-linecap:round;stroke-dasharray:var(--score, 0) calc(100 - var(--score, 0));stroke-dashoffset:0;transition:stroke-dasharray .35s ease}.scoreContainer{display:flex;justify-content:center}.summary-scoreGauge--low{--score-color: #e53935}.summary-scoreGauge--medium{--score-color: #fbc02d}.summary-scoreGauge--high{--score-color: #1ed760}.summary-scoreGauge--unknown{--score-color: #5a5a5a}.toyota{margin-top:2rem;display:grid;width:min-content;gap:5rem}.toyota h2{font-size:3rem}.toyota-img{display:flex;flex-direction:column;align-items:center;grid-column:1;grid-row:1;gap:2rem}.toyota-top-right{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;padding:30% 0}.toyota-bottom{grid-column:1;grid-row:2;display:flex;justify-content:center;gap:10%}.toyota-card{display:flex;flex-direction:column;gap:1rem;min-width:max-content}.toyota-card-top p:first-child{color:#9e9e9e}.toyota-card-top p:last-child{font-weight:700}#toyota-card-data{font-size:4rem;font-weight:700}#toyota-card-tag{width:min-content;padding:.5rem .8rem;border-radius:999rem;font-size:1.4rem}.toyotaTop{display:flex}.toyota-container{display:flex;justify-content:center;padding-bottom:3rem}.e{display:flex;justify-content:center;align-items:center}.eBackImg{width:100%;height:100%;background-image:url(/assets/render1-B4cbaQQd.png);background-size:cover;background-repeat:no-repeat;background-position:center}.e{opacity:.7;transition:.5s}.e h2{position:absolute;font-size:3rem;transition:.5s}.e:hover h2{transition:.5s;scale:1.1}.e:hover{cursor:pointer;opacity:1;transition:.5s}.toyotaStep-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%;padding:0 0 1rem;flex-wrap:wrap}.toyotaStep-header h3{margin:0}.toyotaStep-actions{display:flex;align-items:center;gap:.75rem}.toyotaStep-actions button{padding:.6rem 1rem;border-radius:.4rem;border:1px solid #1f1f1f;background:#161616;color:#fff;cursor:pointer}.toyotaStep-actions button:last-child{background:#fff;color:#000}.toyotaStep{display:flex;justify-content:space-evenly;gap:5rem;width:100%}.toyota-comparison{width:100%;display:flex;flex-direction:column;gap:1rem}.toyota-comp-grid{display:flex;flex-direction:column;gap:2rem}.toyota-comp-card{border:1px solid #1f1f1f;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 20px 40px #00000040}.toyota-comp-header{display:flex;align-items:center;justify-content:space-between}.toyota-comp-diff{padding:.5rem;border-radius:.35rem;font-size:1rem}.toyota-comp-bars{display:flex;flex-direction:column;gap:.6rem}.toyota-comp-bar{position:relative;height:14px;border-radius:999px;background:linear-gradient(90deg,#ffffff0d,#ffffff05);border:1px solid #1f1f1f;box-shadow:inset 0 1px 2px #ffffff0a;overflow:hidden}.toyota-comp-bar span{position:absolute;left:8px;top:-18px;font-size:.8rem;color:#d0d0d0;pointer-events:none}.toyota-comp-bar:after{content:"";position:absolute;inset:0;width:var(--width, 0%);border-radius:inherit;background:linear-gradient(90deg,#fff3,#fff0)}.toyota-comp-bar.is-driver:after{background:linear-gradient(90deg,#c62828,#c6282840);width:var(--width-driver, var(--width, 0%));box-shadow:0 6px 14px #c6282833}.toyota-comp-bar.is-average:after{background:linear-gradient(90deg,#9ea3aa,#9ea3aa40);width:var(--width-average, var(--width, 0%));box-shadow:0 6px 14px #9ea3aa2e}.toyota-comp-values{display:flex;justify-content:space-between;color:#9e9e9e;font-size:1rem;padding:.4rem .5rem}.trace-preview{width:100%;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 24px 48px #00000059}.trace-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.trace-legend{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.trace-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.trace-dot.driver{background:#c62828}.trace-dot.average{background:#9ea3aa}.trace-badge{background:#0f0f0f;border:1px solid #1f1f1f;border-radius:.35rem;padding:.35rem .75rem;font-size:.95rem}.trace-svg{width:100%;height:200px}.trace-poly{fill:none;stroke:#3b82f6;stroke-width:3;stroke-linejoin:round;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(59,130,246,.4))}.trace-poly-driver{stroke:url(#traceDrvGrad);filter:drop-shadow(0 0 6px rgba(198,40,40,.4))}.trace-poly-average{stroke:url(#traceAvgGrad)}.containers{display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap}.container{background-color:transparent;padding:1rem;border-radius:.5rem}#containerValue{font-size:3rem;font-weight:700;margin-top:1rem}.container p:first-child{font-size:1.4rem;color:#9e9e9e}.containerComparison{display:flex;align-items:center;font-size:1.4rem;gap:.5rem}.containerComparison span{padding:.2rem}.containerComparison p{color:#9e9e9e}.toyota-img img{width:50rem;opacity:.8}.sectorCompare-title{margin:0;font-size:1.4rem;display:flex;align-items:baseline;gap:.35rem}.sectorCompare-time{font-size:1.2rem;color:#fff}.sectorCompare-title.is-record .sectorCompare-time{background:green;padding:.1rem .4rem;padding:.2rem .2rem 0;font-size:2rem}.sectorCompare-card h2{margin:0;font-size:1.8rem}.sectorCompare-card p{margin:0}.sectorCompare-unit{color:#9e9e9e;font-size:.95rem;display:block}.sectorCompare-advice{background:#0f0f0f;border-radius:.6rem;padding:.75rem 1rem}.sectorCompare-adviceText{margin:.4rem 0 0;color:#e0e0e0;line-height:1.4}.sectorCompare{display:flex;flex-direction:column;gap:2rem;width:100%;margin-top:1rem}.sectorCompare-row{display:grid;grid-template-columns:1fr 80px 1fr;gap:1rem;align-items:stretch;background:#0f0f0f;border:1px solid #1f1f1f;border-radius:.75rem;padding:1.5rem}.sectorCompare-col{display:flex;flex-direction:column;gap:1rem}.sectorCompare-center{display:flex;align-items:center;justify-content:center;border-left:1px solid #2a2a2a;border-right:1px solid #2a2a2a;color:#e0e0e0;font-weight:700;letter-spacing:.06em;writing-mode:vertical-rl;text-orientation:mixed}.sectorCompare-title{font-size:1.4rem;display:flex;align-items:baseline;gap:.35rem}.sectorCompare-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.sectorCompare-card{background:#121212;border:1px solid #1f1f1f;border-radius:.6rem;padding:1rem;min-height:110px;display:flex;flex-direction:column;justify-content:space-between}.sectorCompare-card h2{font-size:3rem}@media(max-width:1200px){.summaryStep{padding:1.5rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.a,.b,.c,.d,.e,.f{grid-column:1 / -1;grid-row:auto}.a{flex-direction:row;gap:1rem}.a-left{width:55%}.a-img{width:45%;min-height:14rem}.d{flex-direction:row;align-items:center}.scoreContainer{width:100%}.summary-scoreGauge{width:16rem}.c img{max-width:100%;height:auto}.summary-tableScroll{overflow-x:auto}}@media(max-width:768px){.summaryStep{padding:1.25rem}.grid{grid-template-columns:1fr;gap:12px}.a{flex-direction:column}.a-left,.a-img{width:100%}.a-img{min-height:12rem;border-radius:.5rem}.b,.c,.d,.f{padding:.75rem}.b .title p,.d .title p,.c .title p{font-size:1rem}.summary-scoreGauge{width:12rem}.containers{flex-direction:column}.container{border:1px solid #1f1f1f}.summary-table table{min-width:100%}.summary-table th,.summary-table td{padding:8px 10px}}@media(max-width:480px){.summaryStep{padding:1rem}.summary-inlineNav{padding-bottom:.5rem}.summary-scoreGaugeValue{font-size:3.5rem}#containerValue{font-size:2.4rem}.summary-tableHeader,.summary-aiHeader{flex-direction:column;align-items:flex-start}.toyota-comp-values{flex-direction:column;gap:.35rem}}.vehicleStep{--vehicle-preview-width: min(48vw, 56rem);background:#030303;color:#fff;min-height:100vh;padding:5rem;position:relative;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}#vehicleBack{background-color:transparent;border:none;cursor:pointer}#vehicleBack img{width:3.2rem}.vehicleStep-content{display:grid;grid-template-columns:minmax(0,1fr) var(--vehicle-preview-width);align-items:flex-start;gap:4rem;margin-top:3rem;width:100%}.vehicleStep ul{display:flex;flex-direction:column;max-width:min-content;gap:1rem}.vehicleStep-item{border:none;width:max-content;display:flex;gap:2rem;cursor:pointer;transition:color .2s ease}.vehicleStep-item:hover p:last-child,.vehicleStep-item.is-selected p:last-child{text-decoration:underline}.vehicleStep li p{font-weight:700;font-style:italic}.vehicleStep li p:last-child{font-size:5rem}.vehicleStep-title{width:60rem;display:flex;flex-direction:column;gap:1rem}.vehicleStep-title button{border:none;padding:.5rem 1rem;margin-bottom:1rem;background-color:#fff;cursor:pointer}.vehicleStep-title p:last-child{color:#686868}.vehicleStep-title p:first-child{color:#b3b3b3}.vehicleStep-title p:nth-child(2){color:#686868}.vehicleStep-preview{position:sticky;top:0;height:100vh;z-index:1;overflow:hidden}.vehicleStep-previewImage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vehicleStep-previewImage img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;opacity:0;transform:scale(1.03);animation:vehicleStepImageReveal .5s ease forwards}.vehicleStep-content-left{display:flex;flex-direction:column;gap:5rem;max-width:68rem;width:100%}@keyframes vehicleStepImageReveal{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.dashboard-stepNav{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 2rem 0}.dashboard-stepNav button{border:1px solid #1f1f1f;background:#0f0f0f;color:#fff;padding:.5rem .9rem;border-radius:.5rem;cursor:pointer;transition:background .2s,transform .2s}.dashboard-stepNav button:disabled{opacity:.5;cursor:not-allowed}.dashboard-stepNav button.is-active{background:#fff;color:#000;transform:translateY(-2px)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{font-size:1.6rem;font-family:Inter,sans-serif}.app{background-color:#000;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;isolation:isolate}.app:before{content:"";position:absolute;inset:0;background:url(/assets/render-BuvPV_tE.png) center/cover no-repeat;transform:scaleX(-1);z-index:-1}.app h1,.app h2{color:#fff;font-family:Bebas Neue,sans-serif;font-style:normal}.app h1{font-size:15rem}.app h2{font-size:2rem}.homeBackgroundTitle{position:absolute;width:100vw;display:flex;justify-content:center;align-items:center}.home-bottom{display:flex;justify-content:space-between;align-items:flex-end;padding:2rem}.home-bottom-content{color:#fff;max-width:60rem}.home-bottom-content p{margin-top:.5rem;color:#686868}.home-bottom-button{display:flex;gap:.5rem;max-width:max-content;cursor:pointer;text-decoration:none}.home-bottom-button button{background-color:#570a06;cursor:pointer;border:none;border-radius:.5rem;color:#fff;border:1px solid transparent;transition:.5s}.home-bottom-button button:first-child{padding:1.5rem 8rem}.home-bottom-button button:last-child{padding-left:1.5rem;padding-right:1.5rem}.home-bottom-button:hover button{background-color:transparent;border:1px solid white;transition:.5s}.home-bottom-button:hover button:last-child{margin-left:.5rem}.home-bottom-left{display:flex;flex-direction:column;gap:2rem;z-index:1}.home-bottom-right{color:#9e9e9e;gap:.5rem;font-size:1rem}.home-bottom-right a{color:#6f1915}
