@charset "UTF-8";
/* Blog Forum — Shop */
/* Developers: Syed Zain Nasir */
/* Supplied catalog design, with shared Blog layout, breadcrumb and Finder. */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tep-image,
.tep-picture {
  display: contents;
}

picture > source {
  display: none;
}

:where(img.image-auto-height) {
  height: auto;
  aspect-ratio: var(--image-ratio);
}

.header {
  background: #fff;
}

.row-a {
  height: 84px;
  padding: 0 1.4% 0 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: block;
  width: 250px;
  height: auto;
}

.searchbar {
  width: 358px;
  height: 38px;
  display: flex;
  border: 1px solid #8adcf5;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(249, 254, 255, 0.8), rgba(221, 247, 255, 0.8));
  box-shadow: inset 0 1px #fff, 0 3px 10px rgba(6, 158, 219, 0.0784313725);
  backdrop-filter: blur(8px);
  transition: 0.2s;
}
.searchbar:focus-within {
  border-color: #19bce9;
  box-shadow: 0 0 0 3px rgba(22, 188, 229, 0.1215686275), 0 5px 14px rgba(6, 158, 219, 0.1215686275);
}
.searchbar input {
  width: calc(100% - 40px);
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}
.searchbar input::placeholder {
  color: #4e5d65;
}
.searchbar button {
  width: 40px;
  border: 0;
  border-left: 1px solid #bcecf7;
  background: rgba(255, 255, 255, 0.3215686275);
  display: grid;
  place-items: center;
  color: #079edb;
  cursor: pointer;
}
.searchbar button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.top-actions {
  display: flex;
  gap: 7px;
  align-items: center;
}

.top-action {
  height: 40px;
  padding: 0 11px 0 8px;
  border: 1px solid #8adcf5;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(250, 255, 255, 0.8705882353), rgba(223, 248, 255, 0.8));
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(2, 127, 181, 0.0823529412);
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  color: #17242b;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}
.top-action:hover {
  transform: translateY(-1px);
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.action-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.action-icon img {
  display: block;
  width: 25px;
  height: 25px;
}

.top-action > :where(picture.tep-picture) > .arrow {
  width: 9px;
  height: auto;
  margin-left: 1px;
  opacity: 0.75;
}

.account a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .row-a {
    height: 76px;
    gap: 10px;
  }
  .logo {
    width: 212px;
  }
  .searchbar {
    max-width: 294px;
  }
  .top-action {
    height: 36px;
    padding: 0 8px;
    gap: 5px;
    font-size: 11px;
  }
}
@media (max-width: 880px) {
  .row-a {
    height: 76px;
  }
  .logo {
    width: 190px;
  }
  .searchbar {
    max-width: 233px;
  }
  .top-action {
    height: 34px;
    padding: 0 5px;
    gap: 3px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .searchbar {
    display: none;
  }
}
@media (max-width: 600px) {
  .row-a {
    height: 58px;
    padding: 0 1.5%;
  }
  .logo {
    width: 128px;
  }
  .top-actions {
    gap: 3px;
  }
  .top-action {
    height: 32px;
    padding: 0 5px;
  }
  .top-action img,
  .top-action .flag,
  .top-action .arrow,
  .action-icon {
    display: none;
  }
}
.row-b {
  height: 48px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4392156863), inset 0 -1px rgba(8, 124, 196, 0.2666666667);
}

.main-nav {
  width: auto;
  padding-left: 2%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-nav a {
  height: 32px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.18s;
}
.main-nav a:hover {
  border-color: rgba(255, 255, 255, 0.3490196078);
  background: rgba(255, 255, 255, 0.1764705882);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.231372549);
}
.main-nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 1px rgba(0, 105, 156, 0.3333333333));
}
.main-nav img {
  width: auto;
  max-height: 13px;
}
.main-nav .nav-arrow {
  width: 9px;
  height: 5px;
  margin-left: -2px;
}

.sponsor-links {
  padding-right: 1.6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sponsor-links a {
  padding-left: 12px;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  white-space: nowrap;
}
.sponsor-links img {
  width: 17px;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1200px) {
  .main-nav {
    width: 64%;
  }
}
@media (max-width: 880px) {
  .row-b {
    height: 44px;
  }
  .mobile-menu {
    display: block;
    margin-left: 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu img {
    width: 25px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 25;
    width: 300px;
    padding: 0;
    background: linear-gradient(#1dbbe3, #11aded, #049dfa);
  }
  .header.menu-open .main-nav {
    display: block;
  }
  .main-nav a {
    height: auto;
    padding: 10px 15px;
    border-bottom: 1.5px dashed #fff;
  }
  .sponsor-links {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .main-nav {
    top: 102px;
  }
  .sponsor-links a {
    font-size: 11px;
  }
  .sponsor-links a:first-child {
    display: none;
  }
}
.row-c {
  height: 28px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#3c3c3b, #1d1d1b);
}

.categories,
.more-categories {
  display: flex;
  align-items: center;
}

.categories a {
  height: 28px;
  padding: 0 8px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.categories a:hover {
  background: rgba(255, 255, 255, 0.0941176471);
}

.category-arrow {
  width: 9px;
  height: 5px;
}

.category-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.category-toggle img {
  width: 12px;
  height: 10px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.category-toggle .close-icon {
  display: none;
}

.ai-links {
  padding-right: 1.6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-links a {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.ai-links a img {
  width: auto;
  max-height: 15px;
}
.ai-links .divider {
  height: 60%;
  border-left: 1px solid #fff;
}

@media (max-width: 1200px) {
  .categories a,
  .ai-links a {
    font-size: 11px;
    padding-inline: 6px;
  }
}
@media (max-width: 880px) {
  .category-toggle {
    display: flex;
    align-items: center;
    margin: 0 5px;
  }
  .more-categories {
    position: absolute;
    top: 148px;
    left: 0;
    z-index: 24;
    width: 300px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    background: linear-gradient(0deg, #1d1d1b, #3c3c3b);
    transition: height 0.3s;
  }
  .categories.categories-open .more-categories {
    height: 250px;
    overflow: auto;
    visibility: visible;
  }
  .categories.categories-open .open-icon {
    display: none;
  }
  .categories.categories-open .close-icon {
    display: block;
  }
  .more-categories a {
    height: 36px;
    padding: 5px 8px;
    border-right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .ai-links {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .row-c {
    height: 25px;
  }
  .categories {
    max-width: 100%;
  }
  .categories > a {
    height: 25px;
    font-size: 11px;
  }
  .more-categories {
    top: 127px;
  }
  .ai-links {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 50;
}

.header-glyphs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.header-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.main-nav > .header-dropdown {
  display: flex;
  align-items: center;
}

.categories > .header-dropdown,
.more-categories > .header-dropdown {
  display: flex;
}

.nav-dropdown-trigger {
  height: 32px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.nav-dropdown-trigger:hover, .nav-dropdown-trigger[aria-expanded=true] {
  border-color: rgba(255, 255, 255, 0.3490196078);
  background: rgba(255, 255, 255, 0.1764705882);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.231372549);
}

.category-dropdown-trigger {
  height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
}
.category-dropdown-trigger:hover, .category-dropdown-trigger[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.0941176471);
}

.header [data-dropdown-trigger] .arrow,
.header [data-dropdown-trigger] .nav-arrow,
.header [data-dropdown-trigger] .category-arrow {
  transition: transform 0.18s ease;
}

.header [data-dropdown-trigger][aria-expanded=true] .arrow,
.header [data-dropdown-trigger][aria-expanded=true] .nav-arrow,
.header [data-dropdown-trigger][aria-expanded=true] .category-arrow {
  transform: rotate(180deg);
}

.top-action[aria-expanded=true] {
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.header [data-dropdown-trigger]:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 3px;
}

.header .row-b [data-dropdown-trigger]:focus-visible,
.header .row-c [data-dropdown-trigger]:focus-visible {
  outline-color: #fff;
  outline-offset: -3px;
}

.header .header-panel {
  position: fixed;
  z-index: 100;
  top: var(--dropdown-top, 84px);
  left: var(--dropdown-left, 12px);
  width: 304px;
  max-width: calc(100vw - 24px);
  max-height: var(--dropdown-max-height, calc(100dvh - 108px));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #8acfe2 transparent;
  padding: 12px;
  border: 1px solid #a4dbe9;
  border-radius: 14px;
  color: #274b5a;
  background: linear-gradient(135deg, rgba(244, 253, 255, 0.9803921569), rgba(230, 247, 253, 0.968627451) 62%, rgba(243, 242, 255, 0.9803921569));
  box-shadow: inset 0 1px #fff, 0 15px 36px rgba(23, 73, 102, 0.1490196078), 0 3px 9px rgba(23, 73, 102, 0.0705882353);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  white-space: normal;
}

.header .header-panel[hidden] {
  display: none;
}

.header .header-panel:not([hidden]) {
  animation: header-panel-enter 0.14s ease-out;
}

.header .header-panel--language {
  width: 320px;
}

.header .header-panel--contact {
  width: 840px;
}

.header .header-panel--account {
  width: 280px;
}

.header .dd-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 12px;
  border-bottom: 1px solid #c6e4ed;
}

.header .dd-heading h2 {
  margin: 0;
  color: #234e61;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}

.header .dd-heading img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  max-height: none;
  object-fit: contain;
}

.header .header-panel svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
}

.header .dd-list {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.header .header-panel .dd-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 42px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #294b5b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.16s, border-color 0.16s, box-shadow 0.16s;
}

.header .header-panel a.dd-link:hover {
  border-color: #addfec;
  color: #086f99;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.8509803922), #dff5fd);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(22, 137, 173, 0.062745098);
  text-decoration: none;
  cursor: pointer;
}

.header .dd-icon {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #b3dfea;
  border-radius: 8px;
  color: #1296c4;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.9294117647), #c9efff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(22, 126, 165, 0.0941176471);
}

.header .dd-icon--mint {
  color: #189775;
  border-color: #b0e6d3;
  background: linear-gradient(140deg, #f6fff9, #c5f1e1);
}

.header .dd-icon--violet {
  color: #8d64bf;
  border-color: #d8c5ed;
  background: linear-gradient(140deg, #fffaff, #e9dcfc);
}

.header .dd-icon--amber {
  color: #ae7a20;
  border-color: #efdbab;
  background: linear-gradient(140deg, #fffdf6, #ffedbc);
}

.header .dd-icon--rose {
  color: #bd6584;
  border-color: #edcedd;
  background: linear-gradient(140deg, #fffafd, #f8dfeb);
}

.header .dd-icon img {
  display: block;
  width: 22px;
  height: 22px;
  max-height: none;
  object-fit: contain;
}

.header .header-panel .dd-next {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: #81a9b9;
}

.header .header-panel .dd-link:hover .dd-next {
  color: #129dcc;
}

.header .dd-foot {
  margin-top: 11px;
  padding: 10px 2px 0;
  border-top: 1px solid #c6e4ed;
}

.header .header-panel .dd-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0;
  padding: 3px 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #087da5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4;
  white-space: normal;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  box-shadow: none;
}

.header .header-panel .dd-footer-link:hover {
  background: rgba(255, 255, 255, 0.6509803922);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header .dd-note {
  margin: 8px 6px 0;
  color: #617e8c;
  font-size: 12px;
  line-height: 1.55;
}

.header .dd-language-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 12px;
}

.header .dd-language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px;
  border: 1px solid #cbdfe7;
  border-radius: 8px;
  color: #617684;
  background: rgba(255, 255, 255, 0.4196078431);
  text-align: left;
  font-size: 13px;
}

.header .dd-language-option img {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: auto;
  max-height: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(38, 75, 90, 0.1411764706);
}

.header .dd-language-option[aria-current=true] {
  color: #096f95;
  border-color: #7bcce2;
  background: linear-gradient(125deg, #f3feff, #cbf0fb);
  box-shadow: inset 0 1px #fff;
}

.header .dd-language-option svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: #199d8c;
  stroke-width: 2.5;
}

.header .dd-language-option:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.header .dd-currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 2px 0;
  padding-top: 12px;
  border-top: 1px solid #c6e4ed;
  font-size: 12px;
  color: #617e8c;
}

.header .dd-currency strong {
  padding: 5px 9px;
  border: 1px solid #b6dfea;
  border-radius: 7px;
  color: #267591;
  background: rgba(255, 255, 255, 0.6862745098);
  font-weight: 600;
}

.header .dd-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.header .dd-contact-group + .dd-contact-group {
  border-left: 1px solid #c6e4ed;
  padding-left: 12px;
}

.header .dd-contact-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.header .dd-contact-title h3 {
  color: #345c6c;
  font-size: 13px;
  font-weight: 600;
}

.header .dd-contact-title .dd-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.header .header-panel .dd-service-link {
  min-height: 38px;
  padding: 5px;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.header .dd-service-link:disabled {
  color: #6b8290;
  cursor: not-allowed;
  opacity: 1;
}

.header .dd-unavailable {
  margin-left: auto;
  font-size: 10px;
  color: #758d98;
}

.header .dd-hotlines {
  list-style: none;
  display: grid;
  gap: 9px;
  padding: 4px;
}

.header .dd-hotlines li {
  display: grid;
  gap: 1px;
  font-size: 12px;
}

.header .dd-hotlines span {
  color: #617e8c;
}

.header .dd-hotlines strong {
  color: #365e70;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.header .header-panel :is(a, button):focus-visible {
  outline: 2px solid #1499c4;
  outline-offset: 2px;
}

.header .header-panel--compact {
  width: 260px;
  padding: 10px;
  border-radius: 12px;
}

.header .header-panel--compact.header-panel--language {
  width: 280px;
}

.header .header-panel--compact.header-panel--account {
  width: 240px;
}

.header .header-panel--compact .dd-heading {
  min-width: 0;
  gap: 8px;
  margin: -2px -2px 9px;
  padding: 6px 7px 10px;
  border-bottom-color: #b9dce8;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(115deg, rgba(219, 244, 252, 0.5490196078), rgba(238, 248, 255, 0.4));
}

.header .header-panel--compact .dd-heading h2 {
  min-width: 0;
  color: #254e64;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.header .header-panel--compact .dd-heading img {
  flex-basis: 28px;
  width: 28px;
  height: 28px;
}

.header .header-panel--compact .dd-list {
  gap: 2px;
  margin-top: 0;
}

.header .header-panel--compact .dd-link {
  min-height: 34px;
  gap: 8px;
  padding: 4px 6px;
  border-radius: 7px;
  color: #385665;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.header .header-panel--compact .dd-link > span:not(.dd-icon) {
  min-width: 0;
}

.header .header-panel--compact .dd-icon {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.header .header-panel--compact .dd-icon svg {
  width: 16px;
  height: 16px;
}

.header .header-panel--compact .dd-icon img {
  width: 18px;
  height: 18px;
}

.header .header-panel--compact .dd-next {
  flex-basis: 11px;
  width: 11px;
  height: 11px;
}

.header .header-panel--compact .dd-foot {
  margin-top: 8px;
  padding-top: 8px;
}

.header .header-panel--compact .dd-footer-link {
  min-height: 28px;
  font-weight: 500;
}

.header .header-panel--compact .dd-footer-link svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.header .header-panel--compact .dd-language-list {
  gap: 5px;
  margin-top: 0;
}

.header .header-panel--compact .dd-language-option {
  min-height: 34px;
  gap: 7px;
  padding: 6px;
  border-radius: 7px;
  font-size: 12px;
}

.header .header-panel--compact .dd-language-option img {
  flex-basis: 20px;
  width: 20px;
}

.header .header-panel--compact .dd-note {
  margin: 7px 3px 0;
}

.header .header-panel--compact .dd-currency {
  gap: 8px;
  margin-top: 9px;
  padding-top: 9px;
}

.header .header-panel--compact .dd-currency strong {
  padding: 4px 7px;
}

@keyframes header-panel-enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .category-dropdown-trigger {
    font-size: 11px;
    padding-inline: 6px;
  }
}
@media (max-width: 880px) {
  .main-nav > .header-dropdown {
    display: block;
  }
  .nav-dropdown-trigger {
    width: 100%;
    height: auto;
    min-height: 39px;
    padding: 10px 15px;
    border-bottom: 1.5px dashed #fff;
  }
  .more-categories > .header-dropdown {
    display: block;
  }
  .more-categories > .header-dropdown > :where(figure.tep-image) > .category-dropdown-trigger {
    width: 100%;
    height: 36px;
    padding: 5px 8px;
    border-right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .header .dd-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .header .dd-contact-group:last-child {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #c6e4ed;
    padding: 12px 0 0;
  }
  .header .dd-hotlines {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .categories > .header-dropdown > :where(figure.tep-image) > .category-dropdown-trigger {
    height: 25px;
  }
  .header .header-panel {
    padding: 10px;
    border-radius: 12px;
  }
}
@media (max-width: 460px) {
  .header .dd-contact-grid {
    grid-template-columns: 1fr;
  }
  .header .dd-contact-group + .dd-contact-group {
    border-left: 0;
    border-top: 1px solid #c6e4ed;
    padding: 12px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-panel:not([hidden]) {
    animation: none;
  }
  .header [data-dropdown-trigger] img,
  .header .header-panel .dd-link {
    transition: none;
  }
}
.header .member-tools {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  padding: 2px 4px;
  border: 1px solid #8adcf5;
  border-radius: 9px;
  background: linear-gradient(135deg, #faffff, #dff8ff);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(2, 127, 181, 0.0823529412);
}

.header .member-icon, .header .member-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header .member-tool {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: #237694;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.header .member-tool:hover, .header .member-tool[aria-expanded=true] {
  color: #075a83;
  background: rgba(184, 236, 250, 0.5647058824);
}
.header .member-tool:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 1px;
}

.header .member-account {
  border-left: 1px solid #b5deec;
  padding-left: 4px;
  margin-left: 2px;
}

.header .member-account-trigger {
  width: 49px;
}

.header .member-chevron {
  width: 12px;
  height: 12px;
}

.header .member-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #116188;
  border: 1px solid #86d4ed;
  background: linear-gradient(145deg, #fff, #a9e7fa);
  box-shadow: inset 0 1px #fff;
}
.header .member-avatar .member-icon {
  width: 18px;
  height: 18px;
}

.header .member-account-panel, .header .member-activity-panel {
  width: 280px;
}

.header .member-identity > div {
  min-width: 0;
}

.header .member-identity h2 {
  overflow-wrap: anywhere;
}

.header .member-caption {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #57717f;
}

.header .member-links {
  display: grid;
  gap: 2px;
}

.header .member-links a, .header .member-logout button {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #31596c;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.header .member-links a:hover, .header .member-logout button:hover {
  background: #d0f0fa;
}
.header .member-links a .member-icon, .header .member-logout button .member-icon {
  width: 18px;
  height: 18px;
}

.header .member-logout {
  border-top: 1px solid #bddfeb;
  margin-top: 7px;
  padding-top: 7px;
}

.header .member-logout button {
  color: #b13549;
}
.header .member-logout button:hover {
  background: #ffebef;
}

.header .member-preview-label {
  margin-left: auto;
  padding: 2px 6px;
  border-radius: 4px;
  background: #e2ecf5;
  color: #506b7c;
  font-size: 10px;
}

.header .member-empty {
  padding: 16px 8px 18px;
  text-align: center;
}

.header .member-empty-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border: 1px solid #bce5f2;
  border-radius: 16px;
  background: #e1f6fc;
  color: #2588ad;
}
.header .member-empty-icon .member-icon {
  width: 24px;
  height: 24px;
}

.header .member-empty strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.header .member-empty p {
  color: #526e7d;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .header .row-a:has(.member-tools) {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 10px;
    gap: 8px 14px;
  }
  .header .top-actions:has(.member-tools) {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}
.header .account {
  cursor: default;
}
.header .account:focus-within {
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.header .account-links {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header .account-links a {
  padding-block: 6px;
  color: inherit;
  text-underline-offset: 3px;
  cursor: pointer;
}
.header .account-links a:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 2px;
  border-radius: 2px;
}

.header .account-toggle {
  display: grid;
  place-items: center;
  align-self: stretch;
  flex: 0 0 18px;
  width: 18px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.header .account-toggle:hover, .header .account-toggle[aria-expanded=true] {
  background: rgba(168, 234, 251, 0.4);
}
.header .account-toggle .arrow {
  display: block;
  width: 9px;
  height: auto;
  opacity: 0.75;
}

.header .header-login {
  display: grid;
  gap: 11px;
  padding: 2px 3px 3px;
}

.header .header-login-field {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.header .header-login-field label {
  color: #385665;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.header .header-login-field input {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 7px 10px;
  border: 1px solid #a8dce9;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9215686275), rgba(240, 251, 255, 0.8));
  box-shadow: inset 0 1px #fff;
  color: #234e61;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color 0.16s, box-shadow 0.16s;
}
.header .header-login-field input::placeholder {
  color: #657f8a;
  opacity: 1;
}
.header .header-login-field input:focus {
  border-color: #19bce9;
  outline: 2px solid rgba(25, 188, 233, 0.2509803922);
  outline-offset: 1px;
  box-shadow: inset 0 1px #fff, 0 2px 7px rgba(6, 158, 219, 0.0784313725);
}

.header .header-login-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 35px;
  margin-top: 3px;
  padding: 7px 12px;
  border: 1px solid #27b9eb;
  border-radius: 7px;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6509803922), 0 3px 8px rgba(19, 139, 195, 0.1098039216);
  color: #123e53;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  transition: box-shadow 0.16s;
}
.header .header-login-submit:hover {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8509803922), 0 4px 10px rgba(19, 139, 195, 0.2);
}
.header .header-login-submit:disabled {
  opacity: 0.65;
  cursor: default;
}
.header .header-login-submit svg {
  width: 16px;
  height: 16px;
}

.header .header-login-status {
  margin: 0;
  padding: 8px;
  border: 1px solid #bddfeb;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.6509803922);
  color: #385665;
  font-size: 12px;
  line-height: 1.5;
}
.header .header-login-status[hidden] {
  display: none;
}

@media (max-width: 600px) {
  .header .account-toggle {
    flex-basis: 15px;
    width: 15px;
  }
  .header .header-login-field input {
    font-size: 16px;
  }
  .header .header-login-field input::placeholder {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-login-field input,
  .header .header-login-submit {
    transition: none;
  }
}
.left-sidebar {
  min-width: 0;
}

.course-ad {
  display: block;
  width: 100%;
  height: auto;
}

.course-ad {
  margin-bottom: 22px;
}

.blog-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-block: 10px;
  border-top: 1px solid #ddd;
}
.blog-menu a {
  min-height: 30px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  font-size: 14px;
}
.blog-menu a:hover, .blog-menu a.active {
  color: #fff;
  background: linear-gradient(#21ddf5, #07aeea);
}
.blog-menu img {
  width: 24px;
  height: 24px;
}

@media (max-width: 820px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar {
  align-self: stretch;
  padding: 15px 8px;
  background: #f1f1f1;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.course-ad {
  margin-bottom: 18px;
}

.blog-menu {
  border-top-color: #b4b4b4;
}

@media (max-width: 1200px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar {
  padding: 16px 10px;
  background: linear-gradient(180deg, #f5f8f9, #eaf1f3);
  box-shadow: 2px 4px 14px rgba(23, 54, 69, 0.168627451);
}

.course-ad {
  margin-bottom: 20px;
  border: 1px solid #72cce8;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(7, 59, 87, 0.168627451);
  aspect-ratio: 5/8;
  object-fit: cover;
}

.blog-menu {
  gap: 7px;
  padding-top: 13px;
  border-top: 1px solid #b9cbd2;
}
.blog-menu a {
  min-height: 34px;
  padding: 2px 4px;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  color: #263941;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}
.blog-menu a:hover {
  color: #10516a;
  background: rgba(255, 255, 255, 0.5490196078);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(10, 104, 133, 0.0705882353);
}

.menu-label {
  flex: 1;
  padding: 6px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: 0.2s;
}

.blog-menu a:hover .menu-label {
  border-color: #b5e5ef;
  background: linear-gradient(135deg, #f9feff, #dff8fc);
}

.blog-menu a.active {
  color: #075978;
  background: transparent;
  box-shadow: none;
}

.blog-menu a.active .menu-label {
  border-color: #75d9eb;
  background: linear-gradient(135deg, #dffaff, #bceffc);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(22, 175, 208, 0.1490196078);
  font-weight: 500;
}

.side-icon {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #c9e2e8;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #eaf7f9);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(36, 75, 90, 0.0823529412);
  transition: transform 0.18s, box-shadow 0.18s;
}

.blog-menu .active .side-icon {
  border-color: #d2e5ea;
  background: linear-gradient(145deg, #fff, #edf7f9);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(36, 75, 90, 0.0862745098);
}

.blog-menu a:hover .side-icon {
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff, 0 5px 10px rgba(36, 75, 90, 0.1254901961);
}

.side-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.side-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-menu {
  padding-bottom: 13px;
  border-bottom: 1px solid #b9cbd2;
}

@media (min-width: 1201px) {
  .left-sidebar {
    padding-bottom: 28px;
  }
  .left-sidebar {
    box-shadow: 3px 0 14px rgba(23, 54, 69, 0.168627451);
  }
}
.newsletter {
  margin-top: 18px;
  padding: 8px;
  border: 1px solid #b8dbe4;
  border-radius: 7px;
  background: #ecfbff;
  text-align: center;
}
.newsletter > img {
  width: 100%;
  border-radius: 5px;
}
.newsletter h2 {
  margin-top: 8px;
  font-size: 16px;
}
.newsletter p {
  margin: 5px 0 10px;
  font-size: 12px;
  color: #555;
}
.newsletter input {
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #b8dbe4;
  border-radius: 4px;
}
.newsletter button {
  width: 100%;
  height: 32px;
  margin-top: 7px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(#00d7f5, #049dfa);
  cursor: pointer;
}

.newsletter {
  border: 2px solid #e0e0e0;
  background: #fff;
}
.newsletter input {
  background: #e3f9ff;
}

.newsletter {
  position: relative;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #a7dce8;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8588235294), rgba(218, 245, 250, 0.8588235294));
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(18, 63, 80, 0.1411764706);
  text-align: left;
}
.newsletter > img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.9;
}

.newsletter-content {
  position: relative;
  margin-top: -20px;
  padding: 0 13px 14px;
}

.mail-badge {
  width: 40px;
  height: 40px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  border: 1px solid #8ed9e9;
  border-radius: 10px;
  color: #078ab8;
  background: linear-gradient(145deg, #fff, #c9eff6);
  box-shadow: 0 4px 10px rgba(7, 93, 121, 0.1725490196);
}

.mail-badge svg,
.email-field svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mail-badge svg {
  width: 21px;
}

.newsletter h2 {
  margin: 0;
  text-align: center;
  color: #183b49;
  font-size: 16px;
  font-weight: 650;
}

.newsletter p {
  margin: 5px 0 11px;
  text-align: center;
  color: #5d747d;
  font-size: 11px;
  line-height: 1.45;
}

.email-field {
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #a7dce8;
  border-radius: 7px;
  color: #168aaf;
  background: rgba(255, 255, 255, 0.7803921569);
  box-shadow: inset 0 1px 3px rgba(11, 96, 114, 0.0509803922);
}
.email-field svg {
  width: 17px;
  margin-left: 9px;
}

.newsletter .email-field input {
  height: 34px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  outline: 0;
}

.email-field:focus-within {
  border-color: #24bce5;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.1098039216);
}

.consent {
  margin: 8px 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #647a82;
  font-size: 9px;
  cursor: pointer;
}
.consent input {
  accent-color: #07a9dc;
}

.newsletter button {
  height: 34px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #1fc4e8;
  border-radius: 7px;
  background: linear-gradient(#16d8ef, #078fd7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4745098039), 0 4px 9px rgba(7, 137, 185, 0.1882352941);
  font-size: 13px;
  font-weight: 650;
}

.newsletter button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.newsletter button span {
  font-size: 17px;
}

.newsletter {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #91d7e5;
  border-radius: 13px;
  background: linear-gradient(155deg, #fff, #e9f9fc);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(23, 77, 93, 0.1058823529);
}

.newsletter-art {
  height: 108px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #85d8e7;
  background: #72deeb;
}
.newsletter-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34px;
  background: linear-gradient(transparent, rgba(32, 174, 197, 0.1803921569));
}
.newsletter-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsletter-art span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-radius: 999px;
  color: #08667c;
  background: rgba(244, 253, 255, 0.8901960784);
  box-shadow: 0 2px 6px rgba(8, 116, 140, 0.1254901961);
  backdrop-filter: blur(6px);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.newsletter-content {
  margin: 0;
  padding: 13px 12px 12px;
}
.newsletter-content h2 {
  margin: 0;
  color: #173f49;
  text-align: left;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}
.newsletter-content > p {
  margin: 4px 0 12px !important;
  color: #657b82 !important;
  text-align: left !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.newsletter-visual {
  height: 130px;
  position: relative;
  overflow: hidden;
  background: #45d6e8;
  border-bottom: 1px solid #77d8e9;
}
.newsletter-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(22, 171, 200, 0.2901960784));
}
.newsletter-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsletter-visual > span {
  position: absolute;
  left: 11px;
  bottom: 9px;
  z-index: 1;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-radius: 999px;
  color: #075a70;
  background: rgba(244, 253, 255, 0.9019607843);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(7, 93, 121, 0.137254902);
  backdrop-filter: blur(7px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.newsletter-visual > span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: #f6c735;
  box-shadow: 0 0 0 3px rgba(246, 199, 53, 0.1803921569);
}

.newsletter-content {
  margin: 0;
  padding: 15px 13px 14px;
}

.newsletter-kicker {
  margin: 0 0 4px !important;
  color: #0495b7 !important;
  font-size: 9px !important;
  font-weight: 800;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.newsletter h2 {
  margin: 0;
  color: #133b47;
  text-align: left;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.newsletter-content > p:not(.newsletter-kicker) {
  margin: 7px 0 10px;
  color: #5a747d;
  text-align: left;
  font-size: 10.5px;
  line-height: 1.5;
}

.newsletter-benefits {
  margin: 0 0 11px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #41636d;
  font-size: 9px;
  font-weight: 650;
}
.newsletter-benefits span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.newsletter-benefits b {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08788f;
  background: #cbf5fa;
  font-size: 8px;
}

.email-field {
  height: 39px;
  border: 1px solid #9edce8;
  border-radius: 9px;
  color: #1394b0;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(11, 96, 114, 0.0470588235), 0 3px 9px rgba(27, 128, 149, 0.0431372549);
}

.newsletter .email-field input {
  height: 37px;
  font-size: 11px;
}

.consent {
  position: relative;
  margin: 9px 1px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #657a81;
  font-size: 9px;
  line-height: 15px;
}
.consent > input {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-check {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #75c7dc;
  border-radius: 4px;
  background: linear-gradient(#fff, #e3f6fa);
  box-shadow: inset 0 1px 2px rgba(11, 96, 114, 0.0784313725);
}
.custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.14s;
}

.consent > input:checked + .custom-check {
  border-color: #079ed5;
  background: linear-gradient(#16cce8, #068fd3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4196078431), 0 2px 5px rgba(5, 136, 181, 0.1803921569);
}

.consent > input:checked + .custom-check::after {
  transform: rotate(45deg) scale(1);
}

.consent > input:focus-visible + .custom-check {
  outline: 2px solid #31bfe6;
  outline-offset: 2px;
}

.consent a {
  color: #087fa8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter button {
  height: 34px;
  margin: 3px 0 0;
  border: 1px solid #36c8e2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #075167;
  background: linear-gradient(135deg, #8aedf6, #49d5e9);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(31, 184, 212, 0.1333333333);
  font-size: 11px;
  font-weight: 650;
}

.newsletter button:hover {
  background: linear-gradient(135deg, #93f4fa, #4fddef);
  filter: none;
  box-shadow: inset 0 1px #fff, 0 7px 15px rgba(31, 184, 212, 0.2196078431);
}

.newsletter button svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s;
}

.newsletter button:hover svg {
  transform: translateX(2px);
}

.newsletter .consent {
  margin: 11px 1px 9px;
  font-size: 8.5px;
}

.newsletter-social {
  padding: 10px 12px 12px;
  border-top: 1px solid #c7e9ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4705882353);
}
.newsletter-social > span {
  color: #6b8188;
  font-size: 9px;
  font-weight: 600;
}
.newsletter-social > div {
  display: flex;
  gap: 6px;
}
.newsletter-social a {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #d6e4e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(24, 63, 73, 0.0705882353);
  transition: transform 0.18s, box-shadow 0.18s;
}
.newsletter-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 9px rgba(24, 63, 73, 0.1254901961);
}
.newsletter-social svg {
  width: 13px;
  height: 13px;
}

.facebook {
  color: #1877f2;
}

.facebook svg,
.youtube svg {
  fill: currentColor;
}

.x-social {
  color: #15191c;
}

.x-social svg,
.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.instagram {
  color: #d62976;
}

.youtube {
  color: #ff0033;
}
.youtube .play {
  fill: #fff;
}

.newsletter .consent {
  margin: 15px 1px 11px;
}

.newsletter button {
  margin-top: 0;
}

@media (min-width: 1201px) {
  .left-sidebar > .sidebar-sticky {
    display: flow-root;
  }
}
.right-sidebar {
  min-width: 0;
}

.side-ad {
  display: block;
  width: 100%;
  height: auto;
}

.right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.side-ad {
  border: 1px solid #ddd;
}

@media (max-width: 1200px) {
  .right-sidebar {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .right-sidebar .side-ad {
    display: none;
  }
}
@media (max-width: 820px) {
  .right-sidebar {
    grid-template-columns: 1fr;
  }
}
.right-sidebar {
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .right-sidebar {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }
  .right-sidebar .side-ad {
    display: none;
  }
}
@media (max-width: 820px) {
  .right-sidebar {
    grid-template-columns: 1fr;
  }
}
.right-sidebar {
  gap: 20px;
}
.right-sidebar .side-ad {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #8fd8e7;
  border-radius: 11px;
  background: #3ed1eb;
  box-shadow: 0 7px 18px rgba(18, 79, 98, 0.1411764706);
  object-fit: contain;
  object-position: center top;
}

@media (min-width: 1201px) {
  .right-sidebar {
    padding-bottom: 28px;
  }
}
@media (min-width: 1201px) {
  .right-sidebar > .sidebar-sticky {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: inherit;
    min-width: 0;
  }
}
.blog-page {
  max-width: 1440px;
  margin: auto;
  padding: 20px 8px 50px;
  display: grid;
  grid-template-columns: 224px minmax(0, 840px) 240px;
  justify-content: center;
  gap: 20px;
  background: #fff;
}

@media (max-width: 1200px) {
  .blog-page {
    grid-template-columns: 190px minmax(0, 1fr);
    max-width: 1060px;
  }
}
@media (max-width: 820px) {
  .blog-page {
    grid-template-columns: 1fr;
    padding: 15px 12px;
  }
}
.blog-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 12px 50px 0;
  grid-template-columns: 216px minmax(0, 1fr) 240px;
  justify-content: stretch;
  gap: 20px;
  background: linear-gradient(90deg, #f1f1f1 0, #f1f1f1 216px, #fff 216px);
}

.blog-content {
  width: 100%;
  max-width: none;
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .blog-page {
    padding: 0 20px 28px;
    grid-template-columns: 1fr;
    max-width: none;
    background: #fff;
  }
}
@media (max-width: 820px) {
  .blog-page {
    padding: 15px 12px 40px;
  }
  .blog-content {
    padding-top: 20px;
  }
}
.blog-page {
  grid-template-columns: 244px minmax(0, 1fr) 240px;
  background: linear-gradient(90deg, #eef3f5 0, #eef3f5 244px, #fff 244px);
}

@media (max-width: 1200px) {
  .blog-page {
    grid-template-columns: 1fr;
    background: #fff;
  }
}
@media (min-width: 1201px) {
  .blog-page {
    padding-bottom: 0;
  }
  .blog-content {
    padding-bottom: 28px;
  }
}
.blog-content {
  position: relative;
}

.sidebar-sticky {
  display: contents;
}

@media (min-width: 1201px) {
  .blog-page {
    --sidebar-edge-gap: 16px;
  }
  .sidebar-sticky[data-sticky-ready] {
    position: sticky;
    top: var(--sidebar-sticky-top);
  }
}
.shop-content {
  min-width: 0;
  container-type: inline-size;
  color: #254b5b;
}

.shop-content [hidden] {
  display: none !important;
}

.shop-content svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.shop-content button {
  cursor: pointer;
}

.shop-content button:disabled {
  cursor: default;
  opacity: 0.48;
}

.shop-content :is(button, a, select, input):focus-visible {
  outline: 3px solid #1aa5d4;
  outline-offset: 3px;
}

.shop-tone--cyan {
  --shop-tint: #e4f8ff;
  --shop-edge: #b7dfed;
  --shop-ink: #197ba0;
}

.shop-tone--green {
  --shop-tint: #e7f8f0;
  --shop-edge: #bfe1d2;
  --shop-ink: #338162;
}

.shop-tone--amber {
  --shop-tint: #fff5e3;
  --shop-edge: #e9d6b5;
  --shop-ink: #a17730;
}

.shop-tone--violet {
  --shop-tint: #f0eafe;
  --shop-edge: #d7c9eb;
  --shop-ink: #7f64a4;
}

.shop-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  border: 1px solid var(--shop-edge);
  border-radius: 9px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.8745098039), var(--shop-tint));
  color: var(--shop-ink);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(53, 105, 130, 0.0431372549);
}

.shop-icon svg {
  width: 18px;
  height: 18px;
}

.shop-black,
.shop-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 37px;
  padding: 8px 12px;
  border: 1px solid #171f29;
  border-radius: 8px;
  background: linear-gradient(#323b49, #151f2c);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1333333333), 0 2px 5px rgba(25, 59, 80, 0.0705882353);
}

.shop-black:hover:not(:disabled) {
  background: linear-gradient(#3d4959, #243346);
}

.shop-soft {
  border-color: #bedeea;
  background: linear-gradient(#fff, #edf9fd);
  color: #367b97;
  box-shadow: inset 0 1px #fff;
}

.shop-soft:hover,
.shop-soft[aria-pressed=true] {
  border-color: #54bedc;
  background: linear-gradient(#f9feff, #dbf4fc);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  scroll-margin-top: 20px;
}

.shop-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cddfe9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(28, 84, 126, 0.0470588235);
  transition: box-shadow 0.18s, border-color 0.18s;
}

.shop-card:hover {
  border-color: #8ac6dc;
  box-shadow: 0 8px 20px rgba(22, 89, 117, 0.0941176471);
}

.shop-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 38px;
  padding: 6px 9px;
  border-bottom: 1px solid #deebf1;
  background: linear-gradient(115deg, var(--shop-tint), #fcfeff);
}

.shop-card-top > span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 10px;
  font-weight: 600;
  color: var(--shop-ink);
}

.shop-card-top .shop-icon {
  width: 23px;
  height: 23px;
  border-radius: 7px;
}

.shop-card-top .shop-icon svg {
  width: 14px;
  height: 14px;
}

.shop-save {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.7411764706);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5725490196);
  color: #89a5b4;
}

.shop-save svg {
  width: 15px;
  height: 15px;
}

.shop-save:hover {
  color: #be6489;
  border-color: #e3bccd;
}

.shop-save[aria-pressed=true] {
  color: #bd5f83;
  border-color: #efc1d4;
  background: #fff0f6;
}

.shop-save[aria-pressed=true] svg {
  fill: #f7c9dc;
}

.shop-product-image {
  position: relative;
  display: block;
  width: 100%;
  height: 169px;
  padding: 8px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #e6eef3;
  background: radial-gradient(ellipse at 50% 90%, var(--shop-tint), #fff 74%);
}

.shop-product-image > :where(picture.tep-picture) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.22s;
}

.shop-product-image:hover > :where(picture.tep-picture) > img {
  transform: scale(1.04);
}

.shop-product-badge {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 10px;
  padding: 3px 6px;
  border: 1px solid #dce7ee;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8117647059);
  color: #698595;
  font-size: 9px;
  line-height: 1.5;
}

.shop-quick-look {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 7px;
  right: 8px;
  padding: 4px 7px;
  border: 1px solid #c8e1eb;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9490196078);
  color: #35829f;
  font-size: 10px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.18s, transform 0.18s;
}

.shop-quick-look svg {
  width: 13px;
  height: 13px;
}

.shop-product-image:is(:hover, :focus-visible) .shop-quick-look {
  opacity: 1;
  transform: none;
}

.shop-card-copy {
  padding: 13px 13px 12px;
}

.shop-card h2 {
  min-height: 44px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.shop-card h2 button {
  border: 0;
  padding: 0;
  background: none;
  color: #1b7299;
  text-align: left;
  font: inherit;
}

.shop-card h2 button:hover {
  color: #109cd0;
}

.shop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.shop-tags span {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid #dce8ef;
  border-radius: 5px;
  background: linear-gradient(#fff, #f3f8fc);
  color: #6b8594;
  font-size: 10px;
  line-height: 1.4;
}

.shop-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #e5edf2;
}

.shop-price-row strong {
  display: block;
  color: #223c4b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.shop-price-row small {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  color: #448769;
}

.shop-price-row .shop-stock-off {
  color: #9b7373;
}

.shop-price-row .shop-add {
  min-height: 33px;
  padding: 6px 8px;
  gap: 5px;
  font-size: 10px;
  border-radius: 6px;
}

.shop-add svg {
  width: 14px;
  height: 14px;
}

@container (min-width:1120px) {
  .shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@container (max-width:760px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@container (max-width:520px) {}
@container (max-width:410px) {
  .shop-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .shop-product-image {
    height: 190px;
  }
  .shop-card h2 {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shop-content * {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.shop-page .shop-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  text-align: left;
  font-weight: 400;
}

.shop-page .shop-select-trigger .shop-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-page .shop-select-trigger .shop-select-chevron {
  position: absolute;
  right: 5px;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  pointer-events: none;
  transition: transform 0.15s ease;
}

.shop-page .shop-select-trigger[aria-expanded=true] {
  border-color: #5bc1df;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.0784313725), inset 0 1px #fff;
}

.shop-page .shop-select-trigger[aria-expanded=true] .shop-select-chevron {
  transform: rotate(-90deg);
}

.shop-page .shop-select-trigger:disabled {
  opacity: 0.6;
  cursor: default;
}

.shop-page .finder-form .shop-select-trigger {
  width: 100%;
  height: 35px;
  padding: 0 27px 0 38px;
  border: 1px solid #9edce8;
  border-radius: 8px;
  color: #233f47;
  background: linear-gradient(#fff, #f3fcfe);
  box-shadow: inset 0 1px 2px rgba(18, 63, 73, 0.031372549), 0 2px 7px rgba(15, 120, 145, 0.062745098);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.shop-page .finder-form .shop-select-trigger .shop-select-chevron {
  right: 9px;
}

.shop-page .finder-form .shop-select-trigger[aria-expanded=true] {
  border-color: #5bc1df;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.0784313725), inset 0 1px #fff;
}

.shop-page .shop-select-panel {
  position: fixed;
  z-index: 1100;
  margin: 0;
  padding: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9bcfdf #eff8fc;
  border: 1px solid #b9dce9;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(252, 255, 255, 0.968627451), rgba(237, 249, 255, 0.9607843137));
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px #fff, 0 12px 30px rgba(37, 79, 108, 0.1411764706), 0 3px 8px rgba(37, 79, 108, 0.0470588235);
}

.shop-page .shop-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #294d62;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  cursor: pointer;
}

.shop-page .shop-select-option + .shop-select-option {
  margin-top: 3px;
}

.shop-page .shop-select-option .shop-select-icon {
  width: 27px;
  height: 27px;
  border-radius: 7px;
}

.shop-page .shop-select-option .shop-select-icon svg {
  width: 16px;
  height: 16px;
}

.shop-page .shop-select-option[aria-selected=true] {
  border-color: #c4e6f1;
  background: linear-gradient(110deg, #f2fcff, #dff3fc);
  color: #096e97;
}

.shop-page .shop-select-option[aria-selected=true] .shop-select-check {
  opacity: 1;
}

.shop-page .shop-select-option.is-active {
  border-color: #91cee3;
  background: linear-gradient(110deg, #eafaff, #d7f0fc);
  box-shadow: inset 0 1px #fff;
}

.shop-page .shop-select-option[aria-disabled=true] {
  opacity: 0.45;
  cursor: default;
}

.shop-page .shop-select-option-label {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.shop-page .shop-select-count {
  padding: 1px 7px;
  border: 1px solid #cfe5ef;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7294117647);
  color: #53748a;
  font-size: 11px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}

.shop-page .shop-select-check {
  width: 15px;
  height: 15px;
  color: #139ac0;
  stroke-width: 2.3;
  opacity: 0;
}

.shop-page .shop-select-panel svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.shop-page .shop-select-panel .shop-select-icon {
  --icon: #0785bf;
  --tint: #ccefff;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border: 1px solid color-mix(in srgb, var(--icon) 23%, white);
  border-radius: 7px;
  color: var(--icon);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7882352941) 5%, var(--tint));
  box-shadow: inset 0 1px 1px #fff, 0 2px 4px rgba(41, 79, 112, 0.062745098);
}

.shop-page .shop-select-panel .shop-select-icon.violet {
  --icon: #8764cd;
  --tint: #ebe2ff;
}

.shop-page .shop-select-panel .shop-select-icon.amber {
  --icon: #b98419;
  --tint: #ffedc5;
}

.shop-page .shop-select-panel .shop-select-icon.mint {
  --icon: #149583;
  --tint: #cef7e9;
}

.shop-page .shop-select-panel .shop-select-icon svg {
  width: 16px;
  height: 16px;
}

.shop-page .shop-select-panel .shop-select-check {
  width: 15px;
  height: 15px;
  stroke-width: 2.3;
}

@media (prefers-reduced-motion: reduce) {
  .shop-page .shop-select-chevron {
    transition: none;
  }
}
.shop-card h2 > a {
  color: #1b7299;
  font: inherit;
  text-decoration: none;
}

.shop-card h2 > a:hover {
  color: #109cd0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lab-page,
.lab-page :is(.blog-page, .lab-content, .left-sidebar) {
  background: #fff;
}

.lab-content {
  color: #355368;
  --lab-blue: #137ba7;
  --lab-muted: #607f91;
}

.lab-content :is(h1, h2, h3) {
  text-wrap: balance;
}

.lab-content p {
  line-height: 1.75;
}

.lab-content :is(button, input, textarea, select) {
  font: inherit;
}

.lab-content button {
  color: inherit;
}

.lab-content :is(button, a, input, textarea, select):focus-visible {
  outline: 3px solid #159bc7;
  outline-offset: 3px;
}

.lab-content .lab-tone-cyan {
  --lab-tint: #e5f7fd;
  --lab-edge: #b8e0ed;
  --lab-ink: #2188a9;
}

.lab-content .lab-tone-violet {
  --lab-tint: #f0ecfb;
  --lab-edge: #d7cdeb;
  --lab-ink: #8065a4;
}

.lab-content .lab-tone-green {
  --lab-tint: #e8f8f0;
  --lab-edge: #c5e4d5;
  --lab-ink: #3e8c6d;
}

.lab-content .lab-tone-amber {
  --lab-tint: #fff5e3;
  --lab-edge: #ebdcbb;
  --lab-ink: #96722d;
}

.lab-content .lab-tone-blue {
  --lab-tint: #e7efff;
  --lab-edge: #c6d6f3;
  --lab-ink: #587db1;
}

.lab-tile {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border: 1px solid var(--lab-edge, #b8e0ed);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff, var(--lab-tint, #e5f7fd));
  color: var(--lab-ink, #2188a9);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(52, 98, 126, 0.0352941176);
}

.lab-tile svg {
  width: 19px;
  height: 19px;
}

.lab-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.lab-content :is(.lab-primary, .lab-secondary) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #176b94;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #269cc0, #177ca8);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1882352941), 0 3px 8px rgba(32, 122, 159, 0.0901960784);
  text-align: center;
}

.lab-content .lab-primary:hover {
  background: linear-gradient(135deg, #218eb1, #126d98);
}

.lab-content .lab-secondary {
  border-color: #bddbe8;
  color: #4c7791;
  background: linear-gradient(rgba(255, 255, 255, 0.8784313725), rgba(240, 249, 255, 0.6509803922));
  box-shadow: inset 0 1px #fff;
}

.lab-content .lab-secondary:hover {
  border-color: #8dc8dd;
  background: #fff;
}

.lab-content :is(.lab-primary, .lab-secondary) svg {
  width: 16px;
  height: 16px;
}

.lab-icon-button {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #d6e7ed;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.7215686275);
  color: #7297a7;
}

.lab-icon-button svg {
  width: 16px;
  height: 16px;
}

.lab-content [aria-pressed=true][data-save] {
  color: #197da3;
  border-color: #81c8df;
  background: #e3f6fd;
}

.lab-content [aria-pressed=true][data-save] svg {
  fill: #b9e5f4;
}

.lab-eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #48829e;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 650;
}

.lab-eyebrow svg {
  width: 14px;
  height: 14px;
}

.lab-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(230px, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 316px;
  margin: 28px 0;
  padding: 0 27px 27px;
  border: 1px solid #c7e2ec;
  border-radius: 17px;
  background: radial-gradient(ellipse at 100% 12%, rgba(224, 215, 251, 0.7019607843), transparent 56%), radial-gradient(ellipse at 0% 100%, rgba(184, 237, 229, 0.4196078431), transparent 60%), linear-gradient(125deg, #eafaff, #f4fbff 58%, #f9f5ff);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8509803922), inset 0 -1px rgba(188, 214, 228, 0.1490196078), 0 8px 24px rgba(45, 116, 144, 0.0509803922);
}

.lab-hero-copy {
  position: relative;
  z-index: 1;
}

.lab-hero h1 {
  margin: 12px 0 11px;
  font-size: 34px;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: #246f98;
}

.lab-hero h2 {
  color: #46748e;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.lab-hero-copy > .lab-project-summary {
  margin: 13px 0 18px;
}

.lab-hero .lab-actions {
  gap: 10px;
}

.lab-hero .lab-secondary {
  font-size: 11px;
}

.lab-hero-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 9px;
  color: #637f91;
  line-height: 1.65;
}

.lab-hero-note svg {
  width: 13px;
  height: 13px;
}

.lab-hero-scene {
  position: relative;
  min-width: 0;
  width: 270px;
  justify-self: center;
  height: 275px;
}

.lab-orbit {
  position: absolute;
  top: 24px;
  left: 0;
  width: 245px;
  height: 245px;
  border: 1px dashed #c3dfe9;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 245, 253, 0.8666666667), transparent 67%);
}

.lab-orbit::after {
  content: "";
  position: absolute;
  inset: 29px;
  border: 1px solid #dbe8f3;
  border-radius: 50%;
}

.lab-robot {
  position: absolute;
  z-index: 1;
  top: 63px;
  left: 85px;
  width: 94px;
  height: 101px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #b8ddee;
  border-radius: 26px;
  transform: rotate(-7deg);
  background: linear-gradient(150deg, #fff, #d5edf8);
  color: #2d95ba;
  box-shadow: inset 0 3px 0 #fff, 0 14px 27px rgba(50, 134, 169, 0.1333333333);
}

.lab-robot svg {
  width: 49px;
  height: 49px;
  stroke-width: 1.2;
}

.lab-robot span {
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.lab-scene-question {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 10px;
  padding: 12px 20px 12px 13px;
  border: 1px solid #dcd5ec;
  border-radius: 11px 11px 3px 11px;
  background: #fff;
  color: #7d6f99;
  font-size: 11px;
  line-height: 1.6;
  box-shadow: 0 4px 14px rgba(84, 97, 139, 0.0509803922);
}

.lab-scene-avatar {
  position: absolute;
  bottom: -7px;
  right: -12px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 2px solid #fff;
  background: #eae4f5;
  font-size: 10px;
  font-weight: 600;
}

.lab-scene-answer {
  position: absolute;
  z-index: 3;
  top: 164px;
  left: 2px;
  width: 244px;
  padding: 12px;
  border: 1px solid #b9dfe9;
  border-radius: 4px 12px 12px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.937254902), rgba(237, 250, 255, 0.937254902));
  box-shadow: 0 8px 24px rgba(56, 123, 155, 0.0862745098);
}

.lab-scene-answer > span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #3c7e9a;
  font-size: 11px;
  font-weight: 600;
}

.lab-scene-answer svg {
  width: 14px;
  height: 14px;
}

.lab-scene-answer i {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 6px;
  border: 1px solid #d7e8ee;
  border-radius: 5px;
  background: #fff;
  color: #618699;
  font-style: normal;
  font-size: 9px;
}

.lab-scene-part {
  position: absolute;
  z-index: 1;
  top: 35px;
  right: 0;
  width: 107px;
  transform: rotate(8deg);
}

.lab-scene-part img {
  width: 107px;
  height: 94px;
  object-fit: contain;
}

.lab-scene-part > span {
  display: block;
  position: absolute;
  top: 236px;
  right: 6px;
  width: 220px;
  color: #7c92a5;
  font-size: 9px;
  text-align: right;
  transform: rotate(-8deg);
}

.lab-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}

.lab-section-heading > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.lab-section-heading h2 {
  color: #267696;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 650;
}

.lab-section-heading .lab-tile {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.lab-preview-label {
  font-size: 9px;
  color: #6e8796;
  white-space: nowrap;
}

.lab-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 135px 139px;
  align-items: end;
  gap: 10px;
  padding: 13px;
  border: 1px solid #cee3ee;
  border-radius: 11px;
  background: linear-gradient(120deg, #effaff, #fbfdff 65%, #f4f0fb);
}

.lab-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 5px 0 11px;
  border: 1px solid #c3deea;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.862745098);
}

.lab-search > svg {
  color: #68a0b7;
  width: 16px;
  height: 16px;
}

.lab-search input {
  min-width: 0;
  width: 100%;
  height: 38px;
  border: 0;
  background: transparent;
  color: #365e73;
  font-size: 11px;
  outline-offset: 0 !important;
}

.lab-search .lab-icon-button {
  border: 0;
  background: #edf8fc;
  width: 28px;
  height: 28px;
}

.lab-select-field > label,
.lab-brief-fields > div > label {
  display: block;
  margin-bottom: 5px;
  color: #628295;
  font-size: 9px;
  line-height: 1.5;
}

.lab-select-field :is(select, .shop-select-trigger) {
  width: 100%;
  height: 40px;
  padding: 0 27px 0 11px;
  border: 1px solid #c3deea;
  border-radius: 8px;
  color: #436b82;
  background: linear-gradient(#fff, #f5fbfe);
  font-size: 11px;
}

.lab-select-field .shop-select-trigger .shop-select-chevron {
  right: 9px;
}

.lab-filter-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0 12px;
}

.lab-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.lab-chips button,
.lab-saved-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 31px;
  padding: 6px 9px;
  border: 1px solid #d8e6ed;
  border-radius: 7px;
  color: #5e7e90;
  background: #fff;
  font-size: 10px;
  line-height: 1.5;
}

.lab-chips svg,
.lab-saved-filter svg {
  width: 13px;
  height: 13px;
}

.lab-chips [aria-pressed=true],
.lab-saved-filter[aria-pressed=true] {
  color: #247c9f;
  border-color: #a3d9e9;
  background: linear-gradient(#f7fdff, #e2f4fc);
  box-shadow: inset 0 1px #fff;
}

.lab-saved-filter > span {
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  background: #edf5f8;
  color: #50829b;
  border-radius: 4px;
  font-size: 9px;
}

.lab-result-count {
  margin: 0 0 14px;
  color: #6d8797;
  font-size: 10px;
}

.lab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.lab-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #d3e4ed;
  border-radius: 12px;
  background: linear-gradient(160deg, #fff 65%, #f8fcfe);
  box-shadow: 0 3px 10px rgba(54, 94, 124, 0.0274509804);
}

.lab-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 9px;
}

.lab-category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid var(--lab-edge);
  border-radius: 6px;
  color: var(--lab-ink);
  background: linear-gradient(#fff, var(--lab-tint));
  font-size: 9px;
  line-height: 1.3;
  font-weight: 600;
}

.lab-category svg {
  width: 12px;
  height: 12px;
}

.lab-card-top .lab-icon-button {
  width: 29px;
  height: 29px;
  border-color: #e0ebf0;
}

.lab-card-top .lab-icon-button svg {
  width: 14px;
  height: 14px;
}

.lab-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.lab-card-heading > div {
  flex: 1;
  min-width: 0;
}

.lab-level {
  color: #728a98;
  font-size: 9px;
  line-height: 1.5;
}

.lab-card h3 {
  color: #287592;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.025em;
  margin-top: 5px;
}

.lab-card h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lab-card-art {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 84px;
  height: 74px;
  border-radius: 13px;
  background: radial-gradient(ellipse, var(--lab-tint), #fff);
}

.lab-card-art img {
  width: 84px;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
}

.lab-card-art > .lab-tile {
  width: 55px;
  height: 55px;
  border-radius: 15px;
}

.lab-card-art .lab-tile svg {
  width: 28px;
  height: 28px;
}

.lab-card-summary {
  margin: 11px 0 13px;
  font-size: 11px;
  color: #6b8392;
}

.lab-peek {
  display: grid;
  gap: 7px;
  padding: 10px;
  border: 1px solid #e0ecf2;
  border-radius: 8px;
  background: #f7fbfd;
}

.lab-peek p {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 10px;
  line-height: 1.6;
  color: #6a7c8d;
}

.lab-peek p:last-child {
  color: #4383a0;
}

.lab-mini-user {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e0d9ed;
  border-radius: 5px;
  background: #f0ebf8;
  color: #8c78a6;
  font-size: 8px;
}

.lab-peek svg {
  width: 18px;
  height: 18px;
  padding: 2px;
  color: #3a94b3;
  border: 1px solid #d0e6ee;
  border-radius: 5px;
  background: #edf8fc;
}

.lab-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 13px 0;
  margin-top: auto;
}

.lab-tags > span {
  padding: 3px 6px;
  border: 1px solid #e4edf2;
  border-radius: 4px;
  background: #fafcfd;
  color: #6c899a;
  font-size: 8px;
}

.lab-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding-top: 11px;
  border-top: 1px solid #e6eef3;
  color: #718a98;
  font-size: 9px;
}

.lab-card > footer :is(span, a) {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lab-card > footer svg {
  width: 12px;
  height: 12px;
}

.lab-card > footer i {
  font-style: normal;
  padding: 0 2px;
}

.lab-card > footer a {
  color: #2b85a6;
  font-weight: 600;
}

.lab-bottom-cta {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
  margin: 25px 0 19px;
  border: 1px solid #d2e4ec;
  border-radius: 12px;
  background: linear-gradient(110deg, #f3fbff, #fcfdff 55%, #f4effb);
}

.lab-bottom-cta > div {
  flex: 1;
}

.lab-bottom-cta h2 {
  color: #3a7894;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.lab-bottom-cta p {
  margin-top: 5px;
  color: #6c8799;
  font-size: 10px;
}

.lab-bottom-cta .lab-primary {
  font-size: 10px;
  padding: 9px 11px;
}

.lab-disclosure {
  color: #6c8797;
  font-size: 9px;
  text-align: center;
  padding: 0 12px 7px;
}

.lab-no-script {
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #d0e6ef;
  border-radius: 8px;
  background: #f1faff;
  font-size: 12px;
}

.lab-empty {
  text-align: center;
  padding: 50px 20px;
  border: 1px dashed #c7e1ed;
  border-radius: 13px;
  background: #f8fcfe;
}

.lab-empty h1,
.lab-empty h3 {
  color: #347c9c;
  margin: 15px 0 9px;
}

.lab-empty p {
  margin-bottom: 18px;
  font-size: 13px;
  color: #65879a;
}

.lab-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 20px;
  color: #7a91a0;
  font-size: 10px;
  line-height: 1.6;
}

.lab-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4c8aa6;
}

.lab-breadcrumb svg {
  width: 13px;
  height: 13px;
}

.lab-project-header {
  padding: 24px;
  border: 1px solid #cde4ef;
  border-radius: 14px;
  background: radial-gradient(ellipse at top right, #eeeefb, transparent 60%), linear-gradient(125deg, #f0fbff, #fff);
}

.lab-project-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 9px;
  color: #357d9b;
}

.lab-project-labels > span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lab-project-labels svg {
  width: 13px;
  height: 13px;
}

.lab-project-labels .lab-example-label {
  padding: 4px 7px;
  border: 1px solid #d6dfed;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6784313725);
  color: #71849b;
  font-size: 8px;
}

.lab-project-header h1 {
  max-width: 650px;
  margin: 14px 0 11px;
  color: #166f98;
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.lab-project-header > p {
  max-width: 660px;
  font-size: 12px;
  color: #628095;
}

.lab-project-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
  font-size: 9px;
  color: #6d8797;
}

.lab-project-meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lab-project-meta svg {
  width: 13px;
  height: 13px;
}

.lab-project-meta .lab-outcome {
  color: #428c73;
}

.lab-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lab-project-actions :is(.lab-primary, .lab-secondary) {
  min-height: 36px;
  font-size: 10px;
  padding: 8px 11px;
}

.lab-stage {
  scroll-margin-top: 24px;
  padding: 0 0 22px;
}

.lab-stage-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  padding: 10px 0;
  border-bottom: 1px solid #e2edf3;
}

.lab-stage-heading > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #c9e4f0;
  border-radius: 8px;
  background: linear-gradient(#fff, #e7f5fb);
  color: #4d94b1;
  font-size: 10px;
  font-weight: 600;
}

.lab-stage-heading h2 {
  flex: 1;
  color: #377f9e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lab-stage-heading > svg {
  color: #82a9bc;
  width: 17px;
  height: 17px;
}

.lab-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.lab-avatar {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d8cfea;
  border-radius: 9px;
  background: linear-gradient(#faf8fe, #e9e3f6);
  color: #8f79a9;
  font-size: 11px;
  font-weight: 650;
}

.lab-avatar-ai {
  color: #3193b2;
  border-color: #b9deed;
  background: linear-gradient(#fff, #dff3fb);
}

.lab-avatar-ai svg {
  width: 19px;
  height: 19px;
}

.lab-message-body {
  flex: 1;
  min-width: 0;
  padding: 15px 18px;
  border: 1px solid #e1ddef;
  border-radius: 3px 11px 11px;
  background: linear-gradient(110deg, #f8f6fc, #fcfbfe);
}

.lab-message-body > header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}

.lab-message-body h3 {
  color: #86769e;
  font-size: 10px;
  font-weight: 650;
}

.lab-message-body > header > span {
  color: #8d92a2;
  font-size: 8px;
}

.lab-message-body > p {
  font-size: 14px;
  color: #536e82;
  line-height: 1.85;
}

.lab-message-ai .lab-message-body {
  background: linear-gradient(115deg, #f5fcff, #fff 65%);
  border-color: #cfe5ee;
}

.lab-message-ai h3 {
  color: #3687a6;
}

.lab-message-ai .lab-ai-tag {
  padding: 2px 5px;
  border: 1px solid #d6e8f0;
  border-radius: 4px;
  color: #688d9f;
  background: #f9fdff;
}

.lab-checklist {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 13px 0 0;
}

.lab-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  color: #5b7a8d;
  line-height: 1.7;
}

.lab-checklist svg {
  margin-top: 2px;
  width: 14px;
  height: 14px;
  color: #60a391;
}

.lab-milestone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #cfe5ee;
  border-radius: 7px;
  background: #edf8fd;
  font-size: 10px;
  color: #5489a0;
}

.lab-milestone > svg {
  width: 14px;
  height: 14px;
}

.lab-milestone > strong {
  color: #3a7b98;
  font-size: 10px;
  font-weight: 600;
}

.lab-parts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.lab-parts > a,
.lab-parts > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 13px 7px;
  border: 1px solid #d6e6ef;
  border-radius: 8px;
  background: #fff;
}

.lab-parts img {
  display: block;
  width: 120px;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
}

.lab-parts > .lab-tile,
.lab-parts > div > .lab-tile {
  margin: 17px 0;
}

.lab-parts :is(a, div) > span:not(.lab-tile) {
  text-align: center;
  font-size: 10px;
  color: #50819a;
}

.lab-parts small {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  color: #7893a2;
}

.lab-figure {
  margin: 15px 0 10px;
}

.lab-diagram-open {
  display: block;
  width: 100%;
  padding: 6px;
  border: 1px solid #cde3ee;
  border-radius: 10px;
  background: #fff;
}

.lab-content .lab-circuit {
  display: block;
  width: 100%;
  height: auto;
  fill: initial;
  stroke: none;
  stroke-width: initial;
}

.lab-diagram-open > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px;
  color: #5b8ca4;
  font-size: 9px;
}

.lab-diagram-open > span > svg {
  width: 13px;
  height: 13px;
}

.lab-figure figcaption {
  margin-top: 8px;
  font-size: 9px;
  color: #6f8a9c;
  text-align: center;
  line-height: 1.6;
}

.lab-message-body .lab-reference {
  margin-top: 12px;
  font-size: 9px;
  color: #6d8796;
}

.lab-reference a {
  color: #3b8baa;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lab-code {
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid #254a60;
  border-radius: 10px;
  background: #193246;
}

.lab-code-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
  border-bottom: 1px solid #375063;
  background: #223e52;
  color: #b2d3e1;
  font-size: 10px;
}

.lab-code-heading > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.lab-code-heading svg {
  width: 14px;
  height: 14px;
}

.lab-code-heading button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid #547385;
  border-radius: 5px;
  background: #2b495c;
  color: #c1dce8;
  font-size: 9px;
}

.lab-code pre {
  max-width: 100%;
  overflow: auto;
  padding: 17px 14px;
  color: #c5e1e9;
  line-height: 1.85;
  tab-size: 2;
}

.lab-code :is(pre, code),
.lab-output pre {
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

.lab-code footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-top: 1px solid #375063;
  color: #9dbcca;
  font-size: 9px;
}

.lab-code footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b7e2f0;
}

.lab-code footer svg {
  width: 13px;
  height: 13px;
}

.lab-debug-note,
.lab-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  margin-top: 15px;
  border: 1px solid #e9dfc7;
  border-radius: 8px;
  background: #fffaf0;
}

.lab-debug-note strong,
.lab-success strong {
  display: block;
  margin-bottom: 3px;
  color: #957a49;
  font-size: 11px;
  font-weight: 600;
}

.lab-debug-note p,
.lab-success p {
  color: #8f846b;
  font-size: 10px;
}

.lab-success {
  border-color: #cee6dc;
  background: #f1faf5;
}

.lab-success strong {
  color: #45876b;
}

.lab-success p {
  color: #6b927d;
}

.lab-output {
  padding: 13px;
  border: 1px solid #d7e5ed;
  border-radius: 8px;
  background: #f5fafc;
  margin-top: 15px;
}

.lab-output > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #578198;
  font-size: 10px;
}

.lab-output > div svg {
  width: 14px;
  height: 14px;
}

.lab-output > div span {
  margin-left: auto;
  color: #738b9b;
  font-size: 8px;
}

.lab-output pre {
  margin-top: 12px;
  color: #54927a;
  line-height: 1.9;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.lab-related {
  margin-top: 27px;
}

.lab-related > .lab-section-heading > a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #5a8ca3;
  font-size: 9px;
}

.lab-related > .lab-section-heading > a svg {
  width: 12px;
  height: 12px;
}

.lab-related + .lab-disclosure {
  margin-top: 20px;
}

.lab-new-header {
  position: relative;
  margin: 48px 0 28px;
  padding: 0 27px 27px;
  border: 1px solid #c7e2ec;
  border-radius: 17px;
  background: radial-gradient(ellipse at 100% 12%, rgba(224, 215, 251, 0.7019607843), transparent 56%), radial-gradient(ellipse at 0% 100%, rgba(184, 237, 229, 0.4196078431), transparent 60%), linear-gradient(125deg, #eafaff, #f4fbff 58%, #f9f5ff);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8509803922), inset 0 -1px rgba(188, 214, 228, 0.1490196078), 0 8px 24px rgba(45, 116, 144, 0.0509803922);
}

.lab-new-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lab-new-header h1 {
  margin-top: 8px;
  color: #246f98;
  font-size: 34px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.lab-demo-pill {
  padding: 6px 9px;
  border: 1px solid #d9d3e9;
  border-radius: 20px;
  background: linear-gradient(#fff, #f4effc);
  color: #85749c;
  font-size: 9px;
  white-space: nowrap;
}

.lab-workspace {
  border: 1px solid #cadfeb;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(44, 109, 144, 0.062745098);
}

.lab-workspace-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 18px;
  border-bottom: 1px solid #d9e8f0;
  border-radius: 13px 13px 0 0;
  background: linear-gradient(115deg, #eafaff, #f4fbff 58%, #f2ecfc);
}

.lab-workspace-bar > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lab-workspace-bar strong {
  display: block;
  font-size: 13px;
  font-weight: 650;
  color: #3983a4;
}

.lab-workspace-bar small {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  color: #6c8c9e;
}

.lab-text-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 0;
  border: 0;
  background: none;
  font-size: 10px !important;
}

.lab-text-button svg {
  width: 14px;
  height: 14px;
}

.lab-onboarding {
  position: relative;
  padding: 0;
}

.lab-starters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.lab-starters > button {
  position: relative;
  padding: 15px 13px;
  border: 1px solid #d5e4ed;
  border-radius: 10px;
  background: linear-gradient(130deg, #fff, #f8fcff);
  text-align: left;
}

.lab-starters > button:hover {
  border-color: #a0d4e5;
  background: #f2fbff;
}

.lab-starters .lab-tile {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.lab-starters .lab-tile svg {
  width: 16px;
  height: 16px;
}

.lab-starters strong {
  display: block;
  color: #487e9a;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.lab-starters > button > span:not(.lab-tile) {
  display: block;
  color: #7993a3;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 4px;
}

.lab-starters > button > svg {
  position: absolute;
  right: 12px;
  top: 24px;
  width: 13px;
  height: 13px;
  color: #8eacbb;
}

.lab-inspired {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 12px 18px;
  margin: 0 18px 18px;
  border: 1px solid #dfdaf0;
  border-radius: 8px;
  background: #f9f7fe;
  font-size: 10px;
  color: #84779e;
}

.lab-inspired svg {
  width: 14px;
  height: 14px;
}

.lab-inspired a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lab-live-messages {
  padding: 0 18px;
}

.lab-live-messages:empty {
  padding: 0;
}

.lab-live-messages:not(:empty) {
  padding-top: 22px;
}

.lab-live-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.lab-brief {
  margin: 0 18px 15px;
  border: 1px solid #d6ddeb;
  border-radius: 9px;
  background: linear-gradient(125deg, #f4fcff, #f8f5ff);
}

.lab-brief > summary {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px;
  list-style: none;
  cursor: pointer;
  font-size: 10px;
  color: #5d849a;
}

.lab-brief > summary::-webkit-details-marker {
  display: none;
}

.lab-brief > summary > span {
  margin-left: auto;
  font-size: 9px;
  color: #8a9fab;
}

.lab-brief > summary > svg {
  width: 14px;
  height: 14px;
}

.lab-brief[open] > summary > svg:last-child {
  transform: rotate(180deg);
}

.lab-brief-fields {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding: 2px 13px 14px;
}

.lab-brief-fields input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #cddfe9;
  border-radius: 8px;
  color: #456f86;
  background: #fff;
  font-size: 11px;
}

.lab-composer {
  margin: 0 18px 18px;
  padding: 14px;
  border: 1px solid #bcdde9;
  border-radius: 10px;
  background: linear-gradient(125deg, #f8fdff, #fff 65%, #fcfaff);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(47, 123, 151, 0.031372549);
}

.lab-composer > label {
  display: block;
  margin-bottom: 9px;
  color: #4e829a;
  font-size: 10px;
  font-weight: 600;
}

.lab-composer textarea {
  display: block;
  width: 100%;
  min-height: 83px;
  max-height: 350px;
  padding: 0;
  resize: vertical;
  border: 0;
  color: #41677d;
  background: transparent;
  font-size: 12px;
  line-height: 1.8;
}

.lab-composer textarea::placeholder {
  color: #8aa1af;
}

.lab-composer-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #eaf0f4;
}

.lab-composer-tools > div {
  display: flex;
  gap: 17px;
  align-items: center;
}

.lab-attach {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 0;
  padding: 8px 0;
  background: none;
  color: #658da1;
  font-size: 10px !important;
}

.lab-attach svg {
  width: 14px;
  height: 14px;
}

.lab-composer-tools .lab-primary {
  font-size: 10px;
  padding: 8px 12px;
  min-height: 35px;
}

.lab-composer-tools .lab-text-button {
  color: #658da1;
}

.lab-input-note {
  margin-top: 8px;
  color: #7e95a3;
  font-size: 8px;
}

.lab-workspace-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px 17px;
  font-size: 9px;
  color: #768f9f;
  line-height: 1.7;
  text-align: center;
}

.lab-workspace-note svg {
  width: 12px;
  height: 12px;
}

.lab-new-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 21px 0;
  color: #7d97a5;
  font-size: 10px;
}

.lab-new-footer > span,
.lab-new-footer > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lab-new-footer > a {
  color: #4c89a6;
}

.lab-new-footer svg {
  width: 13px;
  height: 13px;
}

#lab-attachment-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding: 6px 9px;
  border: 1px solid #d5e7ef;
  border-radius: 7px;
  color: #698da1;
  background: #f5fbfe;
  font-size: 10px;
}

#lab-attachment-preview > span {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-wrap: anywhere;
}

#lab-attachment-preview svg {
  width: 14px;
  height: 14px;
}

.lab-uploaded {
  margin-top: 13px;
}

.lab-uploaded img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid #d6e6ee;
  border-radius: 7px;
  background: #fff;
}

.lab-uploaded figcaption {
  color: #7e8d9f;
  font-size: 9px;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

@container (min-width:1150px) {
  .lab-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lab-hero {
    grid-template-columns: minmax(0, 1fr) 350px;
  }
  .lab-hero h1 {
    font-size: 39px;
  }
  .lab-hero h2 {
    font-size: 28px;
  }
  .lab-hero-copy .lab-project-summary > p {
    font-size: 14px;
  }
  .lab-hero-scene {
    margin-right: 50px;
  }
}
@container (max-width:740px) {
  .lab-hero {
    grid-template-columns: minmax(0, 1fr) 220px;
    padding: 0 20px 23px;
  }
  .lab-hero h1 {
    font-size: 28px;
  }
  .lab-hero h2 {
    font-size: 22px;
  }
  .lab-hero-scene {
    transform: scale(0.87);
    transform-origin: right center;
  }
  .lab-hero-copy .lab-project-summary > p {
    font-size: 12px;
  }
  .lab-card {
    padding: 12px;
  }
  .lab-card h3 {
    font-size: 15px;
  }
  .lab-card-art {
    width: 70px;
  }
  .lab-card-art img {
    width: 79px;
  }
  .lab-filters {
    grid-template-columns: minmax(0, 1fr) 116px 122px;
    gap: 8px;
  }
  .lab-bottom-cta {
    flex-wrap: wrap;
  }
  .lab-bottom-cta > .lab-primary {
    margin-left: 48px;
  }
  .lab-project-header h1 {
    font-size: 27px;
  }
}
@container (max-width:570px) {
  .lab-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 16px 20px;
  }
  .lab-hero-copy .lab-project-summary > p {
    font-size: 12px;
  }
  .lab-hero h1 {
    font-size: 29px;
  }
  .lab-hero h2 {
    font-size: 22px;
  }
  .lab-hero-scene {
    width: 270px;
    margin: 15px auto -12px;
    transform: scale(0.9);
    transform-origin: center top;
    height: 250px;
  }
  .lab-hero .lab-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .lab-hero-note {
    margin-top: 13px;
  }
  .lab-section-heading {
    align-items: flex-start;
  }
  .lab-section-heading h2 {
    font-size: 16px;
  }
  .lab-preview-label {
    display: none;
  }
  .lab-filters {
    grid-template-columns: 1fr 1fr;
    padding: 11px;
    gap: 11px;
  }
  .lab-search {
    grid-column: 1/-1;
  }
  .lab-search input {
    font-size: 12px;
  }
  .lab-select-field :is(select, .shop-select-trigger) {
    font-size: 12px;
  }
  .lab-chips {
    gap: 6px;
  }
  .lab-chips button {
    min-height: 35px;
    font-size: 10px;
  }
  .lab-saved-filter {
    min-height: 35px;
  }
  .lab-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lab-card {
    padding: 16px;
  }
  .lab-card h3 {
    font-size: 18px;
  }
  .lab-card-art {
    width: 82px;
    height: 80px;
  }
  .lab-card-art img {
    width: 96px;
  }
  .lab-card-summary {
    font-size: 12px;
  }
  .lab-peek p {
    font-size: 11px;
  }
  .lab-tags > span {
    font-size: 9px;
  }
  .lab-card > footer {
    font-size: 10px;
  }
  .lab-bottom-cta {
    padding: 17px;
    align-items: flex-start;
    gap: 11px;
  }
  .lab-bottom-cta h2 {
    font-size: 15px;
  }
  .lab-bottom-cta > .lab-primary {
    margin-left: 46px;
  }
  .lab-breadcrumb {
    margin-bottom: 16px;
  }
  .lab-project-header {
    padding: 20px 17px;
  }
  .lab-project-header h1 {
    font-size: 27px;
  }
  .lab-project-header > p {
    font-size: 12px;
  }
  .lab-project-meta {
    gap: 11px;
    line-height: 1.5;
  }
  .lab-project-actions {
    gap: 7px;
  }
  .lab-project-actions .lab-primary {
    flex-basis: 100%;
  }
  .lab-message {
    gap: 7px;
  }
  .lab-avatar {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    font-size: 9px;
  }
  .lab-avatar-ai svg {
    width: 16px;
    height: 16px;
  }
  .lab-message-body {
    padding: 13px 12px;
  }
  .lab-message-body > p {
    font-size: 13px;
  }
  .lab-parts {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .lab-parts > a,
  .lab-parts > div {
    flex-direction: row;
    justify-content: flex-start;
    padding: 7px;
    min-height: 63px;
    gap: 12px;
  }
  .lab-parts img {
    width: 70px;
    height: 48px;
  }
  .lab-parts > div > .lab-tile {
    margin: 7px 17px;
  }
  .lab-parts :is(a, div) > span:not(.lab-tile) {
    text-align: left;
  }
  .lab-milestone > strong {
    flex-basis: 100%;
  }
  .lab-code pre {
    font-size: 9px;
    padding: 12px;
  }
  .lab-code code {
    font-size: 11px;
  }
  .lab-code-heading {
    padding: 10px;
  }
  .lab-code-heading > span {
    font-size: 9px;
  }
  .lab-code footer {
    font-size: 8px;
  }
  .lab-debug-note,
  .lab-success {
    padding: 10px;
    align-items: flex-start;
  }
  .lab-debug-note .lab-tile,
  .lab-success .lab-tile {
    width: 28px;
    height: 28px;
  }
  .lab-related .lab-section-heading {
    align-items: center;
  }
  .lab-related > .lab-section-heading > a {
    font-size: 8px;
    white-space: nowrap;
  }
  .lab-new-header {
    margin-top: 44px;
    padding: 0 16px 20px;
    border-radius: 14px;
  }
  .lab-new-title-row {
    flex-wrap: wrap;
    gap: 11px;
  }
  .lab-new-header h1 {
    font-size: 28px;
  }
  .lab-demo-pill {
    font-size: 8px;
  }
  .lab-workspace-bar {
    padding: 14px;
  }
  .lab-workspace-bar small {
    font-size: 8px;
  }
  .lab-workspace-bar .lab-tile {
    width: 31px;
    height: 31px;
  }
  .lab-starters {
    grid-template-columns: 1fr;
    margin-top: 22px;
    gap: 9px;
  }
  .lab-starters > button {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 11px;
    padding: 13px;
  }
  .lab-starters .lab-tile {
    grid-row: span 2;
    align-self: center;
    margin: 0;
  }
  .lab-starters strong {
    padding-right: 18px;
    font-size: 12px;
  }
  .lab-starters > button > span:not(.lab-tile) {
    margin-top: 2px;
  }
  .lab-starters > button > svg {
    top: 25px;
  }
  .lab-brief {
    margin: 0 12px 12px;
  }
  .lab-brief-fields {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .lab-composer {
    margin: 0 12px 14px;
    padding: 12px;
  }
  .lab-composer textarea {
    font-size: 16px;
    min-height: 110px;
  }
  .lab-composer-tools {
    flex-wrap: wrap;
    gap: 8px;
  }
  .lab-composer-tools > div {
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }
  .lab-composer-tools .lab-primary {
    width: 100%;
    font-size: 12px;
    min-height: 40px;
  }
  .lab-workspace-note {
    font-size: 8px;
    align-items: flex-start;
  }
  .lab-workspace-note svg {
    margin-top: 2px;
  }
  .lab-input-note {
    font-size: 8px;
  }
  .lab-live-messages {
    padding: 0 11px;
  }
  .lab-live-messages:not(:empty) {
    padding-top: 18px;
  }
  .lab-inspired {
    margin: 0 12px 15px;
    padding: 11px;
    font-size: 9px;
  }
}
.lab-project-header {
  position: relative;
  margin-top: 48px;
  padding: 0 27px 27px;
  border: 1px solid #c7e2ec;
  border-radius: 17px;
  background: radial-gradient(ellipse at 100% 12%, rgba(224, 215, 251, 0.7019607843), transparent 56%), radial-gradient(ellipse at 0% 100%, rgba(184, 237, 229, 0.4196078431), transparent 60%), linear-gradient(125deg, #eafaff, #f4fbff 58%, #f9f5ff);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8509803922), inset 0 -1px rgba(188, 214, 228, 0.1490196078), 0 8px 24px rgba(45, 116, 144, 0.0509803922);
}

.lab-project-header::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4392156863), transparent 42%);
  pointer-events: none;
  content: "";
}

.lab-project-header > * {
  position: relative;
}

.lab-project-hardware {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 11px;
  position: relative;
  top: -28px;
  margin-bottom: -9px;
}

.lab-hardware-glass {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 85px;
  padding: 12px 10px;
  border: 1px solid rgba(222, 239, 251, 0.7882352941);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9607843137), rgba(227, 246, 255, 0.9098039216) 52%, rgba(211, 231, 243, 0.862745098));
  backdrop-filter: blur(12px);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8509803922), inset 0 -1px rgba(151, 191, 215, 0.5098039216), 0 7px 15px rgba(7, 27, 51, 0.2);
}

.lab-hardware-glass:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9607843137), rgba(227, 251, 245, 0.9333333333), rgba(201, 231, 224, 0.8745098039));
}

.lab-hardware-glass:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9607843137), rgba(238, 233, 255, 0.937254902), rgba(217, 204, 236, 0.8745098039));
}

.lab-hardware-glass:nth-child(4) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9607843137), rgba(225, 246, 255, 0.937254902), rgba(191, 223, 239, 0.8745098039));
}

.lab-hardware-glass img {
  display: block;
  flex-shrink: 0;
  width: 66px;
  height: 51px;
  object-fit: contain;
  filter: drop-shadow(0 5px 3px rgba(36, 79, 103, 0.1333333333));
}

.lab-hardware-glass > span:not(.lab-hardware-glyph) {
  min-width: 0;
}

.lab-hardware-glass strong {
  display: block;
  color: #285879;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 650;
}

.lab-hardware-glass small {
  display: block;
  margin-top: 4px;
  color: #557a92;
  font-size: 8px;
  line-height: 1.55;
}

.lab-hardware-glyph {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #b8d1e7;
  border-radius: 11px;
  color: #558bbb;
  background: linear-gradient(rgba(255, 255, 255, 0.8509803922), rgba(216, 233, 247, 0.6509803922));
  box-shadow: inset 0 1px #fff;
}

.lab-hardware-glyph svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.4;
}

.lab-hardware-glass:nth-child(3) .lab-hardware-glyph {
  color: #8b73b9;
  border-color: #cfc1e6;
  background: linear-gradient(#fff, #e2d9f3);
}

.lab-project-header .lab-project-labels {
  color: #467b95;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.lab-project-header .lab-example-label {
  color: #776698;
  border-color: #d9cfeb;
  background: rgba(255, 255, 255, 0.5490196078);
}

.lab-project-header h1 {
  max-width: 740px;
  margin: 15px 0 12px;
  color: #246f98;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7019607843);
  font-size: 34px;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-wrap: balance;
}

.lab-project-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 208px;
  align-items: start;
  gap: 20px;
  margin-top: 17px;
}

.lab-project-overview {
  min-width: 0;
}

.lab-project-summary {
  padding: 14px 16px;
  border: 1px solid rgba(203, 226, 238, 0.7019607843);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3215686275);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9019607843);
}

.lab-project-summary > p {
  margin: 0;
  color: #41657b;
  font-size: 13px;
  line-height: 1.85;
}

.lab-ai-disclosure {
  min-width: 0;
  padding: 16px;
  border: 1px solid #d4d9eb;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5215686275), rgba(248, 245, 255, 0.4));
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9019607843);
  color: #53677e;
}

.lab-ai-disclosure-heading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lab-ai-disclosure-heading > svg {
  width: 29px;
  height: 29px;
  padding: 4px;
  color: #8570b0;
  border: 1px solid #d4c8e7;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #e9e1f7);
  box-shadow: inset 0 1px #fff;
  flex-shrink: 0;
}

.lab-ai-disclosure h2 {
  color: #6a5e85;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-wrap: initial;
}

.lab-ai-disclosure > p {
  margin: 11px 0 13px;
  font-size: 11px;
  line-height: 1.85;
}

.lab-ai-disclosure-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid #dcd2ec;
  border-radius: 5px;
  background: rgba(243, 238, 251, 0.6509803922);
  color: #77618f;
  font-size: 9px;
}

.lab-ai-disclosure-label svg {
  width: 12px;
  height: 12px;
}

.lab-project-header .lab-project-meta {
  gap: 7px;
  margin: 19px 0 20px;
  color: #4f768a;
  font-size: 9px;
}

.lab-project-header .lab-project-meta > span {
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid #cce1e9;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.4196078431);
}

.lab-project-header .lab-project-meta .lab-outcome {
  color: #347962;
  border-color: #c3dfd3;
  background: rgba(234, 248, 240, 0.5019607843);
}

.lab-project-header .lab-project-actions {
  gap: 9px;
}

.lab-project-header .lab-primary {
  border-color: #1986b0;
  background: linear-gradient(135deg, #269cc0, #177ca8);
  color: #fff;
  min-height: 38px;
  font-size: 11px;
}

.lab-project-header .lab-primary:hover {
  background: linear-gradient(135deg, #218eb1, #126d98);
  color: #fff;
}

.lab-project-header .lab-secondary {
  color: #4c7791;
  border-color: #bddbe8;
  background: linear-gradient(rgba(255, 255, 255, 0.8784313725), rgba(240, 249, 255, 0.6509803922));
  box-shadow: inset 0 1px #fff;
  min-height: 38px;
  font-size: 11px;
}

.lab-project-header .lab-secondary:hover {
  color: #246988;
  border-color: #8dc8dd;
  background: #fff;
}

.lab-project-header .lab-secondary[aria-pressed=true] {
  color: #174c73;
  background: #d8f3ff;
  border-color: #91d1ee;
}

.lab-project-header :is(a, button):focus-visible {
  outline-color: #064569;
}

.lab-conversation {
  position: relative;
  margin-top: 28px;
}

.lab-conversation .lab-stage {
  padding-bottom: 28px;
}

.lab-conversation .lab-stage-heading {
  margin-bottom: 23px;
}

:is(.lab-conversation, .lab-live-messages) .lab-message {
  gap: 11px;
  margin-bottom: 22px;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-user {
  flex-direction: row-reverse;
  width: 82%;
  max-width: 780px;
  margin-left: auto;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-ai {
  width: 95%;
  max-width: 1080px;
  margin-right: auto;
}

:is(.lab-conversation, .lab-live-messages) .lab-avatar {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7803921569), 0 3px 8px rgba(55, 86, 121, 0.0431372549);
}

:is(.lab-conversation, .lab-live-messages) .lab-avatar-student {
  color: #876bb0;
  border-color: #d1c2e8;
  background: linear-gradient(140deg, #fff, #e5dcf5);
}

:is(.lab-conversation, .lab-live-messages) .lab-avatar-ai {
  color: #2989b2;
  border-color: #acdbed;
  background: linear-gradient(140deg, #fff, #d5f1fd);
}

:is(.lab-conversation, .lab-live-messages) .lab-avatar-ai svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.4;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body {
  padding: 18px 20px;
  box-shadow: 0 3px 9px rgba(50, 91, 122, 0.0196078431);
}

:is(.lab-conversation, .lab-live-messages) .lab-message-user .lab-message-body {
  border-radius: 13px 3px 13px 13px;
  border-color: #dcd3ed;
  background: linear-gradient(115deg, #fcfbff, #f4effc);
}

:is(.lab-conversation, .lab-live-messages) .lab-message-user .lab-message-body > header {
  flex-direction: row-reverse;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-ai .lab-message-body {
  border-radius: 3px 13px 13px;
  border-color: #c8e2ed;
  background: linear-gradient(130deg, #f4fbff, #fff 65%);
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body > p {
  font-size: 14px;
  line-height: 1.9;
  color: #46677e;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body > p + p {
  margin-top: 14px;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body > header {
  margin-bottom: 12px;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body h3 {
  font-size: 11px;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body > header > span {
  font-size: 9px;
}

:is(.lab-conversation, .lab-live-messages) .lab-message-body .lab-reference {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.7;
  color: #69879a;
}

:is(.lab-conversation, .lab-live-messages) .lab-checklist {
  padding-top: 3px;
}

:is(.lab-conversation, .lab-live-messages) .lab-checklist li {
  font-size: 12px;
}

:is(.lab-conversation, .lab-live-messages) .lab-code {
  margin-top: 18px;
}

.lab-code-extended pre {
  max-height: 440px;
  scrollbar-width: thin;
  scrollbar-color: #638c9f #193246;
}

.lab-state-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
  gap: 9px;
}

.lab-state-strip > span {
  padding: 12px 10px;
  border: 1px solid #d4e5ed;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7803921569);
  font-size: 11px;
  color: #426a82;
}

.lab-state-strip small {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  color: #698699;
  line-height: 1.5;
}

.lab-state-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}

.lab-state-dot.fresh {
  background: #5dba93;
  box-shadow: 0 0 0 3px rgba(93, 186, 147, 0.0901960784);
}

.lab-state-dot.stale {
  background: #d5a74b;
  box-shadow: 0 0 0 3px rgba(213, 167, 75, 0.0901960784);
}

.lab-state-dot.unavailable {
  background: #a78baf;
  box-shadow: 0 0 0 3px rgba(167, 139, 175, 0.0901960784);
}

.lab-architecture {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 19px;
}

.lab-architecture > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 16px 9px;
  border: 1px solid #d3e6ee;
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

.lab-architecture strong {
  font-weight: 600;
  font-size: 11px;
  color: #4c809b;
}

.lab-architecture small {
  color: #7493a3;
  font-size: 9px;
  line-height: 1.5;
}

.lab-formula {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #cde3ed;
  border-radius: 8px;
  background: #eef8fc;
}

.lab-formula > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4e849a;
  font-size: 10px;
}

.lab-formula code {
  display: block;
  padding: 12px 0;
  color: #256c8c;
  font: 12px/1.8 Consolas, monospace;
  overflow-wrap: anywhere;
}

.lab-formula p {
  color: #6b8898;
  font-size: 10px;
}

.lab-table-scroll {
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid #cddfe9;
  border-radius: 9px;
  background: #fff;
}

.lab-test-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 11px;
  line-height: 1.7;
}

.lab-test-table caption {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #4e809b;
  background: #f5faff;
}

.lab-test-table th {
  padding: 10px 12px;
  text-align: left;
  color: #417592;
  background: #eaf6fc;
  border-top: 1px solid #dbe9f1;
}

.lab-test-table td {
  padding: 11px 12px;
  color: #58768a;
  vertical-align: top;
  border-top: 1px solid #e2edf3;
}

.lab-test-table tbody tr:nth-child(even) {
  background: #fafcfe;
}

@container (max-width:740px) {
  .lab-project-header {
    padding: 0 20px 23px;
  }
  .lab-project-hardware {
    gap: 8px;
  }
  .lab-hardware-glass {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px 6px;
    gap: 7px;
  }
  .lab-hardware-glass img {
    width: 62px;
    height: 41px;
  }
  .lab-hardware-glass small {
    font-size: 8px;
  }
  .lab-project-header h1 {
    font-size: 30px;
  }
  .lab-project-details {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-user {
    width: 87%;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-ai {
    width: 98%;
  }
}
@container (max-width:570px) {
  .lab-project-header {
    margin-top: 44px;
    padding: 0 16px 20px;
    border-radius: 14px;
  }
  .lab-project-hardware {
    grid-template-columns: 1fr 1fr;
    top: -24px;
    margin-bottom: -8px;
    gap: 9px;
  }
  .lab-hardware-glass {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    min-height: 74px;
    padding: 9px 7px;
    gap: 6px;
    border-radius: 10px;
  }
  .lab-hardware-glass img {
    width: 48px;
    height: 38px;
  }
  .lab-hardware-glyph {
    width: 33px;
    height: 33px;
    border-radius: 9px;
  }
  .lab-hardware-glyph svg {
    width: 19px;
    height: 19px;
  }
  .lab-hardware-glass strong {
    font-size: 10px;
  }
  .lab-hardware-glass small {
    font-size: 8px;
  }
  .lab-project-header h1 {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 13px;
  }
  .lab-project-summary {
    padding: 12px;
  }
  .lab-project-summary > p {
    font-size: 12px;
    line-height: 1.85;
  }
  .lab-project-header .lab-project-meta {
    gap: 6px;
    margin: 17px 0;
    font-size: 8px;
  }
  .lab-project-header .lab-project-meta > span {
    padding: 5px 6px;
  }
  .lab-project-header .lab-project-actions {
    gap: 8px;
  }
  .lab-project-header .lab-primary {
    min-height: 40px;
    font-size: 11px;
  }
  .lab-project-header .lab-secondary {
    font-size: 10px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message {
    gap: 7px;
    margin-bottom: 19px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-user {
    width: 86%;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-ai {
    width: 100%;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-avatar {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-avatar-ai svg {
    width: 18px;
    height: 18px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-body {
    padding: 14px 12px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-body > p {
    font-size: 13px;
    line-height: 1.9;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-body > p + p {
    margin-top: 12px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-body h3 {
    font-size: 10px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-body > header > span {
    font-size: 8px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-message-body .lab-reference {
    font-size: 9px;
  }
  .lab-state-strip {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .lab-state-strip > span {
    padding: 10px;
  }
  .lab-state-strip small {
    display: inline;
    margin-left: 6px;
  }
  .lab-architecture {
    grid-template-columns: 1fr;
  }
  .lab-architecture > span {
    display: grid;
    grid-template-columns: 35px 1fr;
    text-align: left;
    padding: 12px;
    gap: 3px 10px;
  }
  .lab-architecture .lab-tile {
    grid-row: span 2;
  }
  .lab-formula {
    padding: 12px;
  }
  .lab-formula code {
    font-size: 11px;
  }
  :is(.lab-conversation, .lab-live-messages) .lab-code-heading {
    font-size: 9px;
  }
  .lab-code-extended pre {
    max-height: 360px;
  }
}
.lab-soft-header::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4392156863), transparent 42%);
  pointer-events: none;
  content: "";
}

.lab-soft-header > * {
  position: relative;
}

.lab-section-hardware {
  grid-column: 1/-1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-hero-copy {
  min-width: 0;
}

.lab-hero-copy .lab-actions > a {
  min-height: 38px;
  padding: 8px 11px;
  font-size: 11px;
}

.lab-hero h1 {
  text-shadow: 0 1px rgba(255, 255, 255, 0.7019607843);
}

.lab-hero .lab-hardware-glass:nth-child(2) .lab-hardware-glyph {
  color: #468e7a;
  border-color: #b8dbce;
  background: linear-gradient(#fff, #dff4eb);
}

.lab-page[data-lab-view=browse] .lab-card {
  background: radial-gradient(ellipse at 100% 0%, var(--lab-tint), transparent 58%), linear-gradient(155deg, #fff, #fcfeff);
  box-shadow: inset 0 1px #fff, 0 4px 13px rgba(54, 94, 124, 0.0352941176);
}

.lab-page[data-lab-view=browse] .lab-peek {
  padding: 0;
  border: 0;
  background: none;
}

.lab-page[data-lab-view=browse] .lab-peek p {
  padding: 9px;
  border: 1px solid #d5e8f0;
  border-radius: 3px 9px 9px;
  background: linear-gradient(125deg, #f0faff, #fff);
}

.lab-page[data-lab-view=browse] .lab-peek p:first-child {
  flex-direction: row-reverse;
  width: 91%;
  margin-left: auto;
  border-color: #e1d8ef;
  border-radius: 9px 3px 9px 9px;
  background: linear-gradient(125deg, #fcfaff, #f4effb);
  text-align: right;
}

.lab-start-shortcuts {
  position: relative;
  top: -28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin: 0 0 -9px;
}

.lab-start-shortcuts > button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 3px;
  min-height: 94px;
  padding: 14px 12px;
  border-color: rgba(222, 239, 251, 0.7882352941);
  box-shadow: inset 0 2px rgba(255, 255, 255, 0.8509803922), inset 0 -1px rgba(151, 191, 215, 0.5098039216), 0 7px 15px rgba(7, 27, 51, 0.2);
}

.lab-start-shortcuts > button:hover {
  border-color: #9dcfdd;
  box-shadow: inset 0 2px #fff, 0 9px 19px rgba(53, 103, 129, 0.1607843137);
}

.lab-start-shortcuts > button:first-child {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9607843137), rgba(227, 246, 255, 0.9098039216) 52%, rgba(211, 231, 243, 0.862745098));
}

.lab-start-shortcuts .lab-tile {
  grid-row: span 2;
  align-self: center;
  width: 36px;
  height: 36px;
  margin: 0;
}

.lab-start-shortcuts strong {
  padding-right: 15px;
  align-self: end;
  line-height: 1.5;
}

.lab-start-shortcuts > button > span:not(.lab-tile) {
  margin-top: 0;
  color: #557a92;
  font-size: 9px;
}

.lab-start-shortcuts > button > svg {
  top: 18px;
  right: 10px;
  color: #6c91a9;
}

#lab-onboarding[hidden] + .lab-new-title-row {
  padding-top: 24px;
}

.lab-new-title-row > div {
  min-width: 0;
}

.lab-new-title-row h1 {
  text-shadow: 0 1px rgba(255, 255, 255, 0.7019607843);
}

.lab-start-hints {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lab-start-hints > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid #cce1e9;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.4196078431);
  color: #4f768a;
  font-size: 9px;
}

.lab-start-hints svg {
  width: 13px;
  height: 13px;
}

.lab-new-header .lab-project-details {
  grid-template-columns: minmax(0, 1fr) 230px;
}

.lab-workspace .lab-message-ai {
  margin-left: 0;
}

.lab-live-messages:empty + .lab-brief {
  margin-top: 18px;
}

@container (max-width:740px) {
  .lab-new-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lab-new-header .lab-project-details {
    grid-template-columns: 1fr;
  }
  .lab-start-shortcuts > button {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 11px 8px;
    column-gap: 7px;
  }
  .lab-start-shortcuts .lab-tile {
    width: 30px;
    height: 30px;
  }
  .lab-start-shortcuts strong {
    padding-right: 0;
    font-size: 10px;
  }
  .lab-start-shortcuts > button > svg {
    display: none;
  }
}
@container (max-width:570px) {
  .lab-new-header {
    padding-right: 16px;
    padding-left: 16px;
  }
  .lab-section-hardware {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .lab-section-hardware .lab-hardware-glass,
  .lab-start-shortcuts > button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 104px;
    padding: 10px 5px;
    text-align: center;
  }
  .lab-section-hardware .lab-hardware-glass small,
  .lab-start-shortcuts > button > span:not(.lab-tile) {
    display: none;
  }
  .lab-start-shortcuts {
    top: -24px;
    gap: 7px;
  }
  .lab-start-shortcuts strong {
    align-self: auto;
    min-height: 30px;
    font-size: 10px;
  }
  .lab-start-shortcuts .lab-tile {
    align-self: center;
  }
  .lab-section-hardware strong {
    min-height: 30px;
  }
  .lab-new-header .lab-project-details {
    margin-top: 16px;
  }
  .lab-start-hints {
    margin-top: 13px;
    gap: 6px;
  }
  .lab-start-hints > span {
    font-size: 8px;
  }
}
.main-nav .mobile-ai-link {
  display: none;
}

@media (max-width: 880px) {
  .main-nav .mobile-ai-link {
    display: flex;
  }
}
body h1[tabindex="-1"]:focus {
  outline: none;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  border: 2px solid #075985;
  border-radius: 7px;
  color: #07364d;
  background: #fff;
  font-weight: 600;
  transform: translateY(calc(-100% - 12px));
}
.skip-link:focus {
  transform: none;
}

body :is(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid #075985;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=aiProjectsLabCritical.css.map */
