html,body{margin:0;padding:0}.lampv-store,.lampv-store *{margin:0;padding:0;box-sizing:border-box}.lampv-store{width:100%;min-height:100%}.lampv-store{--ink: #1e2430;--ink-2: #5c6675;--ink-3: #8b95a5;--brand: #3a63e0;--brand-ink: #2447b6;--brand-soft: #e8eefe;--ok: #0f8a52;--ok-soft: #e4f4ec;--card: #ffffff;--line: #edf0f6;--shadow: 0 1px 2px rgba(29, 40, 64, .05), 0 6px 16px rgba(29, 40, 64, .06);--shadow-lg: 0 10px 28px rgba(29, 40, 64, .13);--r-lg: 26px;--r-md: 20px;--r-sm: 14px}.lampv-store{font-family:Roboto,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Noto Sans JP,Meiryo,sans-serif;color:var(--ink);min-height:100vh;background:linear-gradient(180deg,#fff2e2,#fdeef3 24%,#f1f4ff 60%,#e9f0ff) fixed;-webkit-tap-highlight-color:transparent}.lampv-store button{font:inherit;color:inherit;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.lampv-store h1,.lampv-store h2,.lampv-store h3{font-weight:700}.lampv-store #app{max-width:720px;margin:0 auto}.lampv-store .appbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:8px;padding:max(10px,env(safe-area-inset-top)) 12px 10px 8px;background:#ffffffbd;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.75)}.lampv-store .appbar h1{font-size:20px;letter-spacing:.02em;color:var(--ink)}.lampv-store .appbar-mark{flex:none;width:30px;height:30px;margin-left:-2px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#6f92ff,#3a63e0);color:#fff;box-shadow:0 3px 10px #3a63e052}.lampv-store .appbar-mark svg{width:17px;height:17px}.lampv-store .icon-btn{flex:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);transition:background .12s ease}.lampv-store .icon-btn:active{background:#3a63e01a}.lampv-store .icon-btn svg{width:24px;height:24px}.lampv-store main{display:flex;flex-direction:column;gap:26px;padding:16px 0 calc(52px + env(safe-area-inset-bottom))}.lampv-store .shelf{display:flex;flex-direction:column;gap:10px}.lampv-store .shelf[hidden]{display:none}.lampv-store .shelf-title{font-size:17px;letter-spacing:.02em;padding:0 16px}.lampv-store .shelf-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-right:16px}.lampv-store .all-shelf{gap:12px}.lampv-store .all-body{display:flex;flex-direction:column;gap:12px;padding:0 16px}.lampv-store .rail{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:2px 16px 10px;scroll-padding-inline:16px;scrollbar-width:none}.lampv-store .rail::-webkit-scrollbar{display:none}.lampv-store .hero-carousel{margin:0 16px}.lampv-store .hero-rail{overflow:hidden;border-radius:var(--r-lg);box-shadow:var(--shadow-lg)}.lampv-store .hero-promo-card{position:relative;width:100%;min-height:210px;aspect-ratio:16 / 7;overflow:hidden;border-radius:var(--r-lg);text-align:left;cursor:pointer;background:#e9edf6;isolation:isolate}.lampv-store .hero-promo-card.hero-enter{animation:hero-in .28s ease both}@keyframes hero-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.lampv-store .hero-promo-card:active{transform:scale(.992)}.lampv-store .hero-promo-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.lampv-store .hero-promo-shade{position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,#faf7f1f7,#faf7f1d1 37%,#faf7f100 66%)}.lampv-store .hero-promo-card.dark .hero-promo-shade{background:linear-gradient(90deg,#040712f0,#040712b8 40%,#04071200 68%)}.lampv-store .hero-promo-copy{position:absolute;inset:0 auto 0 0;width:55%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:24px 22px 22px;color:#27303b}.lampv-store .hero-promo-card.dark .hero-promo-copy{color:#fff}.lampv-store .hero-promo-kicker{font-size:10px;font-weight:800;letter-spacing:.15em;opacity:.75}.lampv-store .hero-promo-title{font-size:clamp(24px,5vw,36px);line-height:1.08;font-weight:800;letter-spacing:.02em}.lampv-store .hero-promo-tagline{font-size:clamp(12px,2.3vw,15px);line-height:1.55;font-weight:600}.lampv-store .hero-promo-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:5px;padding:8px 14px;border-radius:999px;font-size:11.5px;font-weight:800;color:#fff;background:#1f2836e0;box-shadow:0 4px 12px #141a2829}.lampv-store .hero-promo-card.dark .hero-promo-cta{color:#151b29;background:#ffffffeb}.lampv-store .hero-controls{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:10px;margin-top:10px}.lampv-store .hero-arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#293241;background:#ffffffe6;box-shadow:0 3px 10px #10142029;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.lampv-store .hero-arrow:active{transform:scale(.93)}.lampv-store .hero-arrow svg{width:18px;height:18px}.lampv-store .hero-arrow[hidden]{display:none}.lampv-store .hero-prev{grid-column:1}.lampv-store .hero-next{grid-column:3}.lampv-store .hero-next:before{content:"";width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);margin-left:-3px}.lampv-store .hero-dots{grid-column:2;display:flex;justify-content:center;align-items:center;gap:7px;min-height:14px}.lampv-store .hero-dot{width:7px;height:7px;border-radius:999px;background:#3541583d;transition:width .18s ease,background .18s ease}.lampv-store .hero-dot.active{width:22px;background:var(--brand)}.lampv-store .app-name-line{display:flex;align-items:center;gap:7px;min-width:0}.lampv-store .app-name-line>:first-child{min-width:0}.lampv-store .discovery-badge{flex:none;align-self:center;font-size:9.5px;line-height:1;font-weight:700;letter-spacing:.04em;color:#7b5a00;background:#fff3bd;border:1px solid rgba(196,145,0,.18);border-radius:999px;padding:3px 6px}.lampv-store .mini-card{flex:none;width:122px;scroll-snap-align:start;display:flex;flex-direction:column;gap:8px;text-align:left;cursor:pointer;transition:transform .12s ease}.lampv-store .mini-card:active{transform:scale(.97)}.lampv-store .tile{position:relative;width:122px;height:122px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.lampv-store .tile img{width:100%;height:100%;object-fit:cover;display:block}.lampv-store .mini-name{font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lampv-store .mini-name-line{align-items:flex-start;gap:5px}.lampv-store .mini-name-line .discovery-badge{margin-top:1px;font-size:8.5px;padding:3px 5px}.lampv-store .mini-foot{display:flex;align-items:center;justify-content:center;gap:6px}.lampv-store .mini-foot>.pill:not(.icon-only){flex:1 1 auto}.lampv-store .sort-pill{flex:none;display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--brand-ink);background:#ffffffd9;border:1px solid rgba(58,99,224,.16);border-radius:999px;padding:7px 14px;box-shadow:0 1px 3px #1d28400f}.lampv-store .sort-pill:active{background:var(--brand-soft)}.lampv-store .sort-icon{display:flex;width:15px;height:15px}.lampv-store .sort-icon svg{width:15px;height:15px}.lampv-store .filters,.lampv-store .filter-row{display:flex;flex-direction:column;gap:6px}.lampv-store .filter-label{font-size:11.5px;font-weight:700;color:var(--ink-3);letter-spacing:.08em;padding:0 16px}.lampv-store .chip-scroll{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1px 16px 4px;scrollbar-width:none}.lampv-store .chip-scroll::-webkit-scrollbar{display:none}.lampv-store .filter-chip{flex:none;font-size:13px;font-weight:600;color:var(--ink-2);background:#ffffffd1;border:1px solid rgba(29,40,64,.08);border-radius:999px;padding:7px 15px;transition:background .12s ease,color .12s ease,border-color .12s ease}.lampv-store .filter-chip:active{background:var(--brand-soft)}.lampv-store .filter-chip.selected{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 2px 8px #3a63e047}.lampv-store .pill{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:700;color:#fff;background:var(--brand);border-radius:999px;padding:9px 18px;box-shadow:0 2px 9px #3a63e04d;transition:transform .1s ease,background .12s ease}.lampv-store .pill:active{transform:scale(.95)}.lampv-store .pill svg{width:14px;height:14px}.lampv-store .pill.installed{background:var(--ok-soft);color:var(--ok);box-shadow:none}.lampv-store .pill.count{background:var(--brand-soft);color:var(--brand-ink);box-shadow:none}.lampv-store .pill.sm{font-size:12px;padding:6px 13px;gap:4px}.lampv-store .pill.sm svg{width:13px;height:13px}.lampv-store .pill.icon-only{width:32px;height:32px;padding:0}.lampv-store .pill.block{width:100%;padding:15px;font-size:15px;gap:8px}.lampv-store .pill.block svg{width:18px;height:18px}.lampv-store .pill-mark{display:inline-flex;align-items:center;justify-content:center}.lampv-store .pill.ghost{background:#fff;color:var(--brand-ink);border:1.5px solid rgba(58,99,224,.3);box-shadow:none}.lampv-store .pill.ghost:active{background:var(--brand-soft)}.lampv-store .tag{flex:none;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;background:#eef1f7;color:var(--ink-2);white-space:nowrap}.lampv-store .bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px}.lampv-store .bulk-bar[hidden]{display:none}.lampv-store .bulk-count{font-size:12.5px;font-weight:700;color:var(--ink-2)}.lampv-store .app-card{background:var(--card);border-radius:var(--r-md);overflow:hidden;box-shadow:var(--shadow)}.lampv-store #app-list{display:flex;flex-direction:column}.lampv-store .app-row{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:12px 14px;cursor:pointer;transition:background .1s ease}.lampv-store .app-row:not(:last-child){border-bottom:1px solid var(--line)}.lampv-store .app-row:active{background:#f6f8fe}.lampv-store .row-tile{flex:none;width:56px;height:56px;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #1d28401a}.lampv-store .row-tile img{width:100%;height:100%;object-fit:cover;display:block}.lampv-store .row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.lampv-store .row-name{font-size:14.5px;font-weight:700;color:var(--ink)}.lampv-store .row-desc{font-size:12px;line-height:1.45;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lampv-store .row-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:1px}.lampv-store .row-status{font-size:11.5px;font-weight:700;color:var(--ink-3)}.lampv-store .row-status.installed{color:var(--ok)}.lampv-store .empty{text-align:center;font-size:13px;color:var(--ink-2);padding:26px 12px}.lampv-store .empty[hidden]{display:none}.lampv-store .list-note{font-size:12px;line-height:1.7;color:var(--ink-2);padding:0 6px}.lampv-store #screenLayer{position:fixed;inset:0;z-index:60;background:linear-gradient(180deg,#fff2e2,#fdeef3 24%,#f1f4ff 60%,#e9f0ff) fixed;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease}.lampv-store #screenLayer.open{transform:translate(0)}.lampv-store #screenLayer[hidden]{display:none}.lampv-store .screen-appbar{max-width:720px;width:100%;margin:0 auto}.lampv-store .screen-appbar h1{font-size:17px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lampv-store #screenBody{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;max-width:720px;width:100%;margin:0 auto;padding:0 16px calc(40px + env(safe-area-inset-bottom))}.lampv-store #screenBody [data-screen]{display:block}.lampv-store .screen-content{display:flex;flex-direction:column;gap:14px;padding-top:12px}.lampv-store .detail-hero{display:flex;align-items:center;gap:15px;padding:4px 2px 2px}.lampv-store .detail-icon{flex:none;width:92px;height:92px;border-radius:24px;overflow:hidden;box-shadow:0 8px 20px #1d284029}.lampv-store .detail-icon img{width:100%;height:100%;object-fit:cover;display:block}.lampv-store .detail-headtext{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.lampv-store .detail-name{font-size:21px;font-weight:700;line-height:1.25}.lampv-store .detail-sub{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.lampv-store .detail-state{font-size:12px;font-weight:700;color:var(--ink-3)}.lampv-store .detail-state.installed{color:var(--ok)}.lampv-store .stats{display:flex;background:var(--card);border-radius:var(--r-md);box-shadow:var(--shadow);padding:14px 2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.lampv-store .stats::-webkit-scrollbar{display:none}.lampv-store .stat{flex:1 1 0;min-width:0;display:grid;grid-template-rows:1fr auto;gap:5px;justify-items:center;align-items:center;padding:0 8px;text-align:center}.lampv-store .stat+.stat{border-left:1px solid var(--line)}.lampv-store .stat-val{display:inline-flex;align-items:center;justify-content:center;gap:3px;flex-wrap:wrap;font-size:12.5px;font-weight:700;line-height:1.35;color:var(--ink);overflow-wrap:anywhere}.lampv-store .stat-val .tag{font-size:12px;padding:2px 10px}.lampv-store .stat-lbl{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--ink-3)}.lampv-store .install-block{display:flex;flex-direction:column;gap:10px}.lampv-store .install-card{background:var(--card);border-radius:var(--r-md);box-shadow:var(--shadow);padding:14px 16px;display:flex;flex-direction:column;gap:10px}.lampv-store .install-title{font-size:14px;font-weight:700;color:var(--ink)}.lampv-store .install-row{display:flex;align-items:center;gap:12px;padding:5px 0}.lampv-store .install-row .row-text{gap:0}.lampv-store .install-note{font-size:12px;line-height:1.7;color:var(--ink-2);padding:0 6px}.lampv-store .hairline{height:1px;background:var(--line)}.lampv-store .switch{position:relative;display:inline-block;flex:none;width:52px;height:32px}.lampv-store .switch input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer;z-index:1}.lampv-store .switch .track{position:absolute;inset:0;border-radius:999px;background:#fff;border:2px solid #b6bdc9;transition:background .18s ease,border-color .18s ease}.lampv-store .switch .thumb{position:absolute;left:6px;top:6px;width:16px;height:16px;border-radius:50%;background:#b6bdc9;transition:transform .18s ease,width .18s ease,height .18s ease,left .18s ease,top .18s ease,background .18s ease}.lampv-store .switch input:checked+.track{background:var(--brand);border-color:var(--brand)}.lampv-store .switch input:checked+.track .thumb{left:24px;top:2px;width:24px;height:24px;background:#fff}.lampv-store .switch input:focus-visible+.track{outline:2px solid var(--brand);outline-offset:2px}.lampv-store .profile-avatar{flex:none;width:36px;height:36px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--brand-soft);color:var(--brand-ink);font-size:16px;font-weight:700}.lampv-store .profile-avatar img{width:100%;height:100%;object-fit:cover}.lampv-store .sec{display:flex;flex-direction:column;gap:8px}.lampv-store .sec-title{font-size:15px;font-weight:700;padding:0 4px}.lampv-store .sec-card{background:var(--card);border-radius:var(--r-md);box-shadow:var(--shadow);padding:16px 18px}.lampv-store .md{font-size:14px;line-height:1.85;color:#3d4757}.lampv-store .md h1,.lampv-store .md h2,.lampv-store .md h3{color:var(--ink);line-height:1.5;margin:18px 0 6px}.lampv-store .md h1{font-size:16.5px;font-weight:700}.lampv-store .md h2{font-size:15px;font-weight:700}.lampv-store .md h3{font-size:14px;font-weight:700}.lampv-store .md>:first-child{margin-top:0}.lampv-store .md p{margin:0 0 10px}.lampv-store .md ul,.lampv-store .md ol{margin:0 0 10px;padding-left:1.3em}.lampv-store .md li{margin:3px 0}.lampv-store .md strong{font-weight:700;color:var(--ink)}.lampv-store .premium-card{position:relative;overflow:hidden;border-radius:var(--r-md);padding:16px 18px 18px;border:1px solid #f3dca8;background:linear-gradient(150deg,#fffbf2,#fff4dd);box-shadow:var(--shadow)}.lampv-store .premium-card:after{content:"";position:absolute;right:-40px;top:-54px;width:130px;height:130px;border-radius:50%;background:#ffc44d29;pointer-events:none}.lampv-store .premium-head{position:relative;z-index:1;display:flex;align-items:center;gap:9px;color:#7a4a00}.lampv-store .premium-icon{flex:none;width:26px;height:26px;filter:drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 1px 1px rgba(112,61,0,.28))}.lampv-store .premium-title{font-size:15px;font-weight:700;letter-spacing:.01em}.lampv-store .premium-list{position:relative;z-index:1;display:grid;gap:9px;margin:13px 0 0;padding:0;list-style:none}.lampv-store .premium-list li{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:#4b3a19}.lampv-store .premium-list li .premium-mark{flex:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e49a1629;color:#c47f0a}.lampv-store .premium-list li .premium-mark svg{width:13px;height:13px}.lampv-store .premium-note{position:relative;z-index:1;font-size:11.5px;line-height:1.6;color:#8a6a30;margin:12px 0 0}.lampv-store .premium-cta{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;margin-top:12px;font-size:13px;font-weight:700;color:#7a4a00;text-decoration:none;background:#ffffffd9;border:1.5px solid #eac476;border-radius:999px;padding:9px 18px}.lampv-store .premium-cta:active{background:#fff2d6}.lampv-store .cache-status{font-size:13.5px;line-height:1.7;color:#3d4757;margin:0}.lampv-store .cache-offline{font-size:12.5px;line-height:1.65;color:var(--ok);margin:8px 0 0}.lampv-store .cache-keep{font-size:11.5px;line-height:1.6;color:var(--ink-3);margin:10px 0 0}.lampv-store .cache-delete{display:flex;align-items:center;justify-content:center;width:100%;margin-top:12px;padding:12px;border-radius:999px;border:1.5px solid #f0c3c1;color:#c5221f;background:#fff;font-size:14px;font-weight:700}.lampv-store .cache-delete:active{background:#fdecea}.lampv-store #dialogScrim{position:fixed;inset:0;z-index:70;background:#1014206b;opacity:0;pointer-events:none;transition:opacity .18s ease}.lampv-store #dialogScrim.show{opacity:1;pointer-events:auto}.lampv-store .dialog{position:fixed;left:50%;top:50%;z-index:71;width:min(92vw,400px);max-height:80vh;overflow-y:auto;background:#fff;border-radius:28px;padding:22px 0 8px;box-shadow:0 18px 44px #1014204d;opacity:0;pointer-events:none;transform:translate(-50%,-46%);transition:opacity .18s ease,transform .18s ease}.lampv-store .dialog.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.lampv-store .dialog-title{font-size:18px;font-weight:700;color:var(--ink);padding:0 20px 10px}.lampv-store .dialog-message{font-size:13px;line-height:1.7;color:var(--ink-2);padding:0 20px 12px}.lampv-store .dialog-message[hidden]{display:none}.lampv-store .dialog-options{display:flex;flex-direction:column}.lampv-store .dialog-option{display:flex;align-items:flex-start;gap:14px;padding:11px 20px;cursor:pointer;position:relative}.lampv-store .dialog-option:active{background:#f4f7fe}.lampv-store .dialog-option input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}.lampv-store .dialog-option-radio{flex:none;width:20px;height:20px;margin-top:1px;border-radius:50%;border:2px solid #b6bdc9;position:relative}.lampv-store .dialog-option input:checked~.dialog-option-radio{border-color:var(--brand)}.lampv-store .dialog-option input:checked~.dialog-option-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--brand)}.lampv-store .dialog-option input:focus-visible~.dialog-option-radio{outline:2px solid var(--brand);outline-offset:2px}.lampv-store .dialog-option-text{display:flex;flex-direction:column;gap:2px;min-width:0}.lampv-store .dialog-option-label{font-size:15px;color:var(--ink)}.lampv-store .dialog-option-desc{font-size:12.5px;color:var(--ink-2);line-height:1.5}.lampv-store .dialog-actions{display:flex;justify-content:flex-end;padding:8px 12px 4px}.lampv-store .dialog-btn{padding:10px 16px;border-radius:999px;font-size:14px;font-weight:700;color:var(--brand-ink)}.lampv-store .dialog-btn:active{background:var(--brand-soft)}.lampv-store #promoScrim{position:fixed;inset:0;z-index:74;background:#0c0f1894;opacity:0;pointer-events:none;transition:opacity .22s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.lampv-store #promoScrim.show{opacity:1;pointer-events:auto}.lampv-store #promoModal{position:fixed;left:50%;top:50%;z-index:75;width:min(88vw,480px,67.2vh);aspect-ratio:4 / 5;border-radius:30px;overflow:visible;opacity:0;pointer-events:none;transform:translate(-50%,-47%) scale(.97);transition:opacity .22s ease,transform .22s ease;box-shadow:0 26px 70px #090c1461}.lampv-store #promoModal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.lampv-store #promoScrim[hidden],.lampv-store #promoModal[hidden]{display:none}.lampv-store .promo-poster{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:30px;text-align:left;background:#f7f1e9}.lampv-store .promo-poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.lampv-store .promo-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#faf7f180,#faf7f114 46%,#faf7f100 70%)}.lampv-store .promo-poster.dark{background:#070b1c}.lampv-store .promo-poster.dark .promo-shade{background:linear-gradient(180deg,#060916c7,#06091657 46%,#06091600 72%)}.lampv-store .promo-copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(24px,6vw,38px);color:#302a27}.lampv-store .promo-poster.dark .promo-copy{color:#fff}.lampv-store .promo-kicker{font-size:11px;font-weight:900;letter-spacing:.16em;color:#a45535}.lampv-store .promo-poster.dark .promo-kicker{color:#ffd9a8}.lampv-store .promo-poster.dark .promo-cta{color:#151b29;background:#fffffff0}.lampv-store .promo-title{margin-top:10px;font-size:clamp(30px,8vw,45px);font-weight:900;line-height:1.06;letter-spacing:.02em}.lampv-store .promo-lead{width:76%;margin-top:12px;font-size:clamp(13px,3.1vw,16px);font-weight:700;line-height:1.65}.lampv-store .promo-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;padding:11px 18px;border-radius:999px;color:#fff;background:#302a27e6;font-size:13px;font-weight:800;box-shadow:0 5px 16px #221b1733}.lampv-store .promo-cta:after{content:"";width:7px;height:7px;margin-left:9px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.lampv-store .promo-close{position:absolute;right:-12px;top:-12px;z-index:2;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#2c3441;background:#fffffff5;box-shadow:0 5px 18px #0c0f1847}.lampv-store .promo-close svg{width:19px;height:19px}.lampv-store .promo-close:active{transform:scale(.94)}.lampv-store #trialModal{position:fixed;inset:0;z-index:80;background:#10142080;opacity:0;pointer-events:none;transition:opacity .2s ease}.lampv-store #trialModal.show{opacity:1;pointer-events:auto}.lampv-store .trial-card{position:absolute;top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));left:max(10px,env(safe-area-inset-left));background:#fff;border-radius:18px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000059}.lampv-store .trial-head{flex:none;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 6px 0 16px;border-bottom:1px solid var(--line)}.lampv-store .trial-head span{font-size:15px;font-weight:700;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lampv-store .trial-card iframe{flex:1;border:0;width:100%;background:#fff}.lampv-store #toast{position:fixed;left:50%;bottom:calc(24px + env(safe-area-inset-bottom));z-index:200;transform:translate(-50%) translateY(20px);background:#232935;color:#fff;font-size:13.5px;font-weight:600;padding:12px 20px;border-radius:999px;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;max-width:90vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lampv-store #toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:380px){.lampv-store .hero-promo-copy{width:62%;padding:20px 18px}.lampv-store .hero-promo-title{font-size:24px}.lampv-store .hero-promo-tagline{font-size:12px}.lampv-store .hero-controls{grid-template-columns:32px minmax(0,1fr) 32px}.lampv-store .hero-arrow{width:32px;height:32px}.lampv-store .promo-lead{width:84%}.lampv-store .app-row{padding:11px 12px;gap:11px}.lampv-store .row-tile{width:50px;height:50px;border-radius:14px}.lampv-store .detail-icon{width:78px;height:78px;border-radius:20px}.lampv-store .detail-name{font-size:19px}}
