.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:auto}.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{width:100%;max-width:640px;padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;box-shadow:0 1px 2px #0f172a0a}.panel--empty{color:#64748b}.panel--wide{max-width:none;display:flex;flex-direction:column;min-height:0;flex:1}.data-table-wrap{flex:1;min-height:0;overflow:auto;border:1px solid #e2e8f0;border-radius:.5rem}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table thead{position:sticky;top:0;z-index:1;background:#f1f5f9}.data-table th,.data-table td{padding:.55rem .75rem;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.data-table th{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#475569}.data-table tbody tr:hover{background:#f8fafc}.data-table td:nth-child(4),.data-table td:nth-child(5),.data-table td:nth-child(6),.data-table td:nth-child(7){text-align:right;font-variant-numeric:tabular-nums}.signal-long{color:#15803d;font-weight:700;text-transform:uppercase}.signal-short{color:#b91c1c;font-weight:700;text-transform:uppercase}.signal-neutral{color:#94a3b8}.table-footer{display:flex;justify-content:center;padding:1rem 0 .25rem}.renko-up{color:#15803d;font-weight:600}.renko-down{color:#b91c1c;font-weight:600}.renko-neutral{color:#94a3b8}.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__note--live{margin:.35rem 0 0;font-size:.8rem;color:#15803d}.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;flex-wrap:wrap;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}@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}}*,*: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%}
