@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
/* [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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}

@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;
    --spacing: .25rem;
    --animate-spin: spin 1s linear infinite;
    --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 {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    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]) {
    -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;
    -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 {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

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

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

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

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

  .animate-spin {
    animation: var(--animate-spin);
  }

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

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

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

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

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

:root {
  --bg-primary: #080f0c;
  --bg-secondary: #0a1410;
  --bg-card: #0f1f17;
  --bg-card-hover: #14261e;
  --border: #10b98114;
  --border-hover: #10b9812e;
  --accent-green: #10b981;
  --accent-emerald: #059669;
  --accent-mint: #34d399;
  --accent-teal: #14b8a6;
  --accent-cyan: #06b6d4;
  --accent-lime: #84cc16;
  --accent-orange: #f59e0b;
  --accent-red: #ef4444;
  --accent-ice: #67e8f9;
  --text-primary: #ecfdf5;
  --text-secondary: #6ee7b7;
  --text-muted: #4b7a63;
  --glow-green: #10b98133;
  --glow-emerald: #05966926;
  --glow-mint: #34d39926;
  --glow-teal: #14b8a626;
  --glow-cyan: #06b6d41f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: var(--bg-primary);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, system-ui, sans-serif;
}

body {
  background: radial-gradient(ellipse 80% 50% at 50% -20%, #10b9811a 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 80%, #0596690f 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 10% 70%, #14b8a60d 0%, transparent 50%),
    var(--bg-primary);
  min-height: 100vh;
}

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

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

::-webkit-scrollbar-thumb {
  background: #10b98126;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #10b9814d;
}

.glass-card {
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  background: #0f1f17d9;
  border-radius: 16px;
  transition: border-color .2s, box-shadow .2s;
}

.glass-card:hover {
  border-color: var(--border-hover);
  box-shadow: 0 0 0 1px #10b9810f;
}

.stat-card {
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #0f1f17f2 0%, #0a1410f2 100%);
  border-radius: 14px;
  padding: 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.stat-card:before {
  content: "";
  opacity: 0;
  border-radius: 14px;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.stat-card:hover:before {
  opacity: 1;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px #00000080;
}

.stat-card.green:before {
  background: radial-gradient(circle at top right, var(--glow-green), transparent 70%);
}

.stat-card.emerald:before {
  background: radial-gradient(circle at top right, var(--glow-emerald), transparent 70%);
}

.stat-card.mint:before {
  background: radial-gradient(circle at top right, var(--glow-mint), transparent 70%);
}

.stat-card.teal:before {
  background: radial-gradient(circle at top right, var(--glow-teal), transparent 70%);
}

.stat-card.cyan:before {
  background: radial-gradient(circle at top right, var(--glow-cyan), transparent 70%);
}

.badge {
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 100px;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.badge-standard {
  color: #34d399;
  background: #10b9811f;
  border: 1px solid #10b98133;
}

.badge-ice {
  color: #67e8f9;
  background: #67e8f914;
  border: 1px solid #67e8f933;
}

.badge-active {
  color: #34d399;
  background: #10b9811a;
  border: 1px solid #10b98133;
}

.badge-inactive {
  color: #f87171;
  background: #ef44441a;
  border: 1px solid #ef444433;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  outline: none;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 4px 15px #10b98159;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-1px);
  box-shadow: 0 4px 22px #10b98180;
}

.btn-ghost {
  color: var(--text-secondary);
  border: 1px solid var(--border);
  background: #10b9810d;
}

.btn-ghost:hover {
  color: var(--text-primary);
  border-color: var(--border-hover);
  background: #10b9811a;
}

.btn-danger {
  color: #f87171;
  background: #ef44441a;
  border: 1px solid #ef444433;
}

.btn-danger:hover {
  background: #ef444433;
  box-shadow: 0 4px 12px #ef444433;
}

.btn-sm {
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 12px;
}

.btn-ice {
  color: #67e8f9;
  background: #67e8f914;
  border: 1px solid #67e8f933;
}

.btn-ice:hover {
  background: #67e8f926;
  box-shadow: 0 4px 15px #67e8f926;
}

.input {
  border: 1px solid var(--border);
  width: 100%;
  color: var(--text-primary);
  background: #0000004d;
  border-radius: 10px;
  outline: none;
  padding: 10px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}

.input:focus {
  border-color: #10b98180;
  box-shadow: 0 0 0 3px #10b98114;
}

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

select.input option {
  background: #0a1410;
}

.modal-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 100;
  background: #000c;
  justify-content: center;
  align-items: center;
  animation: .15s fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-box {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 20px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  padding: 32px;
  animation: .2s slideUp;
  overflow-y: auto;
  box-shadow: 0 25px 60px #000000b3, 0 0 0 1px #10b9810f;
}

.sidebar {
  border-right: 1px solid var(--border);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 50;
  background: #0a1410f7;
  flex-direction: column;
  width: 240px;
  min-height: 100vh;
  padding: 24px 0;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sidebar-logo {
  border-bottom: 1px solid var(--border);
  margin-bottom: 16px;
  padding: 0 20px 24px;
}

.sidebar-nav {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  padding: 0 12px;
  display: flex;
}

.sidebar-item {
  color: var(--text-muted);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.sidebar-item:hover {
  color: var(--text-primary);
  background: #10b9810f;
}

.sidebar-item.active {
  color: #34d399;
  background: #10b9811a;
  border-color: #10b9812e;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
}

.data-table th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 600;
}

.data-table td {
  color: var(--text-secondary);
  border-bottom: 1px solid #10b9810a;
  padding: 14px 16px;
  font-size: 14px;
}

.data-table tr:hover td {
  background: #10b98108;
}

.data-table .mono {
  color: #34d399;
  font-family: JetBrains Mono, monospace;
  font-size: 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 #10b98166;
  }

  50% {
    box-shadow: 0 0 0 6px #10b98100;
  }
}

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

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

.animate-pulse-glow {
  animation: 2s infinite pulse-glow;
}

.progress-bar {
  background: #10b98114;
  border-radius: 99px;
  height: 5px;
  overflow: hidden;
}

.progress-fill {
  border-radius: 99px;
  height: 100%;
  transition: width .8s;
}

.notification {
  z-index: 999;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  animation: .2s slideUp;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 8px 30px #0006;
}

.notification-success {
  color: #34d399;
  background: #10b98126;
  border: 1px solid #10b9814d;
}

.notification-error {
  color: #f87171;
  background: #ef444426;
  border: 1px solid #ef44444d;
}

.toggle {
  cursor: pointer;
  border: 1px solid var(--border);
  background: #ffffff0f;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  transition: background .2s;
  position: relative;
}

.toggle.on {
  background: linear-gradient(135deg, #10b981, #059669);
  border-color: #0000;
  box-shadow: 0 0 12px #10b9814d;
}

.toggle:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: transform .2s;
  position: absolute;
  top: 2px;
  left: 2px;
}

.toggle.on:after {
  transform: translateX(20px);
}

.tooltip-wrap {
  display: inline-block;
  position: relative;
}

.tooltip-wrap:hover .tooltip-box {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-4px);
}

.tooltip-box {
  border: 1px solid var(--border);
  color: var(--text-primary);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  background: #0a1a12;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  transition: all .15s;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%)translateY(0);
}

.tier-chip {
  letter-spacing: .03em;
  border-radius: 99px;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.tier-standard {
  color: #34d399;
  background: #10b9811a;
}

.tier-ice {
  color: #67e8f9;
  background: #67e8f914;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(-8px)rotate(180deg);
  }
}

.snowflake-icon {
  animation: 3s ease-in-out infinite float;
  display: inline-block;
}

.code-block {
  border: 1px solid var(--border);
  color: #34d399;
  white-space: pre;
  background: #0006;
  border-radius: 10px;
  padding: 16px;
  font-family: JetBrains Mono, monospace;
  font-size: 12px;
  overflow-x: auto;
}

.section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-title {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
}

.section-subtitle {
  color: var(--text-muted);
  margin-top: 2px;
  font-size: 13px;
}

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

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