/*! tailwindcss v4.1.14 | 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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[57\.6px\] {
    top: 57.6px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[57\.6px\] {
    height: 57.6px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[57\.6px\] {
    min-height: 57.6px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-\[57\.6px\] {
    padding-top: 57.6px;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[21\.6px\] {
    font-size: 21.6px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-\[\#df92ff\] {
    color: #df92ff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .\!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,) !important;
  }
  .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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
}
html, body {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 19px;
}
* {
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
}
body {
  line-height: 1.7;
  background: black;
  color: white;
  margin: 0;
  padding: 0;
}
body.full-app {
  font-family: 'IBM Plex Mono', monospace;
  width: 100%;
  min-height: 100vh;
  overflow-x: auto;
}
#cardsContainer::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#cardsContainer::-webkit-scrollbar-track {
  background: white;
}
#cardsContainer::-webkit-scrollbar-thumb {
  background: black;
  border: 2px solid white;
}
#cardsContainer::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.app-font {
  font-family: 'IBM Plex Mono', monospace;
}
[contenteditable] {
  -webkit-user-select: text;
  user-select: text;
}
button {
  touch-action: manipulation;
}
.tutorial-mode {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.app-mode {
  max-width: 978px;
  margin: 0 auto;
  padding: 0;
}
.tutorial-text {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.tutorial-text h1 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.tutorial-text p + p {
  margin-top: 1.5rem;
}
.tutorial-button {
  display: inline-block;
  background: white;
  color: black;
  padding: 9px 15px;
  margin: 1rem 0;
  border: 2px solid white;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  font-size: 1rem;
  text-decoration: none;
}
.tutorial-button:hover {
  background: black;
  color: white;
  transform: translateY(-2px);
}
.tutorial-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tutorial-step {
  margin-bottom: 1.5rem;
  display: none;
}
#tutorial-step-1 {
  display: block;
}
.card-container {
  position: relative;
  min-height: 190px;
}
#finalForm {
  margin-top: 2rem;
}
#appNameInput, #searchInput {
  outline: none;
}
#appNameInput:focus, #appNameInput:active, #searchInput:focus, #searchInput:active {
  outline: 2px solid white;
  outline-offset: 0;
}
.fade-in {
  animation: fadeIn 0.5s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-out {
  animation: fadeOut 0.8s ease-out forwards;
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.expand {
  animation: expand 1s ease-out forwards;
}
@keyframes expand {
  from {
    max-width: 600px;
  }
  to {
    max-width: 978px;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}
.card-wrapper:not([data-clonable="true"]):not([data-deletable="true"]) .menu-btn {
  display: none !important;
}
.card-wrapper:not([data-clonable="true"]) .clone-btn {
  display: none !important;
}
.card-wrapper:not([data-deletable="true"]) .delete-btn {
  display: none !important;
}
.card-wrapper:not([data-clonable="true"]):not([data-deletable="true"]) .context-menu {
  display: none !important;
}
.card-wrapper:not([data-movable="true"]) .drag-handle {
  display: none !important;
}
.card-wrapper[data-movable="true"] .drag-handle {
  cursor: move;
  touch-action: none;
}
.card-wrapper[data-movable="true"] {
  -webkit-user-select: none;
  user-select: none;
}
.card-wrapper:not([data-movable="true"]) {
  -webkit-user-select: auto;
  user-select: auto;
}
.card-wrapper[data-editable="true"] [contenteditable="true"]:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}
.card-wrapper {
  position: absolute;
}
.card-wrapper:focus {
  outline: 2px solid #60a5fa;
  outline-offset: 4px;
}
.card {
  background: black;
  border: 2px solid white;
  width: 260px;
  min-height: 140px;
  display: flex;
  position: relative;
  touch-action: pan-y;
}
.card.dragging {
  opacity: 0.8;
  z-index: 1000;
  cursor: move !important;
  position: absolute !important;
}
.drag-handle {
  background: black;
  border-right: 2px solid white;
  width: 28.8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  user-select: none;
  -webkit-user-select: none;
}
.drag-handle .dot {
  background: white;
  width: 3px;
  height: 3px;
}
.card-content {
  flex: 1;
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-text {
  line-height: 28px;
  white-space: pre-wrap;
}
.card-text[contenteditable="true"] {
  user-select: text;
  -webkit-user-select: text;
}
.card-status {
  margin-top: auto;
  padding-top: 8px;
}
.status-selector {
  position: relative;
  display: inline-block;
}
.status-selector select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0px 30px 1px 12px;
  color: white;
  background-color: black;
  border: 2px solid white;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
}
.status-selector::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.15rem;
  pointer-events: none;
  border-top: 0.35rem solid white;
  border-right: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
}
.status-selector select:focus {
  outline: 2px solid white;
  outline-offset: 0;
}
.status-selector select::-ms-expand {
  display: none;
}
.card-wrapper:not([data-status="true"]) .card-status {
  display: none;
}
.context-menu {
  position: absolute;
  left: 259px;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: -1px;
  z-index: 1001;
}
.context-menu.hidden {
  display: none;
}
.card-wrapper:has(.context-menu:not(.hidden)) {
  z-index: 1000;
}
.context-menu button {
  background: black;
  border: 2px solid white;
  padding: 4px 12px;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'IBM Plex Mono', monospace;
}
.context-menu button:hover {
  background: white;
  color: black;
}
.menu-btn {
  position: absolute;
  top: -2px;
  right: -2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
  background: black;
  border: 2px solid white;
  padding: 6px;
}
.menu-btn .dot {
  background: white;
  width: 3px;
  height: 3px;
}
.property-applicator {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 4px 13px;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: grab;
  transition: all 0.2s;
  user-select: none;
  font-weight: 500;
}
.property-applicator:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(-2px);
}
.property-applicator:active {
  cursor: grabbing;
}
.property-applicator.dragging {
  opacity: 0.5;
  transform: scale(0.95);
}
.property-applicator.selected {
  background: #60a5fa;
  border-color: #60a5fa;
  color: white;
}
.property-applicator:focus {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}
.property-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.property-overlay.active {
  pointer-events: auto;
  opacity: 1;
  background: rgba(96, 165, 250, 0.1);
  border: 2px solid #60a5fa;
}
.card-wrapper.property-hover {
  z-index: 100;
}
.card-wrapper:has(.context-menu:not(.hidden)) {
  z-index: 1000 !important;
}
.card-wrapper.property-hover .menu-btn {
  border-color: #60a5fa !important;
  background: #60a5fa !important;
}
.card-wrapper.property-hover .menu-btn .dot {
  background: white !important;
}
.card-wrapper.property-hover .drag-handle {
  border-color: #60a5fa !important;
}
.card-wrapper.property-hover .drag-handle .dot {
  background: #60a5fa !important;
}
.mobile-hint {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #60a5fa;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  z-index: 1000;
  pointer-events: none;
}
#newCardBtn:hover, #expandSidebarBtn:hover {
  background: #222;
}
.card-wrapper.faded {
  opacity: 0.2;
  pointer-events: none;
}
#collapseSidebarBtn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  body.full-app {
    grid-template-columns: 1fr !important;
    grid-template-areas: "header" "main" !important;
  }
  #appHeader {
    padding: 8px 12px !important;
  }
  #appTitle {
    font-size: 18px !important;
  }
  #newCardBtn, #expandSidebarBtn {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }
  #searchInput {
    width: 150px !important;
    font-size: 12px !important;
  }
  #featureSidebar {
    position: fixed !important;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 50;
  }
  #expandSidebarBtn {
    display: inline-block !important;
  }
}
@media (max-width: 375px) {
  .card {
    width: 260px !important;
  }
  .context-menu {
    left: 259px !important;
  }
}
html[data-owner="false"] .new-card-btn, html[data-owner="false"] .menu-btn, html[data-owner="false"] .drag-handle, html[data-owner="false"] .property-applicator, html[data-owner="false"] #collapseSidebarBtn {
  display: none !important;
}
html[data-owner="false"] [contenteditable="true"] {
  contenteditable: false;
  cursor: default;
  user-select: text;
}
html[data-owner="false"] .context-menu {
  display: none !important;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}
