/* Lamdasoft Digital Mall — Elementor Widget Styles
   Scope: .lamda-mall
*/
.lamda-mall *, .lamda-mall *::before, .lamda-mall *::after{ box-sizing:border-box }
.lamda-mall{ font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; line-height:1.6; color:#e5e7eb }
.lamda-mall .scene{ position:relative; inset:0; width:100%; height:100vh; background: radial-gradient(1200px 60% at 50% 120%, #0e1117 0%, #0b0c10 60%, #07080b 100%); overflow:hidden; /*border-radius: var(--radius)*/ }
.lamda-mall .frame{ position:absolute; inset:8px;
  /* Stainless-steel lift body */
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04) 45%, rgba(0,0,0,.12)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 2px, rgba(0,0,0,.10) 2px 4px),
    linear-gradient(180deg,#2b323d,#161a22);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12), inset 0 0 0 2px rgba(0,0,0,.35), inset 0 0 24px rgba(0,0,0,.55);
  overflow:hidden }

/* Doors */
.lamda-mall .doors{ position:absolute; inset:0; pointer-events:none }
.lamda-mall .door{ position:absolute; top:0; height:100%; width:50%;
  /* Stainless-steel lift doors */
  /* background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(0,0,0,.18)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 2px, rgba(0,0,0,.14) 2px 4px),
    linear-gradient(90deg,#3f4754,#2b313c 14%,#1f242d 50%,#2b313c 86%,#3f4754); */
  border-right:1px solid rgba(255,255,255,.10);
  /* box-shadow:inset -10px 0 18px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.10); */
   background: linear-gradient(135deg, #cfd2d6 0%, #e6e7e8 15%, #b5b7ba 30%, #f2f3f4 45%, #a9abae 60%, #dfe1e3 75%, #b0b2b5 100%);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8), inset 0 -1px 2px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: transform var(--door-time-open) cubic-bezier(.15,.85,.15,1) }

/* Door ads (shortcode output) */
.lamda-mall .door{ display:flex; align-items:center; justify-content:center }
.lamda-mall .door-ad{ width:78%; max-width:260px; height:62%; max-height:420px; border-radius:12px;
  background: rgba(0,0,0,.22); border:1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 28px rgba(0,0,0,.35);
  overflow:hidden; pointer-events:auto }
.lamda-mall .door-ad > *{ width:100%; height:100%; }
.lamda-mall .door-ad img, .lamda-mall .door-ad iframe{ width:100%; height:100%; object-fit:cover; display:block }
.lamda-mall .doors.closing .door{ transition-duration: var(--door-time-close) }
.lamda-mall .door.right{ right:0; left:auto; border-right:none; border-left:1px solid rgba(255,255,255,.10); box-shadow:inset 10px 0 18px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.10) }
.lamda-mall .doors.open .door.left{ transform:translateX(-100%) }
.lamda-mall .doors.open .door.right{ transform:translateX(100%) }

/* Moving seam light between doors (added) */
.lamda-mall .seam-light{ position:absolute; left:50%; top:0; width:3px; height:100%; transform:translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,.0) 0%, rgba(255,255,255,.55) 50%, rgba(255,255,255,.0) 100%);
  box-shadow: 0 0 16px rgba(255,255,255,.35), 0 0 30px rgba(124,58,237,.25);
  opacity:.0; pointer-events:none; mix-blend-mode: screen;
  transition: opacity .25s ease }
.lamda-mall.moving .seam-light{ opacity:.85; animation: seamMove 1.2s linear infinite }
.lamda-mall.movingDown .seam-light{ animation-direction: reverse }
@keyframes seamMove { 0%{ background-position-y: 0 } 100%{ background-position-y: -180px } }

.lamda-mall .shaft-motion{ position:absolute; inset:0; background:repeating-linear-gradient(to bottom, rgba(255,255,255,.02) 0 6px, transparent 6px 18px); opacity:.35; mix-blend-mode:overlay }
.lamda-mall .moving .shaft-motion{ animation: moveUp 1.8s ease-in-out forwards }
@keyframes moveUp{ 0%{background-position-y:0} 100%{background-position-y:-600px} }

/* HUD */
.lamda-mall .hud{ position:absolute; left:10px; top:10px; right:10px; z-index:5; display:grid; grid-template-columns:1fr auto; align-items:center; gap:8px; background:linear-gradient(180deg,#0e1220,#0c101b); border:1px solid #1f2940; border-radius:12px; padding:8px 10px }
.lamda-mall .brand{ display:flex; align-items:center; gap:.5rem; font-weight:700; letter-spacing:.3px; min-width:0 }
.lamda-mall .brand .logo{ width:22px; height:22px; border-radius:6px; background:linear-gradient(135deg,var(--brand),#22c55e); display:grid; place-items:center; color:#0b0c10; font-weight:800 }
.lamda-mall .badge{ border:1px solid var(--border); background:#111522; padding:.18rem .5rem; border-radius:999px; font-size:.78rem; color:#cbd5e1; white-space:nowrap }
.lamda-mall .mall-name{ max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap }
.lamda-mall .hud-right{ display:flex; align-items:center; gap:.4rem; flex-wrap:wrap; justify-self:end }
.lamda-mall .map-btn{ display:inline-flex; align-items:center; gap:.4rem; background:#1a1f2f; border:1px solid #27314a; border-radius:10px; padding:.35rem .55rem; font-weight:600; color:#e6e8ee; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,.45); font-size:.85rem }
.lamda-mall .map-btn:hover{ background:#1e2539 }
.lamda-mall .arrow{ font-weight:900; opacity:.35 }
.lamda-mall .arrow.live{ opacity:1; animation:arrowMove .9s ease-in-out infinite }
@keyframes arrowMove{ 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-1px) } }
.lamda-mall .floor-num{ min-width:1.25rem; text-align:center; font-weight:800 }

/* Panel */
.lamda-mall .lift-tab{ position:absolute; right:0; top:50%; transform:translateY(-50%); z-index:6 }
.lamda-mall .lift-tab button{ writing-mode:vertical-rl; transform:rotate(180deg); background:var(--brand); border:none; color:#fff; padding:16px 10px; border-radius:0 12px 12px 0; cursor:pointer; box-shadow:0 12px 30px rgba(0,0,0,.35); font-weight:600 }
.lamda-mall .lift-panel{ position:absolute; right:0; top:50%; transform:translate(100%,-50%); width:min(300px,80vw);
  /* Glass lift button panel */
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left:1px solid rgba(255,255,255,.18);
  border-radius:12px 0 0 12px;
  box-shadow:0 12px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
  z-index:7; transition:transform .45s cubic-bezier(.22,.61,.36,1) }
.lamda-mall .lift-panel.open{ transform:translate(0,-50%) }
.lamda-mall .lift-panel header{ display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid rgba(255,255,255,.12) }
.lamda-mall .lift-panel header h3{ margin:0; font-size:1rem; color:#FFFFFF; }
.lamda-mall .lift-buttons{ display:grid; gap:.8rem; padding:14px; grid-template-columns:repeat(3,56px); justify-content:center }
.lamda-mall .lift-buttons button{ display:grid; place-items:center; width:56px; height:56px; padding:0; border-radius:999px; background:linear-gradient(180deg,#f7f7f7 0%,#e6e6e6 18%,#cfcfcf 45%,#f2f2f2 70%,#bdbdbd 100%); border:1px solid rgba(0,0,0,.25); color:#111; cursor:pointer; box-shadow:inset 0 1px 0 rgba(255,255,255,.85), inset 0 -2px 6px rgba(0,0,0,.18), 0 6px 14px rgba(0,0,0,.25); font-weight:700; text-shadow:0 1px 0 rgba(255,255,255,.6); transition:transform .15s ease, filter .2s ease, box-shadow .2s ease }
.lamda-mall .lift-buttons button:hover{ filter:brightness(1.03); transform:translateY(-1px) }
.lamda-mall .lift-buttons button.active{ border-color:rgba(0,0,0,.35); box-shadow:0 0 0 3px rgba(255,255,255,.12), inset 0 2px 10px rgba(0,0,0,.18), 0 6px 18px rgba(0,0,0,.28) }
.lamda-mall .lift-buttons .label{ font-size:.7rem; color:#9aa0aa; grid-column:1/-1; text-align:center; margin-top:6px }

/* Labels / footer */
.lamda-mall .door-label{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2; color:#cbd5e1; background:rgba(0,0,0,.25); padding:.4rem .8rem; border-radius:10px; border:1px solid #2c3347; backdrop-filter:blur(4px) }
.lamda-mall .site-footer{ position:absolute; left:0; bottom:10px; width:100%; display:flex; justify-content:center; color:#9aa0aa; font-size:.85rem }

/* Iframe + toolbar */
.lamda-mall .lift-iframe{ position:absolute; top:11%; left:1%; right:2%; bottom:12%; width:98%; height:84%; border-radius:12px; border:1px solid rgba(0,0,0,0.25); box-shadow:0 8px 24px rgba(0,0,0,0.6); background:#fff; z-index:1; display:none; overflow:hidden }
.lamda-mall .iframe-controls{ position:absolute; top:calc(10% - 36px); left:2%; z-index:2; display:none !important; background:#12182a; border:1px solid #27314a; border-radius:10px; padding:4px 6px; gap:6px; align-items:center; box-shadow:0 8px 20px rgba(0,0,0,.45) }
.lamda-mall .iframe-controls button{ background:#0f1628; border:1px solid #263356; color:#e7ecf7; border-radius:8px; padding:.28rem .5rem; cursor:pointer; font-weight:600; font-size:.85rem }
.lamda-mall .iframe-controls button:hover{ background:#141d33 }

/* MAP modal */
.lamda-mall .modal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.6); backdrop-filter:blur(2px); display:none; z-index:9 }
.lamda-mall .modal{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:min(1100px,96vw); height:min(680px,86vh); display:flex; background:#0d1220; border:1px solid #2a3450; border-radius:16px; box-shadow:0 30px 80px rgba(0,0,0,.55); overflow:hidden }
.lamda-mall .modal header{ position:absolute; right:10px; top:10px; z-index:2 }
.lamda-mall .modal header button{ background:#18213a; border:1px solid #314166; color:#cdd5e8; border-radius:10px; padding:.35rem .6rem; cursor:pointer }

.lamda-mall .modal-left{ width:320px; min-width:280px; border-right:1px solid #1f2946; background:var(--surface-2); display:flex; flex-direction:column; overflow:hidden }
.lamda-mall .modal-left h4{ margin:12px 14px 6px; font-size:.9rem; color:#9fb3ff }
.lamda-mall .floor-list{ display:grid; grid-template-columns:repeat(4,1fr); gap:.5rem; padding:0 12px 10px }
.lamda-mall .floor-list button{ background:#0e162b; border:1px solid #263356; border-radius:10px; padding:.45rem .2rem; color:#e7ecf7; font-weight:700; cursor:pointer }
.lamda-mall .floor-list button.active{ border-color:#ffd166; box-shadow:0 0 0 3px rgba(255,209,102,.15) }

.lamda-mall .search-wrap{ display:flex; align-items:center; gap:.5rem; padding:6px 12px 8px; border-top:1px solid #1b2543; border-bottom:1px solid #1b2543; background:#0b1327 }
.lamda-mall .search-wrap input{ flex:1; background:#0e162b; border:1px solid #253356; color:#e7ecf7; border-radius:10px; padding:.5rem .75rem; font-size:.95rem }
.lamda-mall .search-wrap input::placeholder{ color:#9fb3ff }
.lamda-mall .search-hint{ font-size:.78rem; color:#9fb3ff; padding:4px 12px }
.lamda-mall .pill{ display:inline-flex; align-items:center; gap:.35rem; padding:.18rem .5rem; border-radius:999px; background:#122046; border:1px solid #2a3f6f; font-size:.75rem; color:#cfe0ff }

.lamda-mall .store-list{ flex:1; overflow:auto; padding:8px 12px 12px; -webkit-overflow-scrolling:touch; overscroll-behavior:contain }
.lamda-mall .store-item{ display:flex; align-items:center; gap:.55rem; padding:.42rem .5rem; border:1px solid #1d2742; border-radius:10px; background:#0c1326; margin-bottom:.45rem; cursor:pointer }
.lamda-mall .store-item:hover{ background:#0f1831 }
.lamda-mall .store-item .num{ width:26px; height:26px; display:grid; place-items:center; font-weight:800; border-radius:7px; background:#152147; border:1px solid #2b3961 }
.lamda-mall .store-item .soon{ color:#ffcf7a; font-size:.78rem; margin-left:auto }
.lamda-mall .store-item .floor-badge{ margin-left:auto; background:#16224a; border:1px solid #2c3f6f; color:#cfe0ff; border-radius:999px; font-size:.72rem; padding:.12rem .45rem }
.lamda-mall .store-item.active{ outline:2px solid #ffd166 }

.lamda-mall .modal-right{ flex:1; position:relative; background:#0b1121; display:flex; flex-direction:column; min-width:0 }
.lamda-mall .map-toolbar{ display:flex; align-items:center; justify-content:space-between; gap:8px; padding:8px 10px; border-bottom:1px solid #1f2946 }
.lamda-mall .map-toolbar .title{ font-weight:700 }
.lamda-mall .map-wrap{ position:relative; flex:1; padding:8px; overflow:auto }
.lamda-mall .map-grid{ display:grid; grid-template-columns:repeat(10,1fr); grid-auto-rows:44px; gap:8px; width:100% }
.lamda-mall .cell{ position:relative; border:1px dashed #1f2b49; border-radius:10px; background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)); display:grid; place-items:center; min-height:44px }
.lamda-mall .shop-dot{ position:absolute; inset:auto; width:30px; height:30px; border-radius:999px; border:2px solid #243456; background:#111b33; color:#dbe4ff; display:flex; align-items:center; justify-content:center; font-weight:800; cursor:pointer; box-shadow:0 4px 10px rgba(0,0,0,.35); transition:transform .08s ease; line-height:1; text-align:center }
.lamda-mall .shop-dot.soon{ border-style:dashed; opacity:.7 }
.lamda-mall .shop-dot:focus-visible{ outline:2px solid #ffd166 }

.lamda-mall .tooltip{ position:absolute; z-index:5; min-width:220px; max-width:min(320px,40vw); background:#0e1426; border:1px solid #2a3860; border-radius:12px; padding:10px 12px; font-size:.9rem; color:#eaf0ff; box-shadow:0 16px 40px rgba(0,0,0,.55); display:none; pointer-events:none }
.lamda-mall .tooltip img{ width:100%; height:120px; object-fit:cover; border-radius:8px; margin-bottom:6px; border:1px solid #2a3860 }
.lamda-mall .tooltip .name{ font-weight:800 }
.lamda-mall .tooltip .soon{ color:#ffd166 }
.lamda-mall .tooltip .meta{ color:#9fb3ff; font-size:.82rem }

/* Scrollbars */
.lamda-mall ::-webkit-scrollbar{ height:10px; width:10px }
.lamda-mall ::-webkit-scrollbar-thumb{ background:#263352; border-radius:999px }
.lamda-mall ::-webkit-scrollbar-track{ background:transparent }

/* Mobile */
@media (max-width: 768px){
  .lamda-mall .hud{ /*grid-template-columns:1fr;*/ row-gap:6px; padding:8px }
  .lamda-mall .hud-right{ justify-content:space-between }
  .lamda-mall .brand .logo{ width:20px; height:20px }
  .lamda-mall .brand{ font-size:.95rem }
  .lamda-mall .mall-name{ max-width:60vw }
  .lamda-mall .badge{ font-size:.75rem }

  .lamda-mall .lift-panel{ width:min(280px,86vw) }
  .lamda-mall .lift-buttons{ grid-template-columns: repeat(3, minmax(44px,1fr)); gap:.6rem }
  .lamda-mall .lift-buttons button{ width:48px; height:48px; font-size:.95rem }

  .lamda-mall .lift-iframe{ top:8%; bottom:10%; left:3%; right:3%; width:94%;  aspect-ratio: 9/16 }

  .lamda-mall .modal{ flex-direction:column; width:96vw; height:90dvh }
  .lamda-mall .modal-left{ width:100%; border-right:none; border-bottom:1px solid #1f2946; max-height:46dvh; overflow:hidden }
  .lamda-mall .store-list{ max-height:28dvh }
  .lamda-mall .modal-right{ flex:1; min-height:0 }
  .lamda-mall .map-wrap{ max-height:42dvh }
  .lamda-mall .map-toolbar{ padding:6px 10px }
  .lamda-mall .map-grid{ gap:6px }
  .lamda-mall .tooltip{ max-width:86vw }
  .lamda-mall .iframe-controls{ top:calc(12% - 36px); left:3%; display: none !important;}
}

@media (max-width: 420px){
  .lamda-mall .map-btn{ font-size:.82rem; padding:.32rem .5rem }
  .lamda-mall .lift-buttons{ grid-template-columns: repeat(3, minmax(40px,1fr)); gap:.5rem }
  .lamda-mall .lift-buttons button{ width:44px; height:44px; font-size:.9rem }
  .lamda-mall .modal{ height:92dvh }
  .lamda-mall .shop-dot{ width:26px; height:26px; font-size:.85rem }
}

.lamda-mall .lift-buttons button.coming-soon{ border-style:dashed; opacity:.8 }


/* Ultra-safe additions */
.lamda-mall.brand-image-mode [data-role="brand-name"]{ display:none !important; }
.lamda-mall [data-role="logo"] img{ display:block; }