/* tw-lite.css (generated) - Minimal Tailwind-like utilities for PortalMine (offline-safe) */

*{box-sizing:border-box;}

:root{--tw-border-color: rgba(148,163,184,0.35); --tw-ring-color: rgba(168,85,247,0.6);} 

@keyframes spin{to{transform:rotate(360deg);}}

.absolute {
  position: absolute;
}

.accent-purple-500 {
  accent-color: rgba(168,85,247,1.0);
}

.active\:scale-95:active {
  transform: scale(0.95);
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.backdrop-blur {
  backdrop-filter: blur(12px);
}

.bg-\[\#f5f3ff\] {
  background-color: rgba(245,243,255,1.0);
}

.bg-\[\#f9fafb\] {
  background-color: rgba(249,250,251,1.0);
}

.bg-black\/60 {
  background-color: rgba(0,0,0,0.6);
}

.bg-black\/70 {
  background-color: rgba(0,0,0,0.7);
}

.bg-emerald-400 {
  background-color: rgba(52,211,153,1.0);
}

.bg-emerald-500 {
  background-color: rgba(16,185,129,1.0);
}

.bg-emerald-500\/90 {
  background-color: rgba(16,185,129,0.9);
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-from, transparent), var(--tw-gradient-via, transparent), var(--tw-gradient-to, transparent));
}

.bg-purple-500 {
  background-color: rgba(168,85,247,1.0);
}

.bg-red-900\/30 {
  background-color: rgba(127,29,29,0.3);
}

.bg-sky-600 {
  background-color: rgba(2,132,199,1.0);
}

.bg-slate-800 {
  background-color: rgba(30,41,59,1.0);
}

.bg-slate-900 {
  background-color: rgba(15,23,42,1.0);
}

.bg-slate-900\/40 {
  background-color: rgba(15,23,42,0.4);
}

.bg-slate-900\/60 {
  background-color: rgba(15,23,42,0.6);
}

.bg-slate-900\/80 {
  background-color: rgba(15,23,42,0.8);
}

.bg-slate-900\/90 {
  background-color: rgba(15,23,42,0.9);
}

.bg-white {
  background-color: rgba(255,255,255,1.0);
}

.bg-white\/10 {
  background-color: rgba(255,255,255,0.1);
}

.bg-white\/5 {
  background-color: rgba(255,255,255,0.05);
}

.bg-white\/80 {
  background-color: rgba(255,255,255,0.8);
}

.block {
  display: block;
}

.border {
  border-width: 1px;
  border-style: solid;
  border-color: var(--tw-border-color, rgba(148,163,184,0.3));
}

.border-2 {
  border-width: 2px;
  border-style: solid;
  border-color: var(--tw-border-color, rgba(148,163,184,0.3));
}

.border-\[\#e5e7eb\] {
  --tw-border-color: rgba(229,231,235,1.0);
  border-color: rgba(229,231,235,1.0);
}

.border-amber-400\/40 {
  --tw-border-color: rgba(251,191,36,0.4);
  border-color: rgba(251,191,36,0.4);
}

.border-b {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--tw-border-color, rgba(148,163,184,0.3));
}

.border-dashed {
  border-style: dashed;
}

.border-emerald-400\/40 {
  --tw-border-color: rgba(52,211,153,0.4);
  border-color: rgba(52,211,153,0.4);
}

.border-r {
  border-right-width: 1px;
  border-style: solid;
  border-color: var(--tw-border-color, rgba(148,163,184,0.3));
}

.border-red-500\/60 {
  --tw-border-color: rgba(239,68,68,0.6);
  border-color: rgba(239,68,68,0.6);
}

.border-slate-200 {
  --tw-border-color: rgba(226,232,240,1.0);
  border-color: rgba(226,232,240,1.0);
}

.border-slate-600 {
  --tw-border-color: rgba(71,85,105,1.0);
  border-color: rgba(71,85,105,1.0);
}

.border-slate-700 {
  --tw-border-color: rgba(51,65,85,1.0);
  border-color: rgba(51,65,85,1.0);
}

.border-slate-800 {
  --tw-border-color: rgba(30,41,59,1.0);
  border-color: rgba(30,41,59,1.0);
}

.border-slate-800\/70 {
  --tw-border-color: rgba(30,41,59,0.7);
  border-color: rgba(30,41,59,0.7);
}

.border-slate-900 {
  --tw-border-color: rgba(15,23,42,1.0);
  border-color: rgba(15,23,42,1.0);
}

.border-t {
  border-top-width: 1px;
  border-style: solid;
  border-color: var(--tw-border-color, rgba(148,163,184,0.3));
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-transparent {
  --tw-border-color: transparent;
}

.border-white\/10 {
  --tw-border-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.1);
}

.bottom-4 {
  bottom: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.fixed {
  position: fixed;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.focus\:bg-white:focus {
  background-color: rgba(255,255,255,1.0);
}

.focus\:border-slate-500:focus {
  --tw-border-color: rgba(100,116,139,1.0);
  border-color: rgba(100,116,139,1.0);
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:outline-none:focus {
  outline: none;
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(168,85,247,0.6));
}

.focus\:ring-purple-500:focus {
  --tw-ring-color: rgba(168,85,247,1.0);
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:text-black:focus {
  color: rgba(0,0,0,1.0);
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-50:focus {
  z-index: 50;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.font-semibold {
  font-weight: 600;
}

.from-purple-500 {
  --tw-gradient-from: rgba(168,85,247,1.0);
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.hidden {
  display: none;
}

.hover\:bg-\[\#f5f3ff\]:hover {
  background-color: rgba(245,243,255,1.0);
}

.hover\:bg-emerald-400:hover {
  background-color: rgba(52,211,153,1.0);
}

.hover\:bg-slate-700:hover {
  background-color: rgba(51,65,85,1.0);
}

.hover\:bg-slate-800:hover {
  background-color: rgba(30,41,59,1.0);
}

.hover\:bg-white\/10:hover {
  background-color: rgba(255,255,255,0.1);
}

.hover\:bg-white\/15:hover {
  background-color: rgba(255,255,255,0.15);
}

.hover\:bg-white\/5:hover {
  background-color: rgba(255,255,255,0.05);
}

.hover\:border-\[rgba\(59\,130\,246\,0\.55\)\]:hover {
  --tw-border-color: rgba(59,130,246,0.55);
  border-color: rgba(59,130,246,0.55);
}

.hover\:scale-105:hover {
  transform: scale(1.05);
}

.hover\:text-\[\#111827\]:hover {
  color: rgba(17,24,39,1.0);
}

.hover\:text-white:hover {
  color: rgba(255,255,255,1.0);
}

.hover\:text-white\/80:hover {
  color: rgba(255,255,255,0.8);
}

.inline-flex {
  display: inline-flex;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.leading-snug {
  line-height: 1.375;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.outline-none {
  outline: none;
}

.overflow-y-auto {
  overflow-y: auto;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.relative {
  position: relative;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.select-none {
  user-select: none;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.shadow-md {
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.shadow-sm {
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.shadow-xl {
  box-shadow: 0 20px 45px rgba(0,0,0,0.45);
}

.shrink-0 {
  flex-shrink: 0;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.25rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-\[\#111827\] {
  color: rgba(17,24,39,1.0);
}

.text-\[\#374151\] {
  color: rgba(55,65,81,1.0);
}

.text-\[\#4b5563\] {
  color: rgba(75,85,99,1.0);
}

.text-\[\#4c1d95\] {
  color: rgba(76,29,149,1.0);
}

.text-\[\#6b7280\] {
  color: rgba(107,114,128,1.0);
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-amber-300 {
  color: rgba(252,211,77,1.0);
}

.text-base {
  font-size: 1rem;
}

.text-center {
  text-align: center;
}

.text-lg {
  font-size: 1.125rem;
}

.text-right {
  text-align: right;
}

.text-slate-100 {
  color: rgba(241,245,249,1.0);
}

.text-slate-200 {
  color: rgba(226,232,240,1.0);
}

.text-slate-300 {
  color: rgba(203,213,225,1.0);
}

.text-slate-400 {
  color: rgba(148,163,184,1.0);
}

.text-slate-50 {
  color: rgba(248,250,252,1.0);
}

.text-slate-500 {
  color: rgba(100,116,139,1.0);
}

.text-slate-600 {
  color: rgba(71,85,105,1.0);
}

.text-sm {
  font-size: 0.875rem;
}

.text-white {
  color: rgba(255,255,255,1.0);
}

.text-white\/50 {
  color: rgba(255,255,255,0.5);
}

.text-white\/60 {
  color: rgba(255,255,255,0.6);
}

.text-white\/70 {
  color: rgba(255,255,255,0.7);
}

.text-white\/75 {
  color: rgba(255,255,255,0.75);
}

.text-white\/80 {
  color: rgba(255,255,255,0.8);
}

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
}

.to-emerald-400 {
  --tw-gradient-to: rgba(52,211,153,1.0);
}

.top-3 {
  top: 0.75rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.transition {
  transition: all 150ms ease;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.z-50 {
  z-index: 50;
}

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .md\:grid-cols-\[1\.1fr\,1\.2fr\] {
    grid-template-columns: 1.1fr 1.2fr;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-\[11px\] {
    font-size: 11px;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:grid-cols-\[1\.3fr\,1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}
