/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

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

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

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  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-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  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;
}

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

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

::-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, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

:disabled {
  cursor: default;
}

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

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

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

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

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

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

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

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

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

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1\.5 {
  height: .375rem;
}

.h-2 {
  height: .5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\.5 {
  width: .375rem;
}

.w-2 {
  width: .5rem;
}

.w-56 {
  width: 14rem;
}

.w-full {
  width: 100%;
}

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

.flex-1 {
  flex: 1;
}

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

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

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

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: .25rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

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

.rounded-sm {
  border-radius: .125rem;
}

.border {
  border-width: 1px;
}

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

.border-\[\#222222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: .5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.tracking-widest {
  letter-spacing: .1em;
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --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);
}

.outline {
  outline-style: solid;
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

:root {
  --bg-base: #0c0f14;
  --bg-chrome: #111418;
  --bg-panel: #161b22;
  --bg-row: #1a1f28;
  --bg-sidebar: #101318;
  --bg-grace: #0c1018;
  --bg-input: #0e1219;
  --border: #232a35;
  --border-light: #2a3340;
  --gold: #d4a843;
  --gold-dim: #3d2e0a;
  --green: #22c55e;
  --red: #ef4444;
  --orange: #f97316;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-muted: #4a5568;
}

body {
  background: var(--bg-base);
  color: var(--text-primary);
}

body.sidebar-open {
  overflow: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #2d3748 transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #2d3748 padding-box content-box;
  border: 2px solid #0000;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a5568 padding-box content-box;
}

::-webkit-scrollbar-corner {
  background: none;
}

@supports (padding: env(safe-area-inset-top)) {
  .safe-area-top {
    padding-top: env(safe-area-inset-top);
  }

  .safe-area-bottom {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.cl-organizationSwitcherPopoverCard, .cl-userButtonPopoverCard, .cl-organizationSwitcherPopoverActions, .cl-userButtonPopoverActions, .cl-organizationSwitcherPopoverMain, .cl-userButtonPopoverMain {
  background: #161b22 !important;
  border: 1px solid #232a35 !important;
  box-shadow: 0 8px 32px #0009 !important;
}

.cl-organizationSwitcherPopoverCard, .cl-organizationSwitcherPopoverCard *, .cl-userButtonPopoverCard, .cl-userButtonPopoverCard * {
  color: #e2e8f0 !important;
}

.cl-organizationPreviewSecondaryIdentifier, .cl-userPreviewSecondaryIdentifier {
  color: #94a3b8 !important;
}

.cl-organizationSwitcherPopoverFooter, .cl-userButtonPopoverFooter, .cl-organizationSwitcherPopoverCard .cl-internal[class*="ower"], .cl-userButtonPopoverCard .cl-internal[class*="ower"] {
  display: none !important;
}

.cl-organizationSwitcherPreviewButton:hover, .cl-organizationSwitcherPreviewButton:hover *, .cl-organizationSwitcherPopoverActionButton:hover, .cl-organizationSwitcherPopoverActionButton:hover *, .cl-userButtonPopoverActionButton:hover, .cl-userButtonPopoverActionButton:hover * {
  color: #e2e8f0 !important;
  background-color: #1a1f28 !important;
}

.cl-organizationSwitcherTrigger:hover, .cl-organizationSwitcherTrigger:hover *, .cl-userButtonTrigger:hover, .cl-userButtonTrigger:hover * {
  color: #e2e8f0 !important;
}

.cl-modalBackdrop {
  background-color: #000000b3 !important;
}

.cl-modalContent, .cl-modalContent div, .cl-modalContent section, .cl-modalContent main, .cl-modalContent article {
  color: #e2e8f0 !important;
  background-color: #161b22 !important;
}

.cl-modalContent {
  border: 1px solid #232a35 !important;
}

.cl-modalContent * {
  color: #e2e8f0 !important;
}

.cl-modalContent .cl-headerSubtitle, .cl-modalContent .cl-profileSectionSubtitle, .cl-modalContent .cl-formFieldLabel, .cl-modalContent .cl-organizationPreviewSecondaryIdentifier, .cl-modalContent .cl-userPreviewSecondaryIdentifier, .cl-modalContent .cl-breadcrumbsItem {
  color: #94a3b8 !important;
}

.cl-modalContent .cl-navbar, .cl-modalContent .cl-navbarMobileMenuRow {
  background: #0e1219 !important;
  border-right: 1px solid #232a35 !important;
}

.cl-modalContent .cl-navbar div, .cl-modalContent .cl-navbar button, .cl-modalContent .cl-navbar span, .cl-modalContent .cl-navbarButton, .cl-modalContent .cl-navbarButton * {
  background-color: #0000 !important;
}

.cl-modalContent .cl-navbarButton:hover {
  background-color: #1a1f28 !important;
}

.cl-modalContent .cl-formFieldInput, .cl-modalContent .cl-input {
  color: #e2e8f0 !important;
  background: #0e1219 !important;
  border: 1px solid #2a3340 !important;
}

.cl-modalContent .cl-input::-moz-placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.cl-modalContent .cl-formFieldInput::-moz-placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.cl-modalContent input::-moz-placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.cl-modalContent .cl-input::placeholder, .cl-modalContent .cl-formFieldInput::placeholder, .cl-modalContent input::placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.cl-modalContent .cl-navbarButton {
  color: #94a3b8 !important;
  background: none !important;
  border-left: 2px solid #0000 !important;
}

.cl-modalContent .cl-navbarButton:hover {
  color: #e2e8f0 !important;
  background: #1a1f28 !important;
}

.cl-modalContent .cl-navbarButton[data-active="true"], .cl-modalContent .cl-navbarButton.cl-active {
  color: #d4a843 !important;
  background: none !important;
  border-left: 2px solid #d4a843 !important;
}

.cl-modalContent .cl-navbarButton[data-active="true"] *, .cl-modalContent .cl-navbarButton.cl-active *, .cl-modalContent .cl-navbarButton[data-active="true"] svg, .cl-modalContent .cl-navbarButton.cl-active svg, .cl-modalContent .cl-navbarButton[data-active="true"] .cl-navbarButtonIcon, .cl-modalContent .cl-navbarButton.cl-active .cl-navbarButtonIcon {
  color: #d4a843 !important;
  fill: currentColor !important;
}

.cl-modalContent .cl-footer, .cl-modalContent .cl-footerAction, .cl-modalContent .cl-poweredByClerkText, .cl-modalContent [class*="owered"], .cl-modalContent [class*="ecured"] {
  display: none !important;
}

.cl-modalContent .cl-profileSectionPrimaryButton, .cl-modalContent .cl-formButtonReset {
  color: #d4a843 !important;
  letter-spacing: 1px !important;
  background: none !important;
  border: 1px solid #d4a84366 !important;
  border-radius: 3px !important;
  padding: 6px 14px !important;
  font-family: Courier New, monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.cl-modalContent .cl-profileSectionPrimaryButton:hover, .cl-modalContent .cl-formButtonReset:hover {
  background: #d4a8431a !important;
  border-color: #d4a843 !important;
}

.cl-modalContent .cl-profileSectionPrimaryButton__danger {
  color: #ef4444 !important;
  border-color: #ef444466 !important;
}

.cl-modalContent .cl-profileSectionPrimaryButton__danger:hover {
  background: #ef44441a !important;
  border-color: #ef4444 !important;
}

.hover\:bg-\[\#161B22\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 27 34 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#94A3B8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

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