/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.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;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  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;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .break-all {
    word-break: break-all;
  }
}
:root {
  --motif-bg: #0b0b14;
  --motif-surface: #14141f;
  --motif-primary: #8b5cf6;
  --motif-primary-2: #22d3ee;
  --motif-ink: #e5e7eb;
  --motif-ink-soft: #9ca3af;
  --motif-border: #262635;
  --motif-radius: 14px;
  --bg: var(--motif-bg);
  --surface: var(--motif-surface);
  --primary: var(--motif-primary);
  --primary-2: var(--motif-primary-2);
  --ink: var(--motif-ink);
  --ink-soft: var(--motif-ink-soft);
  --border: var(--motif-border);
  --radius: var(--motif-radius);
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --shell: #ffffff;
  --surface-2: #fafbfc;
  --input-bg: #ffffff;
  --sidebar: #ffffff;
  --sidebar-border: #eef0f3;
  --primary-soft: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    --primary-soft: color-mix(in srgb, var(--primary) 12%, var(--surface));
  }
  --ink-mute: #9ca3af;
  --border-soft: #f1f3f6;
  --amber: #b45309;
  --amber-soft: #fef3c7;
  --rose: #b91c1c;
  --rose-soft: #fee2e2;
  --emerald: #047857;
  --emerald-soft: #d1fae5;
  --gray-tag: #4b5563;
  --gray-soft: #f3f4f6;
  --shadow-sm: 0 1px 2px rgba(17,24,39,.04);
  --shadow-md: 0 6px 18px rgba(17,24,39,.06), 0 1px 3px rgba(17,24,39,.04);
  --radius-sm: 10px;
}
[data-mode="dark"] {
  --shell: var(--surface);
  --surface-2: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    --surface-2: color-mix(in srgb, var(--surface) 80%, #ffffff 6%);
  }
  --input-bg: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    --input-bg: color-mix(in srgb, var(--surface) 70%, #000000 12%);
  }
  --sidebar: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    --sidebar: color-mix(in srgb, var(--surface) 85%, #000000 8%);
  }
  --sidebar-border: var(--border);
  @supports (color: color-mix(in lab, red, red)) {
    --sidebar-border: color-mix(in srgb, var(--border) 70%, transparent);
  }
  --primary-soft: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    --primary-soft: color-mix(in srgb, var(--primary) 22%, var(--surface));
  }
  --ink-mute: #6b7280;
  --border-soft: var(--border);
  @supports (color: color-mix(in lab, red, red)) {
    --border-soft: color-mix(in srgb, var(--border) 60%, transparent);
  }
  --amber: #fbbf24;
  --amber-soft: #f59e0b;
  @supports (color: color-mix(in lab, red, red)) {
    --amber-soft: color-mix(in srgb, #f59e0b 18%, var(--surface));
  }
  --rose: #fb7185;
  --rose-soft: #f43f5e;
  @supports (color: color-mix(in lab, red, red)) {
    --rose-soft: color-mix(in srgb, #f43f5e 18%, var(--surface));
  }
  --emerald: #34d399;
  --emerald-soft: #10b981;
  @supports (color: color-mix(in lab, red, red)) {
    --emerald-soft: color-mix(in srgb, #10b981 18%, var(--surface));
  }
  --gray-tag: #cbd5e1;
  --gray-soft: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    --gray-soft: color-mix(in srgb, var(--surface) 70%, #ffffff 8%);
  }
  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow-md: 0 8px 24px rgba(0,0,0,.45), 0 1px 3px rgba(0,0,0,.4);
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  font-family: inherit;
}
.app {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
  background: var(--bg);
}
.sidebar {
  background: var(--sidebar);
  border-right: 1px solid var(--sidebar-border);
  padding: 18px 14px 14px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px 8px;
}
.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
}
.brand-text {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.nav-item:hover {
  background: var(--surface-2);
  color: var(--ink);
  text-decoration: none;
}
.nav-item.active {
  background: var(--primary-soft);
  color: var(--primary-2);
  font-weight: 600;
}
.nav-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: .85;
}
.icon-btn {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: none;
  background: none;
  color: var(--ink-soft);
  cursor: pointer;
  border-radius: 8px;
}
.icon-btn:hover {
  background: var(--surface-2);
  color: var(--ink);
}
.icon-btn svg {
  width: 17px;
  height: 17px;
}
.nav-collapse-btn {
  margin-left: auto;
}
.sidebar-footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--sidebar-border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.who {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: var(--surface-2);
  border-radius: 10px;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.who .meta {
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 600;
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
.who .meta small {
  display: block;
  font-weight: 400;
  color: var(--ink-mute);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 9px 10px;
  border-radius: 9px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
}
.signout-btn:hover {
  color: var(--rose);
  border-color: var(--rose);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--rose) 45%, transparent);
  }
}
.signout-btn svg {
  width: 15px;
  height: 15px;
}
.topbar {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--sidebar);
  border-bottom: 1px solid var(--sidebar-border);
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav-backdrop {
  display: none;
}
html.nav-collapsed .app {
  grid-template-columns: 64px 1fr;
}
html.nav-collapsed .sidebar {
  padding: 18px 8px 14px;
}
html.nav-collapsed .brand {
  justify-content: center;
}
html.nav-collapsed .brand-text, html.nav-collapsed .nav-label, html.nav-collapsed .who .meta, html.nav-collapsed .nav-collapse-btn {
  display: none;
}
html.nav-collapsed .nav-item {
  justify-content: center;
  padding: 8px;
}
html.nav-collapsed .who {
  justify-content: center;
  padding: 6px;
}
.main {
  padding: 22px 28px 60px;
  max-width: 100%;
  overflow-x: hidden;
}
.page-head {
  margin: 4px 0 18px;
}
.page-head h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
}
.page-head p {
  color: var(--ink-soft);
  font-size: 13px;
  margin-top: 4px;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-md);
}
.card + .card {
  margin-top: 14px;
}
.card-head {
  margin-bottom: 14px;
}
.card-head h3 {
  font-size: 14.5px;
  font-weight: 600;
}
.card-head p {
  color: var(--ink-soft);
  font-size: 12px;
  margin-top: 2px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.table-shell {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
thead th {
  text-align: left;
  padding: 10px 14px;
  font-size: 11px;
  color: var(--ink-soft);
  font-weight: 600;
  background: var(--surface-2);
  border-bottom: 1px solid var(--border-soft);
  white-space: nowrap;
}
tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-soft);
  color: var(--ink);
}
tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:hover {
  background: var(--surface-2);
}
.tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
}
.tag-emerald {
  background: var(--emerald-soft);
  color: var(--emerald);
}
.tag-amber {
  background: var(--amber-soft);
  color: var(--amber);
}
.tag-gray {
  background: var(--gray-soft);
  color: var(--gray-tag);
}
.tag-rose {
  background: var(--rose-soft);
  color: var(--rose);
}
.btn {
  padding: 9px 16px;
  border-radius: 9px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  transition: all .15s;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 4px 10px var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 4px 10px color-mix(in srgb, var(--primary) 30%, transparent);
  }
  justify-content: center;
}
.btn-primary:hover {
  background: var(--primary-2);
  border-color: var(--primary-2);
  transform: translateY(-1px);
}
.btn-block {
  width: 100%;
}
.btn-ghost {
  background: var(--input-bg);
  color: var(--ink);
  border-color: var(--border);
}
.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.linkish {
  background: none;
  border: none;
  color: var(--ink-mute);
  cursor: pointer;
  font-size: 12px;
  padding: 0;
}
.linkish:hover {
  color: var(--primary);
  text-decoration: underline;
}
.flash {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  border: 1px solid transparent;
  margin-bottom: 12px;
}
.flash-success {
  background: var(--emerald-soft);
  color: var(--emerald);
  border-color: var(--emerald);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--emerald) 40%, transparent);
  }
}
.flash-error {
  background: var(--rose-soft);
  color: var(--rose);
  border-color: var(--rose);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--rose) 40%, transparent);
  }
}
.flash-info {
  background: var(--primary-soft);
  color: var(--primary-2);
  border-color: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--primary) 25%, transparent);
  }
}
.field {
  margin-bottom: 14px;
}
.field label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.field input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 0 12px;
  font-size: 13.5px;
  font-family: inherit;
  background: var(--input-bg);
  color: var(--ink);
}
.field input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-soft);
}
.select {
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 0 10px;
  font-size: 13px;
  font-family: inherit;
  background: var(--input-bg);
  color: var(--ink);
  cursor: pointer;
}
.select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-soft);
}
input[type="checkbox"] {
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
}
.theme-toggle {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.theme-opt {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
}
.theme-opt:hover {
  color: var(--ink);
  border-color: var(--primary);
}
.theme-opt.active {
  background: var(--primary-soft);
  color: var(--primary-2);
  border-color: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--primary) 45%, transparent);
  }
}
.theme-opt svg {
  width: 16px;
  height: 16px;
}
.auth-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--bg);
  padding: 24px;
}
.auth-card {
  width: 100%;
  max-width: 380px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-md);
}
.auth-card .brand {
  justify-content: center;
  margin-bottom: 6px;
}
.auth-card h1 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 2px;
}
.auth-card .sub {
  text-align: center;
  color: var(--ink-soft);
  font-size: 12.5px;
  margin-bottom: 20px;
}
.swap {
  text-align: center;
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 14px;
}
.lp {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg);
  display: flex;
  flex-direction: column;
}
.lp-aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lp-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  will-change: transform;
}
.lp-blob.b1 {
  width: 46vw;
  height: 46vw;
  left: -8vw;
  top: -10vw;
  background: radial-gradient(circle at 30% 30%, var(--primary), transparent 70%);
  animation: drift1 22s ease-in-out infinite;
}
.lp-blob.b2 {
  width: 40vw;
  height: 40vw;
  right: -6vw;
  top: 4vw;
  background: radial-gradient(circle at 70% 30%, var(--primary-2), transparent 70%);
  animation: drift2 27s ease-in-out infinite;
}
.lp-blob.b3 {
  width: 38vw;
  height: 38vw;
  left: 26vw;
  bottom: -16vw;
  background: radial-gradient(circle at 50% 50%, var(--primary), transparent 70%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary) 60%, var(--primary-2)), transparent 70%);
  }
  animation: drift3 31s ease-in-out infinite;
  opacity: .4;
}
.lp-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .5;
  background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px);
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(color-mix(in srgb, var(--ink) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--ink) 7%, transparent) 1px, transparent 1px);
  }
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 75%);
  mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 75%);
}
.lp-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 32px;
}
.lp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--ink);
}
.lp-hero {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px 64px;
}
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--primary-2);
  border: 1px solid var(--border);
  background: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--surface) 70%, transparent);
  }
  padding: 6px 14px;
  border-radius: 999px;
  animation: rise .7s ease both;
}
.lp-title {
  font-size: clamp(34px, 6vw, 66px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.04;
  color: var(--ink);
  margin: 22px 0 0;
  max-width: 16ch;
  animation: rise .7s .05s ease both;
}
.lp-title .grad {
  background: linear-gradient(100deg, var(--primary), var(--primary-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-sub {
  margin: 20px auto 0;
  max-width: 56ch;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  color: var(--ink-soft);
  animation: rise .7s .1s ease both;
}
.lp-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  animation: rise .7s .15s ease both;
}
.lp-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 920px;
  margin-top: 56px;
}
.lp-card {
  text-align: left;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--surface) 80%, transparent);
  }
  box-shadow: var(--shadow-md);
  animation: float 7s ease-in-out infinite;
}
.lp-card:nth-child(2) {
  animation-delay: .9s;
}
.lp-card:nth-child(3) {
  animation-delay: 1.8s;
}
.lp-card:nth-child(4) {
  animation-delay: 2.7s;
}
.lp-card .ic {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  margin-bottom: 12px;
}
.lp-card h3 {
  font-size: 14px;
  color: var(--ink);
}
.lp-card p {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 4px;
  line-height: 1.5;
}
@keyframes drift1 {
  0%,100% {
    transform: translate(0,0) scale(1);
  }
  50% {
    transform: translate(6vw,4vw) scale(1.08);
  }
}
@keyframes drift2 {
  0%,100% {
    transform: translate(0,0) scale(1);
  }
  50% {
    transform: translate(-5vw,5vw) scale(1.12);
  }
}
@keyframes drift3 {
  0%,100% {
    transform: translate(0,0) scale(1);
  }
  50% {
    transform: translate(-4vw,-6vw) scale(1.06);
  }
}
@keyframes float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.lp-cards-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 960px;
}
.lp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 720px;
  margin-top: 52px;
  animation: rise .7s .2s ease both;
}
.lp-stat {
  text-align: center;
  padding: 14px 8px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--surface) 60%, transparent);
  }
}
.lp-stat .n {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
  background: linear-gradient(100deg, var(--primary), var(--primary-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-stat .l {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 4px;
}
.lp-section {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 24px;
}
.lp-section-head {
  text-align: center;
  max-width: 56ch;
  margin: 0 auto 36px;
}
.lp-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--primary-2);
  margin-bottom: 12px;
}
.lp-section-head h2 {
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ink);
  line-height: 1.1;
}
.lp-section-head p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.lp-card:hover {
  border-color: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--primary) 50%, var(--border));
  }
  transform: translateY(-3px);
  transition: all .2s;
}
.lp-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
}
.lp-step {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--surface) 70%, transparent);
  }
}
.lp-step-n {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.lp-step h3 {
  font-size: 15px;
  color: var(--ink);
}
.lp-step p {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 5px;
  line-height: 1.55;
}
.lp-final {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 24px 64px;
}
.lp-final-card {
  text-align: center;
  padding: 48px 24px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid var(--border);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 16%, var(--surface)), color-mix(in srgb, var(--primary-2) 12%, var(--surface)));
  }
  box-shadow: var(--shadow-md);
}
.lp-final-card h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lp-final-card p {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 15px;
}
.lp-final-card .lp-cta {
  justify-content: center;
}
.lp-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 24px 32px;
  border-top: 1px solid var(--border);
}
.lp-foot-note {
  font-size: 12.5px;
  color: var(--ink-soft);
}
@media (max-width: 880px) {
  .lp-cards-3, .lp-steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .lp-cards {
    grid-template-columns: 1fr 1fr;
  }
  .lp-stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .lp-cards, .lp-cards-3, .lp-steps {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-blob, .lp-card, .lp-eyebrow, .lp-title, .lp-sub, .lp-cta, .lp-stats {
    animation: none !important;
  }
}
.dash-grid {
  display: grid;
  gap: 14px;
}
.dash-stats {
  grid-template-columns: repeat(4, 1fr);
}
.dash-row {
  grid-template-columns: 2fr 1fr;
}
.dash-trio {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .dash-stats {
    grid-template-columns: 1fr 1fr;
  }
  .dash-row, .dash-trio {
    grid-template-columns: 1fr;
  }
}
.stat .label {
  font-size: 12px;
  color: var(--ink-soft);
}
.stat .big {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.stat .big .unit {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
}
.stat.grad {
  color: #fff;
  border: none;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.stat.grad .label, .stat.grad .big, .stat.grad .big .unit {
  color: #fff;
}
.delta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  margin-top: 10px;
}
.delta.up {
  background: var(--emerald-soft);
  color: var(--emerald);
}
.delta.down {
  background: var(--rose-soft);
  color: var(--rose);
}
.legend {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--ink-soft);
}
.legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 6px;
  vertical-align: middle;
}
.chart {
  width: 100%;
  height: auto;
  display: block;
}
.donut-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.donut-legend {
  font-size: 12.5px;
  display: grid;
  gap: 8px;
  min-width: 130px;
}
.donut-legend .row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
}
.donut-legend .row b {
  color: var(--ink);
  margin-left: auto;
}
.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}
.datatable {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dt-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dt-search {
  position: relative;
  flex: 1 1 240px;
  min-width: 180px;
  max-width: 360px;
}
.dt-search svg {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: var(--ink-mute);
  pointer-events: none;
}
.dt-search input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 0 12px 0 34px;
  font-size: 13px;
  font-family: inherit;
  background: var(--input-bg);
  color: var(--ink);
}
.dt-search input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-soft);
}
.dt-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-wrap: wrap;
}
.dt-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 12px;
  border-radius: 9px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
}
.dt-btn:hover {
  color: var(--ink);
  border-color: var(--primary);
}
.dt-btn svg {
  width: 15px;
  height: 15px;
}
.dt-perpage {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--ink-soft);
}
.dt-perpage .select {
  height: 38px;
}
.dt-menu-wrap {
  position: relative;
}
.dt-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
  min-width: 180px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  max-height: 280px;
  overflow: auto;
}
.dt-menu-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  border-radius: 7px;
  font-size: 12.5px;
  color: var(--ink);
  cursor: pointer;
}
.dt-menu-item:hover {
  background: var(--surface-2);
}
.dt-selbar {
  width: 100%;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--primary-2);
  background: var(--primary-soft);
  border-radius: 8px;
  padding: 7px 12px;
}
.dt-scroll {
  overflow-x: auto;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.dt-scroll > table {
  border: none;
}
.data-table th.dt-sortable {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.data-table th.dt-sortable::after {
  content: "⇅";
  opacity: .35;
  margin-left: 6px;
  font-size: 10px;
}
.data-table th.dt-asc::after {
  content: "▲";
  opacity: .9;
}
.data-table th.dt-desc::after {
  content: "▼";
  opacity: .9;
}
.data-table td.col-actions, .data-table th.col-actions {
  white-space: nowrap;
  text-align: right;
}
.data-table td.col-select, .data-table th.col-select {
  width: 38px;
  text-align: center;
}
.dt-empty {
  text-align: center;
  color: var(--ink-mute);
  padding: 24px 14px;
  font-size: 13px;
}
.dt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.dt-info {
  font-size: 12px;
  color: var(--ink-soft);
}
.dt-pager {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.dt-page {
  min-width: 32px;
  height: 32px;
  padding: 0 9px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
}
.dt-page:hover:not(:disabled) {
  color: var(--ink);
  border-color: var(--primary);
}
.dt-page.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.dt-page:disabled {
  opacity: .4;
  cursor: default;
}
.dt-ellipsis {
  color: var(--ink-mute);
  padding: 0 4px;
}
.dt-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  font-size: 12px;
  color: var(--ink-soft);
}
.dt-jump input {
  width: 56px;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0 8px;
  font-size: 12.5px;
  font-family: inherit;
  background: var(--input-bg);
  color: var(--ink);
}
@media (max-width: 760px) {
  .app, html.nav-collapsed .app {
    grid-template-columns: 1fr;
  }
  .topbar {
    display: flex;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 248px;
    height: 100vh;
    z-index: 40;
    transform: translateX(-100%);
    transition: transform .22s ease;
  }
  .app.nav-open .sidebar {
    transform: translateX(0);
    box-shadow: var(--shadow-md);
  }
  .app.nav-open .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 35;
    background: rgba(0,0,0,.45);
  }
  .main {
    padding: 18px 16px 60px;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .dt-search {
    flex-basis: 100%;
    max-width: none;
  }
  .dt-tools {
    margin-left: 0;
  }
  .data-table.dt-responsive thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .data-table.dt-responsive tbody tr {
    display: block;
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 4px 10px;
    background: var(--surface);
  }
  .data-table.dt-responsive tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    padding: 8px 0;
  }
  .data-table.dt-responsive tbody td + td {
    border-top: 1px dashed var(--border-soft);
  }
  .data-table.dt-responsive tbody td::before {
    content: attr(data-label);
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-soft);
  }
  .data-table.dt-responsive td.col-actions {
    justify-content: flex-end;
  }
  .dt-footer {
    justify-content: center;
  }
}
@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;
}
@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;
    }
  }
}

