.stock-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.8125rem;text-align:left}.stock-table td,.stock-table th{padding:.25rem .375rem;border-bottom:1px solid #e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stock-table th{background-color:#f9fafb;font-weight:600;color:#374151;cursor:pointer;transition:background-color .2s}.stock-table th:hover{background-color:#f3f4f6}.stock-table tbody tr:hover{background-color:#f9fafb}.positive-value{color:#10b981}.negative-value{color:#ef4444}.portfolio-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;cursor:pointer;transition:all .2s}.portfolio-icon.add{color:#10b981}.portfolio-icon.remove{color:#ef4444}.portfolio-icon.add:before{content:"+";font-size:18px}.portfolio-icon.remove:before{content:"×";font-size:20px}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:2rem}.stock-table td:first-child,.stock-table th:first-child{width:30px}.stock-table td:nth-child(2),.stock-table th:nth-child(2){width:70px}.stock-table td:nth-child(3),.stock-table th:nth-child(3){width:160px}.stock-table td:nth-child(4),.stock-table th:nth-child(4){width:110px}.stock-table td:nth-child(5),.stock-table th:nth-child(5){width:100px}.stock-table td:nth-child(6),.stock-table th:nth-child(6){width:85px}.stock-table td:nth-child(7),.stock-table th:nth-child(7){width:100px}.stock-table td:nth-child(8),.stock-table th:nth-child(8){width:70px}.stock-table td:nth-child(10),.stock-table td:nth-child(11),.stock-table td:nth-child(12),.stock-table td:nth-child(13),.stock-table td:nth-child(9),.stock-table th:nth-child(10),.stock-table th:nth-child(11),.stock-table th:nth-child(12),.stock-table th:nth-child(13),.stock-table th:nth-child(9){width:90px}.stock-table th{background-color:#1a5276;color:white;font-weight:500;position:sticky;top:0;z-index:10;height:28px;line-height:1.2;vertical-align:middle}.stock-table tbody tr{height:24px;line-height:1.2}.stock-table tbody tr:nth-child(2n){background-color:#f9fafb}.stock-table tbody tr:hover{background-color:#f3f4f6}.stock-table input[type=checkbox]{width:16px;height:16px;margin:0;padding:0;cursor:pointer;vertical-align:middle}.stock-table td{vertical-align:middle}.dark-theme .stock-table{background-color:#1f2937;color:#e5e7eb}.dark-theme .stock-table th{background-color:#111827}.dark-theme .stock-table td{border-color:#374151}.dark-theme .stock-table tr:hover{background-color:rgba(59,130,246,.1)}.dark-theme .stock-table tbody tr:nth-child(2n){background-color:rgba(255,255,255,.02)}.stock-table td[title]{cursor:help}.filters-container{margin-bottom:1.5rem;padding:1rem;background-color:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;color:#4b5563;font-weight:500}.filter-select{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:white;font-size:.875rem;color:#374151;transition:all .2s}.filter-select:hover{border-color:#d1d5db}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.search-container{margin-bottom:1.5rem}.search-input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#374151;transition:all .2s}.search-input:hover{border-color:#d1d5db}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.advanced-filters{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.filter-range{display:flex;flex-direction:column;gap:.5rem}.filter-range input{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#374151;transition:all .2s}.filter-range input:hover{border-color:#d1d5db}.filter-range input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.action-button{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer}.action-button:hover{transform:translateY(-1px)}.action-button:active{transform:translateY(0)}.dark .stock-table th{background-color:#374151}.dark .stock-table th:hover{background-color:#4b5563}.dark .stock-table tbody tr:hover{background-color:#1f2937}.dark .advanced-filters,.dark .filters-container{background-color:#1f2937;border-color:#374151}.dark .filter-range input,.dark .filter-select,.dark .search-input{background-color:#374151;border-color:#4b5563;color:#e5e7eb}.dark .filter-range input:hover,.dark .filter-select:hover,.dark .search-input:hover{border-color:#6b7280}.dark .filter-range input:focus,.dark .filter-select:focus,.dark .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.dark .filter-group label{color:#9ca3af}.dark .stock-table tr.selected{background-color:#1e3a5f}.dark .stock-table tr.selected:hover{background-color:#254b78}@media (max-width:1024px){.stock-table{font-size:.75rem}.stock-table td,.stock-table th{padding:.25rem}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:640px){.stock-table{font-size:.65rem}.stock-table td,.stock-table th{padding:.3rem}.filter-range,.filters-grid{grid-template-columns:1fr}}.comparison-modal{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.comparison-content{background-color:white;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:72rem;width:100%;max-height:90vh;overflow-y:auto}.comparison-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.comparison-table{width:100%;border-collapse:separate;border-spacing:0}.comparison-table td,.comparison-table th{padding:1rem;text-align:center;border-bottom:1px solid #e5e7eb}.comparison-table td:first-child,.comparison-table th:first-child{text-align:left;position:sticky;left:0;background-color:white;z-index:10;box-shadow:2px 0 4px rgba(0,0,0,.05)}.comparison-table th{background-color:#f9fafb;font-weight:600;color:#374151}.comparison-table .metric-name{font-weight:500;color:#4b5563}.comparison-table .best-value{font-weight:600;color:#059669}.comparison-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.comparison-close:hover{color:#374151;background-color:#f3f4f6}.dark .comparison-content{background-color:#1f2937}.dark .comparison-table th{background-color:#374151;color:#e5e7eb}.dark .comparison-table td:first-child{background-color:#1f2937}.dark .comparison-table .metric-name{color:#9ca3af}.dark .comparison-table .best-value{color:#34d399}.dark .comparison-close{color:#9ca3af}.dark .comparison-close:hover{color:#e5e7eb;background-color:#374151}.dark .comparison-table td,.dark .comparison-table th{border-color:#374151}@media (max-width:768px){.comparison-content{margin:.5rem;max-height:calc(100vh - 2rem)}.comparison-table td,.comparison-table th{padding:.75rem;font-size:.875rem}}@media (max-width:640px){.comparison-table td,.comparison-table th{padding:.5rem;font-size:.75rem}}.table-container{width:100%;overflow-x:auto;margin-top:1rem;background-color:white;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#666}.portfolio-icon:disabled{cursor:not-allowed;opacity:.5}.stock-table td:first-child>:not(.portfolio-icon){display:none}@media (max-width:768px){.table-container{margin:0 -1rem;border-radius:0}.stock-table td,.stock-table th{padding:.5rem;font-size:.75rem}}