/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial,
    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: oklch(63.7% 0.237 25.331);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-lime-400: oklch(84.1% 0.238 128.85);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-md: 0.375rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 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;
    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, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, 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:where(:not(iframe)) {
    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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-full {
    height: 100%;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-manipulation {
    touch-action: manipulation;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-lime-400 {
    background-color: var(--color-lime-400);
  }
  .bg-purple-400 {
    background-color: var(--color-purple-400);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-rose-400 {
    background-color: var(--color-rose-400);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-blue-500 {
    --tw-gradient-from: var(--color-blue-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blue-600 {
    --tw-gradient-to: var(--color-blue-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-lime-400 {
    color: var(--color-lime-400);
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-rose-400 {
    color: var(--color-rose-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:translate-y-0\.5:active {
    --tw-translate-y: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .active\:shadow-sm:active {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --sky-400: #38bdf8;
  --amber-300: #fcd34d;
  --teal-300: #5eead4;
  --bg: #01030a;
  --bg-panel: #050a0f;
  --bg-raised: #0b1118;
  --bg-input: #111921;
  --border: #131a22;
  --divider: #161e26;
  --border-strong: #1d2731;
  --bars: #27323f;
  --text: var(--slate-100);
  --text-muted: var(--slate-400);
  --text-faint: var(--slate-500);
  --accent: var(--violet-500);
  --accent-soft: var(--violet-400);
  --accent-strong: var(--violet-600);
  --accent-tint: rgba(139, 92, 246, 0.14);
  --series-1: var(--violet-400);
  --series-2: var(--sky-400);
  --series-3: var(--amber-300);
  --series-4: var(--teal-300);
  --series-rest: var(--slate-600);
  --up: var(--lime-400);
  --up-tint: rgba(163, 230, 53, 0.14);
  --down: var(--rose-400);
  --down-tint: rgba(251, 113, 133, 0.14);
  --r-sm: 8px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-pill: 999px;
  --sidebar-w: 300px;
  --rail-w: var(--sidebar-w);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Inter var", ui-sans-serif, -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.006em;
  -webkit-font-smoothing: antialiased;
}
.num {
  font-variant-numeric: tabular-nums;
}
.up {
  color: var(--up);
}
.down {
  color: var(--down);
}
.muted {
  color: var(--text-muted);
}
.faint {
  color: var(--text-faint);
}
.shell {
  display: grid;
  grid-template-columns: var(--sidebar-w) 1fr;
  height: 100%;
}
.sidebar {
  background: var(--bg);
  display: flex;
  flex-direction: column;
  padding: 22px 14px;
  gap: 22px;
  height: 100%;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 14px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--violet-300);
}
.brand-mark {
  width: 38px;
  height: 38px;
  flex: none;
  display: block;
}
.nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: var(--r-pill);
  color: var(--slate-300);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.nav a:hover {
  background: var(--bg-raised);
  color: var(--text);
}
.nav a.on {
  background: var(--accent-tint);
  color: var(--violet-300);
  font-weight: 600;
}
.nav a.dead {
  opacity: 0.4;
  cursor: default;
}
.nav a.dead:hover {
  background: none;
  color: var(--slate-300);
}
.nav .icon {
  width: 22px;
  height: 22px;
  flex: none;
  stroke-width: 1.75;
}
.sidebar-foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  margin-top: 8px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  cursor: pointer;
}
.account:hover {
  background: var(--bg-raised);
}
.account-id {
  min-width: 0;
}
.account-name {
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--text-faint);
  margin-top: 1px;
}
.account .more {
  margin-left: auto;
  color: var(--text-faint);
  flex: none;
}
.account .more svg {
  width: 16px;
  height: 16px;
}
.avatar {
  position: relative;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: var(--r-pill);
  overflow: hidden;
}
.avatar svg {
  display: block;
  width: 100%;
  height: 100%;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--up);
  flex: none;
}
.main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
}
.main::-webkit-scrollbar {
  width: 8px;
}
.main::-webkit-scrollbar-thumb {
  background: var(--bg-input);
  border-radius: 4px;
}
.main::-webkit-scrollbar-track {
  background: transparent;
}
.searchrow {
  display: flex;
  justify-content: center;
  padding: 22px 0 2px;
}
.search {
  width: 100%;
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 0 18px;
  border-radius: var(--r-md);
  background: var(--bg-panel);
  border: 1px solid var(--border);
  color: var(--text-faint);
}
.search.dead {
  opacity: 0.45;
  cursor: default;
}
.search svg {
  width: 19px;
  height: 19px;
  flex: none;
}
.search .placeholder {
  flex: 1;
  font-size: 15px;
}
.search input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: var(--text);
  font: inherit;
  font-size: 15px;
}
.search input::placeholder {
  color: var(--text-faint);
}
.kbd {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 6px;
  background: var(--bg-input);
  color: var(--text-faint);
}
.content {
  padding: 0 20px 44px 28px;
  display: flex;
  flex-direction: column;
}
.card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px;
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.card-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.card-sub {
  font-size: 12px;
  color: var(--text-faint);
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.section-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
}
.pill.up {
  background: var(--up-tint);
  color: var(--up);
}
.pill.down {
  background: var(--down-tint);
  color: var(--down);
}
.pill.neutral {
  background: var(--bg-input);
  color: var(--text-muted);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: var(--r-sm);
  background: var(--bg-panel);
  border: 1px solid var(--border);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
}
.chip .swatch {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-soft);
}
.tabs {
  display: flex;
  gap: 2px;
}
.tabs button {
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--text-muted);
  font: inherit;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: var(--r-md);
}
.tabs button:hover {
  color: var(--text);
}
.tabs button.active {
  background: var(--bg-input);
  color: var(--text);
}
.seg {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
}
.seg button {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 5px 12px;
  border-radius: 7px;
}
.seg button:hover {
  color: var(--text);
}
.seg button.active {
  background: var(--accent-tint);
  color: var(--violet-300);
}
.btn {
  border: 0;
  background: var(--bg-input);
  color: var(--text);
  font: inherit;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: var(--r-md);
  cursor: pointer;
}
.btn:hover {
  background: var(--border-strong);
}
.btn.primary {
  background: var(--accent);
  color: white;
}
.btn.primary:hover {
  background: var(--accent-strong);
}
.btn.block {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-faint);
  padding: 0 12px 10px;
}
td {
  padding: 11px 12px;
  border-top: 1px solid var(--divider);
  font-size: 13px;
}
th.r, td.r {
  text-align: right;
}
tbody tr:hover {
  background: var(--bg-raised);
}
.cell-main {
  font-weight: 600;
}
.cell-sub {
  font-size: 12px;
  color: var(--text-faint);
}
.ticker {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo {
  width: 28px;
  height: 28px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  background: var(--bg-input);
  color: var(--slate-300);
}
.stats {
  display: flex;
  flex-direction: column;
}
.stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  border-top: 1px solid var(--divider);
  font-size: 13px;
}
.stat-row:first-child {
  border-top: 0;
}
.stat-row .k {
  color: var(--text-muted);
}
.stat-row .v {
  font-weight: 600;
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
.kpi {
  padding: 14px 16px;
}
.kpi .k {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-faint);
}
.kpi .v {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 6px;
}
.kpi .d {
  font-size: 12px;
  margin-top: 4px;
}
.rail {
  padding-top: 96px;
  display: flex;
  flex-direction: column;
}
.rail-section {
  padding: 24px 0 0;
}
.rail-section:first-child {
  padding-top: 0;
}
.rail-section:last-child {
  padding-bottom: 8px;
}
.rail .stat-row, .rail .cat-row, .rail td {
  border-top: 0;
}
.rail .stat-row {
  padding: 7px 0;
}
.rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.rail-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}
.chart-foot {
  position: relative;
  height: 16px;
  margin: 10px 66px 0 0;
}
.chart-foot span {
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  color: var(--text-faint);
}
.chart-foot span.at-start {
  transform: none;
}
.chart-foot span.at-end {
  transform: translateX(-100%);
}
.chart-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}
.chart-controls > .seg:only-child {
  margin-left: auto;
}
.asset-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--rail-w);
  gap: 28px;
  align-items: start;
}
@media (max-width: 1180px) {
  .asset-layout {
    grid-template-columns: 1fr;
  }
}
.col {
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 0;
}
.asset-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-right: 66px;
}
.asset-sym {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.asset-tags {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.asset-price {
  text-align: right;
}
.asset-price .p {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.asset-range {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.chart-wrap {
  position: relative;
  padding-right: 66px;
  margin-top: 26px;
  cursor: crosshair;
}
.chart {
  width: 100%;
  height: 48vh;
  min-height: 300px;
  display: block;
  position: relative;
}
.chart-grid {
  position: absolute;
  inset: 0 66px 0 0;
  transition: opacity 0.14s ease;
}
.chart-grid.cursor {
  opacity: 0;
}
.chart-fill {
  position: absolute;
  inset: 0 66px 0 0;
  background-image: radial-gradient(circle at center, var(--chart-tone, var(--up)) 0.7px, transparent 1px);
  @supports (color: color-mix(in lab, red, red)) {
    background-image: radial-gradient(circle at center, color-mix(in srgb, var(--chart-tone, var(--up)) 58%, transparent) 0.7px, transparent 1px);
  }
  background-size: 4px 4px;
  -webkit-mask-image: linear-gradient(to bottom, #000 25%, transparent 96%);
  mask-image: linear-gradient(to bottom, #000 25%, transparent 96%);
}
.band-layer {
  position: absolute;
  inset: 0 66px 0 0;
  pointer-events: none;
}
.closed-band {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: auto;
  cursor: help;
  background-image: repeating-linear-gradient( -45deg, var(--border-strong) 0 2.5px, transparent 2.5px 9px);
}
.closed-band:hover {
  background-color: var(--bg-raised);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--bg-raised) 55%, transparent);
  }
}
.closed-band::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%) translateY(-4px);
  white-space: nowrap;
  pointer-events: none;
  padding: 7px 11px;
  border-radius: var(--r-sm);
  background: var(--bg-input);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  opacity: 0;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
.closed-band:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.cursor-layer {
  position: absolute;
  inset: 0 66px 0 0;
  pointer-events: none;
}
.cursor-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-0.5px);
  background-image: repeating-linear-gradient( to bottom, var(--text-faint) 0 3px, transparent 3px 7px);
  @supports (color: color-mix(in lab, red, red)) {
    background-image: repeating-linear-gradient( to bottom, color-mix(in srgb, var(--text-faint) 60%, transparent) 0 3px, transparent 3px 7px);
  }
}
.cursor-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--chart-tone, var(--up));
  box-shadow: 0 0 0 3px var(--bg), 0 0 9px 1px var(--chart-tone, var(--up));
}
.y-axis {
  position: absolute;
  inset: 0 0 0 auto;
  width: 66px;
  pointer-events: none;
}
.y-axis span {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  font-size: 11px;
  color: var(--text-faint);
  font-variant-numeric: tabular-nums;
}
.y-axis span, .chart-foot span {
  transition: opacity 0.14s ease;
}
.y-axis .cursor-val, .chart-foot .cursor-val {
  opacity: 0;
  color: var(--text-faint);
  font-weight: inherit;
}
.y-axis.cursor span, .chart-foot.cursor span {
  opacity: 0;
}
.y-axis.cursor .cursor-val, .chart-foot.cursor .cursor-val {
  opacity: 1;
}
.volume-wrap {
  position: relative;
  padding-right: 66px;
  margin-top: 6px;
}
.volume {
  width: 100%;
  height: 86px;
  display: block;
}
.volume rect {
  fill: var(--bars);
}
.range-wrap {
  margin-top: 18px;
}
.range-track {
  position: relative;
  margin-right: 66px;
}
.range {
  width: 100%;
  height: 62px;
  display: block;
}
.range-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--bg);
  opacity: 0.55;
}
.range-window {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--accent-tint);
  border-left: 1px solid var(--accent-soft);
  border-right: 1px solid var(--accent-soft);
  cursor: ew-resize;
}
.range-window::before, .range-window::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 3px;
  background: var(--accent-soft);
}
.range-window::before {
  left: -3px;
}
.range-window::after {
  right: -3px;
}
.range-foot {
  display: flex;
  justify-content: space-between;
  padding: 8px 66px 0 0;
  font-size: 11px;
  color: var(--text-faint);
}
.position-value {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.position-sub {
  font-size: 12px;
  margin: 2px 0 14px;
}
.alloc-bar {
  height: 6px;
  border-radius: var(--r-pill);
  background: var(--bg-input);
  overflow: hidden;
}
.alloc-bar span {
  display: block;
  height: 100%;
  background: var(--accent);
}
.pf-row {
  margin-bottom: 16px;
}
.pf-row:last-child {
  margin-bottom: 0;
}
.pf-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.pf-name {
  font-size: 13px;
  font-weight: 600;
}
.pf-val {
  font-size: 13px;
  font-weight: 600;
}
.pf-sub {
  margin-top: 5px;
  font-size: 11px;
  color: var(--text-faint);
}
.pf-line + .alloc-bar {
  margin-top: 7px;
}
.trade-card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 16px;
  margin-bottom: 4px;
}
.trade-head {
  margin-bottom: 14px;
}
.trade {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.leg {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 10px 12px 11px;
}
.leg-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}
.leg-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
}
.leg-amount {
  flex: 1;
  min-width: 0;
  text-align: right;
  background: none;
  border: 0;
  outline: none;
  color: var(--text);
  font: inherit;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.asset-pick {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: none;
  border: 0;
  background: var(--bg-input);
  cursor: pointer;
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 9px 6px 12px;
  border-radius: var(--r-pill);
}
.asset-pick:hover {
  background: var(--bg-raised);
}
.asset-pick svg {
  width: 14px;
  height: 14px;
  color: var(--text-faint);
}
.swap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: var(--r-pill);
  display: grid;
  place-items: center;
  background: var(--bg-input);
  border: 2px solid var(--bg-panel);
  color: var(--text-muted);
  cursor: pointer;
}
.swap:hover {
  color: var(--text);
}
.swap svg {
  width: 13px;
  height: 13px;
}
.trade-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 2px;
  font-size: 12px;
}
.field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.field-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  flex: none;
}
.pick-wide {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: var(--bg-raised);
  cursor: pointer;
  color: var(--text);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: var(--r-md);
}
.pick-wide:hover {
  background: var(--bg-input);
}
.pick-wide svg {
  width: 16px;
  height: 16px;
  color: var(--text-muted);
}
.trade-card .btn {
  margin-top: 12px;
}
.linkish {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--violet-300);
  font: inherit;
  font-size: 12px;
  font-weight: 500;
}
.linkish svg {
  width: 13px;
  height: 13px;
}
.mini-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 8px;
  margin: 0 -8px;
  border-radius: var(--r-sm);
  cursor: pointer;
}
.mini-row:hover {
  background: var(--bg-raised);
}
.mini-row .sym {
  font-weight: 600;
  font-size: 13px;
}
.mini-row .nm {
  font-size: 11px;
  color: var(--text-faint);
}
.mini-quote {
  text-align: right;
}
.mini-change {
  font-size: 11px;
}
.chart-placeholder {
  display: grid;
  place-items: center;
  height: 48vh;
  min-height: 300px;
  margin: 26px 66px 0 0;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  color: var(--text-faint);
  font-size: 13px;
}
.ui {
  --glow: 0 3px 9px -6px var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    --glow: 0 3px 9px -6px color-mix(in srgb, var(--violet-400) 80%, transparent);
  }
  --glow-lg: 0 4px 12px -8px var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    --glow-lg: 0 4px 12px -8px color-mix(in srgb, var(--violet-400) 80%, transparent);
  }
}
.ui .chip {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--bg-panel);
  font: inherit;
  cursor: pointer;
}
.ui .chip .in {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 7px;
  color: var(--text-muted);
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
}
.ui .chip.on {
  border-color: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--violet-400) 34%, transparent);
  }
}
.ui .chip.on .in {
  background: var(--accent-tint);
  color: var(--violet-300);
  font-weight: 600;
}
.ui .chip .n {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-faint);
}
.ui .chip.on .n {
  color: var(--violet-300);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--violet-300) 68%, transparent);
  }
}
.ui .chip .lb {
  display: inline-grid;
}
.ui .chip .lb::after {
  content: attr(data-label);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 600;
}
.ui .chip.empty {
  opacity: 0.45;
}
.ui .chip.dead {
  opacity: 0.45;
  cursor: default;
}
.ui .chip.sm {
  padding: 2px;
  border-radius: 8px;
}
.ui .chip.sm .in {
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11.5px;
}
.ui .tok {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  font-weight: 600;
  font-style: normal;
}
.ui .chip.on .tok, .ui .range .opt.on .tok {
  background: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--violet-400) 22%, transparent);
  }
  color: var(--violet-300);
}
.ui .tok svg {
  width: 10px;
  height: 10px;
  opacity: 0.75;
}
.ui .tok.fix {
  min-width: 30px;
  justify-content: center;
}
.ui .chip-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ui .chip-row {
  display: flex;
  gap: 8px;
}
.ui .chip-row.flush {
  justify-content: space-between;
}
.ui .range {
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--bg-panel);
}
.ui .range .opt {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 10px;
  border-radius: 7px;
  color: var(--text-faint);
  font-size: 13px;
  cursor: pointer;
}
.ui .range .opt.on {
  background: var(--accent-tint);
  color: var(--violet-300);
  font-weight: 500;
}
.ui .range .opt.dead {
  opacity: 0.45;
  cursor: default;
}
.ui .btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--slate-800);
  border-radius: var(--r-sm);
  background: linear-gradient(to bottom, var(--border-strong), var(--bg-input));
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  box-shadow: 0 2px 0 var(--bg-raised);
  cursor: pointer;
  transition: transform 70ms ease, box-shadow 70ms ease;
}
.ui .btn.primary, .ui .btn-group .btn.on {
  background: linear-gradient(to bottom, var(--accent-soft), var(--accent));
  border-color: var(--accent-strong);
  color: #fff;
  box-shadow: 0 2px 0 var(--accent), var(--glow-lg);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 2px 0 color-mix(in srgb, var(--accent) 48%, #000), var(--glow-lg);
  }
}
.ui .btn.sm {
  font-size: 11.5px;
  padding: 6px 11px;
}
.ui .btn:active {
  transform: translateY(2px);
  box-shadow: none;
}
.ui .btn svg {
  width: 14px;
  height: 14px;
  flex: none;
}
.ui .btn.plain {
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--violet-300);
  padding: 6px 4px;
}
.ui .btn.plain:active {
  transform: translateY(1px);
  opacity: 0.75;
}
.ui .btn.plain.back {
  color: var(--text-muted);
}
.ui .btn.plain.back svg {
  width: 20px;
  height: 20px;
}
.ui .btn-group {
  display: inline-flex;
}
.ui .btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}
.ui .btn-group .btn:first-child {
  border-radius: var(--r-sm) 0 0 var(--r-sm);
  margin-left: 0;
}
.ui .btn-group .btn:last-child {
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.ui .btn-group .btn.on {
  position: relative;
  z-index: 1;
}
.ui .rule-sec {
  border-top: 1px solid var(--border-strong);
}
.ui .rule-row {
  border-top: 1px solid var(--divider);
}
.ui .cal-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.ui .cal-day .n {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: var(--text-muted);
}
.ui .cal-day.outside .n {
  color: var(--text-faint);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--text-faint) 45%, transparent);
  }
}
.ui .cal-day.today .n {
  background: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--violet-400) 20%, transparent);
  }
  color: var(--violet-300);
  font-weight: 700;
  box-shadow: var(--glow);
}
.ui .cal-day.picked .n {
  background: var(--bg-input);
  color: var(--text);
  font-weight: 700;
}
.ui .cal-day .marks {
  display: flex;
  gap: 3px;
  height: 5px;
  margin-top: 1px;
}
.ui .cal-day .marks i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--violet-400) 55%, transparent);
  }
}
.ui .row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
}
.ui .row.top {
  align-items: flex-start;
}
.ui .row > svg {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--text-faint);
}
.ui .row .rt {
  flex: 1;
  min-width: 0;
  font-size: 14.5px;
  font-weight: 600;
}
.ui .row .rs {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--text-faint);
  margin-top: 3px;
}
.ui .row .rv {
  flex: none;
  font-size: 12.5px;
  color: var(--text-faint);
}
.ui .row .rv.hard {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
}
.ui .row .go {
  width: 15px;
  height: 15px;
  color: var(--text-faint);
}
.ui .row.needs .rs {
  color: var(--amber-300);
}
.ui .row.flat {
  padding: 9px 0;
}
.ui .row.flat .rt {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--text-muted);
}
.ui .row.done > svg {
  color: var(--up);
}
.ui .row.now > svg {
  color: var(--violet-300);
  animation: spin 0.9s linear infinite;
}
.ui .row.wait > svg {
  color: var(--bars);
}
.ui .row.wait .rt {
  color: var(--text-faint);
  font-weight: 500;
}
.ui .track {
  height: 4px;
}
.ui .track i {
  display: block;
  height: 100%;
  min-width: 3px;
  background: var(--accent-soft);
  box-shadow: 0 0 10px var(--accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 10px color-mix(in srgb, var(--accent-soft) 55%, transparent);
  }
  transition: width 350ms ease-out;
}
.ui .money {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.ui .money.in {
  color: var(--up);
}
.ui .money.out {
  color: var(--down);
}
.ui .tally .r {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
}
.ui .tally .v {
  min-width: 46px;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  font-weight: 600;
}
.ui .tally .k {
  font-size: 13.5px;
  color: var(--text-muted);
}
.ui .btn.dead {
  cursor: default;
  opacity: 0.45;
  transform: none;
}
.ui .btn.dead:active {
  transform: none;
}
.ui .btn.busy {
  cursor: default;
  transform: none;
}
.ui .btn.busy:active {
  transform: none;
}
.ui .btn.busy svg {
  animation: spin 0.9s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.ui .mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: none;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-sm);
  font-size: 10px;
  font-weight: 600;
  color: var(--text-faint);
}
.ui .mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ui .mark.sm {
  width: 24px;
  height: 24px;
}
.ui .btn.lg {
  font-size: 15px;
  padding: 13px 18px;
  border-radius: var(--r-md);
}
.ui .btn.lg svg {
  width: 16px;
  height: 16px;
}
.ui .btn.block {
  display: flex;
  width: 100%;
  justify-content: center;
}
.ui .field {
  display: block;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--bg-panel);
}
.ui .field .in {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 12px;
  border-radius: 7px;
  background: var(--bg-input);
  font-size: 15px;
  color: var(--text);
}
.ui .field .in > svg {
  width: 17px;
  height: 17px;
  flex: none;
  color: var(--text-faint);
}
.ui .field .ph {
  color: var(--text-faint);
}
.ui .field.on {
  border-color: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--violet-400) 34%, transparent);
  }
}
.ui .field.bad {
  border-color: var(--rose-400);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--rose-400) 40%, transparent);
  }
}
.ui .field:has(> .in > .on) {
  border-color: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--violet-400) 34%, transparent);
  }
}
.ui .field:has(> .in > .bad) {
  border-color: var(--rose-400);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--rose-400) 40%, transparent);
  }
}
.ui .field.bad .in {
  color: var(--rose-400);
}
.ui .field input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  caret-color: var(--violet-300);
}
.ui .field input::placeholder {
  color: var(--text-faint);
  opacity: 1;
}
.ui .caret {
  display: inline-block;
  width: 2px;
  height: 20px;
  border-radius: 1px;
  background: var(--violet-300);
  vertical-align: -4px;
}
.ui .say-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
  white-space: pre-line;
}
.ui .say-body {
  margin-top: 10px;
  max-width: 32ch;
  font-size: 14.5px;
  color: var(--text-muted);
}
.ui .say-body b {
  color: var(--text);
  font-weight: 600;
}
.ui .say-step {
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}
.ui .say-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: var(--text-faint);
}
.ui .say-icon.done {
  color: var(--up);
}
.ui .say-icon.needs {
  color: var(--amber-300);
}
.ui .say-fault {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 13px;
  font-size: 13px;
  color: var(--rose-400);
}
.ui .say-fault svg {
  width: 15px;
  height: 15px;
  flex: none;
  margin-top: 2px;
}
.ui .say-note {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-faint);
  font-variant-numeric: tabular-nums;
}
.ui .say-legal {
  margin-top: 16px;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--text-faint);
  text-align: center;
}
.ui .acts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ui .code {
  position: relative;
  display: flex;
  gap: 8px;
}
.ui .code .field {
  flex: 1;
}
.ui .code .in {
  justify-content: center;
  height: 54px;
  padding: 0;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 22px;
  font-weight: 600;
}
.ui .code > input {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  font-size: 16px;
  cursor: text;
}
.ui .card-entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ui .card-entry > .field:first-child {
  grid-column: 1 / -1;
}
.ui .card-entry .in {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-variant-numeric: tabular-nums;
}
.ui .card-entry .in > :not(svg) {
  flex: 1;
  min-width: 0;
}
.ui .card-entry.locked {
  opacity: 0.45;
  pointer-events: none;
}
.ui .banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--down);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--down) 25%, transparent);
  }
  border-radius: var(--r-sm);
  background: var(--down-tint);
  font-size: 12.5px;
  color: var(--text-muted);
}
.ui .banner .say {
  flex: 1;
  min-width: 0;
}
.ui .page-title {
  padding: 10px 20px 16px;
  background: var(--bg);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.ui .band {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid var(--border-strong);
  background: var(--bg);
}
.ui .band > svg {
  width: 14px;
  height: 14px;
  flex: none;
  color: var(--text-faint);
}
.ui .band.opens {
  gap: 10px;
  cursor: pointer;
}
.ui .band .chip {
  cursor: inherit;
}
.ui .band .cats {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.ui .band .more {
  font-size: 11.5px;
  color: var(--text-faint);
}
.ui .band .end {
  flex: none;
  margin-left: auto;
}
.ui .band .fig {
  font-size: 15px;
  font-weight: 700;
}
.ui .band .k {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}
.ui .band .flows {
  display: flex;
  gap: 10px;
  font-size: 13px;
}
.ui .glass {
  background: linear-gradient(to bottom, rgba(255,255,255,0.10), rgba(255,255,255,0.02) 42%, rgba(255,255,255,0.05));
  backdrop-filter: blur(28px) saturate(180%) brightness(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(180%) brightness(1.25);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 1px 0 rgba(255,255,255,0.22) inset, 0 -1px 0 rgba(255,255,255,0.05) inset, 0 18px 40px rgba(0,0,0,0.55);
}
.ui .dockrow {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ui .dockrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -28px;
  bottom: -22px;
  left: -16px;
  right: -16px;
  background: linear-gradient(to bottom, transparent, var(--bg) 50%, var(--bg));
  pointer-events: none;
}
.ui .dock {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 62px;
  padding: 0 6px;
  border-radius: 31px;
}
.ui .dock .tabs {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(var(--tabs), 1fr);
  gap: 2px;
}
.ui .dock .tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 2px;
  border: 0;
  background: none;
  font: inherit;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255,255,255,0.62);
  cursor: pointer;
}
.ui .dock .tab svg {
  width: 20px;
  height: 20px;
}
.ui .dock .tab.on {
  color: var(--violet-300);
}
.ui .dock .pill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100% - (var(--tabs) - 1) * 2px) / var(--tabs));
  border-radius: 22px;
  background: var(--violet-400);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--violet-400) 16%, transparent);
  }
  transform: translateX(calc(var(--lit) * (100% + 2px)));
  transition: transform 320ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ui .dock .pill.none {
  opacity: 0;
}
.ui .dock-search {
  display: grid;
  place-items: center;
  flex: none;
  width: 62px;
  height: 62px;
  padding: 0;
  border-radius: 50%;
  font: inherit;
  color: rgba(255,255,255,0.82);
}
.ui .dock-search:disabled {
  opacity: 0.55;
}
.ui .dock-search svg {
  width: 23px;
  height: 23px;
}
.ui .strip {
  user-select: none;
  -webkit-user-select: none;
}
.ui .strip-names {
  position: relative;
  height: 26px;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 32%, #000 68%, transparent 98%);
  mask-image: linear-gradient(90deg, transparent 2%, #000 32%, #000 68%, transparent 98%);
}
.ui .strip-names span {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.ui .strip-names.turn span {
  transition: transform var(--turn) ease-out, opacity var(--turn) ease-out;
}
.ui .strip-names.settle span {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.ui .strip-months {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.ui .strip-months.grown {
  transition: height var(--turn) ease-out;
}
.ui .strip-track {
  position: relative;
  width: var(--month);
  margin: 0 auto;
}
.ui .strip-track.turn {
  transition: transform var(--turn) ease-out;
}
.ui .strip-track.settle {
  transition: transform 200ms ease-out;
}
.ui .strip-month.prev, .ui .strip-month.next {
  position: absolute;
  top: 0;
  width: var(--month);
}
.ui .strip-month.prev {
  right: calc(100% + var(--gap));
}
.ui .strip-month.next {
  left: calc(100% + var(--gap));
}
.ui .strip-wd {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: var(--text-faint);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--text-faint) 70%, transparent);
  }
}
.ui .strip-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 8px;
}
.ui .strip .cal-day:not(.outside) {
  cursor: pointer;
}
.paywall {
  display: flex;
  height: 100%;
  overflow-y: auto;
  padding: 56px 24px;
}
.paywall .measure {
  width: 100%;
  max-width: 420px;
  margin: auto;
}
.paywall .brand {
  padding: 0 0 32px;
}
.paywall .facts {
  margin-top: 24px;
}
.paywall .acts {
  margin-top: 26px;
}
.paywall .pay {
  margin-top: 24px;
}
.onboarding {
  display: flex;
  height: 100%;
  overflow-y: auto;
  padding: 56px 24px;
}
.onboarding .measure {
  width: 100%;
  max-width: 420px;
  margin: auto;
}
.onboarding .brand {
  padding: 0 0 32px;
}
.onboarding .back {
  margin: -6px 0 10px -4px;
}
.onboarding .entry {
  margin-top: 24px;
}
.onboarding .entry .acts {
  margin-top: 12px;
}
.onboarding .rows {
  margin-top: 18px;
}
.onboarding .acts {
  margin-top: 26px;
}
.onboarding .sync-bar {
  position: relative;
  margin-top: 26px;
}
.onboarding .sync-bar .track {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
}
.onboarding .sync-bar + .rows {
  margin-top: 10px;
}
.onboarding .tally {
  margin-top: 20px;
}
.onboarding .resend {
  margin-top: 16px;
}
.ui .page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--rail-w);
  gap: 36px;
  align-items: start;
}
@media (max-width: 1180px) {
  .ui .page {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ui .page > .rail {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.ui .page .rail-sec {
  padding-top: 26px;
}
.ui .page .rail-sec:first-child {
  padding-top: 0;
}
.ui .page .rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ui .page .rail-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}
.ui .page .rail-title .v {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-muted);
}
.ui .hero {
  padding: 30px 0 30px;
}
.ui .hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.ui .hero .k {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}
.ui .hero .v {
  margin-top: 5px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.ui .diff {
  display: flex;
  gap: 18px;
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--text-faint);
}
.ui .diff b {
  margin-right: 5px;
  font-weight: 600;
}
.ui .diff .in b {
  color: var(--up);
}
.ui .diff .out b {
  color: var(--down);
}
.ui .sec {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--border-strong);
}
.ui .sec-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}
.ui .sec-title .v {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.ui .split-row {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--divider);
}
.ui .split-row .nm {
  min-width: 0;
  font-size: 13.5px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .split-row .amt {
  font-size: 13.5px;
}
.ui .split-row .track {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ui .rec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 0 6px;
}
.ui .sec-title + .rec-head {
  padding-top: 0;
}
.ui .rec-head .nm {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.008em;
}
.ui .rec-head .sum {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-faint);
}
.ui .rec {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 100px 180px 110px;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid var(--divider);
}
.ui .rec-name {
  min-width: 0;
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .rec-freq {
  font-size: 12.5px;
  color: var(--text-muted);
}
.ui .rec-when {
  font-size: 12.5px;
  color: var(--text-faint);
}
.ui .rec-when.soon {
  color: var(--amber-300);
}
.ui .rec-amt {
  text-align: right;
  font-size: 14.5px;
}
.ui .cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 8px;
}
.ui .cal-wd {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: var(--text-faint);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--text-faint) 70%, transparent);
  }
  padding-bottom: 6px;
}
.ui .cal-grid .cal-day:not(.outside) {
  cursor: pointer;
}
.ui .cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui .cal-head .btn {
  justify-content: center;
  width: 24px;
  padding: 4px 0;
}
.ui .cal-head .btn svg {
  width: 14px;
  height: 14px;
}
.ui .cal-month {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ui .daycard {
  margin-top: 22px;
}
.ui .daycard-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}
.ui .daycard-head .t {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-muted);
}
.ui .dayrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--divider);
}
.ui .dayrow .nm {
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .dayrow .amt {
  font-size: 13px;
}
.ui .month {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid var(--border-strong);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.ui .list > .month:first-child {
  margin-top: 8px;
}
.ui .day {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 9px;
  background: var(--bg);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-faint);
}
.ui .day .sum {
  font-size: 13.5px;
  font-weight: 500;
}
.ui .tx + .day {
  border-top: 1px solid var(--divider);
}
.ui .month + .day {
  border-top: 0;
}
.ui .tx {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 146px 180px 92px;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
}
.ui .tx-name {
  min-width: 0;
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .tx-acct {
  min-width: 0;
  font-size: 12.5px;
  color: var(--text-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .tx-cat {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  font-size: 12.5px;
  color: var(--text-muted);
}
.ui .tx-cat .t {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .tx-cat .pending-tag {
  flex: none;
  color: var(--text-faint);
}
.ui .tx-cat .pending-tag::before {
  content: "· ";
  color: var(--slate-700);
}
.ui .tx-amt {
  text-align: right;
  font-size: 13.5px;
}
.ui .tx.pending {
  opacity: 0.45;
}
.ui .range {
  height: auto;
}
.ui .list-empty {
  padding: 40px 0;
  text-align: center;
  font-size: 13.5px;
  color: var(--text-faint);
}
.account-page {
  max-width: 640px;
  padding-top: 30px;
}
.account-page > .sec:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.account-page .banks .row + .row {
  border-top: 1px solid var(--divider);
}
.account-page .banks-empty {
  font-size: 13px;
  color: var(--text-faint);
}
.account-page .build {
  margin-top: 36px;
  font-size: 11.5px;
  color: var(--text-faint);
}
.ui .hero-acts {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ui .page .rail-title .v.down {
  color: var(--down);
}
.ui .conn {
  margin-top: 30px;
}
.ui .accounts > .conn:first-child {
  margin-top: 0;
}
.ui .conn-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 4px;
}
.ui .conn-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-muted);
}
.ui .conn-head .btn {
  margin-left: auto;
}
.ui .acct {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 146px 204px 118px;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0;
}
.ui .acct-name {
  min-width: 0;
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .acct-kind {
  font-size: 12.5px;
  color: var(--text-muted);
}
.ui .acct-detail {
  font-size: 12.5px;
  color: var(--text-faint);
}
.ui .acct-util {
  display: block;
}
.ui .acct-amt {
  text-align: right;
  font-size: 14.5px;
  font-weight: 600;
}
.ui .conn-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--divider);
}
.ui .conn-total .k {
  font-size: 12px;
  color: var(--text-faint);
}
.ui .conn-total .v {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-muted);
}
.ui .accounts {
  padding-bottom: 6px;
}
.phone-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
  background: var(--bg);
}
.phone-shell .page-title {
  flex: none;
}
.phone-banner {
  flex: none;
  padding: 8px 20px 0;
}
.phone-body {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.phone-scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding-bottom: 132px;
  scrollbar-width: none;
}
.phone-scroll::-webkit-scrollbar {
  display: none;
}
.band-slot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-100%);
  transition: transform 220ms ease-out;
  pointer-events: none;
}
.band-slot.on {
  transform: none;
  pointer-events: auto;
}
.phone-scroll {
  transition: padding-top 200ms ease-out;
}
.phone-body.refreshing .phone-scroll {
  padding-top: 48px;
}
.phone-shell .pull {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  color: var(--text-muted);
  opacity: var(--reach, 0);
  transform: translateY(calc(var(--pulled, 0px) - 22px)) rotate(calc(var(--reach, 0) * 270deg));
  pointer-events: none;
}
.phone-shell .pull.spinning {
  opacity: 1;
  transform: translateY(13px);
}
.phone-shell .pull svg {
  display: block;
  width: 100%;
  height: 100%;
}
.phone-shell .pull.spinning svg {
  animation: spin 0.9s linear infinite;
}
.phone-page, .phone-shell .page-title span {
  animation: phone-in 200ms ease-out;
}
@keyframes phone-in {
  from {
    opacity: 0;
  }
}
.ui .phone-page .hero {
  padding: 12px 20px 22px;
}
.ui .phone-page .hero .v {
  margin-top: 4px;
  font-size: 34px;
  line-height: 1.15;
}
.ui .phone-page .hero .diff {
  gap: 16px;
  margin-top: 8px;
}
.ui .phone-page .hero .k, .ui .phone-page .sec-title, .ui .phone-page .daycard-head {
  letter-spacing: 0.08em;
}
.ui .phone-page .sec {
  margin-top: 24px;
}
.ui .phone-page .sec-title {
  padding: 0 20px;
}
.ui .phone-page > [data-band-anchor] + .sec, .ui .phone-page > .sec:first-child {
  margin-top: 0;
}
.ui .phone-page .split-row {
  margin: 0 20px;
}
.ui .ledger-phone .rail {
  display: block;
  padding: 14px 20px 4px;
}
.ui .ledger-phone .rail-sec + .rail-sec {
  padding-top: 9px;
}
.ui .ledger-phone .rail-head {
  margin-bottom: 9px;
}
.ui .ledger-phone .rail-title {
  letter-spacing: 0.09em;
}
.ui .ledger-phone .month {
  margin-top: 24px;
  padding: 16px 20px 0;
}
.ui .ledger-phone .list > .month:first-child {
  margin-top: 8px;
}
.ui .ledger-phone .day {
  position: static;
  padding: 18px 20px 10px;
}
.ui .ledger-phone .tx {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "name amt" "cat .";
  align-items: baseline;
  gap: 0 14px;
  padding: 14px 20px;
}
.ui .ledger-phone .tx .mark, .ui .ledger-phone .tx-acct {
  display: none;
}
.ui .ledger-phone .tx-name {
  grid-area: name;
  font-size: 15px;
}
.ui .ledger-phone .tx-cat {
  grid-area: cat;
  gap: 7px;
  margin-top: 5px;
  font-weight: 500;
}
.ui .ledger-phone .tx-amt {
  grid-area: amt;
}
.ui .recurring-phone .daycard {
  margin-top: 0;
  padding-top: 20px;
}
.ui .recurring-phone .daycard-head {
  padding: 0 20px 8px;
}
.ui .recurring-phone .dayrow {
  padding: 11px 20px;
}
.ui .recurring-phone .dayrow .nm, .ui .recurring-phone .dayrow .amt {
  font-size: 13.5px;
}
.ui .recurring-phone .rec-head {
  padding: 20px 20px 6px;
}
.ui .recurring-phone .sec-title + .rec-head {
  padding-top: 0;
}
.ui .recurring-phone .stream {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 12px 20px;
}
.ui .recurring-phone .stream .t {
  flex: 1;
  min-width: 0;
}
.ui .recurring-phone .stream .nm {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .recurring-phone .stream .sub {
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--text-faint);
}
.ui .recurring-phone .stream .amt {
  font-size: 15px;
}
.ui .balances-phone > .blocks {
  padding-bottom: 30px;
}
.ui .balances-phone .conn {
  margin-top: 0;
}
.ui .balances-phone .conn + .conn {
  margin-top: 30px;
}
.ui .balances-phone .conn-head {
  padding: 0 20px 2px;
}
.ui .balances-phone .acct-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 20px;
}
.ui .balances-phone .acct-row .t {
  flex: 1;
  min-width: 0;
}
.ui .balances-phone .acct-row .nm {
  font-size: 14.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui .balances-phone .acct-row .sub {
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--text-faint);
}
.ui .balances-phone .acct-row .amt {
  font-size: 14.5px;
}
.ui .balances-phone .conn-total {
  padding: 15px 20px 0;
}
.ui .account-phone .banks .row {
  gap: 11px;
  padding: 13px 20px;
}
.ui .account-phone .banks .row + .row {
  border-top: 1px solid var(--divider);
}
.ui .account-phone .banks .row .rs {
  margin-top: 2px;
}
.ui .account-phone .banks-empty {
  padding: 0 20px;
  font-size: 13px;
  color: var(--text-faint);
}
.ui .account-phone .session {
  padding: 0 20px;
}
.ui .account-phone .build {
  padding-top: 26px;
  text-align: center;
  font-size: 11.5px;
  color: var(--text-faint);
}
@media (max-width: 720px) {
  .onboarding, .paywall {
    padding: 6px 24px 30px;
  }
  .onboarding .measure, .paywall .measure {
    display: flex;
    flex-direction: column;
    max-width: none;
    min-height: 100%;
    margin: 0;
  }
  .onboarding .measure > .acts, .paywall .measure > .acts {
    margin-top: auto;
    padding-top: 10px;
  }
  .onboarding .brand {
    display: none;
  }
  .onboarding.welcome .brand, .paywall .brand {
    display: flex;
    margin-top: 66px;
    padding: 0 0 20px;
  }
  .onboarding .brand span, .paywall .brand span {
    display: none;
  }
  .onboarding .brand-mark, .paywall .brand-mark {
    width: 50px;
    height: 50px;
  }
  .onboarding .back {
    margin: -2px 0 6px -10px;
  }
  .onboarding .measure > .say-icon.done {
    margin-top: 56px;
  }
  .onboarding .say-step + .say-icon.needs {
    width: 36px;
    height: 36px;
    margin-top: 36px;
  }
  .ui .field input {
    font-size: 16px;
  }
}
:root {
  --chart-accent: oklch(76.8% 0.233 130.85);
  --chart-base: oklch(27.9% 0.041 260.031);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
