:root{--ll-bg: #0e121c;--ll-bg-soft: #161d2d;--ll-panel: #121826;--ll-panel-2: #1a2233;--ll-yellow: #ffff00;--ll-yellow-soft: #ffeb3b;--ll-white: #ffffff;--ll-text: #f5f7fb;--ll-muted: #b8c0cf;--ll-border: rgba(255,255,255,.12);--ll-radius: 20px;--ll-shadow: 0 18px 50px rgba(0,0,0,.22)}.ll-section{background:var(--ll-bg);color:var(--ll-text)}.ll-section--soft{background:var(--ll-bg-soft)}.ll-container{width:min(1200px,calc(100% - 40px));margin:0 auto}.ll-pad{padding-top:72px;padding-bottom:72px}.ll-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,0,.4);background:#ffff0014;color:var(--ll-yellow);border-radius:999px;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.ll-title{margin:14px 0 0;color:#fff;font-size:clamp(32px,5vw,58px);line-height:1.02;letter-spacing:-.035em}.ll-title--section{font-size:clamp(28px,3.6vw,44px);line-height:1.08}.ll-copy{color:var(--ll-muted);font-size:17px;line-height:1.72}.ll-copy p:last-child{margin-bottom:0}.ll-heading-row{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.ll-heading-row .ll-copy{max-width:690px;margin:10px 0 0}.ll-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ll-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;font-weight:800;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ll-btn:hover{transform:translateY(-1px)}.ll-btn--primary{background:var(--ll-yellow);color:#050505!important;box-shadow:0 10px 30px #ffff0024}.ll-btn--primary:hover{background:var(--ll-yellow-soft)}.ll-btn--secondary{border:1px solid rgba(255,255,255,.3);color:#fff!important;background:#ffffff0a}.ll-btn--secondary:hover{border-color:var(--ll-yellow)}.ll-btn--dark{background:#050505;color:#fff!important}.ll-hero{position:relative;overflow:hidden;min-height:650px;display:flex;align-items:center;background:#080b12;isolation:isolate}.ll-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#07090ef0,#07090eb8 45%,#07090e47);z-index:-1}.ll-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.ll-hero__media img{width:100%;height:100%;object-fit:cover}.ll-hero__content{width:min(760px,100%);padding:86px 0}.ll-hero__content .ll-copy{max-width:660px;font-size:18px}.ll-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.ll-trust-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--ll-border);border-radius:999px;color:#e9edf5;background:#090c128c;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:13px}.ll-dot{width:7px;height:7px;border-radius:50%;background:var(--ll-yellow);box-shadow:0 0 0 4px #ffff001f}.ll-mode-grid,.ll-card-grid,.ll-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.ll-mode-card,.ll-card,.ll-benefit{border:1px solid var(--ll-border);border-radius:var(--ll-radius);background:linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:var(--ll-shadow)}.ll-mode-card{padding:32px;display:flex;flex-direction:column;min-height:100%}.ll-mode-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.ll-mode-card__number{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--ll-yellow);color:#000;font-size:20px;font-weight:900}.ll-mode-card__badge{padding:7px 10px;border-radius:999px;background:#ffffff14;border:1px solid var(--ll-border);font-size:12px;font-weight:800;color:#fff}.ll-mode-card h3,.ll-card h3,.ll-benefit h3{color:#fff;margin:0 0 10px}.ll-mode-card h3{font-size:28px}.ll-mode-card .ll-copy{flex:1}.ll-checks{display:grid;gap:9px;margin:20px 0 0;padding:0;list-style:none}.ll-checks li{display:flex;gap:10px;color:#e8ecf5;line-height:1.5}.ll-checks li:before{content:"check";color:var(--ll-yellow);font-family:Material Symbols Rounded;font-size:19px;font-variation-settings:"FILL" 1,"wght" 700,"GRAD" 0,"opsz" 20}.ll-mode-card .ll-actions{margin-top:26px}.ll-events{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ll-event{position:relative;overflow:hidden;min-height:420px;border:1px solid var(--ll-border);border-radius:var(--ll-radius);background:#111827;box-shadow:var(--ll-shadow)}.ll-event__image{position:absolute;top:0;right:0;bottom:0;left:0}.ll-event__image img{width:100%;height:100%;object-fit:cover}.ll-event:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d 25%,#04070cf0)}.ll-event__content{position:absolute;z-index:2;inset:auto 0 0;padding:24px}.ll-event__badge{display:inline-block;background:var(--ll-yellow);color:#000;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.ll-event h3{color:#fff;margin:12px 0 8px;font-size:22px;line-height:1.2}.ll-event__meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:#d1d7e2;font-size:14px}.ll-event__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;text-indent:-9999px}.ll-empty-event{min-height:300px;display:grid;place-items:center;text-align:center;padding:30px;border:1px dashed rgba(255,255,255,.22);border-radius:var(--ll-radius);color:var(--ll-muted)}.ll-how-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.ll-how-card{border:1px solid var(--ll-border);border-radius:var(--ll-radius);background:var(--ll-panel);overflow:hidden}.ll-how-card__media{aspect-ratio:16/6.6;overflow:hidden;background:#151c2b}.ll-how-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ll-how-card:hover .ll-how-card__media img{transform:scale(1.025)}.ll-how-card__body{padding:28px 30px 30px}.ll-how-card__header{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.ll-how-card__icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:14px;background:var(--ll-yellow);color:#000}.ll-how-card__icon .material-symbols-rounded{font-size:27px;font-variation-settings:"FILL" 1,"wght" 650,"GRAD" 0,"opsz" 28}.ll-how-card h3{color:#fff;font-size:26px;margin:0 0 6px}.ll-step-list{display:grid;gap:17px;margin:0;padding:0;list-style:none}.ll-step{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.ll-step__num{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,0,.45);color:var(--ll-yellow);font-size:13px;font-weight:900}.ll-step strong{display:block;color:#fff;margin-bottom:4px}.ll-step span{color:var(--ll-muted);line-height:1.55;font-size:15px}.ll-note{margin-top:24px;padding:15px 16px;border-left:3px solid var(--ll-yellow);background:#ffff000f;color:#e8edf6;border-radius:0 12px 12px 0;font-size:14px;line-height:1.55}.ll-benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ll-benefit{padding:24px;box-shadow:none}.ll-benefit__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#ffff001a;color:var(--ll-yellow);margin-bottom:16px}.ll-benefit__icon .material-symbols-rounded{font-size:27px;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 28}.ll-benefit h3{font-size:18px}.ll-benefit p{color:var(--ll-muted);margin:0;line-height:1.55;font-size:14px}.ll-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.ll-products__grid .m-product-card{height:100%}.ll-products__empty{padding:36px;text-align:center;border:1px dashed var(--ll-border);border-radius:var(--ll-radius);color:var(--ll-muted)}.ll-faq{max-width:900px;margin:0 auto}.ll-faq details{border:1px solid var(--ll-border);border-radius:16px;background:#ffffff06;margin-bottom:12px;overflow:hidden}.ll-faq summary{cursor:pointer;list-style:none;padding:20px 54px 20px 22px;position:relative;color:#fff;font-weight:800;font-size:17px}.ll-faq summary::-webkit-details-marker{display:none}.ll-faq summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--ll-yellow);font-size:26px;font-weight:400}.ll-faq details[open] summary:after{content:"\2013"}.ll-faq__answer{padding:0 22px 22px;color:var(--ll-muted);line-height:1.7}.ll-faq__answer a{color:var(--ll-yellow)}.ll-page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 0%,rgba(255,255,0,.11),transparent 32%),linear-gradient(180deg,#101624,#0e121c);color:#fff;border-bottom:1px solid var(--ll-border)}.ll-page-hero__inner{padding:70px 0 62px;max-width:900px}.ll-page-hero .ll-copy{max-width:760px;margin-top:16px}.ll-page-hero__crumb{display:flex;gap:8px;align-items:center;color:#9ea7b6;font-size:13px;margin-bottom:14px}.ll-page-hero__crumb a{color:#dce2ec}.ll-story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch}.ll-story-panel{padding:32px;border:1px solid var(--ll-border);border-radius:var(--ll-radius);background:var(--ll-panel)}.ll-story-panel__media{margin:-32px -32px 28px;aspect-ratio:16/8.5;overflow:hidden;border-radius:var(--ll-radius) var(--ll-radius) 0 0;background:#151c2b}.ll-story-panel__media img{width:100%;height:100%;object-fit:cover;display:block}.ll-story-panel--yellow{background:var(--ll-yellow);color:#000;border-color:var(--ll-yellow)}.ll-story-panel--yellow h2,.ll-story-panel--yellow h3,.ll-story-panel--yellow .ll-copy{color:#000!important}.ll-story-panel h2{color:#fff;font-size:clamp(28px,3.5vw,42px);margin:0 0 15px}.ll-story-panel h3{color:#fff;font-size:22px;margin:0 0 10px}.ll-story-stack{display:grid;gap:18px}.ll-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.ll-contact-card,.ll-form-card{border:1px solid var(--ll-border);border-radius:var(--ll-radius);background:var(--ll-panel);padding:30px}.ll-contact-card h2,.ll-form-card h2{color:#fff;margin:0 0 10px;font-size:28px}.ll-contact-list{display:grid;gap:20px;margin-top:26px}.ll-contact-item span{display:block;color:#8f99aa;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.ll-contact-item a,.ll-contact-item strong{color:#fff;font-size:17px;text-decoration:none}.ll-contact-item p{color:var(--ll-muted);margin:5px 0 0;font-size:14px}.ll-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.ll-socials a{display:inline-flex;padding:8px 11px;border:1px solid var(--ll-border);border-radius:999px;color:#fff;text-decoration:none;font-size:13px}.ll-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ll-field--full{grid-column:1/-1}.ll-form-card label{display:block;color:#e8edf6;font-size:13px;font-weight:700;margin-bottom:7px}.ll-form-card input,.ll-form-card textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#0b1019;color:#fff;padding:13px 14px;min-height:48px}.ll-form-card textarea{min-height:150px;resize:vertical}.ll-form-card input:focus,.ll-form-card textarea:focus{outline:2px solid rgba(255,255,0,.4);border-color:var(--ll-yellow)}.ll-form-success{border:1px solid rgba(100,220,150,.4);background:#64dc9614;color:#d7ffe6;padding:13px 15px;border-radius:12px;margin-bottom:18px}.ll-form-errors{border:1px solid rgba(255,100,100,.35);background:#ff646414;color:#ffd8d8;padding:13px 15px;border-radius:12px;margin-bottom:18px}.ll-live-shell{display:grid;grid-template-columns:1fr .9fr;gap:24px;align-items:stretch}.ll-live-stage,.ll-live-help{border:1px solid var(--ll-border);border-radius:var(--ll-radius);padding:30px;background:var(--ll-panel)}.ll-live-stage{min-height:300px;display:flex;flex-direction:column;justify-content:center}.ll-live-stage h2,.ll-live-help h2{color:#fff;margin:0 0 10px}.ll-status{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:800;margin-bottom:15px}.ll-status:before{content:"";width:9px;height:9px;background:#ff3b30;border-radius:50%;box-shadow:0 0 0 5px #ff3b301f}.ll-reassurance{border-top:1px solid var(--ll-border);border-bottom:1px solid var(--ll-border);background:#101624;color:#fff}.ll-reassurance__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.ll-reassurance__item{padding:22px 20px;border-right:1px solid var(--ll-border)}.ll-reassurance__item:last-child{border-right:0}.ll-reassurance__item strong{display:block;color:#fff;margin-bottom:3px}.ll-reassurance__item span,.ll-reassurance__item a{color:var(--ll-muted);font-size:13px;line-height:1.45}.ll-reassurance__item a{text-decoration:underline;text-underline-offset:3px}.ll-auction-notice{padding:18px 20px;border:1px solid rgba(255,255,0,.32);background:#ffff0012;border-radius:16px;color:#eff2f8;margin:0 auto 28px;width:min(1200px,calc(100% - 40px))}.ll-auction-notice strong{color:var(--ll-yellow)}.ll-auction-notice p{margin:5px 0 0;color:#d8deea}.ll-page-content{padding:54px 0 72px;background:var(--ll-bg);color:var(--ll-text)}.ll-page-content .rte{color:var(--ll-muted);max-width:900px}.ll-page-content .rte h1,.ll-page-content .rte h2,.ll-page-content .rte h3{color:#fff}@media(max-width:989px){.ll-pad{padding-top:58px;padding-bottom:58px}.ll-hero{min-height:590px}.ll-hero:after{background:linear-gradient(90deg,#07090eeb,#07090e94)}.ll-events,.ll-benefit-grid,.ll-products__grid,.ll-reassurance__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ll-reassurance__item:nth-child(2){border-right:0}.ll-reassurance__item:nth-child(-n+2){border-bottom:1px solid var(--ll-border)}.ll-story-grid,.ll-contact-grid,.ll-live-shell{grid-template-columns:1fr}}@media(max-width:749px){.ll-container{width:min(100% - 28px,1200px)}.ll-pad{padding-top:46px;padding-bottom:46px}.ll-heading-row{display:block;margin-bottom:26px}.ll-hero{min-height:620px;align-items:flex-end}.ll-hero:after{background:linear-gradient(180deg,#07090e4d,#07090eed 65%)}.ll-hero__content{padding:64px 0 48px}.ll-actions{flex-direction:column;align-items:stretch}.ll-btn{width:100%}.ll-mode-grid,.ll-how-grid,.ll-events,.ll-benefit-grid,.ll-products__grid{grid-template-columns:1fr}.ll-event{min-height:385px}.ll-mode-card,.ll-contact-card,.ll-form-card,.ll-story-panel,.ll-how-card__body{padding:23px}.ll-story-panel__media{margin:-23px -23px 23px}.ll-form-grid{grid-template-columns:1fr}.ll-field--full{grid-column:auto}.ll-page-hero__inner{padding:54px 0 46px}.ll-reassurance__grid{grid-template-columns:1fr}.ll-reassurance__item{border-right:0;border-bottom:1px solid var(--ll-border)}.ll-reassurance__item:last-child{border-bottom:0}}#MainContent button[data-column]{color:#222!important}.ll-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ll-step{grid-template-columns:52px 1fr;gap:14px}.ll-step__visual{position:relative;width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#050505;background:var(--ll-yellow);box-shadow:0 8px 20px #ffff0017}.ll-step__visual .material-symbols-rounded{color:#050505!important;font-size:24px;font-variation-settings:"FILL" 1,"wght" 650,"GRAD" 0,"opsz" 24}.ll-step__visual small{position:absolute;right:-5px;bottom:-5px;width:20px;height:20px;display:grid;place-items:center;border:2px solid var(--ll-panel);border-radius:50%;background:#fff;color:#080b12;font-size:10px;font-weight:900}.ll-step>span:last-child{padding-top:2px}.ll-how-card__media img{aspect-ratio:1400/584}.ll-product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ll-border);border-radius:18px;background:var(--ll-panel);box-shadow:0 14px 34px #00000029;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ll-product-card:hover{transform:translateY(-4px);border-color:#ffff0073;box-shadow:0 20px 44px #0000003d}.ll-product-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#fff}.ll-product-card__media img,.ll-product-card__placeholder{width:100%;height:100%;display:block;object-fit:contain;transition:transform .28s ease}.ll-product-card:hover .ll-product-card__media img{transform:scale(1.035)}.ll-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:6px 10px;border-radius:999px;background:var(--ll-yellow);color:#050505;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.ll-product-card__body{flex:1;display:flex;flex-direction:column;padding:18px}.ll-product-card h3{margin:0;min-height:3em;font-size:17px;line-height:1.5}.ll-product-card h3 a{color:#fff;text-decoration:none;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ll-product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin:12px 0 18px;color:#fff}.ll-product-card__price strong{color:var(--ll-yellow);font-size:18px}.ll-product-card__price s{color:#8f99aa;font-size:13px}.ll-product-card__from{color:var(--ll-muted);font-size:12px}.ll-product-card__button{margin-top:auto;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#fff!important;font-size:14px;font-weight:800;text-decoration:none!important;transition:background .18s ease,color .18s ease,border-color .18s ease}.ll-product-card__button .material-symbols-rounded{font-size:19px;transition:transform .18s ease}.ll-product-card__button:hover{background:var(--ll-yellow);border-color:var(--ll-yellow);color:#050505!important}.ll-product-card__button:hover .material-symbols-rounded{transform:translate(3px)}@media(max-width:749px){.ll-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ll-product-card__body{padding:14px}.ll-product-card h3{min-height:2.8em;font-size:15px;line-height:1.4}.ll-product-card__price{margin:9px 0 14px}}@media(max-width:479px){.ll-products__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/liquidation-live.css.map */
