:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f8fafc}body{margin:0;min-height:100vh;background:#f8fafc}.app-shell{max-width:1200px;margin:0 auto;padding:24px}header,.app-header{margin-bottom:24px}.app-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.auth-bar{display:flex;align-items:center;gap:10px;font-size:.9rem}.auth-bar .avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.auth-bar .user-email{color:#374151}.auth-bar .plan-badge{font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:2px 8px;border-radius:999px;background:#e5e7eb;color:#374151}.auth-bar .plan-pro{background:#dcfce7;color:#166534}.auth-bar .plan-admin{background:#fef3c7;color:#92400e}.auth-bar .plan-anonymous{background:#f3f4f6;color:#6b7280}.auth-bar button{padding:6px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:.85rem}.auth-bar button.primary{background:#2563eb;color:#fff;border-color:#2563eb}.auth-bar button.primary:hover{background:#1d4ed8}.auth-bar button.link{border:none;background:transparent;color:#6b7280;text-decoration:underline;padding:6px 4px}.auth-bar button:disabled{opacity:.6;cursor:not-allowed}.paywall-banner{padding:12px 16px;border-radius:8px;margin-bottom:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.95rem}.paywall-banner.anon{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.advanced{grid-column:1 / -1;padding:8px 12px;border:1px dashed #d1d5db;border-radius:8px;background:#f9fafb}.advanced summary{cursor:pointer;font-size:.85rem;color:#6b7280}.advanced label{margin-top:8px}h1{margin:0 0 8px;font-size:2rem}.controls{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;margin-bottom:16px}.controls .indicator-picker{grid-column:1 / -1}label{display:flex;flex-direction:column;gap:8px;font-size:.95rem}input,select{padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:1rem}.error{padding:16px;border-radius:12px;background:#ffe4e6;color:#991b1b;margin-bottom:16px}.status{padding:16px;border-radius:12px;background:#eef2ff;color:#3730a3;margin-bottom:16px}.table-container{overflow-x:auto;border:1px solid #d1d5db;border-radius:12px;background:#fff}.grids-row{display:flex;align-items:flex-start;overflow-x:auto;border:1px solid #d1d5db;border-radius:12px;background:#fff}.grid-block{flex:0 0 auto;border-right:6px solid #374151;padding:0}.grid-block:last-child{border-right:none}.grid-block-title{margin:0;padding:8px 12px;font-size:13px;font-weight:700;color:#f9fafb;background:#374151;font-family:ui-monospace,SFMono-Regular,monospace;letter-spacing:.04em;text-align:center;border-bottom:1px solid #1f2937}.grid-block:first-child .grid-block-title{border-top-left-radius:11px}.grid-block:last-child .grid-block-title{border-top-right-radius:11px}.indicator-picker{display:flex;flex-wrap:wrap;gap:12px;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;background:#fff;align-items:center}.indicator-picker legend{font-size:.9rem;padding:0 4px}.indicator-picker .checkbox{display:inline-flex;flex-direction:row;align-items:center;gap:4px;font-size:.95rem;cursor:pointer}.indicator-picker .checkbox input{margin:0}.pager{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.pager button{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:13px}.pager button:disabled{opacity:.5;cursor:not-allowed}.pager-status{font-size:13px;color:#4b5563}.muted{color:#6b7280;font-style:italic}table{width:100%;border-collapse:collapse}th,td{padding:12px 14px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap}th{background:#f3f4f6}tbody tr:hover{background:#f9fafb}footer{margin-top:24px;color:#6b7280}table.grid{border-collapse:collapse;font-size:12px;width:auto}table.grid th,table.grid td{padding:0;border-bottom:1px solid #f3f4f6}table.grid th.glyph-col{width:22px;min-width:22px;max-width:22px;height:140px;vertical-align:bottom;padding:4px 0 6px;text-align:center;background:#f3f4f6;border-right:1px solid #e5e7eb}table.grid th.glyph-col .rot-label{display:inline-block;writing-mode:sideways-lr;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,monospace;color:#374151;letter-spacing:.02em}@supports not (writing-mode: sideways-lr){table.grid th.glyph-col .rot-label{writing-mode:vertical-rl;transform:rotate(180deg)}}table.grid td.glyph-cell{width:22px;min-width:22px;max-width:22px;padding:2px 0;text-align:center;vertical-align:middle;border-right:1px solid #f3f4f6}table.grid th.time-col,table.grid td.time-col{padding:2px 10px;line-height:14px;white-space:nowrap;text-align:left;vertical-align:middle;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;color:#4b5563}table.grid th.time-col{background:#f3f4f6}table.grid tr.ticker-header th{text-align:left;padding:6px 10px;background:#e5e7eb;color:#111827;font-weight:600;font-size:13px;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db}table.grid td.glyph-cell:before{content:"";display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:middle;font-size:14px}table.grid td.glyph-cell.pos:before{background:#22c55e;border-radius:2px}table.grid td.glyph-cell.neg:before{background:#ef4444;border-radius:2px}table.grid td.glyph-cell.prox:before{background:#3b82f6;border-radius:50%}table.grid td.glyph-cell.nonprox:before{background:transparent;border:2px solid #3b82f6;border-radius:50%;box-sizing:border-box}table.grid td.glyph-cell.unknown:before{content:"*";color:#9ca3af;background:transparent;width:auto;height:auto}table.grid td.glyph-cell.empty:before{background:transparent}table.grid>tbody.ticker-group{content-visibility:auto;contain-intrinsic-size:auto 220px}.manage-lists-link{align-self:end;color:#2563eb;text-decoration:none;font-size:.9rem;padding:6px 8px}.manage-lists-link:hover{text-decoration:underline}.lists-manager{display:grid;grid-template-columns:220px 1fr;grid-template-rows:auto auto;gap:24px;align-items:start}.categories-pane{grid-row:1 / span 2;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.categories-pane h2{margin-top:0;font-size:1rem}.category-list{list-style:none;padding:0;margin:0 0 12px}.category-list li{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:2px 0}.category-list button.link,.category-list button.active{background:none;border:none;text-align:left;cursor:pointer;flex:1;padding:4px 6px;border-radius:4px;color:#111827}.category-list button.active{background:#e0e7ff;font-weight:600}.category-list button.link.danger{flex:0 0 auto;color:#b91c1c}.new-category{display:flex;gap:4px;margin-top:8px}.new-category input{flex:1;min-width:0}.lists-pane{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.lists-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.lists-header h2{margin:0;font-size:1rem}table.lists-table{width:100%;border-collapse:collapse}table.lists-table th,table.lists-table td{text-align:left;padding:6px 8px;border-bottom:1px solid #f1f5f9;font-size:.9rem}table.lists-table td.row-actions{text-align:right;white-space:nowrap}table.lists-table button.link{background:none;border:none;cursor:pointer;color:#2563eb;padding:0 6px}table.lists-table button.link.danger{color:#b91c1c}.list-editor{grid-column:2;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.list-editor h2{margin-top:0;font-size:1rem}.list-editor label{display:block;margin-bottom:10px}.list-editor label input,.list-editor label select,.list-editor label textarea{display:block;width:100%;margin-top:4px;box-sizing:border-box}.editor-actions{display:flex;gap:8px;margin-top:12px}.ticker-group .ticker-header th{cursor:pointer}.ticker-hover-popup{position:fixed;z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 12px 32px #0f172a2e;padding:8px 10px 10px;font-family:Inter,system-ui,sans-serif}.ticker-hover-popup .popup-header{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;color:#374151;margin-bottom:6px}.ticker-hover-popup .popup-header strong{color:#111827;font-size:13px}.ticker-hover-popup .chart-container{height:220px}.ticker-hover-popup .popup-loading,.ticker-hover-popup .popup-error{height:220px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:12px}.ticker-hover-popup .popup-error{color:#b91c1c}.ticker-hover-popup .popup-legend{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:6px;font-size:10px;color:#4b5563;font-family:ui-monospace,SFMono-Regular,monospace}.ticker-hover-popup .legend-item{display:inline-flex;align-items:center;gap:4px}.ticker-hover-popup .legend-swatch{display:inline-block;width:10px;height:2px;border-radius:1px}
