/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-gray-50: #f3f6f7;
    --color-gray-100: #dfe5e7;
    --color-gray-200: #bdc8cc;
    --color-gray-300: #95a3a9;
    --color-gray-400: #748289;
    --color-gray-500: #59666c;
    --color-gray-600: #3d494e;
    --color-gray-700: #283237;
    --color-gray-800: #182126;
    --color-gray-900: #0a1013;
    --color-gray-950: #030506;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --font-outfit: "Outfit", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    --color-brand-50: #eafff9;
    --color-brand-400: #18efbd;
    --color-brand-500: #00dca5;
    --color-brand-600: #00b889;
    --color-success-400: #2ce8b7;
    --color-error-400: #ff536a;
    --color-warning-300: #ffd36a;
    --color-warning-400: #ffbd38;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[28rem\] {
    max-height: 28rem;
  }
  .max-h-\[75vh\] {
    max-height: 75vh;
  }
  .max-h-\[520px\] {
    max-height: 520px;
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[170px\] {
    min-width: 170px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-y-0 {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-3 {
    --tw-translate-y: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-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;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-gray-100 > :not(:last-child)) {
    border-color: var(--color-gray-100);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .bg-brand-50 {
    background-color: var(--color-brand-50);
  }
  .bg-brand-400 {
    background-color: var(--color-brand-400);
  }
  .bg-brand-500 {
    background-color: var(--color-brand-500);
  }
  .bg-error-400 {
    background-color: var(--color-error-400);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-950 {
    background-color: var(--color-gray-950);
  }
  .bg-warning-400 {
    background-color: var(--color-warning-400);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .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-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .text-brand-400 {
    color: var(--color-brand-400);
  }
  .text-error-400 {
    color: var(--color-error-400);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-success-400 {
    color: var(--color-success-400);
  }
  .text-warning-300 {
    color: var(--color-warning-300);
  }
  .text-warning-400 {
    color: var(--color-warning-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .group-focus\:opacity-100:is(:where(.group):focus *) {
    opacity: 100%;
  }
  @media (hover: hover) {
    .hover\:bg-brand-600:hover {
      background-color: var(--color-brand-600);
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  :where(.dark\:divide-gray-800:is(.dark *) > :not(:last-child)) {
    border-color: var(--color-gray-800);
  }
  .dark\:border-gray-800:is(.dark *) {
    border-color: var(--color-gray-800);
  }
  .dark\:bg-brand-500\/10:is(.dark *) {
    background-color: color-mix(in srgb, #00dca5 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-500) 10%, transparent);
    }
  }
  .dark\:bg-gray-900:is(.dark *) {
    background-color: var(--color-gray-900);
  }
  .dark\:bg-gray-950:is(.dark *) {
    background-color: var(--color-gray-950);
  }
  .dark\:text-gray-300:is(.dark *) {
    color: var(--color-gray-300);
  }
  .dark\:text-gray-400:is(.dark *) {
    color: var(--color-gray-400);
  }
  .dark\:text-white:is(.dark *) {
    color: var(--color-white);
  }
}
:root {
  color-scheme: dark;
  --taker-bg: #030506;
  --taker-bg-elevated: #070b0d;
  --taker-panel: rgba(8, 15, 17, 0.92);
  --taker-panel-strong: #081012;
  --taker-panel-soft: rgba(10, 18, 20, 0.72);
  --taker-line: rgba(255, 255, 255, 0.08);
  --taker-line-strong: rgba(0, 239, 181, 0.24);
  --taker-green: #00efb5;
  --taker-green-muted: #00b889;
  --taker-red: #ff3048;
  --taker-warning: #ffbd38;
  --taker-text: #eef3f5;
  --taker-muted: #7d8b92;
  --taker-shadow: rgba(0, 0, 0, 0.5);
}
[x-cloak] {
  display: none !important;
}
@layer base {
  *,
  *::before,
  *::after {
    border-radius: 0 !important;
  }
  html {
    background: var(--taker-bg);
  }
  body {
    font-family: var(--font-outfit);
    background-color: var(--taker-bg);
    color: var(--taker-text);
    text-rendering: optimizeLegibility;
  }
  ::selection {
    background: rgba(0, 239, 181, 0.24);
    color: #ffffff;
  }
  button:not(:disabled),
  [role="button"]:not(:disabled) {
    cursor: pointer;
  }
  :focus-visible {
    outline: 1px solid rgba(0, 239, 181, 0.9);
    outline-offset: 2px;
  }
  input,
  select,
  textarea,
  button {
    border-radius: 0 !important;
  }
  input::placeholder,
  textarea::placeholder {
    color: #59666c;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus {
    -webkit-text-fill-color: #eef3f5;
    -webkit-box-shadow: 0 0 0 1000px #05090b inset;
    transition: background-color 9999s ease-out 0s;
  }
  scrollbar-color: #253136 #06090a;
}
@layer components {
  .metric-card {
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 5);
    border-color: var(--taker-line);
    background: linear-gradient(180deg, rgba(9, 16, 18, 0.96), rgba(5, 9, 11, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 16px 38px rgba(0, 0, 0, 0.22);
  }
  .metric-label {
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--taker-muted);
  }
  .metric-value {
    margin-top: calc(var(--spacing) * 3);
    display: block;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--taker-text);
  }
  .metric-foot {
    margin-top: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--taker-muted);
  }
  .panel-card {
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 5);
    border-color: var(--taker-line);
    background: linear-gradient(180deg, rgba(8, 15, 17, 0.96), rgba(4, 8, 10, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 18px 48px rgba(0, 0, 0, 0.22);
  }
  .panel-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--taker-text);
  }
  .field {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--taker-muted);
  }
  .field > span {
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8d9ba1;
  }
  .field input,
  .field select,
  .field textarea {
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    border-color: rgba(255, 255, 255, 0.11);
    background: #05090b;
    color: var(--taker-text);
    box-shadow: none;
  }
  .field input:focus,
  .field select:focus,
  .field textarea:focus {
    border-color: rgba(0, 239, 181, 0.72);
    box-shadow: 0 0 0 1px rgba(0, 239, 181, 0.1),
      0 0 18px rgba(0, 239, 181, 0.05);
  }
  .status-pill {
    display: inline-flex;
    align-items: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: var(--spacing);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, 0.1);
    background: #0b1215;
    color: #b8c3c7;
  }
  .action-button {
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    border-color: rgba(0, 239, 181, 0.26);
    background: #081012;
    color: #dffbf3;
  }
  .action-button:hover {
    border-color: rgba(0, 239, 181, 0.65);
    background: #0a1717;
    box-shadow: 0 0 18px rgba(0, 239, 181, 0.07);
  }
  .taker-surface {
    background: radial-gradient(circle at 50% 0%, rgba(0, 239, 181, 0.055), transparent 32%),
      linear-gradient(180deg, #050809 0%, #020304 100%);
    color: var(--taker-text);
  }
  .taker-grid-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
  }
  .taker-panel {
    position: relative;
    border: 1px solid var(--taker-line);
    background: linear-gradient(180deg, rgba(8, 15, 17, 0.94), rgba(4, 8, 10, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 20px 60px rgba(0, 0, 0, 0.3);
  }
  .taker-panel-accent::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, var(--taker-green), transparent);
    pointer-events: none;
  }
  .taker-panel-accent::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 72px;
    height: 1px;
    background: linear-gradient(270deg, var(--taker-red), transparent);
    pointer-events: none;
  }
  .taker-label {
    font-size: 11px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--taker-muted);
  }
  .taker-heading {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--taker-text);
  }
  .taker-muted {
    color: var(--taker-muted);
  }
  .taker-field {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(2, 5, 6, 0.78);
    color: var(--taker-text);
    transition: border-color 160ms ease,
      box-shadow 160ms ease,
      background-color 160ms ease;
  }
  .taker-field:focus {
    border-color: rgba(0, 239, 181, 0.72);
    outline: none;
    background: #05090b;
    box-shadow: 0 0 0 1px rgba(0, 239, 181, 0.08),
      0 0 18px rgba(0, 239, 181, 0.05);
  }
  .taker-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid rgba(0, 239, 181, 0.52);
    background: linear-gradient(90deg, rgba(0, 239, 181, 0.07), rgba(0, 239, 181, 0.14), rgba(0, 239, 181, 0.07));
    color: #dffff7;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 160ms ease,
      border-color 160ms ease,
      box-shadow 160ms ease,
      background-color 160ms ease;
  }
  .taker-button:hover:not(:disabled) {
    border-color: var(--taker-green);
    box-shadow: 0 0 22px rgba(0, 239, 181, 0.11);
    transform: translateY(-1px);
  }
  .taker-button:active:not(:disabled) {
    transform: translateY(0);
  }
  .taker-button-danger {
    border-color: rgba(255, 48, 72, 0.48);
    background: linear-gradient(90deg, rgba(255, 48, 72, 0.06), rgba(255, 48, 72, 0.12), rgba(255, 48, 72, 0.06));
    color: #ffdfe4;
  }
  .taker-button-danger:hover:not(:disabled) {
    border-color: var(--taker-red);
    box-shadow: 0 0 22px rgba(255, 48, 72, 0.1);
  }
  .taker-status-online,
  .taker-positive {
    color: var(--taker-green);
  }
  .taker-status-offline,
  .taker-negative {
    color: var(--taker-red);
  }
  .taker-warning {
    color: var(--taker-warning);
  }
  .taker-divider {
    border-color: var(--taker-line);
  }
  .taker-table {
    width: 100%;
    border-collapse: collapse;
    color: #ced7da;
  }
  .taker-table thead {
    background: rgba(1, 4, 5, 0.75);
    color: #718087;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .taker-table tbody tr {
    border-top: 1px solid var(--taker-line);
    transition: background-color 140ms ease;
  }
  .taker-table tbody tr:hover {
    background: rgba(0, 239, 181, 0.025);
  }
  .taker-terminal {
    border: 1px solid var(--taker-line);
    background: #020506;
    color: #b9c6ca;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  }
  .taker-kicker {
    font-size: 10px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #647278;
  }
}
.apexcharts-tooltip,
.apexcharts-menu {
  border: 1px solid #243036 !important;
  background: #071013 !important;
  color: #d7e0e3 !important;
  border-radius: 0 !important;
}
.apexcharts-text {
  fill: #7d8b92 !important;
}
.apexcharts-gridline {
  stroke: #172126 !important;
}
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
  border-radius: 0 !important;
  border-color: #243036 !important;
  background: #071013 !important;
  color: #d7e0e3 !important;
}
.taker-login-body {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
  overscroll-behavior: none;
  background: radial-gradient(circle at 50% 28%, rgba(0, 239, 181, 0.075), transparent 29%),
    radial-gradient(circle at 12% 82%, rgba(0, 239, 181, 0.035), transparent 25%),
    radial-gradient(circle at 88% 75%, rgba(255, 48, 72, 0.035), transparent 24%),
    linear-gradient(180deg, #050809 0%, #020304 100%);
  color: var(--taker-text);
}
.taker-login-particles,
.taker-login-grid,
.taker-login-scanline,
.taker-login-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.taker-login-particles {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.taker-login-grid {
  z-index: 1;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 86%, transparent 100%);
}
.taker-login-scanline {
  z-index: 2;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 239, 181, 0.44), transparent);
  box-shadow: 0 0 18px rgba(0, 239, 181, 0.24);
  animation: taker-login-scan 7s linear infinite;
}
.taker-login-vignette {
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 239, 181, 0.02), transparent 18%, transparent 82%, rgba(255, 48, 72, 0.02)),
    radial-gradient(circle at center, transparent 38%, rgba(0, 0, 0, 0.42) 100%);
}
@keyframes taker-login-scan {
  0% {
    top: -2%;
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.45;
  }
  100% {
    top: 102%;
    opacity: 0;
  }
}
.taker-login-shell {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: max(clamp(10px, 2.4vh, 24px), env(safe-area-inset-top))
    max(14px, env(safe-area-inset-right))
    max(clamp(10px, 2.4vh, 24px), env(safe-area-inset-bottom))
    max(14px, env(safe-area-inset-left));
}
.taker-login-stack,
.taker-setup-stack {
  display: flex;
  width: min(92vw, 540px);
  max-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vh, 18px);
}
.taker-login-logo {
  display: block;
  width: min(78vw, 430px);
  max-width: 100%;
  max-height: clamp(140px, 33dvh, 300px);
  flex: 0 1 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 239, 181, 0.1))
    drop-shadow(0 0 22px rgba(255, 48, 72, 0.055));
  animation: taker-logo-float 5s ease-in-out infinite;
}
@keyframes taker-logo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.taker-login-card,
.taker-setup-card {
  width: 100%;
  flex: none;
  padding: clamp(18px, 3vh, 28px);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.taker-login-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.taker-login-online {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 8px;
  color: #7d8b92;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.taker-login-online-dot {
  width: 6px;
  height: 6px;
  background: var(--taker-green);
  box-shadow: 0 0 10px rgba(0, 239, 181, 0.9);
}
.taker-login-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: clamp(10px, 1.8vh, 18px);
  border: 1px solid rgba(255, 48, 72, 0.3);
  background: rgba(255, 48, 72, 0.065);
  padding: 10px 12px;
  color: #ff9eaa;
  font-size: 0.74rem;
  line-height: 1.4;
}
.taker-login-error-mark {
  display: inline-grid;
  width: 18px;
  height: 18px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(255, 48, 72, 0.6);
  color: var(--taker-red);
  font-size: 0.68rem;
  font-weight: 800;
}
.taker-login-fields {
  display: grid;
  gap: clamp(10px, 1.8vh, 15px);
  margin-top: clamp(14px, 2.4vh, 22px);
}
.taker-login-field {
  display: grid;
  gap: 7px;
  color: #8f9ba0;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.taker-login-input {
  height: clamp(44px, 6.2vh, 52px);
  padding: 0 14px;
  font-size: 0.92rem;
  font-weight: 450;
  letter-spacing: normal;
  text-transform: none;
}
.taker-login-password-wrap {
  position: relative;
  display: block;
}
.taker-login-password-input {
  padding-right: 62px;
}
.taker-login-password-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 6px;
  color: #627178;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.taker-login-password-toggle:hover,
.taker-login-password-toggle[aria-pressed="true"] {
  color: var(--taker-green);
}
.taker-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: clamp(10px, 1.8vh, 16px) 0 clamp(12px, 2.2vh, 20px);
  color: #76858b;
  font-size: 0.72rem;
}
.taker-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.taker-login-remember input {
  width: 14px;
  height: 14px;
  border: 1px solid #435057;
  background: #030607;
  color: var(--taker-green);
  accent-color: var(--taker-green);
}
.taker-login-mode {
  color: #55646a;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.taker-login-submit {
  width: 100%;
  min-height: clamp(46px, 6.2vh, 52px);
  padding: 0 18px;
  font-size: 0.75rem;
}
.taker-login-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: clamp(10px, 1.8vh, 17px);
  color: #4f5c61;
  font-size: 0.54rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.taker-login-clock-zone {
  color: #627178;
}
.taker-setup-card {
  max-width: 540px;
}
.taker-setup-command {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  border: 1px solid rgba(0, 239, 181, 0.18);
  background: #020506;
  padding: 16px;
}
.taker-setup-command code {
  color: #c7fff0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
}
.taker-setup-note {
  margin-top: 15px;
  color: #68767c;
  font-size: 0.74rem;
  line-height: 1.6;
}
.taker-setup-note code {
  color: #9edbca;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
@media (max-width: 580px) {
  .taker-login-shell {
    padding: max(10px, env(safe-area-inset-top))
      max(10px, env(safe-area-inset-right))
      max(10px, env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
  }
  .taker-login-stack {
    width: min(100%, 500px);
    gap: clamp(8px, 1.5vh, 13px);
  }
  .taker-login-card,
  .taker-setup-card {
    padding: clamp(15px, 2.5vh, 20px) 16px;
  }
  .taker-login-logo {
    width: min(84vw, 390px);
    max-height: min(29dvh, 250px);
  }
  .taker-login-online {
    font-size: 0.54rem;
  }
  .taker-login-options {
    gap: 10px;
  }
  .taker-login-footer {
    font-size: 0.5rem;
    letter-spacing: 0.07em;
  }
}
@media (max-width: 380px) {
  .taker-login-mode {
    display: none;
  }
  .taker-login-options {
    justify-content: flex-start;
  }
  .taker-login-footer > span:first-child {
    display: none;
  }
  .taker-login-footer {
    justify-content: flex-end;
  }
}
@media (max-height: 700px), (max-width: 360px) and (max-height: 780px) {
  .taker-login-logo {
    display: none;
  }
  .taker-login-stack {
    gap: 0;
  }
}
@media (max-height: 560px) {
  .taker-login-card {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .taker-login-fields {
    gap: 9px;
    margin-top: 12px;
  }
  .taker-login-field {
    gap: 5px;
    font-size: 0.61rem;
  }
  .taker-login-input {
    height: 42px;
  }
  .taker-login-options {
    margin: 9px 0 11px;
  }
  .taker-login-submit {
    min-height: 44px;
  }
  .taker-login-footer {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .taker-login-scanline,
  .taker-login-logo {
    animation: none;
  }
}
.taker-app-body {
  min-height: 100vh;
  overflow-x: hidden;
  background: radial-gradient(circle at 52% -10%, rgba(0, 239, 181, 0.055), transparent 30%),
    linear-gradient(180deg, #040708 0%, #020304 100%);
  color: var(--taker-text);
}
.taker-shell-grid,
.taker-shell-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.taker-shell-grid {
  z-index: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
}
.taker-shell-glow {
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 239, 181, 0.018), transparent 18%, transparent 82%, rgba(255, 48, 72, 0.018));
}
.taker-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  display: flex;
  width: 282px;
  min-height: 100vh;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.075);
  background: linear-gradient(180deg, rgba(6, 11, 13, 0.985), rgba(2, 5, 6, 0.99));
  box-shadow: 24px 0 70px rgba(0, 0, 0, 0.24);
  transform: translateX(-100%);
  transition: transform 180ms ease;
}
.taker-sidebar.is-open {
  transform: translateX(0);
}
.taker-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.74);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.taker-sidebar-brand {
  position: relative;
  display: flex;
  min-height: 144px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  padding: 16px 26px 12px;
}
.taker-sidebar-brand::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 88px;
  height: 1px;
  background: linear-gradient(270deg, var(--taker-green), transparent);
}
.taker-sidebar-brand-link {
  display: block;
  width: 100%;
}
.taker-sidebar-logo {
  display: block;
  width: 100%;
  max-height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(0, 239, 181, 0.06));
}
.taker-sidebar-close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.18);
  color: #708087;
  font-size: 1.25rem;
  line-height: 1;
}
.taker-sidebar-close:hover {
  border-color: rgba(0, 239, 181, 0.35);
  color: var(--taker-green);
}
.taker-sidebar-meta {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  padding: 17px 22px;
}
.taker-sidebar-build {
  color: #4d5c62;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
}
.taker-sidebar-nav {
  padding: 24px 14px 12px;
}
.taker-sidebar-section-label {
  margin: 0 8px 9px;
  color: #46545a;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.taker-nav-item {
  position: relative;
  display: grid;
  min-height: 48px;
  grid-template-columns: 34px 1fr 8px;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  border: 1px solid transparent;
  padding: 0 12px;
  color: #88959a;
  transition: border-color 140ms ease,
    background-color 140ms ease,
    color 140ms ease;
}
.taker-nav-item:hover {
  border-color: rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.025);
  color: #d6dee1;
}
.taker-nav-item.is-active {
  border-color: rgba(0, 239, 181, 0.22);
  background: linear-gradient(90deg, rgba(0, 239, 181, 0.075), rgba(0, 239, 181, 0.018));
  color: #e9fffa;
  box-shadow: inset 2px 0 0 var(--taker-green);
}
.taker-nav-index {
  color: #3f4e54;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.06em;
}
.taker-nav-item.is-active .taker-nav-index {
  color: rgba(0, 239, 181, 0.72);
}
.taker-nav-label {
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}
.taker-nav-signal {
  width: 5px;
  height: 5px;
  background: #334147;
}
.taker-nav-item.is-active .taker-nav-signal {
  background: var(--taker-green);
  box-shadow: 0 0 9px rgba(0, 239, 181, 0.8);
}
.taker-sidebar-system {
  margin-top: auto;
  padding: 10px 14px 0;
}
.taker-system-card {
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(1, 4, 5, 0.6);
  padding: 14px;
}
.taker-system-row,
.taker-system-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.taker-system-row {
  margin-bottom: 12px;
}
.taker-system-label {
  color: #7c898f;
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.taker-system-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.taker-system-state.is-online {
  color: var(--taker-green);
}
.taker-system-state.is-offline {
  color: var(--taker-red);
}
.taker-system-dot,
.taker-engine-dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
}
.taker-system-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  padding: 8px 0 0;
  margin-top: 8px;
  color: #516066;
  font-size: 0.62rem;
}
.taker-system-detail strong {
  color: #859399;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.6rem;
  font-weight: 600;
}
.taker-sidebar-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  padding: 14px 8px 0;
}
.taker-sidebar-user-label {
  color: #445258;
  font-size: 0.57rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.taker-sidebar-user-name {
  max-width: 150px;
  overflow: hidden;
  color: #87959a;
  font-size: 0.67rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taker-app-frame {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
}
.taker-topbar {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  min-height: 76px;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(3, 6, 7, 0.9);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.taker-topbar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(38vw, 480px);
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 48, 72, 0.44), transparent);
  pointer-events: none;
}
.taker-topbar-title-group {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  padding: 13px 20px;
}
.taker-topbar-kicker {
  color: #55646a;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.taker-topbar-title {
  margin-top: 3px;
  overflow: hidden;
  color: #edf3f5;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: 0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taker-mobile-menu {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 10, 12, 0.72);
}
.taker-mobile-menu span {
  width: 15px;
  height: 1px;
  background: #8c9a9f;
}
.taker-mobile-menu:hover {
  border-color: rgba(0, 239, 181, 0.38);
}
.taker-topbar-status {
  display: flex;
  flex: none;
  align-items: stretch;
}
.taker-engine-status,
.taker-topbar-clock,
.taker-logout-form {
  display: flex;
  min-width: 128px;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.065);
}
.taker-engine-status {
  gap: 9px;
  padding: 0 16px;
}
.taker-engine-status[data-engine-status="online"] {
  color: var(--taker-green);
}
.taker-engine-status[data-engine-status="offline"] {
  color: var(--taker-red);
}
.taker-engine-copy {
  display: grid;
  gap: 2px;
}
.taker-engine-copy small,
.taker-topbar-clock small {
  color: #4f5e64;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.taker-engine-copy strong {
  color: currentColor;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}
.taker-topbar-clock {
  min-width: 188px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  padding: 0 16px;
}
.taker-topbar-clock strong {
  color: #c8d2d5;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.75rem;
  font-weight: 650;
}
.taker-logout-form {
  min-width: auto;
}
.taker-topbar-exit {
  display: inline-flex;
  min-height: 75px;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  padding: 0 18px;
  color: #708087;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.taker-topbar-exit:hover {
  background: rgba(255, 48, 72, 0.035);
  color: #ff7a8a;
}
.taker-main {
  width: 100%;
  max-width: 1660px;
  flex: 1;
  margin: 0 auto;
  padding: 24px;
}
.taker-flash {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 12px 14px;
  font-size: 0.78rem;
  line-height: 1.5;
}
.taker-flash.is-success {
  border-color: rgba(0, 239, 181, 0.25);
  background: rgba(0, 239, 181, 0.045);
  color: #9debd5;
}
.taker-flash.is-error {
  border-color: rgba(255, 48, 72, 0.25);
  background: rgba(255, 48, 72, 0.045);
  color: #ff9dab;
}
.taker-flash-mark {
  display: inline-grid;
  width: 18px;
  height: 18px;
  flex: none;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.65rem;
  font-weight: 850;
}
.taker-shell-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  padding: 12px 24px;
  color: #3e4c52;
  font-size: 0.52rem;
  font-weight: 650;
  letter-spacing: 0.14em;
}
@media (min-width: 1024px) {
  .taker-sidebar {
    transform: translateX(0);
  }
  .taker-sidebar-close,
  .taker-mobile-menu,
  .taker-sidebar-backdrop {
    display: none !important;
  }
  .taker-app-frame {
    padding-left: 282px;
  }
}
@media (max-width: 820px) {
  .taker-engine-status {
    min-width: 112px;
  }
  .taker-topbar-clock {
    min-width: 165px;
  }
}
@media (max-width: 680px) {
  .taker-main {
    padding: 18px 14px;
  }
  .taker-topbar {
    min-height: 66px;
  }
  .taker-topbar-title-group {
    padding: 10px 12px;
  }
  .taker-topbar-status {
    align-items: stretch;
  }
  .taker-engine-status {
    display: none;
  }
  .taker-topbar-clock {
    display: none;
  }
  .taker-topbar-exit {
    min-height: 65px;
    padding: 0 13px;
  }
  .taker-topbar-exit span:first-child {
    display: none;
  }
  .taker-topbar-kicker {
    font-size: 0.5rem;
  }
  .taker-shell-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 11px 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .taker-sidebar,
  .taker-nav-item {
    transition: none;
  }
}
.taker-dashboard-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.taker-dashboard-heading {
  margin-top: 5px;
  color: #eef3f5;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 650;
  letter-spacing: 0.01em;
}
.taker-dashboard-copy {
  max-width: 720px;
  margin-top: 7px;
  color: #68767c;
  font-size: 0.78rem;
  line-height: 1.55;
}
.taker-dashboard-create {
  min-height: 42px;
  flex: none;
  padding: 0 17px;
  font-size: 0.67rem;
}
.taker-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.075);
}
.taker-dashboard-metric {
  position: relative;
  min-height: 150px;
  background: linear-gradient(180deg, rgba(8, 15, 17, 0.97), rgba(3, 7, 8, 0.98));
  padding: 19px 20px 17px;
  overflow: hidden;
}
.taker-dashboard-metric::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
}
.taker-dashboard-metric.is-engine-online::after {
  background: linear-gradient(270deg, var(--taker-green), transparent);
}
.taker-dashboard-metric.is-engine-offline::after {
  background: linear-gradient(270deg, var(--taker-red), transparent);
}
.taker-dashboard-metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #66757b;
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.taker-dashboard-metric-code {
  color: #344147;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.56rem;
}
.taker-dashboard-metric > strong {
  display: block;
  margin-top: 23px;
  color: #f0f5f6;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.04em;
}
.taker-dashboard-metric .taker-dashboard-engine-value {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  letter-spacing: 0.05em;
}
.taker-dashboard-metric.is-engine-online .taker-dashboard-engine-value {
  color: var(--taker-green);
}
.taker-dashboard-metric.is-engine-offline .taker-dashboard-engine-value {
  color: var(--taker-red);
}
.taker-dashboard-metric-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #536167;
  font-size: 0.64rem;
}
.taker-signal-dot {
  width: 5px;
  height: 5px;
  flex: none;
  background: #435158;
}
.taker-signal-dot.is-online {
  background: var(--taker-green);
  box-shadow: 0 0 8px rgba(0, 239, 181, 0.75);
}
.taker-signal-dot.is-idle {
  background: #536167;
}
.taker-dashboard-pnl,
.taker-dashboard-bots {
  margin-top: 20px;
}
.taker-dashboard-section-head {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 15px 18px;
}
.taker-dashboard-section-head h3 {
  margin-top: 4px;
  color: #e8eef0;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.taker-dashboard-section-note {
  color: #46545a;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}
.taker-dashboard-pnl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.065);
}
.taker-pnl-ledger {
  background: radial-gradient(circle at 85% 5%, rgba(0, 239, 181, 0.035), transparent 30%),
    #040809;
  padding: 18px;
}
.taker-pnl-ledger-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.taker-pnl-ledger-head > div {
  display: grid;
  gap: 4px;
}
.taker-pnl-ledger-head strong {
  color: #dfe7e9;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.88rem;
}
.taker-pnl-ledger-head > span {
  color: #435158;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.taker-pnl-total {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  padding: 16px 0;
}
.taker-pnl-total > span {
  display: block;
  color: #607076;
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.taker-pnl-total > strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}
.taker-pnl-total > strong small {
  color: #66757b;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}
.taker-pnl-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}
.taker-pnl-breakdown > div {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.055);
  padding: 0 12px;
}
.taker-pnl-breakdown > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.taker-pnl-breakdown > div:last-child {
  padding-right: 0;
}
.taker-pnl-breakdown span,
.taker-pnl-breakdown small {
  display: block;
}
.taker-pnl-breakdown span {
  color: #627178;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.taker-pnl-breakdown strong {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taker-pnl-breakdown small {
  margin-top: 4px;
  color: #3f4d53;
  font-size: 0.55rem;
}
.taker-pnl-ledger .is-positive,
.taker-money.is-positive,
.taker-percent.is-positive {
  color: var(--taker-green);
}
.taker-pnl-ledger .is-negative,
.taker-money.is-negative,
.taker-percent.is-negative {
  color: var(--taker-red);
}
.taker-pnl-ledger .is-fee {
  color: #d5bd79;
}
.taker-dashboard-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.taker-dashboard-table {
  width: 100%;
  min-width: 1320px;
  border-collapse: collapse;
  text-align: left;
}
.taker-dashboard-table thead {
  background: rgba(1, 4, 5, 0.76);
}
.taker-dashboard-table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 11px 14px;
  color: #526066;
  font-size: 0.57rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.taker-dashboard-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.052);
  padding: 14px;
  color: #aeb9bd;
  font-size: 0.72rem;
  vertical-align: top;
}
.taker-dashboard-table tbody tr {
  background: rgba(3, 7, 8, 0.28);
  transition: background-color 140ms ease;
}
.taker-dashboard-table tbody tr:hover {
  background: rgba(0, 239, 181, 0.021);
}
.taker-dashboard-table tbody tr:last-child td {
  border-bottom: 0;
}
.taker-bot-link {
  color: #e5ecee;
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.015em;
}
.taker-bot-link:hover {
  color: var(--taker-green);
}
.taker-bot-market {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 5px;
}
.taker-bot-market strong {
  color: #7f8e93;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.64rem;
}
.taker-bot-market span {
  color: #46545a;
  font-size: 0.58rem;
}
.taker-bot-substates {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.taker-bot-substates span {
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 2px 5px;
  color: #526168;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.taker-health,
.taker-process {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.taker-health-dot,
.taker-process-dot {
  width: 5px;
  height: 5px;
  flex: none;
  background: currentColor;
}
.taker-health.is-ok,
.taker-process.is-online {
  color: var(--taker-green);
}
.taker-health.is-danger,
.taker-process.is-offline {
  color: var(--taker-red);
}
.taker-health.is-warning {
  color: var(--taker-warning);
}
.taker-health.is-neutral {
  color: #7a898f;
}
.taker-health.is-ok .taker-health-dot,
.taker-process.is-online .taker-process-dot {
  box-shadow: 0 0 8px currentColor;
}
.taker-health-reason {
  max-width: 170px;
  margin-top: 6px;
  color: #55636a;
  font-size: 0.56rem;
  line-height: 1.4;
}
.taker-money,
.taker-equity,
.taker-uptime,
.taker-percent {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.69rem;
  font-weight: 650;
  white-space: nowrap;
}
.taker-money small {
  margin-left: 3px;
  color: #536168;
  font-size: 0.54rem;
  font-weight: 600;
}
.taker-equity,
.taker-uptime {
  color: #bec8cb;
}
.taker-cell-note,
.taker-cell-muted {
  margin-top: 5px;
  color: #445157;
  font-size: 0.54rem;
  white-space: nowrap;
}
.taker-dashboard-empty {
  display: grid;
  min-height: 210px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 34px;
  text-align: center;
}
.taker-dashboard-empty > span {
  color: #607076;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.taker-dashboard-empty p {
  max-width: 480px;
  color: #4f5d63;
  font-size: 0.72rem;
  line-height: 1.55;
}
.taker-dashboard-empty .taker-button {
  margin-top: 8px;
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.62rem;
}
@media (max-width: 1100px) {
  .taker-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .taker-dashboard-intro {
    align-items: stretch;
    flex-direction: column;
  }
  .taker-dashboard-create {
    width: 100%;
  }
  .taker-dashboard-metrics {
    grid-template-columns: 1fr;
  }
  .taker-dashboard-metric {
    min-height: 128px;
  }
  .taker-dashboard-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .taker-dashboard-pnl-grid {
    grid-template-columns: 1fr;
  }
  .taker-pnl-breakdown {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .taker-pnl-breakdown > div,
  .taker-pnl-breakdown > div:first-child,
  .taker-pnl-breakdown > div:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.055);
    border-left: 0;
    padding: 11px 0 0;
  }
  .taker-pnl-breakdown > div:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.taker-config-page,
.taker-binance-page {
  width: min(100%, 1420px);
  margin: 0 auto;
}
.taker-config-intro,
.taker-binance-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.taker-config-intro h2,
.taker-binance-intro h2 {
  margin-top: 6px;
  color: #edf3f5;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 650;
}
.taker-config-intro p,
.taker-binance-intro p {
  max-width: 840px;
  margin-top: 8px;
  color: #69777d;
  font-size: .76rem;
  line-height: 1.6;
}
.taker-config-back {
  display: inline-block;
  margin-bottom: 13px;
  color: #607177;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.taker-config-back:hover {
  color: var(--taker-green);
}
.taker-config-intro-status {
  display: grid;
  flex: none;
  gap: 4px;
  border-left: 1px solid rgba(255,255,255,.08);
  padding: 4px 0 4px 18px;
}
.taker-config-intro-status span {
  color: var(--taker-green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.taker-config-intro-status strong {
  color: #46545a;
  font-size: .56rem;
  letter-spacing: .12em;
}
.taker-config-form {
  display: grid;
  gap: 16px;
}
.taker-config-section {
  overflow: visible;
}
.taker-config-section-head {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  align-items: start;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 17px 18px;
}
.taker-config-section-head h3 {
  margin-top: 3px;
  color: #e6edef;
  font-size: .92rem;
  font-weight: 650;
}
.taker-config-section-head p {
  max-width: 850px;
  margin-top: 6px;
  color: #5e6d73;
  font-size: .67rem;
  line-height: 1.55;
}
.taker-config-index {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(0,239,181,.16);
  background: rgba(0,239,181,.025);
  color: rgba(0,239,181,.72);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .66rem;
  font-weight: 750;
}
.taker-config-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(255,255,255,.08);
  background: #05090b;
  padding: 0 8px;
  color: #68777d;
  font-size: .54rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.taker-config-badge.is-green {
  border-color: rgba(0,239,181,.2);
  color: #71cdb5;
}
.taker-config-grid {
  display: grid;
  gap: 14px;
  padding: 18px;
}
.taker-config-grid.cols-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.taker-config-grid.cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.taker-config-grid.cols-4 {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.taker-config-span-2,
.taker-symbol-picker {
  grid-column: span 2;
}
.taker-config-section .field small,
.taker-symbol-picker > small {
  display: block;
  margin-top: 6px;
  color: #526168;
  font-size: .58rem;
  line-height: 1.45;
}
.taker-field-unit {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
}
.taker-field-unit > span {
  min-width: 44px;
  color: #66757b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .58rem;
  font-weight: 700;
  text-align: center;
}
.taker-symbol-input-wrap {
  position: relative;
}
.taker-symbol-panel {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  z-index: 40;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0,239,181,.18);
  background: rgba(3,7,8,.985);
  box-shadow: 0 20px 50px rgba(0,0,0,.55);
}
.taker-symbol-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 10px;
}
.taker-symbol-panel-head > span {
  color: #546269;
  font-size: .59rem;
}
.taker-symbol-quote {
  min-width: 160px;
  border: 1px solid rgba(255,255,255,.09);
  background: #05090b;
  padding: 8px 10px;
  color: #c1cbce;
  font-size: .68rem;
  outline: none;
}
.taker-symbol-results {
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
}
.taker-symbol-empty {
  padding: 28px 12px;
  color: #526168;
  font-size: .7rem;
  text-align: center;
}
.taker-symbol-result {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid transparent;
  background: transparent;
  padding: 9px 10px;
  text-align: left;
}
.taker-symbol-result:hover,
.taker-symbol-result:focus {
  border-color: rgba(0,239,181,.13);
  background: rgba(0,239,181,.035);
  outline: none;
}
.taker-symbol-result-main {
  min-width: 0;
}
.taker-symbol-result-name {
  display: block;
  color: #e8eef0;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .72rem;
}
.taker-symbol-result-pair {
  display: block;
  margin-top: 2px;
  color: #536167;
  font-size: .57rem;
}
.taker-symbol-result-state {
  flex: none;
  border: 1px solid rgba(0,239,181,.22);
  padding: 3px 6px;
  color: var(--taker-green);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.taker-grid-preview {
  margin: 0 18px 18px;
  border: 1px solid rgba(255,255,255,.07);
  background: radial-gradient(circle at 90% 0%, rgba(0,239,181,.04), transparent 28%),
    #020506;
}
.taker-grid-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.055);
  padding: 15px 16px;
}
.taker-grid-preview-head h4 {
  margin-top: 4px;
  color: #dce5e7;
  font-size: .82rem;
  font-weight: 650;
}
.taker-grid-preview-head p {
  margin-top: 5px;
  color: #607076;
  font-size: .62rem;
  line-height: 1.5;
}
.taker-grid-preview-metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  background: rgba(255,255,255,.055);
}
.taker-grid-preview-metrics > div {
  min-width: 0;
  background: #030708;
  padding: 13px 14px;
}
.taker-grid-preview-metrics span {
  display: block;
  color: #526168;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.taker-grid-preview-metrics strong {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  color: #c8d2d5;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .72rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taker-grid-preview-metrics strong.is-positive {
  color: var(--taker-green);
}
.taker-grid-preview-metrics strong.is-negative {
  color: var(--taker-red);
}
.taker-grid-preview-metrics small {
  color: #59676d;
  font-size: .52rem;
}
.taker-config-warning {
  border-top: 1px solid rgba(255,189,56,.12);
  background: rgba(255,189,56,.025);
  padding: 11px 14px;
  color: #a48e57;
  font-size: .59rem;
  line-height: 1.55;
}
.taker-config-section > .taker-config-warning {
  margin: 0 18px 18px;
  border: 1px solid rgba(255,189,56,.12);
}
.taker-config-switch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  color: #9aa7ac;
  font-size: .63rem;
  font-weight: 700;
  white-space: nowrap;
}
.taker-config-switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.taker-config-switch-track {
  position: relative;
  width: 34px;
  height: 16px;
  border: 1px solid #354249;
  background: #05090b;
}
.taker-config-switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #58666c;
  transition: transform 140ms ease, background-color 140ms ease;
}
.taker-config-switch input[type="checkbox"]:checked + .taker-config-switch-track {
  border-color: rgba(0,239,181,.48);
}
.taker-config-switch input[type="checkbox"]:checked + .taker-config-switch-track::after {
  transform: translateX(18px);
  background: var(--taker-green);
  box-shadow: 0 0 8px rgba(0,239,181,.55);
}
.taker-config-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(3,7,8,.72);
  padding: 14px 16px;
}
.taker-config-actions-note {
  display: grid;
  gap: 4px;
}
.taker-config-actions-note > span {
  color: #708087;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .61rem;
  font-weight: 750;
  letter-spacing: .1em;
}
.taker-config-actions-note small {
  color: #46545a;
  font-size: .56rem;
}
.taker-config-actions-buttons {
  display: flex;
  align-items: center;
  gap: 9px;
}
.taker-config-cancel {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.09);
  padding: 0 15px;
  color: #78868c;
  font-size: .65rem;
  font-weight: 700;
}
.taker-config-cancel:hover {
  border-color: rgba(255,255,255,.18);
  color: #c5ced1;
}
.taker-config-submit {
  min-height: 42px;
  padding: 0 17px;
  font-size: .65rem;
}
.taker-binance-refresh {
  min-height: 42px;
  flex: none;
  padding: 0 16px;
  font-size: .64rem;
}
.taker-binance-status-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.07);
}
.taker-binance-status-grid article {
  min-height: 126px;
  background: linear-gradient(180deg,#081012,#030708);
  padding: 16px;
}
.taker-binance-status-grid article > span,
.taker-binance-status-grid article > small {
  display: block;
}
.taker-binance-status-grid article > span {
  color: #627178;
  font-size: .57rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.taker-binance-status-grid article > strong {
  display: block;
  margin-top: 18px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 1rem;
  letter-spacing: .03em;
}
.taker-binance-status-grid article > small {
  margin-top: 8px;
  color: #45545a;
  font-size: .55rem;
  line-height: 1.45;
}
.taker-binance-status-grid .is-positive,
.taker-binance-data-grid .is-positive {
  color: var(--taker-green);
}
.taker-binance-status-grid .is-negative,
.taker-binance-data-grid .is-negative {
  color: var(--taker-red);
}
.taker-binance-status-grid .is-warning,
.taker-binance-data-grid .is-warning {
  color: var(--taker-warning);
}
.taker-binance-status-grid .is-muted {
  color: #7b8a90;
}
.taker-binance-message {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
}
.taker-binance-message.is-error {
  border-color: rgba(255,48,72,.24);
}
.taker-binance-message.is-warning {
  border-color: rgba(255,189,56,.22);
}
.taker-binance-message-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0,239,181,.18);
  color: #6e817f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .58rem;
  font-weight: 800;
}
.taker-binance-message.is-error .taker-binance-message-icon {
  border-color: rgba(255,48,72,.35);
  color: var(--taker-red);
}
.taker-binance-message.is-warning .taker-binance-message-icon {
  border-color: rgba(255,189,56,.32);
  color: var(--taker-warning);
}
.taker-binance-message h3 {
  margin-top: 4px;
  color: #e3eaec;
  font-size: .86rem;
  font-weight: 650;
}
.taker-binance-message p,
.taker-binance-warning-list {
  margin-top: 7px;
  color: #6c7a80;
  font-size: .67rem;
  line-height: 1.6;
}
.taker-binance-message code {
  color: #9cd8c7;
  font-family: "SFMono-Regular", Consolas, monospace;
}
.taker-binance-security-note {
  margin-top: 12px;
  border-left: 2px solid var(--taker-warning);
  padding-left: 10px;
  color: #ad965d;
  font-size: .62rem;
}
.taker-binance-warning-list {
  display: grid;
  gap: 5px;
  padding-left: 16px;
}
.taker-binance-panels {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-bottom: 18px;
}
.taker-binance-info-card > header {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.065);
  padding: 14px 16px;
}
.taker-binance-info-card h3 {
  margin-top: 3px;
  color: #e1e8ea;
  font-size: .84rem;
  font-weight: 650;
}
.taker-binance-data-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  background: rgba(255,255,255,.055);
}
.taker-binance-data-grid > div {
  background: #040809;
  padding: 13px 15px;
}
.taker-binance-data-grid > div.is-wide {
  grid-column: span 2;
}
.taker-binance-data-grid dt {
  color: #526168;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.taker-binance-data-grid dd {
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: #c0cbce;
  font-size: .69rem;
  font-weight: 650;
}
.taker-binance-data-grid dd.is-mono {
  font-family: "SFMono-Regular", Consolas, monospace;
}
.taker-binance-balances {
  overflow: hidden;
}
.taker-binance-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.taker-binance-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
}
.taker-binance-table th {
  border-bottom: 1px solid rgba(255,255,255,.065);
  background: rgba(1,4,5,.72);
  padding: 10px 15px;
  color: #516066;
  font-size: .55rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.taker-binance-table td {
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 12px 15px;
  color: #9ca9ae;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .66rem;
}
.taker-binance-table tr:last-child td {
  border-bottom: 0;
}
.taker-binance-table td:first-child strong {
  color: #dce5e7;
}
@media (max-width: 1080px) {
  .taker-config-grid.cols-4 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .taker-binance-status-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 820px) {
  .taker-config-grid.cols-3 {
    grid-template-columns: 1fr;
  }
  .taker-binance-panels {
    grid-template-columns: 1fr;
  }
  .taker-grid-preview-metrics {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 680px) {
  .taker-config-intro,
  .taker-binance-intro,
  .taker-config-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .taker-config-intro-status {
    border-top: 1px solid rgba(255,255,255,.07);
    border-left: 0;
    padding: 12px 0 0;
  }
  .taker-config-section-head {
    grid-template-columns: 36px minmax(0,1fr);
  }
  .taker-config-section-head > .taker-config-badge,
  .taker-config-section-head > .taker-config-switch {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .taker-config-grid.cols-2,
  .taker-config-grid.cols-4,
  .taker-binance-status-grid {
    grid-template-columns: 1fr;
  }
  .taker-config-span-2,
  .taker-symbol-picker {
    grid-column: auto;
  }
  .taker-symbol-panel-head {
    align-items: stretch;
    flex-direction: column;
  }
  .taker-symbol-quote {
    width: 100%;
  }
  .taker-grid-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .taker-grid-preview-metrics {
    grid-template-columns: 1fr;
  }
  .taker-config-actions-buttons {
    width: 100%;
  }
  .taker-config-cancel,
  .taker-config-submit,
  .taker-binance-refresh {
    flex: 1;
    justify-content: center;
  }
  .taker-binance-message {
    grid-template-columns: 1fr;
  }
}
.taker-bot-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 230px;
  gap: 18px;
  margin-bottom: 16px;
  padding: 18px;
}
.taker-bot-hero-main {
  min-width: 0;
}
.taker-bot-back {
  display: inline-block;
  margin-bottom: 12px;
  color: #607177;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.taker-bot-back:hover {
  color: var(--taker-green);
}
.taker-bot-identity {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  justify-content: space-between;
}
.taker-bot-identity h2 {
  margin-top: 4px;
  color: #f0f5f6;
  font-size: clamp(1.45rem,3vw,2.15rem);
  font-weight: 650;
  letter-spacing: -.02em;
}
.taker-bot-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.taker-bot-tags span {
  border: 1px solid rgba(255,255,255,.09);
  background: #05090b;
  padding: 5px 8px;
  color: #839096;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .07em;
}
.taker-bot-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  color: #4d5b61;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .56rem;
  letter-spacing: .04em;
}
.taker-bot-hero-state {
  display: grid;
  align-content: center;
  gap: 1px;
  border-left: 1px solid rgba(255,255,255,.065);
  background: rgba(1,4,5,.28);
  padding-left: 16px;
}
.taker-bot-state-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.045);
  padding: 8px 0;
}
.taker-bot-state-line:last-child {
  border-bottom: 0;
}
.taker-bot-state-line span {
  color: #536168;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.taker-bot-state-line strong {
  color: #b7c2c6;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .61rem;
  font-weight: 750;
}
.taker-bot-state-line strong.is-positive {
  color: var(--taker-green);
}
.taker-bot-state-line strong.is-negative {
  color: var(--taker-red);
}
.taker-bot-state-line strong.is-warning {
  color: var(--taker-warning);
}
.taker-bot-state-line strong.is-muted {
  color: #647278;
}
.taker-bot-controls {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  border-top: 1px solid rgba(255,255,255,.055);
  padding-top: 14px;
}
.taker-bot-control,
.taker-bot-command-state {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(3,8,9,.88);
  padding: 0 13px;
  color: #9eaaae;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.taker-bot-control:hover {
  border-color: rgba(0,239,181,.38);
  color: #dffbf3;
}
.taker-bot-control.is-start {
  border-color: rgba(0,239,181,.5);
  background: rgba(0,239,181,.07);
  color: var(--taker-green);
}
.taker-bot-control.is-warning,
.taker-bot-command-state.is-warning {
  border-color: rgba(255,189,56,.26);
  color: #cda94f;
}
.taker-bot-control.is-danger,
.taker-bot-command-state.is-danger {
  border-color: rgba(255,48,72,.3);
  color: #ff7588;
}
.taker-bot-control.is-danger:hover {
  border-color: rgba(255,48,72,.65);
  background: rgba(255,48,72,.06);
}
.taker-bot-control.is-strong {
  background: rgba(255,48,72,.08);
}
.taker-bot-metrics {
  display: grid;
  gap: 1px;
  margin-top: 1px;
  border: 1px solid rgba(255,255,255,.065);
  background: rgba(255,255,255,.065);
}
.taker-bot-metrics-primary,
.taker-bot-metrics-pnl,
.taker-bot-metrics-fees {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.taker-bot-metrics-time {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.taker-bot-metrics-market {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 16px;
}
.taker-bot-metrics-market.has-range {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.taker-bot-metric {
  min-width: 0;
  min-height: 132px;
  background: linear-gradient(180deg,rgba(8,15,17,.96),rgba(3,7,8,.98));
  padding: 16px;
}
.taker-bot-metric .metric-label {
  color: #59676d;
  font-size: .56rem;
  letter-spacing: .12em;
}
.taker-bot-metric .metric-value {
  display: block;
  overflow: hidden;
  margin-top: 18px;
  color: #dce5e7;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(1.03rem,2vw,1.42rem);
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taker-bot-metric .metric-foot {
  display: block;
  margin-top: 8px;
  color: #4c5a60;
  font-size: .56rem;
  line-height: 1.45;
}
.taker-bot-metrics-pnl .taker-bot-metric:nth-child(1),
.taker-bot-metrics-pnl .taker-bot-metric:nth-child(2),
.taker-bot-metrics-pnl .taker-bot-metric:nth-child(3) {
  position: relative;
}
.taker-bot-metrics-pnl .taker-bot-metric:nth-child(1)::after,
.taker-bot-metrics-pnl .taker-bot-metric:nth-child(2)::after,
.taker-bot-metrics-pnl .taker-bot-metric:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 1px;
  background: linear-gradient(270deg,rgba(0,239,181,.55),transparent);
}
.taker-bot-alert {
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,.08);
  padding: 11px 13px;
  font-size: .64rem;
  line-height: 1.5;
}
.taker-bot-alert.is-warning {
  border-color: rgba(255,189,56,.22);
  background: rgba(255,189,56,.035);
  color: #b99e5b;
}
.taker-bot-workspace {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 16px;
  margin-top: 16px;
}
.taker-bot-panel {
  overflow: hidden;
}
.taker-bot-chart-panel {
  grid-column: span 8;
  padding: 17px;
}
.taker-bot-ops-panel {
  grid-column: span 4;
  padding: 17px;
}
.taker-bot-grid-panel {
  grid-column: span 7;
}
.taker-bot-cycle-column {
  grid-column: span 5;
  min-width: 0;
}
.taker-bot-config-panel {
  grid-column: span 5;
  padding: 17px;
}
.taker-bot-activity-panel {
  grid-column: span 7;
}
.taker-bot-panel h3 {
  color: #dce4e7 !important;
  font-size: .82rem;
  font-weight: 650;
}
.taker-bot-panel p {
  color: #536168;
}
.taker-bot-ops-panel > div > div {
  border-bottom: 1px solid rgba(255,255,255,.045);
  padding-bottom: 8px;
}
.taker-bot-ops-panel > div > div:last-child {
  border-bottom: 0;
}
.taker-bot-ops-panel > div > div > span:first-child {
  color: #536168 !important;
  font-size: .6rem;
}
.taker-bot-ops-panel > div > div > span:last-child {
  color: #aab6ba;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .61rem;
}
.taker-bot-ops-panel .rounded-xl {
  border-color: rgba(255,255,255,.07) !important;
  background: #020506 !important;
}
.taker-bot-grid-panel > div:first-child,
.taker-bot-cycles-panel > div:first-child,
.taker-bot-activity-panel > div:first-child {
  border-color: rgba(255,255,255,.06) !important;
  background: rgba(1,4,5,.48);
}
.taker-bot-grid-panel table,
.taker-bot-cycles-panel table {
  border-collapse: collapse;
}
.taker-bot-grid-panel thead,
.taker-bot-cycles-panel thead {
  background: #020506 !important;
}
.taker-bot-grid-panel th,
.taker-bot-cycles-panel th {
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #526168 !important;
  font-size: .54rem;
  font-weight: 750;
  letter-spacing: .09em;
}
.taker-bot-grid-panel td,
.taker-bot-cycles-panel td {
  border-bottom: 1px solid rgba(255,255,255,.045);
  color: #9eaaae;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .62rem;
}
.taker-bot-grid-panel tbody,
.taker-bot-cycles-panel tbody {
  border: 0 !important;
}
.taker-bot-grid-panel tbody tr:hover,
.taker-bot-cycles-panel tbody tr:hover,
.taker-bot-cycles-panel tbody tr:focus {
  background: rgba(0,239,181,.022) !important;
}
.taker-bot-grid-panel .status-pill {
  border-color: rgba(255,255,255,.08);
  background: #071012;
  color: #8c9a9f;
}
.taker-bot-grid-panel [data-order-progress] {
  border-radius: 0 !important;
  background: var(--taker-green) !important;
  box-shadow: 0 0 8px rgba(0,239,181,.22);
}
.taker-bot-grid-panel [data-order-progress]::before {
  content: "";
}
.taker-bot-grid-panel [data-order-progress] {
  height: 100%;
}
.taker-bot-cycle-column {
  position: relative;
}
.taker-cycle-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: rgba(0,0,0,.82);
  padding: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.taker-cycle-modal {
  width: min(100%,720px);
  max-height: 92vh;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.62);
}
.taker-cycle-modal > div:first-child,
.taker-cycle-modal > div:last-child {
  border-color: rgba(255,255,255,.07) !important;
  background: #05090b;
}
.taker-cycle-modal .rounded-xl,
.taker-cycle-modal .bg-gray-50,
.taker-cycle-modal .dark\:bg-gray-950 {
  border-color: rgba(255,255,255,.07) !important;
  background: #030708 !important;
}
.taker-cycle-modal strong {
  color: #d9e2e5;
}
.taker-cycle-modal .bg-brand-50,
.taker-cycle-modal .dark\:bg-brand-500\/10 {
  background: rgba(0,239,181,.055) !important;
}
.taker-cycle-modal button {
  border-radius: 0 !important;
}
.taker-cycle-row {
  cursor: pointer;
  transition: background-color 140ms ease;
}
.taker-cycle-row:hover,
.taker-cycle-row:focus {
  background: rgba(0,239,181,.025) !important;
  outline: none;
}
.taker-cycle-modal-close {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.09);
  background: #030708;
  color: #66757b;
}
.taker-cycle-modal-close:hover {
  border-color: rgba(255,48,72,.3);
  color: #ff7588;
}
.taker-cycle-modal-close-action {
  min-height: 38px;
  padding: 0 15px;
  font-size: .62rem;
}
.taker-bot-config-panel > .mt-5 {
  gap: 1px !important;
  background: rgba(255,255,255,.05);
}
.taker-bot-config-panel > .mt-5 > div {
  background: #030708;
  padding: 11px 12px;
}
.taker-bot-config-panel .text-gray-400 {
  color: #536168 !important;
}
.taker-bot-config-panel .font-medium {
  color: #b9c4c7;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .63rem;
}
.taker-bot-advanced-edit {
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,.07);
  background: #020506;
  padding: 13px;
}
.taker-bot-advanced-edit summary {
  color: #7fcab5 !important;
  font-size: .65rem !important;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.taker-bot-save-config {
  min-height: 38px;
  padding: 0 13px;
  font-size: .61rem;
}
.taker-bot-activity-panel > div:last-child {
  scrollbar-color: #253136 #05090b;
}
.taker-bot-activity-panel > div:last-child > div {
  border-color: rgba(255,255,255,.045) !important;
  background: rgba(3,7,8,.2);
}
.taker-bot-activity-panel > div:last-child > div:hover {
  background: rgba(0,239,181,.018);
}
.taker-bot-activity-panel .text-gray-900,
.taker-bot-activity-panel .dark\:text-white {
  color: #cbd5d8 !important;
}
.taker-bot-activity-panel p {
  color: #637177 !important;
  font-size: .66rem !important;
}
@media (max-width: 1180px) {
  .taker-bot-metrics-primary,
  .taker-bot-metrics-pnl,
  .taker-bot-metrics-fees,
  .taker-bot-metrics-market,
  .taker-bot-metrics-market.has-range {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .taker-bot-chart-panel,
  .taker-bot-ops-panel,
  .taker-bot-grid-panel,
  .taker-bot-cycle-column,
  .taker-bot-config-panel,
  .taker-bot-activity-panel {
    grid-column: span 12;
  }
}
@media (max-width: 780px) {
  .taker-bot-hero {
    grid-template-columns: 1fr;
  }
  .taker-bot-hero-state {
    border-top: 1px solid rgba(255,255,255,.06);
    border-left: 0;
    padding: 10px 0 0;
  }
  .taker-bot-identity {
    align-items: flex-start;
    flex-direction: column;
  }
  .taker-bot-tags {
    justify-content: flex-start;
  }
  .taker-bot-metrics-time {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .taker-bot-metrics-primary,
  .taker-bot-metrics-pnl,
  .taker-bot-metrics-fees,
  .taker-bot-metrics-market,
  .taker-bot-metrics-market.has-range {
    grid-template-columns: 1fr;
  }
  .taker-bot-metric {
    min-height: 112px;
  }
  .taker-bot-controls form,
  .taker-bot-control,
  .taker-bot-command-state {
    width: 100%;
  }
}
.taker-not-found {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  width: min(100%, 920px);
  min-height: 360px;
  margin: min(8vh, 84px) auto 0;
  overflow: hidden;
}
.taker-not-found-code {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(180deg, rgba(0,239,181,.035), rgba(255,48,72,.025)),
    #020506;
  color: #26363b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  letter-spacing: -.08em;
}
.taker-not-found-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
}
.taker-not-found-copy h1 {
  margin-top: 7px;
  color: #edf3f5;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 650;
}
.taker-not-found-copy p {
  max-width: 540px;
  margin-top: 9px;
  color: #617077;
  font-size: .72rem;
  line-height: 1.6;
}
.taker-not-found-action {
  min-height: 42px;
  margin-top: 22px;
  padding: 0 16px;
  font-size: .62rem;
}
.taker-cycle-neutral {
  color: #d9e2e5;
}
.taker-bot-grid-panel table {
  min-width: 720px;
}
.taker-bot-cycles-panel table {
  min-width: 420px;
}
@media (max-width: 680px) {
  .taker-not-found {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 28px;
  }
  .taker-not-found-code {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 3.2rem;
  }
  .taker-not-found-copy {
    padding: 26px 20px;
  }
}
@media (max-width: 600px) {
  .taker-bot-config-panel > .mt-5 {
    grid-template-columns: 1fr !important;
  }
  .taker-bot-grid-panel > div:last-child,
  .taker-bot-cycles-panel > div:last-child {
    overscroll-behavior-inline: contain;
    scrollbar-gutter: stable;
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #59666c;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: #59666c;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%2359666c%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: #59666c;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: 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;
      --tw-ease: initial;
    }
  }
}

