.sg-demo-toggle{color:#e8d5c4;min-height:32px;font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#140c0eb8;border:1px solid #c41e3a66;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:650;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.sg-demo-toggle:hover,.sg-demo-toggle:focus-visible{color:#fff4e8;background:#c41e3a2e;border-color:#e85d04bf;outline:none}.sg-demo-toggle.is-active{color:#c0a062;border-color:#c0a0628c}.sg-demo-toggle-locked{cursor:default;opacity:.85}.sg-demo-toggle-locked:hover,.sg-demo-toggle-locked:focus-visible{color:#e8d5c4;background:#140c0eb8;border-color:#c41e3a66}.launch-setup-wrap{background:#0c0a0b;align-content:center;gap:20px;min-height:100svh;padding:24px 16px 40px;display:grid}.launch-setup-demo{justify-items:start;gap:10px;width:min(100%,520px);margin:0 auto;display:grid}.launch-setup-demo p{color:#9a8f86;margin:0;font-size:13px;line-height:1.5}
.lc-app{min-height:100dvh;color:var(--ink);background:var(--panel)}.lc-account-loading{background:var(--panel);min-height:100svh;color:var(--ink);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:36px;padding:32px 24px;display:flex}.lc-account-loading-message{justify-items:center;gap:16px;max-width:420px;display:grid}.lc-account-loading-message h1{margin:0;font-size:22px}.lc-account-loading-message p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:15px}.lc-account-loading-message button{cursor:pointer}.lc-account-loading-spinner{width:22px;height:22px;color:var(--muted);animation:1s linear infinite lc-account-spin}@keyframes lc-account-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.lc-account-loading-spinner{animation:none}}.lc-settlement-totals{justify-content:center;gap:32px;margin:12px 0 28px;display:flex}.lc-settlement-totals>div{gap:6px;display:grid}.lc-settlement-totals small{color:var(--muted);font-size:13px}.lc-settlement-totals strong{letter-spacing:-.04em;font-size:clamp(24px,6vw,36px);font-weight:650}.lc-settlement-cash strong{color:#0a916b}.lc-success{color:#087551;background:#3dcf9a1f;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 24px;padding:12px 16px 12px 20px;font-size:15px;display:flex}.lc-success .lc-icon{color:inherit;background:0 0;flex-shrink:0}.lc-app button,.lc-modal button{cursor:pointer}.lc-app button:disabled,.lc-modal button:disabled{cursor:not-allowed;opacity:.45}.lc-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e0a08f0;align-items:center;gap:30px;height:76px;padding:0 max(24px,50vw - 640px);display:flex;position:sticky;top:0}.lc-header .brand-lockup{white-space:nowrap;background:0 0;padding:0}.lc-header nav{gap:6px;display:flex}.lc-header nav button{color:var(--muted);background:0 0;border-radius:30px;padding:12px 14px;font-size:14px}.lc-header nav button[aria-current]{color:var(--ink);background:var(--soft)}.lc-account{align-items:center;gap:16px;margin-left:auto;display:flex}.lc-balance{white-space:nowrap;font-variant-numeric:tabular-nums;align-items:center;gap:10px;font-size:15px;font-weight:650;display:flex}.lc-icon{background:var(--soft);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.lc-app main{width:min(100% - 48px,1280px);min-height:calc(100dvh - 76px);margin:0 auto;padding:40px 0 70px}.lc-app h1,.lc-modal h1{letter-spacing:-.055em;margin:0 0 28px;font-size:clamp(32px,4vw,48px);font-weight:630;line-height:1.1}.lc-app h2,.lc-modal h2{letter-spacing:-.035em;font-size:24px;font-weight:600;line-height:1.2}.lc-app main>section{margin-bottom:64px;scroll-margin-top:100px}.lc-section-title{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.lc-section-title h1,.lc-section-title h2{margin:0}.lc-section-title>button{background:0 0;align-items:center;gap:8px;font-size:13px;display:flex}.lc-portfolio{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;padding:28px 0 38px;display:flex}.lc-portfolio p{color:var(--muted);margin:0 0 14px;font-size:15px}.lc-portfolio h1{max-width:570px;margin-bottom:16px;font-size:clamp(40px,5vw,64px)}.lc-portfolio span{color:var(--muted);font-size:14px}.lc-primary,.lc-secondary{border-radius:14px;justify-content:center;align-items:center;gap:14px;min-height:52px;padding:16px 24px;font-size:14px;font-weight:600;display:inline-flex}.lc-primary{background:var(--btn-solid)!important;color:#fff!important}.lc-secondary{background:var(--panel);border:1px solid var(--line)!important}.lc-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;display:grid}.lc-box-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lc-product{text-align:left;background:0 0;min-width:0;padding:0;display:block}.lc-art{background:var(--soft);aspect-ratio:1/1.13;border-radius:18px;place-items:center;display:grid;position:relative;overflow:hidden}.lc-art img{object-fit:contain;object-position:center;width:100%;height:100%;padding:8%;transition:transform .3s}.lc-product:hover .lc-art img{transform:scale(1.035)}.lc-art-sealed img{padding:6%;transform:none}.lc-product:hover .lc-art-sealed img{transform:scale(1.02)}.lc-art>span{color:var(--muted);font-size:12px}.lc-product-info{flex-direction:column;gap:9px;margin-top:15px;display:flex}.lc-product-info strong,.lc-product>strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:560;display:block;overflow:hidden}.lc-product-info>span{font-size:16px;font-weight:650}.lc-product>small{color:var(--muted);margin-top:7px;font-size:12px;display:block}.lc-box{border:1px solid var(--line);border-radius:22px;padding-bottom:18px;overflow:hidden}.lc-box .lc-art{aspect-ratio:1.2;background:radial-gradient(at 50% 25%,#2a1510,#120a08);border-radius:0}.lc-box .lc-art img{object-fit:contain;padding:4%;transform:none}.lc-box:hover .lc-art img{transform:scale(1.03)}.lc-box .lc-product-info{flex-direction:row;justify-content:space-between;gap:15px;margin-top:20px;padding:0 20px}.lc-box .lc-product-info strong{font-size:18px}.lc-box-cta{background:var(--btn-solid);color:#fff;border-radius:12px;justify-content:space-between;margin:18px 20px 0;padding:13px 18px;font-size:13px;font-weight:550;display:flex}.lc-toolbar{justify-content:space-between;gap:20px;margin:30px 0;display:flex}.lc-toggle{background:var(--soft);border-radius:13px;padding:4px;display:inline-flex}.lc-toggle button{color:var(--muted);background:0 0;border-radius:10px;padding:11px 22px;font-size:14px}.lc-toggle button[aria-pressed=true]{background:var(--panel);color:var(--ink);box-shadow:0 2px 5px #0000000d}.lc-app input,.lc-modal input,.lc-modal select{border:1px solid var(--line);background:var(--panel);border-radius:10px;min-width:0;padding:13px}.lc-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:55dvh;display:flex}.lc-empty svg{width:28px;height:28px;color:var(--muted)}.lc-empty h2{margin:0}.lc-empty p{color:var(--muted);margin:0 0 10px;font-size:14px}.lc-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:28px 0 0;font-size:12px;display:flex}.lc-footer a{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.lc-footer img{object-fit:contain;width:75px;height:30px}.lc-bottom-nav{display:none}.lc-notice,.lc-recovery,.lc-progress{background:#ff6b351a;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:18px;font-size:14px;display:flex}.lc-notice{background:#e85d041f}.lc-notice button{background:0 0;font-size:22px}.lc-recovery{flex-wrap:wrap}.lc-recovery>div:first-child{flex-direction:column;gap:5px;display:flex}.lc-recovery .lc-recovery-actions{flex-wrap:wrap;gap:10px;margin-left:auto;display:flex}.lc-recovery-actions button{border-radius:10px;min-height:44px;padding:10px 14px}.lc-recovery-actions button:first-child{background:var(--panel)}.lc-recovery small{color:var(--muted)}.lc-recovery button{white-space:nowrap;background:0 0;align-items:center;gap:10px;font-weight:600;display:flex}.lc-progress{justify-content:flex-start}.lc-progress svg{animation:1.3s linear infinite vault-color}.lc-modal{width:min(520px,100vw - 40px);max-width:none;max-height:calc(100dvh - 48px);color:var(--ink);background:var(--panel);overscroll-behavior:contain;border:1px solid #ffffff50;border-radius:26px;margin:auto;padding:0;overflow-y:auto;box-shadow:0 30px 100px #0003}.lc-modal::backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0c1066}.lc-modal>header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2;border-bottom:1px solid var(--line);background:#120c0aed;justify-content:space-between;align-items:center;padding:18px 24px;display:flex;position:sticky;top:0}.lc-modal>header h2{letter-spacing:-.01em;margin:0;font-size:14px}.lc-modal.lc-working-modal{z-index:20;border-radius:24px;outline:none;width:min(360px,100vw - 48px);height:fit-content;min-height:0;max-height:calc(100dvh - 48px);margin:auto}.lc-working-modal>header{display:none}.lc-working-content{text-align:center;place-items:center;gap:22px;padding:40px 30px;display:grid}.lc-working-content p{letter-spacing:-.02em;margin:0;font-size:16px;line-height:1.5}.lc-working-content>svg{width:30px;height:30px}.lc-modal.lc-card-modal{width:min(1000px,100vw - 40px)}.lc-card-modal .lc-checkout{padding:20px}.lc-secure-label{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin:0 0 20px;font-size:11px;display:flex}.lc-embedded-status{text-align:center;min-height:280px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.lc-embedded-status p{color:var(--ink);margin:0}.lc-card-cancel{color:var(--muted);cursor:pointer;background:0 0;border:0;margin:22px auto 0;padding:10px 16px;font-size:12px;display:block}@media (max-width:700px){.lc-modal.lc-card-modal{border-radius:0;width:100%;height:100dvh;max-height:100dvh;margin:0}.lc-card-modal .lc-checkout{padding:16px 0 max(16px, env(safe-area-inset-bottom))}.lc-card-modal .lc-error{margin:0 18px 18px}}.lc-modal-wide{width:min(1080px,100vw - 64px)}.lc-detail{grid-template-columns:44% 56%;display:grid}.lc-detail>.lc-art{aspect-ratio:auto;background:radial-gradient(#2a1510,#120a08);border-radius:0;height:min(550px,60dvh);position:sticky;top:78px}.lc-detail>.lc-art img{padding:0}.lc-detail-copy{min-width:0;padding:38px}.lc-detail-copy h1{margin-bottom:20px;font-size:38px}.lc-detail-copy section{margin-top:34px}.lc-detail-open,.lc-detail-footer-product{display:none}@media (min-width:801px){.lc-modal.lc-box-detail-modal{border:0;border-radius:0;width:100%;height:100dvh;max-height:100dvh;margin:0;inset:0}.lc-box-detail-modal>header{height:72px;padding:14px max(32px,50vw - 688px)}.lc-box-detail{grid-template-columns:minmax(0,1.3fr) minmax(310px,.85fr);gap:56px 64px;max-width:1440px;min-height:calc(100dvh - 162px);margin:0 auto;padding:32px 32px 56px;display:grid}.lc-box-detail>.lc-art{background:radial-gradient(at 45% 40%,#2a1510 8%,#120a08 100%);border-radius:26px;grid-area:1/1;height:clamp(400px,57dvh,650px);position:relative;top:auto}.lc-box-detail>.lc-art img{object-fit:contain;padding:6%;transform:none}.lc-box-detail .lc-detail-copy{display:contents}.lc-box-detail .lc-detail-overview{grid-area:1/2;align-self:center;min-width:0;padding:30px 0}.lc-box-detail .lc-detail-overview h1{letter-spacing:-.055em;text-wrap:balance;margin:0 0 24px;font-size:clamp(36px,4vw,60px);font-weight:620;line-height:1.04}.lc-box-detail .lc-price{margin:0 0 36px;font-size:38px;font-weight:550}.lc-box-detail .lc-detail-overview .lc-stat{border-top:1px solid var(--line);color:var(--muted);padding:18px 0}.lc-box-detail .lc-detail-overview .lc-stat strong{color:var(--ink);font-size:19px}.lc-box-detail .lc-detail-open{justify-items:center;gap:14px;padding-top:30px;display:grid}.lc-detail-open .lc-primary{justify-content:space-between;width:100%;min-height:58px;padding:18px 22px}.lc-detail-open small{color:var(--muted);font-size:12px}.lc-box-detail .lc-detail-copy section{min-width:0;margin:0}.lc-box-detail .lc-detail-pulls{grid-column:1}.lc-box-detail .lc-detail-odds{background:#f8f9fb;border:1px solid #eef0f3;border-radius:22px;grid-column:2;align-self:start;padding:26px 28px}.lc-box-detail-modal .lc-detail h3{letter-spacing:-.035em;margin-bottom:24px;font-size:22px}.lc-box-detail .lc-chases{gap:24px 16px}.lc-box-detail .lc-chases .lc-art{aspect-ratio:.8;border-radius:15px}.lc-box-detail .lc-chases small{margin-top:12px;font-size:12px}.lc-box-detail .lc-chases strong{margin-top:5px;font-size:13px;font-weight:550;display:block}.lc-box-detail .lc-detail-odds .lc-stat{padding:15px 0;font-size:14px}.lc-box-detail .lc-detail-odds .lc-stat:last-child{border-bottom:0}.lc-box-detail-modal>footer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;padding:16px max(32px,50vw - 688px)}.lc-box-detail-modal .lc-detail-footer-product{align-items:center;gap:14px;min-width:0;margin-right:auto;display:flex}.lc-detail-footer-product .lc-art{border-radius:10px;width:52px;height:52px}.lc-detail-footer-product .lc-art img{object-fit:contain;padding:4%;transform:none}.lc-detail-footer-product>div:last-child{gap:5px;display:grid}.lc-detail-footer-product strong{font-size:14px;font-weight:600}.lc-detail-footer-product span{color:var(--muted);font-size:13px}.lc-box-detail-modal>footer .lc-primary{min-width:190px}}.lc-modal h3{letter-spacing:-.025em;margin:0 0 18px;font-size:17px;font-weight:600}.lc-price{letter-spacing:-.035em;margin:0 0 22px;font-size:32px;font-weight:630}.lc-chases{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 10px;display:grid}.lc-chases .lc-art{aspect-ratio:.85;border-radius:12px}.lc-chases small{white-space:nowrap;text-overflow:ellipsis;margin-top:8px;font-size:10px;display:block;overflow:hidden}.lc-chases strong{font-size:11px}.lc-stat{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin:0;padding:12px 0;font-size:13px;display:flex}.lc-stat strong{text-align:right;font-weight:550}.lc-modal>footer{background:var(--panel);border-top:1px solid var(--line);z-index:2;justify-content:flex-end;align-items:center;gap:24px;padding:18px 24px;display:flex;position:sticky;bottom:0}.lc-modal>footer small{color:var(--muted)}.lc-checkout{flex-direction:column;gap:20px;padding:28px;display:flex}.lc-checkout h2{margin:0}.lc-checkout>small{color:var(--muted);font-size:12px;line-height:1.5}.lc-checkout-product{align-items:center;gap:20px;display:flex}.lc-checkout-product .lc-art{aspect-ratio:1;flex-shrink:0;width:100px}.lc-checkout-product h2{margin-bottom:8px;font-size:19px}.lc-checkout-product span{color:var(--muted);font-size:14px}.lc-payment-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lc-payment-options button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:13px;padding:18px;font-weight:550}.lc-payment-options button[aria-pressed=true]{background:var(--btn-solid);color:#fff}.lc-payment-options small{opacity:.65;margin-top:6px;font-weight:400;display:block}.lc-item-total{border:0;padding-bottom:0;font-size:18px}.lc-fee{color:var(--muted);border:0;margin-top:-10px;padding-top:0;font-size:12px}.lc-total{border:0;border-top:1px solid var(--line);padding-top:22px}.lc-total strong{letter-spacing:-.03em;font-size:28px}.lc-error{color:#932f22;background:#fff0ed;border-radius:10px;padding:14px;font-size:13px;line-height:1.5}.lc-wallet{overflow-wrap:anywhere;background:var(--soft);border-radius:10px;padding:14px;font-size:11px}.lc-reveal{text-align:center;color:#fff;background:radial-gradient(at 50% 30%,#242631,#0f1015 70%);flex-direction:column;align-items:stretch;gap:20px;min-height:520px;padding:24px 30px 32px;display:flex}.lc-reveal .lc-art{aspect-ratio:auto;background:0 0;width:100%;height:min(360px,40dvh)}.lc-reveal .lc-art img{filter:drop-shadow(0 18px 25px #0008)}.lc-reveal .lc-primary{color:var(--ink)!important;background:#fff!important}.lc-reveal h2{margin:0 0 8px;font-size:21px}.lc-reveal-stage{height:min(360px,40dvh);position:relative}.lc-reveal-stage>div{height:100%}.lc-rarity{letter-spacing:-.045em;color:#f3d285;text-shadow:0 0 40px #e9bb4655;place-items:center;font-size:38px;font-weight:600;display:grid}.lc-reveal-actions{flex-direction:column;gap:12px;display:flex}.lc-sell{color:#fff;text-align:left;background:#ffffff10;border-radius:16px;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;border:1px solid #ffffff30!important}.lc-sell span{font-size:14px}.lc-sell strong{color:#f4d181;letter-spacing:-.03em;font-size:28px}.lc-reveal .lc-secondary{color:#fff;background:#ffffff08;border-color:#ffffff24!important}.lc-reveal-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.lc-reveal-summary .lc-art{height:130px}.lc-reveal-summary small{font-size:11px}.lc-activity article{border-bottom:1px solid var(--line);align-items:center;gap:20px;padding:20px 0;display:flex}.lc-activity .lc-art{border-radius:10px;flex-shrink:0;width:66px}.lc-activity article>div:not(.lc-art){flex:1;min-width:0}.lc-activity strong{font-size:14px}.lc-activity small{color:var(--muted);margin-top:7px;font-size:12px;display:block}.lc-activity .lc-secondary{min-height:38px;padding:9px 15px}.lc-order-entry{border-bottom:1px solid var(--line);padding:22px 0}.lc-order-heading{align-items:center;gap:18px;display:flex}.lc-order-heading>.lc-art{border-radius:12px;flex-shrink:0;width:70px;height:78px}.lc-order-copy{flex:1;min-width:0}.lc-order-copy h2{letter-spacing:-.02em;margin:0;font-size:15px;line-height:1.4}.lc-order-copy p{color:var(--muted);flex-wrap:wrap;gap:6px 12px;margin:8px 0 0;font-size:12px;display:flex}.lc-order-copy p strong{color:var(--ink);font-weight:550}.lc-order-copy p>span{text-transform:capitalize}.lc-order-amount{text-align:right;flex-shrink:0}.lc-order-amount>strong{letter-spacing:-.035em;font-size:18px}.lc-order-amount small{color:var(--green);margin-top:7px;font-size:11px;display:block}.lc-order-pulls{border:1px solid var(--line);border-radius:12px;margin:14px 0 0 88px;overflow:hidden}.lc-order-pulls summary{cursor:pointer;background:#fafbfc;align-items:center;gap:14px;padding:11px 14px;list-style:none;display:flex}.lc-order-pulls summary::-webkit-details-marker{display:none}.lc-order-pulls summary>span:nth-child(2){flex:1}.lc-order-pulls summary strong{font-size:12px;font-weight:600}.lc-order-pulls small{color:var(--muted);margin-top:4px;font-size:11px;display:block}.lc-order-pulls[open] summary>svg{transform:rotate(180deg)}.lc-order-thumbnails{padding-right:6px;display:flex}.lc-order-thumbnails .lc-art{border:2px solid #fff;border-radius:5px;width:31px;height:40px;margin-right:-6px}.lc-order-pull{border-top:1px solid var(--line);align-items:center;gap:13px;padding:14px;display:flex}.lc-order-pull>.lc-art{border-radius:6px;flex-shrink:0;width:46px;height:60px}.lc-order-pull>span:nth-child(2){flex:1;min-width:0}.lc-order-pull>span:last-child{text-align:right;flex-shrink:0}.lc-order-pull strong{font-size:12px;font-weight:550;line-height:1.4;display:block}.lc-order-pull .lc-order-sold,.lc-order-pull .lc-order-sold small{color:var(--green)}@media (max-width:700px){.lc-order-heading{flex-wrap:wrap;gap:12px}.lc-order-heading>.lc-art{width:48px;height:58px}.lc-order-copy h2{font-size:13px}.lc-order-amount>strong{font-size:15px}.lc-order-pulls{margin-left:0}.lc-order-copy p{gap:5px 8px;font-size:11px}}.lc-shipments{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.lc-shipments article{border:1px solid var(--line);border-radius:20px;padding:22px}.lc-shipments article>div:last-child{margin-top:15px}.lc-shipments p,.lc-shipments small{color:var(--muted);font-size:13px}.lc-shipment-images{flex-wrap:wrap;gap:10px;display:flex}.lc-shipment-images .lc-art{width:90px}.lc-shipping form{flex-direction:column;gap:24px;display:flex}.lc-shipping-heading{color:var(--muted);border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding-bottom:18px;font-size:12px;display:flex}.lc-shipping-heading span:first-child{color:var(--ink);font-weight:600}.lc-shipping-items-summary{gap:12px;display:grid}.lc-shipping-items-summary>div{background:#f6f7f8;border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.lc-shipping-items-summary .lc-art{flex-shrink:0;width:64px}.lc-shipping-items-summary span{gap:6px;min-width:0;display:grid}.lc-shipping-items-summary strong{font-size:14px;line-height:1.45}.lc-shipping-items-summary small{color:var(--muted);font-size:12px}.lc-shipping-items-summary>button{justify-self:start;min-height:36px;padding:8px 12px;font-size:12px}.lc-address-correction{gap:16px;display:grid}.lc-address-correction h3{letter-spacing:-.03em;margin:0;font-size:22px}.lc-address-correction p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.lc-address-comparison{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lc-address-comparison>div{border:1px solid var(--line);border-radius:14px;padding:18px}.lc-address-comparison>div:last-child{background:#f1faf6;border-color:#88cbb6}.lc-address-comparison small{margin-bottom:10px;font-size:12px;font-weight:600;display:block}.lc-address-comparison address{overflow-wrap:anywhere;font-size:14px;font-style:normal;line-height:1.7}.lc-shipping fieldset{border:0;margin:0 0 20px;padding:0}.lc-shipping legend{padding-bottom:12px;font-size:18px;font-weight:600}@media (max-width:520px){.lc-address-comparison{grid-template-columns:1fr}}.lc-shipment-picker{max-height:280px;overflow:auto}.lc-shipment-picker label{align-items:center;gap:12px;margin-bottom:10px;display:flex}.lc-shipment-picker .lc-art{flex-shrink:0;width:60px}.lc-shipment-picker span{flex:1;font-size:12px}.lc-shipment-picker select{width:62px}.lc-address{grid-template-columns:1fr 1fr;gap:15px;display:grid}.lc-address label,.lc-shipping>label{flex-direction:column;gap:6px;font-size:12px;display:flex}.lc-address label:nth-child(-n+3){grid-column:1/-1}.lc-rate{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:18px 0;display:flex}.lc-rate span{flex:1}.lc-rate strong{font-size:14px}.lc-rate small{color:var(--muted);font-size:12px;display:block}.lc-shipping fieldset{border:0;padding:0}.lc-shipping legend{font-size:17px;font-weight:600}@media (max-width:800px){.lc-header{height:66px;padding:0 20px}.lc-header nav{display:none}.lc-account{gap:12px}.lc-balance{font-size:13px}.lc-balance svg{display:none}.lc-app main{width:calc(100% - 36px);min-height:calc(100dvh - 66px);padding-top:28px;padding-bottom:105px}.lc-app h1{font-size:36px}.lc-app h2{font-size:24px}.lc-app main>section{margin-bottom:42px;scroll-margin-top:90px}.lc-bottom-nav{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;padding:10px 8px max(10px, env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0}.lc-bottom-nav button{color:#92959e;background:0 0;flex-direction:column;align-items:center;gap:6px;min-height:44px;font-size:10px;display:flex}.lc-bottom-nav button svg{width:21px;height:21px}.lc-bottom-nav button[aria-current]{color:var(--ink)}.lc-portfolio{flex-direction:column;align-items:flex-start;gap:26px;padding:10px 0 30px}.lc-portfolio h1{max-width:360px;font-size:45px}.lc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.lc-box-grid{grid-template-columns:1fr 1fr}.lc-box .lc-product-info{flex-direction:column;gap:8px;padding:0 14px}.lc-box .lc-product-info strong{font-size:16px}.lc-box-cta{margin:14px 12px 0;padding:12px}.lc-box .lc-art{aspect-ratio:1}.lc-toolbar{flex-wrap:wrap}.lc-toolbar input{width:100%}.lc-empty{min-height:52dvh}.lc-activity article{flex-wrap:wrap;gap:12px}.lc-activity strong{font-size:12px}.lc-activity .lc-art{width:52px}.lc-shipments{grid-template-columns:1fr}.lc-modal{width:100%;max-height:calc(100dvh - 16px);padding-bottom:env(safe-area-inset-bottom);border:0;border-radius:24px 24px 0 0;margin:auto 0 0}.lc-modal>header{padding:15px 20px}.lc-modal .lc-icon{width:36px;height:36px}.lc-detail{grid-template-columns:1fr}.lc-detail>.lc-art{height:300px;position:relative;top:auto}.lc-detail-copy{padding:26px 22px}.lc-detail-copy h1{font-size:32px}.lc-modal>footer{padding:16px 20px}.lc-checkout{padding:24px 22px}.lc-reveal{min-height:min(650px,80dvh);padding:22px 24px 28px}.lc-reveal-stage,.lc-reveal>.lc-art{height:min(340px,40dvh)}.lc-reveal-summary .lc-art{height:100px}}@media (max-width:430px){.lc-box-grid{grid-template-columns:1fr}.lc-box .lc-art{aspect-ratio:1.3}.lc-box .lc-product-info{flex-direction:row;padding:0 20px}.lc-box-cta{margin:16px 20px 0}.lc-header{gap:12px}.lc-header .brand-lockup strong{font-size:16px}.lc-header .brand-lockup i{width:29px;height:29px}}@media (prefers-reduced-motion:reduce){.lc-app *,.lc-modal *{transition:none!important;animation:none!important}}
.lc-modal.vr-modal{background:var(--bg);width:100%;max-width:none;height:100dvh;max-height:none;color:var(--ink);border:0;border-radius:0;outline:none;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.vr-shell{--vr-muted:var(--muted);min-width:0;height:100%;color:var(--ink);background:radial-gradient(circle at 50% 22%, #c41e3a29, transparent 40%), radial-gradient(circle at 70% 80%, #e85d0414, transparent 42%), var(--bg);flex-direction:column;display:flex}.vr-scroller{overscroll-behavior:contain;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.vr-shell button{cursor:pointer;font:inherit;-webkit-tap-highlight-color:transparent}.vr-shell button:disabled{cursor:not-allowed;opacity:.45}.vr-shell button:focus-visible{outline:3px solid var(--ember);outline-offset:3px}.vr-toolbar{min-height:calc(68px + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(28px, env(safe-area-inset-right)) 0 max(28px, env(safe-area-inset-left));color:var(--ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0605e0;border-bottom:1px solid #e85d0438;flex-shrink:0;grid-template-columns:88px minmax(0,1fr) 88px;align-items:center;gap:12px;font-size:13px;display:grid}.vr-toolbar>span{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.vr-close{width:40px;height:40px;color:var(--muted);background:var(--soft);border:0;border:1px solid var(--line);border-radius:50%;place-items:center;display:grid}.vr-skip{border:1px solid var(--line);min-height:40px;color:var(--faint);background:0 0;border-radius:30px;justify-content:center;justify-self:end;align-items:center;gap:7px;padding:9px 15px;display:inline-flex;font-size:12px!important;font-weight:600!important}.vr-demo-chip{top:calc(72px + env(safe-area-inset-top));z-index:2;border:1px solid var(--line);color:var(--faint);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:650;position:absolute;right:18px}.vr-mode{background:var(--soft);border:1px solid var(--line);border-radius:13px;align-items:center;gap:4px;width:100%;padding:5px;display:flex}.vr-mode button{min-height:42px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:550;display:inline-flex}.vr-mode button[aria-pressed=true]{color:var(--ink);background:var(--panel-2);box-shadow:0 1px 5px #0006}.vr-mode button:focus-visible{outline:3px solid var(--ember);outline-offset:2px}.vr-mode button:disabled{opacity:.45;cursor:not-allowed}.vr-preferences{margin:0 0 24px}.vr-mode-description{color:var(--muted);margin:12px 2px 0;font-size:13px;line-height:1.55}.vr-preference-list{margin-top:18px;padding:0 2px}.vr-preference{min-height:50px;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:10px 0;font-size:13px;display:flex}.vr-preference+.vr-preference{border-top:1px solid var(--line)}.vr-preference small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.5;display:block}.vr-preference input{appearance:none;cursor:pointer;background:#3a2a22;border:0;border-radius:20px;flex-shrink:0;width:38px;height:24px;margin:0;transition:background .18s;position:relative}.vr-preference input:after{content:"";background:var(--ink);border-radius:50%;width:18px;height:18px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #1118}.vr-preference input:checked{background:var(--torii)}.vr-preference input:checked:after{transform:translate(14px)}.vr-preference input:focus-visible{outline:3px solid var(--ember);outline-offset:3px}.vr-preference input:disabled{opacity:.45;cursor:not-allowed}.vr-preference-note{color:var(--muted);margin:14px 0 0;font-size:11px;line-height:1.5}@media (prefers-reduced-motion:reduce){.vr-preference input,.vr-preference input:after{transition:none}}.vr-quiet{color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:10px 4px;display:inline-flex;font-size:12px!important}.vr-quiet[aria-pressed=true]{color:var(--ink)}.vr-error{margin:16px 28px}.vr-primary{background:var(--btn);color:#fff;border:0;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:54px;padding:16px 24px;line-height:1.4;display:inline-flex;box-shadow:0 10px 28px #c41e3a59;font-size:14px!important;font-weight:650!important}.vr-primary:hover:not(:disabled){filter:brightness(1.06)}.vr-spinner{flex-shrink:0;animation:1s linear infinite lc-account-spin}.vr-pending,.vr-beat{padding:24px 24px max(36px, env(safe-area-inset-bottom));text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(16px,3dvh,28px);display:flex;position:relative}.vr-pending>div:first-child,.vr-beat-art{width:min(440px,80vw)}.vr-pending .lc-art{aspect-ratio:auto;background:0 0;height:min(440px,49dvh)}.vr-pending .lc-art img{object-fit:contain;object-position:center;padding:8%;transform:scale(1.15)}.vr-stage .vr-box img{object-fit:contain;object-position:center;transform:scale(1.15)}.vr-stage .vr-product-art .lc-art,.vr-stage .vr-product-art .lc-art img,.vr-review-image .lc-art img,.vr-pull-rail .lc-art img{object-position:center;object-fit:contain!important;transform:none!important}.vr-opening-controls{gap:14px;width:min(100%,330px);display:grid}.vr-opening-controls .vr-primary{width:100%}.vr-beat-label{color:#f4efe6b3;letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:600}.vr-torii-mark{width:88px;height:88px;color:var(--gold);filter:drop-shadow(0 0 22px #ffba0880)}.vr-torii-mark svg{width:88px;height:88px}.vr-torii-pulse{animation:.9s ease-in-out infinite vr-torii-pulse}@keyframes vr-torii-pulse{0%,to{filter:drop-shadow(0 0 14px #ffba0859);transform:scale(1)}50%{filter:drop-shadow(0 0 28px #c41e3aa6);transform:scale(1.08)}}.vr-crimson-line{background:linear-gradient(90deg, transparent, var(--torii), var(--gold), var(--torii), transparent);border-radius:99px;width:min(220px,50vw);height:2px;box-shadow:0 0 16px #c41e3a99}.vr-fire-glow{pointer-events:none;filter:blur(28px);background:radial-gradient(circle,#e85d048c,#c41e3a33,#0000 70%);border-radius:50%;position:absolute;inset:12% 18%}.vr-fire-glow.chase{background:radial-gradient(circle,#ffba088c,#c41e3a59,#0000 68%)}.vr-reward{flex:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:32px;width:100%;max-width:1280px;margin:0 auto;padding:24px 32px;display:grid}.vr-reward:not(.vr-reward-ready){grid-template-columns:1fr}.vr-stage{perspective:1200px;isolation:isolate;place-items:center;min-width:0;height:min(650px,67dvh);display:grid;position:relative;overflow:hidden}.vr-reward:not(.vr-reward-ready) .vr-stage{width:min(700px,100%);margin:auto}.vr-aura{z-index:-1;background:radial-gradient(ellipse, color-mix(in srgb, var(--rarity) 35%, transparent), transparent 68%);opacity:.7;border-radius:50%;transition:transform 1.2s,opacity 1.2s;position:absolute;inset:8%;transform:scale(.8)}.vr-aura-open{opacity:.95;transform:scale(1.25)}.vr-box,.vr-product-art{width:100%;height:90%}.vr-stage .lc-art{aspect-ratio:auto;background:0 0;width:100%;height:100%}.vr-stage .lc-art img{object-fit:contain;filter:drop-shadow(0 20px 24px #0000008c)}.vr-stage .vr-box img{padding:12%}.vr-stage .vr-product-art img{width:100%;height:100%;padding:4% 6%}.vr-clue{text-align:center;align-content:center;justify-items:center;gap:18px;padding:24px;display:grid}.vr-clue>small{color:var(--vr-muted);font-size:12px}.vr-clue>strong{letter-spacing:-.055em;color:var(--rarity);font-size:clamp(40px,6vw,64px);font-weight:650;line-height:1.1}.vr-clue-dots{gap:7px;padding-top:8px;display:flex}.vr-clue-dots i{background:#3a2a22;border-radius:50%;width:5px;height:5px}.vr-clue-dots i[data-active=true]{background:var(--rarity)}.vr-reward-details{min-width:0;max-width:480px;padding:24px 0}.vr-rarity-tag{background:color-mix(in srgb, var(--rarity) 18%, transparent);color:color-mix(in srgb, var(--rarity) 70%, white);border:1px solid color-mix(in srgb, var(--rarity) 35%, transparent);border-radius:7px;align-items:center;padding:6px 10px;font-size:11px;font-weight:650;display:inline-flex}.vr-reward-details h2{letter-spacing:-.035em;text-wrap:balance;color:var(--ink);margin:18px 0 14px;font-size:clamp(23px,2.4vw,31px);line-height:1.2}.vr-product-clues{color:var(--vr-muted);gap:8px;margin-bottom:18px;font-size:12px;display:flex}.vr-product-clues span+span:before{content:"·";margin-right:8px}.vr-decide-hint{color:var(--muted);margin:0 0 16px;font-size:12px;line-height:1.45}.vr-decision-buttons{gap:12px;display:grid}.vr-sell,.vr-vault{text-align:center;border-radius:15px;justify-content:center;align-items:center;gap:12px;padding:18px 20px;transition:background .2s,transform .2s;display:flex}.vr-sell{background:color-mix(in srgb, var(--moss) 85%, black);color:#fff;border:1px solid var(--moss)}.vr-sell:hover:not(:disabled){background:color-mix(in srgb, var(--moss) 70%, black);transform:translateY(-2px)}.vr-sell span{font-size:14px;font-weight:600}.vr-sell small{color:#9aaea4;margin-top:5px;font-size:10px;font-weight:400;display:block}.vr-sell strong{letter-spacing:-.045em;color:var(--green);font-size:clamp(24px,3vw,32px);font-weight:600}.vr-vault{border:1px solid var(--ink);color:#0a0605;background:var(--ink);letter-spacing:.08em;min-height:56px;font-size:14px!important;font-weight:600!important}.vr-vault:hover:not(:disabled){background:#fff}.vr-vault>span{flex-direction:column;align-items:center;display:flex}.vr-vault small{letter-spacing:0;color:#5a4a40;margin-top:4px;font-size:10px;font-weight:400;display:block}.vr-torii-icon{flex-shrink:0}.vr-claim-btn{letter-spacing:.06em;font-weight:650}.vr-claim-btn .vr-torii-icon{opacity:.9}.vr-next{margin:12px auto 0;display:flex}.vr-stamp{border:2px solid var(--gold);color:var(--gold);background:#140e0ceb;border-radius:12px;justify-items:center;gap:7px;padding:22px;display:grid;position:absolute;box-shadow:0 20px 60px #0008}.vr-stamp strong{letter-spacing:-.04em;font-size:22px}.vr-stamp-sell{border-color:var(--green);color:var(--green)}.vr-pull-rail{padding:12px 24px max(24px, env(safe-area-inset-bottom));flex-shrink:0;justify-content:safe center;gap:8px;display:flex;overflow-x:auto}.vr-pull-rail>button{border:1px solid var(--line);background:var(--soft);width:46px;height:54px;color:var(--muted);border-radius:9px;flex-shrink:0;font-size:12px;position:relative}.vr-pull-rail>button[aria-current=step]{border-color:var(--gold);color:var(--ink);box-shadow:0 0 0 2px #ffba0833}.vr-pull-rail .lc-art{background:0 0;height:42px}.vr-pull-rail>button>svg{color:#fff;background:var(--moss);border-radius:50%;width:16px;height:16px;padding:2px;position:absolute;bottom:-3px;right:-3px}.vr-review{flex-direction:column;flex:1;width:100%;max-width:1120px;margin:0 auto;padding:32px 28px 0;display:flex}.vr-review:has(.vr-review-card:only-child){max-width:520px}.vr-review-grid:has(.vr-review-card:only-child){grid-template-columns:minmax(0,1fr)}.vr-review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px;padding-bottom:25px;display:grid}.vr-review-image{background:var(--soft);border:0;border-radius:15px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.vr-review-image .lc-art{aspect-ratio:auto;background:radial-gradient(ellipse at center, color-mix(in srgb, var(--rarity) 12%, transparent), var(--panel));height:min(260px,36vw)}.vr-review-image .vr-rarity-tag{position:absolute;top:10px;left:10px}.vr-review-card h3{-webkit-line-clamp:2;min-height:38px;color:var(--ink);-webkit-box-orient:vertical;margin:12px 0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.vr-review-choices{grid-template-columns:1.4fr 1fr;gap:7px;display:grid}.vr-review-choices button{border:1px solid var(--line);min-height:44px;color:var(--muted);background:var(--panel);border-radius:9px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:11px;display:flex}.vr-review-choices button[aria-pressed=true]{background:var(--moss);border-color:var(--moss);color:#fff}.vr-review-choices button:only-child{grid-column:1/-1}.vr-review-footer{padding:22px 0 max(22px, env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0605eb;justify-content:space-between;align-items:center;gap:25px;margin-top:auto;display:flex;position:sticky;bottom:0}.vr-review-totals{gap:30px;display:flex}.vr-review-totals>span{gap:4px;display:grid}.vr-review-totals small{color:var(--vr-muted);font-size:11px}.vr-review-totals strong{letter-spacing:-.04em;color:var(--ink);font-size:24px;font-weight:600}.vr-cash{color:var(--green)}@media (max-width:700px){.vr-toolbar{min-height:calc(60px + env(safe-area-inset-top));padding-left:max(16px, env(safe-area-inset-left));padding-right:max(16px, env(safe-area-inset-right));grid-template-columns:76px minmax(0,1fr) 76px}.vr-reward{flex-direction:column;justify-content:center;gap:8px;min-height:min-content;padding:12px 0;display:flex}.vr-stage{flex-shrink:0;width:100%;height:min(370px,42dvh)}.vr-reward:not(.vr-reward-ready) .vr-stage{height:min(550px,70dvh)}.vr-reward-details{text-align:center;width:100%;padding:0 24px 16px}.vr-reward-details h2{max-width:450px;margin:12px auto;font-size:22px;line-height:1.25}.vr-product-clues{justify-content:center;margin-bottom:20px}.vr-sell{padding:15px 18px}.vr-sell strong{font-size:29px}.vr-pull-rail{padding-bottom:max(22px, env(safe-area-inset-bottom));justify-content:safe center}.vr-review{padding:22px 18px 0}.vr-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.vr-review-image .lc-art{height:200px}.vr-review-footer{padding-bottom:max(20px, env(safe-area-inset-bottom));flex-direction:column;align-items:stretch;gap:15px}.vr-review-totals{justify-content:space-between}.vr-review-footer .vr-primary{width:100%}}@media (prefers-reduced-motion:reduce){.vr-spinner,.vr-torii-pulse{animation:none}.vr-shell *,.vr-shell :before,.vr-shell :after{transition-duration:.01ms!important}}.vr-product-art{position:relative}.vr-rarity-on-art{z-index:3;position:absolute;top:12px;left:12px}.vr-hanko{z-index:3;border:2px solid var(--gold);color:var(--gold);letter-spacing:.08em;text-transform:uppercase;background:#140e0ce0;border-radius:6px;align-items:center;gap:4px;padding:7px 11px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:10%;right:8%;transform:rotate(-6deg);box-shadow:0 8px 24px #00000073}.vr-fire-glow.warm{background:radial-gradient(circle,#e85d0473,#c41e3a2e,#0000 70%)}.vr-product-art,.vr-product-art .lc-art,.vr-review-image .lc-art,.vr-pull-rail .lc-art,.vr-reward-details+.vr-stage .lc-art{place-items:center;display:grid}.vr-product-art .lc-art{aspect-ratio:auto;background:0 0;width:min(100%,520px);max-width:100%;height:min(100%,560px);max-height:100%;overflow:hidden}.vr-product-art .lc-art img{object-position:center;max-width:100%;max-height:100%;padding:4% 6%;object-fit:contain!important;width:100%!important;height:100%!important;transform:none!important}
.lc-balance-modal{max-width:480px}.lc-balance-body{padding:26px}.lc-balance-body .lc-primary,.lc-balance-body .lc-secondary{justify-content:center;align-items:center;gap:10px;width:100%;min-height:50px;display:flex}.lc-balance-body button{cursor:pointer}.lc-balance-body button:disabled{cursor:not-allowed;opacity:.5}.lc-balance-back{color:#777d88;background:0 0;border:0;align-items:center;gap:7px;padding:0 0 20px;font-size:12px;display:inline-flex}.lc-balance-amount{gap:8px;margin:10px 0 30px;display:grid}.lc-balance-amount small,.lc-balance-amount>span{color:#737985;font-size:12px}.lc-balance-amount>strong{letter-spacing:-.055em;overflow-wrap:anywhere;font-size:clamp(32px,7vw,48px);font-weight:600;line-height:1.2}.lc-balance-amount strong span{color:#777d88;letter-spacing:-.02em;font-size:18px;font-weight:500}.lc-balance-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lc-balance-foot,.lc-deposit-status{color:#737985;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;font-size:12px;display:flex}.lc-balance-foot button,.lc-deposit-status button{color:inherit;background:0 0;border:0;padding:5px 0}.lc-transfer-link{text-align:left;color:#262932;background:0 0;border:0;border-top:1px solid #eceef1;justify-content:space-between;align-items:center;width:100%;margin-top:20px;padding:18px 0 0;font-size:13px;display:flex}.lc-transfer-link small{color:#777d88;margin-top:5px;font-size:12px;display:block}.lc-deposit-qr{background:#fff;border:1px solid #eceef1;border-radius:18px;width:204px;height:204px;margin:2px auto 24px;padding:16px}.lc-deposit-qr svg{width:100%;height:100%;display:block}.lc-network-notice{color:#737985;margin:20px 0;font-size:12px;line-height:1.65}.lc-network-notice strong{color:#353943;font-weight:550}.lc-deposit-address{background:#f5f6f8;border-radius:12px;margin-bottom:16px;padding:16px}.lc-deposit-address small{color:#777d88;margin-bottom:8px;font-size:11px;display:block}.lc-balance-body code{overflow-wrap:anywhere;color:#30343d;font-size:12px;line-height:1.7;display:block}.lc-balance-explorer{color:#737985;justify-content:center;align-items:center;gap:6px;margin-top:18px;font-size:12px;text-decoration:none;display:inline-flex}.lc-balance-explorer:hover{color:#17181d}.lc-withdraw-form{gap:20px;display:grid}.lc-withdraw-form label{color:#4c515c;gap:9px;font-size:12px;display:grid}.lc-withdraw-form input,.lc-transfer-result input{color:#191b22;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #e2e5ea;border-radius:12px;padding:15px;font-size:16px}.lc-withdraw-form input:focus{outline-offset:2px;outline:2px solid #a4afd3}.lc-withdraw-amount{border:1px solid #e2e5ea;border-radius:12px;align-items:center;gap:10px;padding-right:14px;display:flex}.lc-withdraw-amount input{background:0 0;border:0}.lc-withdraw-amount span{color:#777d88;font-size:12px}.lc-withdraw-amount button{color:#393d47;background:#f0f2f5;border:0;border-radius:5px;padding:5px 8px;font-size:11px}.lc-withdraw-form>small{color:#777d88;margin-top:-10px;font-size:11px}.lc-withdraw-form .lc-network-notice{margin:0}.lc-transfer-details{margin:0 0 24px}.lc-transfer-details>div{border-bottom:1px solid #eceef1;grid-template-columns:58px 1fr;align-items:start;gap:20px;padding:15px 0;display:grid}.lc-transfer-details dt{color:#777d88;font-size:12px}.lc-transfer-details dd{color:#282c35;text-align:right;margin:0;font-size:13px}.lc-transfer-result{text-align:center;justify-items:center;gap:14px;padding:16px 0 0;display:grid}.lc-transfer-result>svg{color:#28856b}.lc-transfer-result h2{letter-spacing:-.035em;margin:8px 0 0;font-size:28px}.lc-transfer-result>strong{letter-spacing:-.025em;font-size:25px}.lc-transfer-result>span,.lc-transfer-result p{color:#777d88;font-size:12px;line-height:1.6}.lc-transfer-result .lc-primary{margin-top:15px}.lc-transfer-result details{color:#777d88;width:100%;font-size:12px}.lc-transfer-result summary{cursor:pointer;margin-bottom:10px}.lc-transfer-result input{margin-bottom:10px}@media (max-width:600px){.lc-balance-body{padding:22px 22px max(24px, env(safe-area-inset-bottom))}}
.storefront-setup-module__eVBUpa__screen{color:#111216;background:#fafafa;place-items:center;min-height:100svh;padding:32px 20px;display:grid}.storefront-setup-module__eVBUpa__card{background:#fff;border:1px solid #e8e8ec;border-radius:28px;width:min(100%,520px);padding:clamp(24px,5vw,44px);box-shadow:0 20px 80px #16161e06}.storefront-setup-module__eVBUpa__card h1{letter-spacing:-.055em;margin:28px 0 12px;font-size:clamp(28px,6vw,36px);font-weight:650;line-height:1.12}.storefront-setup-module__eVBUpa__card p{color:#72747c;font-size:15px;line-height:1.6}.storefront-setup-module__eVBUpa__card pre{background:#f6f6f8;border-radius:14px;margin:24px 0;padding:20px;font-size:13px;line-height:1.9;overflow-x:auto}.storefront-setup-module__eVBUpa__check{flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:13px;display:flex}.storefront-setup-module__eVBUpa__check code{font-weight:600}.storefront-setup-module__eVBUpa__card .storefront-setup-module__eVBUpa__note{margin:24px 0;font-size:12px}.storefront-setup-module__eVBUpa__card a{color:#fff;background:#111216;border-radius:12px;justify-content:space-between;align-items:center;padding:15px 20px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.storefront-setup-module__eVBUpa__card a:hover{background:#303137}.storefront-setup-module__eVBUpa__card a:focus-visible{outline-offset:4px;outline:3px solid #5568ff}
