/* [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-border-style: solid;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.container {
  width: 100%;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

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

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

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

.backdrop-filter {
  -webkit-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-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, );
}

html, body {
  height: 100%;
}

body {
  color: #111827;
  background: #0b0b0b;
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, Apple Color Emoji, Segoe UI Emoji;
}

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

a:visited {
  color: inherit;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  background: #d1d5db;
  border-bottom: 1px solid #9ca3af;
}

.headerRow {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  display: flex;
}

.pill {
  color: #374151;
  background: #e5e7eb;
  border: 1px solid #9ca3af;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.pill:hover {
  background: #f3f4f6;
}

.page {
  min-height: calc(100vh - 56px);
}

.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 18px 45px #00000073;
}

.cardPad {
  padding: 28px;
}

.grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

@media (max-width: 980px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.tile {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  display: block;
}

.tile:hover {
  background: #f9fafb;
}

.muted {
  color: #6b7280;
  font-size: 13px;
}

.h1 {
  color: #111827;
  margin: 8px 0 0;
  font-size: 30px;
  font-weight: 900;
}

.h2 {
  color: #111827;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.view {
  color: #9ca3af;
  margin-top: 14px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .card, .tile {
    margin-left: auto;
    margin-right: auto;
  }

  .page, main.page {
    display: block;
  }
}

.appShell {
  min-height: 100vh;
}

@media (min-width: 981px) {
  .appShell {
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: start;
    gap: 18px;
    display: grid;
  }

  .appMain {
    min-width: 0;
  }

  .appRail {
    padding-right: 18px;
  }

  .appRailInner {
    position: sticky;
    top: 18px;
  }
}

@media (max-width: 980px) {
  .appRail {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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