:root{
  --glass: rgba(255,255,255,.10);
  --glass2: rgba(255,255,255,.16);
  --stroke: rgba(255,255,255,.18);
  --shadow: rgba(0,0,0,.55);
  --neon: rgba(90,200,255,.85);
  --neon2: rgba(170,120,255,.75);

  --orbSize: min(440px, 76vw);
  --txt: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);

  --panelPadTop: 90px;
  --radialSize: min(720px, 92vw);
  --nodeSize: 86px;
  --nodeSizeSm: 74px;
  --ringRadius: 300px;
}

*{ box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
html,body{ height:100%; }
body{
  margin:0;
  color:var(--txt);
  overflow:hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  display:block;

  background:#020617;
  background-image:url('img/bg2.webp?v=1.5');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

@media (max-width:768px){
  body{
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body{
    background-image:url('img/bg-m.webp?v=1.3');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
  }
  :root{ --nodeSize: 78px; --ringRadius: 250px; }
}

@media (max-width:768px) and (max-height:760px){
  .stage{
    position: relative;
    inset: auto;
    min-height: 100vh;
    padding-bottom: 140px;
  }
}
@media (max-width:420px){
  :root{ --nodeSize: 72px; --ringRadius: 220px; }
}

/* FX canvas */
#fx{
  position:fixed;
  inset:0;
  z-index:1;
  pointer-events:none;
}

/* cinematic overlays */
.bg-layer{
  position:fixed; inset:0;
  z-index:2;
  pointer-events:none;
  background:
    radial-gradient(1200px 700px at 70% 35%, rgba(90,200,255,.16), transparent 55%),
    radial-gradient(900px 650px at 25% 70%, rgba(170,120,255,.12), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.62));
}
.bg-grid{
  position:fixed; inset:-2px;
  z-index:3;
  pointer-events:none;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 70px 70px;
  transform: perspective(900px) rotateX(54deg) translateY(160px);
  filter: blur(.2px);
  animation: gridMove 10s linear infinite;
}
@keyframes gridMove{
  from{ background-position: 0 0, 0 0; }
  to{ background-position: 0 140px, 140px 0; }
}
.scanlines{
  position:fixed; inset:0;
  z-index:4;
  pointer-events:none;
  opacity:.12;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,.05) 0px,
    rgba(255,255,255,.05) 1px,
    rgba(0,0,0,0) 3px,
    rgba(0,0,0,0) 7px
  );
  mix-blend-mode: overlay;
}

/* no filters on background image */
.bg-layer,
.bg-grid,
.scanlines{
  display: none !important;
}

/* slogan */
.slogan{
  position:fixed;
  top:14px;
  right:14px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: fit-content;
  max-width: min(900px, calc(100vw - 28px));
  z-index:20;

  background: var(--glass);
  backdrop-filter: blur(14px);
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 10px 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  text-align:center;
  font-weight: 800;
  letter-spacing:.2px;
  color: rgba(255,255,255,.92);
  overflow: visible;
}
.slogan .shine{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.55;
  padding-bottom: 3px;
  background: linear-gradient(90deg, rgba(90,200,255,.95), rgba(255,255,255,.92), rgba(170,120,255,.9));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color: transparent;
  animation: shine 3.5s ease-in-out infinite;
}

@media (max-width:768px){
  .slogan{
    left: 14px;
    right: 14px;
    transform: none;
    width: auto;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 12px 15px;
    line-height: 1.6;
    font-size: clamp(11px, 3.15vw, 14px);
  }

  .slogan .shine{
    overflow: visible;
    text-overflow: clip;
    line-height: 1.6;
    padding-bottom: 4px;
  }
}

.enamad-top{
  position: fixed;
  left: auto !important;
  transform: none !important;
  right: 5px !important;
  top: 66px;
  z-index: 21;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 18px 60px rgba(0,0,0,.48);
  transition: transform .2s ease;
}
.enamad-top:hover{ transform: scale(1.03); }
.enamad-top img{ width:76px; height:76px; object-fit:contain; display:block; }

@media (max-width:768px){
  .enamad-top{ left: auto !important; transform: none !important; right: 5px !important; top: 62px; padding:6px; border-radius: 16px; }
  .enamad-top img{ width:64px; height:64px; }
}

/* slider arrows */
.circular-slider .wrapper .controls__left .icon-wrapper,
.circular-slider .wrapper .controls__right .icon-wrapper{
  color: rgba(255,255,255,.95) !important;
  opacity: .95 !important;
}

@keyframes shine{
  0%,100%{ filter: drop-shadow(0 0 0 rgba(90,200,255,0)); }
  50%{ filter: drop-shadow(0 0 10px rgba(90,200,255,.22)); }
}

/* intro */
.intro{
  position:fixed; inset:0;
  display:flex; align-items:center; justify-content:center;
  z-index:120;
  background: radial-gradient(1200px 900px at 50% 45%, rgba(10,20,40,.35), rgba(0,0,0,.82));
  backdrop-filter: blur(6px);
  transition: opacity .7s ease, transform .7s ease;
}
.intro.hide{
  opacity:0;
  transform: scale(1.02);
  pointer-events:none;
}
.intro-card{
  width:min(540px, 92vw);
  border-radius: 28px;
  padding: 18px 18px 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 70px rgba(0,0,0,.60);
  text-align:center;
  transform: translateY(10px);
  animation: introPop 1.05s ease forwards;
  position:relative;
  overflow:hidden;
}
.intro-card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(700px 240px at 30% 10%, rgba(90,200,255,.18), transparent 60%),
    radial-gradient(600px 240px at 80% 0%, rgba(170,120,255,.16), transparent 60%);
  opacity:.95;
  pointer-events:none;
}
@keyframes introPop{
  from{ opacity:0; transform: translateY(18px) scale(.985); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}
.intro-badge{
  display:flex; align-items:center; justify-content:center;
  gap:12px; margin-bottom: 8px;
  color: rgba(255,255,255,.88);
  font-weight:900;
  position:relative;
}
.intro-badge .brand{
  letter-spacing:.6px;
  font-size: 1.05rem;
  background: linear-gradient(90deg, rgba(90,200,255,.95), rgba(255,255,255,.92), rgba(170,120,255,.9));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(90,200,255,.14));
}
.intro-badge small{ color: rgba(255,255,255,.68); font-weight:900; }
.intro-sub{
  color: rgba(255,255,255,.76);
  font-weight:850;
  line-height:1.8;
  position:relative;
}
.enamad-wrap{
  display:flex; justify-content:center;
  margin-top: 10px;
  position:relative;
}
.enamad-wrap a{
  display:inline-flex;
  padding:10px;
  border-radius:20px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.50);
  box-shadow: 0 12px 34px rgba(0,0,0,.45);
  transition: transform .25s ease, box-shadow .25s ease;
}
.enamad-wrap a:hover{ transform: translateY(-2px) scale(1.03); box-shadow:0 18px 48px rgba(0,0,0,.58); }
.enamad-wrap img{ width:122px; height:122px; object-fit:contain; display:block; }

.intro-cta{
  margin-top: 14px;
  width:min(260px, 80vw);
  border:0;
  cursor:pointer;
  border-radius: 18px;
  padding: 12px 14px;
  font-weight:950;
  color: rgba(255,255,255,.92);
  background: linear-gradient(135deg, rgba(90,200,255,.28), rgba(170,120,255,.22));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  transition: transform .18s ease, filter .18s ease;
}
.intro-cta:hover{ transform: translateY(-2px); filter: brightness(1.08); }
.intro-cta:active{ transform: translateY(0px) scale(.99); }

/* stage */
.stage{
  position:fixed; inset:0;
  display:flex; align-items:center; justify-content:center;
  padding: var(--panelPadTop) 16px 28px;
  z-index:10;
}

.stage .slider{
  width: min(980px, 96vw);
  height: min(640px, 74vh);
  padding: 0;
}

.stage{
  align-items:flex-end;
  padding-bottom: 0;
}

@media (min-width:769px){
  .stage .slider{ transform: translateY(44px); }
}

@media (min-width:769px){
  .circular-slider .wrapper .descriptions__item_visible{
    background: transparent;
    backdrop-filter: none;
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 999px 999px 0 0;
    box-sizing: border-box;
    justify-content: flex-start;
    padding-top: var(--descTextOffset, clamp(80px, 4.4vh, 70px));
  }
}

@media (min-width:769px){
  .circular-slider .wrapper .descriptions__item{
    position: absolute;
    inset: 0;
  }
}

@media (min-width:769px){
  .circular-slider .wrapper .descriptions{
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, var(--descBgShift, 14px));
    width: 100%;
    height: 100%;
    overflow: hidden;
    contain: layout paint size;
  }
}

@media (min-width:769px){
  .circular-slider .wrapper .descriptions::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
    border-radius: 999px 999px 0 0;
    pointer-events: none;
    z-index: 0;
  }

  .circular-slider .wrapper .descriptions__item{
    z-index: 1;
  }
}

.circular-slider.circular-slider_loading{
  visibility: hidden;
}

.circular-slider{
  background: transparent !important;
}

.circular-slider .wrapper .slides-holder__item{
  background: transparent !important;
}

.circular-slider .wrapper .slides-holder__item{
  filter: none !important;
}

.circular-slider .wrapper .slides-holder__item img{
  object-fit: contain;
  object-position: center;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.circular-slider .wrapper .slides-holder__item_neighbor img{
  padding: 0;
}

.circular-slider .wrapper .slides-holder__item_active{
  filter: none !important;
}

.circular-slider .wrapper .descriptions h1{
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.15;
  margin: 0 0 10px;
}

.circular-slider .wrapper .descriptions .description{
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.75;
  margin: 0 0 14px;
}

.circular-slider .wrapper .descriptions .dock-cta{
  font-size: 1.05rem;
  padding: 12px 16px;
}

@media (max-width:768px){
  .stage{
    align-items:center;
    padding-top: var(--panelPadTop);
    padding-bottom: 0;
  }

  .stage .slider{
    width: 100vw;
    height: min(620px, 74vh);
    transform: none;
  }

  .circular-slider{
    width: 100%;
    height: 100%;
  }

  .stage .slider{
    position: relative;
  }

  .circular-slider .wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(45% - 80px);
    transform: none;
  }

  .circular-slider .wrapper{
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
  }

  .circular-slider .wrapper .descriptions{
    position: fixed;
    left: 0;
    right: 0;
    top: calc(50% - 80px + 50vw);
    bottom: auto;
    transform: none;
    width: auto;
    max-width: none;
    height: auto;
    z-index: 50;
    pointer-events: none;
    text-align: center;
    background: rgba(0,0,0,.22);
    backdrop-filter: blur(8px);
    padding-left: calc(12px + env(safe-area-inset-left));
    padding-right: calc(12px + env(safe-area-inset-right));
  }

  .circular-slider .wrapper .descriptions{
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .circular-slider .wrapper .descriptions__item{
    width: 100%;
    height: auto !important;
    display: none;
    opacity: 0;
  }

  .circular-slider .wrapper .descriptions__item_visible{
    display: flex;
    opacity: 1;
    height: auto !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
    padding: 10px 12px 10px;
    pointer-events: none;
    max-height: none;
    overflow: visible;
  }

  .circular-slider .wrapper .descriptions__item_visible{
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .circular-slider .wrapper .controls__autoplay{
    position: fixed;
    left: 50%;
    right: auto;
    top: auto;
    bottom: calc(12px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 150;
  }

  .circular-slider .wrapper .descriptions__item_visible .dock-cta{
    pointer-events: auto;
  }

  .circular-slider .wrapper .descriptions h1{
    font-size: clamp(22px, 6.2vw, 34px);
  }

  .circular-slider .wrapper .descriptions .description{
    font-size: clamp(17px, 6.2vw, 18px);
  }
}

/* orb */
.orb-wrap{
  width: var(--orbSize);
  height: var(--orbSize);
  border:0;
  background:transparent;
  color:inherit;
  position:relative;
  display:grid;
  place-items:center;
  user-select:none;
  cursor:pointer;
  transform: translateZ(0);
  animation: orbFloat 6s ease-in-out infinite;
}
@keyframes orbFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}

.orb{
  width:100%; height:100%;
  border-radius:999px;
  position:relative;
  background:
    radial-gradient(120px 140px at 35% 30%, rgba(255,255,255,.35), rgba(255,255,255,.08) 45%, rgba(255,255,255,.02) 60%),
    radial-gradient(900px 900px at 50% 55%, rgba(90,200,255,.12), rgba(170,120,255,.10), rgba(0,0,0,0) 60%),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 26px 110px rgba(0,0,0,.60),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 90px rgba(90,200,255,.22);
  backdrop-filter: blur(12px);
  overflow:hidden;
  transform-style:preserve-3d;
}

/* caustics layer */
.orb-caustics{
  position:absolute; inset:-40%;
  background: conic-gradient(from 90deg,
    rgba(90,200,255,0),
    rgba(90,200,255,.18),
    rgba(170,120,255,.16),
    rgba(255,255,255,0)
  );
  filter: blur(14px);
  animation: swirl 7.5s linear infinite;
  opacity:.88;
}
@keyframes swirl{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

/* core glow */
.orb-core{
  position:absolute; inset:18%;
  border-radius:999px;
  background: radial-gradient(circle at 50% 50%, rgba(90,200,255,.20), rgba(170,120,255,.14), rgba(0,0,0,0) 62%);
  filter: blur(0px);
  opacity:.9;
  box-shadow: 0 0 120px rgba(90,200,255,.14);
  transform: translateZ(20px);
  pointer-events:none;
}

.orb-logo{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%) translateZ(34px);
  width: min(170px, 34%);
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  overflow: hidden;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.55));
  opacity: .95;
  pointer-events:none;
}

/* rings + items */
.orb-items{
  position:absolute; inset:0;
  display:grid;
  place-items:center;
  z-index:3;
  transform: translateZ(28px);
}
.orb-ring{
  position:absolute;
  width: 90%;
  height: 90%;
  border-radius:999px;
  border: 1px dashed rgba(255,255,255,.14);
  filter: drop-shadow(0 0 18px rgba(90,200,255,.12));
  animation: ring 10s linear infinite;
  opacity:.75;
}
.orb-ring2{
  width: 72%;
  height: 72%;
  opacity:.55;
  animation-duration: 14s;
  animation-direction: reverse;
}
@keyframes ring{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}
.orb-icon{
  position:absolute;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  display:grid;
  place-items:center;
  box-shadow: 0 18px 55px rgba(0,0,0,.42);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.orb-icon img{
  width: 56px; height: 56px; object-fit:contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}
.orb-wrap:hover .orb-icon{
  transform: scale(1.05);
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  filter: brightness(1.05);
}

/* hint */
.orb-hint{
  position:absolute;
  bottom: -60px;
  width: min(560px, 92vw);
  text-align:center;
  color: rgba(255,255,255,.78);
  font-weight:900;
  letter-spacing:.2px;
  text-shadow: 0 14px 40px rgba(0,0,0,.72);
}
.orb-hint b{
  color: rgba(255,255,255,.92);
  background: linear-gradient(90deg, rgba(90,200,255,.95), rgba(255,255,255,.92), rgba(170,120,255,.9));
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color: transparent;
}

/* pinned enamad */
.enamad-pin{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 18px 60px rgba(0,0,0,.48);
  transition: transform .2s ease;
}
.enamad-pin:hover{ transform: scale(1.03); }
.enamad-pin img{ width:86px; height:86px; object-fit:contain; display:block; }

/* panel (radial) */
.panel{
  position:fixed; inset:0;
  z-index:80;
  display:none;
  padding: var(--panelPadTop) 14px 16px;
  background:
    radial-gradient(1200px 850px at 50% 30%, rgba(90,200,255,.14), transparent 55%),
    radial-gradient(900px 650px at 20% 70%, rgba(170,120,255,.12), transparent 60%),
    rgba(0,0,0,.78);
  backdrop-filter: blur(14px);
  transform: scale(.98);
  opacity:0;
  transition: opacity .35s ease, transform .35s ease;
}
.panel.show{
  display:block;
}
.panel.in{
  opacity:1;
  transform: scale(1);
}

.panel-top{
  width:min(980px, 100%);
  margin: 0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.panel-title{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 10px 14px;
  box-shadow: 0 16px 55px rgba(0,0,0,.40);
  font-weight:950;
  letter-spacing:.2px;
  display:flex;
  align-items:center;
  gap:10px;
}
.panel-title small{ font-weight:900; color: rgba(255,255,255,.72); }

.panel-actions{ display:flex; gap:10px; }
.btn{
  border:none;
  cursor:pointer;
  border-radius: 18px;
  padding: 10px 14px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 55px rgba(0,0,0,.40);
  font-weight:950;
  transition: transform .18s ease, background .18s ease, filter .18s ease;
}
.btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,.14); filter: brightness(1.05); }
.btn:active{ transform: translateY(0px) scale(.99); }
.btn.ghost{ background: rgba(255,255,255,.06); }

/* radial container */
.radial{
  position:relative;
  width: var(--radialSize);
  height: var(--radialSize);
  margin: 0 auto;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  cursor: grab;
  touch-action: none;
}
.radial.dragging{ cursor: grabbing; }

/* center */
.radial-center{
  width: min(280px, 62vw);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 26px 90px rgba(0,0,0,.55), 0 0 90px rgba(90,200,255,.12);
  backdrop-filter: blur(14px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.radial-center::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(600px 220px at 35% 10%, rgba(90,200,255,.18), transparent 60%),
    radial-gradient(600px 240px at 80% 0%, rgba(170,120,255,.16), transparent 60%);
  opacity:.95;
}
.rc-title{
  position:relative;
  font-weight:1000;
  letter-spacing:.8px;
  font-size: 1.35rem;
  background: linear-gradient(90deg, rgba(90,200,255,.95), rgba(255,255,255,.92), rgba(170,120,255,.9));
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 16px 30px rgba(90,200,255,.16));
}
.rc-sub{ position:relative; font-weight:900; color: rgba(255,255,255,.78); }
.rc-chip{
  position:relative;
  margin-top: 6px;
  font-weight:950;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.82);
}

/* nodes */
.node{
  position:absolute;
  width: var(--nodeSize);
  height: var(--nodeSize);
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(0,0,0,.52);
  display:grid;
  place-items:center;
  cursor:pointer;
  transform: translate3d(var(--x), var(--y), 0) scale(.98);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
  will-change: transform;
}
.node img{
  width: 62%;
  height: 62%;
  object-fit:contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.35));
}
.node-pop{
  position:absolute;
  top:50%;
  right: calc(100% + 12px);
  transform: translateY(-50%) scale(.98);
  width: min(320px, 62vw);
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(0,0,0,.52);
  text-align:right;
  opacity: .0;
  pointer-events:none;
  transition: opacity .2s ease, transform .2s ease;
}
.node:hover .node-pop,
.node:focus-visible .node-pop,
.node.active .node-pop{
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.node-pop-title{ font-weight: 1000; color: rgba(255,255,255,.92); }
.node-pop-desc{ margin-top: 6px; font-weight: 850; color: rgba(255,255,255,.76); line-height: 1.55; font-size: .9rem; }
.node-pop-link{
  margin-top: 10px;
  display:inline-flex;
  text-decoration:none;
  font-weight: 1000;
  padding: 8px 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(90,200,255,.26), rgba(170,120,255,.22));
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  pointer-events:auto;
}
.node-pop-soon{ margin-top: 10px; font-weight: 950; color: rgba(255,255,255,.74); }

.node:hover{
  transform: translate3d(var(--x), var(--y), 0) scale(1.06);
  box-shadow: 0 30px 95px rgba(0,0,0,.62), 0 0 40px rgba(90,200,255,.16);
  filter: brightness(1.06);
}
.node.active{
  transform: translate3d(var(--x), var(--y), 0) scale(1.10);
  box-shadow: 0 34px 110px rgba(0,0,0,.70), 0 0 55px rgba(170,120,255,.22);
}

/* orbit ring hint */
.radial::after{
  content:"";
  position:absolute;
  width: calc(var(--ringRadius) * 2);
  height: calc(var(--ringRadius) * 2);
  border-radius:999px;
  border: 1px dashed rgba(255,255,255,.12);
  opacity:.55;
  filter: drop-shadow(0 0 26px rgba(90,200,255,.10));
}

/* dock info */
.dock{
  width: min(980px, 100%);
  margin: 14px auto 0;
  display:flex;
  justify-content:center;
}
.dock-card{
  width: min(980px, 100%);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0,0,0,.50);
  backdrop-filter: blur(14px);
  padding: 12px 12px;
  display:flex;
  align-items:center;
  gap:12px;
}
.dock-logo{
  width:68px; height:68px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  display:grid;
  place-items:center;
  box-shadow: 0 18px 55px rgba(0,0,0,.42);
  flex: 0 0 auto;
}
.dock-logo img{ width:52px; height:52px; object-fit:contain; }
.dock-meta{ flex:1; min-width:0; }
.dock-name{ font-weight:1000; font-size: 1.05rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dock-desc{ 
  margin-top: 6px; 
  color: rgba(255,255,255,.74); 
  font-weight:850; 
  line-height:1.55; 
  font-size:.92rem; 
  max-height: 4.6em; 
  overflow:auto; 
}
.dock-cta{
  flex:0 0 auto;
  text-decoration:none;
  font-weight:1000;
  padding: 10px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(90,200,255,.26), rgba(170,120,255,.22));
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  transition: transform .18s ease, filter .18s ease;
}
.dock-cta:hover{ transform: translateY(-1px); filter: brightness(1.07); }
.dock-cta:active{ transform: translateY(0) scale(.99); }

.mobile-nav{
  display:none;
  width: min(980px, 100%);
  margin: 12px auto 0;
  gap: 10px;
  justify-content: center;
}
.mobile-nav-btn{
  border:none;
  cursor:pointer;
  border-radius: 18px;
  padding: 10px 14px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 55px rgba(0,0,0,.40);
  font-weight:950;
  min-width: 120px;
}
.mobile-nav-btn:active{ transform: scale(.99); }

@media (max-width:768px){
  .panel{ padding-bottom: 96px; }

  .dock{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(96px + env(safe-area-inset-bottom));
    z-index:121;
    margin:0;
  }
  .dock-card{ width:100%; }
  .dock-name{ font-size: 1rem; }
  .dock-desc{ max-height: 4.6em; overflow:auto; }

  .mobile-nav{
    display:flex;
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    z-index:120;
    margin:0;
    padding:10px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 60px rgba(0,0,0,.48);
  }

  .node-pop{ display:none !important; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; }
  .bg-grid,.scanlines{ display:none !important; }
}