/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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, ui-sans-serif, system-ui, 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 {
    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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .resize-x {
    resize: horizontal;
  }
  .resize-y {
    resize: vertical;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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 {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4f4f5;
  background: #09090b;
  --bg-app: #0f0f0f;
  --bg-panel: #181818;
  --bg-header: #0a0a0a;
  --border-color: #2a2a2a;
  --text-primary: #e0e0e0;
  --text-secondary: #a0a0a0;
  --accent-color: #2563eb;
  --accent-hover: #1d4ed8;
  --socrate-bg: var(--bg-app);
  --socrate-panel: var(--bg-panel);
  --socrate-raised: #18181b;
  --socrate-border: #27272a;
  --socrate-muted: #a1a1aa;
  --socrate-accent: #7c3aed;
  --socrate-danger: #ef4444;
}
.material-icon,.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
}
* {
  box-sizing: border-box;
}
html, body, socrate-app {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
body {
  background: var(--socrate-bg);
}
button, input, select, textarea {
  font: inherit;
}
button {
  color: inherit;
}
:focus-visible {
  outline: 2px solid var(--socrate-accent);
  outline-offset: 2px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #3f3f46;
  border-radius: 999px;
}
.socrate-app-shell, [data-route-outlet] {
  width: 100%;
  height: 100%;
}
.socrate-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  background: #09090bf2;
}
.socrate-loading-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #3f3f46;
  border-top-color: #a78bfa;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--bg-app);
  color: var(--text-primary);
}
.login-card {
  width: 100%;
  max-width: 28rem;
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  background: var(--bg-panel);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.login-card h1 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.login-card form > * + * {
  margin-top: 1rem;
}
.login-card label {
  display: block;
  color: var(--text-secondary);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.login-card input {
  display: block;
  width: 100%;
  margin-top: .25rem;
  padding: .5rem .75rem;
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  border-radius: .375rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background: var(--bg-app);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.login-card input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}
.login-card form button {
  width: 100%;
  padding: .5rem;
  border: 1px solid var(--accent-color);
  border-radius: .375rem;
  background: var(--accent-color);
  color: white;
  cursor: pointer;
}
.login-card form button:hover {
  background: var(--accent-hover);
}
.login-card form button:disabled {
  opacity: .65;
  cursor: wait;
}
.login-signup {
  margin-top: 1rem;
  text-align: center;
}
.login-card .signup {
  padding: 0;
  border: 0;
  color: #60a5fa;
  background: transparent;
  font-size: .875rem;
  line-height: 1.25rem;
  cursor: pointer;
}
.login-card .signup:hover {
  color: #93c5fd;
}
.login-message {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid;
  border-radius: .25rem;
  color: white;
}
.login-message.error {
  border-color: #ef4444;
  background: #dc2626;
}
.login-message.success {
  border-color: #22c55e;
  background: #16a34a;
}
.version {
  position: fixed;
  right: .5rem;
  bottom: .5rem;
  margin: 0;
  color: var(--text-secondary);
  font-size: .75rem;
  line-height: 1rem;
}
.route-placeholder {
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--socrate-bg);
}
.route-placeholder h1 {
  margin: 0 0 .5rem;
  font-size: 2rem;
}
.route-placeholder p {
  color: var(--socrate-muted);
}
.home-shell,.editor-shell,.docs-shell {
  width: 100vw;
  height: 100vh;
  background: #0f0f0f;
  color: #fff;
  font-family: Inter,sans-serif;
}
.home-titlebar,.editor-shell>header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  border-bottom: 1px solid #2a2a2a;
  background: #0a0a0a;
}
.home-menu,.home-actions,.editor-shell>header nav,.editor-shell>header>div {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-logo,.editor-shell>header>a {
  display: grid;
  width: 24px;
  height: 24px;
  place-content: center;
  border-radius: 4px;
  background: #2563eb;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.home-menu button,.editor-shell>header nav button {
  height: 100%;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #d1d5db;
  font-size: 12px;
  cursor: pointer;
}
.home-menu button:hover,.editor-shell>header nav button:hover {
  background: #ffffff1a;
  color: #fff;
}
.home-actions button,.home-actions a,.editor-shell>header>div button {
  height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #1e1e1e;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.home-actions .primary,.editor-shell .primary {
  border-color: #2563eb;
  background: #2563eb;
}
.home-body {
  height: calc(100% - 40px);
  display: flex;
}
.home-body aside {
  width: 220px;
  flex: none;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #2a2a2a;
  background: #181818;
}
.home-body aside button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 0;
  background: transparent;
  color: #888;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.home-body aside button:hover {
  background: #ffffff0a;
  color: #ccc;
}
.home-body aside button.active {
  background: #ffffff12;
  color: #fff;
}
.home-body main {
  flex: 1;
  min-width: 0;
  padding: 25px;
  overflow: auto;
}
.home-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.home-heading h1 {
  margin: 0;
  font-size: 20px;
}
.home-heading button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ffffff66;
  cursor: pointer;
}
.home-heading button.active {
  background: #ffffff1a;
  color: #fff;
}
.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.project-card {
  position: relative;
  width: 189px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.project-card>img {
  width: 189px;
  height: 189px;
  display: block;
  object-fit: cover;
  background: #1a1a1a;
}
.project-card>div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px;
  padding: 6px;
  border-top: 1px solid #2a2a2a;
  font-size: 9px;
}
.project-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-card span {
  grid-column: 1/-1;
  color: #ffffffb3;
}
.project-card>button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 3px;
  background: #000b;
  color: #fff;
  opacity: 0;
}
.project-card:hover>button {
  opacity: 1;
}
.project-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.project-list .project-card {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}
.project-list .project-card>img {
  width: 50px;
  height: 50px;
}
.project-list .project-card>div {
  flex: 1;
  border: 0;
}
.home-empty {
  width: 100%;
  padding: 32px;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  color: #a0a0a0;
  text-align: center;
}
.home-empty p {
  margin: 0 0 8px;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: grid;
  place-items: center;
  padding: 16px;
  background: #0009;
  backdrop-filter: blur(4px);
}
.modal-window {
  width: min(420px,100%);
  overflow: hidden;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #181818;
  box-shadow: 0 20px 40px #0008;
}
.modal-window header,.modal-window footer {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #0a0a0a;
}
.modal-window header {
  justify-content: space-between;
  border-bottom: 1px solid #2a2a2a;
}
.modal-window header button {
  border: 0;
  background: transparent;
  color: #a0a0a0;
  font-size: 20px;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
  margin: 0;
  white-space: pre-wrap;
}
.modal-body label {
  display: grid;
  gap: 8px;
  color: #a0a0a0;
  font-size: 13px;
}
.modal-body input {
  padding: 9px 10px;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  background: #0f0f0f;
  color: #e0e0e0;
}
.modal-window footer {
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #2a2a2a;
}
.modal-window footer button {
  padding: 7px 16px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #242424;
  color: #fff;
}
.modal-window footer .primary {
  border-color: #2563eb;
  background: #2563eb;
}
socrate-notification-host {
  position: fixed;
  z-index: 9500;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 8px;
}
.notification-item {
  min-width: 240px;
  padding: 12px 14px;
  border: 1px solid;
  border-radius: 6px;
  background: #181818;
  box-shadow: 0 10px 24px #0008;
}
.context-menu {
  position: fixed;
  z-index: 9600;
  min-width: 170px;
  padding: 4px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #181818;
  box-shadow: 0 12px 30px #000a;
}
.context-menu button {
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #ddd;
  text-align: left;
  font-size: 12px;
}
.context-menu button:hover {
  background: #ffffff12;
}
.context-menu button.danger {
  color: #f87171;
}
.context-menu hr {
  border: 0;
  border-top: 1px solid #333;
}
.docs-shell>header {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  border-bottom: 1px solid #2a2a2a;
  background: #0a0a0a;
}
.docs-shell>header a {
  color: #a0a0a0;
  text-decoration: none;
}
.docs-shell>header input {
  width: 280px;
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  background: #181818;
  color: #fff;
}
.docs-body {
  height: calc(100% - 48px);
  display: flex;
}
.docs-body aside {
  width: 260px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-right: 1px solid #2a2a2a;
  background: #181818;
}
.docs-body aside a {
  padding: 8px 10px;
  border-radius: 4px;
  color: #a0a0a0;
  text-decoration: none;
  font-size: 13px;
}
.docs-body aside a.active,.docs-body aside a:hover {
  background: #ffffff0d;
  color: #fff;
}
.docs-content {
  flex: 1;
  padding: 36px 48px;
  overflow: auto;
  color: #d4d4d8;
}
.docs-content h1 {
  color: #fff;
}
.editor-shell {
  display: grid;
  grid-template-rows: 40px 34px minmax(0,1fr) 190px;
}
.editor-shell>header strong {
  font-size: 12px;
  color: #a0a0a0;
}
.editor-tabs {
  display: flex;
  align-items: end;
  border-bottom: 1px solid #2a2a2a;
  background: #0f0f0f;
}
.editor-tabs span {
  height: 33px;
  padding: 9px 16px;
  border-right: 1px solid #2a2a2a;
  background: #181818;
  font-size: 11px;
}
.editor-workspace {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr) 280px;
  min-height: 0;
}
.editor-left,.editor-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 0;
  background: #181818;
}
.editor-left {
  border-right: 1px solid #2a2a2a;
}
.editor-right {
  border-left: 1px solid #2a2a2a;
}
.editor-canvas {
  display: grid;
  place-items: center;
  background: #101010;
  color: #777;
  text-align: center;
}
.editor-canvas h2 {
  color: #d4d4d4;
}
.editor-shell>footer {
  border-top: 4px solid #2a2a2a;
  background: #181818;
}
socrate-panel {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-bottom: 1px solid #2a2a2a;
}
.panel-toolbar {
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 0 10px;
  border-bottom: 1px solid #2d2d2d;
  background: #191919;
}
.panel-title {
  font-size: 11px;
  font-weight: 600;
  color: #d4d4d4;
}
.panel-toolbar-actions button {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background: transparent;
  color: #929292;
}
.panel-empty {
  display: grid;
  flex: 1;
  place-items: center;
  color: #777;
  font-size: 11px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --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-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
