.delta-one-container{display:flex;flex-direction:column;height:100vh;background-color:#1a1a1a;color:#e0e0e0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.delta-one-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#2a2a2a;border-bottom:1px solid #3a3a3a}.delta-one-header .title{font-size:1.25rem;font-weight:600;color:#fff}.delta-one-header .status-info{font-size:.875rem;color:#aaa}.toolbar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#2a2a2a;border-bottom:1px solid #3a3a3a;flex-wrap:wrap}.toolbar button{padding:.5rem 1rem;background-color:#3a3a3a;color:#e0e0e0;border:1px solid #4a4a4a;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.toolbar button:hover{background-color:#4a4a4a}.toolbar button:active{background-color:#5a5a5a}.toolbar .separator{color:#4a4a4a;margin:0 .25rem}.market-watch-grid-container{flex:1;overflow:hidden;display:flex;flex-direction:column}.grid-header{display:flex;background-color:#2a2a2a;border-bottom:2px solid #4a4a4a;position:sticky;top:0;z-index:10}.grid-header-cell{padding:.75rem .5rem;font-weight:600;font-size:.875rem;color:#fff;border-right:1px solid #3a3a3a;text-align:center}.grid-row{display:flex;border-bottom:1px solid #3a3a3a;cursor:pointer;transition:background-color .15s}.grid-row:hover{background-color:#2a2a2a}.grid-row.selected{background-color:#1e3a5f}.grid-cell{padding:.5rem;font-family:Courier New,monospace;font-size:.875rem;border-right:1px solid #3a3a3a;text-align:right;color:#e0e0e0}.grid-cell.strategy-name{text-align:left;font-family:inherit}.grid-cell.flash-green{background-color:#4caf504d;animation:flash .5s}.grid-cell.flash-red{background-color:#f443364d;animation:flash .5s}.grid-cell.flash-yellow{background-color:#ffeb3b4d;animation:flash .5s}@keyframes flash{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.grid-cell.status-active{color:#e21f80}.grid-cell.status-inactive{color:#aaa}.grid-cell.status-running{color:#1de638}.context-menu{position:fixed;background-color:#2a2a2a;border:1px solid #4a4a4a;border-radius:4px;box-shadow:0 4px 12px #00000080;z-index:1000;min-width:180px}.context-menu-item{padding:.75rem 1rem;cursor:pointer;color:#e0e0e0;font-size:.875rem;transition:background-color .15s}.context-menu-item:hover{background-color:#3a3a3a}.context-menu-item.delete-item{color:#f44336}.context-menu-item.delete-item:hover{background-color:#f4433633}.configuration-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}.configuration-dialog{background-color:#2a2a2a;border:1px solid #4a4a4a;border-radius:8px;width:90%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000080}.configuration-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #3a3a3a}.configuration-header-left h2{margin:0 0 .5rem;color:#fff;font-size:1.5rem}.configuration-header-left .strategy-id,.configuration-header-left .strategy-name{display:block;font-size:.875rem;color:#aaa;margin-top:.25rem}.configuration-header-right .btn-icon{background:none;border:none;color:#e0e0e0;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;line-height:1}.configuration-dialog-body{flex:1;overflow-y:auto;padding:1.5rem}.configuration-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid #3a3a3a}.configuration-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:#aaa;cursor:pointer;font-size:.875rem;transition:all .2s}.configuration-tab:hover{color:#e0e0e0}.configuration-tab.active{color:#2196f3;border-bottom-color:#2196f3}.configuration-tab-content{margin-top:1.5rem}.form-field{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;color:#e0e0e0;font-size:.875rem;font-weight:500}.form-label .required{color:#f44336;margin-left:.25rem}.form-input,.form-select{width:100%;padding:.625rem;background-color:#1a1a1a;border:1px solid #4a4a4a;border-radius:4px;color:#e0e0e0;font-size:.875rem;font-family:inherit}.form-input:focus,.form-select:focus{outline:none;border-color:#2196f3}.form-help{margin-top:.375rem;font-size:.75rem;color:#888}.form-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#e0e0e0;font-size:.875rem}.form-checkbox{width:1.125rem;height:1.125rem;cursor:pointer}.collapsible-section{margin-bottom:1.5rem;border:1px solid #3a3a3a;border-radius:4px;background-color:#222}.collapsible-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background-color:#2a2a2a;border:none;cursor:pointer;color:#e0e0e0;font-size:.9375rem;font-weight:600;text-align:left}.collapsible-section-header:hover{background-color:#333}.collapsible-section-title{flex:1}.collapsible-section-icon{color:#888;font-size:.75rem}.collapsible-section-content{padding:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.formula-display{padding:.75rem;background-color:#1a1a1a;border:1px solid #3a3a3a;border-radius:4px;margin-bottom:1rem;font-family:Courier New,monospace;color:#4caf50}.strategy-setup-tab,.computation-tab{display:flex;flex-direction:column;gap:1.5rem}.configuration-dialog-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #3a3a3a;background-color:#222}.btn-primary,.btn-secondary{padding:.625rem 1.5rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background-color:#2196f3;color:#fff;border:none}.btn-primary:hover{background-color:#1976d2}.btn-secondary{background-color:#3a3a3a;color:#e0e0e0;border:1px solid #4a4a4a}.btn-secondary:hover{background-color:#4a4a4a}.btn-danger{background-color:#f44336;color:#fff}.btn-danger:hover{background-color:#d32f2f}.strategy-manager-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}.strategy-manager{background-color:#2a2a2a;border:1px solid #4a4a4a;border-radius:8px;width:90%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000080}.strategy-manager-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #3a3a3a}.strategy-manager-header h2{margin:0;color:#fff}.strategy-manager-body{flex:1;overflow-y:auto;padding:1.5rem}.strategy-manager-toolbar{margin-bottom:1.5rem}.strategy-manager-list{display:flex;flex-direction:column;gap:1rem}.strategy-manager-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#222;border:1px solid #3a3a3a;border-radius:4px}.strategy-manager-item-info{flex:1}.strategy-manager-item-name{font-weight:600;color:#fff;margin-bottom:.5rem}.strategy-manager-item-details{font-size:.875rem;color:#aaa}.strategy-manager-item-actions{display:flex;gap:.5rem}.strategy-manager-item-actions button{padding:.5rem 1rem;background-color:#3a3a3a;color:#e0e0e0;border:1px solid #4a4a4a;border-radius:4px;cursor:pointer;font-size:.875rem}.strategy-manager-item-actions button:hover{background-color:#4a4a4a}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background-color:#2a2a2a;color:#e0e0e0;min-height:400px}.error-boundary h2{color:#f44336;margin-bottom:1rem}.error-boundary p{color:#aaa;margin-bottom:1.5rem}.error-boundary button{padding:.75rem 1.5rem;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem}.error-boundary button:hover{background-color:#1976d2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
