.c-login-page{align-items:center;background:#0d0d1a;display:flex;min-height:100vh;padding:24px}.c-login-page__form{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:360px;padding:24px;width:100%}.c-login-page__title{font-size:28px;line-height:36px}.c-login-page__field{display:flex;flex-direction:column;gap:6px}.c-login-page__label{font-size:12px;line-height:16px;color:#9e9e9e;letter-spacing:.06em;text-transform:uppercase}.c-login-page__input{font-size:14px;line-height:20px;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:6px;color:#e0e0e0;padding:10px 12px}.c-login-page__button{font-size:14px;line-height:20px;background:#e94560;border:0;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;min-height:40px}.c-login-page__button:disabled{cursor:wait;opacity:.7}.c-login-page__error{font-size:14px;line-height:20px;color:#fb7185}.c-auth-page__loader{font-size:14px;line-height:20px;padding:24px}.c-settings-webhook-token{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.c-settings-webhook-token__header,.c-settings-webhook-token__row,.c-settings-webhook-token__reveal{align-items:center;display:flex;gap:12px;justify-content:space-between}.c-settings-webhook-token__title{font-size:16px;line-height:22px}.c-settings-webhook-token__button{font-size:13px;line-height:18px;background:#e94560;border:0;border-radius:6px;color:#fff;cursor:pointer;min-height:32px;padding:0 12px}.c-settings-webhook-token__button.is-secondary{background:transparent;border:1px solid #2a2a4a;color:#e0e0e0}.c-settings-webhook-token__label{font-size:12px;line-height:16px;color:#9e9e9e;display:block;letter-spacing:.06em;text-transform:uppercase}.c-settings-webhook-token__row{border-top:1px solid #2a2a4a;min-height:48px;padding-top:12px}.c-settings-webhook-token__secret{background:#0d0d1a;border:1px solid #2a2a4a;border-radius:6px;color:#e0e0e0;flex:1;overflow-wrap:anywhere;padding:8px}.c-settings-webhook-token__empty{font-size:14px;line-height:20px;color:#9e9e9e}.c-users-page{display:flex;flex-direction:column;gap:24px;max-width:960px}.c-users-page__title{font-size:24px;line-height:32px}.c-users-page__form,.c-users-page__row{align-items:center;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:grid;gap:12px;grid-template-columns:1.4fr 1fr 120px 120px;padding:16px}.c-users-page__input{font-size:14px;line-height:20px;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:6px;color:#e0e0e0;min-height:36px;padding:0 10px}.c-users-page__button{font-size:13px;line-height:18px;background:#e94560;border:0;border-radius:6px;color:#fff;cursor:pointer;min-height:36px;padding:0 12px}.c-users-page__button.is-secondary{background:transparent;border:1px solid #2a2a4a;color:#e0e0e0}.c-users-page__table{display:flex;flex-direction:column;gap:12px}.c-users-page__error{font-size:14px;line-height:20px;color:#fb7185}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{background:#0d0d1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100vh}button{background:transparent;border:0;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600}.c-app-header{align-items:center;display:flex;gap:12px;height:100%;justify-content:space-between;padding:0 24px}.c-app-header__brand{font-size:18px;line-height:24px;color:#fff;font-weight:700;letter-spacing:.04em}.c-app-header__session{align-items:center;display:flex;gap:12px}.c-app-header__email{font-size:14px;line-height:20px;color:#9e9e9e}.c-app-header__logout{font-size:13px;line-height:18px;background:transparent;border:1px solid #2a2a4a;border-radius:6px;color:#e0e0e0;cursor:pointer;min-height:32px;padding:0 12px}.c-app-sidebar{display:flex;flex-direction:column;height:100%;padding:16px 0}:root{--app-footer--text-color: #9e9e9e}.c-app-footer{align-items:center;display:flex;height:100%;padding:0 24px}.c-app-footer__copy{font-size:12px;line-height:16px;color:var(--app-footer--text-color)}:root{--navigation--active-color: #e94560;--navigation--link-color: #9e9e9e;--navigation--link-hover-bg: #0f3460}.c-navigation{width:100%}.c-navigation__list{display:flex;flex-direction:column;gap:4px;padding:0 12px}.c-navigation__item{width:100%}.c-navigation__link{font-size:14px;line-height:20px;align-items:center;border-radius:6px;color:var(--navigation--link-color);display:flex;padding:10px 12px;transition:background .16s ease,color .16s ease;width:100%}.c-navigation__link:hover{background:var(--navigation--link-hover-bg);color:#fff}.c-navigation__link.is-active{color:var(--navigation--active-color);font-weight:600}:root{--stats-card--bg-color: #1a1a2e;--stats-card--border-color: #2a2a4a;--stats-card--label-color: #9e9e9e;--stats-card--neutral-color: #e0e0e0;--stats-card--positive-color: #4ade80;--stats-card--negative-color: #fb7185}.c-stats-card{background:var(--stats-card--bg-color);border:1px solid var(--stats-card--border-color);border-radius:8px;display:flex;flex-direction:column;gap:8px;min-height:108px;padding:18px}.c-stats-card.is-tone-positive .c-stats-card__value{color:var(--stats-card--positive-color)}.c-stats-card.is-tone-negative .c-stats-card__value{color:var(--stats-card--negative-color)}.c-stats-card.is-tone-neutral .c-stats-card__value{color:var(--stats-card--neutral-color)}.c-stats-card__label{font-size:13px;line-height:18px;color:var(--stats-card--label-color);font-weight:500;text-transform:uppercase}.c-stats-card__value{font-size:28px;line-height:34px;font-weight:700}:root{--connection-badge--bg-color: #1a1a2e;--connection-badge--border-color: #2a2a4a;--connection-badge--label-color: #e0e0e0;--connection-badge--connected-color: #4ade80;--connection-badge--disconnected-color: #fb7185;--connection-badge--reconnecting-color: #facc15}.c-connection-badge-list{display:flex;flex-wrap:wrap;gap:8px}.c-connection-badge{align-items:center;background:var(--connection-badge--bg-color);border:1px solid var(--connection-badge--border-color);border-radius:999px;display:inline-flex;gap:8px;justify-content:center;min-height:36px;padding:0 14px}.c-connection-badge.is-connected .c-connection-badge__dot{background:var(--connection-badge--connected-color)}.c-connection-badge.is-disconnected .c-connection-badge__dot{background:var(--connection-badge--disconnected-color)}.c-connection-badge.is-reconnecting .c-connection-badge__dot{background:var(--connection-badge--reconnecting-color)}.c-connection-badge__dot{border-radius:50%;display:block;height:8px;width:8px}.c-connection-badge__label{font-size:13px;line-height:18px;color:var(--connection-badge--label-color);font-weight:600}.c-env-badge{font-size:12px;line-height:16px;border:1px solid currentColor;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;min-width:56px;padding:2px 8px;text-transform:uppercase}.c-env-badge.is-paper{color:#16a34a}.c-env-badge.is-live{color:#dc2626}:root{--performance-chart--bg-color: #1a1a2e;--performance-chart--border-color: #2a2a4a;--performance-chart--axis-color: #3f3f62;--performance-chart--daily-color: #38bdf8;--performance-chart--cumulative-color: #4ade80;--performance-chart--empty-color: #9e9e9e}.c-performance-chart{background:var(--performance-chart--bg-color);border:1px solid var(--performance-chart--border-color);border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.c-performance-chart.is-loading .c-performance-chart__plot{opacity:.72}.c-performance-chart__legend{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.c-performance-chart__legend-item{font-size:12px;line-height:18px;align-items:center;color:#9e9e9e;display:inline-flex;gap:8px}.c-performance-chart__legend-item:before{border-radius:999px;content:"";display:block;height:3px;width:18px}.c-performance-chart__legend-item.is-daily:before{background:var(--performance-chart--daily-color)}.c-performance-chart__legend-item.is-cumulative:before{background:var(--performance-chart--cumulative-color)}.c-performance-chart__plot{min-height:240px;position:relative}.c-performance-chart__svg{display:block;height:240px;width:100%}.c-performance-chart__axis{stroke:var(--performance-chart--axis-color);stroke-width:1}.c-performance-chart__line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.c-performance-chart__line.is-daily{stroke:var(--performance-chart--daily-color)}.c-performance-chart__line.is-cumulative{stroke:var(--performance-chart--cumulative-color)}.c-performance-chart__empty{font-size:14px;line-height:20px;color:var(--performance-chart--empty-color);left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}:root{--data-table--bg-color: #1a1a2e;--data-table--border-color: #2a2a4a;--data-table--header-color: #9e9e9e;--data-table--text-color: #e0e0e0;--data-table--muted-color: #9e9e9e}.c-data-table{background:var(--data-table--bg-color);border:1px solid var(--data-table--border-color);border-radius:8px;overflow-x:auto}.c-data-table__table{border-collapse:collapse;min-width:640px;width:100%}.c-data-table__header{font-size:12px;line-height:18px;border-bottom:1px solid var(--data-table--border-color);color:var(--data-table--header-color);font-weight:600;padding:14px 16px;text-align:left;text-transform:uppercase}.c-data-table__header.is-align-right{text-align:right}.c-data-table__cell{font-size:14px;line-height:20px;border-bottom:1px solid var(--data-table--border-color);color:var(--data-table--text-color);padding:14px 16px;text-align:left;vertical-align:middle}.c-data-table__cell.is-align-right{text-align:right}.c-data-table__cell.is-muted{color:var(--data-table--muted-color)}.c-data-table__row:last-child .c-data-table__cell{border-bottom:0}.c-data-table__empty{font-size:14px;line-height:20px;color:var(--data-table--muted-color);padding:24px 16px;text-align:center}:root{--order-status-badge--pending-bg-color: #475569;--order-status-badge--submitted-bg-color: #2563eb;--order-status-badge--partial-bg-color: #a16207;--order-status-badge--filled-bg-color: #15803d;--order-status-badge--cancelled-bg-color: #52525b;--order-status-badge--rejected-bg-color: #be123c}.c-order-status-badge{font-size:12px;line-height:18px;border-radius:999px;color:#e0e0e0;display:inline-flex;font-weight:700;justify-content:center;min-width:78px;padding:3px 10px}.c-order-status-badge.is-status-pending{background:var(--order-status-badge--pending-bg-color)}.c-order-status-badge.is-status-submitted{background:var(--order-status-badge--submitted-bg-color)}.c-order-status-badge.is-status-partial{background:var(--order-status-badge--partial-bg-color)}.c-order-status-badge.is-status-filled{background:var(--order-status-badge--filled-bg-color)}.c-order-status-badge.is-status-cancelled{background:var(--order-status-badge--cancelled-bg-color)}.c-order-status-badge.is-status-rejected{background:var(--order-status-badge--rejected-bg-color)}:root{--drift-alert--bg-color: #3f2e12;--drift-alert--text-color: #facc15}.c-drift-alert{font-size:12px;line-height:18px;align-items:center;background:var(--drift-alert--bg-color);border-radius:999px;color:var(--drift-alert--text-color);display:inline-flex;gap:6px;padding:3px 8px;white-space:nowrap}.c-drift-alert__label{font-weight:700}.c-drift-alert__detail{font-weight:600}.c-dashboard-page{display:flex;flex-direction:column;gap:24px}.c-dashboard-page__header{align-items:flex-start;display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.c-dashboard-page__header{align-items:center;flex-direction:row;justify-content:space-between}}.c-dashboard-page__heading{display:flex;flex-direction:column;gap:4px}.c-dashboard-page__title{font-size:24px;line-height:32px}.c-dashboard-page__subtitle{font-size:14px;line-height:20px;color:#9e9e9e}.c-dashboard-page__stats{display:grid;gap:16px;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.c-dashboard-page__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.c-dashboard-page__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.c-dashboard-page__section{display:flex;flex-direction:column;gap:12px}.c-dashboard-page__section-header{align-items:flex-start;display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.c-dashboard-page__section-header{align-items:center;flex-direction:row;justify-content:space-between}}.c-dashboard-page__section-title{font-size:18px;line-height:24px}.c-dashboard-page__timeframes{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px}.c-dashboard-page__timeframe{font-size:13px;line-height:18px;border:1px solid #2a2a4a;border-radius:999px;color:#9e9e9e;min-height:34px;padding:0 12px}.c-dashboard-page__timeframe.is-active{background:#e94560;border-color:#e94560;color:#fff}.c-orders-page{display:flex;flex-direction:column;gap:24px}.c-orders-page__header{display:flex;flex-direction:column;gap:4px}.c-orders-page__title{font-size:24px;line-height:32px}.c-orders-page__subtitle{font-size:14px;line-height:20px;color:#9e9e9e}.c-orders-page__table-shell{display:flex;flex-direction:column;gap:8px;position:relative}.c-orders-page__loader{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.c-orders-page__order-row{cursor:pointer;outline:0}.c-orders-page__order-row:focus-visible .c-orders-page__order-cell,.c-orders-page__order-row:hover .c-orders-page__order-cell,.c-orders-page__order-row.is-expanded .c-orders-page__order-cell{background:#0f346073}.c-orders-page__order-cell{transition:background .16s ease}.c-orders-filters{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:16px}.c-orders-filters__fieldset{border:0;display:flex;flex-direction:column;gap:16px}.c-orders-filters__legend{font-size:16px;line-height:22px;font-weight:700;margin-bottom:12px}.c-orders-filters__fields{display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.c-orders-filters__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.c-orders-filters__fields{grid-template-columns:repeat(5,minmax(0,1fr))}}.c-orders-filters__field{display:flex;flex-direction:column;gap:6px}.c-orders-filters__label{font-size:13px;line-height:18px;color:#9e9e9e;font-weight:600}.c-orders-filters__control{font-size:14px;line-height:20px;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:6px;color:#e0e0e0;min-height:40px;padding:0 12px;width:100%}.c-orders-filters__control:focus{border-color:#e94560;outline:0}.c-orders-filters__actions{align-items:stretch;display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.c-orders-filters__actions{align-items:center;flex-direction:row;justify-content:flex-end}}.c-orders-filters__button{font-size:14px;line-height:20px;background:#e94560;border-radius:6px;color:#fff;font-weight:700;min-height:40px;padding:0 16px}.c-orders-filters__button.is-secondary{background:#0f3460;color:#e0e0e0}.c-order-executions__cell{background:#0d0d1a;border-bottom:1px solid #2a2a4a;padding:0}.c-order-executions{display:flex;flex-direction:column;gap:12px;padding:16px}.c-order-executions__title{font-size:16px;line-height:22px}.c-order-executions__message{font-size:14px;line-height:20px;color:#9e9e9e}.c-order-executions__table-wrap{overflow-x:auto}.c-order-executions__table{border-collapse:collapse;min-width:520px;width:100%}.c-order-executions__header{font-size:12px;line-height:18px;border-bottom:1px solid #2a2a4a;color:#9e9e9e;font-weight:700;padding:10px 12px;text-align:left;text-transform:uppercase}.c-order-executions__header.is-align-right{text-align:right}.c-order-executions__item-cell{font-size:13px;line-height:18px;border-bottom:1px solid #2a2a4a;color:#e0e0e0;padding:10px 12px;text-align:left}.c-order-executions__item-cell.is-align-right{text-align:right}.c-order-executions__item:last-child .c-order-executions__item-cell{border-bottom:0}.c-order-detail{display:grid;gap:16px;grid-template-columns:1fr;padding:4px 0 8px}@media(min-width:768px){.c-order-detail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.c-order-detail{grid-template-columns:repeat(3,minmax(0,1fr))}}.c-order-detail__group{display:flex;flex-direction:column;gap:4px}.c-order-detail__group--wide{grid-column:1/-1}.c-order-detail__group--error .c-order-detail__group-title{color:#fb7185}.c-order-detail__group-title{font-size:12px;line-height:16px;color:#9e9e9e;letter-spacing:.06em;margin-bottom:4px;text-transform:uppercase}.c-order-detail__row{display:flex;gap:12px;justify-content:space-between}.c-order-detail__label{font-size:13px;line-height:20px;color:#9e9e9e}.c-order-detail__value{font-size:13px;line-height:20px;color:#e0e0e0;font-variant-numeric:tabular-nums;text-align:right}.c-order-detail__error{font-size:13px;line-height:20px;color:#fb7185}.c-order-detail__executions{display:flex;flex-direction:column;gap:4px}.c-order-detail__execution{font-size:13px;line-height:20px;color:#e0e0e0;display:flex;font-variant-numeric:tabular-nums;gap:16px}.c-order-detail__execution .is-muted{color:#9e9e9e}.c-order-detail__empty{font-size:13px;line-height:20px;color:#9e9e9e}.c-order-slippage{font-variant-numeric:tabular-nums}.c-order-slippage.is-adverse{color:#fb7185}.c-order-slippage.is-favourable{color:#4ade80}.c-order-slippage.is-empty{color:#9e9e9e}.c-positions-page{display:flex;flex-direction:column;gap:24px}.c-positions-page__header{display:flex;flex-direction:column;gap:4px}.c-positions-page__filters{display:flex;flex-wrap:wrap;gap:8px}.c-positions-page__filter{font-size:13px;line-height:18px;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:999px;color:#e0e0e0;cursor:pointer;font-weight:600;min-height:34px;padding:0 12px}.c-positions-page__filter.is-active{border-color:#1a1a2e;color:#1a1a2e}.c-positions-page__title{font-size:24px;line-height:32px}.c-positions-page__subtitle{font-size:14px;line-height:20px;color:#9e9e9e}.c-positions-page__table-shell{display:flex;flex-direction:column;gap:8px;position:relative}.c-positions-page__loader{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.c-positions-page__position-cell{white-space:nowrap}.c-positions-page__pnl-cell{font-weight:600}.c-positions-page__pnl-cell.is-positive{color:#4ade80}.c-positions-page__pnl-cell.is-negative{color:#fb7185}.c-positions-page__drift-cell{min-width:190px}.c-positions-page__close-button{font-size:13px;line-height:18px;border:1px solid #e94560;border-radius:6px;color:#fff;min-height:32px;padding:0 12px;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.c-positions-page__close-button:hover:not([disabled]),.c-positions-page__close-button:focus-visible{background:#e94560;border-color:#e94560}.c-positions-page__close-button[disabled]{cursor:not-allowed;opacity:.55}.c-trades-page{display:flex;flex-direction:column;gap:24px}.c-trades-page__header{display:flex;flex-direction:column;gap:4px}.c-trades-page__title{font-size:24px;line-height:32px}.c-trades-page__subtitle{font-size:14px;line-height:20px;color:#9e9e9e}.c-trades-page__table-shell{display:flex;flex-direction:column;gap:8px;position:relative}.c-trades-page__loader{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.c-trades-page__trade-row{cursor:pointer;outline:0}.c-trades-page__trade-row:focus-visible .c-trades-page__trade-cell,.c-trades-page__trade-row:hover .c-trades-page__trade-cell,.c-trades-page__trade-row.is-expanded .c-trades-page__trade-cell{background:#0f346073}.c-trades-page__trade-cell{transition:background .16s ease;white-space:nowrap}.c-trades-page__pnl-cell{font-weight:600}.c-trades-page__pnl-cell.is-positive{color:#4ade80}.c-trades-page__pnl-cell.is-negative{color:#fb7185}.c-trades-filters{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;padding:16px}.c-trades-filters__fieldset{border:0;display:flex;flex-direction:column;gap:16px}.c-trades-filters__legend{font-size:16px;line-height:22px;font-weight:700;margin-bottom:12px}.c-trades-filters__fields{display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.c-trades-filters__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.c-trades-filters__fields{grid-template-columns:repeat(6,minmax(0,1fr))}}.c-trades-filters__field{display:flex;flex-direction:column;gap:6px}.c-trades-filters__label{font-size:13px;line-height:18px;color:#9e9e9e;font-weight:600}.c-trades-filters__control{font-size:14px;line-height:20px;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:6px;color:#e0e0e0;min-height:40px;padding:0 12px;width:100%}.c-trades-filters__control:focus{border-color:#e94560;outline:0}.c-trades-filters__actions{align-items:stretch;display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.c-trades-filters__actions{align-items:center;flex-direction:row;justify-content:flex-end}}.c-trades-filters__button{font-size:14px;line-height:20px;background:#e94560;border-radius:6px;color:#fff;font-weight:700;min-height:40px;padding:0 16px}.c-trades-filters__button.is-secondary{background:#0f3460;color:#e0e0e0}.c-trades-detail__cell{background:#0d0d1a;border-bottom:1px solid #2a2a4a;padding:0}.c-trades-detail{display:flex;flex-direction:column;gap:12px;padding:16px}.c-trades-detail__title{font-size:16px;line-height:22px}.c-trades-detail__message{font-size:14px;line-height:20px;color:#9e9e9e}.c-trades-detail__timeline{display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.c-trades-detail__timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}.c-trades-detail__orders{display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.c-trades-detail__orders{grid-template-columns:repeat(2,minmax(0,1fr))}}.c-trades-detail__order{background:#0d0d1a;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px}.c-trades-detail__order-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.c-trades-detail__order-title{font-size:14px;line-height:20px;font-weight:700}.c-trades-detail__fields{display:grid;gap:10px;grid-template-columns:minmax(0,1fr)}.c-trades-detail__field{display:flex;flex-direction:column;gap:2px}.c-trades-detail__field-label{font-size:12px;line-height:18px;color:#9e9e9e;font-weight:600;text-transform:uppercase}.c-trades-detail__field-value{font-size:14px;line-height:20px;color:#e0e0e0;overflow-wrap:anywhere}.c-settings-page{display:flex;flex-direction:column;gap:24px;max-width:960px;position:relative}.c-settings-page__header{display:flex;flex-direction:column;gap:4px}.c-settings-page__title{font-size:24px;line-height:32px}.c-settings-page__subtitle{font-size:14px;line-height:20px;color:#9e9e9e}.c-settings-page__loader{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.c-settings-page__panel-error{font-size:14px;line-height:20px;color:#fb7185}.c-settings-connection{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.c-settings-connection__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.c-settings-connection__title{font-size:16px;line-height:22px}.c-settings-connection__fields{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:768px){.c-settings-connection__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.c-settings-connection__field{display:flex;flex-direction:column;gap:4px}.c-settings-connection__field-label{font-size:12px;line-height:16px;color:#9e9e9e;letter-spacing:.06em;text-transform:uppercase}.c-settings-connection__field-value{font-size:14px;line-height:20px;color:#e0e0e0;overflow-wrap:anywhere}.c-settings-environment{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.c-settings-environment__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.c-settings-environment__title{font-size:16px;line-height:22px}.c-settings-environment__content,.c-settings-environment__map,.c-settings-environment__rows{display:flex;flex-direction:column;gap:12px}.c-settings-environment__fields{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.c-settings-environment__field{display:flex;flex-direction:column;gap:4px}.c-settings-environment__field-label,.c-settings-environment__subtitle{font-size:12px;line-height:16px;color:#9e9e9e;letter-spacing:.06em;text-transform:uppercase}.c-settings-environment__field-value,.c-settings-environment__strategy,.c-settings-environment__empty{font-size:14px;line-height:20px}.c-settings-environment__row{align-items:center;border-top:1px solid #2a2a4a;display:flex;justify-content:space-between;min-height:36px;padding-top:8px}.c-settings-risk-controls{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.c-settings-risk-controls__title{font-size:16px;line-height:22px}.c-settings-risk-controls__fields{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:768px){.c-settings-risk-controls__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.c-settings-risk-controls__fields{grid-template-columns:repeat(4,minmax(0,1fr))}}.c-settings-risk-controls__field{display:flex;flex-direction:column;gap:4px}.c-settings-risk-controls__field-label{font-size:12px;line-height:16px;color:#9e9e9e;letter-spacing:.06em;text-transform:uppercase}.c-settings-risk-controls__field-value{font-size:14px;line-height:20px;color:#e0e0e0;overflow-wrap:anywhere}.c-settings-whitelist{background:#1a1a2e;border:1px solid #2a2a4a;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.c-settings-whitelist__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.c-settings-whitelist__title{font-size:16px;line-height:22px}.c-settings-whitelist__count{font-size:13px;line-height:18px;color:#9e9e9e}.c-settings-whitelist__list{display:flex;flex-wrap:wrap;gap:8px}.c-settings-whitelist__item{font-size:13px;line-height:18px;background:#0d0d1a;border:1px solid #2a2a4a;border-radius:999px;color:#e0e0e0;padding:4px 12px}.c-settings-whitelist__empty{font-size:14px;line-height:20px;color:#9e9e9e}:root{--getting-started--code-bg: #1a1a2e;--getting-started--border-color: #2a2a4a;--getting-started--link-color: #e94560;--getting-started--muted-color: #9e9e9e;--getting-started--text-color: #e0e0e0}.c-getting-started{display:flex;flex-direction:column;gap:24px;max-width:100%}@media(min-width:768px){.c-getting-started{max-width:960px}}.c-getting-started__content{font-size:15px;line-height:24px;color:var(--getting-started--text-color)}.c-getting-started__content>*+*{margin-top:16px}.c-getting-started__content h1{font-size:28px;line-height:36px;color:#fff}.c-getting-started__content h2{font-size:22px;line-height:30px;border-top:1px solid var(--getting-started--border-color);color:#fff;margin-top:24px;padding-top:16px}@media(min-width:768px){.c-getting-started__content h2{margin-top:32px;padding-top:24px}}.c-getting-started__content h3{font-size:18px;line-height:26px;color:#fff;margin-top:24px}.c-getting-started__content h4{font-size:16px;line-height:24px;color:#fff;margin-top:20px}.c-getting-started__content p{max-width:100%}@media(min-width:768px){.c-getting-started__content p{max-width:760px}}.c-getting-started__content a{color:var(--getting-started--link-color);text-decoration:underline;text-underline-offset:3px}.c-getting-started__content ul,.c-getting-started__content ol{display:flex;flex-direction:column;gap:8px;padding-left:20px}@media(min-width:768px){.c-getting-started__content ul,.c-getting-started__content ol{padding-left:24px}}.c-getting-started__content li>ul,.c-getting-started__content li>ol{margin-top:8px}.c-getting-started__content strong{color:#fff;font-weight:700}.c-getting-started__content code{background:var(--getting-started--code-bg);border:1px solid var(--getting-started--border-color);border-radius:4px;color:#fff;padding:2px 5px}.c-getting-started__content pre{background:var(--getting-started--code-bg);border:1px solid var(--getting-started--border-color);border-radius:6px;overflow-x:auto;padding:12px}@media(min-width:768px){.c-getting-started__content pre{padding:16px}}.c-getting-started__content pre code{background:transparent;border:0;color:inherit;padding:0}.c-getting-started__content table{border-collapse:collapse;display:block;overflow-x:auto;width:100%}.c-getting-started__content th,.c-getting-started__content td{border:1px solid var(--getting-started--border-color);padding:8px;text-align:left;vertical-align:top}@media(min-width:768px){.c-getting-started__content th,.c-getting-started__content td{padding:8px 10px}}.c-getting-started__content th{color:#fff}.c-getting-started__content blockquote{border-left:3px solid var(--getting-started--link-color);color:var(--getting-started--muted-color);padding-left:12px}@media(min-width:768px){.c-getting-started__content blockquote{padding-left:16px}}.c-mermaid{display:flex;justify-content:center;overflow-x:auto;width:100%}.c-mermaid svg{height:auto;max-width:100%}.c-mermaid__fallback{background:var(--getting-started--code-bg);border:1px solid var(--getting-started--border-color);border-radius:6px;color:var(--getting-started--muted-color);overflow-x:auto;padding:12px}@media(min-width:768px){.c-mermaid__fallback{padding:16px}}:root{--app-shell--header-bg: #16213e;--app-shell--sidebar-bg: #16213e;--app-shell--main-bg: #0d0d1a;--app-shell--footer-bg: #16213e;--app-shell--border-color: #2a2a4a}.is-app-shell{display:grid;grid-template-areas:"header" "sidebar" "main" "footer";grid-template-columns:minmax(0,1fr);grid-template-rows:60px auto 1fr 48px;min-height:100vh}@media(min-width:768px){.is-app-shell{grid-template-areas:"sidebar header" "sidebar main" "sidebar footer";grid-template-columns:240px minmax(0,1fr);grid-template-rows:60px 1fr 48px}}.is-app-shell .r-header{background:var(--app-shell--header-bg);border-bottom:1px solid var(--app-shell--border-color);grid-area:header}.is-app-shell .r-sidebar{background:var(--app-shell--sidebar-bg);border-bottom:1px solid var(--app-shell--border-color);grid-area:sidebar;overflow-y:auto}@media(min-width:768px){.is-app-shell .r-sidebar{border-bottom:0;border-right:1px solid var(--app-shell--border-color)}}.is-app-shell .r-main{background:var(--app-shell--main-bg);grid-area:main;overflow-y:auto;padding:16px}@media(min-width:768px){.is-app-shell .r-main{padding:24px}}.is-app-shell .r-footer{background:var(--app-shell--footer-bg);border-top:1px solid var(--app-shell--border-color);grid-area:footer}@media(min-width:768px){.is-app-shell.is-sidebar-collapsed{grid-template-columns:64px minmax(0,1fr)}.is-app-shell.is-sidebar-collapsed .r-sidebar{overflow:hidden}}
