/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Segoe UI", "Microsoft JhengHei", "PingFang TC", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  font-family: var(--font-sans);
  color: #263c36;
  background: #f6f7f2;
  font-synthesis: none;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button, input, textarea, select {
  font: inherit;
}
button, a, label.button {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
button, input, textarea, select {
  outline-offset: 3px;
}
button:focus-visible, a:focus-visible {
  outline: 3px solid #dcaa57;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
}
h1, h2, h3, p {
  margin-top: 0;
}
h1 {
  font-size: 32px;
  letter-spacing: -0.9px;
  line-height: 1.4;
  font-weight: 700;
}
h2 {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 16px;
  font-weight: 650;
}
p {
  line-height: 1.85;
}
small {
  font-size: 11px;
}
input, textarea, select {
  border: 1px solid #dce3dc;
  background: #fff;
  border-radius: 7px;
  padding: 10px 12px;
  color: #314b40;
}
input:focus, textarea:focus {
  border-color: #3e8d77;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
select {
  padding: 7px 10px;
  font-size: 12px;
}
.experiment-panel label {
  margin: 16px 0;
}
.experiment-panel textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.course-card:nth-child(3n) .course-visual {
  background: #e9edf5;
}
.course-card:nth-child(3n + 1) .course-visual {
  background: #f3eddf;
}
.course-card:nth-child(3n + 2) .course-visual {
  background: #e6eee8;
}
.reaction-game {
  margin: 16px;
}
.project-controls {
  margin: 16px;
}
.driver-controls {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #dce4dc;
  border-radius: 8px;
  background: #f8faf5;
}
.driver-controls h3 {
  margin-bottom: 6px;
}
.driver-controls label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.driver-controls .row {
  align-items: end;
}
.driver-status {
  margin: 12px 0 0;
  font-size: 12px;
}
.fan-spinning {
  animation: fan-turn 0.8s linear infinite;
}
@keyframes fan-turn {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fan-spinning {
    animation-duration: 2.4s;
  }
}
.project-controls h2 {
  font-size: 20px;
}
.scenario-log {
  white-space: pre-wrap;
  max-height: 230px;
  overflow: auto;
  font-size: 12px;
}
.reaction-game h2 {
  font-size: 20px;
}
.reaction-cue {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  margin: 16px 0;
  background: #edf0e9;
  border-radius: 12px;
}
.reaction-lamp {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #859188;
  border: 3px solid #fff;
}
.reaction-cue.lit {
  background: #dcf6df;
}
.reaction-cue.lit .reaction-lamp {
  background: #21b958;
  box-shadow: 0 0 0 8px #21b95822;
}
.reaction-response {
  min-height: 52px;
}
.reaction-results {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-position: inside;
  padding: 0;
}
.reaction-results li {
  background: #f1f4ed;
  padding: 9px;
  border-radius: 8px;
}
label {
  display: block;
  font-size: 13px;
}
label > input:not([type="range"]) {
  display: block;
  width: 100%;
  margin-top: 7px;
}
.row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.muted {
  color: #87948a;
  font-size: 13px;
}
.eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #5b8878;
  margin-bottom: 12px;
}
.primary, .secondary, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s;
}
.primary {
  background: #216d59;
  color: #fff;
  border: 1px solid #216d59;
}
.primary:hover:not(:disabled) {
  background: #175744;
}
.secondary {
  background: #fff;
  border: 1px solid #dce4dc;
  color: #4e675a;
}
.secondary:hover {
  background: #f2f6ef;
}
.full {
  width: 100%;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #527c67;
  font-size: 12px;
  padding: 7px 4px;
  cursor: pointer;
}
.text-button:hover {
  text-decoration: underline;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #809085;
  border-radius: 6px;
}
.icon-button:hover {
  background: #e8eee6;
  color: #286a55;
}
.badge {
  display: inline-block;
  background: #eaf1e7;
  color: #528169;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.status-dot, .legend-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #abb6ad;
  flex-shrink: 0;
}
.status-dot.live {
  background: #6d9b60;
  box-shadow: 0 0 0 3px #6d9b6014;
}
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e9ddc9;
  color: #7e6d51;
  font-size: 13px;
  flex-shrink: 0;
}
.avatar.small {
  width: 29px;
  height: 29px;
  font-size: 11px;
}
.panel {
  background: #fff;
  border: 1px solid #e1e7de;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 18px;
}
.error {
  background: #fff0e9;
  color: #a05d45;
  padding: 12px 15px;
  border: 1px solid #e6c2ae;
  border-radius: 7px;
  font-size: 12px;
  white-space: pre-wrap;
}
.note {
  background: #f0f3e8;
  border: 1px solid #e1e8d8;
  border-radius: 8px;
  padding: 16px;
  color: #72816b;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 18px;
}
.empty {
  text-align: center;
  color: #88988c;
  padding: 45px;
}
.loading {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  color: #528169;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
footer {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #9aa399;
  text-align: center;
  padding: 35px 10px;
}
.app-shell {
  display: flex;
  min-height: 100vh;
}
.sidebar {
  width: 218px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 29px 19px 15px;
  border-right: 1px solid #e3e7de;
  background: #fafbf7;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 750;
}
.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  color: #819183;
  margin-top: 2px;
  font-weight: 500;
}
.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #226b54;
  color: #f8f4df;
  border-radius: 12px;
  box-shadow: 0 3px 8px #1f5f4112;
}
.workspace-label {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #a1ad9e;
  margin: 39px 6px 16px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sidebar nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #7c8a7d;
  text-align: left;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
}
.sidebar nav button.active {
  background: #e9f0e4;
  color: #2d7156;
  font-weight: 650;
}
.sidebar-bottom {
  margin-top: auto;
}
.tiny-illustration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 2px;
  padding: 17px 12px;
  background: #f0f2e7;
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.9;
  color: #8d9876;
}
.tiny-illustration svg {
  color: #b4bf9f;
}
.profile {
  border-top: 1px solid #e6eadd;
  padding: 17px 3px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile strong {
  display: block;
  font-size: 12px;
}
.profile small {
  color: #98a394;
  font-size: 9px;
}
.profile .icon-button {
  margin-left: auto;
}
.main-shell {
  margin-left: 218px;
  flex: 1;
  min-width: 0;
}
.topbar {
  height: 66px;
  border-bottom: 1px solid #e8eae2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  background: #fbfcf8;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9aa69a;
  font-size: 11px;
}
.breadcrumb span {
  color: #5c7260;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #81917f;
  font-size: 10px;
}
.topbar-right .avatar {
  margin-left: 16px;
}
.dashboard {
  max-width: 1320px;
  margin: 0 auto;
  padding: 36px 44px;
}
.welcome {
  background: #edf1e5;
  border: 1px solid #e2e8d8;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  min-height: 290px;
}
.welcome h1 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #294e3f;
}
.welcome p {
  font-size: 13px;
  color: #78907b;
  margin-bottom: 18px;
}
.welcome-badges {
  display: flex;
  gap: 22px;
  font-size: 10px;
  color: #658069;
}
.welcome-badges span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hero-art {
  position: absolute;
  right: 75px;
  top: 45px;
  width: 280px;
  height: 205px;
}
.hero-board {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 165px;
  height: 175px;
  border-radius: 13px;
  background: #397c60;
  transform: rotate(-12deg);
  box-shadow: 9px 13px 0 #cddac4;
  border: 5px solid #468969;
  padding: 30px;
  color: #c6d8b2;
}
.hero-board > svg {
  background: #c5ccb5;
  border: 6px solid #a1b795;
  color: #6c846d;
  border-radius: 5px;
}
.hero-board span {
  position: absolute;
  bottom: 17px;
  left: 19px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c4d5ac;
}
.hero-board i {
  position: absolute;
  right: -13px;
  top: 20px;
  width: 19px;
  height: 32px;
  background: #b1bca8;
  border-radius: 3px;
}
.hero-board i:nth-of-type(2) {
  top: 60px;
}
.hero-board i:nth-of-type(3) {
  top: 100px;
}
.hero-wire {
  position: absolute;
  left: 173px;
  top: 35px;
  width: 90px;
  height: 128px;
  border: 5px solid #d2a464;
  border-left: 0;
  border-radius: 0 24px 24px 0;
  transform: rotate(-12deg);
}
.hero-led {
  position: absolute;
  right: -12px;
  top: 104px;
  color: #c88635;
  background: #f6eac9;
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 12px #e9e9d366;
}
.float-tag {
  position: absolute;
  bottom: -5px;
  left: 25px;
  padding: 9px 17px;
  background: #fcfdf9;
  border: 1px solid #dce4d1;
  border-radius: 6px;
  box-shadow: 0 4px 10px #435b3b09;
  font: 10px monospace;
  color: #6b8669;
  transform: rotate(-3deg);
}
.float-tag .status-dot {
  margin-right: 9px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 20px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 7px;
  font-size: 9px;
}
.section-heading > .muted {
  font-size: 11px;
}
.course-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.course-card {
  text-align: left;
  background: #fff;
  border: 1px solid #e1e5db;
  border-radius: 13px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  padding: 0;
}
.course-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 23px #364b3410;
}
.course-visual {
  height: 178px;
  background: #f3eddf;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.course-number {
  position: absolute;
  left: 21px;
  top: 19px;
  font-size: 11px;
  color: #a99a7e;
  font-family: monospace;
  letter-spacing: 2px;
}
.led-art {
  display: grid;
  place-items: center;
  color: #c68c42;
  position: relative;
  background: #eee0bf;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  box-shadow: 0 0 0 17px #efe5cf, 0 0 0 35px #f0e9d9;
}
.led-art svg {
  z-index: 2;
}
.visual-caption {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #b19e7d;
}
.course-1 .course-visual {
  background: #e6eee8;
}
.course-1 .course-number, .course-1 .visual-caption {
  color: #87a591;
}
.climate-art {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #67967b;
}
.mini-reading {
  padding: 14px 19px;
  border: 1px solid #cbd9cb;
  border-radius: 8px;
  background: #f8faf3;
  box-shadow: 5px 5px 0 #d9e5d9;
  font: 28px monospace;
  color: #4c7c62;
}
.mini-reading small {
  display: block;
  font-size: 9px;
  margin-top: 7px;
  text-align: center;
  font-family: var(--font-sans);
}
.course-info {
  padding: 21px 25px;
}
.course-info h3 {
  font-size: 20px;
  margin: 11px 0 8px;
}
.course-info p {
  font-size: 12px;
  color: #94a091;
  margin-bottom: 19px;
}
.course-meta {
  border-top: 1px solid #edf0e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  font-size: 10px;
  color: #8e9e8b;
}
.course-meta svg {
  color: #547f61;
}
.learning-note {
  display: flex;
  align-items: center;
  gap: 17px;
  border: 1px solid #e3e7da;
  border-radius: 10px;
  padding: 22px 24px;
  margin-top: 27px;
  background: #f9faf4;
}
.note-icon {
  color: #98a465;
  background: #edf0d9;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.learning-note h3 {
  font-size: 13px;
  margin-bottom: 5px;
}
.learning-note p {
  font-size: 11px;
  margin: 0;
  color: #8e9b83;
}
.learning-note > .badge {
  margin-left: auto;
  background: #f0f1e4;
  color: #919970;
}
.auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fbfcf7;
}
.auth-story {
  background: #eaf0e2;
  padding: 60px max(40px, 10vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-story .brand {
  margin-bottom: 70px;
}
.auth-story h1 {
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #315843;
}
.auth-story p {
  color: #7a917b;
}
.auth-circuit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #749778;
  margin: 30px 0 45px;
}
.auth-circuit svg:last-child {
  color: #cfa15a;
}
.auth-story > small {
  color: #96a88b;
  white-space: nowrap;
  letter-spacing: 1px;
}
.auth-form {
  width: min(380px, 85%);
  margin: auto;
  padding: 60px 0;
}
.auth-form h2 {
  font-size: 27px;
}
.auth-form label {
  margin: 20px 0;
  color: #697c6a;
}
.auth-form .primary {
  margin-top: 15px;
  padding: 13px;
}
.auth-foot {
  font-size: 11px;
  color: #9aa693;
  margin-top: 22px;
}
.auth-form .error {
  margin: 15px 0;
}
.workspace {
  padding: 25px 28px 40px;
  position: relative;
}
.workspace-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
}
.workspace-heading h1 {
  font-size: 22px;
  margin: 0;
}
.workspace-heading .eyebrow {
  font-size: 8px;
  margin-bottom: 3px;
}
.save-state {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 10px;
  color: #8a9b86;
}
.progress-path {
  display: flex;
  align-items: center;
  background: #fdfefa;
  border: 1px solid #e1e7db;
  border-radius: 9px;
  padding: 12px 15px;
  margin-bottom: 21px;
  gap: 10px;
}
.progress-path button {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #9ca793;
  text-align: left;
}
.progress-path button > span {
  background: #eef1e8;
  color: #9dab96;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font: 10px monospace;
  flex-shrink: 0;
}
.progress-path button.current {
  color: #427655;
  font-weight: 650;
}
.progress-path button.current > span {
  background: #2e7656;
  color: #fff;
}
.progress-path button.passed > span {
  background: #e1edda;
  color: #5b8a5b;
}
.workspace-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 298px;
  gap: 20px;
  align-items: start;
}
.lab-panel, .lesson-panel {
  background: #fff;
  border: 1px solid #e0e7dc;
  border-radius: 11px;
  overflow: hidden;
}
.lab-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #e6ebe2;
  gap: 10px;
}
.tabs {
  display: flex;
  gap: 18px;
}
.tabs button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 17px 0;
  color: #97a58f;
  border-bottom: 2px solid transparent;
  font-size: 11px;
  white-space: nowrap;
}
.tabs button.active {
  color: #33745a;
  border-bottom-color: #3e8362;
  font-weight: 600;
}
.lab-tabs select {
  background: #f7f9f3;
  font-size: 10px;
  border: 0;
}
.lab-actions {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #eef1e9;
}
.lab-actions .secondary, .lab-actions .primary {
  padding: 7px 10px;
  font-size: 10px;
}
.lab-actions .text-button {
  font-size: 10px;
}
.circuit-wrap {
  position: relative;
  background: #f8faf5;
}
.canvas-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  padding: 12px 16px 0;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.canvas-status .muted {
  font-size: 11px;
}
.canvas-scroll {
  overflow: auto;
  padding-top: 20px;
}
.canvas-scroll > svg {
  display: block;
  height: auto;
  min-width: 0;
  max-width: none;
  max-height: none;
  touch-action: pan-x pan-y;
}
.pin {
  cursor: crosshair;
}
.pin:hover circle:last-child {
  fill: #d9a540;
  stroke: #fff;
  stroke-width: 2;
}
.wire {
  cursor: pointer;
}
.wire:hover path:last-of-type {
  stroke: #bd6658;
  stroke-width: 5;
}
.canvas-toolbar {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-top: 1px solid #e5eadf;
  background: #fbfcf8;
  font-size: 10px;
  color: #92a18c;
  gap: 8px;
}
.wiring-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e1e7dd;
  background: #fff;
}
.wiring-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.wiring-options > button, .wiring-options > label {
  flex-shrink: 0;
}
.wiring-options .muted {
  flex-basis: 100%;
  font-size: 12px;
  line-height: 1.6;
}
.wiring-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 16px;
  font-size: 12px;
  background: #fbfcf8;
}
.canvas-zoom {
  min-width: 44px;
  text-align: center;
  color: #41574e;
  font-variant-numeric: tabular-nums;
}
.canvas-toolbar .row {
  gap: 3px;
}
.canvas-toolbar .icon-button {
  height: 27px;
  width: 27px;
}
.circuit-foot {
  display: flex;
  gap: 20px;
  padding: 14px 18px;
  font-size: 9px;
  color: #95a28c;
  flex-wrap: wrap;
}
.circuit-foot > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.circuit-foot .muted {
  font-size: 9px;
  margin-left: auto;
}
.legend-dot.orange {
  background: #ce8b53;
}
.legend-dot.dark {
  background: #3d505c;
}
.circuit-result {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fbf0dd;
  color: #a7834c;
  padding: 13px 18px;
  font-size: 11px;
}
.circuit-result.success {
  background: #edf4e7;
  color: #548154;
}
.project-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 16px;
  border-top: 1px solid #e8ede2;
  background: #fcfdf9;
}
.project-tools .text-button {
  font-size: 10px;
}
.lesson-panel > .tabs {
  padding: 0 18px;
  gap: 22px;
  border-bottom: 1px solid #e7ecdf;
}
.lesson-content {
  padding: 24px 20px;
}
.lesson-content h2 {
  font-size: 19px;
  margin-bottom: 15px;
}
.lesson-content > .eyebrow {
  font-size: 8px;
  color: #9aa68d;
}
.lesson-content > p {
  font-size: 12px;
  color: #7b8f77;
  line-height: 2;
  margin-bottom: 24px;
}
.learning-goal {
  padding: 17px 14px;
  background: #f7f9f2;
  border: 1px solid #e7eddf;
  border-radius: 8px;
}
.learning-goal h3 {
  font-size: 12px;
  margin: 14px 0;
}
.answer-option {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 10px;
  border: 1px solid #e0e7d9;
  background: #fff;
  border-radius: 6px;
  margin: 9px 0;
  text-align: left;
  width: 100%;
  font-size: 11px;
  color: #7b8970;
}
.answer-option.selected {
  border-color: #72a178;
  background: #eef5e9;
  color: #497653;
}
.radio-circle {
  width: 13px;
  height: 13px;
  border: 1px solid #c9d4bf;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.radio-circle > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5b9867;
}
.learning-goal .primary {
  font-size: 11px;
  margin-top: 9px;
  padding: 10px;
}
.hint-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a48a50;
  padding: 18px 4px;
  font-size: 11px;
}
.hint-button svg:last-child {
  margin-left: auto;
}
.hint-box {
  padding: 13px;
  border-radius: 7px;
  background: #fbf5e6;
  color: #9e8756;
  font-size: 12px;
  line-height: 1.8;
}
.hint-box small {
  display: block;
  margin-top: 8px;
  color: #b8a67b;
}
.passed-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  color: #4c8d57;
  font-size: 12px;
}
.lesson-tip {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  border-top: 1px solid #e8eddf;
  padding-top: 20px;
  margin-top: 15px;
  color: #a2ae93;
}
.lesson-tip svg {
  flex-shrink: 0;
  margin-top: 3px;
}
.lesson-tip p {
  font-size: 10px;
  line-height: 1.9;
  margin: 0;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-40%);
  max-width: 700px;
  width: max-content;
  min-width: 250px;
  background: #264f3f;
  color: #f0f5e8;
  border: 1px solid #578466;
  border-radius: 10px;
  box-shadow: 0 8px 30px #1c3e3326;
  padding: 11px 14px 11px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  z-index: 100;
}
.toast .icon-button {
  color: #d5e5cf;
}
.component-library {
  padding: 15px;
  background: #f4f7ef;
  border-bottom: 1px solid #dae4d2;
}
.component-library input {
  width: 75%;
  font-size: 12px;
}
.component-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-height: 290px;
  overflow: auto;
  margin-top: 12px;
}
.component-grid button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e0e7d9;
  border-radius: 6px;
  padding: 10px;
  text-align: left;
  font-size: 10px;
  color: #668461;
}
.component-grid small {
  display: block;
  font-size: 8px;
  color: #9aa993;
}
.component-grid button > svg:last-child {
  margin-left: auto;
}
.filename {
  font: 12px monospace;
  color: #7a8d73;
}
.filename .badge {
  margin-left: 10px;
  font: 9px var(--font-sans);
}
.cm-editor {
  font-size: 12px;
}
.cm-gutters {
  background: #f7f9f3 !important;
  border: 0 !important;
  color: #a4b09a !important;
}
.cm-content {
  padding: 14px 0 !important;
}
.cm-scroller {
  line-height: 1.9 !important;
}
.sensor-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding: 17px 22px;
  background: #f7faf2;
  border-top: 1px solid #e9efde;
}
.sensor-inputs label {
  font-size: 10px;
  color: #8a9c7b;
}
.sensor-inputs strong {
  float: right;
  color: #648055;
  font: 12px monospace;
}
.sensor-inputs input {
  display: block;
  width: 100%;
  accent-color: #4c8966;
  padding: 0;
  margin-top: 10px;
}
.console {
  background: #263b32;
  color: #c1d1b8;
  padding: 15px 19px;
  min-height: 145px;
}
.console > div:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 10px;
  color: #a1b493;
}
.console > div:first-child > span {
  margin-left: auto;
  color: #74907a;
  font-size: 9px;
}
.console pre {
  font: 11px/1.8 monospace;
  white-space: pre-wrap;
  margin-bottom: 0;
  max-height: 250px;
  overflow: auto;
}
.output-tags {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.output-tags > span {
  font-size: 10px;
  background: #3d5946;
  padding: 4px 8px;
  border-radius: 4px;
}
.examples {
  padding: 16px;
}
.examples summary {
  font-size: 11px;
  color: #7c9471;
  cursor: pointer;
}
.examples select {
  margin-top: 14px;
  width: 100%;
}
.input-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 15px;
}
.input-grid label {
  font-size: 10px;
  color: #849276;
}
.input-grid input {
  font-size: 11px;
  padding: 6px;
}
.ai-avatar {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #eef0df;
  color: #91a065;
  margin-bottom: 18px;
}
.ai-panel textarea {
  width: 100%;
  min-height: 100px;
  font-size: 12px;
  margin-bottom: 10px;
}
.ai-panel .note {
  font-size: 10px;
}
.ai-reply {
  margin: 20px 0;
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.8;
  color: #617658;
}
.proposal pre {
  max-height: 220px;
  overflow: auto;
  font: 10px/1.7 monospace;
  background: #f2f6ea;
  padding: 9px;
}
.proposal h3 {
  font-size: 13px;
}
.proposal summary {
  font-size: 11px;
  color: #819476;
}
.analysis-page, .device-page {
  padding: 25px;
}
.analysis-page h2, .device-page h2 {
  font-size: 21px;
}
.chart {
  height: 290px;
}
.source-label {
  font-size: 10px;
  color: #98a58d;
  margin-top: 18px;
}
.analysis-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-top: 1px solid #e7eddc;
  padding-top: 22px;
}
.analysis-bottom p {
  font-size: 11px;
  color: #889c7a;
}
.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.metrics small {
  font-size: 9px;
  color: #8a9b7b;
}
.metrics strong {
  display: block;
  font-size: 27px;
  color: #39734f;
  margin-top: 4px;
}
.metrics em {
  font-style: normal;
  font-size: 12px;
}
.metrics p {
  font-size: 10px;
  margin: 0;
}
.device-page .panel {
  margin-top: 18px;
}
.device-page pre {
  overflow: auto;
  font: 11px/1.7 monospace;
}
.device-log {
  background: #f0f4e8;
  padding: 15px;
  border-radius: 7px;
}
.management {
  padding: 36px 42px;
  max-width: 1400px;
  margin: auto;
}
.management > .tabs {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e8d7;
}
.management > .error {
  margin-bottom: 20px;
}
.management h1 {
  margin-bottom: 8px;
}
.management h2 {
  font-size: 21px;
  margin-top: 25px;
}
.table-scroll {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
}
td, th {
  border-bottom: 1px solid #edf0e7;
  padding: 12px 10px;
  white-space: nowrap;
}
th {
  color: #8a9c7d;
  font-size: 10px;
  font-weight: 500;
}
td small {
  display: block;
  color: #9caa90;
}
.invite {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.invite code {
  overflow: auto;
  background: #f5f8ef;
  padding: 10px;
  font-size: 10px;
  flex: 1;
}
.editor-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 25px;
}
.course-edit-card.selected {
  border-color: #69a070;
}
.json-editor {
  width: 100%;
  min-height: 530px;
  font: 11px/1.7 monospace;
  background: #fbfdf6;
  margin-bottom: 15px;
}
.preview-stage {
  padding: 20px 5px;
  border-bottom: 1px solid #e5ecdb;
}
.preview-stage p {
  font-size: 12px;
  color: #7b9270;
}
.review textarea {
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 1600px) {
  .workspace {
    max-width: 1700px;
    margin: auto;
  }
  .workspace-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
  .dashboard {
    padding-top: 50px;
  }
}
@media (max-width: 1150px) {
  .sidebar {
    width: 180px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .main-shell {
    margin-left: 180px;
  }
  .brand {
    font-size: 21px;
  }
  .dashboard {
    padding: 28px;
  }
  .hero-art {
    right: 30px;
    transform: scale(0.8);
    transform-origin: right center;
  }
  .workspace {
    padding: 20px 16px;
  }
  .workspace-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 12px;
  }
  .lab-tabs {
    padding: 0 9px;
  }
  .tabs {
    gap: 10px;
  }
  .lab-tabs .tabs button {
    font-size: 10px;
    gap: 4px;
  }
  .lab-tabs .tabs svg {
    width: 14px;
  }
  .workspace-heading .save-state {
    display: none;
  }
  .progress-path button {
    font-size: 10px;
  }
  .lesson-content {
    padding: 20px 15px;
  }
  .lab-actions .text-button {
    font-size: 9px;
  }
}
@media (max-width: 900px) {
  .sidebar {
    width: 70px;
    padding: 22px 10px;
  }
  .brand > div, .brand small, .workspace-label, .sidebar nav button:not(.active) ~ .none, .tiny-illustration, .profile > div, .profile .icon-button {
    display: none;
  }
  .brand {
    justify-content: center;
  }
  .sidebar nav {
    margin-top: 32px;
  }
  .sidebar nav button {
    font-size: 0;
    gap: 0;
    padding: 14px;
    justify-content: center;
  }
  .sidebar nav button svg {
    flex-shrink: 0;
  }
  .profile {
    justify-content: center;
    padding-top: 18px;
  }
  .main-shell {
    margin-left: 70px;
  }
  .topbar {
    padding: 0 25px;
  }
  .workspace-layout {
    grid-template-columns: minmax(0, 1fr) 255px;
  }
  .welcome {
    padding: 26px;
  }
  .welcome h1 {
    font-size: 28px;
  }
  .hero-art {
    right: 13px;
    opacity: 0.8;
    transform: scale(0.67);
  }
  .welcome p {
    max-width: 65%;
  }
  .section-heading > .muted {
    display: none;
  }
  .course-info {
    padding: 18px;
  }
  .course-info h3 {
    font-size: 18px;
  }
  .progress-path {
    gap: 8px;
    padding: 10px;
  }
  .progress-path button {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    line-height: 1.6;
  }
  .workspace-heading {
    align-items: flex-start;
  }
  .workspace-heading > .row:last-child {
    gap: 5px;
  }
  .workspace-heading .primary, .workspace-heading .secondary {
    font-size: 10px;
    padding: 8px;
  }
  .component-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lab-tabs {
    flex-wrap: wrap;
    gap: 0;
  }
  .lab-tabs select {
    margin: 0 0 8px;
  }
  .lab-actions {
    flex-wrap: wrap;
  }
  .analysis-bottom {
    grid-template-columns: 1fr;
  }
  .editor-layout {
    grid-template-columns: 190px 1fr;
  }
  .management {
    padding: 28px 22px;
  }
}
@media (max-width: 740px) {
  .workspace-layout {
    grid-template-columns: 1fr;
  }
  .lesson-panel {
    order: 1;
  }
  .lab-panel {
    order: 0;
  }
  .lesson-panel .learning-goal {
    max-width: none;
  }
  .dashboard {
    padding: 20px;
  }
  .hero-art {
    opacity: 0.25;
    right: 0;
    top: 40px;
  }
  .welcome h1, .welcome p, .welcome-badges {
    position: relative;
    z-index: 1;
  }
  .welcome p {
    max-width: 100%;
  }
  .welcome h1 {
    font-size: 27px;
  }
  .course-grid {
    grid-template-columns: 1fr;
  }
  .course-visual {
    height: 150px;
  }
  .learning-note > .badge {
    display: none;
  }
  .learning-note {
    padding: 15px;
  }
  .learning-note h3 {
    font-size: 12px;
  }
  .welcome-badges {
    gap: 12px;
    font-size: 9px;
  }
  .topbar {
    height: 55px;
    padding: 0 15px;
  }
  .topbar-right {
    font-size: 0;
    gap: 5px;
  }
  .topbar-right .avatar {
    margin-left: 8px;
  }
  .breadcrumb {
    font-size: 10px;
    gap: 5px;
  }
  .workspace-heading h1 {
    font-size: 17px;
  }
  .workspace-heading {
    flex-wrap: wrap;
  }
  .workspace-heading > .row:last-child {
    margin-left: auto;
  }
  .progress-path button {
    font-size: 9px;
  }
  .lab-tabs {
    flex-wrap: nowrap;
  }
  .lab-tabs select {
    margin: 0;
  }
  .lab-tabs .tabs {
    gap: 15px;
  }
  .lab-tabs .tabs button {
    font-size: 11px;
    padding: 15px 0;
  }
  .toast {
    left: 85px;
    right: 15px;
    transform: none;
    max-width: none;
    width: auto;
    bottom: 15px;
  }
  .analysis-page {
    padding: 20px;
  }
  .chart {
    height: 240px;
  }
  .input-grid {
    grid-template-columns: 1fr 1fr;
  }
  .auth-page {
    grid-template-columns: 1fr;
  }
  .auth-story {
    padding: 25px 30px;
  }
  .auth-story .brand {
    margin-bottom: 25px;
  }
  .auth-story h1 {
    font-size: 27px;
    margin: 0;
  }
  .auth-story p, .auth-circuit, .auth-story > small, .auth-story > .eyebrow {
    display: none;
  }
  .auth-form {
    padding: 35px 0;
  }
  .editor-layout {
    grid-template-columns: 1fr;
  }
  .editor-layout > div:first-child {
    display: flex;
    gap: 10px;
    overflow: auto;
  }
  .course-edit-card {
    min-width: 180px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .management {
    padding: 25px 18px;
  }
  .management h1 {
    font-size: 25px;
  }
  .project-tools {
    gap: 10px;
  }
  .learning-note p {
    font-size: 10px;
  }
  .component-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
  margin: 16px 0;
}
.settings-grid select {
  display: block;
  width: 100%;
  margin-top: 7px;
}
.course-form label {
  margin-bottom: 15px;
  color: #6e8465;
  font-size: 12px;
}
.course-form textarea {
  width: 100%;
  margin-top: 7px;
  font-size: 12px;
}
.course-form input {
  font-size: 12px;
}
.course-form .code-input {
  min-height: 220px;
  font: 12px/1.7 monospace;
}
.stage-editor {
  border: 1px solid #e2e9d9;
  background: #f9fbf4;
  border-radius: 7px;
  padding: 16px;
  margin: 20px 0;
}
.stage-editor summary {
  font-size: 13px;
  font-weight: 600;
  color: #5f8657;
  cursor: pointer;
}
.stage-editor[open] summary {
  margin-bottom: 20px;
}
.server-output {
  white-space: pre-wrap;
  max-height: 250px;
  overflow: auto;
  background: #263b32;
  color: #c1d1b8;
  padding: 15px;
  font: 11px/1.7 monospace;
}
@media (max-width: 1000px) {
  .workspace-layout {
    grid-template-columns: 1fr;
  }
  .lesson-content {
    padding: 24px;
  }
  .lesson-content > p {
    font-size: 14px;
  }
  .answer-option {
    font-size: 13px;
    min-height: 44px;
  }
  .lab-tabs .tabs button {
    min-height: 44px;
  }
  .workspace .primary, .workspace .secondary {
    min-height: 40px;
  }
  .canvas-toolbar .icon-button {
    width: 40px;
    height: 40px;
  }
}
.replay-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.replay-controls input {
  flex: 1;
  min-width: 100px;
  accent-color: #3c7f65;
  padding: 0;
}
.replay-controls span {
  font-size: 10px;
  color: #829778;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
