.ice-computer-explorer {
  --ice-bg: #020617;
  --ice-panel: rgba(15, 23, 42, 0.72);
  --ice-border: rgba(148, 163, 184, 0.18);
  --ice-text: #e5eefc;
  --ice-muted: #b2c2da;
  --ice-accent: #38bdf8;
  --ice-accent-2: #22c55e;
  --ice-shadow: 0 30px 70px rgba(2, 6, 23, 0.42);
  box-sizing: border-box;
  color: var(--ice-text);
  margin: 2rem auto;
  max-width: 1280px;
  width: 100%;
  font: inherit;
}

.ice-computer-explorer *,
.ice-computer-explorer *::before,
.ice-computer-explorer *::after {
  box-sizing: inherit;
}

.ice-computer-explorer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 360px);
  gap: 1.4rem;
  align-items: start;
}

.ice-computer-explorer__visual-wrap,
.ice-computer-explorer__panel {
  border: 1px solid var(--ice-border);
  border-radius: 28px;
  backdrop-filter: blur(10px);
  box-shadow: var(--ice-shadow);
}

.ice-computer-explorer__visual-wrap {
  padding: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.96));
}

.ice-computer-explorer__heading {
  margin-bottom: 1rem;
}

.ice-computer-explorer__eyebrow,
.ice-computer-explorer__panel-label {
  color: var(--ice-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.ice-computer-explorer__title {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
  margin: 0;
}

.ice-computer-explorer__intro {
  color: var(--ice-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0.7rem 0 0;
  max-width: 68ch;
}

.ice-computer-explorer__visual {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1220, #020617);
}

.ice-computer-explorer__svg {
  display: block;
  height: auto;
  width: 100%;
}

.ice-computer-explorer__svg .ice-part {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.18s ease, opacity 0.18s ease, filter 0.18s ease;
}

.ice-computer-explorer__svg .ice-part:hover,
.ice-computer-explorer__svg .ice-part:focus,
.ice-computer-explorer__svg .ice-part:focus-visible,
.ice-computer-explorer__svg .ice-part.is-selected {
  filter: drop-shadow(0 0 14px rgba(56, 189, 248, 0.72));
  transform: translateY(-3px);
}

.ice-computer-explorer__svg .ice-part:focus,
.ice-computer-explorer__svg .ice-part:focus-visible {
  outline: none;
}

.ice-computer-explorer__svg .ice-part.is-dimmed {
  opacity: 0.54;
}

.ice-fan-blades {
  animation: ice-spin 7s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.ice-computer-explorer__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.ice-computer-explorer__chip {
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.76);
  border-radius: 999px;
  color: #e5eefc;
  cursor: pointer;
  font: inherit;
  font-size: 0.93rem;
  line-height: 1.2;
  margin: 0;
  min-height: 42px;
  padding: 0.75rem 1rem;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.ice-computer-explorer__chip:hover,
.ice-computer-explorer__chip:focus,
.ice-computer-explorer__chip:focus-visible,
.ice-computer-explorer__chip[aria-pressed="true"] {
  background: linear-gradient(180deg, rgba(14, 116, 144, 0.88), rgba(14, 116, 144, 0.45));
  border-color: rgba(56, 189, 248, 0.75);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.ice-computer-explorer__panel {
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98));
  padding: 1.4rem;
  position: sticky;
  top: 1.5rem;
}

.ice-computer-explorer__panel-name {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.15;
  margin: 0;
}

.ice-computer-explorer__panel-purpose {
  color: #dceafe;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0.85rem 0 0;
}

.ice-computer-explorer__panel-detail {
  color: var(--ice-muted);
  font-size: 0.96rem;
  line-height: 1.7;
  margin: 0.95rem 0 0;
}

.ice-computer-explorer__panel-note {
  align-items: center;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  color: #dbeafe;
  display: flex;
  gap: 0.8rem;
  margin-top: 1.15rem;
  padding: 0.85rem 0.95rem;
}

.ice-computer-explorer__status-dot {
  background: linear-gradient(180deg, var(--ice-accent), var(--ice-accent-2));
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.14);
  display: inline-block;
  flex: 0 0 auto;
  height: 12px;
  width: 12px;
}

@keyframes ice-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .ice-computer-explorer__layout {
    grid-template-columns: 1fr;
  }

  .ice-computer-explorer__panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .ice-computer-explorer {
    margin: 1.2rem auto;
  }

  .ice-computer-explorer__visual-wrap,
  .ice-computer-explorer__panel {
    border-radius: 22px;
  }

  .ice-computer-explorer__visual-wrap,
  .ice-computer-explorer__panel {
    padding: 1rem;
  }

  .ice-computer-explorer__controls {
    gap: 0.55rem;
  }

  .ice-computer-explorer__chip {
    font-size: 0.88rem;
    min-height: 40px;
    padding: 0.7rem 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ice-computer-explorer__svg .ice-part,
  .ice-computer-explorer__chip,
  .ice-fan-blades {
    animation: none !important;
    transition: none !important;
  }
}
