/**
 * Icon toolbar — shared look with MakeyMakey / POLISphone creative tools.
 */

.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  -webkit-font-smoothing: antialiased;
}

.icon-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 6px 8px;
  margin: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #e8f5e9;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, transform 0.2s;
}

.header-project .icon-btn {
  color: rgba(232, 245, 233, 0.92);
  background: rgba(255, 255, 255, 0.08);
}

.header-project .icon-btn:hover {
  color: #0ee842;
  background: rgba(255, 255, 255, 0.14);
}

.icon-btn-on-dark {
  color: rgba(232, 245, 233, 0.92);
  background: transparent;
}

.icon-btn-on-dark:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.plantitura-icons .icon-btn {
  color: #4d4a4a;
  background: transparent;
}

.plantitura-icons .icon-btn:hover {
  color: #000;
  background: rgba(10, 77, 46, 0.08);
}

.icon-btn-play {
  color: #6d9652 !important;
}

.icon-btn-play:hover {
  color: #9fe9af !important;
}

.icon-btn-stop {
  color: #727070 !important;
}

.icon-btn-stop:hover {
  color: #1a1a1e !important;
}

.site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  opacity: 0.9;
  margin-left: 0.25rem;
  transition: opacity 0.3s, transform 0.3s;
}

.site-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.site-link img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.plantitura-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.sample-upload-icon {
  color: #4d4a4a !important;
  background: transparent !important;
  min-width: 2rem;
  min-height: 2rem;
  padding: 4px;
  cursor: pointer;
}

.sample-upload-icon .material-symbols-outlined {
  font-size: 22px;
}

.sample-upload-icon:hover {
  color: #0a4d2e !important;
}
