#webbios-wiki-app .pointer-events-none {
  pointer-events: none;
}
#webbios-wiki-app .fixed {
  position: fixed;
}
#webbios-wiki-app .absolute {
  position: absolute;
}
#webbios-wiki-app .relative {
  position: relative;
}
#webbios-wiki-app .sticky {
  position: sticky;
}
#webbios-wiki-app .inset-0 {
  inset: 0px;
}
#webbios-wiki-app .left-0 {
  left: 0px;
}
#webbios-wiki-app .right-2 {
  right: 0.5rem;
}
#webbios-wiki-app .right-3 {
  right: 0.75rem;
}
#webbios-wiki-app .top-0 {
  top: 0px;
}
#webbios-wiki-app .top-1\/2 {
  top: 50%;
}
#webbios-wiki-app .top-3 {
  top: 0.75rem;
}
#webbios-wiki-app .z-10 {
  z-index: 10;
}
#webbios-wiki-app .z-50 {
  z-index: 50;
}
#webbios-wiki-app .z-\[100\] {
  z-index: 100;
}
#webbios-wiki-app .col-span-full {
  grid-column: 1 / -1;
}
#webbios-wiki-app .float-right {
  float: right;
}
#webbios-wiki-app .float-left {
  float: left;
}
#webbios-wiki-app .clear-both {
  clear: both;
}
#webbios-wiki-app .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#webbios-wiki-app .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#webbios-wiki-app .mb-1 {
  margin-bottom: 0.25rem;
}
#webbios-wiki-app .mb-12 {
  margin-bottom: 3rem;
}
#webbios-wiki-app .mb-2 {
  margin-bottom: 0.5rem;
}
#webbios-wiki-app .mb-3 {
  margin-bottom: 0.75rem;
}
#webbios-wiki-app .mb-4 {
  margin-bottom: 1rem;
}
#webbios-wiki-app .mb-6 {
  margin-bottom: 1.5rem;
}
#webbios-wiki-app .mb-8 {
  margin-bottom: 2rem;
}
#webbios-wiki-app .ml-0\.5 {
  margin-left: 0.125rem;
}
#webbios-wiki-app .ml-2 {
  margin-left: 0.5rem;
}
#webbios-wiki-app .ml-6 {
  margin-left: 1.5rem;
}
#webbios-wiki-app .ml-auto {
  margin-left: auto;
}
#webbios-wiki-app .mr-1 {
  margin-right: 0.25rem;
}
#webbios-wiki-app .mr-1\.5 {
  margin-right: 0.375rem;
}
#webbios-wiki-app .mr-2 {
  margin-right: 0.5rem;
}
#webbios-wiki-app .mr-6 {
  margin-right: 1.5rem;
}
#webbios-wiki-app .mt-0\.5 {
  margin-top: 0.125rem;
}
#webbios-wiki-app .mt-1 {
  margin-top: 0.25rem;
}
#webbios-wiki-app .mt-16 {
  margin-top: 4rem;
}
#webbios-wiki-app .mt-3 {
  margin-top: 0.75rem;
}
#webbios-wiki-app .mt-6 {
  margin-top: 1.5rem;
}
#webbios-wiki-app .mt-8 {
  margin-top: 2rem;
}
#webbios-wiki-app .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#webbios-wiki-app .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#webbios-wiki-app .block {
  display: block;
}
#webbios-wiki-app .inline-block {
  display: inline-block;
}
#webbios-wiki-app .flex {
  display: flex;
}
#webbios-wiki-app .inline-flex {
  display: inline-flex;
}
#webbios-wiki-app .table {
  display: table;
}
#webbios-wiki-app .grid {
  display: grid;
}
#webbios-wiki-app .hidden {
  display: none;
}
#webbios-wiki-app .h-10 {
  height: 2.5rem;
}
#webbios-wiki-app .h-12 {
  height: 3rem;
}
#webbios-wiki-app .h-2 {
  height: 0.5rem;
}
#webbios-wiki-app .h-3\.5 {
  height: 0.875rem;
}
#webbios-wiki-app .h-4 {
  height: 1rem;
}
#webbios-wiki-app .h-5 {
  height: 1.25rem;
}
#webbios-wiki-app .h-7 {
  height: 1.75rem;
}
#webbios-wiki-app .h-8 {
  height: 2rem;
}
#webbios-wiki-app .h-9 {
  height: 2.25rem;
}
#webbios-wiki-app .h-\[600px\] {
  height: 600px;
}
#webbios-wiki-app .h-\[calc\(100vh-64px\)\] {
  height: calc(100vh - 64px);
}
#webbios-wiki-app .h-auto {
  height: auto;
}
#webbios-wiki-app .h-full {
  height: 100%;
}
#webbios-wiki-app .h-screen {
  height: 100vh;
}
#webbios-wiki-app .max-h-48 {
  max-height: 12rem;
}
#webbios-wiki-app .min-h-\[42px\] {
  min-height: 42px;
}
#webbios-wiki-app .min-h-\[500px\] {
  min-height: 500px;
}
#webbios-wiki-app .min-h-\[80px\] {
  min-height: 80px;
}
#webbios-wiki-app .min-h-\[90px\] {
  min-height: 90px;
}
#webbios-wiki-app .min-h-\[calc\(100vh-180px\)\] {
  min-height: calc(100vh - 180px);
}
#webbios-wiki-app .min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}
#webbios-wiki-app .min-h-screen {
  min-height: 100vh;
}
#webbios-wiki-app .w-10 {
  width: 2.5rem;
}
#webbios-wiki-app .w-12 {
  width: 3rem;
}
#webbios-wiki-app .w-3\.5 {
  width: 0.875rem;
}
#webbios-wiki-app .w-4 {
  width: 1rem;
}
#webbios-wiki-app .w-5 {
  width: 1.25rem;
}
#webbios-wiki-app .w-7 {
  width: 1.75rem;
}
#webbios-wiki-app .w-8 {
  width: 2rem;
}
#webbios-wiki-app .w-full {
  width: 100%;
}
#webbios-wiki-app .w-px {
  width: 1px;
}
#webbios-wiki-app .min-w-0 {
  min-width: 0px;
}
#webbios-wiki-app .min-w-\[120px\] {
  min-width: 120px;
}
#webbios-wiki-app .min-w-\[150px\] {
  min-width: 150px;
}
#webbios-wiki-app .min-w-\[60px\] {
  min-width: 60px;
}
#webbios-wiki-app .max-w-3xl {
  max-width: 48rem;
}
#webbios-wiki-app .max-w-4xl {
  max-width: 56rem;
}
#webbios-wiki-app .max-w-\[1200px\] {
  max-width: 1200px;
}
#webbios-wiki-app .max-w-full {
  max-width: 100%;
}
#webbios-wiki-app .max-w-md {
  max-width: 28rem;
}
#webbios-wiki-app .max-w-xs {
  max-width: 20rem;
}
#webbios-wiki-app .flex-1 {
  flex: 1 1 0%;
}
#webbios-wiki-app .flex-shrink-0 {
  flex-shrink: 0;
}
#webbios-wiki-app .shrink-0 {
  flex-shrink: 0;
}
#webbios-wiki-app .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#webbios-wiki-app .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#webbios-wiki-app .animate-spin {
  animation: spin 1s linear infinite;
}
#webbios-wiki-app .cursor-help {
  cursor: help;
}
#webbios-wiki-app .cursor-pointer {
  cursor: pointer;
}
#webbios-wiki-app .cursor-text {
  cursor: text;
}
#webbios-wiki-app .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#webbios-wiki-app .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#webbios-wiki-app .flex-col {
  flex-direction: column;
}
#webbios-wiki-app .flex-wrap {
  flex-wrap: wrap;
}
#webbios-wiki-app .items-start {
  align-items: flex-start;
}
#webbios-wiki-app .items-center {
  align-items: center;
}
#webbios-wiki-app .justify-end {
  justify-content: flex-end;
}
#webbios-wiki-app .justify-center {
  justify-content: center;
}
#webbios-wiki-app .justify-between {
  justify-content: space-between;
}
#webbios-wiki-app .gap-1 {
  gap: 0.25rem;
}
#webbios-wiki-app .gap-1\.5 {
  gap: 0.375rem;
}
#webbios-wiki-app .gap-2 {
  gap: 0.5rem;
}
#webbios-wiki-app .gap-3 {
  gap: 0.75rem;
}
#webbios-wiki-app .gap-4 {
  gap: 1rem;
}
#webbios-wiki-app .gap-5 {
  gap: 1.25rem;
}
#webbios-wiki-app .gap-6 {
  gap: 1.5rem;
}
#webbios-wiki-app :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#webbios-wiki-app :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#webbios-wiki-app :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#webbios-wiki-app :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
#webbios-wiki-app :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
#webbios-wiki-app :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
#webbios-wiki-app :is(.divide-cf-border > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
#webbios-wiki-app .overflow-hidden {
  overflow: hidden;
}
#webbios-wiki-app .overflow-x-auto {
  overflow-x: auto;
}
#webbios-wiki-app .overflow-y-auto {
  overflow-y: auto;
}
#webbios-wiki-app .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#webbios-wiki-app .whitespace-nowrap {
  white-space: nowrap;
}
#webbios-wiki-app .rounded {
  border-radius: 0.25rem;
}
#webbios-wiki-app .rounded-full {
  border-radius: 9999px;
}
#webbios-wiki-app .rounded-lg {
  border-radius: 0.5rem;
}
#webbios-wiki-app .rounded-md {
  border-radius: 0.375rem;
}
#webbios-wiki-app .rounded-none {
  border-radius: 0px;
}
#webbios-wiki-app .border {
  border-width: 1px;
}
#webbios-wiki-app .border-2 {
  border-width: 2px;
}
#webbios-wiki-app .border-4 {
  border-width: 4px;
}
#webbios-wiki-app .border-b {
  border-bottom-width: 1px;
}
#webbios-wiki-app .border-r {
  border-right-width: 1px;
}
#webbios-wiki-app .border-t {
  border-top-width: 1px;
}
#webbios-wiki-app .border-dashed {
  border-style: dashed;
}
#webbios-wiki-app .border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-cf-border {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-cf-border\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
#webbios-wiki-app .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 195 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .border-t-transparent {
  border-top-color: transparent;
}
#webbios-wiki-app .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
#webbios-wiki-app .bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-cf-border {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
#webbios-wiki-app .bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
#webbios-wiki-app .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-transparent {
  background-color: transparent;
}
#webbios-wiki-app .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
#webbios-wiki-app .p-0 {
  padding: 0px;
}
#webbios-wiki-app .p-0\.5 {
  padding: 0.125rem;
}
#webbios-wiki-app .p-1 {
  padding: 0.25rem;
}
#webbios-wiki-app .p-1\.5 {
  padding: 0.375rem;
}
#webbios-wiki-app .p-2 {
  padding: 0.5rem;
}
#webbios-wiki-app .p-3 {
  padding: 0.75rem;
}
#webbios-wiki-app .p-4 {
  padding: 1rem;
}
#webbios-wiki-app .p-5 {
  padding: 1.25rem;
}
#webbios-wiki-app .p-6 {
  padding: 1.5rem;
}
#webbios-wiki-app .p-8 {
  padding: 2rem;
}
#webbios-wiki-app .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#webbios-wiki-app .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#webbios-wiki-app .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#webbios-wiki-app .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#webbios-wiki-app .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
#webbios-wiki-app .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#webbios-wiki-app .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
#webbios-wiki-app .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#webbios-wiki-app .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#webbios-wiki-app .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#webbios-wiki-app .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#webbios-wiki-app .pb-2 {
  padding-bottom: 0.5rem;
}
#webbios-wiki-app .pr-10 {
  padding-right: 2.5rem;
}
#webbios-wiki-app .pr-4 {
  padding-right: 1rem;
}
#webbios-wiki-app .pr-6 {
  padding-right: 1.5rem;
}
#webbios-wiki-app .pt-2 {
  padding-top: 0.5rem;
}
#webbios-wiki-app .pt-4 {
  padding-top: 1rem;
}
#webbios-wiki-app .pt-6 {
  padding-top: 1.5rem;
}
#webbios-wiki-app .pt-8 {
  padding-top: 2rem;
}
#webbios-wiki-app .text-left {
  text-align: left;
}
#webbios-wiki-app .text-center {
  text-align: center;
}
#webbios-wiki-app .text-right {
  text-align: right;
}
#webbios-wiki-app .font-sans {
  font-family: Inter, system-ui, sans-serif;
}
#webbios-wiki-app .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#webbios-wiki-app .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#webbios-wiki-app .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
#webbios-wiki-app .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#webbios-wiki-app .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#webbios-wiki-app .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#webbios-wiki-app .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
#webbios-wiki-app .font-bold {
  font-weight: 700;
}
#webbios-wiki-app .font-medium {
  font-weight: 500;
}
#webbios-wiki-app .font-normal {
  font-weight: 400;
}
#webbios-wiki-app .font-semibold {
  font-weight: 600;
}
#webbios-wiki-app .uppercase {
  text-transform: uppercase;
}
#webbios-wiki-app .italic {
  font-style: italic;
}
#webbios-wiki-app .leading-none {
  line-height: 1;
}
#webbios-wiki-app .leading-relaxed {
  line-height: 1.625;
}
#webbios-wiki-app .text-\[\#1a0dab\] {
  --tw-text-opacity: 1;
  color: rgb(26 13 171 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-\[\#4d5156\] {
  --tw-text-opacity: 1;
  color: rgb(77 81 86 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-\[\#70757a\] {
  --tw-text-opacity: 1;
  color: rgb(112 117 122 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-cf-gray-text {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-cf-text {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-muted-foreground {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .underline {
  text-decoration-line: underline;
}
#webbios-wiki-app .opacity-0 {
  opacity: 0;
}
#webbios-wiki-app .opacity-60 {
  opacity: 0.6;
}
#webbios-wiki-app .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#webbios-wiki-app .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#webbios-wiki-app .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#webbios-wiki-app .outline {
  outline-style: solid;
}
#webbios-wiki-app .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);
}
#webbios-wiki-app .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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);
}
#webbios-wiki-app .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#webbios-wiki-app .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#webbios-wiki-app .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#webbios-wiki-app .duration-200 {
  transition-duration: 200ms;
}
#webbios-wiki-app .duration-300 {
  transition-duration: 300ms;
}
#webbios-wiki-app .duration-500 {
  transition-duration: 500ms;
}
#webbios-wiki-app .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   Wiki Content Display Styles
   Used by both the Tiptap editor (.ProseMirror) and
   the read-only viewer page (.wiki-content).
   Written as FLAT selectors (no CSS nesting) for maximum
   PostCSS / browser compatibility.
   ============================================================ */

/* --- Paragraph spacing --- */
.wiki-content p,
.ProseMirror p {
  margin-bottom: 1em;
  line-height: 1.75;
}

/* --- Headings --- */
.wiki-content h1,
.ProseMirror h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.wiki-content h2,
.ProseMirror h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.wiki-content h3,
.ProseMirror h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.wiki-content h4,
.ProseMirror h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.wiki-content h5,
.ProseMirror h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

.wiki-content h6,
.ProseMirror h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

/* --- Lists --- */
.wiki-content ul,
.ProseMirror ul {
  padding: 0 1rem;
  margin-left: 1.5rem;
  list-style-type: disc;
  margin-bottom: 1em;
}

.wiki-content ol,
.ProseMirror ol {
  padding: 0 1rem;
  margin-left: 1.5rem;
  list-style-type: decimal;
  margin-bottom: 1em;
}

.wiki-content li,
.ProseMirror li {
  margin-bottom: 0.25em;
}

/* --- Links --- */
.wiki-content a,
.ProseMirror a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wiki-content a:hover,
.ProseMirror a:hover {
  color: #1d4ed8;
}

/* --- Code --- */
.wiki-content code,
.ProseMirror code {
  background-color: #f3f4f6;
  color: #616161;
  padding: 0.15em 0.3em;
  border-radius: 0.25rem;
  font-size: 0.85em;
}

.wiki-content pre,
.ProseMirror pre {
  background: #0D0D0D;
  color: #FFF;
  font-family: 'JetBrainsMono', monospace;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1em;
  overflow-x: auto;
}

.wiki-content pre code,
.ProseMirror pre code {
  color: inherit;
  padding: 0;
  background: none;
  font-size: 0.8rem;
}

/* --- Images --- */
.wiki-content img,
.ProseMirror img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.wiki-content img[data-align="left"],
.ProseMirror img[data-align="left"] {
  float: left;
  margin-right: 1.5rem;
}

.wiki-content img[data-align="right"],
.ProseMirror img[data-align="right"] {
  float: right;
  margin-left: 1.5rem;
}

.wiki-content img[data-align="center"],
.ProseMirror img[data-align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* --- Blockquote --- */
.wiki-content blockquote,
.ProseMirror blockquote {
  padding-left: 1rem;
  border-left: 3px solid #e5e7eb;
  margin: 1em 0;
  color: #6b7280;
  font-style: italic;
}

/* --- Horizontal Rule --- */
.wiki-content hr,
.ProseMirror hr {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 2rem 0;
}

/* --- Bold / Strong --- */
.wiki-content strong,
.ProseMirror strong {
  font-weight: 700;
}

/* --- Italic / Emphasis --- */
.wiki-content em,
.ProseMirror em {
  font-style: italic;
}

/* --- Task list --- */
.ProseMirror ul[data-type="taskList"] {
  list-style: none;
  padding: 0;
}

.ProseMirror ul[data-type="taskList"] p {
  margin: 0;
}

.ProseMirror ul[data-type="taskList"] li {
  display: flex;
}

.ProseMirror ul[data-type="taskList"] li > label {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ProseMirror ul[data-type="taskList"] li > div {
  flex: 1 1 auto;
}

/* --- Table --- */
.wiki-content table,
.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
}

.wiki-content td,
.wiki-content th,
.ProseMirror td,
.ProseMirror th {
  min-width: 1em;
  border: 1px solid #e5e7eb;
  padding: 6px 10px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}

.wiki-content th,
.ProseMirror th {
  font-weight: bold;
  text-align: left;
  background-color: #f3f4f6;
}

.ProseMirror .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}

.ProseMirror .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
}

.ProseMirror table p {
  margin: 0;
}

/* --- Placeholder --- */
.ProseMirror p.is-editor-empty:first-child::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
#webbios-wiki-app .focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 195 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#webbios-wiki-app .focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 81 195 / var(--tw-ring-opacity, 1));
}
#webbios-wiki-app .hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .hover\:bg-cf-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .hover\:bg-primary\/5:hover {
  background-color: rgb(0 81 195 / 0.05);
}
#webbios-wiki-app .hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
#webbios-wiki-app .hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .hover\:text-cf-text:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 81 195 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app .hover\:underline:hover {
  text-decoration-line: underline;
}
#webbios-wiki-app .hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#webbios-wiki-app .hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#webbios-wiki-app .focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 195 / var(--tw-border-opacity, 1));
}
#webbios-wiki-app .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#webbios-wiki-app .focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#webbios-wiki-app .focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#webbios-wiki-app .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
#webbios-wiki-app .focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 81 195 / var(--tw-ring-opacity, 1));
}
#webbios-wiki-app :is(.group:hover .group-hover\:block) {
  display: block;
}
#webbios-wiki-app :is(.group:hover .group-hover\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
#webbios-wiki-app :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}
@media (min-width: 640px) {
  #webbios-wiki-app .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #webbios-wiki-app .sm\:flex-row {
    flex-direction: row;
  }
  #webbios-wiki-app .sm\:items-center {
    align-items: center;
  }
  #webbios-wiki-app :is(.sm\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
@media (min-width: 768px) {
  #webbios-wiki-app .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #webbios-wiki-app .md\:flex-row {
    flex-direction: row;
  }
  #webbios-wiki-app :is(.md\:space-x-3 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #webbios-wiki-app :is(.md\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  #webbios-wiki-app .md\:p-10 {
    padding: 2.5rem;
  }
  #webbios-wiki-app .md\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  #webbios-wiki-app .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (prefers-color-scheme: dark) {
  #webbios-wiki-app :is(.dark\:divide-slate-800 > :not([hidden]) ~ :not([hidden])) {
    --tw-divide-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
  }
  #webbios-wiki-app .dark\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5);
  }
  #webbios-wiki-app .dark\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:border-slate-800\/50 {
    border-color: rgb(30 41 59 / 0.5);
  }
  #webbios-wiki-app .dark\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  }
  #webbios-wiki-app .dark\:bg-blue-900\/20 {
    background-color: rgb(30 58 138 / 0.2);
  }
  #webbios-wiki-app .dark\:bg-blue-900\/30 {
    background-color: rgb(30 58 138 / 0.3);
  }
  #webbios-wiki-app .dark\:bg-green-900\/20 {
    background-color: rgb(20 83 45 / 0.2);
  }
  #webbios-wiki-app .dark\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }
  #webbios-wiki-app .dark\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }
  #webbios-wiki-app .dark\:bg-slate-800\/50 {
    background-color: rgb(30 41 59 / 0.5);
  }
  #webbios-wiki-app .dark\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }
  #webbios-wiki-app .dark\:bg-slate-900\/50 {
    background-color: rgb(15 23 42 / 0.5);
  }
  #webbios-wiki-app .dark\:bg-slate-900\/90 {
    background-color: rgb(15 23 42 / 0.9);
  }
  #webbios-wiki-app .dark\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:bg-slate-800\/50:hover {
    background-color: rgb(30 41 59 / 0.5);
  }
  #webbios-wiki-app .dark\:hover\:bg-slate-800\/80:hover {
    background-color: rgb(30 41 59 / 0.8);
  }
  #webbios-wiki-app .dark\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }
  #webbios-wiki-app .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
  #webbios-wiki-app .dark\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  }
}
