@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a2e;background:#f8f9fa;font-size:12px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.login-panel{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.login-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;width:100%;max-width:360px;box-shadow:0 2px 8px #0000000f}.login-box h1{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:2px}.login-box .subtitle{font-size:11px;color:#8a8a9a;margin-bottom:24px}.login-box input{display:block;width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;margin-bottom:10px;color:#1a1a2e;background:#fff;font-family:Inter,sans-serif;transition:border-color .15s}.login-box input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.login-box input::placeholder{color:#9ca3af}.login-box button[type=submit]{width:100%;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;margin-top:4px;font-family:Inter,sans-serif;transition:background .15s}.login-box button[type=submit]:hover{background:#1d4ed8}.login-box button[type=submit]:disabled{background:#93c5fd;cursor:not-allowed}.login-box .error{color:#dc2626;font-size:11px;margin-top:8px}.dashboard{max-width:1280px;margin:0 auto}.loading{padding:40px;color:#8a8a9a;text-align:center}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:48px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:10px}.header-left h1{font-size:14px;font-weight:700;color:#1a1a2e;letter-spacing:.5px}.header-right{display:flex;align-items:center;gap:12px}.balance{color:#16a34a;font-weight:600;font-size:13px}.date{color:#8a8a9a;font-size:11px}.btn-logout{background:none;border:none;color:#8a8a9a;font-size:11px;cursor:pointer;padding:4px 8px;font-family:Inter,sans-serif;transition:color .15s}.btn-logout:hover{color:#dc2626}.stats-ribbon{display:flex;justify-content:space-between;align-items:center;padding:6px 20px;background:#fff;border-bottom:1px solid #e5e7eb;font-size:11px;gap:16px;flex-wrap:wrap}.stats-ribbon-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.stats-ribbon-right{display:flex;align-items:center;gap:12px}.stat{color:#4a4a5a}.stat strong{color:#1a1a2e;font-weight:600}.stat.muted{color:#9ca3af}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:4px;vertical-align:middle}.status-dot.green{background:#16a34a}.status-dot.red{background:#dc2626}.status-dot.amber{background:#d97706}.next-race{color:#4a4a5a;font-size:11px}.next-race strong{color:#1a1a2e}.next-race-mins{color:#8a8a9a}.next-race-mins.in-window{color:#2563eb;font-weight:600}.badge{display:inline-block;font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px;color:#fff}.badge-live{background:#16a34a}.badge-dry,.badge-warning{background:#d97706}.badge-running{background:#16a34a}.badge-stopped{background:#dc2626}.badge-completed{background:#6b7280}.badge-crashed{background:#dc2626}.badge-dry-text{color:#d97706}.network-banner{position:sticky;top:0;z-index:9999;width:100%;padding:10px 20px;font-size:13px;font-weight:600;text-align:center;letter-spacing:.3px}.network-banner--offline{background:#92400e;color:#fef3c7;animation:pulse-offline 2s ease-in-out infinite}.network-banner--restored{background:#065f46;color:#d1fae5}@keyframes pulse-offline{0%,to{opacity:1}50%{opacity:.75}}.tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;background:#fff;padding:0 16px;position:sticky;top:48px;z-index:99}.tabs button{padding:10px 16px;font-size:12px;font-weight:500;color:#4a4a5a;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s,border-color .15s;font-family:Inter,sans-serif;white-space:nowrap;position:relative;display:flex;align-items:center;gap:4px}.tabs button:hover{color:#1a1a2e}.tabs button.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.sub-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;background:#f8f9fa;margin-bottom:16px}.sub-tabs button{padding:7px 14px;font-size:11px;font-weight:500;color:#4a4a5a;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s,border-color .15s;font-family:Inter,sans-serif}.sub-tabs button:hover{color:#1a1a2e}.sub-tabs button.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.tab-dot{width:6px;height:6px;border-radius:50%}.tab-dot.red{background:#dc2626}.tab-content{padding:20px;background:#f8f9fa;min-height:calc(100vh - 120px)}.btn{padding:6px 14px;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;border:none;font-family:Inter,sans-serif;transition:background .15s,border-color .15s;display:inline-flex;align-items:center;gap:4px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#fff;color:#4a4a5a;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-success{background:#16a34a;color:#fff}.btn-success:hover:not(:disabled){background:#15803d}.btn-warning{background:#d97706;color:#fff}.btn-warning:hover:not(:disabled){background:#b45309}.btn-sm{padding:4px 10px;font-size:10px}.btn-sm.btn-secondary{font-size:11px}.btn-sm:not(.btn-primary):not(.btn-secondary):not(.btn-danger){background:#f3f4f6;color:#4a4a5a;border:1px solid #d1d5db}.btn-sm:not(.btn-primary):not(.btn-secondary):not(.btn-danger):hover{background:#e5e7eb}.btn-sm-active{background:#dbeafe!important;color:#2563eb!important;border-color:#93c5fd!important}.btn-toggle{background:#f3f4f6;color:#4a4a5a;border:1px solid #d1d5db;padding:5px 12px;border-radius:4px;font-size:11px;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;transition:all .15s}.btn-toggle:hover{background:#e5e7eb;border-color:#9ca3af}.btn-toggle.active{background:#dbeafe;color:#2563eb;border-color:#93c5fd;font-weight:600}.btn-filter{padding:5px 12px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#4a4a5a;font-size:11px;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s}.btn-filter:hover{background:#f3f4f6}.btn-filter.active{background:#2563eb;color:#fff;border-color:#2563eb}.btn-preset{padding:4px 10px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#4a4a5a;font-size:11px;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s}.btn-preset:hover{background:#f3f4f6;border-color:#9ca3af}.btn-back{font-size:11px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px;margin-bottom:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.card:hover{border-color:#93c5fd;box-shadow:0 1px 4px #0000000d}table{width:100%;border-collapse:collapse;font-size:12px}thead th{background:#f8f9fa;color:#4a4a5a;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px;text-align:left;border-bottom:1px solid #e5e7eb}tbody td{padding:7px 12px;border-bottom:1px solid #f0f0f0;color:#1a1a2e}tbody tr:hover{background:#f8f9fb}.table-scroll{overflow-x:auto}tr.row-dry td{color:#6b7280}tr.row-skip td{opacity:.5}tr.row-win td{background:#f0fdf4}tr.row-win:hover td{background:#dcfce7}tr.row-loss td{background:#fef2f2}tr.row-loss:hover td{background:#fee2e2}code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;background:#f3f4f6;padding:1px 5px;border-radius:3px;color:#4a4a5a}.text-success{color:#16a34a!important}.text-danger{color:#dc2626!important}.text-muted{color:#8a8a9a!important}.text-warning{color:#d97706!important}.cell-lay-odds{color:#dc2626;font-weight:600}.status-success,.status-matched{color:#16a34a;font-weight:500}.status-failure{color:#dc2626}.status-pending{color:#d97706}.badge-dry{display:inline-block;font-size:9px;font-weight:600;padding:1px 6px;border-radius:8px;background:#fef3c7;color:#92400e;text-transform:uppercase}.skip{color:#9ca3af;font-size:11px}.tab-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.tab-toolbar h2{font-size:14px;font-weight:600;color:#1a1a2e;margin-right:auto}.tab-toolbar.bottom{margin-top:16px;margin-bottom:0}.empty{color:#8a8a9a;font-size:12px;padding:24px 0;text-align:center}select{padding:5px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;background:#fff;color:#1a1a2e;font-family:Inter,sans-serif;cursor:pointer;transition:border-color .15s}select:focus{outline:none;border-color:#2563eb}input[type=date]{padding:5px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;background:#fff;color:#1a1a2e;font-family:Inter,sans-serif;cursor:pointer}input[type=date]:focus{outline:none;border-color:#2563eb}.engine-tab{max-width:680px}.engine-section{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px;margin-bottom:16px}.engine-section h3{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8a8a9a;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.engine-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.engine-label{font-size:11px;color:#4a4a5a;display:flex;align-items:center;gap:6px;white-space:nowrap}.engine-label select{margin-left:4px}.engine-info{display:flex;flex-direction:column;gap:5px;font-size:12px;color:#4a4a5a}.engine-info span code{font-size:11px}.country-toggles{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.live-error-bar{background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;padding:8px 12px;font-size:11px;color:#dc2626;margin-bottom:12px}.live-pnl-bar{padding:8px 12px;border-radius:4px;font-size:11px;margin-bottom:12px;border:1px solid}.live-pnl-bar.pnl-pos{background:#f0fdf4;border-color:#86efac;color:#15803d}.live-pnl-bar.pnl-neg{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.collapsible-section{margin-top:16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;overflow:hidden}.collapsible-header{width:100%;display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8f9fa;border:none;cursor:pointer;font-size:12px;font-weight:500;color:#4a4a5a;font-family:Inter,sans-serif;text-align:left;transition:background .15s}.collapsible-header:hover{background:#f0f0f0}.collapsible-header span{color:#1a1a2e}.collapsible-count{background:#e5e7eb;color:#4a4a5a!important;font-size:10px;padding:1px 6px;border-radius:10px}.collapsible-chevron{margin-left:auto;font-size:10px;color:#9ca3af!important}.collapsible-body{padding:12px;border-top:1px solid #e5e7eb}.backtest-tab{max-width:640px}.bt-wide{max-width:960px}.bt-config-row{display:flex;gap:20px;align-items:flex-end;flex-wrap:wrap;margin-bottom:10px}.bt-select{height:30px;border-radius:4px;border:1px solid #d1d5db;padding:0 8px;font-size:12px;font-family:inherit;color:#1a1a2e;background:#fff}.bt-checkboxes{display:flex;gap:10px;margin-top:4px}.bt-checkbox-label{display:flex;align-items:center;gap:4px;font-size:12px;cursor:pointer;color:#1a1a2e}.bt-toggles{display:flex;gap:16px;flex-wrap:wrap}.bt-toggle-label{display:flex;align-items:center;gap:5px;font-size:11px;cursor:pointer;color:#4a4a5a}.bt-muted{color:#9ca3af}.bt-row-skipped{opacity:.45}.bt-rule-cell{font-size:10px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bt-error{color:#dc2626;font-size:12px;margin-bottom:12px}.bt-browser-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.bt-browser-actions{display:flex;align-items:center;gap:8px}.bt-venue-group{margin-bottom:10px}.bt-venue-header{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8a8a9a;margin-bottom:4px;padding-bottom:3px;border-bottom:1px solid #f0f0f5}.bt-market-list{display:flex;flex-direction:column;gap:2px}.bt-market-row{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:4px;cursor:pointer;font-size:12px;color:#1a1a2e}.bt-market-row:hover{background:#f8f9fa}.bt-market-time{font-variant-numeric:tabular-nums;color:#4a4a5a;min-width:36px}.bt-market-name{flex:1}.bt-hist-section{margin-top:24px}.bt-hist-section-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.bt-hist-section-header h3{margin:0;font-size:13px;font-weight:600;color:#1a1a2e}.bt-hist-card{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:6px;overflow:hidden;background:#fff}.bt-hist-card.expanded{border-color:#c4b5fd}.bt-hist-card.selected{border-color:#06b6d4;background:#f0fdfa}.bt-hist-card.selected .bt-hist-card-header{background:#f0fdfa}.bt-hist-card-header{display:flex;align-items:center;gap:12px;padding:8px 12px;cursor:pointer;font-size:12px;background:#fafafa;flex-wrap:wrap}.bt-hist-card-header:hover{background:#f3f4f6}.bt-hist-date{font-weight:600;font-size:12px;color:#1a1a2e;min-width:90px}.bt-hist-stat{color:#374151}.bt-hist-flags{display:flex;gap:4px;margin-left:4px}.bt-hist-card-body{padding:10px 12px 12px;border-top:1px solid #e5e7eb;background:#fff}.bt-hist-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px;gap:8px;flex-wrap:wrap}.tag-on{display:inline-block;padding:1px 5px;border-radius:3px;font-size:9px;font-weight:600;letter-spacing:.3px;background:#ede9fe;color:#6d28d9}.tag-off{display:inline-block;padding:1px 5px;border-radius:3px;font-size:9px;font-weight:600;letter-spacing:.3px;background:#f3f4f6;color:#9ca3af}.bt-cycle-section{margin-top:32px;padding-top:24px;border-top:2px solid #e5e7eb}.bt-cycle-date-grid{display:flex;flex-wrap:wrap;gap:2px 16px;max-height:180px;overflow-y:auto;padding:4px 0}.bt-cycle-progress{margin-top:10px}.bt-cycle-progress-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:4px}.bt-cycle-progress-fill{height:100%;background:#7c3aed;border-radius:2px;transition:width .3s ease}.backtest-tab h2{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.empty-state{color:#8a8a9a;font-size:12px;margin-bottom:20px}.backtest-placeholder{display:flex;flex-direction:column;gap:12px}.placeholder-section{padding:14px 16px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.placeholder-section h3{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8a8a9a;margin-bottom:4px}.placeholder-section p{font-size:12px;color:#4a4a5a}.snapshots-grouped{display:flex;flex-direction:column;gap:20px}.snapshots-date-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.snapshots-date-label{font-size:12px;font-weight:600;color:#1a1a2e}.snapshots-date-count{font-size:11px;color:#8a8a9a}.snapshots-list{display:flex;flex-direction:column;gap:6px}.session-card-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.session-card-time{font-size:11px;color:#4a4a5a;margin-left:auto}.session-card-details{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:#4a4a5a}.session-card-details strong{color:#1a1a2e;font-weight:600}.session-card-countries{color:#8a8a9a}.session-detail-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.session-detail-header h2{font-size:13px;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:8px;flex:1}.session-stats{display:flex;flex-wrap:wrap;gap:16px;font-size:11px;color:#4a4a5a;padding:10px 0;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.session-stats strong{color:#1a1a2e;font-weight:600}.date-range-filter{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:12px 14px;margin-bottom:16px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.date-presets{display:flex;gap:6px;flex-wrap:wrap}.date-inputs{display:flex;align-items:center;gap:8px;font-size:11px;color:#4a4a5a}.date-inputs input{font-size:11px}.matched-summary{display:flex;flex-wrap:wrap;gap:16px;font-size:11px;color:#4a4a5a;padding:10px 0;margin-bottom:16px;border-bottom:1px solid #e5e7eb}.matched-summary strong{color:#1a1a2e;font-weight:600}.matched-grouped{display:flex;flex-direction:column;gap:12px}.matched-date-group{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.matched-date-header{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f8f9fa;cursor:pointer;-webkit-user-select:none;user-select:none}.matched-date-header:hover{background:#f0f0f0}.matched-date-label{font-size:12px;font-weight:600;color:#1a1a2e}.matched-date-stats{display:flex;gap:12px;font-size:11px;color:#4a4a5a;margin-left:auto}.matched-bet-list{padding:4px 0}.matched-bet-row{padding:8px 14px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .1s}.matched-bet-row:hover{background:#f8f9fa}.matched-bet-row:last-child{border-bottom:none}.matched-bet-summary{display:flex;align-items:center;gap:12px;font-size:11px;flex-wrap:wrap}.matched-bet-time{color:#8a8a9a;min-width:45px}.matched-bet-runner{font-weight:500;color:#1a1a2e}.matched-bet-liability{color:#dc2626}.matched-bet-detail{display:flex;flex-wrap:wrap;gap:12px;padding:8px 0 2px;font-size:11px;color:#4a4a5a}.settled-summary{display:flex;flex-wrap:wrap;gap:16px;font-size:11px;color:#4a4a5a;padding:10px 14px;border-radius:6px;margin-bottom:12px;border:1px solid}.settled-summary.pl-positive{background:#f0fdf4;border-color:#86efac}.settled-summary.pl-negative{background:#fef2f2;border-color:#fca5a5}.settled-summary strong{color:#1a1a2e;font-weight:600}.settled-total-pl{margin-left:auto}.settled-filters{display:flex;gap:6px;margin-bottom:16px}.settled-grouped{display:flex;flex-direction:column;gap:12px}.settled-date-group{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.settled-date-header{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f8f9fa;cursor:pointer;-webkit-user-select:none;user-select:none}.settled-date-header:hover{background:#f0f0f0}.settled-date-label{font-size:12px;font-weight:600;color:#1a1a2e}.settled-date-stats{display:flex;gap:12px;font-size:11px;color:#4a4a5a;margin-left:auto}.settled-bet-list{padding:8px;display:flex;flex-direction:column;gap:6px}.settled-card{border-radius:4px;padding:8px 12px;border:1px solid}.settled-won{background:#f0fdf4;border-color:#86efac}.settled-lost{background:#fef2f2;border-color:#fca5a5}.settled-card-header{display:flex;align-items:center;gap:10px;margin-bottom:4px;font-size:12px}.settled-outcome{font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.3px}.outcome-won{color:#15803d}.outcome-lost{color:#b91c1c}.settled-runner{font-weight:500;color:#1a1a2e;flex:1}.settled-venue{font-size:11px;color:#6b7280}.settled-pl{font-weight:600;font-size:12px}.settled-card-details{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:#4a4a5a}.market-selector{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.market-selector select{flex:1;min-width:200px}.auto-refresh-label{display:flex;align-items:center;gap:6px;font-size:11px;color:#4a4a5a;white-space:nowrap}.auto-refresh-label input{cursor:pointer}.market-header{padding:10px 0;margin-bottom:8px;border-bottom:1px solid #e5e7eb}.market-title{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.market-meta{display:flex;align-items:center;gap:12px;font-size:11px;color:#6b7280}.market-matched{color:#4a4a5a}.book-percent{font-weight:600}.book-percent.tight{color:#16a34a}.book-percent.normal{color:#d97706}.book-percent.wide{color:#dc2626}.market-table{border-collapse:separate;border-spacing:0}.market-table th,.market-table td{padding:6px 4px}.bf-back-header{background:#d1e8f9;color:#1a4a7a;text-align:center;font-size:10px}.bf-lay-header{background:#f9d1d8;color:#7a1a2a;text-align:center;font-size:10px}.bf-back-1,.bf-back-2,.bf-back-3,.bf-lay-1,.bf-lay-2,.bf-lay-3{text-align:center;padding:4px;min-width:52px}.bf-back-1{background:#72bbef}.bf-back-2{background:#a6d5f5}.bf-back-3{background:#cce8fa}.bf-lay-1{background:#faa9ba}.bf-lay-2{background:#fac5d0}.bf-lay-3{background:#fde0e6}.bf-empty{background:#f3f4f6;color:#9ca3af;text-align:center}.bf-price{font-size:12px;font-weight:700;color:#1a1a2e}.bf-size{font-size:9px;color:#4a4a5a}.runner-cell{min-width:160px;padding:6px 8px}.runner-cloth{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background:#1a1a2e;color:#fff;font-size:10px;font-weight:700;border-radius:3px;margin-right:6px}.runner-name{font-size:12px;font-weight:500;color:#1a1a2e}.runner-removed td{opacity:.4}.runner-jockey{font-size:10px;color:#dc2626;padding-top:2px}.error-list{display:flex;flex-direction:column;gap:6px}.error-item{display:flex;align-items:flex-start;gap:10px;padding:7px 10px;background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;font-size:11px;color:#991b1b}.error-time{color:#9ca3af;white-space:nowrap;font-size:10px}h2{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:12px}h3{font-size:12px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.api-description{font-size:12px;color:#6b7280;margin-bottom:16px;line-height:1.6}.api-key-form{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.api-key-form input{flex:1;min-width:180px;padding:7px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;color:#1a1a2e}.api-key-form input:focus{outline:none;border-color:#2563eb}.new-key-box{background:#eff6ff;border:1px solid #93c5fd;border-radius:6px;padding:12px 14px;margin-bottom:16px}.new-key-box p{font-size:11px;color:#1e40af;margin-bottom:8px}.key-display{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.key-display code{font-size:11px;flex:1;word-break:break-all}.api-endpoints{margin-bottom:20px}.api-endpoints h3{margin-top:0}.api-keys-list{margin-top:8px}.api-keys-list h3{margin-bottom:8px}.btn-danger-sm{padding:3px 8px;font-size:10px;background:#dc2626;color:#fff;border:none;border-radius:3px;cursor:pointer;font-family:Inter,sans-serif}.report-controls{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px;margin-bottom:20px}.report-date-row{display:flex;align-items:center;gap:10px;font-size:12px;color:#4a4a5a;margin-bottom:12px}.report-sessions-panel{margin-top:12px}.report-sessions-panel h3{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.report-session-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.report-session-item{display:flex;align-items:center;gap:8px;font-size:11px;color:#4a4a5a;cursor:pointer;padding:6px 8px;border-radius:4px;border:1px solid #f0f0f0;background:#f8f9fa}.report-session-item:hover{background:#f0f0f0}.report-session-time{color:#4a4a5a}.report-session-stats{color:#6b7280}.report-session-countries{margin-left:auto}.report-template-select{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;padding:14px;margin-bottom:12px}.report-template-select h3{font-size:12px;margin-bottom:10px}.report-template-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.report-template-item{display:flex;align-items:flex-start;gap:8px;cursor:pointer;padding:6px;border-radius:4px}.report-template-item:hover{background:#f0f0f0}.template-desc{display:block;font-size:10px;color:#6b7280;margin-top:1px}.report-template-actions{display:flex;gap:8px;justify-content:flex-end}.report-list-section{margin-top:8px}.report-list{display:flex;flex-direction:column;gap:8px}.report-card{display:flex;align-items:center;gap:12px}.report-card-info{flex:1;display:flex;flex-direction:column;gap:2px}.report-card-info strong{font-size:12px;color:#1a1a2e}.report-card-meta{font-size:10px;color:#8a8a9a}.report-card-actions{display:flex;gap:6px}.btn-sm-view{padding:4px 10px;font-size:10px;background:#dbeafe;color:#2563eb;border:1px solid #93c5fd;border-radius:3px;cursor:pointer;font-family:Inter,sans-serif;font-weight:500}.btn-sm-view:hover{background:#bfdbfe}.report-viewer{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:24px 32px;font-size:13px;line-height:1.7;color:#1a1a2e}.report-viewer h1{font-size:20px;border-bottom:2px solid #2563eb;padding-bottom:8px;margin-bottom:16px}.report-viewer h2{font-size:16px;margin-top:24px;margin-bottom:8px}.report-viewer h3{font-size:14px;margin-top:16px;margin-bottom:6px}.report-viewer p{margin-bottom:10px}.report-viewer ul{padding-left:20px;margin-bottom:10px}.report-viewer li{margin-bottom:4px}.report-viewer table{margin:12px 0}.report-viewer hr{border:none;border-top:1px solid #e5e7eb;margin:20px 0}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:1000;display:flex;justify-content:flex-end}.chat-drawer{width:min(680px,90vw);height:100%;background:#fff;border-left:3px solid #2563eb;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000014}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#fff}.chat-header h3{font-size:13px;font-weight:600;color:#1a1a2e}.chat-header-actions{display:flex;gap:6px}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;background:#f8f9fa}.chat-msg{max-width:85%}.chat-msg-user{align-self:flex-end}.chat-msg-assistant{align-self:flex-start;max-width:100%;width:100%}.chat-msg-content{padding:8px 12px;border-radius:8px;font-size:12px;line-height:1.5}.chat-msg-user .chat-msg-content{background:#eff6ff;color:#1e40af;border-radius:8px 8px 2px}.chat-msg-assistant .chat-msg-content{background:#fff;color:#1a1a2e;border:1px solid #e5e7eb;border-radius:8px 8px 8px 2px}.chat-loading{color:#8a8a9a!important;font-style:italic}.chat-msg-markdown{padding:10px 14px;overflow-x:auto}.chat-msg-markdown h1{font-size:15px;font-weight:700;margin:12px 0 6px;color:#1a1a2e}.chat-msg-markdown h2{font-size:13px;font-weight:700;margin:10px 0 5px;color:#1a1a2e}.chat-msg-markdown h3{font-size:12px;font-weight:700;margin:8px 0 4px;color:#1a1a2e}.chat-msg-markdown p{margin:4px 0 8px;font-size:12px;line-height:1.6}.chat-msg-markdown ul{padding-left:18px;margin:4px 0 8px}.chat-msg-markdown li{font-size:12px;margin-bottom:3px}.chat-msg-markdown strong{font-weight:700}.chat-msg-markdown em{font-style:italic;color:#6b7280}.chat-msg-markdown code{background:#f3f4f6;padding:1px 5px;border-radius:3px;font-size:11px;font-family:monospace}.chat-msg-markdown hr{border:none;border-top:1px solid #e5e7eb;margin:12px 0}.chat-msg-markdown table{border-collapse:collapse;width:100%;margin:10px 0;font-size:11px}.chat-msg-markdown th{background:#1a1a2e;color:#fff;padding:7px 10px;text-align:left;font-weight:600;white-space:nowrap}.chat-msg-markdown td{padding:6px 10px;border-bottom:1px solid #e5e7eb;color:#1a1a2e}.chat-msg-markdown tr:nth-child(2n) td{background:#f8f9fa}.chat-msg-markdown tr:hover td{background:#eff6ff}.chat-msg-actions{margin-top:6px}.chat-doc-btn{font-size:11px;padding:4px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#1e40af;cursor:pointer;font-family:Inter,sans-serif;transition:background .15s}.chat-doc-btn:hover{background:#dbeafe}.chat-doc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.chat-doc-modal{background:#fff;border-radius:8px;box-shadow:0 8px 40px #0003;width:min(900px,95vw);max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.chat-doc-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#1a1a2e;color:#fff;font-size:13px;font-weight:600;flex-shrink:0}.chat-doc-header-actions{display:flex;gap:6px}.chat-doc-body{flex:1;overflow-y:auto;padding:24px 28px;font-size:13px}.chat-input-row{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb;background:#fff}.chat-input-row input{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-family:Inter,sans-serif;color:#1a1a2e}.chat-input-row input:focus{outline:none;border-color:#2563eb}.btn-mic{padding:6px 10px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:14px;transition:all .15s}.btn-mic:hover{background:#e5e7eb}.btn-mic.listening{background:#fee2e2;border-color:#fca5a5;animation:pulse-mic 1s infinite}@keyframes pulse-mic{0%,to{opacity:1}50%{opacity:.6}}.live-racing-tab{display:flex;flex-direction:column;margin:-20px;padding:0;height:calc(100vh - 118px)}.live-control-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#fff;border-bottom:1px solid #e5e7eb;gap:12px;flex-shrink:0}.live-control-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.live-control-right{display:flex;align-items:center;gap:8px}.btn-auto-bet{font-weight:600;padding:7px 18px;font-size:13px}.btn-auto-bet:disabled{background:#93c5fd;cursor:not-allowed}.live-active-badge{font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:3px 10px;border-radius:12px;border:1px solid #86efac}.live-scan-time{font-size:11px;color:#8a8a9a}.live-settings-note{font-size:12px;color:#d97706}.live-settings-note.ready{color:#15803d}.live-settings-note.warn{color:#d97706}.dryrun-pnl-strip{display:flex;gap:20px;padding:6px 16px;background:#fffbeb;border-bottom:1px solid #fde68a;font-size:12px;color:#4a4a5a;flex-shrink:0}.live-country-filter{display:flex;gap:4px}.live-racing-layout{display:flex;flex:1;overflow:hidden}.live-racing-list{width:280px;min-width:260px;flex-shrink:0;overflow-y:auto;border-right:1px solid #e5e7eb;background:#fff}.live-venue-group{margin-bottom:0}.live-venue-header{padding:6px 12px;background:#f3f4f6;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#4a4a5a;position:sticky;top:0;z-index:1;border-bottom:1px solid #e5e7eb}.live-race-row{display:flex;align-items:flex-start;padding:8px 10px;cursor:pointer;border-bottom:1px solid #f3f4f6;gap:6px;transition:background .1s}.live-race-row:hover{background:#f9fafb}.live-race-row.selected{background:#eff6ff;border-left:3px solid #2563eb;padding-left:7px}.live-race-row.in-play{background:#f0fdf4}.live-race-row.in-window{background:#fefce8}.live-race-time{font-size:12px;font-weight:700;color:#1a1a2e;min-width:40px;padding-top:1px}.live-race-info{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.live-race-name{font-size:12px;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-race-meta{display:flex;align-items:center;gap:4px}.race-badge-window{font-size:10px;color:#d97706;font-weight:600}.race-badge-mins{font-size:10px;color:#9ca3af}.live-race-bet-col{display:flex;flex-direction:column;align-items:flex-end;font-size:10px;gap:2px;flex-shrink:0}.race-bet-runner{color:#4a4a5a;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.race-bet-result{font-weight:700;font-size:11px}.race-bet-result.result-won{color:#15803d}.race-bet-result.result-lost{color:#b91c1c}.race-bet-pending{color:#2563eb;font-style:italic}.live-book-panel{flex:1;overflow-y:auto;background:#f8f9fa}.live-book-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:13px}.live-book-inner{padding:16px 20px;background:#f8f9fa}.live-our-bet{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:8px 12px;border-radius:6px;margin-bottom:12px;font-size:12px}.live-our-bet.bet-active{background:#eff6ff;border:1px solid #bfdbfe}.live-our-bet.bet-won{background:#f0fdf4;border:1px solid #86efac}.live-our-bet.bet-lost{background:#fef2f2;border:1px solid #fca5a5}.runner-our-lay{background:#2563eb0a}.runner-lay-badge{font-size:9px;background:#2563eb;color:#fff;padding:1px 5px;border-radius:3px;margin-left:6px;font-weight:700;letter-spacing:.3px}.bet-settings-confirm{border-top:2px solid #e5e7eb;margin-top:4px;padding-top:16px}.bet-settings-confirmed-row{display:flex;align-items:center;gap:12px}.settings-confirmed-badge{font-size:12px;font-weight:600;color:#15803d;background:#dcfce7;padding:5px 14px;border-radius:20px;border:1px solid #86efac}.dryrun-select-all{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fffbeb;border-bottom:1px solid #fde68a;font-size:11px;position:sticky;top:0;z-index:2}.dryrun-select-all label{display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:600;color:#4a4a5a}.dryrun-select-all input[type=checkbox]{accent-color:#d97706}.dryrun-checked-count{color:#d97706;font-weight:600}.dryrun-checkbox{accent-color:#d97706;flex-shrink:0;cursor:pointer;margin-top:2px}.snapshot-strategy-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;background:#f0f2f5;border:1px solid #d1d5db;border-radius:8px;margin-bottom:12px;font-size:12px;color:#374151}.snapshot-strategy-title{font-weight:700;color:#1a1a2e;margin-right:4px}.snapshot-strategy-bar .tag-on{background:#dcfce7;color:#166534;padding:2px 7px;border-radius:4px;font-weight:600;font-size:11px}.snapshot-strategy-bar .tag-off{background:#f3f4f6;color:#9ca3af;padding:2px 7px;border-radius:4px;font-weight:500;font-size:11px}.snapshot-results-header{margin-bottom:12px}.snapshot-results-header h3{font-size:14px;font-weight:700;color:#1a1a2e;margin:0 0 6px}.snapshot-results-summary{display:flex;gap:16px;font-size:12px;color:#4a4a5a}.snapshot-results-table{width:100%;font-size:12px;border-collapse:collapse}.snapshot-results-table th{text-align:left;padding:6px 8px;font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;border-bottom:2px solid #e5e7eb}.snapshot-results-table td{padding:6px 8px;border-bottom:1px solid #f3f4f6;vertical-align:top}.snapshot-bets-cell{display:flex;flex-direction:column;gap:2px}.snapshot-bet-line{display:flex;gap:6px;font-size:11px}.snapshot-history{padding:0;overflow-y:auto;max-height:300px}.snapshot-history-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#f3f4f6;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1}.snapshot-history-header h3{font-size:12px;font-weight:700;color:#1a1a2e;margin:0}.snapshot-history-list{padding:0}.snapshot-card{border-bottom:1px solid #f3f4f6}.snapshot-card-header{display:flex;align-items:center;gap:12px;padding:8px 16px;cursor:pointer;font-size:11px;color:#4a4a5a;transition:background .1s}.snapshot-card-header:hover{background:#f9fafb}.snapshot-card.expanded .snapshot-card-header{background:#eff6ff}.snapshot-card-time{font-weight:600;color:#1a1a2e;min-width:90px}.snapshot-rules-summary{color:#9ca3af;font-size:10px}.snapshot-card-body{padding:8px 16px 12px;background:#fafbfc;border-top:1px solid #e5e7eb}.recipients-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.recipient-row{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f8f9fa;border-radius:6px;border:1px solid #e5e7eb}.recipient-icon{font-size:16px}.recipient-info{flex:1;display:flex;flex-direction:column;gap:1px}.recipient-email{font-size:12px;font-weight:600;color:#1a1a2e}.recipient-name{font-size:10px;color:#8a8a9a}.recipient-add-form{display:flex;gap:6px;align-items:center}.recipient-add-form input{flex:1;padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;background:#fff;color:#1a1a2e}.recipient-add-form input:focus{outline:none;border-color:#2563eb}.data-sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px}.data-source-card{padding:12px 14px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.data-source-card.enabled{background:#f0f7ff;border-color:#93c5fd}.data-source-card.disabled{background:#f8f9fa;border-color:#e5e7eb;opacity:.7}.data-source-card:hover{border-color:#2563eb;opacity:1}.data-source-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.data-source-icon{font-size:16px}.data-source-label{flex:1;font-size:12px;font-weight:600;color:#1a1a2e}.data-source-toggle{font-size:9px;font-weight:700;letter-spacing:.5px;padding:2px 8px;border-radius:10px;text-transform:uppercase}.data-source-toggle.on{background:#dcfce7;color:#16a34a}.data-source-toggle.off{background:#f3f4f6;color:#9ca3af}.data-source-desc{font-size:10px;color:#6b7280;line-height:1.4;margin:0}.settings-toast{position:fixed;top:16px;right:16px;z-index:9999;background:#1a1a2e;color:#fff;padding:10px 18px;border-radius:8px;font-size:12px;font-weight:500;box-shadow:0 4px 12px #0003;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.collapsible-month{margin-bottom:10px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.collapsible-month-header{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8f9fc;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e5e7eb;transition:background .15s}.collapsible-month-header:hover{background:#eef2ff}.collapse-arrow{font-size:11px;color:#6b7280;width:12px;flex-shrink:0}.collapse-label{flex:1;font-size:13px;font-weight:600;color:#1a1a2e}.collapse-count{font-size:11px;color:#6b7280;background:#e5e7eb;padding:2px 8px;border-radius:10px}.collapsible-month-body{padding:8px;background:#fff}.report-section-nav{display:flex;gap:6px;margin-bottom:16px;border-bottom:1px solid #e5e7eb;padding-bottom:0}.report-section-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;margin-bottom:-1px}.report-section-btn:hover{color:#2563eb}.report-section-btn.active{color:#2563eb;border-bottom-color:#2563eb}.report-section-count{font-size:10px;background:#e5e7eb;color:#6b7280;padding:1px 6px;border-radius:8px;font-weight:600}.report-section-btn.active .report-section-count{background:#dbeafe;color:#2563eb}.dryrun-archive-list{display:flex;flex-direction:column;gap:0}.dryrun-archive-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 14px;margin-bottom:6px}.dryrun-archive-card.archived{opacity:.65;background:#f9fafb}.dryrun-archive-info{flex:1}.dryrun-archive-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.dryrun-archive-date{font-size:12px;font-weight:600;color:#1a1a2e}.badge-archived{background:#f3f4f6;color:#9ca3af;font-size:9px;padding:2px 6px;border-radius:8px}.dryrun-archive-stats{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:#4b5563}.dryrun-archive-actions{display:flex;gap:6px;align-items:center;flex-shrink:0}.btn-warning{background:#fffbeb;color:#d97706;border:1px solid #fcd34d}.btn-warning:hover{background:#fef3c7}.registry-section{display:flex;flex-direction:column;gap:20px}.registry-storage h3,.registry-entries h3{font-size:14px;font-weight:600;color:#1a1a2e;margin:0 0 10px;display:flex;align-items:center;gap:10px}.registry-totals{font-size:11px;font-weight:400;color:#6b7280}.registry-storage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px}.registry-storage-card{padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fafbfc;display:flex;flex-direction:column;gap:4px}.registry-storage-key{font-size:10px;font-weight:700;letter-spacing:.5px;color:#4b5563;text-transform:uppercase}.registry-storage-desc{font-size:11px;color:#6b7280;line-height:1.4}.registry-storage-paths{display:flex;flex-direction:column;gap:2px;margin-top:4px}.registry-path{font-size:10px;font-family:monospace;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.registry-path.gcs{color:#1d4ed8}.registry-path.local{color:#047857}.registry-table-wrap{display:flex;flex-direction:column;gap:0}.registry-table{width:100%;border-collapse:collapse;font-size:12px}.registry-table th{background:#f3f4f6;color:#6b7280;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;padding:7px 10px;text-align:left;border-bottom:1px solid #e5e7eb}.registry-table td{padding:8px 10px;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.registry-table tr:last-child td{border-bottom:none}.registry-table tr:hover td{background:#f9fafb}.registry-none{color:#d1d5db;font-size:12px}.snapshot-month-header{display:flex;align-items:center;gap:8px;padding:5px 16px;background:#e9ecef;cursor:pointer;font-size:10px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid #d1d5db;-webkit-user-select:none;user-select:none;position:sticky;top:0;z-index:2}.snapshot-month-header:hover{background:#d8dde3}.snapshot-month-chevron{margin-left:auto;font-size:10px;color:#9ca3af}.theme-switcher{display:flex;gap:10px;flex-wrap:wrap}.theme-option{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 14px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;width:120px;transition:border-color .15s,box-shadow .15s}.theme-option:hover{border-color:#93c5fd}.theme-option.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.theme-option-preview{width:80px;height:48px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.theme-preview-classic{background:linear-gradient(135deg,#f8f9fa 60%,#e5e7eb)}.theme-preview-dark{background:linear-gradient(135deg,#0a0e1a,#150d1f);position:relative;overflow:hidden}.theme-preview-dark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff14;border-radius:4px}.theme-preview-light{background:linear-gradient(135deg,#e8f4ff,#d0e8ff)}.theme-option-label{font-size:12px;font-weight:600;color:#1a1a2e}.theme-option-desc{font-size:10px;color:#6b7280;text-align:center;line-height:1.3}@media(max-width:768px){.tab-content{padding:12px}.chat-drawer{width:100%}.stats-ribbon{flex-direction:column;align-items:flex-start;gap:8px}.engine-tab,.backtest-tab{max-width:100%}.live-racing-tab{margin:-12px;height:calc(100vh - 118px)}.live-racing-list{width:220px;min-width:200px}.data-sources-grid,.registry-storage-grid{grid-template-columns:1fr}.report-section-nav{flex-wrap:wrap}}#root{position:relative;z-index:1}body.theme-dark{--t1: #dde1f0;--t2: #9090b0;--t3: #5a5a7a;--panel: rgba(8,12,24,.55);--panel-hd: rgba(8,12,24,.7);--chrome: rgba(8,12,24,.82);--border: rgba(255,255,255,.1);--border-s: rgba(255,255,255,.06);--hover: rgba(255,255,255,.08);--input-bg: rgba(255,255,255,.07);--input-br: rgba(255,255,255,.14);--scroll: rgba(255,255,255,.16);background-color:#0a0e1a!important;background:#0a0e1a url(/bg-hero.png) center right / cover no-repeat fixed!important;color:var(--t1)!important}body.theme-light{--t1: #1a1a2e;--t2: #4a4a5a;--t3: #8a8a9a;--panel: rgba(255,255,255,.6);--panel-hd: rgba(255,255,255,.45);--chrome: rgba(255,255,255,.8);--border: rgba(0,0,0,.1);--border-s: rgba(0,0,0,.06);--hover: rgba(0,0,0,.04);--input-bg: rgba(255,255,255,.78);--input-br: rgba(0,0,0,.14);--scroll: rgba(0,0,0,.22);background:url(/bg-hero-light.png) center center / cover no-repeat fixed!important;color:var(--t1)!important}body.theme-dark:before,body.theme-light:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}body.theme-dark:before{background:linear-gradient(135deg,#0a0e1a94,#0d122080,#150d1f8c)}body.theme-light:before{background:linear-gradient(135deg,#e6f2ffc7,#d7e8ffb3,#e8f0ffc2)}::-webkit-scrollbar{width:6px;height:6px}body.theme-dark ::-webkit-scrollbar-track{background:#ffffff08}body.theme-dark ::-webkit-scrollbar-thumb{background:var(--scroll);border-radius:3px}body.theme-dark ::-webkit-scrollbar-thumb:hover{background:#ffffff47}body.theme-light ::-webkit-scrollbar-track{background:#0000000a}body.theme-light ::-webkit-scrollbar-thumb{background:var(--scroll);border-radius:3px}body.theme-light ::-webkit-scrollbar-thumb:hover{background:#00000059}body.theme-dark .login-panel,body.theme-light .login-panel{background:transparent!important}body.theme-dark .login-box,body.theme-light .login-box{background:var(--panel)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid var(--border)!important;box-shadow:0 8px 40px #0006!important}body.theme-dark .login-box input,body.theme-light .login-box input{background:var(--input-bg)!important;border:1px solid var(--input-br)!important;color:var(--t1)!important}body.theme-dark .login-box input:focus,body.theme-light .login-box input:focus{border-color:#60a5fa80!important;box-shadow:0 0 0 2px #60a5fa33!important}body.theme-dark .app-header,body.theme-light .app-header{background:var(--chrome)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .stats-ribbon,body.theme-light .stats-ribbon{background:var(--chrome)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .tabs,body.theme-light .tabs{background:var(--chrome)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .sub-tabs,body.theme-light .sub-tabs{background:var(--panel-hd)!important;border-bottom:1px solid var(--border-s)!important}body.theme-dark .tab-content,body.theme-light .tab-content{background:transparent!important}body.theme-dark .card,body.theme-dark .engine-section,body.theme-dark .collapsible-section,body.theme-dark .date-range-filter,body.theme-dark .matched-date-group,body.theme-dark .settled-date-group,body.theme-dark .bt-hist-card,body.theme-dark .placeholder-section,body.theme-dark .report-controls,body.theme-dark .report-viewer,body.theme-dark .registry-storage-card,body.theme-dark .live-book-inner,body.theme-dark .snapshot-card-body,body.theme-light .card,body.theme-light .engine-section,body.theme-light .collapsible-section,body.theme-light .date-range-filter,body.theme-light .matched-date-group,body.theme-light .settled-date-group,body.theme-light .bt-hist-card,body.theme-light .placeholder-section,body.theme-light .report-controls,body.theme-light .report-viewer,body.theme-light .registry-storage-card,body.theme-light .live-book-inner,body.theme-light .snapshot-card-body{background:var(--panel)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid var(--border)!important}body.theme-dark .live-book-panel,body.theme-light .live-book-panel{background:var(--panel)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}body.theme-dark .card:hover{border-color:#60a5fa59!important;box-shadow:0 4px 20px #00000059!important}body.theme-light .card:hover{border-color:#2563eb4d!important}body.theme-dark thead th,body.theme-light thead th{background:var(--panel-hd)!important;border-bottom:1px solid var(--border)!important}body.theme-dark tbody td,body.theme-light tbody td{border-bottom:1px solid var(--border-s)!important}body.theme-dark tbody tr:hover,body.theme-light tbody tr:hover{background:var(--hover)!important}body.theme-dark .snapshot-results-table th,body.theme-light .snapshot-results-table th{background:var(--panel-hd)!important;border-bottom:2px solid var(--border)!important}body.theme-dark .snapshot-results-table td,body.theme-light .snapshot-results-table td{border-bottom:1px solid var(--border-s)!important}body.theme-dark select,body.theme-dark input[type=date],body.theme-dark .bt-select,body.theme-dark .api-key-form input,body.theme-light select,body.theme-light input[type=date],body.theme-light .bt-select,body.theme-light .api-key-form input{background:var(--input-bg)!important;border:1px solid var(--input-br)!important;color:var(--t1)!important}body.theme-dark .btn-secondary,body.theme-light .btn-secondary{background:var(--input-bg)!important;color:var(--t2)!important;border:1px solid var(--input-br)!important}body.theme-dark .btn-secondary:hover:not(:disabled),body.theme-light .btn-secondary:hover:not(:disabled){background:var(--panel)!important}body.theme-dark .btn-toggle,body.theme-dark .btn-filter,body.theme-dark .btn-preset,body.theme-light .btn-toggle,body.theme-light .btn-filter,body.theme-light .btn-preset{background:var(--input-bg)!important;color:var(--t2)!important;border:1px solid var(--input-br)!important}body.theme-dark .btn-toggle:hover,body.theme-dark .btn-filter:hover,body.theme-dark .btn-preset:hover,body.theme-light .btn-toggle:hover,body.theme-light .btn-filter:hover,body.theme-light .btn-preset:hover{background:var(--panel)!important}body.theme-dark .btn-filter.active,body.theme-light .btn-filter.active{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important}body.theme-dark .btn-toggle.active{background:#60a5fa2e!important;color:#93c5fd!important;border-color:#60a5fa59!important}body.theme-light .btn-toggle.active{background:#2563eb1f!important;color:#2563eb!important;border-color:#2563eb4d!important}body.theme-dark .btn-sm:not(.btn-primary):not(.btn-secondary):not(.btn-danger){background:var(--input-bg)!important;color:var(--t2)!important;border:1px solid var(--input-br)!important}body.theme-dark .btn-warning{background:#d9770633!important;color:#fbbf24!important;border:1px solid rgba(217,119,6,.35)!important}body.theme-dark .btn-sm-view{background:#60a5fa1f!important;color:#93c5fd!important;border:1px solid rgba(96,165,250,.25)!important}body.theme-dark .btn-sm-active{background:#60a5fa2e!important;color:#93c5fd!important;border-color:#60a5fa59!important}body.theme-dark .collapsible-header,body.theme-light .collapsible-header{background:var(--panel-hd)!important;color:var(--t2)!important}body.theme-dark .collapsible-header:hover,body.theme-light .collapsible-header:hover{background:var(--hover)!important}body.theme-dark .collapsible-body,body.theme-light .collapsible-body{border-top:1px solid var(--border-s)!important}body.theme-dark .snapshot-history,body.theme-light .snapshot-history{border-top:1px solid var(--border)!important}body.theme-dark .snapshot-history-header,body.theme-light .snapshot-history-header{background:var(--panel-hd)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .snapshot-card,body.theme-light .snapshot-card{border-bottom:1px solid var(--border-s)!important}body.theme-dark .snapshot-card-header,body.theme-light .snapshot-card-header{color:var(--t2)!important}body.theme-dark .snapshot-card-header:hover,body.theme-light .snapshot-card-header:hover{background:var(--hover)!important}body.theme-dark .snapshot-card.expanded .snapshot-card-header{background:#60a5fa1a!important}body.theme-light .snapshot-card.expanded .snapshot-card-header{background:#2563eb12!important}body.theme-dark .snapshot-strategy-bar,body.theme-light .snapshot-strategy-bar{background:var(--panel-hd)!important;border:1px solid var(--border)!important}body.theme-dark .snapshot-month-header{background:#ffffff0f!important;color:var(--t3)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .snapshot-month-header:hover{background:#ffffff1a!important}body.theme-light .snapshot-month-header{background:#0000000f!important;color:var(--t3)!important;border-bottom:1px solid var(--border)!important}body.theme-light .snapshot-month-header:hover{background:#0000001a!important}body.theme-dark .dryrun-select-all{background:#d977061f!important;border-bottom:1px solid rgba(217,119,6,.25)!important}body.theme-dark .dryrun-select-all label{color:var(--t2)!important}body.theme-dark .bt-hist-card-header,body.theme-light .bt-hist-card-header{background:var(--panel-hd)!important}body.theme-dark .bt-hist-card-header:hover,body.theme-light .bt-hist-card-header:hover{background:var(--hover)!important}body.theme-dark .bt-hist-card-body,body.theme-light .bt-hist-card-body{background:var(--panel-hd)!important;border-top:1px solid var(--border-s)!important}body.theme-dark .bt-hist-card.expanded{border-color:#7c3aed66!important}body.theme-dark .bt-hist-card.selected{border-color:#06b6d473!important;background:#06b6d412!important}body.theme-dark .bt-hist-card.selected .bt-hist-card-header{background:#06b6d412!important}body.theme-dark .bt-hist-section-header{border-bottom:1px solid var(--border)!important}body.theme-dark .bt-cycle-progress-bar{background:#ffffff1a!important}body.theme-dark .bt-market-row:hover{background:var(--hover)!important}body.theme-dark .bt-venue-header{border-bottom:1px solid var(--border-s)!important}body.theme-dark .report-session-item,body.theme-light .report-session-item{background:var(--panel-hd)!important;border:1px solid var(--border-s)!important}body.theme-dark .report-session-item:hover,body.theme-light .report-session-item:hover{background:var(--hover)!important}body.theme-dark .report-template-select,body.theme-light .report-template-select{background:var(--panel-hd)!important;border:1px solid var(--border-s)!important}body.theme-dark .report-template-item:hover,body.theme-light .report-template-item:hover{background:var(--hover)!important}body.theme-dark .report-viewer hr{border-top:1px solid var(--border)!important}body.theme-dark .chat-drawer{background:#080c18e0!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-left:3px solid rgba(96,165,250,.45)!important}body.theme-dark .chat-header{background:var(--panel-hd)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .chat-messages{background:#ffffff05!important}body.theme-dark .chat-msg-assistant .chat-msg-content{background:var(--panel)!important;color:var(--t1)!important;border:1px solid var(--border)!important}body.theme-dark .chat-input-row{background:var(--panel-hd)!important;border-top:1px solid var(--border)!important}body.theme-dark .chat-input-row input{background:var(--input-bg)!important;border:1px solid var(--input-br)!important;color:var(--t1)!important}body.theme-dark .btn-mic{background:var(--input-bg)!important;border:1px solid var(--input-br)!important}body.theme-dark .matched-date-header,body.theme-dark .settled-date-header{background:var(--panel-hd)!important}body.theme-dark .matched-date-header:hover,body.theme-dark .settled-date-header:hover{background:var(--hover)!important}body.theme-dark .matched-bet-row{border-bottom:1px solid var(--border-s)!important}body.theme-dark .matched-bet-row:hover{background:var(--hover)!important}body.theme-dark .matched-summary,body.theme-dark .session-stats,body.theme-dark .snapshots-date-header{border-bottom:1px solid var(--border)!important}body.theme-dark .live-pnl-bar.pnl-pos{background:#16a34a1f!important;border-color:#16a34a47!important;color:#4ade80!important}body.theme-dark .live-pnl-bar.pnl-neg{background:#dc26261f!important;border-color:#dc262647!important;color:#f87171!important}body.theme-dark .live-error-bar,body.theme-dark .error-item{background:#dc26261f!important;border:1px solid rgba(220,38,38,.28)!important;color:#f87171!important}body.theme-dark .settled-summary.pl-positive{background:#16a34a1f!important;border-color:#16a34a47!important}body.theme-dark .settled-summary.pl-negative{background:#dc26261f!important;border-color:#dc262647!important}body.theme-dark .settled-won{background:#16a34a1a!important;border-color:#16a34a38!important}body.theme-dark .settled-lost{background:#dc26261a!important;border-color:#dc262638!important}body.theme-dark tr.row-win td{background:#16a34a1a!important}body.theme-dark tr.row-win:hover td{background:#16a34a2b!important}body.theme-dark tr.row-loss td{background:#dc26261a!important}body.theme-dark tr.row-loss:hover td{background:#dc26262b!important}body.theme-dark tr.row-dry td{color:var(--t3)!important}body.theme-dark .dryrun-pnl-strip{background:#fdc83c14!important;border-bottom:1px solid rgba(253,200,60,.18)!important}body.theme-dark .live-active-badge{background:#16a34a2e!important;border:1px solid rgba(22,163,74,.35)!important;color:#4ade80!important}body.theme-dark .settings-confirmed-badge{background:#16a34a26!important;border:1px solid rgba(22,163,74,.3)!important;color:#4ade80!important}body.theme-dark .live-our-bet.bet-active{background:#2563eb1f!important;border:1px solid rgba(96,165,250,.3)!important}body.theme-dark .live-our-bet.bet-won{background:#16a34a1a!important;border:1px solid rgba(22,163,74,.25)!important}body.theme-dark .live-our-bet.bet-lost{background:#dc26261a!important;border:1px solid rgba(220,38,38,.25)!important}body.theme-dark .new-key-box{background:#2563eb26!important;border:1px solid rgba(37,99,235,.3)!important}body.theme-dark .live-control-bar{background:var(--chrome)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .live-racing-list{background:#080c18b3!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-right:1px solid var(--border)!important}body.theme-dark .live-venue-header{background:var(--panel-hd)!important;border-bottom:1px solid var(--border-s)!important}body.theme-dark .live-race-row{border-bottom:1px solid var(--border-s)!important}body.theme-dark .live-race-row:hover{background:var(--hover)!important}body.theme-dark .live-race-row.selected{background:#2563eb2e!important;border-left-color:#60a5fa!important}body.theme-dark .live-race-row.in-play{background:#16a34a1a!important}body.theme-dark .live-race-row.in-window{background:#d977061a!important}body.theme-light .live-control-bar{background:var(--chrome)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--border)!important}body.theme-light .live-racing-list{background:#ffffff8c!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-right:1px solid var(--border)!important}body.theme-light .live-venue-header{background:#ffffff80!important;border-bottom:1px solid var(--border-s)!important}body.theme-light .live-race-row{border-bottom:1px solid var(--border-s)!important}body.theme-light .live-race-row:hover{background:var(--hover)!important}body.theme-light .live-race-row.selected{background:#2563eb1a!important;border-left-color:#2563eb!important}body.theme-dark .bf-back-header{background:#1d4ed859!important;color:#93c5fd!important}body.theme-dark .bf-lay-header{background:#9d174d59!important;color:#f9a8d4!important}body.theme-dark .bf-back-1{background:#72bbef66!important}body.theme-dark .bf-back-2{background:#72bbef40!important}body.theme-dark .bf-back-3{background:#72bbef24!important}body.theme-dark .bf-lay-1{background:#faa9ba66!important}body.theme-dark .bf-lay-2{background:#faa9ba40!important}body.theme-dark .bf-lay-3{background:#faa9ba24!important}body.theme-dark .bf-empty{background:#ffffff0d!important;color:var(--t3)!important}body.theme-dark .bf-price{color:var(--t1)!important}body.theme-dark .login-box h1{color:#e8eaf6!important}body.theme-dark .login-box .subtitle{color:var(--t3)!important}body.theme-dark .login-box input::placeholder{color:#ffffff4d!important}body.theme-dark .login-box .error{color:#f87171!important}body.theme-dark .header-left h1{color:#e8eaf6!important}body.theme-dark .date{color:var(--t3)!important}body.theme-dark .balance{color:#4ade80!important}body.theme-dark .btn-logout{color:var(--t3)!important}body.theme-dark .btn-logout:hover{color:#f87171!important}body.theme-dark .stat{color:var(--t2)!important}body.theme-dark .stat strong{color:var(--t1)!important}body.theme-dark .next-race{color:var(--t2)!important}body.theme-dark .next-race strong{color:var(--t1)!important}body.theme-dark .next-race-mins{color:var(--t3)!important}body.theme-dark .next-race-mins.in-window{color:#60a5fa!important}body.theme-dark .tabs button{color:var(--t3)!important}body.theme-dark .tabs button:hover{color:var(--t1)!important}body.theme-dark .tabs button.active{color:#60a5fa!important;border-bottom-color:#60a5fa!important}body.theme-dark .sub-tabs button{color:var(--t3)!important}body.theme-dark .sub-tabs button:hover{color:var(--t1)!important}body.theme-dark .sub-tabs button.active{color:#60a5fa!important;border-bottom-color:#60a5fa!important}body.theme-dark h2,body.theme-dark .tab-toolbar h2,body.theme-dark .backtest-tab h2{color:var(--t1)!important}body.theme-dark h3{color:#c0c0d8!important}body.theme-dark .empty,body.theme-dark .empty-state,body.theme-dark .loading,body.theme-dark .text-muted{color:var(--t3)!important}body.theme-dark .api-description{color:var(--t2)!important}body.theme-dark .engine-section h3{color:var(--t3)!important;border-bottom:1px solid var(--border-s)!important}body.theme-dark .engine-label,body.theme-dark .engine-info{color:var(--t2)!important}body.theme-dark thead th{color:var(--t3)!important}body.theme-dark tbody td,body.theme-dark .collapsible-header span{color:var(--t1)!important}body.theme-dark .collapsible-count{background:#ffffff1a!important;color:var(--t2)!important}body.theme-dark .collapsible-chevron{color:var(--t3)!important}body.theme-dark .snapshot-history-header h3,body.theme-dark .snapshot-card-time,body.theme-dark .snapshot-strategy-title{color:var(--t1)!important}body.theme-dark .snapshot-strategy-bar{color:var(--t2)!important}body.theme-dark .snapshot-strategy-bar .tag-on{background:#16a34a33!important;color:#4ade80!important}body.theme-dark .snapshot-strategy-bar .tag-off{background:#ffffff14!important;color:var(--t3)!important}body.theme-dark .snapshot-results-header h3{color:var(--t1)!important}body.theme-dark .snapshot-results-summary{color:var(--t2)!important}body.theme-dark .snapshot-results-table th{color:var(--t3)!important}body.theme-dark .snapshot-results-table td,body.theme-dark .matched-date-label,body.theme-dark .settled-date-label{color:var(--t1)!important}body.theme-dark .matched-date-stats,body.theme-dark .settled-date-stats,body.theme-dark .matched-bet-time{color:var(--t3)!important}body.theme-dark .matched-bet-runner{color:var(--t1)!important}body.theme-dark .matched-bet-detail{color:var(--t2)!important}body.theme-dark .matched-summary strong,body.theme-dark .settled-summary strong,body.theme-dark .settled-runner{color:var(--t1)!important}body.theme-dark .settled-venue{color:var(--t3)!important}body.theme-dark .settled-card-details{color:var(--t2)!important}body.theme-dark .snapshots-date-label{color:var(--t1)!important}body.theme-dark .snapshots-date-count,body.theme-dark .session-card-time{color:var(--t3)!important}body.theme-dark .session-card-details{color:var(--t2)!important}body.theme-dark .session-card-details strong{color:var(--t1)!important}body.theme-dark .session-stats{color:var(--t2)!important}body.theme-dark .session-stats strong,body.theme-dark .session-detail-header h2,body.theme-dark .bt-hist-date{color:var(--t1)!important}body.theme-dark .bt-hist-stat{color:var(--t2)!important}body.theme-dark .bt-hist-section-header h3{color:var(--t1)!important}body.theme-dark .bt-hist-card-meta{color:var(--t2)!important}body.theme-dark .bt-market-row{color:var(--t1)!important}body.theme-dark .bt-market-time,body.theme-dark .bt-venue-header{color:var(--t3)!important}body.theme-dark .bt-checkbox-label,body.theme-dark .bt-toggle-label{color:var(--t2)!important}body.theme-dark .bt-error{color:#f87171!important}body.theme-dark .placeholder-section h3{color:var(--t3)!important}body.theme-dark .placeholder-section p,body.theme-dark .report-date-row,body.theme-dark .report-session-time{color:var(--t2)!important}body.theme-dark .report-session-stats,body.theme-dark .template-desc{color:var(--t3)!important}body.theme-dark .report-card-info strong{color:var(--t1)!important}body.theme-dark .report-card-meta{color:var(--t3)!important}body.theme-dark .report-viewer{color:var(--t1)!important}body.theme-dark .report-sessions-panel h3{color:var(--t3)!important}body.theme-dark .report-template-select h3,body.theme-dark .chat-header h3{color:var(--t1)!important}body.theme-dark .live-settings-note{color:#fbbf24!important}body.theme-dark .live-settings-note.ready{color:#4ade80!important}body.theme-dark .live-scan-time{color:var(--t3)!important}body.theme-dark .dryrun-pnl-strip{color:var(--t2)!important}body.theme-dark .dryrun-checked-count{color:#fbbf24!important}body.theme-dark .live-venue-header{color:var(--t3)!important}body.theme-dark .live-race-time,body.theme-dark .live-race-name,body.theme-dark .market-title{color:var(--t1)!important}body.theme-dark .market-header{border-bottom:1px solid var(--border)!important}body.theme-dark .market-meta{color:var(--t3)!important}body.theme-dark .runner-name{color:var(--t1)!important}body.theme-dark .runner-cloth{background:#ffffff24!important;color:var(--t1)!important}body.theme-dark .runner-jockey{color:#f87171!important}body.theme-dark .live-book-empty,body.theme-dark .error-time,body.theme-dark .registry-storage-key{color:var(--t3)!important}body.theme-dark .registry-storage-desc,body.theme-dark .registry-path{color:var(--t2)!important}body.theme-dark .registry-path.gcs{color:#60a5fa!important}body.theme-dark .registry-path.local{color:#4ade80!important}body.theme-dark .registry-totals{color:var(--t3)!important}body.theme-dark .registry-table th{background:#ffffff0d!important;color:var(--t3)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .registry-table td{color:var(--t1)!important;border-bottom:1px solid var(--border-s)!important}body.theme-dark .registry-table tr:hover td{background:var(--hover)!important}body.theme-dark .registry-none{color:var(--t3)!important}body.theme-dark .registry-storage h3,body.theme-dark .registry-entries h3{color:var(--t1)!important}body.theme-dark .badge-archived{background:#ffffff17!important;color:var(--t2)!important}body.theme-dark .dryrun-archive-stats{color:var(--t2)!important}body.theme-dark .tag-on{background:#6d28d938!important;color:#c4b5fd!important}body.theme-dark .tag-off{background:#ffffff14!important;color:var(--t3)!important}body.theme-dark code{background:#ffffff17!important;color:#a0c4ff!important}body.theme-dark .theme-option{border-color:#ffffff24!important}body.theme-dark .theme-option:hover{border-color:#60a5fa!important}body.theme-dark .theme-option.active{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa33!important}body.theme-dark .theme-option-label{color:var(--t1)!important}body.theme-dark .theme-option-desc{color:var(--t2)!important}body.theme-dark .collapsible-month,body.theme-light .collapsible-month{background:var(--panel)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid var(--border)!important}body.theme-dark .collapsible-month-header,body.theme-light .collapsible-month-header{background:var(--panel-hd)!important;border-bottom:1px solid var(--border)!important}body.theme-dark .collapsible-month-header:hover,body.theme-light .collapsible-month-header:hover{background:var(--hover)!important}body.theme-dark .collapsible-month-body,body.theme-light .collapsible-month-body{background:transparent!important}body.theme-dark .collapsible-month-body .card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#ffffff12!important;border:1px solid rgba(255,255,255,.1)!important}body.theme-dark .collapsible-month-body .card:hover{background:#ffffff1c!important;border-color:#60a5fa59!important}body.theme-dark .collapse-label{color:var(--t1)!important}body.theme-dark .collapse-arrow{color:var(--t3)!important}body.theme-dark .collapse-count{background:#ffffff1a!important;color:var(--t2)!important}body.theme-dark .live-racing-list{background:#ffffff12!important}body.theme-dark .live-control-bar{background:#0a0e1a8c!important}
