.lv-lab{--lv-green:#39ff14;--lv-green-bright:#39ff14;--lv-ink:#1f1f21;--lv-card:#242426;--lv-line:rgba(255,255,255,.13);--lv-muted:rgba(255,255,255,.7);background:#1f1f21;color:#fff;padding:clamp(3rem,7vw,7rem) 0}.lv-lab *{box-sizing:border-box}.lv-lab .lv-lab__shell{max-width:1240px}.lv-lab .lv-lab__hero{max-width:900px;margin:0 auto clamp(2.5rem,6vw,5rem);text-align:center}.lv-lab .lv-lab__eyebrow,.lv-lab .lv-lab__kicker{color:var(--lv-green);font-size:1.2rem;font-weight:800;letter-spacing:.18em}.lv-lab .lv-lab__hero h1{color:#fff;font-size:clamp(3.4rem,4.5vw,5.2rem);line-height:1.08;margin:1.1rem 0 1.5rem;letter-spacing:-.025em}.lv-lab .lv-lab__hero p{color:var(--lv-muted);font-size:clamp(1.7rem,2vw,2.2rem);line-height:1.65;margin:0 auto;max-width:760px}.lv-lab .lv-lab__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2.4rem}.lv-lab .lv-lab__trust span{border:1px solid var(--lv-line);border-radius:999px;padding:.75rem 1.2rem;color:#fff;font-size:1.25rem}.lv-lab .button{border:2px solid transparent!important;border-radius:999px;box-shadow:none!important;font-weight:800;letter-spacing:.1rem}.lv-lab .button:before,.lv-lab .button:after{border:0!important;border-radius:999px;box-shadow:none!important}.lv-lab .button--primary{background:var(--lv-green)!important;border-color:var(--lv-green)!important;color:#101010!important}.lv-lab .button--secondary{background:#242426!important;border-color:var(--lv-green)!important;color:var(--lv-green)!important}.lv-lab .lv-lab__tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--lv-line);border-radius:2.8rem;padding:.6rem;gap:.5rem;background:#0000002e;margin-bottom:2rem}.lv-lab .lv-lab__tab{-webkit-appearance:none;appearance:none;border:1px solid var(--lv-green);background:#242426;color:var(--lv-green);min-height:4.6rem;padding:.8rem 1rem;border-radius:999px;font:inherit;font-weight:800;letter-spacing:.1rem;cursor:pointer;transition:.2s ease}.lv-lab .lv-lab__tab:hover{color:#101010;background:var(--lv-green)}.lv-lab .lv-lab__tab.is-active{color:#101010;background:var(--lv-green-bright)}.lv-lab .lv-lab__panel{border:1px solid var(--lv-line);background:var(--lv-card);border-radius:2rem;padding:clamp(2rem,5vw,5rem)}.lv-lab .lv-lab__panel[hidden]{display:none}.lv-lab .lv-lab__panel-heading{display:flex;justify-content:space-between;gap:3rem;align-items:end;margin-bottom:3.5rem}.lv-lab .lv-lab__panel-heading h2{color:#fff;font-size:clamp(2.6rem,3vw,4rem);line-height:1.12;letter-spacing:-.02em;margin:.8rem 0 0}.lv-lab .lv-lab__panel-heading>p{color:var(--lv-muted);max-width:460px;margin:0;line-height:1.65}.lv-lab .lv-lab__calculator-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:2rem}.lv-lab .lv-lab__form,.lv-lab .lv-lab__result,.lv-lab .lv-lab__selector-card,.lv-lab .lv-lab__quiz,.lv-lab .lv-lab__empty-state,.lv-lab [data-lv-compatibility-results],.lv-lab [data-lv-quiz-results],.lv-lab [data-lv-my-device-content]{background:var(--lv-ink);border:1px solid var(--lv-line);border-radius:1.5rem;padding:clamp(1.8rem,4vw,3rem)}.lv-lab .lv-lab__fieldset{border:0;padding:0;margin:0 0 2rem}.lv-lab .lv-lab__ratio-fieldset{margin-top:2rem}.lv-lab .lv-lab__fieldset legend,.lv-lab .lv-lab__field>span{display:block;color:#fff;font-weight:750;margin-bottom:.85rem;font-size:1.35rem}.lv-lab .lv-lab__presets{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:1.2rem}.lv-lab .lv-lab__preset{border:1px solid var(--lv-green);background:#242426;color:var(--lv-green);border-radius:999px;min-height:4.4rem;padding:1rem .5rem;cursor:pointer;font:inherit;font-weight:800;letter-spacing:.1rem}.lv-lab .lv-lab__preset:hover,.lv-lab .lv-lab__preset.is-active{border-color:var(--lv-green);color:#101010;background:var(--lv-green)}.lv-lab .lv-lab__fields-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lv-lab .lv-lab__field{display:block;margin-bottom:1.6rem}.lv-lab .lv-lab__field input,.lv-lab .lv-lab__field select{width:100%;min-height:5.2rem;border:1px solid var(--lv-line);border-radius:1rem;background:#262629;color:#fff;padding:1rem 1.2rem;font:inherit;font-size:1.6rem}.lv-lab .lv-lab__field input:focus,.lv-lab .lv-lab__field select:focus{outline:2px solid var(--lv-green);outline-offset:2px}.lv-lab .lv-lab__field small{display:block;color:var(--lv-muted);margin-top:.65rem;line-height:1.45}.lv-lab .lv-lab__calculate{width:100%;min-height:5.2rem}.lv-lab .lv-lab__form-error{color:#ff8d8d;margin:1rem 0 0}.lv-lab .lv-lab__result{position:relative;overflow:hidden}.lv-lab .lv-lab__result:before{content:"";position:absolute;width:220px;height:220px;background:var(--lv-green);filter:blur(90px);opacity:.2;right:-100px;top:-100px}.lv-lab .lv-lab__result-label{color:var(--lv-green);font-weight:800;letter-spacing:.12em;font-size:1.15rem}.lv-lab .lv-lab__result-main{margin:2.2rem 0 2.8rem;position:relative}.lv-lab .lv-lab__result-main strong{display:block;color:#fff;font-size:clamp(4.5rem,7vw,7rem);line-height:1;letter-spacing:-.05em}.lv-lab .lv-lab__result-main span{color:var(--lv-muted)}.lv-lab .lv-lab__metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:0}.lv-lab .lv-lab__metrics div{border-top:1px solid var(--lv-line);padding-top:1rem}.lv-lab .lv-lab__metrics dt{color:var(--lv-muted);font-size:1.2rem}.lv-lab .lv-lab__metrics dd{color:#fff;margin:.3rem 0 0;font-weight:750}.lv-lab .lv-lab__result-note{color:var(--lv-muted);line-height:1.55;margin:2rem 0 0}.lv-lab .lv-lab__copy{border:0;background:transparent;padding:0;color:var(--lv-green);text-decoration:underline;cursor:pointer;font:inherit;margin-top:1.5rem}.lv-lab .lv-lab__products{margin-top:3rem}.lv-lab .lv-lab__products-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.3rem}.lv-lab .lv-lab__products-heading h3{color:#fff;margin:0}.lv-lab .lv-lab__products-heading span{color:var(--lv-muted)}.lv-lab .lv-lab__products-note{color:var(--lv-muted);line-height:1.55;max-width:820px;margin:-.4rem 0 1.3rem}.lv-lab .lv-lab__product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lv-lab .lv-lab__product-card{background:var(--lv-ink);border:1px solid var(--lv-line);border-radius:1.3rem;padding:1.3rem;display:grid;grid-template-columns:80px 1fr;gap:1.2rem;align-items:center}.lv-lab [data-lv-booster-card][hidden],.lv-lab [data-lv-base-card][hidden]{display:none!important}.lv-lab .lv-lab__product-card img{width:80px;height:80px;object-fit:contain;border-radius:.8rem;background:#fff}.lv-lab .lv-lab__product-card h4{margin:0 0 .4rem;font-size:1.4rem;line-height:1.3}.lv-lab .lv-lab__product-card h4 a{color:#fff;text-decoration:none}.lv-lab .lv-lab__product-card div>span{color:var(--lv-green);font-weight:750}.lv-lab .lv-lab__product-card .button,.lv-lab .lv-lab__sold-out{grid-column:1/-1;width:100%;min-height:4rem}.lv-lab .lv-lab__selector-card{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.lv-lab .lv-lab__quiz{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lv-lab .lv-lab__quiz .button{grid-column:1/-1;min-height:5rem}.lv-lab .lv-lab__match-summary{color:var(--lv-muted);margin:0 0 1.3rem}.lv-lab .lv-lab__empty-state{text-align:center;padding:5rem 2rem}.lv-lab .lv-lab__empty-state strong{display:block;color:#fff;font-size:2.2rem}.lv-lab .lv-lab__empty-state p{color:var(--lv-muted);max-width:560px;margin:1rem auto 0}.lv-lab .lv-lab__empty-state .button{margin-top:2rem}.lv-lab .lv-lab__compat-head,.lv-lab .lv-lab__saved-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:2rem}.lv-lab .lv-lab__compat-head h3,.lv-lab .lv-lab__saved-head h3{color:#fff;margin:0}.lv-lab .lv-lab__compat-grid,.lv-lab .lv-lab__quiz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lv-lab .lv-lab__mini-card{border:1px solid var(--lv-line);border-radius:1.1rem;padding:1.2rem;background:#242427;display:flex;flex-direction:column}.lv-lab .lv-lab__mini-card img{width:100%;aspect-ratio:1.3;object-fit:contain;background:#fff;border-radius:.8rem}.lv-lab .lv-lab__mini-card h4{margin:1rem 0 .5rem;line-height:1.35}.lv-lab .lv-lab__mini-card h4 a{color:#fff;text-decoration:none}.lv-lab .lv-lab__mini-card p{color:var(--lv-muted);line-height:1.45}.lv-lab .lv-lab__mini-card .lv-lab__price{color:var(--lv-green);font-weight:800}.lv-lab .lv-lab__mini-card .button{width:100%;min-height:4.2rem;margin-top:auto}.lv-lab .lv-lab__variant-field{display:grid;gap:.55rem;margin:1rem 0;color:#fff;font-weight:750}.lv-lab .lv-lab__variant-select{width:100%;min-height:4.4rem;padding:.75rem 1rem;border:1px solid var(--lv-green);border-radius:.8rem;background:#1d1d20;color:#fff;font:inherit;cursor:pointer}.lv-lab .lv-lab__variant-select:focus-visible{outline:2px solid var(--lv-green);outline-offset:2px}.lv-lab .lv-lab__mini-card .button:disabled{opacity:.5;cursor:not-allowed}.lv-lab .lv-lab__saved-note{color:var(--lv-muted);margin:-.5rem 0 1.5rem}.lv-lab .lv-lab__saved-note strong{color:#fff}.lv-lab .lv-lab__assistant-card{max-width:880px;margin:0 auto;background:var(--lv-ink);border:1px solid var(--lv-line);border-radius:1.5rem;padding:clamp(1.4rem,4vw,2.4rem)}.lv-lab .lv-lab__assistant-prompts{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.4rem}.lv-lab .lv-lab__assistant-prompts button{border:1px solid var(--lv-green);background:#242426;color:var(--lv-green);border-radius:999px;min-height:4.4rem;padding:.75rem 1.3rem;cursor:pointer;font:inherit;font-weight:800;letter-spacing:.1rem}.lv-lab .lv-lab__assistant-prompts button:hover,.lv-lab .lv-lab__assistant-prompts button:focus-visible{background:var(--lv-green);color:#101010;outline:none}.lv-lab .lv-lab__assistant-thread{display:flex;flex-direction:column;gap:.9rem;min-height:220px;max-height:440px;overflow:auto;padding:1rem;border:1px solid var(--lv-line);border-radius:1rem;background:#121214}.lv-lab .lv-lab__message{max-width:86%;padding:1rem 1.2rem;border-radius:1rem;line-height:1.55;white-space:pre-wrap}.lv-lab .lv-lab__message.is-assistant{align-self:flex-start;background:#262629;color:#fff}.lv-lab .lv-lab__message.is-user{align-self:flex-end;background:var(--lv-green);color:#101010}.lv-lab .lv-lab__assistant-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.7rem}.lv-lab .lv-lab__assistant-links a{color:var(--lv-green);font-weight:750}.lv-lab .lv-lab__assistant-form{display:grid;grid-template-columns:1fr auto;gap:.8rem;margin-top:1rem}.lv-lab .lv-lab__assistant-form textarea{resize:vertical;min-height:5.2rem;border:1px solid var(--lv-line);border-radius:1rem;background:#262629;color:#fff;padding:1rem 1.2rem;font:inherit}.lv-lab .lv-lab__assistant-form textarea:focus{outline:2px solid var(--lv-green);outline-offset:2px}.lv-lab .lv-lab__assistant-form .button{min-width:120px}.lv-lab .lv-lab__assistant-status{color:var(--lv-muted);min-height:1.5em;margin:.7rem 0 0}.lv-lab .lv-lab__assistant-note{color:var(--lv-muted);font-size:1.2rem;margin:.4rem 0 0}.lv-lab .lv-lab__faq{max-width:880px;margin:3rem auto 0}.lv-lab .lv-lab__faq h2{color:#fff;margin:.6rem 0 1.4rem}.lv-lab .lv-lab__faq details{border-top:1px solid var(--lv-line);padding:1.2rem 0}.lv-lab .lv-lab__faq details:last-of-type{border-bottom:1px solid var(--lv-line)}.lv-lab .lv-lab__faq summary{color:#fff;font-weight:750;cursor:pointer}.lv-lab .lv-lab__faq details p{color:var(--lv-muted);line-height:1.6;margin:.8rem 0 0}.lv-lab .lv-lab__disclaimer{border-left:3px solid var(--lv-green);margin-top:2rem;padding:1rem 1.5rem;color:var(--lv-muted)}.lv-lab .lv-lab__disclaimer strong{color:#fff}.lv-lab .lv-lab__disclaimer p{margin:.4rem 0 0}@media(max-width:989px){.lv-lab .lv-lab__tabs{grid-template-columns:1fr 1fr;position:static}.lv-lab .lv-lab__panel-heading{display:block}.lv-lab .lv-lab__panel-heading>p{margin-top:1.2rem}.lv-lab .lv-lab__calculator-grid{grid-template-columns:1fr}.lv-lab .lv-lab__product-grid,.lv-lab .lv-lab__compat-grid,.lv-lab .lv-lab__quiz-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.lv-lab{padding-top:3rem}.lv-lab .lv-lab__tabs{position:static}.lv-lab .lv-lab__tab{min-height:4.6rem;padding:.9rem .5rem;font-size:1.25rem}.lv-lab .lv-lab__panel{border-radius:1.4rem;padding:1.5rem}.lv-lab .lv-lab__fields-row,.lv-lab .lv-lab__selector-card,.lv-lab .lv-lab__quiz,.lv-lab .lv-lab__product-grid,.lv-lab .lv-lab__compat-grid,.lv-lab .lv-lab__quiz-grid{grid-template-columns:1fr}.lv-lab .lv-lab__products-heading{display:block}.lv-lab .lv-lab__products-heading span{display:block;margin-top:.5rem}.lv-lab .lv-lab__assistant-form{grid-template-columns:1fr}.lv-lab .lv-lab__assistant-form .button{width:100%}}.lv-lab{--lv-green:#3fed13 !important;--lv-green-bright:#3fed13 !important;--lv-ink:#232325 !important;--lv-card:#28282a !important;--lv-line:rgba(255,255,255,.12) !important;--lv-muted:rgba(255,255,255,.66) !important;background:#1f1f21!important;padding:26px 0 68px!important}.lv-lab .lv-lab__shell{max-width:1240px!important}.lv-lab .lv-lab__hero{position:relative!important;isolation:isolate;overflow:hidden!important;max-width:none!important;margin:0 0 18px!important;padding:clamp(34px,5vw,62px)!important;border:1px solid rgba(63,237,19,.3)!important;border-radius:26px!important;background:linear-gradient(135deg,#28282a,#1f1f21 72%)!important;text-align:left!important}.lv-lab .lv-lab__hero:after{content:"";position:absolute;z-index:-1;width:340px;height:340px;right:-80px;top:-120px;border-radius:50%;background:#3fed13;filter:none;opacity:.09;pointer-events:none}.lv-lab .lv-lab__hero>*{position:relative;z-index:1}.lv-lab .lv-lab__eyebrow,.lv-lab .lv-lab__kicker{color:#3fed13!important;letter-spacing:.14em!important}.lv-lab .lv-lab__hero h1{max-width:900px;margin:10px 0 0!important;color:#fff!important;font-size:clamp(3.8rem,6vw,6.8rem)!important;line-height:.98!important;letter-spacing:-.04em!important}.lv-lab .lv-lab__hero p{max-width:720px!important;margin:18px 0 0!important;color:#ffffffad!important;font-size:clamp(1.55rem,1.6vw,1.85rem)!important;line-height:1.55!important}.lv-lab .lv-lab__trust{justify-content:flex-start!important;gap:8px!important;margin-top:24px!important}.lv-lab .lv-lab__trust span{border:1px solid rgba(255,255,255,.14)!important;background:#ffffff09!important;border-radius:999px!important;padding:8px 12px!important;color:#ffffffd1!important}.lv-lab .lv-lab__tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important;margin:0 0 18px!important;padding:7px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:#28282a!important}.lv-lab .lv-lab__tab{min-height:48px!important;padding:9px 11px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;background:#232325!important;color:#fff!important;letter-spacing:.02em!important;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease!important}.lv-lab .lv-lab__tab:hover{border-color:#3fed13a6!important;background:#262628!important;color:#3fed13!important;transform:translateY(-1px)}.lv-lab .lv-lab__tab.is-active{border-color:#3fed13!important;background:#3fed13!important;color:#101010!important}.lv-lab .lv-lab__panel{border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:#28282a!important;padding:clamp(24px,4vw,48px)!important}.lv-lab .lv-lab__panel-heading{align-items:flex-end!important;gap:32px!important;margin-bottom:30px!important}.lv-lab .lv-lab__panel-heading h2{margin:7px 0 0!important;color:#fff!important;font-size:clamp(2.8rem,4vw,4.3rem)!important;line-height:1.05!important;letter-spacing:-.035em!important}.lv-lab .lv-lab__panel-heading>p{max-width:500px!important;color:#ffffffa8!important;line-height:1.6!important}.lv-lab .lv-lab__form,.lv-lab .lv-lab__result,.lv-lab .lv-lab__selector-card,.lv-lab .lv-lab__quiz,.lv-lab .lv-lab__empty-state,.lv-lab [data-lv-compatibility-results],.lv-lab [data-lv-quiz-results],.lv-lab [data-lv-my-device-content],.lv-lab .lv-lab__assistant-card{border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:#232325!important;box-shadow:none!important}.lv-lab .lv-lab__result:before{width:220px!important;height:220px!important;background:#3fed13!important;filter:blur(100px)!important;opacity:.12!important}.lv-lab .lv-lab__fieldset legend,.lv-lab .lv-lab__field>span{color:#fff!important}.lv-lab .lv-lab__field input,.lv-lab .lv-lab__field select,.lv-lab .lv-lab__assistant-form textarea{min-height:52px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:12px!important;background:#1f1f21!important;color:#fff!important;box-shadow:none!important}.lv-lab .lv-lab__field input:focus,.lv-lab .lv-lab__field select:focus,.lv-lab .lv-lab__assistant-form textarea:focus{outline:2px solid #3fed13!important;outline-offset:2px!important}.lv-lab .lv-lab__preset,.lv-lab .lv-lab__assistant-prompts button{border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;background:#1f1f21!important;color:#fff!important;letter-spacing:.02em!important}.lv-lab .lv-lab__preset:hover,.lv-lab .lv-lab__preset.is-active,.lv-lab .lv-lab__assistant-prompts button:hover,.lv-lab .lv-lab__assistant-prompts button:focus-visible{border-color:#3fed13!important;background:#3fed13!important;color:#101010!important}.lv-lab .button{min-height:50px;border-radius:999px!important;letter-spacing:.02em!important;text-transform:none!important;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease!important}.lv-lab .button:before,.lv-lab .button:after{border-radius:999px!important}.lv-lab .button--primary{border-color:#3fed13!important;background:#3fed13!important;color:#101010!important}.lv-lab .button--secondary{border-color:#3fed13b8!important;background:#232325!important;color:#3fed13!important}.lv-lab .button--primary:hover,.lv-lab .button--primary:focus-visible{border-color:#3fed13!important;background:transparent!important;color:#3fed13!important;transform:translateY(-1px)}.lv-lab .button--secondary:hover,.lv-lab .button--secondary:focus-visible{border-color:#3fed13!important;background:#3fed13!important;color:#101010!important;transform:translateY(-1px)}.lv-lab .lv-lab__products{margin-top:26px!important}.lv-lab .lv-lab__product-card,.lv-lab .lv-lab__mini-card{border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:#232325!important;transition:border-color .18s ease,transform .18s ease!important}.lv-lab .lv-lab__product-card:hover,.lv-lab .lv-lab__mini-card:hover{border-color:#3fed137a!important;transform:translateY(-2px)}.lv-lab .lv-lab__product-card img,.lv-lab .lv-lab__mini-card img{border-radius:14px!important}.lv-lab .lv-lab__variant-select{border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:#1f1f21!important}.lv-lab .lv-lab__assistant-thread{border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:#1f1f21!important}.lv-lab .lv-lab__message.is-assistant{border:1px solid rgba(255,255,255,.08);background:#28282a!important}.lv-lab .lv-lab__message.is-user{background:#3fed13!important;color:#101010!important}.lv-lab .lv-lab__faq{max-width:none!important;margin:22px 0 0!important;padding:clamp(22px,3vw,34px)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:#28282a!important}.lv-lab .lv-lab__faq h2{font-size:clamp(2.5rem,3.2vw,3.8rem)!important;letter-spacing:-.025em!important}.lv-lab .lv-lab__faq details{border-color:#ffffff1f!important}.lv-lab .lv-lab__disclaimer{margin-top:18px!important;padding:17px 20px!important;border:1px solid rgba(255,255,255,.12)!important;border-left:3px solid #3fed13!important;border-radius:16px!important;background:#232325!important}@media(max-width:989px){.lv-lab .lv-lab__tabs{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;scrollbar-width:none}.lv-lab .lv-lab__tabs::-webkit-scrollbar{display:none}.lv-lab .lv-lab__tab{flex:0 0 auto!important;min-width:max-content!important;padding-inline:16px!important}.lv-lab .lv-lab__panel-heading{display:block!important}.lv-lab .lv-lab__panel-heading>p{margin-top:14px!important}}@media(max-width:640px){.lv-lab{padding:18px 0 48px!important}.lv-lab .lv-lab__hero{padding:30px 22px!important;border-radius:22px!important}.lv-lab .lv-lab__hero h1{font-size:clamp(3.6rem,13vw,5.2rem)!important}.lv-lab .lv-lab__trust{gap:6px!important}.lv-lab .lv-lab__trust span{font-size:1.15rem!important}.lv-lab .lv-lab__tabs{border-radius:18px!important}.lv-lab .lv-lab__panel{padding:20px!important;border-radius:20px!important}.lv-lab .lv-lab__form,.lv-lab .lv-lab__result,.lv-lab .lv-lab__selector-card,.lv-lab .lv-lab__quiz,.lv-lab .lv-lab__empty-state,.lv-lab [data-lv-compatibility-results],.lv-lab [data-lv-quiz-results],.lv-lab [data-lv-my-device-content],.lv-lab .lv-lab__assistant-card{border-radius:16px!important}.lv-lab .lv-lab__faq{border-radius:20px!important}}
/*# sourceMappingURL=/cdn/shop/t/85/assets/letsvape-lab.css.map */
