/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-500: #ef4444;
    --spacing: .25rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::-moz-placeholder {
    opacity: 1;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

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

  .text-red-500 {
    color: var(--color-red-500);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}

:root {
  --bg-primary: #fff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-tertiary: #64748b;
  --border-color: #e2e8f0;
  --shadow-color: #0000001a;
  --glass-bg: #ffffffe6;
  --glass-border: #fff3;
}

.dark {
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --bg-tertiary: #334155;
  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --text-tertiary: #94a3b8;
  --border-color: #334155;
  --shadow-color: #00000080;
  --glass-bg: #1e293be6;
  --glass-border: #3341554d;
}

body {
  background: var(--bg-primary);
  min-height: 100vh;
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  transition: background-color .3s, color .3s;
}

body:before {
  content: "";
  opacity: .8;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 50%, #eef2ff 100%);
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.dark body:before {
  opacity: .6;
  background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
}

.modern-card {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 25px 50px -12px var(--shadow-color);
  color: var(--text-primary);
  border-radius: 1rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.modern-card:hover {
  box-shadow: 0 25px 50px -12px var(--shadow-color);
  transform: translateY(-4px);
}

.modern-sidebar {
  background: linear-gradient(#1e293b 0%, #334155 50%, #1e293b 100%);
  box-shadow: 0 0 50px #0000004d;
}

.modern-btn-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #4f46e5 0%, #9333ea 100%);
  border: none;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 10px 15px -3px #4f46e540;
}

.modern-btn-primary:hover {
  background: linear-gradient(135deg, #4338ca 0%, #7c3aed 100%);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px #4f46e566;
}

.modern-btn-secondary {
  color: #374151;
  cursor: pointer;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border: none;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 10px 15px -3px #6b72801a;
}

.modern-btn-secondary:hover {
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px #6b728033;
}

.modern-btn-success {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #10b981 0%, #16a34a 100%);
  border: none;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 10px 15px -3px #10b98140;
}

.modern-btn-success:hover {
  background: linear-gradient(135deg, #059669 0%, #15803d 100%);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px #10b98166;
}

.modern-btn-danger {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ef4444 0%, #e11d48 100%);
  border: none;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 10px 15px -3px #ef444440;
}

.modern-btn-danger:hover {
  background: linear-gradient(135deg, #dc2626 0%, #be185d 100%);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px #ef444466;
}

.modern-btn-warning {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  border: none;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 10px 15px -3px #f59e0b40;
}

.modern-btn-warning:hover {
  background: linear-gradient(135deg, #d97706 0%, #c2410c 100%);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px #f59e0b66;
}

.modern-input {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  width: 100%;
  box-shadow: inset 0 2px 4px 0 var(--shadow-color);
  color: var(--text-primary);
  border-radius: .75rem;
  padding: .75rem 1rem;
  transition: all .3s;
}

.modern-input:focus {
  border-color: #4f46e580;
  outline: none;
  box-shadow: 0 0 0 3px #4f46e51a;
}

.modern-input::-moz-placeholder {
  color: var(--text-tertiary);
}

.modern-input::placeholder {
  color: var(--text-tertiary);
}

.modern-select {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  width: 100%;
  box-shadow: inset 0 2px 4px 0 var(--shadow-color);
  cursor: pointer;
  color: var(--text-primary);
  border-radius: .75rem;
  padding: .75rem 1rem;
  transition: all .3s;
}

.modern-select:focus {
  border-color: #4f46e580;
  outline: none;
  box-shadow: 0 0 0 3px #4f46e51a;
}

.modern-select option {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.stat-card {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 25px 50px -12px var(--shadow-color);
  color: var(--text-primary);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.stat-card:hover {
  box-shadow: 0 25px 50px -12px var(--shadow-color);
  transform: translateY(-4px);
}

.stat-card:before {
  content: "";
  opacity: .1;
  background: radial-gradient(circle, currentColor 0%, #0000 70%);
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -.5rem;
  right: -.5rem;
}

.modern-modal {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 25px 50px -12px var(--shadow-color);
  color: var(--text-primary);
  border-radius: 1.5rem;
  overflow: hidden;
}

.sidebar-link {
  color: #d1d5db;
  border-radius: .75rem;
  align-items: center;
  margin: .25rem 0;
  padding: 1rem 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sidebar-link:hover {
  color: #fff;
  background: #ffffff1a;
}

.sidebar-link.active {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5cc 0%, #9333eacc 100%);
  box-shadow: 0 10px 15px -3px #4f46e540;
}

.sidebar-link:before {
  content: "";
  opacity: 0;
  background: linear-gradient(#818cf8 0%, #c084fc 100%);
  width: 4px;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-link.active:before {
  opacity: 1;
}

.fade-in {
  animation: .6s ease-out fadeIn;
}

.slide-up {
  animation: .6s ease-out slideUp;
}

.scale-in {
  animation: .4s ease-out scaleIn;
}

.glass {
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, #fff3 0%, #ffffff1a 100%);
  border: 1px solid #ffffff4d;
}

.gradient-text {
  background: linear-gradient(135deg, #4f46e5 0%, #9333ea 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .gradient-text {
  background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.modern-badge {
  color: #4338ca;
  background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  box-shadow: 0 1px 2px #4f46e51a;
}

.dark .modern-badge {
  color: #cbd5e1;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
}

.modern-spinner {
  border: 4px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: 1s linear infinite spin;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#818cf8 0%, #c084fc 100%);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#6366f1 0%, #9333ea 100%);
}

.dark ::-webkit-scrollbar-track {
  background: var(--bg-tertiary);
}

.dark ::-webkit-scrollbar-thumb {
  background: linear-gradient(#475569 0%, #64748b 100%);
}

.dark ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#64748b 0%, #94a3b8 100%);
}

@media (width <= 768px) {
  .modern-card {
    border-radius: .75rem;
  }

  .modern-modal {
    border-radius: 1rem;
  }
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}


/*# sourceMappingURL=src_app_globals_b805903d.css.map*/