.app{flex-direction:column;min-height:100vh;display:flex}.nav{z-index:100;background:#1e293b;border-bottom:1px solid #334155;align-items:center;gap:2rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.nav-title{color:#38bdf8;font-size:1.25rem;font-weight:700}.nav-links{gap:.25rem;display:flex}.nav-link{color:#94a3b8;border-radius:6px;padding:.4rem .9rem;font-size:.9rem;transition:background .15s,color .15s}.nav-link:hover{color:#e2e8f0;background:#334155}.nav-link.active{color:#fff;background:#0ea5e9}.main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem}.search-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.search-bar input,.search-bar select{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:6px;outline:none;padding:.45rem .75rem;font-size:.9rem}.search-bar input:focus,.search-bar select:focus{border-color:#0ea5e9}.search-bar input{flex:1;min-width:200px}.data-table{border-collapse:collapse;width:100%;font-size:.85rem}.data-table thead{z-index:1;position:sticky;top:0}.data-table th{text-align:left;color:#94a3b8;white-space:nowrap;background:#1e293b;border-bottom:2px solid #334155;padding:.6rem .5rem;font-weight:600}.data-table td{white-space:nowrap;border-bottom:1px solid #1e293b;padding:.5rem}.data-table tbody tr:hover{background:#1e293b}.data-table tbody tr{cursor:pointer;transition:background .1s}.clickable{color:#38bdf8;cursor:pointer}.clickable:hover{text-decoration:underline}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.pagination button{color:#e2e8f0;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:6px;padding:.35rem .8rem;font-size:.85rem}.pagination button:hover:not(:disabled){background:#334155}.pagination button:disabled{opacity:.4;cursor:default}.kline-container{background:#1e293b;border-radius:8px;padding:1rem}.kline-container h2{margin-bottom:.5rem}.stats-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.stat-card{text-align:center;background:#1e293b;border-radius:8px;padding:.75rem 1rem}.stat-card .stat-value{color:#38bdf8;font-size:1.5rem;font-weight:700}.stat-card .stat-label{color:#64748b;margin-top:.15rem;font-size:.8rem}.loading{text-align:center;color:#64748b;padding:3rem}.code-selector{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.code-selector input{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:6px;flex:1;min-width:150px;padding:.45rem .75rem;font-size:.9rem}.code-selector input:focus{border-color:#0ea5e9;outline:none}.code-selector select{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:6px;padding:.45rem .75rem;font-size:.9rem}.holdings-table{border-collapse:collapse;width:100%;font-size:.85rem}.holdings-table th{text-align:left;color:#94a3b8;background:#1e293b;border-bottom:2px solid #334155;padding:.5rem;font-weight:600}.holdings-table td{border-bottom:1px solid #1e293b;padding:.5rem}.holdings-table tbody tr:hover{background:#1e293b}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}
