html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

main {
  display: block;
}

.content-container {
  margin-left: 16rem;
  width: calc(100% - 16rem);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .content-container {
    margin-left: 16rem;
    width: calc(100% - 16rem);
  }
}

@media (min-width: 1024px) {
  .content-container {
    margin-left: 16rem;
    width: calc(100% - 16rem);
  }
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

html {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #d5d6d7;
}

hr {
  border-top-width: 1px;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

[role="button"],
button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-input::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-input::-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-input::placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-textarea::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-textarea:-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-textarea::-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-textarea::placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3E%3Cpath d='M15.3 9.3a1 1 0 011.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select::-ms-expand {
  color: #a0aec0;
  border: none;
}

@media not print {
  .form-select::-ms-expand {
    display: none;
  }
}

@media print and (-ms-high-contrast: active),
  print and (-ms-high-contrast: none) {
  .form-select {
    padding-right: 0.75rem;
  }
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--space-x-reverse)));
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * (1 - var(--space-x-reverse)));
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--space-x-reverse)));
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.theme-dark .dark\:divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #24262d;
  border-color: rgba(36, 38, 45, var(--divide-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-gray-50 {
  background: radial-gradient(
      1200px 900px at 15% 20%,
      rgba(255, 140, 0, 0.1) 0%,
      rgba(255, 140, 0, 0.05) 42%,
      rgba(255, 140, 0, 0) 78%
    ),
    radial-gradient(
      1100px 800px at 85% 25%,
      rgba(255, 165, 0, 0.09) 0%,
      rgba(255, 165, 0, 0.05) 45%,
      rgba(255, 165, 0, 0) 80%
    ),
    radial-gradient(
      1200px 900px at 30% 85%,
      rgba(255, 120, 20, 0.08) 0%,
      rgba(255, 120, 20, 0.04) 38%,
      rgba(255, 120, 20, 0) 75%
    ),
     linear-gradient(#f9fafb, #f9fafb);
  background-attachment: fixed, fixed, fixed, fixed;
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f4f5f7;
  background-color: rgba(244, 245, 247, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #0d0e10;
}

.bg-red-100 {
  --bg-opacity: 1;
  background-color: #fde8e8;
  background-color: rgba(253, 232, 232, var(--bg-opacity));
}

.bg-red-600 {
  --bg-opacity: 1;
  background-color: #ff5d00;
}

.bg-green-600 {
  --bg-opacity: 1;
  background-color: #ff5d00;
}

.bg-orange-100 {
  --bg-opacity: 1;
  background-color: #feecdc;
  background-color: rgba(254, 236, 220, var(--bg-opacity));
}

.bg-green-100 {
  --bg-opacity: 1;
  background-color: #def7ec;
  background-color: rgba(222, 247, 236, var(--bg-opacity));
}

.bg-teal-100 {
  --bg-opacity: 1;
  background-color: #d5f5f6;
  background-color: rgba(213, 245, 246, var(--bg-opacity));
}

.bg-teal-500 {
  --bg-opacity: 1;
  background-color: #0694a2;
  background-color: rgba(6, 148, 162, var(--bg-opacity));
}

.bg-teal-600 {
  --bg-opacity: 1;
  background-color: #047481;
  background-color: rgba(4, 116, 129, var(--bg-opacity));
}

.bg-blue-100 {
  --bg-opacity: 1;
  background-color: #e1effe;
  background-color: rgba(225, 239, 254, var(--bg-opacity));
}

.bg-blue-500 {
  --bg-opacity: 1;
  background-color: #3f83f8;
  background-color: rgba(63, 131, 248, var(--bg-opacity));
}

.bg-blue-600 {
  --bg-opacity: 1;
  background-color: #1c64f2;
  background-color: rgba(28, 100, 242, var(--bg-opacity));
}

.bg-orange-600 {
  --bg-opacity: 1;
  background-color: #ff5f00;
}

.hover\:bg-gray-100:hover {
  --bg-opacity: 1;
  background-color: #f4f5f7;
  background-color: rgba(244, 245, 247, var(--bg-opacity));
}

.hover\:bg-orange-700:hover {
  --bg-opacity: 1;
  background-color: #963700;
}

.focus\:bg-white:focus {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-orange-600:active {
  --bg-opacity: 1;
  background-color: #ff5f00;
  background-color: rgba(126, 58, 242, var(--bg-opacity));
}

.theme-dark .dark\:bg-gray-700 {
  --bg-opacity: 1;
  background-color: #24262d;
  background-color: rgba(36, 38, 45, var(--bg-opacity));
}

.theme-dark .dark\:bg-gray-800 {
  --bg-opacity: 1;
  background-color: #0b0d0f;
  background-color: rgb(11 13 15);
}


.theme-dark body.dark\:bg-gray-900 {
  background: #0b0c10;
}

.theme-dark body.dark\:bg-gray-900 {
  background: #0b0c10;
}

.theme-dark body.dark\:bg-gray-900::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
      1100px 800px at 85% 25%,
      rgba(255, 165, 0, 0.12) 0%,
      rgba(255, 165, 0, 0.06) 45%,
      rgba(255, 165, 0, 0) 80%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.78));
  background-attachment: fixed, fixed, fixed, fixed;
}

.theme-dark .dark\:bg-red-600 {
  --bg-opacity: 1;
  background-color: #e02424;
  background-color: rgba(224, 36, 36, var(--bg-opacity));
}

.theme-dark .dark\:bg-red-700 {
  --bg-opacity: 1;
  background-color: #c81e1e;
  background-color: rgba(200, 30, 30, var(--bg-opacity));
}

.theme-dark .dark\:bg-orange-500 {
  --bg-opacity: 1;
  background-color: #ff5a1f;
  background-color: rgba(255, 90, 31, var(--bg-opacity));
}

.theme-dark .dark\:bg-orange-600 {
  --bg-opacity: 1;
  background-color: #d03801;
  background-color: rgba(208, 56, 1, var(--bg-opacity));
}

.theme-dark .dark\:bg-green-500 {
  --bg-opacity: 1;
  background-color: #0e9f6e;
  background-color: rgba(14, 159, 110, var(--bg-opacity));
}

.theme-dark .dark\:bg-green-700 {
  --bg-opacity: 1;
  background-color: #046c4f;
  background-color: rgba(4, 108, 78, var(--bg-opacity));
}

.theme-dark .dark\:bg-teal-500 {
  --bg-opacity: 1;
  background-color: #0694a2;
  background-color: rgba(6, 148, 162, var(--bg-opacity));
}

.theme-dark .dark\:bg-blue-500 {
  --bg-opacity: 1;
  background-color: #3f83f8;
  background-color: rgba(63, 131, 248, var(--bg-opacity));
}

.theme-dark .dark\:hover\:bg-gray-800:hover {
  --bg-opacity: 1;
  background-color: #1a1c23;
  background-color: rgba(26, 28, 35, var(--bg-opacity));
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-0 {
  --bg-opacity: 0.1;
}
.border-transparent {
  border-color: transparent;
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-100 {
  --border-opacity: 1;
  border-color: #f4f5f7;
  border-color: rgba(244, 245, 247, var(--border-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #d5d6d7;
  border-color: rgba(213, 214, 215, var(--border-opacity));
}

.border-red-600 {
  --border-opacity: 1;
  border-color: #e02424;
  border-color: rgba(224, 36, 36, var(--border-opacity));
}

.border-green-600 {
  --border-opacity: 1;
  border-color: #057a55;
  border-color: rgba(5, 122, 85, var(--border-opacity));
}

.border-orange-600 {
  --border-opacity: 1;
  border-color: #ff5f00;
  border-color: #ff5f00;
}

.focus\:border-gray-500:focus {
  --border-opacity: 1;
  border-color: #707275;
  border-color: rgba(112, 114, 117, var(--border-opacity));
}

.focus\:border-red-400:focus {
  --border-opacity: 1;
  border-color: #f98080;
  border-color: rgba(249, 128, 128, var(--border-opacity));
}

.focus\:border-green-400:focus {
  --border-opacity: 1;
  border-color: #31c48d;
  border-color: rgba(49, 196, 141, var(--border-opacity));
}

.focus\:border-orange-300:focus {
  --border-opacity: 1;
  border-color: #ff9662;
  border-color: #ff9662;
}

.focus\:border-orange-400:focus {
  --border-opacity: 1;
  border-color: #ff9662;
  border-color: #ff9662;
}

.hover\:border-gray-500:hover {
  --border-opacity: 1;
  border-color: #707275;
  border-color: rgba(112, 114, 117, var(--border-opacity));
}

.theme-dark .dark\:border-gray-600 {
  --border-opacity: 1;
  border-color: #4c4f52;
  border-color: rgba(76, 79, 82, var(--border-opacity));
}

.theme-dark .dark\:border-gray-700 {
  --border-opacity: 1;
  border-color: #24262d;
  border-color: rgba(36, 38, 45, var(--border-opacity));
}

.theme-dark .dark\:border-gray-800 {
  --border-opacity: 1;
  border-color: #1a1c23;
  border-color: rgba(26, 28, 35, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-r-lg,
.rounded-t-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-r-0 {
  border-right-width: 0;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.theme-dark .dark\:block {
  display: block;
}

.theme-dark .dark\:hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-6xl {
  font-size: 4rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.max-h-0 {
  max-height: 0;
}

.max-h-xl {
  max-height: 36rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.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-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.placeholder-gray-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.theme-dark .dark\:placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.theme-dark .dark\:placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.theme-dark .dark\:placeholder-gray-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.theme-dark .dark\:placeholder-gray-500::placeholder {
  --placeholder-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--placeholder-opacity));
}

.theme-dark .dark\:focus\:placeholder-gray-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.theme-dark .dark\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.theme-dark .dark\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.theme-dark .dark\:focus\:placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--placeholder-opacity));
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  right: 0;
  left: 0;
}

.inset-0,
.inset-y-0 {
  top: 0;
  bottom: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 49%),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.fill-current {
  fill: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-gray-400 {
  --text-opacity: 1;
  color: #9e9e9e;
  color: rgba(158, 158, 158, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #4c4f52;
  color: rgba(76, 79, 82, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #24262d;
  color: rgba(36, 38, 45, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #1a1c23;
  color: rgba(26, 28, 35, var(--text-opacity));
}

.text-red-600 {
  --text-opacity: 1;
  color: #e02424;
  color: rgba(224, 36, 36, var(--text-opacity));
}

.text-red-700 {
  --text-opacity: 1;
  color: #c81e1e;
  color: rgba(200, 30, 30, var(--text-opacity));
}

.text-orange-500 {
  --text-opacity: 1;
  color: #ff5a1f;
  color: rgba(255, 90, 31, var(--text-opacity));
}

.text-orange-700 {
  --text-opacity: 1;
  color: #b43403;
  color: rgba(180, 52, 3, var(--text-opacity));
}

.text-green-500 {
  --text-opacity: 1;
  color: #0e9f6e;
  color: rgba(14, 159, 110, var(--text-opacity));
}

.text-green-600 {
  --text-opacity: 1;
  color: #057a55;
  color: rgba(5, 122, 85, var(--text-opacity));
}

.text-green-700 {
  --text-opacity: 1;
  color: #046c4e;
  color: rgba(4, 108, 78, var(--text-opacity));
}

.text-teal-500 {
  --text-opacity: 1;
  color: #0694a2;
  color: rgba(6, 148, 162, var(--text-opacity));
}

.text-blue-500 {
  --text-opacity: 1;
  color: #3f83f8;
  color: rgba(63, 131, 248, var(--text-opacity));
}

.text-orange-100 {
  --text-opacity: 1;
  color: #edebfe;
  color: rgba(237, 235, 254, var(--text-opacity));
}

.text-orange-200 {
  --text-opacity: 1;
  color: #dcd7fe;
  color: rgba(220, 215, 254, var(--text-opacity));
}

.text-orange-600 {
  --text-opacity: 1;
  color: #ff5f00;
}

.focus-within\:text-orange-500:focus-within {
  --text-opacity: 1;
  color: #9061f9;
  color: rgba(144, 97, 249, var(--text-opacity));
}

.focus-within\:text-orange-600:focus-within {
  --text-opacity: 1;
  color: #ff5f00;
  color: rgba(126, 58, 242, var(--text-opacity));
}

.hover\:text-gray-700:hover {
  --text-opacity: 1;
  color: #24262d;
  color: rgba(36, 38, 45, var(--text-opacity));
}

.hover\:text-gray-800:hover {
  --text-opacity: 1;
  color: #1a1c23;
  color: rgba(26, 28, 35, var(--text-opacity));
}

.active\:text-gray-500:active {
  --text-opacity: 1;
  color: #707275;
  color: rgba(112, 114, 117, var(--text-opacity));
}

.theme-dark .dark\:text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.theme-dark .dark\:text-gray-100 {
  --text-opacity: 1;
  color: #f4f5f7;
  color: rgba(244, 245, 247, var(--text-opacity));
}

.theme-dark .dark\:text-gray-200 {
  --text-opacity: 1;
  color: #e5e7eb;
  color: rgba(229, 231, 235, var(--text-opacity));
}

.theme-dark .dark\:text-gray-300 {
  --text-opacity: 1;
  color: #d5d6d7;
  color: rgba(213, 214, 215, var(--text-opacity));
}

.theme-dark .dark\:text-gray-400 {
  --text-opacity: 1;
  color: #9e9e9e;
  color: rgba(158, 158, 158, var(--text-opacity));
}

.theme-dark .dark\:text-red-100 {
  --text-opacity: 1;
  color: #fde8e8;
  color: rgba(253, 232, 232, var(--text-opacity));
}

.theme-dark .dark\:text-red-400 {
  --text-opacity: 1;
  color: #f98080;
  color: rgba(249, 128, 128, var(--text-opacity));
}

.theme-dark .dark\:text-orange-100 {
  --text-opacity: 1;
  color: #feecdc;
  color: rgba(254, 236, 220, var(--text-opacity));
}

.theme-dark .dark\:text-green-100 {
  --text-opacity: 1;
  color: #def7ec;
  color: rgba(222, 247, 236, var(--text-opacity));
}

.theme-dark .dark\:text-green-400 {
  --text-opacity: 1;
  color: #31c48d;
  color: rgba(49, 196, 141, var(--text-opacity));
}

.theme-dark .dark\:text-teal-100 {
  --text-opacity: 1;
  color: #d5f5f6;
  color: rgba(213, 245, 246, var(--text-opacity));
}

.theme-dark .dark\:text-blue-100 {
  --text-opacity: 1;
  color: #e1effe;
  color: rgba(225, 239, 254, var(--text-opacity));
}

.theme-dark .dark\:text-orange-300 {
  --text-opacity: 1;
  color: #ff9662;
  color: rgba(202, 191, 253, var(--text-opacity));
}

.theme-dark .dark\:text-orange-400 {
  --text-opacity: 1;
  color: #ac94fa;
  color: rgba(172, 148, 250, var(--text-opacity));
}

.theme-dark .dark\:focus-within\:text-orange-400:focus-within {
  --text-opacity: 1;
  color: #ac94fa;
  color: rgba(172, 148, 250, var(--text-opacity));
}

.theme-dark .dark\:hover\:text-gray-200:hover {
  --text-opacity: 1;
  color: #e5e7eb;
  color: rgba(229, 231, 235, var(--text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.hover\:underline:hover,
.underline {
  text-decoration: underline;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.align-middle {
  vertical-align: middle;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-1 {
  width: 0.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.gap-4 {
  grid-gap: 0.8rem;
  gap: 0.8rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.-translate-x-20 {
  --transform-translate-x: -5rem;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-150 {
  transition-duration: 0.15s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.focus\:shadow-outline-gray:focus {
  box-shadow: 0 0 0 3px rgba(253, 221, 191, 0.45);
}

.focus\:shadow-outline-red:focus {
  box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45);
}

.focus\:shadow-outline-green:focus {
  box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45);
}

.focus\:shadow-outline-orange:focus {
  box-shadow: 0 0 0 3px rgba(253, 221, 191, 0.45);
}

.theme-dark .dark\:focus\:shadow-outline-gray:focus {
  box-shadow: 0 0 0 3px rgba(253, 221, 191, 0.45);
}

@media (min-width: 640px) {
  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--space-x-reverse)));
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * (1 - var(--space-x-reverse)));
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:mr-32 {
    margin-right: 8rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

#toast-container {
  position: fixed;
  top: 25%;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 0.375rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
}

.toast.success {
  background-color: #22c55e;
}

.toast.error {
  background-color: #ef4444;
}

.toast.info {
  background-color: #3b82f6;
}

.toast.warning {
  background-color: #facc15;
}

.toast button {
  margin-left: auto;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}

.back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: white !important;
  background-color: #ff6600 !important;
  border: none;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.back-button:hover {
  background-color: #e65c00 !important;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

.back-button svg {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.logo-desktop {
  display: flex;
}

.logo-mobile {
  display: none;
}

@media (max-width: 768px) {
  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

html {
  background-color: #fff8f2;
  color-scheme: light;
}

html.theme-dark {
  background-color: #0a0b10;
  color-scheme: dark;
}

:root {
  --font-sans: "Montserrat", sans-serif;
  --font-display: "Montserrat", sans-serif;
  --intro-bg: rgba(16, 16, 16, 0.61);
  --body-bg: #f1f1f1;
  --app-bg:radial-gradient(1200px circle at 12% -18%, rgb(0 0 0 / 15%), transparent 60%), radial-gradient(900px circle at 100% 0%, rgb(0 0 0 / 10%), transparent 55%), linear-gradient(180deg, #f1f1f1 0%, #f1f1f1 100%);
  --surface-1: #ffffff;
  --surface-2: #ffffff;
  --surface-3: #101010;
  --text-1: #1f1510;
  --text-2: #4b3e34;
  --text-3: #6f6258;
  --border: #e0d5ca;
  --accent: #ff6a00;
  --accent-strong: #ff4d00;
  --accent-cool: #1aa39a;
  --accent-soft: rgba(255, 106, 0, 0.12);
  --shadow-sm: 0 8px 18px rgba(20, 12, 8, 0.08);
  --shadow-md: 0 14px 36px rgba(20, 12, 8, 0.12);
  --shadow-lg: 0 28px 70px rgba(20, 12, 8, 0.18);
  --ring: 0 0 0 3px rgba(255, 106, 0, 0.25);
  --success: #1e9b5a;
  --danger: #d94841;
  --warning: #f0a500;
}

html.theme-dark {
  --intro-bg: rgba(16, 16, 16, 0.61);
  --body-bg: #000000;
  --app-bg: radial-gradient(1200px circle at 18% -20%, rgb(195 195 195 / 25%), transparent 60%), radial-gradient(900px circle at 100% 0%, rgb(183 169 159 / 20%), transparent 55%), linear-gradient(180deg, #000000 0%, #000000 100%);
  --surface-1: #141a27;
  --surface-2: #101421;
  --surface-3: #101010;
  --text-1: #f5f2ee;
  --text-2: #c9c1b8;
  --text-3: #9a9288;
  --border: #262c3c;
  --accent: #ff6a00;
  --accent-strong: #ff7a2c;
  --accent-cool: #24c4b6;
  --accent-soft: rgba(255, 106, 0, 0.18);
  --shadow-sm: 0 10px 22px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 20px 42px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 34px 74px rgba(0, 0, 0, 0.6);
  --ring: 0 0 0 3px rgba(255, 122, 44, 0.35);
}

html {
  color-scheme: light;
}

html.theme-dark {
  color-scheme: dark;
}

body {
  background-color: var(--body-bg);
  background-image: var(--app-bg);
  background-attachment: fixed;
  color: var(--text-1);
  font-family: var(--font-sans);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.22) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1px 1px;
  mix-blend-mode: soft-light;
}

body > * {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans);
  letter-spacing: -0.01em;
}

::selection {
  background: var(--accent-soft);
  color: var(--text-1);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.bg-white {
  background-color: var(--surface-2) !important;
}

.bg-gray-50,
.bg-gray-100,
.bg-gray-200 {
  background-color: var(--surface-1) !important;
}

.bg-gray-800,
.bg-gray-900 {
  background-color: var(--surface-3) !important;
}

.theme-dark .dark\:bg-gray-700,
.theme-dark .dark\:bg-gray-800,
.theme-dark .dark\:bg-gray-900 {
  background-color: var(--surface-3) !important;
}

.text-gray-800,
.text-gray-700 {
  color: var(--text-1) !important;
}

.text-gray-600,
.text-gray-500 {
  color: var(--text-2) !important;
}

.text-gray-400 {
  color: var(--text-3) !important;
}

.theme-dark .dark\:text-gray-100,
.theme-dark .dark\:text-gray-200 {
  color: var(--text-1) !important;
}

.theme-dark .dark\:text-gray-300,
.theme-dark .dark\:text-gray-400 {
  color: var(--text-2) !important;
}

.border-gray-100,
.border-gray-200,
.border-gray-300 {
  border-color: var(--border) !important;
}

.theme-dark .dark\:border-gray-600,
.theme-dark .dark\:border-gray-700,
.theme-dark .dark\:border-gray-800 {
  border-color: var(--border) !important;
}

.bg-orange-100 {
  background-color: var(--accent-soft) !important;
}

.bg-orange-500,
.bg-orange-600 {
  background-color: var(--accent) !important;
}

.bg-orange-700,
.hover\:bg-orange-700:hover,
.hover\:bg-orange-600:hover {
  background-color: var(--accent-strong) !important;
}

.text-orange-500,
.text-orange-600,
.text-orange-700 {
  color: var(--accent) !important;
}

.theme-dark .dark\:bg-orange-500,
.theme-dark .dark\:bg-orange-600 {
  background-color: var(--accent) !important;
}

.theme-dark .dark\:text-orange-100,
.theme-dark .dark\:text-orange-300,
.theme-dark .dark\:text-orange-400 {
  color: var(--accent) !important;
}

.sidebar-panel {
  background-color: var(--surface-2) !important;
  color: var(--text-1);
}

.sidebar-panel .text-gray-500,
.sidebar-panel .text-gray-400 {
  color: var(--text-3) !important;
}

.sidebar-panel .text-gray-800 {
  color: var(--text-1) !important;
}

.sidebar-panel a {
  color: var(--text-1) !important;
}

.sidebar-panel .nav-link:hover {
  color: var(--text-1) !important;
  background: rgba(255, 106, 0, 0.16) !important;
}

.sidebar-panel .logo-link {
  background: transparent !important;
}

.sidebar-panel .logo-link:hover {
  background: transparent !important;
  color: var(--text-1) !important;
}

.sidebar-panel .bg-orange-50 {
  background: rgba(255, 106, 0, 0.18) !important;
}

.theme-dark .sidebar-panel {
  background-color: rgba(16, 16, 16, 0.92) !important;
  color: #f2f2f2;
}

.theme-dark .sidebar-panel .text-gray-500,
.theme-dark .sidebar-panel .text-gray-400 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.theme-dark .sidebar-panel .text-gray-800 {
  color: #ffffff !important;
}

.theme-dark .sidebar-panel a {
  color: rgba(255, 255, 255, 0.86) !important;
}

.theme-dark .sidebar-panel .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 106, 0, 0.2) !important;
}

.theme-dark .sidebar-panel .logo-link:hover {
  background: transparent !important;
  color: #ffffff !important;
}

.dashboard-intro {
  background-color: var(--intro-bg) !important;
  border-top: 2px solid var(--accent);
  border-left: 3px solid var(--accent);
  color: #ffffff !important;
}

.dashboard-intro svg {
  color: var(--accent);
}

.stat-card {
  border: 1px solid var(--border);
  border-top-color: rgba(255, 106, 0, 0.35);
  border-left-color: rgba(255, 106, 0, 0.35);
  box-shadow: var(--shadow-sm);
}

.stat-card--offline {
  background: #1f2937 !important;
  color: #f3f4f6 !important;
  border: 1px solid var(--border) !important;
  border-top-color: rgba(255, 106, 0, 0.35) !important;
  border-left-color: rgba(255, 106, 0, 0.35) !important;
}

.stat-card--offline .text-gray-600,
.stat-card--offline .text-gray-400,
.stat-card--offline .text-gray-500 {
  color: #d1d5db !important;
}

.stat-card--highlight {
  background: rgba(255, 106, 0, 0.12) !important;
  border-color: var(--border);
}

.map-shell {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
}

.map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-2);
  background: rgba(0, 0, 0, 0.25);
  padding: 24px;
}

.map-placeholder p {
  margin: 0;
}

.map-legend {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(16, 16, 16, 0.75);
  color: #f9fafb;
  border: 1px solid rgba(255, 106, 0, 0.35);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 500;
}

.map-note {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(16, 16, 16, 0.75);
  color: #f9fafb;
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 12px;
  z-index: 500;
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.map-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}

.map-dot--online {
  background: #10b981;
}

.map-dot--offline {
  background: #6b7280;
}

.leaflet-container {
  background: #0b0f17;
  font-family: var(--font-sans);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(16, 16, 16, 0.92);
  color: #f9fafb;
  border: 1px solid rgba(255, 106, 0, 0.25);
}

.form-input,
.form-select,
.form-textarea,
input,
textarea,
select {
  border: 1px solid var(--border) !important;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent) !important;
}

.modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.device-modal {
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  width: min(92vw, 720px) !important;
  max-height: 85vh;
  overflow-y: auto;
}

.location-actions {
  margin-top: 6px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.location-action {
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--text-2);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.location-action:hover {
  background: var(--surface-1);
  color: var(--text-1);
}

.location-action:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.location-suggestions {
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-2);
  max-height: 220px;
  overflow-y: auto;
}

.location-suggestion {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  font-size: 0.875rem;
  color: var(--text-1);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
}

.location-suggestion:hover {
  background: var(--surface-1);
}

.location-suggestion:last-child {
  border-bottom: none;
}

.location-suggestion--status {
  padding: 10px 12px;
  font-size: 0.75rem;
  color: var(--text-3);
}

.folder-modal__list {
  margin-top: 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-2);
  max-height: 240px;
  overflow-y: auto;
}

.folder-modal__item {
  padding: 10px 12px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #374151;
  border-bottom: 1px solid #fed7aa;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.folder-modal__item:hover {
  background-color: #ffedd5;
  color: #ff5f00;
}

.folder-modal__item:last-child {
  border-bottom: none;
}

.dark .folder-modal__item {
  color: #d1d5db;
  background-color: #1f2937;
  border-bottom: 1px solid #374151;
}

.dark .folder-modal__item:hover {
  background-color: #374151;
  color: #ff8c42;
}

.folder-modal__empty {
  padding: 12px;
  font-size: 0.75rem;
  color: var(--text-3);
}

.orientation-option {
  border: 1px solid var(--border);
  transition: all 0.2s ease;
}

.orientation-option.is-selected {
  border-color: var(--accent);
  background: rgba(255, 106, 0, 0.12);
  box-shadow: var(--shadow-sm);
}

.devices-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.media-actions {
  gap: 14px;
}

.media-action {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.media-action:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.media-action--warning {
  color: #ffffff;
  background: #f97316;
  border-color: #f97316;
}

.media-action--success {
  color: #ffffff;
  background: #10b981;
  border-color: #10b981;
}

.media-action--danger {
  color: #ffffff;
  background: #ef4444;
  border-color: #ef4444;
}

.media-scheduler {
  border: 1px solid #e8ddd2;
  border-radius: 16px;
  padding: 16px;
  background: #fdf8f5;
}

.theme-dark .media-scheduler {
  background: #1c1916;
  border-color: #3d3630;
}

.media-scheduler__panel {
  border: 1px solid #e8ddd2;
  border-radius: 14px;
  padding: 12px;
  background: #fdf8f5;
}

.theme-dark .media-scheduler__panel {
  background: #1c1916;
  border-color: #3d3630;
}

.media-scheduler__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-2);
  margin-bottom: 10px;
}

.media-scheduler__hint {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  color: var(--text-3);
}

.media-scheduler__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.media-scheduler__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e8ddd2;
  background: rgba(253, 248, 245, 0.8);
}

.theme-dark .media-scheduler__item {
  background: rgba(28, 25, 22, 0.85);
  border-color: #3d3630;
}

.media-scheduler__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-1);
}

.media-scheduler__meta {
  font-size: 11px;
  color: var(--text-3);
  margin-top: 2px;
}

.media-scheduler__action,
.media-scheduler__remove,
.media-scheduler__icon {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-1);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.media-scheduler__action:hover,
.media-scheduler__remove:hover,
.media-scheduler__icon:hover {
  background: rgba(255, 106, 0, 0.12);
  border-color: rgba(255, 106, 0, 0.35);
}

.media-scheduler__action:disabled,
.media-scheduler__icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.media-scheduler__controls {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.media-scheduler__drag {
  font-size: 16px;
  color: var(--text-3);
  user-select: none;
  cursor: grab;
}

.media-scheduler__item:active .media-scheduler__drag {
  cursor: grabbing;
}

.media-scheduler__remove {
  color: #fff;
  background: #ef4444;
  border-color: #ef4444;
}

/* Generic Scheduler Styles (for media and devices) */
.scheduler-panel {
  border: 1px solid #e8ddd2;
  border-radius: 14px;
  padding: 12px;
  background: #fdf8f5;
}

.theme-dark .scheduler-panel {
  background: #1c1916;
  border-color: #3d3630;
}

.scheduler-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-2);
  margin-bottom: 10px;
}

.scheduler-hint {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  color: var(--text-3);
}

.scheduler-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.scheduler-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e8ddd2;
  background: rgba(253, 248, 245, 0.8);
}

.theme-dark .scheduler-item {
  background: rgba(28, 25, 22, 0.85);
  border-color: #3d3630;
}

.scheduler-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-1);
}

.scheduler-meta {
  font-size: 11px;
  color: var(--text-3);
  margin-top: 2px;
}

.scheduler-action,
.scheduler-remove,
.scheduler-icon {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-1);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.scheduler-action:hover,
.scheduler-remove:hover,
.scheduler-icon:hover {
  background: rgba(255, 106, 0, 0.12);
  border-color: rgba(255, 106, 0, 0.35);
}

.scheduler-action:disabled,
.scheduler-icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.scheduler-controls {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.scheduler-drag {
  font-size: 16px;
  color: var(--text-3);
  user-select: none;
  cursor: grab;
}

.scheduler-item:active .scheduler-drag {
  cursor: grabbing;
}

.scheduler-remove {
  color: #fff;
  background: #ef4444;
  border-color: #ef4444;
}

.chart-card {
  min-height: 320px;
}

.chart-card canvas {
  width: 100% !important;
  height: 240px !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, span, div, a, button, label, input, textarea, select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (max-width: 768px) {
  .sidebar-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80vw;
    max-width: 320px;
    z-index: 20;
    background-color: var(--surface-2) !important;
    box-shadow: var(--shadow-lg);
  }

  .theme-dark .sidebar-panel {
    background-color: #101010 !important;
  }

  .sidebar-panel {
    background-color: #ffffff !important;
  }

  .logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .stat-card {
    padding: 18px !important;
  }

  .stat-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .stat-card > div:first-child {
    margin-right: 0 !important;
    margin-bottom: 4px;
  }

  .dashboard-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .dashboard-charts {
    grid-template-columns: 1fr !important;
  }

  .chart-card {
    min-height: 280px;
  }

  .chart-card canvas {
    height: 210px !important;
  }

  #deviceMap {
    min-height: 300px !important;
  }
}

@media (max-width: 640px) {
  .greeting-desktop {
    display: none !important;
  }
}

.shadow-xs {
  box-shadow: var(--shadow-sm) !important;
}

.shadow-md,
.shadow-lg,
.shadow-xl {
  box-shadow: var(--shadow-md) !important;
}

header,
aside {
  background-color: var(--surface-2) !important;
  border-color: var(--border) !important;
  border-bottom: 1px solid var(--border);

}

aside {
  border-right: 1px solid var(--border);
}

.form-input,
.form-select {
  background-color: var(--surface-2) !important;
  border-color: var(--border) !important;
  color: var(--text-1) !important;
}

.form-input::placeholder,
.form-select::placeholder {
  color: var(--text-3) !important;
}

.btn {
  border-radius: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.99);
}

.btn-primary {
  background-color: var(--accent) !important;
  color: #ffffff !important;
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background-color: var(--accent-strong) !important;
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background-color: #f3f4f6 !important;
  color: #1f2937 !important;
  border: 1px solid var(--border) !important;
  box-shadow: none;
}

.theme-dark .btn-secondary {
  background-color: var(--surface-3) !important;
  color: var(--text-1) !important;
}

.floating-help {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999999;
  background: var(--accent);
  color: #ffffff;
  padding: 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-help:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.floating-help i {
  font-size: 32px;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  max-width: 360px;
  padding: 12px 16px;
  border-left: 4px solid var(--accent);
  background-color: var(--surface-2);
  color: var(--text-1);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  font-size: 14px;
  position: relative;
  animation: toast-in 0.3s ease-out, toast-out 0.3s 4.7s ease-in;
}

.toast__icon {
  font-weight: 700;
  width: 20px;
  text-align: center;
}

.toast__message {
  flex: 1;
}

.toast__close {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.toast__progress {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent);
  animation: toast-progress 5s linear forwards;
}

.toast--success {
  border-left-color: var(--success);
}

.toast--success .toast__progress {
  background: var(--success);
}

.toast--error {
  border-left-color: var(--danger);
}

.toast--error .toast__progress {
  background: var(--danger);
}

.toast--info {
  border-left-color: var(--accent-cool);
}

.toast--info .toast__progress {
  background: var(--accent-cool);
}

.toast--warning {
  border-left-color: var(--warning);
}

.toast--warning .toast__progress {
  background: var(--warning);
}

.video-modal__dialog {
  border: 1px solid var(--border);
}

.video-modal__ratio {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

input[name="devEdit_orientation"]:checked + label {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.35);
}

main > .container,
main > .content-container {
  animation: page-rise 0.55s ease-out both;
}

.container > .grid > * {
  animation: card-rise 0.6s ease-out both;
}

.container > .grid > *:nth-child(1) {
  animation-delay: 0.05s;
}

.container > .grid > *:nth-child(2) {
  animation-delay: 0.1s;
}

.container > .grid > *:nth-child(3) {
  animation-delay: 0.15s;
}

.container > .grid > *:nth-child(4) {
  animation-delay: 0.2s;
}

.container > .grid > *:nth-child(5) {
  animation-delay: 0.25s;
}

.container > .grid > *:nth-child(6) {
  animation-delay: 0.3s;
}

@keyframes page-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toast-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes toast-progress {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.form-input:focus,
.form-select:focus,
textarea:focus {
  border-color: var(--accent) !important;
  box-shadow: var(--ring);
}
header {
  backdrop-filter: blur(12px);
}
.form-input:focus,
.form-select:focus,
textarea:focus {
  border-color: var(--accent) !important;
  box-shadow: var(--ring) !important;
}

/* Device Location Truncate with Better Styling */
[data-role="device-location"] {
  max-width: 180px;
  word-break: break-all;
  position: relative;
  cursor: help;
  border-bottom: 1px dotted currentColor;
  opacity: 0.9;
}

/* Group Filter Tags Styling */
.devices-filter-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.devices-filter-group:hover {
  transform: translateY(-1px);
}

.devices-filter-group.active {
  background-color: #ea580c;
  color: white;
  border: 1px solid #ea580c;
}

.devices-filter-group:not(.active) {
  background-color: #1f2937;
  color: #999999;
  border: 1px solid #374151;
}

.dark .devices-filter-group:not(.active) {
  background-color: #1f2937;
  color: #999999;
  border: 1px solid #374151;
}

.devices-filter-group:not(.active):hover {
  background-color: #fee2e2;
  border-color: #ea580c;
  color: #ea580c;
}

.dark .devices-filter-group:not(.active):hover {
  background-color: #374151;
  border-color: #ea580c;
  color: #ea580c;
}

/* Truncate with ellipsis improvement */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
