.dashboard-container{width:100%;min-height:100vh;background-color:#f8fafc;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.dashboard-content{max-width:1600px;margin:0 auto;padding:24px 24px 40px}.dashboard-nav{background-color:#ffffff;border-radius:12px;padding:20px 24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.nav-brand{display:flex;flex-direction:column;gap:4px}.nav-title{font-size:24px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.nav-subtitle{font-size:13px;color:#64748b;font-weight:500}.nav-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-wrapper{display:flex;gap:0;border:1.5px solid #cbd5e1;border-radius:8px;overflow:hidden;background:#ffffff}.search-type-select{padding:10px 12px;background:#f8fafc;font-size:13px;font-weight:600;color:#475569;cursor:pointer;border:none;border-right:1px solid #e2e8f0;outline:none}.search-input{padding:10px 16px;border:none;font-size:14px;min-width:200px;outline:none;color:#0f172a}.search-input::placeholder{color:#94a3b8}.time-range-select{padding:10px 16px;border:1.5px solid #cbd5e1;border-radius:8px;background:#ffffff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;outline:none;transition:all .2s ease}.time-range-select:hover{border-color:#94a3b8}.time-range-select:focus{border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.export-buttons{display:flex;gap:8px}.export-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1.5px solid #cbd5e1;border-radius:8px;background:#ffffff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.export-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.export-btn:active{transform:translateY(0)}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.kpi-card{background:rgba(255,255,255,.05);backdrop-filter:blur(12px);border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.kpi-card:hover{box-shadow:0 6px 24px rgba(0,227,150,.2);transform:translateY(-1px);border-color:rgba(0,227,150,.3)}.kpi-primary{border:2px solid rgba(0,227,150,.3);background:linear-gradient(135deg,rgba(0,227,150,.1),rgba(0,227,150,.05))}.kpi-label{font-size:11px;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.kpi-value{font-size:28px;font-weight:700;color:#e2e8f0;line-height:1.2;margin-bottom:4px;font-family:Courier New,monospace;letter-spacing:-.02em}.kpi-subtitle{font-size:12px;color:#cbd5e1;font-weight:500}.dashboard-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;margin-bottom:24px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}@media (max-width:767px){.charts-grid{grid-template-columns:1fr;gap:16px}}.charts-column{display:flex;flex-direction:column;gap:24px}.bg-white\/5,.chart-container{width:100%;overflow:hidden;position:relative}.bg-white\/5 .recharts-wrapper,.bg-white\/5>div[class*=ResponsiveContainer],.chart-container .recharts-wrapper,.chart-container>div[class*=ResponsiveContainer]{width:100%!important}@media (max-width:640px){.bg-white\/5,.chart-container{padding:12px!important}.bg-white\/5>div[class*=ResponsiveContainer],.chart-container>div[class*=ResponsiveContainer]{min-height:200px;height:200px!important}.bg-white\/5 .recharts-wrapper,.chart-container .recharts-wrapper{height:200px!important}}@media (min-width:641px) and (max-width:1024px){.bg-white\/5>div[class*=ResponsiveContainer],.chart-container>div[class*=ResponsiveContainer]{min-height:300px;height:300px!important}.bg-white\/5 .recharts-wrapper,.chart-container .recharts-wrapper{height:300px!important}}@media (min-width:1025px){.bg-white\/5>div[class*=ResponsiveContainer],.chart-container>div[class*=ResponsiveContainer]{min-height:400px;height:400px!important}.bg-white\/5 .recharts-wrapper,.chart-container .recharts-wrapper{height:400px!important}}.table-section{background-color:#ffffff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.section-title{font-size:20px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.section-subtitle,.table-info{font-size:13px;color:#64748b;font-weight:500}.table-filters{gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-group,.table-filters{display:flex;align-items:center}.filter-group{gap:8px}.filter-label{font-size:13px;font-weight:600;color:#475569}.filter-select{padding:8px 12px;font-size:13px;outline:none}.filter-clear,.filter-select{border:1.5px solid #cbd5e1;border-radius:6px;background:#ffffff;font-weight:600;color:#475569;cursor:pointer}.filter-clear{padding:8px 16px;font-size:12px;transition:all .2s ease}.filter-clear:hover{background:#f8fafc;border-color:#94a3b8}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e2e8f0;border-radius:8px}.data-table{width:100%;border-collapse:initial;border-spacing:0;min-width:1200px;font-size:13px}.data-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.data-table th{padding:12px 16px;font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;white-space:nowrap;text-align:left}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.data-table th.sortable:hover{background-color:#f1f5f9}.data-table th.return-col{text-align:right}.data-table th.asc:after{content:" ↑";color:#3182ce}.data-table th.desc:after{content:" ↓";color:#3182ce}.data-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.data-table tbody tr{cursor:pointer}.data-table tbody tr.row-even{background:#ffffff}.data-table tbody tr.row-odd{background:#f8fafc}.data-table tbody tr:hover{background:#f1f5f9!important}.data-table tbody tr:last-child td{border-bottom:none}.ticker-cell{font-weight:600}.ticker-badge{display:inline-block;font-family:Courier New,monospace;font-weight:700;color:#0f172a;font-size:13px;background:#f1f5f9;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0}.company-cell{font-weight:500;color:#0f172a;min-width:180px}.underwriter-cell{min-width:140px}.uw-list{display:flex;flex-wrap:wrap;gap:6px}.uw-tag{display:inline-block;padding:4px 8px;background:#e6f2ff;border:1px solid #bee3f8;border-radius:4px;font-size:11px;font-weight:600;color:#2c5282}.uw-tag.uw-more{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.price-cell{color:#0f172a}.price-cell,.return-cell{font-family:Courier New,monospace;font-weight:600;text-align:right}.return-cell{font-size:13px}.date-cell{font-size:12px;color:#64748b;white-space:nowrap}.empty-table-cell{text-align:center;padding:40px 20px;color:#94a3b8;font-size:14px}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.pagination-btn{padding:8px 16px;border:1.5px solid #cbd5e1;border-radius:6px;background:#ffffff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:13px;color:#64748b;font-weight:500}.rankings-panel{background-color:#ffffff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e2e8f0;height:fit-content;max-height:calc(100vh - 200px);overflow-y:auto;-webkit-overflow-scrolling:touch}.panel-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.panel-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.01em}.panel-subtitle{font-size:12px;color:#64748b;margin:0;font-weight:500}.rankings-list{display:flex;flex-direction:column;gap:8px}.ranking-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;cursor:pointer;transition:all .2s ease}.ranking-item:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateX(2px);box-shadow:0 2px 4px rgba(0,0,0,.08)}.ranking-number{font-size:14px;font-weight:700;color:#64748b;min-width:36px;text-align:center;font-family:Courier New,monospace}.ranking-info{flex:1;min-width:0}.ranking-code{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px}.ranking-meta{font-size:11px;color:#64748b;font-weight:500}.ranking-metrics{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.ranking-metric{display:flex;align-items:center;gap:8px}.metric-label{font-size:10px;color:#94a3b8;font-weight:600;text-transform:uppercase}.metric-value{font-size:12px;font-weight:700;font-family:Courier New,monospace;min-width:70px;text-align:right}.view-all-button{width:100%;margin-top:16px;padding:12px;border:1.5px solid #cbd5e1;border-radius:8px;background:#ffffff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.view-all-button:hover{background:#f8fafc;border-color:#3182ce;color:#3182ce}.insights-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-top:24px}.insight-card{background-color:#ffffff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e2e8f0}.insight-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.01em}.insight-subtitle{font-size:12px;color:#64748b;margin:0 0 20px;font-weight:500}.summary-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.summary-stat{padding:16px;background:rgba(255,255,255,.05);backdrop-filter:blur(12px);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.summary-stat-label{font-size:11px;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.summary-stat-value{font-size:20px;font-weight:700;color:#e2e8f0;font-family:Courier New,monospace;line-height:1.2}.summary-stat-sub{font-size:12px;color:#cbd5e1;margin-top:4px;font-weight:500}.uw-analytics-list{display:flex;flex-direction:column;gap:8px}.uw-analytics-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;cursor:pointer;transition:all .2s ease}.uw-analytics-item:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateX(2px)}.uw-analytics-item.selected{background:#e6f2ff;border-color:#3182ce;box-shadow:0 2px 4px rgba(49,130,206,.15)}.uw-rank{font-size:14px;font-weight:700;color:#64748b;min-width:32px;text-align:center}.uw-info{flex:1;min-width:0}.uw-code-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px}.uw-metrics{display:flex;gap:8px;flex-wrap:wrap}.uw-metric{font-size:11px;color:#64748b;font-weight:500}.uw-returns{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.uw-return-item{display:flex;align-items:center;gap:6px}.uw-return-label{font-size:10px;color:#94a3b8;font-weight:600;text-transform:uppercase}.uw-return-value{font-size:12px;font-weight:700;font-family:Courier New,monospace;min-width:60px;text-align:right}.empty-state{text-align:center;padding:40px 20px;color:#94a3b8;font-size:14px}.charts-section{margin-top:24px}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.chart-card{background-color:#ffffff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #f1f5f9}.chart-card.chart-full-width{grid-column:1/-1}.chart-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.01em}.chart-subtitle{font-size:12px;color:#64748b;margin:0 0 20px;font-weight:500}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f8fafc}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3182ce;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.error-container{background-color:#fff5f5;border:1.5px solid #feb2b2;border-radius:12px;padding:20px;margin:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.error-title{font-size:18px;font-weight:700;color:#c53030;margin-bottom:8px}.error-text{font-size:15px;color:#e53e3e;line-height:22px}.dashboard-header{margin-bottom:32px;background:transparent!important;color:#e2e8f0!important}.dashboard-header *{color:inherit}.dashboard-title{font-size:32px;font-weight:700;color:#e2e8f0!important;margin:0 0 8px;letter-spacing:-.02em;font-family:Space Grotesk,sans-serif}.dashboard-subtitle{font-size:15px;color:#cbd5e1!important;font-weight:500;margin:0;line-height:1.5}@media (max-width:1279px){.dashboard-grid{grid-template-columns:1fr;gap:16px}.rankings-panel{max-height:none}.charts-grid,.insights-section{grid-template-columns:1fr}.charts-column{gap:16px}}@media (min-width:768px) and (max-width:1023px){.dashboard-content{padding:20px}.dashboard-title{font-size:30px}.dashboard-subtitle{font-size:15px}.kpi-row{grid-template-columns:repeat(3,1fr);gap:16px}.kpi-card{padding:18px}.kpi-value{font-size:26px}.charts-grid,.insights-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.dashboard-content{padding:12px}.dashboard-header{margin-bottom:16px}.dashboard-title{font-size:24px}.dashboard-subtitle{font-size:13px}.kpi-row{grid-template-columns:repeat(2,1fr);gap:10px}.kpi-card{padding:12px}.kpi-value{font-size:22px}.dashboard-grid{grid-template-columns:1fr}.rankings-panel{max-height:none}.chart-card{padding:12px}.charts-grid,.insights-section,.summary-stats{grid-template-columns:1fr}.charts-grid{gap:12px}}@media (max-width:480px){.dashboard-content{padding:8px}.dashboard-header{margin-bottom:12px}.dashboard-title{font-size:20px}.dashboard-subtitle{font-size:12px}.kpi-row{gap:8px}.kpi-card{padding:10px}.kpi-value{font-size:20px}.charts-grid{gap:10px}.dashboard-content{padding:12px}.dashboard-title{font-size:24px}.dashboard-subtitle{font-size:13px}.kpi-row{grid-template-columns:1fr;gap:10px}.kpi-card{padding:14px}.kpi-value{font-size:22px}.kpi-label{font-size:10px}.kpi-subtitle{font-size:11px}.chart-title,.insight-title,.panel-title{font-size:16px}.ranking-item{flex-direction:column;align-items:flex-start;gap:8px}.ranking-metrics{width:100%;flex-direction:row;justify-content:space-between}}