.layout{display:flex;min-height:100%;background:#f8fafc;color:#0f172a}.layout__content{flex:1;min-width:0;display:flex;flex-direction:column;min-height:100vh;height:100vh;overflow:hidden}.layout__main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:1rem 1.5rem;overflow:hidden}.app-bar{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:20}.app-bar__menu-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;background:#fff;color:#334155;font-size:.875rem;font-weight:600;cursor:pointer}.app-bar__menu-btn:hover{background:#f8fafc}.app-bar__menu-icon{display:flex;flex-direction:column;justify-content:center;gap:3px;width:16px}.app-bar__menu-icon span{display:block;height:2px;border-radius:999px;background:#334155}.app-bar__menu-label{line-height:1}.app-bar__title-wrap{display:flex;flex-direction:column;gap:.1rem}.app-bar__title{font-size:1rem;font-weight:700;color:#0f172a}.app-bar__subtitle{font-size:.75rem;color:#64748b}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#0f172a73;z-index:90;cursor:pointer}.layout--sidebar-open .sidebar-backdrop{display:block}.sidebar{position:fixed;top:0;left:0;z-index:100;width:240px;height:100vh;display:flex;flex-direction:column;gap:1.5rem;padding:1.25rem 1rem;background:#0f172a;color:#e2e8f0;transform:translate(-100%);transition:transform .25s ease;box-shadow:4px 0 24px #0f172a1f}.sidebar--open{transform:translate(0)}.sidebar__brand{display:flex;flex-direction:column;gap:.25rem;padding:0 .5rem}.sidebar__logo{font-size:1.1rem;font-weight:700;letter-spacing:.02em}.sidebar__tag{font-size:.75rem;color:#94a3b8}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.sidebar__item{width:100%;padding:.7rem .75rem;border:none;border-radius:.5rem;background:transparent;color:#cbd5e1;text-align:left;font-size:.9rem;cursor:pointer}.sidebar__item:hover{background:#94a3b81f;color:#f8fafc}.sidebar__item--active{background:#1e293b;color:#fff}.panel{max-width:640px;padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;box-shadow:0 1px 2px #0f172a0a}.panel--wide{max-width:760px}.panel--charts{max-width:none;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:.65rem 1rem 1rem}.panel--charts .panel__header{margin-bottom:.65rem}.panel--charts .panel__title{font-size:1.15rem}.panel--charts .panel__note{margin-bottom:.5rem}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;flex:1;min-height:0;height:100%}.chart-panel{display:flex;flex-direction:column;min-height:0;height:100%;border:1px solid #e2e8f0;border-radius:.65rem;overflow:hidden;background:#fff;transition:box-shadow .15s ease,border-color .15s ease}.chart-panel--linked{border-color:#93c5fd;box-shadow:0 0 0 2px #2962ff2e}.chart-panel__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.chart-panel__title{margin:0;font-size:.95rem;font-weight:600;color:#0f172a}.chart-panel__badge{font-size:.75rem;font-weight:600;color:#64748b}.chart-panel__meta{display:flex;align-items:center;justify-content:flex-end;min-width:0;flex:1}.chart-panel__crosshair{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem .75rem;font-size:.75rem;color:#334155;text-align:right}.chart-panel__crosshair strong{font-size:.85rem;font-weight:700;color:#131722}.chart-panel__canvas{flex:1;min-height:0;height:100%}.chart-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:.75rem;padding:.65rem .85rem;border:1px solid #e2e8f0;border-radius:.65rem;background:#f8fafc}.chart-meta__item{display:flex;flex-direction:column;gap:.15rem}.chart-meta__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.chart-meta__value{font-size:.9rem;font-weight:600;color:#0f172a}.panel__note--warn{color:#b45309}.panel__header-actions{display:flex;align-items:center;gap:.75rem}.panel--logs{max-width:none}.log-list{display:flex;flex-direction:column;gap:.65rem;max-height:70vh;overflow:auto}.log-row{padding:.75rem .9rem;border:1px solid #e2e8f0;border-radius:.6rem;background:#f8fafc}.log-row--warn{border-color:#fde68a;background:#fffbeb}.log-row--error{border-color:#fecaca;background:#fef2f2}.log-row__meta{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.35rem;font-size:.75rem;color:#64748b}.log-row__level{font-weight:700;text-transform:uppercase}.log-row__source{font-weight:600;color:#334155}.log-row__message{margin:0;font-size:.9rem;color:#0f172a;white-space:pre-wrap}.log-row__detail{margin:.5rem 0 0;padding:.65rem .75rem;border-radius:.45rem;background:#0f172a;color:#e2e8f0;font-size:.75rem;overflow:auto}.chart-grid:fullscreen{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;background:#fff}.chart-grid:fullscreen .chart-panel{min-height:calc(100vh - 2rem)}.chart-grid:fullscreen .chart-panel__canvas{min-height:calc(100vh - 6rem)}.chart-panel__canvas--renko :global(a#tv-attr-logo){opacity:.35}.settings-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.strategy-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.strategy-card{padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:.65rem;background:#f8fafc}.strategy-card__header{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.strategy-card__phase{font-size:.75rem;font-weight:600;color:#2563eb;text-transform:uppercase}.strategy-card__message{margin:0;font-size:.85rem;color:#475569}.strategy-card__meta{margin:.35rem 0 0;font-size:.8rem;color:#64748b}.panel--empty{color:#64748b}.panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.panel__title{margin:0 0 .25rem;font-size:1.35rem;font-weight:600}.panel__subtitle{margin:0;color:#64748b;font-size:.9rem}.panel__note,.panel__success,.panel__error{margin:0 0 1rem;font-size:.875rem}.panel__note{color:#475569}.panel__success{color:#15803d}.panel__error{color:#dc2626}.status-pill{padding:.35rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#fee2e2;color:#b91c1c;white-space:nowrap}.status-pill--ok{background:#dcfce7;color:#15803d}.settings-form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.35rem}.field__label{font-size:.825rem;font-weight:600;color:#334155}.field__input{width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.9rem;background:#fff}.field__input:focus{outline:2px solid #93c5fd;border-color:#60a5fa}.settings-form__actions{display:flex;gap:.75rem;margin-top:.25rem}.btn{padding:.65rem 1rem;border-radius:.5rem;border:1px solid transparent;font-size:.875rem;font-weight:600;cursor:pointer}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background:#1d4ed8}.btn--secondary{background:#fff;color:#334155;border-color:#cbd5e1}.btn--secondary:hover:not(:disabled){background:#f8fafc}.metric-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;margin-bottom:1.25rem;border:1px solid #dbeafe;border-radius:.75rem;background:#eff6ff}.metric-card__label{font-size:.8rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em}.metric-card__value{font-size:1.45rem;font-weight:700;color:#0f172a;line-height:1.35}.metric-card__meta{font-size:.8rem;color:#64748b}.mode-switch{display:flex;flex-direction:column;gap:.75rem}.mode-switch__label{font-size:.825rem;font-weight:600;color:#334155}.mode-switch__buttons{display:flex;gap:.5rem}.mode-switch__btn{flex:1;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;background:#fff;color:#334155;font-size:.875rem;font-weight:600;cursor:pointer}.mode-switch__btn:hover:not(:disabled){background:#f8fafc}.mode-switch__btn--active{border-color:#2563eb;background:#2563eb;color:#fff}.mode-switch__btn:disabled{opacity:.6;cursor:not-allowed}.mode-switch__hint{margin:0;font-size:.8rem;color:#64748b}@media(min-width:769px){.layout--sidebar-open .layout__content{margin-left:240px;transition:margin-left .25s ease}.layout:not(.layout--sidebar-open) .layout__content{margin-left:0;transition:margin-left .25s ease}.sidebar-backdrop{display:none!important}}@media(max-width:768px){.layout__main{padding:1rem}.settings-form__row,.chart-grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{min-height:100%}
