/*! 
 * PQC Drive - Custom Tailwind CSS Build
 * Pre-compiled version for production hosting without npm
 * Based on Tailwind CSS v3.4
 */

/* Reset & Base Styles */
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

::after,
::before {
  --tw-content: ''
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  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: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

/* Tailwind Forms Plugin Base */
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5rem
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb
}

[type='checkbox'],
[type='radio'] {
  appearance: none;
  padding: 0;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px
}

[type='checkbox'] {
  border-radius: 0
}

[type='radio'] {
  border-radius: 100%
}

[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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)
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

/* CSS Variables */
:root {
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --color-primary: #46ec13;
  --color-background-light: #f6f8f6;
  --color-background-dark: #152211;
  --color-surface-dark: #1c2e17;
  --color-surface-highlight: #2c4823;
  --color-text-secondary: #9fc992;
  --color-border-dark: #2c4823;
  --color-surface-light: #ffffff;
}

/* Custom Theme Colors */
.bg-primary {
  background-color: #46ec13
}

.text-primary {
  color: #46ec13
}

.border-primary {
  border-color: #46ec13
}

.ring-primary {
  --tw-ring-color: #46ec13
}

.bg-primary\/10 {
  background-color: rgb(70 236 19/0.1)
}

.bg-primary\/20 {
  background-color: rgb(70 236 19/0.2)
}

.bg-primary\/50 {
  background-color: rgb(70 236 19/0.5)
}

.shadow-primary\/20 {
  --tw-shadow-color: rgb(70 236 19/0.2);
  --tw-shadow: var(--tw-shadow-colored)
}

.shadow-primary\/30 {
  --tw-shadow-color: rgb(70 236 19/0.3);
  --tw-shadow: var(--tw-shadow-colored)
}

.bg-background-light {
  background-color: #f6f8f6
}

.bg-background-dark {
  background-color: #152211
}

.dark .dark\:bg-background-dark {
  background-color: #152211
}

.bg-surface-dark {
  background-color: #1c2e17
}

.dark .dark\:bg-surface-dark {
  background-color: #1c2e17
}

.bg-surface-highlight {
  background-color: #2c4823
}

.bg-surface-light {
  background-color: #ffffff
}

.dark .dark\:bg-surface-light {
  background-color: #ffffff
}

.text-text-secondary {
  color: #9fc992
}

.border-border-dark {
  border-color: #2c4823
}

.dark .dark\:border-border-dark {
  border-color: #2c4823
}

/* Font Families */
.font-display {
  font-family: Manrope, sans-serif
}

.font-body {
  font-family: "Noto Sans", sans-serif
}

/* Border Radius - Reduced for cleaner look */
.rounded {
  border-radius: 0.5rem
}

.rounded-lg {
  border-radius: 0.75rem
}

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

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

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

.rounded-3xl {
  border-radius: 1.25rem
}

.rounded-none {
  border-radius: 0
}

.rounded-sm {
  border-radius: 0.125rem
}

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

/* Display */
.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.contents {
  display: contents
}

/* Flexbox */
.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

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

.flex-auto {
  flex: 1 1 auto
}

.flex-none {
  flex: none
}

.flex-grow {
  flex-grow: 1
}

.grow {
  flex-grow: 1
}

.shrink {
  flex-shrink: 1
}

.shrink-0 {
  flex-shrink: 0
}

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

.items-center {
  align-items: center
}

.items-end {
  align-items: flex-end
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-center {
  justify-content: center
}

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

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

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.self-start {
  align-self: flex-start
}

.self-center {
  align-self: center
}

.self-end {
  align-self: flex-end
}

.self-auto {
  align-self: auto
}

.self-stretch {
  align-self: stretch
}

/* Gap */
.gap-0 {
  gap: 0
}

.gap-0\.5 {
  gap: 0.125rem
}

.gap-1 {
  gap: 0.25rem
}

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

.gap-2 {
  gap: 0.5rem
}

.gap-2\.5 {
  gap: 0.625rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-8 {
  gap: 2rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-12 {
  gap: 3rem
}

.gap-16 {
  gap: 4rem
}

/* Position */
.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

/* Inset */
.inset-0 {
  inset: 0
}

.inset-x-0 {
  left: 0;
  right: 0
}

.inset-y-0 {
  top: 0;
  bottom: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-1\/2 {
  top: 50%
}

.left-1\/2 {
  left: 50%
}

.top-full {
  top: 100%
}

.-translate-x-1\/2 {
  --tw-translate-x: -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))
}

.-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))
}

/* Z-Index */
.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

/* Width */
.w-0 {
  width: 0
}

.w-1 {
  width: 0.25rem
}

.w-2 {
  width: 0.5rem
}

.w-3 {
  width: 0.75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-9 {
  width: 2.25rem
}

.w-10 {
  width: 2.5rem
}

.w-11 {
  width: 2.75rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

.w-28 {
  width: 7rem
}

.w-32 {
  width: 8rem
}

.w-36 {
  width: 9rem
}

.w-40 {
  width: 10rem
}

.w-44 {
  width: 11rem
}

.w-48 {
  width: 12rem
}

.w-52 {
  width: 13rem
}

.w-56 {
  width: 14rem
}

.w-60 {
  width: 15rem
}

.w-64 {
  width: 16rem
}

.w-72 {
  width: 18rem
}

.w-80 {
  width: 20rem
}

.w-96 {
  width: 24rem
}

.w-auto {
  width: auto
}

.w-px {
  width: 1px
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.w-min {
  width: min-content
}

.w-max {
  width: max-content
}

.w-fit {
  width: fit-content
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-2\/3 {
  width: 66.666667%
}

.w-1\/4 {
  width: 25%
}

.w-3\/4 {
  width: 75%
}

/* Min Width */
.min-w-0 {
  min-width: 0
}

.min-w-full {
  min-width: 100%
}

.min-w-min {
  min-width: min-content
}

.min-w-max {
  min-width: max-content
}

.min-w-\[84px\] {
  min-width: 84px
}

.min-w-\[64px\] {
  min-width: 64px
}

/* Max Width */
.max-w-none {
  max-width: none
}

.max-w-xs {
  max-width: 20rem
}

.max-w-sm {
  max-width: 24rem
}

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

.max-w-lg {
  max-width: 32rem
}

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

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

.max-w-3xl {
  max-width: 48rem
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-5xl {
  max-width: 64rem
}

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

.max-w-7xl {
  max-width: 80rem
}

.max-w-full {
  max-width: 100%
}

.max-w-screen-sm {
  max-width: 640px
}

.max-w-screen-md {
  max-width: 768px
}

.max-w-screen-lg {
  max-width: 1024px
}

.max-w-screen-xl {
  max-width: 1280px
}

.max-w-\[420px\] {
  max-width: 420px
}

.max-w-\[640px\] {
  max-width: 640px
}

/* Height */
.h-0 {
  height: 0
}

.h-1 {
  height: 0.25rem
}

.h-2 {
  height: 0.5rem
}

.h-3 {
  height: 0.75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-32 {
  height: 8rem
}

.h-40 {
  height: 10rem
}

.h-48 {
  height: 12rem
}

.h-56 {
  height: 14rem
}

.h-64 {
  height: 16rem
}

.h-72 {
  height: 18rem
}

.h-80 {
  height: 20rem
}

.h-96 {
  height: 24rem
}

.h-auto {
  height: auto
}

.h-px {
  height: 1px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.h-min {
  height: min-content
}

.h-max {
  height: max-content
}

.h-fit {
  height: fit-content
}

/* Min Height */
.min-h-0 {
  min-height: 0
}

.min-h-full {
  min-height: 100%
}

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

.min-h-\[80vh\] {
  min-height: 80vh
}

/* Max Height */
.max-h-none {
  max-height: none
}

.max-h-full {
  max-height: 100%
}

.max-h-screen {
  max-height: 100vh
}

.max-h-\[70vh\] {
  max-height: 70vh
}

/* Size (width + height) */
.size-4 {
  width: 1rem;
  height: 1rem
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem
}

.size-8 {
  width: 2rem;
  height: 2rem
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem
}

/* Padding */
.p-0 {
  padding: 0
}

.p-1 {
  padding: 0.25rem
}

.p-1\.5 {
  padding: 0.375rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-10 {
  padding: 2.5rem
}

.p-12 {
  padding: 3rem
}

.p-16 {
  padding: 4rem
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem
}

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

.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
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.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
}

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

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

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

.pt-8 {
  padding-top: 2rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pl-3 {
  padding-left: 0.75rem
}

.pl-4 {
  padding-left: 1rem
}

.pl-11 {
  padding-left: 2.75rem
}

.pr-2 {
  padding-right: 0.5rem
}

.pr-4 {
  padding-right: 1rem
}

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

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

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

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

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

.mb-8 {
  margin-bottom: 2rem
}

.ml-1 {
  margin-left: 0.25rem
}

.ml-2 {
  margin-left: 0.5rem
}

.mr-2 {
  margin-right: 0.5rem
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem
}

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

/* Margin Auto */
.m-auto {
  margin: auto
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

/* Overflow */
.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-scroll {
  overflow: scroll
}

.overflow-x-auto {
  overflow-x: auto
}

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

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-hidden {
  overflow-y: hidden
}

/* Text Colors */
.text-white {
  color: #fff
}

.text-black {
  color: #000
}

.text-transparent {
  color: transparent
}

.text-current {
  color: currentColor
}

.text-gray-100 {
  color: #f3f4f6
}

.text-gray-200 {
  color: #e5e7eb
}

.text-gray-300 {
  color: #d1d5db
}

.text-gray-400 {
  color: #9ca3af
}

.text-gray-500 {
  color: #6b7280
}

.text-gray-600 {
  color: #4b5563
}

.text-gray-700 {
  color: #374151
}

.text-gray-800 {
  color: #1f2937
}

.text-gray-900 {
  color: #111827
}

.text-slate-100 {
  color: #f1f5f9
}

.text-slate-200 {
  color: #e2e8f0
}

.text-slate-300 {
  color: #cbd5e1
}

.text-slate-400 {
  color: #94a3b8
}

.text-slate-500 {
  color: #64748b
}

.text-slate-600 {
  color: #475569
}

.text-slate-700 {
  color: #334155
}

.text-slate-800 {
  color: #1e293b
}

.text-slate-900 {
  color: #0f172a
}

.text-red-400 {
  color: #f87171
}

.text-red-500 {
  color: #ef4444
}

.text-green-400 {
  color: #4ade80
}

.text-green-500 {
  color: #22c55e
}

.text-yellow-400 {
  color: #facc15
}

.text-yellow-500 {
  color: #eab308
}

.text-blue-400 {
  color: #60a5fa
}

.text-blue-500 {
  color: #3b82f6
}

.text-\[\#111418\] {
  color: #111418
}

.text-\[\#9fc992\] {
  color: #9fc992
}

.text-\[\#152211\] {
  color: #152211
}

.dark .dark\:text-white {
  color: #fff
}

.dark .dark\:text-gray-200 {
  color: #e5e7eb
}

.dark .dark\:text-gray-300 {
  color: #d1d5db
}

.dark .dark\:text-gray-400 {
  color: #9ca3af
}

.dark .dark\:text-\[\#9fc992\] {
  color: #9fc992
}

.dark .dark\:text-\[\#9fc992\]\/60 {
  color: rgb(159 201 146/0.6)
}

.dark .dark\:text-\[\#9fc992\]\/80 {
  color: rgb(159 201 146/0.8)
}

/* Background Colors */
.bg-white {
  background-color: #fff
}

.bg-black {
  background-color: #000
}

.bg-transparent {
  background-color: transparent
}

.bg-gray-50 {
  background-color: #f9fafb
}

.bg-gray-100 {
  background-color: #f3f4f6
}

.bg-gray-200 {
  background-color: #e5e7eb
}

.bg-gray-300 {
  background-color: #d1d5db
}

.bg-gray-400 {
  background-color: #9ca3af
}

.bg-gray-500 {
  background-color: #6b7280
}

.bg-gray-600 {
  background-color: #4b5563
}

.bg-gray-700 {
  background-color: #374151
}

.bg-gray-800 {
  background-color: #1f2937
}

.bg-gray-900 {
  background-color: #111827
}

.bg-slate-50 {
  background-color: #f8fafc
}

.bg-slate-100 {
  background-color: #f1f5f9
}

.bg-slate-200 {
  background-color: #e2e8f0
}

.bg-red-500 {
  background-color: #ef4444
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68/0.1)
}

.bg-green-500 {
  background-color: #22c55e
}

.bg-blue-500 {
  background-color: #3b82f6
}

.bg-yellow-500 {
  background-color: #eab308
}

.bg-emerald-600 {
  background-color: #059669
}

.bg-black\/10 {
  background-color: rgb(0 0 0/0.1)
}

.bg-black\/50 {
  background-color: rgb(0 0 0/0.5)
}

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

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

.bg-white\/90 {
  background-color: rgb(255 255 255/0.9)
}

.bg-\[\#2c4823\] {
  background-color: #2c4823
}

.bg-\[\#1a2c15\] {
  background-color: #1a2c15
}

.bg-\[\#0c1409\] {
  background-color: #0c1409
}

.bg-\[\#152211\] {
  background-color: #152211
}

.bg-\[\#1c2e17\] {
  background-color: #1c2e17
}

.bg-\[\#1d2e1a\] {
  background-color: #1d2e1a
}

.dark .dark\:bg-white {
  background-color: #fff
}

.dark .dark\:bg-\[\#2c4823\] {
  background-color: #2c4823
}

.dark .dark\:bg-\[\#0c1409\] {
  background-color: #0c1409
}

/* Border Colors */
.border-transparent {
  border-color: transparent
}

.border-current {
  border-color: currentColor
}

.border-white {
  border-color: #fff
}

.border-white\/5 {
  border-color: rgb(255 255 255/0.05)
}

.border-white\/10 {
  border-color: rgb(255 255 255/0.1)
}

.border-gray-100 {
  border-color: #f3f4f6
}

.border-gray-200 {
  border-color: #e5e7eb
}

.border-gray-300 {
  border-color: #d1d5db
}

.border-red-500\/20 {
  border-color: rgb(239 68 68/0.2)
}

.border-\[\#2c4823\] {
  border-color: #2c4823
}

.border-\[\#3f6732\] {
  border-color: #3f6732
}

.dark .dark\:border-\[\#2c4823\] {
  border-color: #2c4823
}

.dark .dark\:border-border-dark {
  border-color: #2c4823
}

.dark .dark\:border-gray-200 {
  border-color: #e5e7eb
}

/* Border Width */
.border {
  border-width: 1px
}

.border-0 {
  border-width: 0
}

.border-2 {
  border-width: 2px
}

.border-4 {
  border-width: 4px
}

.border-t {
  border-top-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.border-r {
  border-right-width: 1px
}

/* Border Style */
.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

.border-none {
  border-style: none
}

/* Font Size */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

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

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

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

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

/* Font Weight */
.font-thin {
  font-weight: 100
}

.font-extralight {
  font-weight: 200
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-black {
  font-weight: 900
}

/* Line Height */
.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-loose {
  line-height: 2
}

/* Letter Spacing / Tracking */
.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-normal {
  letter-spacing: 0
}

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

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.tracking-\[-0\.015em\] {
  letter-spacing: -0.015em
}

/* Text Alignment */
.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

/* Text Decoration */
.underline {
  text-decoration-line: underline
}

.line-through {
  text-decoration-line: line-through
}

.no-underline {
  text-decoration-line: none
}

/* Text Transform */
.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

/* Whitespace */
.whitespace-normal {
  white-space: normal
}

.whitespace-nowrap {
  white-space: nowrap
}

.whitespace-pre {
  white-space: pre
}

.whitespace-pre-line {
  white-space: pre-line
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

/* Text Overflow */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.overflow-ellipsis {
  text-overflow: ellipsis
}

/* Opacity */
.opacity-0 {
  opacity: 0
}

.opacity-5 {
  opacity: 0.05
}

.opacity-10 {
  opacity: 0.1
}

.opacity-20 {
  opacity: 0.2
}

.opacity-25 {
  opacity: 0.25
}

.opacity-30 {
  opacity: 0.3
}

.opacity-50 {
  opacity: 0.5
}

.opacity-60 {
  opacity: 0.6
}

.opacity-75 {
  opacity: 0.75
}

.opacity-80 {
  opacity: 0.8
}

.opacity-90 {
  opacity: 0.9
}

.opacity-100 {
  opacity: 1
}

.opacity-\[0\.03\] {
  opacity: 0.03
}

.dark .dark\:opacity-10 {
  opacity: 0.1
}

/* Shadow */
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1), 0 1px 2px -1px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.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)
}

.shadow-md {
  --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)
}

.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)
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0/0.1), 0 8px 10px -6px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0/0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dark .dark\:shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0/0.2);
  --tw-shadow: var(--tw-shadow-colored)
}

/* Ring */
.ring-0 {
  --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(0px + 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)
}

.ring-1 {
  --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)
}

.ring-2 {
  --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)
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255/0.1)
}

.ring-primary\/50 {
  --tw-ring-color: rgb(70 236 19/0.5)
}

.dark .dark\:ring-offset-background-dark {
  --tw-ring-offset-color: #152211
}

/* Transition */
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.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
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

/* Transform */
.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))
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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))
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}

.rotate-0 {
  --tw-rotate: 0deg
}

.rotate-45 {
  --tw-rotate: 45deg
}

.rotate-90 {
  --tw-rotate: 90deg
}

.rotate-180 {
  --tw-rotate: 180deg
}

/* Cursor */
.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.cursor-not-allowed {
  cursor: not-allowed
}

.cursor-move {
  cursor: move
}

/* Pointer Events */
.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

/* User Select */
.select-none {
  user-select: none
}

.select-text {
  user-select: text
}

.select-all {
  user-select: all
}

/* Visibility */
.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

/* Object Fit */
.object-contain {
  object-fit: contain
}

.object-cover {
  object-fit: cover
}

.object-fill {
  object-fit: fill
}

.object-none {
  object-fit: none
}

.object-scale-down {
  object-fit: scale-down
}

/* Scroll Behavior */
.scroll-smooth {
  scroll-behavior: smooth
}

/* List Style */
.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

/* Backdrop Filter */
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  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-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)
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  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)
}

/* Filter */
.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)
}

.blur-\[100px\] {
  --tw-blur: blur(100px);
  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)
}

.blur-\[120px\] {
  --tw-blur: blur(120px);
  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)
}

/* Antialiased */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/* Focus States */
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:ring-0: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(0px + 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)
}

.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)
}

.focus\:ring-primary:focus {
  --tw-ring-color: #46ec13
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px
}

.focus\:bg-white:focus {
  background-color: #fff
}

.focus-within\:ring-2: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(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)
}

.focus-within\:ring-primary\/50:focus-within {
  --tw-ring-color: rgb(70 236 19/0.5)
}

.dark .dark\:focus\:bg-\[\#2c4823\]:focus {
  background-color: #2c4823
}

.dark .dark\:focus\:ring-offset-background-dark:focus {
  --tw-ring-offset-color: #152211
}

/* Hover States */
.hover\:bg-gray-100:hover {
  background-color: #f3f4f6
}

.hover\:bg-gray-200:hover {
  background-color: #e5e7eb
}

.hover\:bg-surface-highlight:hover {
  background-color: #2c4823
}

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

.hover\:bg-\[\#36572b\]:hover {
  background-color: #36572b
}

.hover\:bg-\[\#3bd10f\]:hover {
  background-color: #3bd10f
}

.hover\:bg-\[\#3bd410\]:hover {
  background-color: #3bd410
}

.hover\:bg-\[\#3bd60f\]:hover {
  background-color: #3bd60f
}

.hover\:bg-\[\#3ed911\]:hover {
  background-color: #3ed911
}

.hover\:text-white:hover {
  color: #fff
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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))
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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))
}

.hover\:shadow-\[0_0_20px_-5px_rgba\(70\,236\,19\,0\.4\)\]:hover {
  --tw-shadow: 0 0 20px -5px rgba(70, 236, 19, 0.4);
  --tw-shadow-colored: 0 0 20px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-\[0_0_15px_rgba\(70\,236\,19\,0\.3\)\]:hover {
  --tw-shadow: 0 0 15px rgba(70, 236, 19, 0.3);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255/0.1)
}

.hover\:border-primary\/50:hover {
  border-color: rgb(70 236 19/0.5)
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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))
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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))
}

.dark .dark\:hover\:bg-surface-dark:hover {
  background-color: #1c2e17
}

.dark .dark\:hover\:bg-surface-highlight:hover {
  background-color: #2c4823
}

.dark .dark\:hover\:text-white:hover {
  color: #fff
}

.dark .dark\:hover\:bg-border-dark:hover {
  background-color: #2c4823
}

.dark .dark\:hover\:bg-\[\#2c4823\]\/20:hover {
  background-color: rgb(44 72 35/0.2)
}

/* Disabled State */
.disabled\:opacity-50:disabled {
  opacity: 0.5
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed
}

/* Group styling */
.group {
  position: relative
}

/* Animation */
@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

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

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

.animate-bounce {
  animation: bounce 1s infinite
}

/* Responsive: SM (640px) */
@media (min-width:640px) {
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .sm\:flex {
    display: flex
  }

  .sm\:hidden {
    display: none
  }

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

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

  .sm\:p-6 {
    padding: 1.5rem
  }
}

/* Responsive: MD (768px) */
@media (min-width:768px) {
  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

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

  .md\:p-10 {
    padding: 2.5rem
  }

  .md\:p-16 {
    padding: 4rem
  }

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

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

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

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

/* Responsive: LG (1024px) */
@media (min-width:1024px) {
  .lg\:flex {
    display: flex
  }

  .lg\:hidden {
    display: none
  }

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

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

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

/* Responsive: XL (1280px) */
@media (min-width:1280px) {
  .xl\:flex {
    display: flex
  }

  .xl\:hidden {
    display: none
  }

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

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

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

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

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

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

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

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

/* Arbitrary values used in project */
.top-\[-10\%\] {
  top: -10%
}

.right-\[-10\%\] {
  right: -10%
}

.bottom-\[-10\%\] {
  bottom: -10%
}

.left-\[-10\%\] {
  left: -10%
}

.w-\[50vw\] {
  width: 50vw
}

.h-\[50vw\] {
  height: 50vw
}

.w-\[40vw\] {
  width: 40vw
}

.h-\[40vw\] {
  height: 40vw
}

.bottom-6 {
  bottom: 1.5rem
}

.right-6 {
  right: 1.5rem
}

.left-6 {
  left: 1.5rem
}

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

/* ========================================
   LIGHT MODE OVERRIDES
   ======================================== */

/* Light mode sidebar and main backgrounds */
html:not(.dark) .bg-background-dark {
  background-color: #f6f8f6
}

html:not(.dark) .bg-surface-dark {
  background-color: #ffffff
}

html:not(.dark) .bg-surface-highlight {
  background-color: #e8f0e6
}

html:not(.dark) .border-\[\#2c4823\] {
  border-color: #d1e0cc
}

html:not(.dark) .text-white {
  color: #111418
}

html:not(.dark) .text-\[\#9fc992\] {
  color: #5a7a52
}

html:not(.dark) .text-\[\#111418\] {
  color: #111418
}

/* Light mode form elements */
html:not(.dark) .bg-\[\#2c4823\] {
  background-color: #e8f0e6
}

html:not(.dark) .bg-\[\#1a2c15\] {
  background-color: #ffffff
}

html:not(.dark) .bg-\[\#0c1409\] {
  background-color: #f6f8f6
}

html:not(.dark) .bg-\[\#152211\] {
  background-color: #f6f8f6
}

html:not(.dark) .bg-\[\#1c2e17\] {
  background-color: #ffffff
}

html:not(.dark) .bg-\[\#1d2e1a\] {
  background-color: #ffffff
}

/* Light mode hover states */
html:not(.dark) .hover\:bg-surface-highlight:hover {
  background-color: #d8e8d4
}

html:not(.dark) .hover\:bg-\[\#36572b\]:hover {
  background-color: #d8e8d4
}

html:not(.dark) .hover\:text-white:hover {
  color: #111418
}

/* Light mode borders and shadows */
html:not(.dark) .border-white\/5 {
  border-color: rgba(0, 0, 0, 0.05)
}

html:not(.dark) .border-white\/10 {
  border-color: rgba(0, 0, 0, 0.1)
}

html:not(.dark) .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0/0.05), 0 8px 10px -6px rgb(0 0 0/0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

/* Light mode text colors for secondary elements */
html:not(.dark) .text-white\/60 {
  color: rgba(17, 20, 24, 0.6)
}

html:not(.dark) .text-white\/40 {
  color: rgba(17, 20, 24, 0.4)
}

html:not(.dark) .text-white\/50 {
  color: rgba(17, 20, 24, 0.5)
}

html:not(.dark) .text-white\/70 {
  color: rgba(17, 20, 24, 0.7)
}

/* Light mode modal backgrounds */
html:not(.dark) .bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.4)
}

html:not(.dark) .bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.05)
}

html:not(.dark) .bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.03)
}

/* Light mode scrollbar */
html:not(.dark) ::-webkit-scrollbar-track {
  background: #f6f8f6
}

html:not(.dark) ::-webkit-scrollbar-thumb {
  background: #c8d8c4
}

html:not(.dark) ::-webkit-scrollbar-thumb:hover {
  background: #46ec13
}

/* Keep primary color consistent */
html:not(.dark) .bg-primary {
  background-color: #46ec13
}

html:not(.dark) .text-primary {
  color: #46ec13
}

html:not(.dark) .text-background-dark {
  color: #152211
}

/* Light mode file cards */
html:not(.dark) .bg-\[\#1a2c15\]\/50 {
  background-color: rgba(232, 240, 230, 0.5)
}

html:not(.dark) .bg-\[\#253a1f\] {
  background-color: #eef4ec
}

html:not(.dark) .hover\:bg-\[\#253a1f\]:hover {
  background-color: #eef4ec
}

/* Light mode table rows */
html:not(.dark) .divide-\[\#2c4823\]>:not([hidden])~:not([hidden]) {
  border-color: #d1e0cc
}

html:not(.dark) .hover\:bg-\[\#2c4823\]\/40:hover {
  background-color: rgba(232, 240, 230, 0.6)
}

/* Light mode input focus */
html:not(.dark) .focus-within\:ring-primary\/50:focus-within {
  --tw-ring-color: rgb(70 236 19/0.3)
}

/* Additional utilities for new components */
.max-h-\[400px\] {
  max-height: 400px
}

.max-h-\[320px\] {
  max-height: 320px
}

.w-32 {
  width: 8rem
}

.h-32 {
  height: 8rem
}

.placeholder-\[\#9fc992\]\/60::placeholder {
  color: rgb(159 201 146/0.6)
}

.focus\:border-primary:focus {
  border-color: #46ec13
}

.table-cell {
  display: table-cell
}

@media (min-width:640px) {
  .sm\:table-cell {
    display: table-cell
  }
}

@media (min-width:768px) {
  .md\:table-cell {
    display: table-cell
  }
}

@media (min-width:1024px) {
  .lg\:table-cell {
    display: table-cell
  }
}

.bg-background-dark\/95 {
  background-color: rgb(21 34 17/0.95)
}

.self-end {
  align-self: flex-end
}

.divide-y>:not([hidden])~:not([hidden]) {
  border-top-width: 1px;
  border-bottom-width: 0
}