.button-module__BLCCSW__button{cursor:pointer;text-transform:none;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.5;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-flex}.button-module__BLCCSW__button:focus-visible{outline-offset:2px;box-shadow:0 0 0 3px var(--ring-color,#2563eb33);outline:2px solid #0000}.button-module__BLCCSW__button:disabled{cursor:not-allowed;opacity:.65}.button-module__BLCCSW__addButton{background-color:var(--primary,#0d6efd);color:var(--selected-text,#fff);border-color:var(--primary,#0d6efd);border-radius:50px;}.button-module__BLCCSW__addButton:hover:not(:disabled){background-color:var(--primary-hover,#0b5ed7);border-color:var(--primary-hover,#0a58ca);box-shadow:var(--shadow-md,0 2px 4px #0f172a0d)}.button-module__BLCCSW__createButton{background-color:var(--primary,#0d6efd);color:var(--selected-text,#f8fafc);border-color:var(--primary,#0d6efd);}.button-module__BLCCSW__createButton:hover:not(:disabled){background-color:var(--primary-hover,#0b5ed7);border-color:var(--primary-hover,#0a58ca)}.button-module__BLCCSW__createButton:disabled{background-color:var(--primary-light,#2563eb1a);border-color:var(--primary-border,#2563eb33);color:var(--primary,#3b82f6);opacity:.65}.button-module__BLCCSW__cancelButton{color:var(--text-secondary,#475569);background-color:#0000;border-color:#0000;}.button-module__BLCCSW__cancelButton:hover:not(:disabled){background-color:var(--hover-bg,#0f172a08);color:var(--text-primary,#0f172a)}.button-module__BLCCSW__viewButton{color:var(--text-secondary,#475569);border-color:var(--border-color,#e2e8f0);background-color:#0000;border-radius:20px;padding:.4rem .9rem;text-decoration:none;}.button-module__BLCCSW__viewButton:hover:not(:disabled){background-color:var(--background,#0f172a08);border-color:var(--border-hover,#cbd5e1);color:var(--text-primary,#0f172a)}.button-module__BLCCSW__actionButton{color:var(--text-muted,#64748b);background-color:#0000;border-color:#0000;border-radius:50%;width:30px;height:30px;padding:.3rem;}.button-module__BLCCSW__actionButton:hover:not(:disabled){background-color:var(--hover-bg,#0f172a08);color:var(--text-primary,#0f172a)}.button-module__BLCCSW__deleteButton{color:var(--text-muted,#64748b);background-color:#0000;border-color:#0000;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:.3rem;transition:all .15s;display:flex;}.button-module__BLCCSW__deleteButton:hover:not(:disabled){color:var(--error,#ef4444);background-color:#ef44441a;border-color:#ef444433}.button-module__BLCCSW__deleteButton:focus:not(:disabled){outline-offset:2px;outline:2px solid #ef44444d}.button-module__BLCCSW__deleteButton:disabled{opacity:.5;cursor:not-allowed}.button-module__BLCCSW__buttonSm{border-radius:20px;gap:.3rem;padding:.3rem .8rem;font-size:.75rem;text-decoration:none;}.button-module__BLCCSW__viewButtonSm{color:var(--text-secondary,#565b75);background-color:var(--bg-alternate,#f9fafb);border-color:var(--border-color,#dbdce4);text-decoration:none;}.button-module__BLCCSW__viewButtonSm:hover:not(:disabled){background-color:var(--hover-bg,#f0f1f4)}.button-module__BLCCSW__addButtonSm{color:var(--selected-text,#fff);background-color:var(--primary,#0d6efd);border-color:var(--primary,#0d6efd);}.button-module__BLCCSW__addButtonSm:hover:not(:disabled){background-color:var(--primary-hover,#0b5ed7);border-color:var(--primary-hover,#0a58ca)}.button-module__BLCCSW__addButtonSm:disabled{background-color:var(--text-muted,#6c757d);border-color:var(--text-muted,#6c757d);opacity:.65}.button-module__BLCCSW__addUserTickerButton{background-color:var(--background);color:var(--text-primary,#0f172a);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.3,0,.2,1);display:flex}.button-module__BLCCSW__addUserTickerButton:hover:not(:disabled){background-color:var(--background,#3a3f51);box-shadow:0 2px 5px #0000001a,0 1px 2px #0000000d}.button-module__BLCCSW__addUserTickerButton:disabled{cursor:not-allowed;opacity:.65}.button-module__BLCCSW__buttonLoaderIcon{animation:1s linear infinite button-module__BLCCSW__spin}@keyframes button-module__BLCCSW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.dialog-module__-u71aq__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100000;opacity:0;pointer-events:none;background-color:#09090bb3;transition:opacity .25s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.dialog-module__-u71aq__overlayVisible{opacity:1;pointer-events:auto}.dialog-module__-u71aq__content{background-color:var(--bg-primary,#fff);z-index:100001;opacity:0;pointer-events:none;border-radius:10px;flex-direction:column;width:90vw;max-width:500px;max-height:90vh;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-48%)scale(.96);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 0 0 1px #0000000d}.dialog-module__-u71aq__contentVisible{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.dialog-module__-u71aq__header{border-bottom:1px solid var(--border-color-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.dialog-module__-u71aq__title{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:600}.dialog-module__-u71aq__closeButton{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.dialog-module__-u71aq__closeButton:hover{background-color:var(--hover-bg-subtle);color:var(--text-primary)}.dialog-module__-u71aq__closeButton:disabled{opacity:.5;cursor:not-allowed}.dialog-module__-u71aq__formArea{flex-grow:1;padding:1.5rem;overflow-y:auto}.dialog-module__-u71aq__confirmationDescription{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.dialog-module__-u71aq__fieldset{border:none;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:0;display:flex}.dialog-module__-u71aq__fieldset:last-of-type{margin-bottom:0}.dialog-module__-u71aq__label{color:var(--text-secondary);text-align:left;font-size:.875rem;font-weight:500;display:block}.dialog-module__-u71aq__dialogInput,.dialog-module__-u71aq__dialogTextarea{width:100%;color:var(--text-primary);background-color:var(--input-bg);border:1px solid var(--input-border);appearance:none;box-shadow:var(--shadow-sm);box-sizing:border-box;background-clip:padding-box;border-radius:8px;padding:.6rem .85rem;font-size:.95rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.dialog-module__-u71aq__dialogInput:focus,.dialog-module__-u71aq__dialogTextarea:focus{color:var(--text-primary);background-color:var(--input-bg);border-color:var(--input-focus-border);box-shadow:var(--shadow-sm),0 0 0 3.5px var(--primary-focus-ring);outline:0}.dialog-module__-u71aq__dialogInput::placeholder,.dialog-module__-u71aq__dialogTextarea::placeholder{color:var(--text-muted);opacity:1}.dialog-module__-u71aq__dialogInput:disabled,.dialog-module__-u71aq__dialogTextarea:disabled{background-color:var(--bg-subtle);opacity:.7;cursor:not-allowed}.dialog-module__-u71aq__dialogTextarea{resize:vertical;min-height:calc(4.5em + 1.2rem + 2px)}.dialog-module__-u71aq__inputError{border-color:var(--error)}.dialog-module__-u71aq__inputError:focus{border-color:var(--error);box-shadow:var(--shadow-sm),0 0 0 3.5px rgba(var(--error-rgb,220,53,69),.3)}.dialog-module__-u71aq__errorMessage{color:var(--error);text-align:left;margin-top:.4rem;margin-bottom:0;font-size:.8rem}.dialog-module__-u71aq__dialogActions{border-top:1px solid var(--border-color-light);background-color:var(--bg-subtle);flex-shrink:0;justify-content:flex-end;gap:.85rem;display:flex;padding:1rem 1.5rem!important}.dialog-module__-u71aq__actions{flex-direction:row;justify-content:end;gap:.75rem;display:flex;padding:.8rem 1rem!important}@media (max-width:600px){.dialog-module__-u71aq__content{border-radius:8px;width:95vw;max-width:none}.dialog-module__-u71aq__header{padding:.8rem 1rem}.dialog-module__-u71aq__formArea{padding:1.25rem 1rem}.dialog-module__-u71aq__actions{padding:.8rem 1rem!important}.dialog-module__-u71aq__title{font-size:1.1rem}.dialog-module__-u71aq__dialogInput,.dialog-module__-u71aq__dialogTextarea{padding:.55rem .8rem;font-size:.9rem}}.dialog-module__-u71aq__overlay,.dialog-module__-u71aq__content{isolation:isolate;isolation:isolate}.dialog-module__-u71aq__overlay{contain:layout style paint}
.add-ticker-search-module__9tqnVa__searchContainer{width:100%;max-width:400px;position:relative}.add-ticker-search-module__9tqnVa__searchInputWrapper{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;align-items:center;min-height:40px;transition:all .2s;display:flex;position:relative}.add-ticker-search-module__9tqnVa__searchInputWrapper:hover{border-color:var(--border-hover)}.add-ticker-search-module__9tqnVa__searchInputWrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.add-ticker-search-module__9tqnVa__searchIcon{color:var(--text-muted);pointer-events:none;z-index:1;position:absolute;left:12px}.add-ticker-search-module__9tqnVa__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;border-radius:8px;outline:none;padding:10px 42px;font-size:14px}.add-ticker-search-module__9tqnVa__searchInput::placeholder{color:var(--text-muted)}.add-ticker-search-module__9tqnVa__searchInput:disabled{cursor:not-allowed;opacity:.6}.add-ticker-search-module__9tqnVa__loadingIcon{color:var(--primary);pointer-events:none;animation:1s linear infinite add-ticker-search-module__9tqnVa__spin;position:absolute;right:12px}@keyframes add-ticker-search-module__9tqnVa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.add-ticker-search-module__9tqnVa__popoverContent{background:var(--bg-primary);border:1px solid var(--border-color);z-index:50;max-height:300px;width:var(--radix-popover-trigger-width);border-radius:8px;min-width:320px;max-width:400px;animation:.15s cubic-bezier(.16,1,.3,1) add-ticker-search-module__9tqnVa__slideUpAndFade;overflow:hidden;box-shadow:0 8px 32px #0000001a}@keyframes add-ticker-search-module__9tqnVa__slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.add-ticker-search-module__9tqnVa__suggestionsList{max-height:280px;margin:0;padding:8px 0;list-style:none;overflow-y:auto}.add-ticker-search-module__9tqnVa__suggestionItem{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;margin:0;padding:12px 16px;transition:all .15s;display:flex}.add-ticker-search-module__9tqnVa__suggestionItem:hover,.add-ticker-search-module__9tqnVa__suggestionItemSelected{background:var(--bg-alternate)}.add-ticker-search-module__9tqnVa__suggestionItemSelected{background:var(--primary-light);border:1px solid var(--primary-border)}.add-ticker-search-module__9tqnVa__suggestionContent{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex;overflow:hidden}.add-ticker-search-module__9tqnVa__suggestionTicker{color:var(--text-primary);margin-bottom:2px;font-size:14px;font-weight:600}.add-ticker-search-module__9tqnVa__suggestionName{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:13px;overflow:hidden}.add-ticker-search-module__9tqnVa__suggestionAddIcon{color:var(--primary);opacity:.7;flex-shrink:0;margin-left:12px;transition:opacity .15s}.add-ticker-search-module__9tqnVa__suggestionItem:hover .add-ticker-search-module__9tqnVa__suggestionAddIcon,.add-ticker-search-module__9tqnVa__suggestionItemSelected .add-ticker-search-module__9tqnVa__suggestionAddIcon{opacity:1}.add-ticker-search-module__9tqnVa__suggestionItemDisabled{opacity:.6;cursor:not-allowed;pointer-events:none}.add-ticker-search-module__9tqnVa__suggestionLoadingIcon{color:var(--primary);flex-shrink:0;margin-left:12px;animation:1s linear infinite add-ticker-search-module__9tqnVa__spin}.add-ticker-search-module__9tqnVa__loadingState,.add-ticker-search-module__9tqnVa__noResults{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;padding:16px;font-size:14px;display:flex}.add-ticker-search-module__9tqnVa__loadingSpinner{animation:1s linear infinite add-ticker-search-module__9tqnVa__spin}.add-ticker-search-module__9tqnVa__noResults{font-style:italic}@media (prefers-reduced-motion:reduce){.add-ticker-search-module__9tqnVa__loadingIcon,.add-ticker-search-module__9tqnVa__loadingSpinner,.add-ticker-search-module__9tqnVa__popoverContent{animation:none}.add-ticker-search-module__9tqnVa__suggestionItem{transition:none}}.add-ticker-search-module__9tqnVa__suggestionItem:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}@media (prefers-contrast:high){.add-ticker-search-module__9tqnVa__searchInputWrapper,.add-ticker-search-module__9tqnVa__suggestionItemSelected{border-width:2px}}@media (prefers-color-scheme:dark){.add-ticker-search-module__9tqnVa__popoverContent{box-shadow:0 8px 32px #0000004d}}@media (max-width:768px){.add-ticker-search-module__9tqnVa__searchContainer{max-width:100%}.add-ticker-search-module__9tqnVa__popoverContent{width:calc(100vw - 32px);min-width:280px;max-width:calc(100vw - 32px)}.add-ticker-search-module__9tqnVa__suggestionContent{max-width:200px}.add-ticker-search-module__9tqnVa__suggestionName{font-size:12px}}
@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.common-module__UBIuHW__positiveChange{color:var(--color-positive,#00b07c)}.common-module__UBIuHW__negativeChange{color:var(--color-negative,#e54c4c)}.common-module__UBIuHW__metricsLoading{color:var(--text-muted,#64748b);font-size:.8rem;font-style:italic}.common-module__UBIuHW__metricsNA{color:var(--text-muted,#64748b);font-size:.8rem}.common-module__UBIuHW__errorMessage{color:var(--error,#dc3545);margin-top:.25rem;font-size:.75rem}.common-module__UBIuHW__sourceLink{color:var(--primary,#3b82f6);font-weight:500;text-decoration:none}.common-module__UBIuHW__sourceLink:hover{color:var(--primary-hover,#2563eb);text-decoration:underline}.common-module__UBIuHW__animateSpin{animation:1s linear infinite common-module__UBIuHW__spin}.common-module__UBIuHW__mr2{margin-right:.5rem}
.grid-module__dRgDYq__gridContainer{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.grid-module__dRgDYq__gridContainer{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-module__dRgDYq__gridContainer{grid-template-columns:repeat(3,1fr)}}.grid-module__dRgDYq__masonryContainer{column-count:1;column-gap:1.5rem;width:100%}@media (min-width:640px){.grid-module__dRgDYq__masonryContainer{column-count:2}}@media (min-width:1024px){.grid-module__dRgDYq__masonryContainer{column-count:3}}.grid-module__dRgDYq__gridItemCard{background-color:var(--bg-primary,#fff);border:1px solid var(--border-color,#e5eaf2);box-shadow:var(--shadow-md,0 1px 2px #0000000d);vertical-align:top;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;border-radius:8px;width:100%;margin-bottom:1.5rem;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;display:inline-block;overflow:hidden}.grid-module__dRgDYq__gridItemCard:hover{box-shadow:var(--shadow-lg,0 4px 6px #0f172a12);transform:translateY(-2px)}.grid-module__dRgDYq__gridItemHeader{background-color:var(--bg-alternate,#fbfbfc);border-bottom:1px solid var(--border-color,#e5eaf2);justify-content:space-between;align-items:flex-start;padding:.8rem 1rem;display:flex}.grid-module__dRgDYq__gridItemTitle{color:var(--text-primary,#343a40);margin:0 0 .1rem;font-size:.95rem;font-weight:600}.grid-module__dRgDYq__gridItemSource{color:var(--text-muted,#6c757d);font-size:.75rem}.grid-module__dRgDYq__sourceLink{color:var(--primary,#3b82f6);font-weight:500;text-decoration:none}.grid-module__dRgDYq__sourceLink:hover{color:var(--primary-hover,#2563eb);text-decoration:underline}.grid-module__dRgDYq__gridItemTableContainer{min-height:100px;padding:.2rem 0 0;position:relative}.grid-module__dRgDYq__gridItemLoading{background-color:rgba(var(--bg-primary,255,255,255),.75);color:var(--text-muted,#6c757d);z-index:10;border-radius:0 0 8px 8px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:100px;font-size:.8rem;display:flex;position:absolute;inset:0}.grid-module__dRgDYq__gridItemTable{border-collapse:collapse;width:100%;font-size:.8rem}.grid-module__dRgDYq__gridItemTable th{text-align:left;color:var(--text-muted,#6c757d);border-bottom:1px solid var(--border-color,#e5eaf2);padding:.3rem 1rem;font-weight:500}.grid-module__dRgDYq__gridItemTable th.grid-module__dRgDYq__textRight{text-align:right}.grid-module__dRgDYq__gridItemTable td{color:var(--text-primary,#343a40);border-bottom:1px solid var(--border-color,#f1f3f5);vertical-align:middle;padding:.4rem 1rem}.grid-module__dRgDYq__gridItemTable td.grid-module__dRgDYq__textRight{text-align:right}.grid-module__dRgDYq__gridItemTable tr:last-child td{border-bottom:none}.grid-module__dRgDYq__positiveChange{color:var(--success,#00b07c)!important}.grid-module__dRgDYq__negativeChange{color:var(--error,#e54c4c)!important}.grid-module__dRgDYq__gridTickerLink{color:var(--primary,#174c86);font-weight:500;text-decoration:none}.grid-module__dRgDYq__gridTickerLink:hover{color:var(--primary-hover,#0b5ed7);text-decoration:underline}.grid-module__dRgDYq__gridItemAddContainer{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.grid-module__dRgDYq__gridItemViewContainer{border-top:1px solid var(--border-color,#f1f3f5);flex-direction:column;justify-content:center;align-items:center;padding:.5rem .3rem;display:flex;inset:0}.grid-module__dRgDYq__gridItemViewContainer:hover{background-color:rgba(var(--bg-primary,255,255,255),.75);color:var(--text-muted,#6c757d)}.grid-module__dRgDYq__gridItemViewMore{color:var(--primary,#0d6efd);font-size:.8rem;text-decoration:none;display:flex}.grid-module__dRgDYq__gridItemViewMore:hover{color:var(--primary-hover,#0b5ed7);text-decoration:underline}
.details-table-module__aYA0wa__tableControlsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:0 .5rem;display:flex}.details-table-module__aYA0wa__searchAndAddContainer{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}@media (max-width:768px){.details-table-module__aYA0wa__searchAndAddContainer{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.details-table-module__aYA0wa__tableControlsHeader{flex-direction:column;align-items:stretch;gap:1rem}}.details-table-module__aYA0wa__actionButtonsGroup{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.details-table-module__aYA0wa__tableScrollContainer{border:1px solid var(--border-color,#e2e8f0);background-color:var(--bg-primary,#fff);box-shadow:var(--shadow-md,0 1px 2px #0000000d);border-radius:8px;position:relative;overflow-x:auto}.details-table-module__aYA0wa__dataTable{border-collapse:collapse;white-space:nowrap;background-color:var(--bg-alternate,#f8f9fa);width:100%;min-width:800px;font-size:.875rem}.details-table-module__aYA0wa__tableHeader th{text-align:left;color:var(--text-muted,#64748b);background-color:var(--bg-alternate,#f8f9fa);border-bottom:2px solid var(--border-color,#e2e8f0);white-space:nowrap;padding:.75rem 1rem;font-weight:500;position:sticky;top:0}.details-table-module__aYA0wa__sortButton{cursor:pointer;color:inherit;font-weight:inherit;font-size:inherit;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;transition:color .15s;display:inline-flex}.details-table-module__aYA0wa__sortButton:hover{color:var(--text-primary,#212529)}.details-table-module__aYA0wa__sortButton svg{flex-shrink:0}.details-table-module__aYA0wa__sortIconInactive{opacity:.4}.details-table-module__aYA0wa__tableBody tr{transition:background-color .15s}.details-table-module__aYA0wa__tableBody tr:hover{background-color:var(--hover-bg,#f1f3f5)}.details-table-module__aYA0wa__tableBody td{vertical-align:middle;border-bottom:1px solid var(--border-color,#e2e8f0);color:var(--text-secondary,#475569);padding:.7rem 1rem}.details-table-module__aYA0wa__tableBody tr:last-child td{border-bottom:none}.details-table-module__aYA0wa__tableCell{vertical-align:middle;border-bottom:1px solid var(--border-color,#e2e8f0);color:var(--text-secondary,#475569);padding:.7rem 1rem}.details-table-module__aYA0wa__noDataCell{text-align:center;color:var(--text-muted,#6c757d);padding:2rem 1rem;font-style:italic}.details-table-module__aYA0wa__tickerLink{color:var(--primary,#0d6efd);font-weight:500;text-decoration:none}.details-table-module__aYA0wa__tickerLink:hover{color:var(--primary-hover,#0b5ed7);text-decoration:underline}.details-table-module__aYA0wa__nameText{color:var(--text-primary,#212529);white-space:nowrap;text-overflow:ellipsis;max-width:150px;display:block;overflow:hidden}.details-table-module__aYA0wa__dataTable th:nth-child(n+3),.details-table-module__aYA0wa__dataTable td:nth-child(n+3){text-align:right}.details-table-module__aYA0wa__dataTable th:last-child,.details-table-module__aYA0wa__dataTable td:last-child{text-align:center;background-color:var(--bg-alternate,#f8f9fa);border-left:1px solid var(--border-color,#e2e8f0);z-index:5;width:60px;min-width:60px;max-width:60px;padding:.5rem;position:sticky;right:0;box-shadow:-2px 0 4px -2px #0000001a}.details-table-module__aYA0wa__dataTable th:last-child{background-color:var(--bg-alternate,#f8f9fa);z-index:15}.details-table-module__aYA0wa__tableBody tr:hover td:last-child{background-color:var(--hover-bg,#f1f3f5)}.details-table-module__aYA0wa__dataTable.details-table-module__aYA0wa__nonFloatingActions th:last-child,.details-table-module__aYA0wa__dataTable.details-table-module__aYA0wa__nonFloatingActions td:last-child{z-index:auto;box-shadow:none;background-color:#0000;border-left:none;position:static}.details-table-module__aYA0wa__dataTable.details-table-module__aYA0wa__nonFloatingActions th:last-child{background-color:var(--bg-alternate,#f8f9fa)}.details-table-module__aYA0wa__dataTable.details-table-module__aYA0wa__nonFloatingActions .details-table-module__aYA0wa__tableBody tr:hover td:last-child{background-color:var(--hover-bg,#f1f3f5)}.details-table-module__aYA0wa__pagination{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.details-table-module__aYA0wa__pageNumbers{align-items:center;gap:.25rem;display:flex}.details-table-module__aYA0wa__pageNumber{width:2rem;height:2rem;color:var(--text-primary);cursor:pointer;background-color:#0000;border:none;border-radius:.375rem;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.details-table-module__aYA0wa__pageNumber:hover:not(.details-table-module__aYA0wa__currentPage){background-color:var(--hover-bg)}.details-table-module__aYA0wa__currentPage{background-color:var(--primary);color:#fff;font-weight:600}.details-table-module__aYA0wa__ellipsis{color:var(--text-muted);-webkit-user-select:none;user-select:none;cursor:default}.details-table-module__aYA0wa__paginationButton{border:1px solid var(--border-color);background-color:var(--background);width:2rem;height:2rem;color:var(--text-primary);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.details-table-module__aYA0wa__paginationButton:hover:not(:disabled){background-color:var(--hover-bg)}.details-table-module__aYA0wa__paginationButton:active:not(:disabled){transform:scale(.95)}.details-table-module__aYA0wa__paginationButton:disabled{opacity:.5;cursor:not-allowed}:is(body.dialog-open .details-table-module__aYA0wa__dataTable td:last-child,body.dialog-open .details-table-module__aYA0wa__dataTable th:last-child){z-index:1!important}
@media (min-width:1024px){.list-module__MDJcUq__listContainer{margin-top:-3.8rem}}.list-module__MDJcUq__listHeader{margin-bottom:1.5rem}.list-module__MDJcUq__listSectionTitle{color:var(--text-primary,#0f172a);margin:1.5rem 0 .8rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.list-module__MDJcUq__tableContainer{border:1px solid var(--border-color,#e2e8f0);background-color:var(--bg-primary,#fff);box-shadow:var(--shadow-md,0 1px 2px #0000000d);border-radius:8px;overflow-x:auto}.list-module__MDJcUq__watchlistTable{border-collapse:collapse;white-space:nowrap;width:100%}.list-module__MDJcUq__tableRow{transition:background-color .15s}.list-module__MDJcUq__tableRow:hover{background-color:var(--hover-bg,#f8f9fa)}.list-module__MDJcUq__tableCell{vertical-align:middle;color:var(--text-secondary,#475569);border-bottom:1px solid var(--border-color,#e2e8f0);padding:.8rem 1rem;font-size:.875rem}.list-module__MDJcUq__tableRow:last-child .list-module__MDJcUq__tableCell{border-bottom:none}.list-module__MDJcUq__cellName{white-space:normal;min-width:180px}.list-module__MDJcUq__nameLink{color:var(--text-primary,#0f172a);margin-bottom:.1rem;font-weight:600;text-decoration:none;display:block}.list-module__MDJcUq__nameLink:hover{color:var(--primary,#3b82f6)}.list-module__MDJcUq__sourceText{color:var(--text-muted,#64748b);font-size:.75rem}.list-module__MDJcUq__cellDescription{white-space:normal;text-overflow:ellipsis;max-width:300px;color:var(--text-muted,#64748b);overflow:hidden}.list-module__MDJcUq__descriptionText{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden}.list-module__MDJcUq__cellMetrics{text-align:right;min-width:100px;font-weight:500}.list-module__MDJcUq__metricsSubText{color:var(--text-muted,#64748b);margin-top:.1rem;font-size:.7rem;font-weight:400;display:block}.list-module__MDJcUq__cellTickers{min-width:70px;max-width:100px}.list-module__MDJcUq__avatarGroup{align-items:center;display:flex}.list-module__MDJcUq__avatar{border:2px solid var(--bg-primary,#fff);background-color:var(--border-color,#e2e8f0);object-fit:contain;border-radius:50%;width:24px;height:24px;margin-left:-8px}.list-module__MDJcUq__avatar:first-child{margin-left:0}.list-module__MDJcUq__avatarMore{border:2px solid var(--bg-primary,#fff);background-color:var(--border-color,#e2e8f0);width:24px;height:24px;color:var(--text-muted,#64748b);border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.7rem;font-weight:500;display:inline-flex}.list-module__MDJcUq__noTickersText{color:var(--text-muted,#64748b);font-size:.8rem;font-style:italic}.list-module__MDJcUq__cellView,.list-module__MDJcUq__cellActions{text-align:right;max-width:70px}.list-module__MDJcUq__noResultsText{text-align:center;color:var(--text-muted,#6c757d);padding:2rem 1rem;font-size:.9rem}.list-module__MDJcUq__suggestionText{color:var(--text-muted);text-align:center;margin-bottom:1rem;font-size:.9rem}.list-module__MDJcUq__suggestionLink{color:var(--primary);font-weight:500;text-decoration:underline}.list-module__MDJcUq__positiveChange{color:var(--success)!important}.list-module__MDJcUq__negativeChange{color:var(--error)!important}.list-module__MDJcUq__sourceLink{color:var(--primary,#3b82f6);font-weight:500;text-decoration:none}.list-module__MDJcUq__sourceLink:hover{color:var(--primary-hover,#2563eb);text-decoration:underline}
.screener-module__q8Km5q__screenContainer{background-color:var(--background);width:100%;min-height:80vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Trebuchet MS,Roboto,Ubuntu,sans-serif;display:flex;position:relative}.screener-module__q8Km5q__sidebar{background-color:var(--bg-secondary);border:1px solid var(--border-color);z-index:40;border-radius:12px;flex-direction:column;flex-shrink:0;width:260px;height:calc(100vh - 5.5rem);margin:1rem 0 1rem 1rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:sticky;top:4.5rem;overflow:hidden;box-shadow:0 4px 24px #0000000a}.screener-module__q8Km5q__sidebar.screener-module__q8Km5q__collapsed{opacity:0;pointer-events:none;border:none;width:0;margin-left:0;margin-right:0;padding:0}@media (max-width:1024px){.screener-module__q8Km5q__sidebar{border:none;border-right:1px solid var(--border-color);z-index:100;background-color:var(--bg-background);border-radius:0;width:85%;max-width:320px;height:100vh;margin:0;position:fixed;top:0;bottom:0;left:0;transform:translate(0)}.screener-module__q8Km5q__sidebar.screener-module__q8Km5q__collapsed{opacity:1;pointer-events:none;width:85%;transform:translate(-100%)}}.screener-module__q8Km5q__mobileOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:90;opacity:0;pointer-events:none;background-color:#0006;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.screener-module__q8Km5q__mobileOverlay.screener-module__q8Km5q__visible{opacity:1;pointer-events:auto}.screener-module__q8Km5q__sidebarHeader{z-index:10;background-color:var(--bg-secondary);border-bottom:1px solid #0000000d;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0 0;display:flex;position:sticky;top:0}.screener-module__q8Km5q__newChatButton{background-color:var(--text-primary);height:40px;color:var(--bg-primary);cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.2,0,0,1);display:flex;box-shadow:0 1px 2px #0000000d}.screener-module__q8Km5q__newChatButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.screener-module__q8Km5q__newChatButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.screener-module__q8Km5q__toggleSidebarButton{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.screener-module__q8Km5q__toggleSidebarButton:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.screener-module__q8Km5q__sidebarContent{scrollbar-width:thin;scrollbar-color:var(--border-color)transparent;flex-direction:column;flex:1;gap:0;padding:.75rem 0;display:flex;overflow-y:auto}.screener-module__q8Km5q__sidebarContent::-webkit-scrollbar{width:4px}.screener-module__q8Km5q__sidebarContent::-webkit-scrollbar-track{background:0 0}.screener-module__q8Km5q__sidebarContent::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:4px}.screener-module__q8Km5q__sidebarSection{flex-direction:column;gap:.5rem;padding:0 .5rem;display:flex}.screener-module__q8Km5q__sectionHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.7rem;font-weight:600;display:flex}.screener-module__q8Km5q__sectionHeader span{flex:1;display:flex}.screener-module__q8Km5q__collapsibleHeader{cursor:pointer;border-radius:6px;padding:.5rem .75rem;transition:all .2s}.screener-module__q8Km5q__collapsibleHeader:hover{background-color:var(--bg-tertiary)}.screener-module__q8Km5q__headerTitleWithCount{flex:1;align-items:center;gap:.5rem;display:flex}.screener-module__q8Km5q__countBadge{min-width:18px;height:18px;color:var(--text-secondary);background-color:var(--bg-tertiary);text-transform:none;letter-spacing:normal;border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:.65rem;font-weight:600;display:inline-flex}.screener-module__q8Km5q__clearHistoryLink{color:var(--text-muted);cursor:pointer;opacity:.7;text-transform:none;letter-spacing:normal;background:0 0;border:none;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:500;transition:all .2s}.screener-module__q8Km5q__clearHistoryLink:hover{opacity:1;color:var(--error);background-color:#dc262614}.screener-module__q8Km5q__savedQueriesContainer{flex-direction:column;display:flex}.screener-module__q8Km5q__savedQueriesList,.screener-module__q8Km5q__historyList{flex-direction:column;gap:2px;display:flex}.screener-module__q8Km5q__savedQueryItem,.screener-module__q8Km5q__historyItem{cursor:pointer;box-sizing:border-box;width:100%;min-height:36px;color:var(--text-secondary);border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:0 .75rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.screener-module__q8Km5q__savedQueryItem:hover,.screener-module__q8Km5q__historyItem:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.screener-module__q8Km5q__savedQueryButton{appearance:none;background:0 0;border:none;margin:0;padding:0;display:contents}.screener-module__q8Km5q__savedQueryText,.screener-module__q8Km5q__queryText{text-overflow:ellipsis;white-space:nowrap;text-align:left;min-width:0;color:var(--text-primary);flex:1;font-size:.85rem;font-weight:400;overflow:hidden}.screener-module__q8Km5q__savedQueryTime,.screener-module__q8Km5q__queryTimestamp{color:var(--text-muted);opacity:0;white-space:nowrap;margin-left:.5rem;font-size:.7rem;transition:opacity .2s}.screener-module__q8Km5q__savedQueryItem:hover .screener-module__q8Km5q__savedQueryTime,.screener-module__q8Km5q__historyItem:hover .screener-module__q8Km5q__queryTimestamp{opacity:.7}.screener-module__q8Km5q__savedQueryDelete{opacity:0;width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:.25rem;transition:all .2s;display:flex}.screener-module__q8Km5q__savedQueryDelete:hover{color:var(--error);background-color:#ff000014}.screener-module__q8Km5q__historyContainer{width:100%}.screener-module__q8Km5q__emptyHistory{color:var(--text-secondary);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.screener-module__q8Km5q__emptyHistory p{margin:0;font-size:.8rem;line-height:1.5}.screener-module__q8Km5q__emptyHistory p:first-of-type{color:var(--text-primary);opacity:.8;font-weight:500}.screener-module__q8Km5q__emptyHistory p:last-of-type{opacity:.6;font-size:.7rem}.screener-module__q8Km5q__emptyHistoryIcon{stroke:var(--text-secondary);opacity:.3;margin-bottom:.5rem}.screener-module__q8Km5q__historyByDate{flex-direction:column;gap:1.5rem;display:flex}.screener-module__q8Km5q__historyDateHeader{text-transform:capitalize;letter-spacing:.03em;color:var(--text-muted);-webkit-user-select:none;user-select:none;opacity:.85;margin-bottom:.25rem;padding:.75rem 1rem .5rem;font-size:.7rem;font-weight:600}.screener-module__q8Km5q__historyList{flex-direction:column;gap:2px;margin:0;padding:0 .25rem;list-style:none;display:flex}.screener-module__q8Km5q__historyItem{cursor:pointer;background-color:#0000;border-radius:6px;justify-content:space-between;align-items:center;min-height:32px;padding:.4rem .75rem;transition:all .15s;display:flex;position:relative;overflow:hidden}.screener-module__q8Km5q__historyItem:before{display:none}.screener-module__q8Km5q__historyItem:hover{background-color:var(--bg-tertiary)}.screener-module__q8Km5q__activeQuery{background-color:var(--bg-tertiary);color:var(--text-primary);font-weight:500}.screener-module__q8Km5q__activeQuery:after{content:"";background:linear-gradient(180deg,var(--primary)0%,var(--primary-dark)100%);border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.screener-module__q8Km5q__queryText{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:.8rem;line-height:1.4;overflow:hidden}.screener-module__q8Km5q__queryTimestamp{color:var(--text-muted);opacity:0;white-space:nowrap;flex-shrink:0;margin-left:.5rem;font-size:.65rem;transition:opacity .15s}.screener-module__q8Km5q__historyItem:hover .screener-module__q8Km5q__queryTimestamp,.screener-module__q8Km5q__activeQuery .screener-module__q8Km5q__queryTimestamp{opacity:.7}.screener-module__q8Km5q__queryTimestamp:before{display:none}.screener-module__q8Km5q__savedQueriesSection{border-top:1px solid var(--border-color);margin-top:auto;padding:.5rem}.screener-module__q8Km5q__savedQueriesList{scrollbar-width:thin;scrollbar-color:var(--border-color)transparent;flex-direction:column;gap:3px;max-height:240px;margin-top:.5rem;padding:0 .25rem;display:flex;overflow-y:auto}.screener-module__q8Km5q__savedQueriesList::-webkit-scrollbar{width:4px}.screener-module__q8Km5q__savedQueriesList::-webkit-scrollbar-track{background:0 0}.screener-module__q8Km5q__savedQueriesList::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:4px}.screener-module__q8Km5q__savedQueryItem{background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .65rem;transition:all .15s;display:flex}.screener-module__q8Km5q__savedQueryItem:hover{background:var(--bg-tertiary)}.screener-module__q8Km5q__savedQueryButton{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;padding:0;display:flex}.screener-module__q8Km5q__savedQueryText{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8rem;font-weight:450;line-height:1.4;overflow:hidden}.screener-module__q8Km5q__savedQueryTime{color:var(--text-muted);opacity:.7;flex-shrink:0;font-size:.65rem;transition:opacity .2s}.screener-module__q8Km5q__savedQueryItem:hover .screener-module__q8Km5q__savedQueryTime{opacity:1}.screener-module__q8Km5q__savedQueryDelete{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.screener-module__q8Km5q__savedQueryDelete:hover{color:#dc2626;background:#dc26261a}.screener-module__q8Km5q__savedQueriesClearAll:hover{color:#fff;background:#b91c1c;border-color:#b91c1c}.screener-module__q8Km5q__contentWrapper{flex-direction:column;flex:1;min-width:0;min-height:100vh;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.screener-module__q8Km5q__sidebarCollapsed .screener-module__q8Km5q__contentWrapper{margin-left:0}.screener-module__q8Km5q__mainContent{flex-direction:column;flex:1;min-width:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.screener-module__q8Km5q__expandedContent{width:100%}.screener-module__q8Km5q__collapsedSidebar .screener-module__q8Km5q__mainContent{margin-left:0}.screener-module__q8Km5q__newChatButton{width:40px;height:40px;color:var(--text-primary);cursor:pointer;z-index:40;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:1rem;transition:transform .2s,background-color .2s;display:flex}.screener-module__q8Km5q__newChatButton:hover{background-color:var(--hover-bg);transform:scale(1.05)}.screener-module__q8Km5q__newChatButton span{color:var(--text-primary);font-size:1rem}@keyframes screener-module__q8Km5q__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.screener-module__q8Km5q__suggestionPanelTitle{color:var(--text-secondary,#3c3c4399);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.screener-module__q8Km5q__suggestionList{flex-direction:column;gap:.5rem;display:flex}.screener-module__q8Km5q__suggestionItem{text-align:left;background-color:var(--hover-bg,#00000005);border:1px solid var(--border-color,#0000000d);cursor:pointer;color:var(--text-primary);border-radius:.375rem;align-items:center;padding:.625rem .75rem;font-size:.875rem;transition:all .15s;display:flex}.screener-module__q8Km5q__suggestionItem:hover{background-color:var(--hover-bg,#0000000a);border-color:var(--border-color,#00000014);transform:translate(3px)}.screener-module__q8Km5q__suggestionIcon{color:var(--primary-dark,#1e88e5);flex-shrink:0}.screener-module__q8Km5q__queryInputContainer{background-color:var(--background);width:100%;max-width:900px;box-shadow:0 8px 32px #0000001f,0 4px 12px #00000014,0 0 0 2px var(--border-color);border:2px solid var(--border-color);border-radius:50px;margin-bottom:.5rem;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:visible}[data-theme=dark] .screener-module__q8Km5q__queryInputContainer{background-color:#1e1e23;border-color:#ffffff1a;box-shadow:0 8px 32px #00000059,0 4px 12px #00000040,0 0 0 2px #ffffff1a}.screener-module__q8Km5q__queryInputContainer.screener-module__q8Km5q__hovered{border-color:#1e88e54d;transform:translateY(-2px);box-shadow:0 12px 40px #1e88e526,0 6px 16px #1e88e51a,0 0 0 2px #1e88e526}[data-theme=dark] .screener-module__q8Km5q__queryInputContainer.screener-module__q8Km5q__hovered{border-color:#60a5fa4d;box-shadow:0 12px 40px #60a5fa33,0 6px 16px #60a5fa26,0 0 0 2px #60a5fa33}.screener-module__q8Km5q__queryInputContainer.screener-module__q8Km5q__focused{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 16px 48px #1e88e533,0 8px 24px #1e88e526,0 0 0 3px #1e88e540}[data-theme=dark] .screener-module__q8Km5q__queryInputContainer.screener-module__q8Km5q__focused{border-color:var(--primary);box-shadow:0 16px 48px #60a5fa40,0 8px 24px #60a5fa33,0 0 0 3px #60a5fa40}.screener-module__q8Km5q__queryInputWrapper{flex:1;justify-content:center;align-items:center;width:100%;transition:all .3s;display:flex;position:relative}.screener-module__q8Km5q__queryInputContainer.screener-module__q8Km5q__focused .screener-module__q8Km5q__searchIconContainer{color:var(--primary-dark,#1e88e5);opacity:1;transform:scale(1.05)}.screener-module__q8Km5q__queryInput{height:100%;color:var(--text-primary);letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;padding:0 1.75rem;font-size:1.125rem;font-weight:500;transition:all .25s}.screener-module__q8Km5q__queryInput::placeholder{color:var(--text-muted);opacity:.7;font-weight:400;transition:opacity .3s}[data-theme=dark] .screener-module__q8Km5q__queryInput::placeholder{color:#ffffff80}@keyframes screener-module__q8Km5q__submitPulse{0%{transform:scale(1)}50%{transform:scale(.96)}to{transform:scale(1)}}.screener-module__q8Km5q__suggestionPanel{background-color:var(--background);z-index:20;border:1px solid #1e88e533;border-radius:25px;width:94%;max-height:350px;padding:1rem;animation:.35s cubic-bezier(.2,.8,.2,1) screener-module__q8Km5q__panelSlideDown;position:absolute;top:-10px;left:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 -12px 24px #0000001a,0 -4px 8px #0000000d,0 0 0 1px #0000000d}[data-theme=dark] .screener-module__q8Km5q__suggestionPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#1e1e23e6;border-color:#1e88e540;box-shadow:0 -12px 24px #0000004d,0 -4px 8px #0003,0 0 0 1px #ffffff1a}@keyframes screener-module__q8Km5q__panelSlideDown{0%{opacity:0;transform:translateY(-95%)}to{opacity:1;transform:translateY(-100%)}}.screener-module__q8Km5q__suggestionItem:after{content:"";background:linear-gradient(120deg,#0000,#ffffff1a,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.screener-module__q8Km5q__suggestionItemSelected{background:linear-gradient(90deg,#1e88e514 0%,#1e88e51f 100%);border-color:#1e88e54d;transform:translate(4px)}[data-theme=dark] .screener-module__q8Km5q__suggestionItemSelected{background:linear-gradient(90deg,#1e88e526 0%,#1e88e533 100%);border-color:#1e88e566}.screener-module__q8Km5q__suggestionItemSelected .screener-module__q8Km5q__suggestionIconWrapper{background-color:#1e88e533;transform:scale(1.05)}[data-theme=dark] .screener-module__q8Km5q__suggestionItemSelected .screener-module__q8Km5q__suggestionIconWrapper{background-color:#1e88e54d}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.screener-module__q8Km5q__kbdKey{background-color:#f5f5f7;border:1px solid #e5e5e7;border-bottom-width:2px;border-radius:4px;justify-content:center;align-items:center;min-width:1.1rem;padding:0 .3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.7rem;font-weight:500;display:inline-flex}@keyframes screener-module__q8Km5q__spin{to{transform:rotate(360deg)}}.screener-module__q8Km5q__resultsWrapper{flex-direction:column;flex:1;width:100%;min-height:77vh;display:flex}.screener-module__q8Km5q__sampleQueriesContainer{background:radial-gradient(circle at 100% 0,#1e88e508,#0000 70%);flex:1;justify-content:center;align-items:center;min-height:85vh;padding:2rem 2rem 3rem;animation:.6s ease-out screener-module__q8Km5q__fadeIn;display:flex;position:relative}.screener-module__q8Km5q__sampleQueriesContent{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;max-width:800px;display:flex;transform:translateY(-8%)}.screener-module__q8Km5q__sampleQueriesContainer:after{content:"";border:2px solid var(--primary);opacity:.6;border-radius:20px;width:30px;height:50px;animation:2s infinite screener-module__q8Km5q__scrollBounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.screener-module__q8Km5q__sampleQueriesContainer:before{content:"";background-color:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite screener-module__q8Km5q__scrollDot;position:absolute;bottom:2.85rem;left:50%;transform:translate(-50%)}@keyframes screener-module__q8Km5q__scrollBounce{0%,to{opacity:.6;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(8px)}}@keyframes screener-module__q8Km5q__scrollDot{0%{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:0;transform:translate(-50%)translateY(15px)}51%{opacity:0;transform:translate(-50%)translateY(0)}to{opacity:1;transform:translate(-50%)translateY(0)}}.screener-module__q8Km5q__welcomeHeader{text-align:center;flex-direction:column;align-items:center;margin-top:5rem;margin-bottom:1rem;display:flex}.screener-module__q8Km5q__welcomeIcon{background-color:var(--hover-bg,#00000008);width:80px;height:80px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative;box-shadow:0 10px 25px #1e88e526}.screener-module__q8Km5q__welcomeIcon svg{color:var(--primary);stroke:currentColor}.screener-module__q8Km5q__welcomeIcon:after{content:"";opacity:.7;border:2px solid #1e88e54d;border-radius:50%;position:absolute;inset:-6px}@keyframes screener-module__q8Km5q__glow{0%,to{box-shadow:0 10px 25px #1e88e526,0 0 15px #1e88e51a}50%{box-shadow:0 10px 28px #1e88e533,0 0 20px #1e88e526}}@keyframes screener-module__q8Km5q__glow-ring{0%,to{opacity:.5;box-shadow:0 0 8px #1e88e526}50%{opacity:.7;box-shadow:0 0 12px #1e88e540}}.screener-module__q8Km5q__welcomeTitle{color:var(--text-primary);background:linear-gradient(135deg,var(--text-secondary),var(--primary)75%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2.5rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;line-height:1.2}.screener-module__q8Km5q__welcomeText{color:var(--text-secondary);text-align:center;letter-spacing:-.01em;max-width:800px;margin-bottom:2rem;font-size:clamp(1.15rem,2vw,1rem);font-weight:400;line-height:1.5}.screener-module__q8Km5q__sampleQueriesList{grid-template-columns:1fr;gap:.75rem;width:100%;display:grid}.screener-module__q8Km5q__sampleQueryButton{background-color:var(--background);border:1px solid var(--border-color,#00000014);cursor:pointer;text-align:left;color:var(--text-primary);border-radius:.5rem;align-items:center;padding:1.25rem 1.5rem;font-size:.9375rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.screener-module__q8Km5q__sampleQueryButton:after{content:"";background-color:var(--primary-dark,#1e88e5);z-index:1;width:0;height:2px;transition:width .3s ease-out;position:absolute;bottom:-1px;left:0}.screener-module__q8Km5q__sampleQueryButton:hover{background-color:var(--hover-bg,#00000003);border-color:#1e88e51a;transform:translateY(-3px);box-shadow:0 8px 16px #00000014}.screener-module__q8Km5q__sampleQueryButton:hover:after{width:100%}.screener-module__q8Km5q__sampleQueryIcon{color:var(--primary-dark,#1e88e5);justify-content:center;align-items:center;margin-right:1rem;transition:transform .3s;display:flex}.screener-module__q8Km5q__sampleQueryButton:hover .screener-module__q8Km5q__sampleQueryIcon{transform:scale(1.1)}.screener-module__q8Km5q__resultsContainer{flex-direction:column;flex:1;min-height:0;padding:1.25rem 1.5rem;animation:.4s ease-out screener-module__q8Km5q__fadeIn;display:flex;overflow-y:auto}.screener-module__q8Km5q__resultsSummary{color:var(--text-secondary,#3c3c4399);justify-content:space-between;align-items:center;padding:0 .25rem;font-size:.8125rem;font-weight:500;display:flex}.screener-module__q8Km5q__tableContainer{border:1px solid var(--border-color,#00000014);background-color:var(--background);scrollbar-width:thin;scrollbar-color:var(--border-color)var(--background);border-radius:.75rem;flex:1;transition:box-shadow .3s;overflow:auto}.screener-module__q8Km5q__tableContainer::-webkit-scrollbar-thumb{background-color:var(--text-muted);border-radius:4px}.screener-module__q8Km5q__resultsTable{border-collapse:separate;border-spacing:0;font-feature-settings:"tnum" on,"lnum" on;width:100%;font-size:.8125rem}.screener-module__q8Km5q__resultsTable th{background-color:var(--background);text-align:left;color:var(--text-primary);border-bottom:1px solid var(--border-color,#00000014);z-index:1;white-space:nowrap;letter-spacing:-.01em;padding:.75rem .5rem;font-weight:600;transition:background-color .15s;position:sticky;top:0}.screener-module__q8Km5q__resultsTable th:first-child{padding-left:1.5rem}.screener-module__q8Km5q__resultsTable th:last-child{padding-right:1.5rem}.screener-module__q8Km5q__resultsTable th:not(:first-child){text-align:right}.screener-module__q8Km5q__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s,color .2s;position:relative}.screener-module__q8Km5q__sortableHeader:hover{background-color:var(--hover-bg,#00000008)}.screener-module__q8Km5q__sortableHeader:hover:after{opacity:.7;width:70%;left:15%}.screener-module__q8Km5q__activeSortHeader{position:relative;color:var(--primary-dark,#1e88e5)!important}.screener-module__q8Km5q__sortIndicator{margin-left:.25rem;font-size:.625rem;transition:transform .2s;display:inline-block}.screener-module__q8Km5q__resultsTable td{border-bottom:1px solid var(--border-color,#0000000a);font-feature-settings:"tnum" on,"lnum" on;white-space:nowrap;text-overflow:ellipsis;max-width:100px;padding:.5rem;transition:background-color .15s;overflow:hidden}.screener-module__q8Km5q__resultsTable td:first-child{padding-left:1.5rem}.screener-module__q8Km5q__resultsTable td:last-child{padding-right:1.5rem}.screener-module__q8Km5q__resultsTable td:not(:first-child):not(:nth-child(2)){text-align:right}.screener-module__q8Km5q__resultsTable tr:last-child td{border-bottom:none}.screener-module__q8Km5q__tableRow{transition:transform .1s ease-out,background-color .15s}.screener-module__q8Km5q__tableRow:hover td{background-color:var(--hover-bg,#00000003)}.screener-module__q8Km5q__tableRow:active{transform:scale(.995)}.screener-module__q8Km5q__muted{color:var(--text-muted)}.screener-module__q8Km5q__tickerLink{color:var(--primary,#1565c0);font-feature-settings:normal;padding:.125rem 0;font-weight:600;text-decoration:none;transition:color .15s,transform .15s;display:inline-block;position:relative}.screener-module__q8Km5q__tickerLink:after{content:"";background-color:var(--primary-dark,#1e88e5);transform-origin:100% 100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.screener-module__q8Km5q__tickerLink:hover{color:var(--primary,#1565c0)}.screener-module__q8Km5q__tickerLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}.screener-module__q8Km5q__positive{color:#10b981;font-weight:500;transition:color .2s}.screener-module__q8Km5q__negative{color:#ef4444;font-weight:500;transition:color .2s}.screener-module__q8Km5q__pagination{background-color:var(--background);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.25rem 0 .75rem;display:flex}.screener-module__q8Km5q__pageNumbers{align-items:center;gap:.25rem;display:flex}.screener-module__q8Km5q__pageNumber{min-width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;font-size:.8125rem;transition:all .15s cubic-bezier(.25,.46,.45,.94);display:flex}.screener-module__q8Km5q__pageNumber:hover:not(.screener-module__q8Km5q__currentPage){background-color:var(--hover-bg,#00000008);border-color:var(--border-color,#00000014);transform:translateY(-1px)}.screener-module__q8Km5q__currentPage{background-color:var(--primary-dark,#1e88e5);color:#fff;box-shadow:0 2px 5px #1e88e54d}.screener-module__q8Km5q__ellipsis{color:var(--text-secondary,#3c3c4399);padding:0 .25rem}.screener-module__q8Km5q__paginationButton{border:1px solid var(--border-color,#00000014);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;background-color:#0000;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s cubic-bezier(.25,.46,.45,.94);display:flex}.screener-module__q8Km5q__paginationButton:hover:not(:disabled){background-color:var(--hover-bg,#00000008);transform:translateY(-1px);box-shadow:0 2px 5px #0000000d}.screener-module__q8Km5q__paginationButton:active:not(:disabled){transform:translateY(0)}.screener-module__q8Km5q__paginationButton:disabled{opacity:.4;cursor:not-allowed}.screener-module__q8Km5q__bottomContainer{background:linear-gradient(to bottom,transparent 0%,var(--background)40%);-webkit-backdrop-filter:blur(1px);z-index:30;pointer-events:none;flex-direction:column;align-items:center;width:100%;margin-top:auto;padding-top:1rem;padding-bottom:.5rem;display:flex;position:sticky;bottom:0}.screener-module__q8Km5q__bottomContainer>*{pointer-events:auto}.screener-module__q8Km5q__queryForm{align-items:stretch;height:64px;display:flex;position:relative}.screener-module__q8Km5q__searchIconContainer{color:var(--text-secondary,#3c3c4399);transform-origin:50%;opacity:.7;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;left:1.5rem}.screener-module__q8Km5q__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e88e5 0%,#1565c0 100%);border:none;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;width:53px;height:53px;margin:5px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff26}.screener-module__q8Km5q__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#1976d2 0%,#0d47a1 100%)}.screener-module__q8Km5q__submitButton:active:not(:disabled){transform:scale(.98)}.screener-module__q8Km5q__submitButton svg{filter:drop-shadow(0 1px 1px #0000001a);z-index:2;transition:all .25s cubic-bezier(.175,.885,.32,1.275);position:relative}.screener-module__q8Km5q__submitButton:hover:not(:disabled) svg{transform:scale(1.1)}.screener-module__q8Km5q__submitButtonBackground{opacity:0;background:radial-gradient(circle,#ffffff40 0%,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.screener-module__q8Km5q__submitButton:hover:not(:disabled) .screener-module__q8Km5q__submitButtonBackground{opacity:1}.screener-module__q8Km5q__submitPulse{animation:.5s cubic-bezier(.175,.885,.32,1.275) screener-module__q8Km5q__submitPulse}.screener-module__q8Km5q__submitButton:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#90caf9 0%,#64b5f6 100%)}.screener-module__q8Km5q__suggestionPanelHeader{margin-bottom:1.25rem}.screener-module__q8Km5q__suggestionPanelTitle{color:var(--text-primary);align-items:center;gap:.625rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.screener-module__q8Km5q__suggestionPanelTitle svg{color:var(--primary-dark,#1e88e5)}.screener-module__q8Km5q__suggestionPanelDivider{background:linear-gradient(to right,var(--primary-dark,#1e88e5)0%,transparent 80%);opacity:.4;height:1px;margin-top:.5rem}.screener-module__q8Km5q__suggestionList{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.875rem;display:grid}.screener-module__q8Km5q__suggestionItem{text-align:left;border:1px solid var(--border-color,#00000014);cursor:pointer;color:var(--text-primary);background-color:#0000;border-radius:12px;align-items:center;padding:1rem 1.125rem;font-size:.9375rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #00000008}[data-theme=dark] .screener-module__q8Km5q__suggestionItem{border-color:#ffffff14;box-shadow:0 2px 6px #0003}.screener-module__q8Km5q__suggestionItem:after{content:"";background:linear-gradient(120deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(100%)}.screener-module__q8Km5q__suggestionItem:hover{border-color:var(--primary-dark,#1e88e580);transform:translateY(-3px);box-shadow:0 8px 20px #0000000f,0 3px 6px #0000000a,0 0 0 1px #1e88e533}[data-theme=dark] .screener-module__q8Km5q__suggestionItem:hover{border-color:var(--primary-dark,#1e88e580);background-color:#1e88e514;box-shadow:0 8px 20px #0003,0 3px 6px #00000026,0 0 0 1px #1e88e54d}.screener-module__q8Km5q__suggestionItem:hover:after{transform:translate(100%)}.screener-module__q8Km5q__suggestionIconWrapper{background-color:#1e88e51a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-right:1rem;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000a}[data-theme=dark] .screener-module__q8Km5q__suggestionIconWrapper{background-color:#1e88e526;box-shadow:0 2px 4px #0003}.screener-module__q8Km5q__suggestionIcon{color:var(--primary-dark,#1e88e5);transition:transform .3s}.screener-module__q8Km5q__suggestionItem:hover .screener-module__q8Km5q__suggestionIconWrapper{background-color:#1e88e526;transform:scale(1.1)rotate(5deg);box-shadow:0 4px 8px #00000014}[data-theme=dark] .screener-module__q8Km5q__suggestionItem:hover .screener-module__q8Km5q__suggestionIconWrapper{background-color:#1e88e540;box-shadow:0 4px 8px #0000004d}.screener-module__q8Km5q__shortcutHint{color:var(--text-secondary,#3c3c4399);opacity:0;pointer-events:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:all .3s;position:absolute;top:20px;right:60px;transform:translateY(5px)}[data-theme=dark] .screener-module__q8Km5q__shortcutHint{background-color:#1e1e23cc;border-color:#ffffff1a;box-shadow:0 2px 8px #0003,0 1px 3px #00000026}.screener-module__q8Km5q__kbdKey{background-color:var(--background);border:1px solid var(--border-color);border-radius:4px;justify-content:center;align-items:center;min-width:1.1rem;padding:.1rem .3rem .2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.7rem;font-weight:500;display:inline-flex}[data-theme=dark] .screener-module__q8Km5q__kbdKey{background-color:#ffffff1a;border-color:#fff3 #fff3 #ffffff26}.screener-module__q8Km5q__queryInputContainer:hover .screener-module__q8Km5q__shortcutHint{opacity:.9;transform:translateY(0)}.screener-module__q8Km5q__loadingSpinner{z-index:2;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite screener-module__q8Km5q__spin;position:relative}.screener-module__q8Km5q__disclaimer{color:var(--text-secondary,#3c3c4399);text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;max-width:600px;font-size:.67rem;display:flex}.screener-module__q8Km5q__loadingContainer,.screener-module__q8Km5q__errorContainer,.screener-module__q8Km5q__emptyContainer{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:60vh;padding:4rem 1.5rem;display:flex}.screener-module__q8Km5q__spinner{border:2px solid #1e88e50d;border-top-color:var(--primary-dark,#1e88e5);border-radius:50%;width:3rem;height:3rem;margin-bottom:2rem;animation:.9s cubic-bezier(.4,0,.2,1) infinite screener-module__q8Km5q__spin;box-shadow:0 0 15px #1e88e51a}.screener-module__q8Km5q__errorContainer{color:#ef4444}.screener-module__q8Km5q__errorContainer svg{stroke:#ef4444;width:60px;height:60px;margin-bottom:1.5rem;animation:.5s ease-out screener-module__q8Km5q__fadeIn}.screener-module__q8Km5q__emptyContainer{color:var(--text-secondary,#3c3c4399)}.screener-module__q8Km5q__emptyContainer p:first-of-type{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:500}.screener-module__q8Km5q__suggestedQueries{flex-direction:column;gap:.875rem;width:100%;max-width:550px;display:flex}.screener-module__q8Km5q__suggestedQueriesTitle{color:var(--text-primary);text-align:left;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.screener-module__q8Km5q__suggestedQueriesTitle:before{content:"";background-color:var(--primary-dark,#1e88e5);border-radius:2px;width:12px;height:2px;display:block}.screener-module__q8Km5q__suggestedQueryItem{background-color:var(--background);border:1px solid var(--border-color,#00000014);cursor:pointer;text-align:left;color:var(--text-primary);border-radius:.5rem;align-items:center;padding:.875rem 1.125rem;font-size:.875rem;transition:all .2s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.screener-module__q8Km5q__suggestedQueryItem:after{content:"";background:linear-gradient(120deg,#0000,#ffffff1a,#0000);width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)}.screener-module__q8Km5q__suggestedQueryItem:hover{background-color:var(--hover-bg,#00000005);border-color:var(--primary-dark,#1e88e566);transform:translateY(-1px);box-shadow:0 4px 10px #0000000f,0 0 0 1px #1e88e51a}.screener-module__q8Km5q__suggestedQueryItem:hover:after{transition:transform .6s;transform:translate(100%)}.screener-module__q8Km5q__suggestedQueryItem:active{transition:transform .1s;transform:translateY(0)}.screener-module__q8Km5q__suggestedQueryIcon{color:var(--primary-dark,#1e88e5);background-color:#1e88e50f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:.875rem;padding:.25rem;display:flex}.screener-module__q8Km5q__errorBoundary{text-align:center;background-color:var(--background);height:100vh;color:var(--text-primary);background-image:radial-gradient(circle at 25% 25%,#ff3b3003 0%,#0000 50%),radial-gradient(circle at 75% 75%,#ff3b3003 0%,#0000 50%);flex-direction:column;justify-content:center;align-items:center;padding:2.5rem;display:flex}.screener-module__q8Km5q__errorBoundary h2{color:#ef4444;letter-spacing:-.01em;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.screener-module__q8Km5q__errorBoundary p{max-width:450px;color:var(--text-secondary,#3c3c4399);margin-bottom:1.5rem;line-height:1.6}.screener-module__q8Km5q__reloadButton{background-color:var(--primary-dark,#1e88e5);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:500;transition:all .2s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 2px 5px #00000014,0 0 0 1px #1e88e533}.screener-module__q8Km5q__reloadButton svg{width:16px;height:16px}.screener-module__q8Km5q__reloadButton:hover{background-color:var(--primary,#1565c0);transform:translateY(-2px);box-shadow:0 4px 10px #0000001f,0 0 0 1px #1e88e566}.screener-module__q8Km5q__reloadButton:active{transform:translateY(0);box-shadow:0 1px 3px #0000000d,0 0 0 1px #1e88e54d}.screener-module__q8Km5q__industryBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;align-items:center;margin-left:.5rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.screener-module__q8Km5q__industryBadge.screener-module__q8Km5q__tech{color:#3b82f6;background-color:#3b82f61a}.screener-module__q8Km5q__industryBadge.screener-module__q8Km5q__finance{color:#22c55e;background-color:#22c55e1a}.screener-module__q8Km5q__industryBadge.screener-module__q8Km5q__healthcare{color:#ec4899;background-color:#ec48991a}.screener-module__q8Km5q__tableRow{cursor:pointer;transition:all .15s}.screener-module__q8Km5q__tableRow:hover{background-color:var(--hover-bg,#00000005)}.screener-module__q8Km5q__tableRow:active{background-color:var(--hover-bg,#0000000a)}.screener-module__q8Km5q__tableRow td:first-child{border-left:2px solid #0000}.screener-module__q8Km5q__tableRow:hover td:first-child{border-left-color:var(--primary-dark,#1e88e566)}@keyframes screener-module__q8Km5q__pulse{0%,to{opacity:1}50%{opacity:.6}}.screener-module__q8Km5q__pulseAnimation{animation:2s infinite screener-module__q8Km5q__pulse}@keyframes screener-module__q8Km5q__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.screener-module__q8Km5q__fadeInAnimation{animation:.3s ease-out screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__tableRow{opacity:0;animation:.4s forwards screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__tableRow:first-child{animation-delay:50ms}.screener-module__q8Km5q__tableRow:nth-child(2){animation-delay:.1s}.screener-module__q8Km5q__tableRow:nth-child(3){animation-delay:.15s}.screener-module__q8Km5q__tableRow:nth-child(4){animation-delay:.2s}.screener-module__q8Km5q__tableRow:nth-child(5){animation-delay:.25s}.screener-module__q8Km5q__tableRow:nth-child(6){animation-delay:.3s}.screener-module__q8Km5q__tableRow:nth-child(7){animation-delay:.35s}.screener-module__q8Km5q__tableRow:nth-child(8){animation-delay:.4s}.screener-module__q8Km5q__tableRow:nth-child(9){animation-delay:.45s}.screener-module__q8Km5q__tableRow:nth-child(10){animation-delay:.5s}.screener-module__q8Km5q__performanceBar{background-color:#e5e7eb;border-radius:2px;width:80px;height:4px;margin-top:2px;overflow:hidden}.screener-module__q8Km5q__performanceBarFill{border-radius:2px;height:100%}.screener-module__q8Km5q__performanceBarFill.screener-module__q8Km5q__positive{background-color:#22c55e}.screener-module__q8Km5q__performanceBarFill.screener-module__q8Km5q__negative{background-color:#ef4444}.screener-module__q8Km5q__tooltip{display:inline-block;position:relative}.screener-module__q8Km5q__tooltip:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;visibility:hidden;opacity:0;z-index:10;background-color:#000c;border-radius:.25rem;padding:.5rem .75rem;font-size:.75rem;transition:all .2s;position:absolute;bottom:125%;left:50%;transform:translate(-50%)}.screener-module__q8Km5q__tooltip:hover:after{visibility:visible;opacity:1}.screener-module__q8Km5q__sparkline{vertical-align:middle;height:20px;margin-left:.5rem;display:inline-block}.screener-module__q8Km5q__newFeature{position:relative}.screener-module__q8Km5q__newFeature:before{content:"NEW";background-color:var(--primary-dark,#1e88e5);color:#fff;z-index:1;border-radius:4px;padding:2px 4px;font-size:.625rem;font-weight:600;position:absolute;top:-8px;right:-8px}.screener-module__q8Km5q__metricValue{align-items:center;gap:.375rem;display:inline-flex}.screener-module__q8Km5q__metricValue svg{width:12px;height:12px}.screener-module__q8Km5q__tableContainer::-webkit-scrollbar{width:8px;height:8px}.screener-module__q8Km5q__tableContainer::-webkit-scrollbar-track{background:0 0;border-radius:4px}.screener-module__q8Km5q__tableContainer::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--text-muted)!important}.screener-module__q8Km5q__tableContainer::-webkit-scrollbar-thumb:hover{background-color:var(--text-primary)}.screener-module__q8Km5q__tableScrollIndicator{display:none}.screener-module__q8Km5q__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.screener-module__q8Km5q__suggestedQueryItem:focus,.screener-module__q8Km5q__paginationButton:focus,.screener-module__q8Km5q__submitButton:focus,.screener-module__q8Km5q__reloadButton:focus,.screener-module__q8Km5q__clearButton:focus,.screener-module__q8Km5q__pageNumber:focus,.screener-module__q8Km5q__presetButton:focus,.screener-module__q8Km5q__categoryButton:focus{outline:2px solid var(--primary-dark,#1e88e5);outline-offset:2px}.screener-module__q8Km5q__suggestedQueryItem:focus-visible,.screener-module__q8Km5q__paginationButton:focus-visible,.screener-module__q8Km5q__submitButton:focus-visible,.screener-module__q8Km5q__reloadButton:focus-visible,.screener-module__q8Km5q__clearButton:focus-visible,.screener-module__q8Km5q__pageNumber:focus-visible,.screener-module__q8Km5q__presetButton:focus-visible,.screener-module__q8Km5q__categoryButton:focus-visible{outline:3px solid var(--primary,#2196f3);outline-offset:3px;box-shadow:0 0 0 4px #2196f31a}.screener-module__q8Km5q__sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.screener-module__q8Km5q__skipToContent{background:var(--primary-dark,#1e88e5);color:#fff;z-index:1001;padding:8px 16px;transition:top .2s;position:absolute;top:-40px;left:0}.screener-module__q8Km5q__skipToContent:focus{top:0}.screener-module__q8Km5q__resultsHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 .5rem;display:flex}.screener-module__q8Km5q__resultsSummary{color:var(--text-secondary,#3c3c43b3);font-size:.9375rem;font-weight:500}.screener-module__q8Km5q__resultsActions{align-items:center;gap:.75rem;display:flex}.screener-module__q8Km5q__clearButton{background-color:var(--hover-bg);border:1px solid var(--border-color,#00000014);color:var(--text-secondary,#3c3c43b3);cursor:pointer;border-radius:25px;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.screener-module__q8Km5q__clearButton:hover{background-color:var(--hover-bg,#00000005);border-color:var(--border-color,#0000001f);color:var(--text-primary);box-shadow:0 15px 35px #00000026,0 5px 15px #00000014,0 0 0 1px #0000000d}.screener-module__q8Km5q__clearButton:active{transform:scale(.98)}.screener-module__q8Km5q__clearButton svg{transition:transform .2s}.screener-module__q8Km5q__clearButton:hover svg{transform:scale(1.1)}[data-theme=dark] .screener-module__q8Km5q__clearButton{background-color:#ffffff0d;border-color:#ffffff1a}[data-theme=dark] .screener-module__q8Km5q__clearButton:hover{background-color:#ffffff14;border-color:#ffffff26}.screener-module__q8Km5q__columnSelectorContainer{z-index:999;position:relative}.screener-module__q8Km5q__columnSelectorButton{background-color:var(--primary-dark,#1e88e5);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.3,0,.2,1);display:flex;box-shadow:0 2px 5px #0000001a,0 1px 2px #0000000d}.screener-module__q8Km5q__columnSelectorButton:hover{background-color:var(--primary,#1565c0);transform:translateY(-1px);box-shadow:0 4px 8px #00000026,0 1px 3px #0000001a}.screener-module__q8Km5q__columnSelectorButton:active{transform:scale(.98)}.screener-module__q8Km5q__columnSelectorDropdown{background-color:var(--background);z-index:10;opacity:0;transform-origin:100% 0;border:1px solid var(--border-color);border-radius:16px;width:1000px;max-height:420px;animation:.25s cubic-bezier(.22,1,.36,1) forwards screener-module__q8Km5q__dropdownAppear;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 22px 45px #00000059,0 8px 20px #00000040,0 0 0 1px #0000000d}@keyframes screener-module__q8Km5q__dropdownAppear{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}[data-theme=dark] .screener-module__q8Km5q__columnSelectorDropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#1e1e23f7;border-color:#ffffff14;box-shadow:0 22px 45px #00000059,0 8px 20px #00000040,0 0 0 1px #ffffff1a}.screener-module__q8Km5q__columnSelectorHeader{border-bottom:1px solid var(--border-color,#0000000d);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.screener-module__q8Km5q__columnSelectorHeader h4{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:600;animation:.3s ease-out screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__resetColumnsButton{color:var(--primary-dark,#1e88e5);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;animation:.3s ease-out .1s both screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__resetColumnsButton:hover{color:var(--primary,#1565c0);background-color:#1e88e514}.screener-module__q8Km5q__resetColumnsButton:active{transform:scale(.97)}.screener-module__q8Km5q__columnSelectorCategories{border-bottom:1px solid var(--border-color,#0000000d);margin-bottom:0;padding:1rem 1.5rem 0;animation:.3s ease-out .15s both screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__columnSelectorCategories ul{flex-wrap:wrap;gap:8px;margin:0 0 1rem;padding:0;list-style:none;display:flex}.screener-module__q8Km5q__columnSelectorCategories button{border:1px solid var(--border-color,#00000014);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem .875rem;font-size:.8125rem;transition:all .25s cubic-bezier(.3,0,.2,1);position:relative;overflow:hidden}.screener-module__q8Km5q__columnSelectorCategories button:after{content:"";background:linear-gradient(120deg,#0000,#fff3,#0000);width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)}.screener-module__q8Km5q__columnSelectorCategories button:hover{background-color:var(--hover-bg,#00000005);border-color:var(--border-color,#00000026);transform:translateY(-1px);box-shadow:0 2px 5px #0000000d}.screener-module__q8Km5q__columnSelectorCategories button:hover:after{transition:transform .75s;transform:translate(100%)}.screener-module__q8Km5q__activeCategoryButton{color:var(--primary,#1e88e5)!important;box-shadow:0 4px 10px var(--shadow-lg)!important;background:linear-gradient(#1e88e51f,#1e88e514)!important;border-color:#1e88e54d!important;font-weight:600!important}.screener-module__q8Km5q__columnSelectorOptions{scroll-behavior:smooth;grid-template-columns:repeat(3,1fr);gap:.375rem 1.5rem;max-height:300px;animation:.3s ease-out .2s both screener-module__q8Km5q__fadeInUp;display:grid;position:relative;overflow-y:auto}.screener-module__q8Km5q__columnSelectorOptions::-webkit-scrollbar{width:5px}.screener-module__q8Km5q__columnSelectorOptions::-webkit-scrollbar-track{background-color:#0000}.screener-module__q8Km5q__columnSelectorOptions::-webkit-scrollbar-thumb{background-color:var(--text-muted);border-radius:100px;transition:background-color .3s}.screener-module__q8Km5q__columnSelectorOptions::-webkit-scrollbar-thumb:hover{background-color:var(--text-primary)}.screener-module__q8Km5q__columnCheckboxLabel{cursor:pointer;color:var(--text-primary);border-radius:6px;align-items:flex-start;gap:.625rem;margin-bottom:.125rem;padding:.5rem;font-size:.875rem;transition:all .2s;display:flex;position:relative}.screener-module__q8Km5q__columnCheckboxLabel:hover{background-color:var(--hover-bg,#00000005)}.screener-module__q8Km5q__columnCheckbox{appearance:none;border:1.5px solid var(--border-color,#00000040);cursor:pointer;background-color:#0000;border-radius:4px;outline:none;min-width:18px;height:18px;margin-top:.125rem;transition:all .2s cubic-bezier(.3,0,.2,1);position:relative}.screener-module__q8Km5q__columnCheckbox:checked{background-color:var(--primary-dark,#1e88e5);border-color:var(--primary-dark,#1e88e5);animation:.2s cubic-bezier(.4,0,.23,1) screener-module__q8Km5q__checkboxPulse}@keyframes screener-module__q8Km5q__checkboxPulse{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.screener-module__q8Km5q__columnCheckbox:checked:after{content:"";opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;animation:.2s ease-out forwards screener-module__q8Km5q__checkmarkAppear;position:absolute;top:1.5px;left:5px;transform:rotate(45deg)}@keyframes screener-module__q8Km5q__checkmarkAppear{0%{opacity:0;transform:rotate(45deg)scale(.8)}to{opacity:1;transform:rotate(45deg)scale(1)}}.screener-module__q8Km5q__columnCheckbox:disabled{opacity:.5;cursor:not-allowed}.screener-module__q8Km5q__columnCheckboxText{flex:1;transition:color .2s}.screener-module__q8Km5q__columnCheckboxLabel:hover .screener-module__q8Km5q__columnCheckboxText{color:var(--primary-dark,#1e88e5)}.screener-module__q8Km5q__columnCheckboxDescription{color:var(--text-secondary,#3c3c4399);margin-top:.25rem;font-size:.75rem;line-height:1.4;display:block}.screener-module__q8Km5q__requiredBadge{color:var(--text-secondary,#3c3c4399);background-color:#0000000a;border-radius:4px;margin-left:.5rem;padding:.1875rem .375rem;font-size:.6875rem;transition:all .2s}[data-theme=dark] .screener-module__q8Km5q__requiredBadge{color:#fff9;background-color:#ffffff14}.screener-module__q8Km5q__columnCheckboxLabel:hover .screener-module__q8Km5q__requiredBadge{background-color:#0000000f}.screener-module__q8Km5q__columnSelectorFooter{border-top:1px solid var(--border-color,#0000000f);background:linear-gradient(#00000003,#0000);justify-content:flex-end;padding:1.25rem 1.5rem;animation:.3s ease-out .25s both screener-module__q8Km5q__fadeInUp;display:flex}[data-theme=dark] .screener-module__q8Km5q__columnSelectorFooter{background:linear-gradient(#ffffff05,#0000);border-color:#ffffff14}.screener-module__q8Km5q__closeColumnsButton{background:linear-gradient(135deg,var(--primary-dark,#1e88e5)0%,var(--primary,#1565c0)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .25s cubic-bezier(.3,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 5px #1e88e533,inset 0 1px #ffffff1a}.screener-module__q8Km5q__closeColumnsButton:after{content:"";background:linear-gradient(120deg,#0000,#fff3,#0000);width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)}.screener-module__q8Km5q__closeColumnsButton:hover{transform:translateY(-2px);box-shadow:0 4px 10px #1e88e54d,inset 0 1px #ffffff26}.screener-module__q8Km5q__closeColumnsButton:hover:after{transition:transform .75s;transform:translate(100%)}.screener-module__q8Km5q__closeColumnsButton:active{transform:scale(.98)}.screener-module__q8Km5q__columnCategoryHeading{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color,#0000000d);background:var(--background);z-index:2;grid-column:1/-1;padding:.5rem;font-size:.75rem;font-weight:600;position:sticky;top:0}.screener-module__q8Km5q__tableLoadingOverlay{z-index:5;background-color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}[data-theme=dark] .screener-module__q8Km5q__tableLoadingOverlay{background-color:#00000080}.screener-module__q8Km5q__clearHistoryButton{border:0;border-top:1px solid var(--border-color);width:100%;color:var(--text-secondary);cursor:pointer;background-color:#ffffff05;justify-content:center;align-items:center;margin-top:1.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000005}.screener-module__q8Km5q__clearHistoryButton:before{content:"";opacity:0;background:linear-gradient(#ffffff0d,#0000);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.screener-module__q8Km5q__clearHistoryButton:hover{color:#e53e3e;background-color:#ef44440d;border-color:#ef444433;transform:translateY(-1px);box-shadow:0 4px 10px #ef44441a}.screener-module__q8Km5q__clearHistoryButton:hover:before{opacity:1}.screener-module__q8Km5q__clearHistoryButton:active{transition:all .1s;transform:translateY(5px);box-shadow:0 1px 2px #ef44441a}.screener-module__q8Km5q__clearHistoryButton svg{flex-shrink:0;width:16px;height:16px;margin-right:.625rem;transition:transform .3s}.screener-module__q8Km5q__clearHistoryButton:hover svg{stroke:#e53e3e;transform:rotate(-21deg)scale(1.2)}[data-theme=dark] .screener-module__q8Km5q__clearHistoryButton{background-color:#0003;border-color:#ffffff14}[data-theme=dark] .screener-module__q8Km5q__clearHistoryButton:hover{background-color:#ef444426;border-color:#ef44444d;box-shadow:0 4px 12px #ef444426}.screener-module__q8Km5q__queryLimitIndicator{text-align:center;background:linear-gradient(135deg,#fb923c14 0%,#fb923c1f 100%);border-radius:0 0 8px;padding:.875rem 1rem;font-size:.875rem}.screener-module__q8Km5q__limitContent{flex-direction:column;align-items:center;gap:.25rem;display:flex}.screener-module__q8Km5q__limitCount{color:#fb923c;font-size:1.5rem;font-weight:700;line-height:1}.screener-module__q8Km5q__limitLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.screener-module__q8Km5q__loginPrompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:500px;height:75vh;margin:0 auto;padding:2rem;display:flex}.screener-module__q8Km5q__loginPrompt h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.75rem}.screener-module__q8Km5q__loginPrompt p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.screener-module__q8Km5q__loginButton{background-color:var(--primary-dark,#1e88e5);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 2px 10px #0000001a}.screener-module__q8Km5q__loginButton:hover{background-color:var(--primary,#1565c0);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.screener-module__q8Km5q__loginButton:active{transform:translateY(0)}.screener-module__q8Km5q__dialogOverlay{z-index:50;background-color:#00000080;animation:.15s cubic-bezier(.16,1,.3,1) screener-module__q8Km5q__overlayShow;position:fixed;inset:0}.screener-module__q8Km5q__dialogFullscreen{z-index:999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.screener-module__q8Km5q__dialogContainer{background-color:var(--background);border:1px solid var(--border-color);border-radius:18px;flex-direction:column;width:100%;max-width:1000px;height:100%;max-height:100vh;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 10px 20px #0000001a}.screener-module__q8Km5q__dialogHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.screener-module__q8Km5q__dialogTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.screener-module__q8Km5q__dialogActions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.screener-module__q8Km5q__resetButton{color:var(--primary-dark);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;display:flex}.screener-module__q8Km5q__resetButton:hover{background-color:var(--primary-dark-light)}.screener-module__q8Km5q__closeButton{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;display:flex}.screener-module__q8Km5q__closeButton:hover{background-color:var(--hover-bg);color:var(--text-primary)}.screener-module__q8Km5q__searchContainer{border-bottom:1px solid var(--border-color);padding:16px 24px}.screener-module__q8Km5q__searchInputWrapper{align-items:center;display:flex;position:relative}.screener-module__q8Km5q__searchInputWrapper .screener-module__q8Km5q__searchIcon{color:var(--text-muted);position:absolute;left:12px}.screener-module__q8Km5q__searchInput{border:1px solid var(--border-color);background-color:var(--input-bg);width:100%;color:var(--text-primary);border-radius:6px;padding:10px 12px 10px 40px;font-size:14px;transition:all .3s}.screener-module__q8Km5q__searchInput:focus{border-color:var(--primary-dark);outline:none}.screener-module__q8Km5q__clearSearchButton{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;right:12px}.screener-module__q8Km5q__presetsContainer{background:linear-gradient(to bottom,rgba(var(--primary-rgb),.02),transparent);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem}.screener-module__q8Km5q__presetsLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.813rem;font-weight:600}.screener-module__q8Km5q__presetsGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;max-height:180px;padding-bottom:.5rem;display:grid;overflow-y:auto}.screener-module__q8Km5q__presetButton{background:var(--bg-alternate);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.screener-module__q8Km5q__presetButton:hover{background:rgba(var(--primary-rgb),.08);border-color:rgba(var(--primary-rgb),.3);transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.screener-module__q8Km5q__presetButton:active{transform:translateY(0)}.screener-module__q8Km5q__presetIcon{color:var(--primary);flex-shrink:0}[data-theme=dark] .screener-module__q8Km5q__presetButton{background:#ffffff0d}[data-theme=dark] .screener-module__q8Km5q__presetButton:hover{background:rgba(var(--primary-rgb),.15);box-shadow:0 4px 8px #0003}.screener-module__q8Km5q__dialogContent{flex:1;display:flex;overflow:hidden}.screener-module__q8Km5q__historyDialog{max-height:100vh}.screener-module__q8Km5q__historyDialogContent{background-color:var(--bg-primary);z-index:51;border-radius:16px;width:90%;max-width:450px;padding:1rem 2rem;animation:.15s cubic-bezier(.16,1,.3,1) screener-module__q8Km5q__contentShow;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 25px #0003}.screener-module__q8Km5q__categoryNav{border-right:1px solid var(--border-color);width:200px;padding:16px 0;overflow-y:auto}.screener-module__q8Km5q__categoryNav ul{margin:0;padding:0;list-style:none}.screener-module__q8Km5q__categoryButton,.screener-module__q8Km5q__activeCategoryButton{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:0;width:100%;padding:10px 16px;font-size:14px;transition:background-color .2s}.screener-module__q8Km5q__categoryButton{color:var(--text-primary)}.screener-module__q8Km5q__activeCategoryButton{background-color:var(--primary-dark-light);color:var(--text-primary);font-weight:500}.screener-module__q8Km5q__categoryButton:hover{background-color:var(--hover-bg)}.screener-module__q8Km5q__columnsContainer{flex:1;padding:16px 24px;overflow-y:auto}.screener-module__q8Km5q__columnsContainer::-webkit-scrollbar{width:5px;height:5px}.screener-module__q8Km5q__columnsContainer::-webkit-scrollbar-track{background:0 0}.screener-module__q8Km5q__columnsContainer::-webkit-scrollbar-thumb{background-color:var(--text-muted);border-radius:4px}.screener-module__q8Km5q__categoryHeading{color:var(--text-primary);margin:24px 0 12px;font-size:16px;font-weight:600}.screener-module__q8Km5q__categoryHeading:first-child{margin-top:0}.screener-module__q8Km5q__columnGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8px 16px;display:grid}.screener-module__q8Km5q__columnOption{cursor:pointer;border-radius:6px;align-items:flex-start;padding:10px;display:flex}.screener-module__q8Km5q__columnOption:hover{background-color:var(--hover-bg)}.screener-module__q8Km5q__checkbox{background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;margin-right:10px;display:flex}.screener-module__q8Km5q__checkbox[data-state=checked]{background-color:var(--primary-dark);border-color:var(--primary-dark)}.screener-module__q8Km5q__checkboxIndicator{color:#fff;justify-content:center;align-items:center;display:flex}.screener-module__q8Km5q__columnInfo{flex-direction:column;display:flex}.screener-module__q8Km5q__columnLabel{color:var(--text-primary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.screener-module__q8Km5q__requiredBadge{background-color:var(--muted-bg);color:var(--text-muted);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:400}.screener-module__q8Km5q__columnDescription{color:var(--text-muted);margin-top:2px;font-size:12px}.screener-module__q8Km5q__dialogFooter{border-top:1px solid var(--border-color);justify-content:flex-end;padding:16px 24px;display:flex}.screener-module__q8Km5q__applyButton{background-color:var(--primary-dark);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:background-color .2s}.screener-module__q8Km5q__applyButton:hover{background-color:var(--primary)}@keyframes screener-module__q8Km5q__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes screener-module__q8Km5q__contentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.screener-module__q8Km5q__welcomeContainer{flex-direction:column;justify-content:center;align-items:center;gap:3.5rem;max-width:1200px;min-height:50vh;margin:0 auto;animation:.5s ease-in-out screener-module__q8Km5q__smoothFadeIn;display:flex}.screener-module__q8Km5q__welcomeScreen{min-height:50vh;padding:2rem 1.5rem 4rem;position:relative}@keyframes screener-module__q8Km5q__smoothFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.screener-module__q8Km5q__inputCentered{margin-top:-20rem}.screener-module__q8Km5q__dialogDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.screener-module__q8Km5q__cancelButton{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background-color:#0000;border-radius:4px;padding:.5rem 1rem;font-size:.95rem;transition:background-color .2s}.screener-module__q8Km5q__cancelButton:hover{background-color:var(--hover-bg)}.screener-module__q8Km5q__deleteButton{background-color:var(--heat-negative);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.95rem;transition:background-color .2s}.screener-module__q8Km5q__deleteButton:hover{background-color:#c62828}@keyframes screener-module__q8Km5q__fadeInButton{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.screener-module__q8Km5q__landingContent{grid-template-columns:1fr;gap:3.5rem;width:100%;max-width:1100px;margin:5rem auto;display:grid}.screener-module__q8Km5q__aboveFold{color:var(--text-secondary);background-color:var(--card-bg);border-radius:24px;margin:0 auto;padding:2.5rem;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.7;animation:.8s ease-out .2s both screener-module__q8Km5q__fadeInUp;position:relative;overflow:hidden}.screener-module__q8Km5q__aboveFold:after{content:"";background:linear-gradient(90deg,transparent,var(--pattern-color-1));z-index:0;width:50%;height:100%;position:absolute;top:0;right:0}.screener-module__q8Km5q__aboveFold p{z-index:2;position:relative}.screener-module__q8Km5q__infoSection{background-color:var(--card-bg);border:1px solid #0000;border-radius:24px;padding:2.5rem;transition:all .5s cubic-bezier(.22,1,.36,1);animation:.8s ease-out both screener-module__q8Km5q__fadeInUp;position:relative;overflow:hidden}.screener-module__q8Km5q__infoSection:first-child{animation-delay:.3s}.screener-module__q8Km5q__infoSection:nth-child(2){animation-delay:.5s}.screener-module__q8Km5q__infoSection:nth-child(3){animation-delay:.7s}.screener-module__q8Km5q__infoSection:hover{border:1px solid var(--border-color);transform:translateY(-8px)}.screener-module__q8Km5q__infoSection:after{content:"";background:var(--feature-card-gradient);opacity:0;width:30%;height:4px;transition:width .5s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0}.screener-module__q8Km5q__infoSection:hover:after{opacity:1;width:100%}.screener-module__q8Km5q__infoSection h2{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.75rem;padding-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;position:relative}.screener-module__q8Km5q__infoSection h2:after{content:"";background:linear-gradient(90deg,var(--primary-dark),transparent);border-radius:5px;width:80px;height:4px;position:absolute;bottom:0;left:0}.screener-module__q8Km5q__infoSection p{color:var(--text-secondary);z-index:5;margin-bottom:1.5rem;font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.8;position:relative}.screener-module__q8Km5q__exampleQueriesSection{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--background)100%);border:1px solid var(--border-color);border-radius:24px;margin-bottom:2rem;padding:3rem 2.5rem;position:relative}.screener-module__q8Km5q__exampleQueriesSection:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#1e88e508,#0000 70%);width:400px;height:400px;position:absolute;top:0;right:0}.screener-module__q8Km5q__exampleQueriesHeader{z-index:5;margin-bottom:2rem;position:relative}.screener-module__q8Km5q__exampleQueriesSection h3{color:var(--text-primary);letter-spacing:-.02em;margin-top:0;margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.screener-module__q8Km5q__exampleQueriesSubtitle{color:var(--text-secondary);margin:0;font-size:.9375rem;font-weight:400}.screener-module__q8Km5q__exampleQueries{z-index:5;flex-direction:column;gap:1rem;display:flex;position:relative}.screener-module__q8Km5q__exampleQuery{background:var(--card-bg);border:1.5px solid var(--border-color);color:var(--text-primary);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1.5;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.screener-module__q8Km5q__exampleQuery:after{content:"→";opacity:0;color:var(--primary);font-size:1.25rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)translate(10px)}.screener-module__q8Km5q__exampleQuery:hover{background:var(--hover-bg);border-color:#1e88e566;padding-right:3.5rem;transform:translate(4px);box-shadow:0 6px 20px #00000014}.screener-module__q8Km5q__exampleQuery:hover:after{opacity:1;transform:translateY(-50%)translate(0)}.screener-module__q8Km5q__exampleQueryIcon{flex-shrink:0;font-size:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.screener-module__q8Km5q__exampleQuery:hover .screener-module__q8Km5q__exampleQueryIcon{transform:scale(1.2)}.screener-module__q8Km5q__exampleQueryText{z-index:1;flex:1;position:relative}.screener-module__q8Km5q__seoSection{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:24px;padding:2.5rem;animation:.8s ease-out 1.1s both screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__seoSection h2{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:inline-block;position:relative}.screener-module__q8Km5q__seoSection h2:after{content:"";background:var(--feature-card-gradient);border-radius:5px;width:60px;height:3px;position:absolute;bottom:-8px;left:0}.screener-module__q8Km5q__seoSection p{color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.8}.screener-module__q8Km5q__menuButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-right:.5rem;padding:.5rem;display:none}.screener-module__q8Km5q__drawer{background-color:var(--background);z-index:100;flex-direction:column;width:280px;height:100vh;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-280px;box-shadow:0 0 20px #00000026}.screener-module__q8Km5q__drawerOpen{right:0}.screener-module__q8Km5q__backdrop{z-index:90;background-color:#00000080;animation:.2s ease-in-out screener-module__q8Km5q__fadeIn;position:fixed;inset:0}.screener-module__q8Km5q__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem;display:flex}.screener-module__q8Km5q__drawerLogo{color:inherit;padding-left:.5rem;text-decoration:none}.screener-module__q8Km5q__closeDrawer{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem}.screener-module__q8Km5q__drawerNav{flex:1;padding:1rem 0;overflow-y:auto}.screener-module__q8Km5q__drawerNavList{margin:0;padding:0;list-style:none}.screener-module__q8Km5q__drawerNavLink{color:var(--text-primary);align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s;display:flex}.screener-module__q8Km5q__drawerNavLink:hover,.screener-module__q8Km5q__drawerNavLink:focus{background-color:var(--hover-bg)}.screener-module__q8Km5q__drawerIcon{color:var(--text-secondary);margin-right:.75rem;display:flex}.screener-module__q8Km5q__drawerFooter{border-top:1px solid var(--border-color);padding:.5rem 1.5rem}.screener-module__q8Km5q__navContainer{display:flex}.screener-module__q8Km5q__logoLink img{filter:invert()sepia(0%)saturate(0%)hue-rotate(93deg)brightness(103%)contrast(103%)}@media (prefers-color-scheme:dark){.screener-module__q8Km5q__logoLink img{filter:invert(21%)sepia(14%)saturate(682%)hue-rotate(176deg)brightness(95%)contrast(88%)}}.screener-module__q8Km5q__logoutButton{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;padding:.75rem 0;font-size:.875rem;display:flex}.screener-module__q8Km5q__logoutButton:hover{color:var(--error-color)}@keyframes screener-module__q8Km5q__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1200px){.screener-module__q8Km5q__landingContent{padding:0}}@media (max-width:991px) and (min-width:769px){.screener-module__q8Km5q__welcomeTitle{padding:0 1rem}.screener-module__q8Km5q__welcomeText{padding:0 1.5rem}.screener-module__q8Km5q__exampleQueries{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.screener-module__q8Km5q__sidebar{background-color:var(--bg-secondary);display:flex}.screener-module__q8Km5q__exportButton span,.screener-module__q8Km5q__columnSelectorButton span{display:inline}}@media (max-width:768px){.screener-module__q8Km5q__welcomeContainer{gap:2.5rem;width:calc(100% - 2rem);padding:0}.screener-module__q8Km5q__welcomeScreen{min-height:85vh;padding:0}.screener-module__q8Km5q__emptyContainer{padding:2rem 1rem}.screener-module__q8Km5q__sampleQueriesContainer{min-height:90vh;padding:1.5rem 1rem 2rem}.screener-module__q8Km5q__sampleQueriesContent{gap:1.5rem;padding:0;transform:translateY(-5%)}.screener-module__q8Km5q__welcomeIcon{width:70px;height:70px;margin-bottom:1rem}.screener-module__q8Km5q__welcomeIcon svg{width:36px;height:36px}.screener-module__q8Km5q__welcomeTitle{margin-bottom:3.5rem;padding:0 1rem;font-size:1.75rem}.screener-module__q8Km5q__landingInputContainer{max-width:100%;padding:0 1rem}.screener-module__q8Km5q__queryInputContainer{max-width:100%}.screener-module__q8Km5q__sampleQueriesContainer:after{width:24px;height:40px;bottom:1rem}.screener-module__q8Km5q__sampleQueriesContainer:before{width:5px;height:5px;bottom:1.75rem}.screener-module__q8Km5q__seoContent{margin:1.5rem auto 1rem;padding:0 1rem}.screener-module__q8Km5q__introSection{margin-bottom:2rem}.screener-module__q8Km5q__introText{font-size:.95rem;line-height:1.6}.screener-module__q8Km5q__featuresGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.screener-module__q8Km5q__featureCard{padding:1.5rem}.screener-module__q8Km5q__featureCard h3{font-size:1.1rem}.screener-module__q8Km5q__featureCard p{font-size:.9rem}.screener-module__q8Km5q__exampleQueriesSection{padding:1.5rem 1rem}.screener-module__q8Km5q__exampleQueriesSection h3{margin-bottom:1rem;font-size:1.1rem}.screener-module__q8Km5q__exampleQueries{grid-template-columns:1fr;gap:.75rem}.screener-module__q8Km5q__exampleQuery{padding:.875rem 1rem;font-size:.875rem}.screener-module__q8Km5q__recentQueriesContainer{gap:.75rem;margin-top:2rem;padding:0 1rem}.screener-module__q8Km5q__recentQueriesHeader{padding:0 .25rem}.screener-module__q8Km5q__recentQueryItem{padding:.875rem 1rem;font-size:.875rem}.screener-module__q8Km5q__recentQueryItem:hover{padding-right:2.5rem}.screener-module__q8Km5q__recentQueryItem:before{font-size:1.1rem;right:1rem}.screener-module__q8Km5q__seoContentResults{max-width:100%;margin:2rem auto 1rem;padding:0 1rem}.screener-module__q8Km5q__exportButton span,.screener-module__q8Km5q__columnSelectorButton span{display:none}.screener-module__q8Km5q__exportButton,.screener-module__q8Km5q__columnSelectorButton{border-radius:50%;justify-content:center;gap:0;min-width:40px;min-height:40px;padding:.5rem}.screener-module__q8Km5q__exportButton svg,.screener-module__q8Km5q__columnSelectorButton svg{margin:0}.screener-module__q8Km5q__bottomContainer{gap:2rem}.screener-module__q8Km5q__resultsWrapper{max-height:calc(100vh - 8rem)}.screener-module__q8Km5q__header{height:56px;padding:0 .75rem}.screener-module__q8Km5q__navList{gap:1rem}.screener-module__q8Km5q__profileButton{width:32px;height:32px}.screener-module__q8Km5q__queryInputContainer{border-radius:1rem;position:absolute}.screener-module__q8Km5q__queryInputContainer.screener-module__q8Km5q__hasValue{width:calc(100% - 1.5rem)}.screener-module__q8Km5q__queryForm{flex-direction:row;height:64px}.screener-module__q8Km5q__searchIconContainer{left:1.25rem}.screener-module__q8Km5q__queryInput{touch-action:manipulation;min-height:44px;padding-left:1.5rem;padding-right:1.5rem;font-size:1rem}.screener-module__q8Km5q__queryInput:focus{font-size:1rem}.screener-module__q8Km5q__submitButton{color:#fff;cursor:pointer;touch-action:manipulation;border:none;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;min-width:44px;height:2.75rem;min-height:44px;margin-left:auto;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff26}.screener-module__q8Km5q__submitButton:disabled{opacity:.6;cursor:not-allowed;background:0 0}.screener-module__q8Km5q__shortcutHint{font-size:.7rem;bottom:-26px;right:70px}.screener-module__q8Km5q__suggestionPanel{padding:.75rem}.screener-module__q8Km5q__suggestionList{grid-template-columns:1fr;gap:.75rem}.screener-module__q8Km5q__suggestionItem{padding:.5rem .625rem}.screener-module__q8Km5q__resultsContainer{padding:1.25rem 0}.screener-module__q8Km5q__dialogContainer{border-radius:0;max-width:100%;max-height:100vh}.screener-module__q8Km5q__dialogContent{flex-direction:column}.screener-module__q8Km5q__dialogHeader{flex-wrap:wrap;gap:.75rem;padding:1rem}.screener-module__q8Km5q__searchInputWrapper{flex:1;min-width:200px}.screener-module__q8Km5q__searchInput{min-height:44px;padding:.75rem 2.5rem .75rem 2.75rem;font-size:1rem}.screener-module__q8Km5q__presetsContainer{padding:1rem}.screener-module__q8Km5q__presetsGrid{grid-template-columns:1fr;gap:.625rem}.screener-module__q8Km5q__presetButton{justify-content:flex-start;min-height:44px;padding:.875rem 1rem}.screener-module__q8Km5q__categoryNav{-webkit-overflow-scrolling:touch;white-space:nowrap;border-bottom:1px solid var(--border-color);scrollbar-width:none;-ms-overflow-style:none;width:100%;padding:.75rem 1rem;overflow-x:auto}.screener-module__q8Km5q__categoryNav::-webkit-scrollbar{display:none}.screener-module__q8Km5q__categoryNav ul{gap:.5rem;margin:0;padding:0;display:flex}.screener-module__q8Km5q__categoryButton,.screener-module__q8Km5q__activeCategoryButton{white-space:nowrap;border-radius:8px;min-height:40px;padding:.625rem 1rem;font-size:.875rem}.screener-module__q8Km5q__columnsContainer{width:100%;padding:1rem}.screener-module__q8Km5q__categoryHeading{margin:1.5rem 0 1rem;font-size:1rem}.screener-module__q8Km5q__columnGrid{grid-template-columns:1fr;gap:.75rem}.screener-module__q8Km5q__columnOption{min-height:44px;padding:.875rem}.screener-module__q8Km5q__checkbox{width:22px;height:22px}.screener-module__q8Km5q__resetButton,.screener-module__q8Km5q__closeButton,.screener-module__q8Km5q__applyButton{min-width:44px;min-height:44px;padding:.75rem 1rem}.screener-module__q8Km5q__dialogFooter{padding:1rem}.screener-module__q8Km5q__tableContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;border-radius:.375rem;max-width:100%;max-height:calc(100% - 8.5rem);position:relative;overflow-x:auto}.screener-module__q8Km5q__tableContainer:after{content:"";background:linear-gradient(to right,transparent,var(--background));pointer-events:none;opacity:.6;width:30px;height:100%;position:absolute;top:0;right:0}.screener-module__q8Km5q__tableScrollIndicator{background:linear-gradient(to bottom,transparent,var(--background));pointer-events:none;opacity:.7;z-index:2;width:100%;height:24px;display:block;position:absolute;bottom:0;left:0}.screener-module__q8Km5q__resultsTable{min-width:650px}.screener-module__q8Km5q__resultsTable th,.screener-module__q8Km5q__resultsTable td{padding:.75rem .875rem;font-size:.75rem}.screener-module__q8Km5q__pagination{justify-content:center;gap:.5rem;padding:.75rem 1rem}.screener-module__q8Km5q__pageNumbers{justify-content:center;width:100%;margin-top:.5rem}.screener-module__q8Km5q__pullRefreshIndicator{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.screener-module__q8Km5q__pullRefreshIndicator.screener-module__q8Km5q__visible{transform:translate(-50%)translateY(60px)}.screener-module__q8Km5q__columnSelectorDropdown{width:320px;right:-8px}.screener-module__q8Km5q__columnSelectorOptions{grid-template-columns:1fr;gap:.25rem}.screener-module__q8Km5q__columnSelectorHeader,.screener-module__q8Km5q__columnSelectorFooter,.screener-module__q8Km5q__columnSelectorCategories,.screener-module__q8Km5q__columnSelectorOptions{padding:.875rem 1.125rem}.screener-module__q8Km5q__columnSelectorHeader h4{font-size:1rem}.screener-module__q8Km5q__clearHistoryButton{margin-top:1rem;padding:.625rem}.screener-module__q8Km5q__clearHistoryButton span{display:none}.screener-module__q8Km5q__clearHistoryButton svg{margin-right:0}.screener-module__q8Km5q__mobileFab{background-color:var(--primary-dark,#1e88e5);color:#fff;z-index:99;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 12px #00000026}.screener-module__q8Km5q__mobileFab:active{background-color:var(--primary,#1565c0);transform:scale(.95)}.screener-module__q8Km5q__aboveFold,.screener-module__q8Km5q__infoSection,.screener-module__q8Km5q__exampleQueriesSection,.screener-module__q8Km5q__seoSection{border-radius:20px;padding:1.75rem}.screener-module__q8Km5q__infoSection h2,.screener-module__q8Km5q__seoSection h2{margin-bottom:1.25rem;padding-bottom:.75rem}.screener-module__q8Km5q__infoSection p,.screener-module__q8Km5q__seoSection p{margin-bottom:1rem}.screener-module__q8Km5q__exampleQuery{border-radius:12px;padding:1rem 1.25rem}.screener-module__q8Km5q__header{padding:.5rem}.screener-module__q8Km5q__mainNav{display:none}.screener-module__q8Km5q__menuButton{order:3;display:block}.screener-module__q8Km5q__navContainer{order:2}.screener-module__q8Km5q__profileDropdown{display:none}.screener-module__q8Km5q__headerLeft{gap:.5rem}.screener-module__q8Km5q__logoLink{padding:0}.screener-module__q8Km5q__navContainer{width:70%}}.screener-module__q8Km5q__loadingMessage{color:var(--text-primary);-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:500;transition:opacity .3s,transform .3s}.screener-module__q8Km5q__fadeIn{opacity:1;transform:translateY(0)}.screener-module__q8Km5q__fadeOut{opacity:0;transform:translateY(10px)}.screener-module__q8Km5q__exportMenuContainer{position:relative}.screener-module__q8Km5q__exportButton{color:var(--text-primary);background:var(--bg-alternate);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.screener-module__q8Km5q__exportButton:hover{background:var(--hover-bg);border-color:var(--primary);transform:translateY(-1px)}.screener-module__q8Km5q__exportButton:active{transform:translateY(0)}.screener-module__q8Km5q__exportMenuBackdrop{z-index:99;position:fixed;inset:0}.screener-module__q8Km5q__exportMenuDropdown{background:var(--bg-primary);border:1px solid var(--border-color);z-index:100;border-radius:12px;min-width:250px;padding:.5rem;animation:.2s screener-module__q8Km5q__slideDown;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #0000001f}.screener-module__q8Km5q__exportMenuItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:background .15s;display:flex}.screener-module__q8Km5q__exportMenuItem:hover:not(:disabled){background:var(--hover-bg)}.screener-module__q8Km5q__exportMenuItem:disabled{opacity:.5;cursor:not-allowed}.screener-module__q8Km5q__exportMenuItem svg{color:var(--primary);flex-shrink:0}.screener-module__q8Km5q__exportMenuItemContent{flex-direction:column;gap:.25rem;display:flex}.screener-module__q8Km5q__exportMenuItemTitle{color:var(--text-primary);font-size:.875rem;font-weight:500}.screener-module__q8Km5q__exportMenuItemDesc{color:var(--text-secondary);font-size:.75rem}.screener-module__q8Km5q__exportMenuDivider{background:var(--border-color);height:1px;margin:.5rem 0}@media (prefers-color-scheme:dark){.screener-module__q8Km5q__exportButton{background:#ffffff0d;border-color:#ffffff1a}.screener-module__q8Km5q__exportButton:hover{background:#ffffff1a}.screener-module__q8Km5q__exportMenuDropdown{background:var(--bg-alternate);box-shadow:0 8px 24px #0006}.screener-module__q8Km5q__savedQueryDelete:hover{color:#fff;background:#fb7185}.screener-module__q8Km5q__savedQueriesClearAll:hover{color:#fff;background:#fb7185;border-color:#fb7185}}.screener-module__q8Km5q__funFactText{color:var(--text-secondary);margin-top:1rem;font-size:.875rem;font-weight:400;line-height:1.7;transition:opacity .6s,transform .6s}.screener-module__q8Km5q__sidebarFooter{flex-shrink:0;width:100%;margin-top:auto}.screener-module__q8Km5q__queryLimitIndicatorWrapper{border-top:1px solid var(--border-color);background-color:var(--bg-secondary);width:100%}.screener-module__q8Km5q__toggleSidebarResultsButton{border:1px solid var(--border-color);background-color:var(--bg-primary);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:25px;justify-content:center;align-items:center;margin-right:.5rem;font-size:1.25rem;transition:all .2s cubic-bezier(.2,0,0,1);display:flex}.screener-module__q8Km5q__toggleSidebarResultsButton:hover{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);box-shadow:0 2px 4px #0000000d}.screener-module__q8Km5q__savedQueryButton{align-items:center;width:100%;min-width:0;overflow:hidden;display:flex!important}.screener-module__q8Km5q__savedQueryTime{opacity:.6;flex-shrink:0;margin-left:.5rem;font-size:.7rem}.screener-module__q8Km5q__savedQueryDelete{opacity:0;flex-shrink:0;transition:opacity .2s}.screener-module__q8Km5q__savedQueryItem:hover .screener-module__q8Km5q__savedQueryDelete{opacity:1}.screener-module__q8Km5q__sidebarHeader,.screener-module__q8Km5q__sidebarSection,.screener-module__q8Km5q__queryLimitIndicatorWrapper{box-sizing:border-box;max-width:100%;overflow-x:hidden}.screener-module__q8Km5q__savedQueryItem,.screener-module__q8Km5q__historyItem{box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.screener-module__q8Km5q__historyItem span{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;overflow:hidden}.screener-module__q8Km5q__landingMainContent{background-color:var(--background);flex-direction:column;flex:1;width:100%;max-width:100%;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.screener-module__q8Km5q__backgroundDecor{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.screener-module__q8Km5q__decorCircle1,.screener-module__q8Km5q__decorCircle2,.screener-module__q8Km5q__decorCircle3{background:radial-gradient(circle,#1e88e514 0%,#0000 70%);border-radius:50%;animation:20s ease-in-out infinite screener-module__q8Km5q__float;position:absolute}.screener-module__q8Km5q__decorCircle1{width:600px;height:600px;animation-delay:0s;top:-300px;right:-200px}.screener-module__q8Km5q__decorCircle2{background:radial-gradient(circle,#60a5fa0f 0%,#0000 70%);width:400px;height:400px;animation-delay:-7s;bottom:-100px;left:-150px}.screener-module__q8Km5q__decorCircle3{background:radial-gradient(circle,#1e88e50a 0%,#0000 70%);width:500px;height:500px;animation-delay:-14s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes screener-module__q8Km5q__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.screener-module__q8Km5q__landingInputContainer{flex-direction:column;gap:1rem;width:100%;max-width:950px;margin:0 auto;padding:0 1rem;display:flex}.screener-module__q8Km5q__seoContent{z-index:1;width:100%;max-width:1200px;margin:3.5rem auto 3rem;padding:0 2rem;scroll-margin-top:2rem;position:relative}.screener-module__q8Km5q__seoContentResults{box-sizing:border-box;gap:2rem;width:100%;max-width:1400px;margin:3rem auto 2rem;padding:0 2rem;display:grid;overflow-x:hidden}.screener-module__q8Km5q__seoContentResults .screener-module__q8Km5q__aboveFold,.screener-module__q8Km5q__seoContentResults .screener-module__q8Km5q__infoSection,.screener-module__q8Km5q__seoContentResults .screener-module__q8Km5q__exampleQueriesSection{box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%}.screener-module__q8Km5q__introBadge{color:var(--primary);background:linear-gradient(135deg,#1e88e51a 0%,#60a5fa0d 100%);border:1px solid #1e88e533;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;animation:.6s ease-out screener-module__q8Km5q__fadeInDown;display:inline-flex}.screener-module__q8Km5q__introBadge svg{color:var(--primary);animation:2s ease-in-out infinite screener-module__q8Km5q__pulse}@keyframes screener-module__q8Km5q__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.screener-module__q8Km5q__introHeading{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.2;animation:.8s ease-out screener-module__q8Km5q__fadeInUp}.screener-module__q8Km5q__introSection{text-align:center;margin-bottom:4rem;animation:1s ease-out screener-module__q8Km5q__fadeIn}.screener-module__q8Km5q__introText{color:var(--text-secondary);letter-spacing:.01em;max-width:850px;margin:0 auto;font-size:clamp(1.0625rem,1.3vw,1.125rem);font-weight:400;line-height:1.8}.screener-module__q8Km5q__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.screener-module__q8Km5q__featureCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.screener-module__q8Km5q__featureCard:before{content:"";background:linear-gradient(90deg,var(--primary),transparent);opacity:0;height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.screener-module__q8Km5q__featureCard:hover{border-color:#1e88e54d;transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.screener-module__q8Km5q__featureCard:hover:before{opacity:1}.screener-module__q8Km5q__featureCard:hover .screener-module__q8Km5q__featureIcon{transform:scale(1.1)rotate(5deg)}.screener-module__q8Km5q__featureIcon{width:56px;height:56px;color:var(--primary);background:linear-gradient(135deg,#1e88e51a 0%,#60a5fa0d 100%);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.screener-module__q8Km5q__featureCard h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.3rem;font-weight:700;line-height:1.4}.screener-module__q8Km5q__featureCard p{color:var(--text-secondary);letter-spacing:.01em;margin:0;font-size:.9375rem;line-height:1.7}.screener-module__q8Km5q__featureCard p+p{margin-top:1rem}.screener-module__q8Km5q__recentQueriesContainer{flex-direction:column;gap:1rem;margin-top:.5rem;padding:0;display:flex}.screener-module__q8Km5q__recentQueriesHeader{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;opacity:.8;align-items:center;gap:.625rem;padding:0 .25rem;font-size:.75rem;font-weight:700;display:flex}.screener-module__q8Km5q__recentQueriesList{flex-direction:column;gap:.625rem;display:flex}.screener-module__q8Km5q__recentQueryItem{background:var(--card-bg);border:1px solid var(--border-color);text-align:left;width:100%;color:var(--text-primary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:14px;padding:1.125rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 3px #00000008}.screener-module__q8Km5q__recentQueryItem:before{content:"→";opacity:0;color:var(--primary);font-size:1.25rem;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)translate(-4px)}.screener-module__q8Km5q__recentQueryItem:hover{background:var(--hover-bg);border-color:#1e88e54d;padding-right:3.25rem;transform:translate(6px);box-shadow:0 4px 16px #1e88e51f}.screener-module__q8Km5q__recentQueryItem:hover:before{opacity:1;transform:translateY(-50%)translate(0)}[data-theme=dark] .screener-module__q8Km5q__recentQueryItem:hover{box-shadow:0 4px 12px #60a5fa33}.screener-module__q8Km5q__recentQueryItem:active{transition-duration:.1s;transform:translate(2px)}
.input-module__o1cR8W__input,.input-module__o1cR8W__textarea{width:calc(100% - 1.5rem);color:var(--text-primary);background-color:var(--input-bg);border:1px solid var(--input-border);appearance:none;box-shadow:var(--shadow-sm);background-clip:padding-box;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.input-module__o1cR8W__input:focus,.input-module__o1cR8W__textarea:focus{color:var(--text-primary);background-color:var(--input-bg);border-color:var(--input-focus-border);box-shadow:var(--shadow-sm),0 0 0 3px var(--primary-focus-ring);outline:0}.input-module__o1cR8W__input::placeholder,.input-module__o1cR8W__textarea::placeholder{color:var(--text-muted);opacity:1}.input-module__o1cR8W__input:disabled,.input-module__o1cR8W__textarea:disabled{background-color:var(--bg-subtle);opacity:.7;cursor:not-allowed}.input-module__o1cR8W__textarea{resize:vertical;min-height:calc(4.5em + 1rem + 2px)}.input-module__o1cR8W__inputError,.input-module__o1cR8W__textarea.input-module__o1cR8W__inputError{border-color:var(--error);color:var(--error-text)}.input-module__o1cR8W__inputError:focus,.input-module__o1cR8W__textarea.input-module__o1cR8W__inputError:focus{border-color:var(--error);box-shadow:var(--shadow-sm),0 0 0 3px rgba(var(--error-rgb,220,53,69),.25)}.input-module__o1cR8W__errorMessage{color:var(--error);text-align:left;margin-top:.3rem;margin-bottom:0;font-size:.8rem}
.dropdown-module__m8l05G__dropdownContent{background-color:var(--bg-primary,white);min-width:180px;box-shadow:var(--shadow-lg,0 4px 6px #0f172a12);border:1px solid var(--border-color,#e2e8f0);z-index:30;border-radius:6px;padding:5px;animation:.1s ease-out dropdown-module__m8l05G__contentShow}.dropdown-module__m8l05G__dropdownItem{color:var(--text-secondary,#475569);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:4px;outline:none;align-items:center;gap:.6rem;height:30px;padding:0 10px;font-size:.875rem;line-height:1;display:flex;position:relative}.dropdown-module__m8l05G__dropdownItem:hover,.dropdown-module__m8l05G__dropdownItem[data-highlighted]{background-color:var(--hover-bg,#0f172a08);color:var(--text-primary,#0f172a)}.dropdown-module__m8l05G__dropdownItem[data-disabled]{color:var(--text-muted,#94a3b8);pointer-events:none;opacity:.7}.dropdown-module__m8l05G__dropdownItemDestructive{color:var(--error,#dc3545)}.dropdown-module__m8l05G__dropdownItemDestructive:hover,.dropdown-module__m8l05G__dropdownItemDestructive[data-highlighted]{background-color:rgba(var(--error-rgb,255,76,76),.1);color:var(--error,#dc3545)}.dropdown-module__m8l05G__dropdownItemIcon{color:var(--text-muted,#64748b)}.dropdown-module__m8l05G__dropdownItem:hover .dropdown-module__m8l05G__dropdownItemIcon,.dropdown-module__m8l05G__dropdownItem[data-highlighted] .dropdown-module__m8l05G__dropdownItemIcon{color:var(--text-primary,#0f172a)}.dropdown-module__m8l05G__dropdownItemDestructive:hover .dropdown-module__m8l05G__dropdownItemIcon,.dropdown-module__m8l05G__dropdownItemDestructive[data-highlighted] .dropdown-module__m8l05G__dropdownItemIcon{color:var(--error,#dc3545)}.dropdown-module__m8l05G__dropdownSeparator{background-color:var(--border-color,#e2e8f0);height:1px;margin:5px}.dropdown-module__m8l05G__dropdownArrow{fill:var(--border-color,#e2e8f0)}@keyframes dropdown-module__m8l05G__contentShow{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
.toggle-module__Cp7wLq__toggleGroup{border:1px solid var(--border-color,#ced4da);background-color:var(--bg-primary,#fff);border-radius:6px;display:inline-flex;overflow:hidden}.toggle-module__Cp7wLq__toggleButton{border:none;border-left:1px solid var(--border-color,#ced4da);color:var(--text-muted,#64748b);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;padding:.4rem .7rem;transition:background-color .15s,color .15s;display:flex}.toggle-module__Cp7wLq__toggleButton:first-child{border-left:none}.toggle-module__Cp7wLq__toggleButton:hover:not(.toggle-module__Cp7wLq__toggleButtonSelected){background-color:var(--hover-bg,#f8f9fa)}.toggle-module__Cp7wLq__toggleButtonSelected{background-color:var(--primary-light,#2563eb1a);color:var(--primary,#3b82f6);cursor:default}.toggle-module__Cp7wLq__toggleIcon{width:18px;height:18px}
.page-module__S7oqyq__pageContainer{background-color:var(--background,#fff);min-height:100vh;padding-bottom:4rem}.page-module__S7oqyq__header{background-color:var(--bg-alternate,#2563eb1a);border-bottom:1px solid var(--border-color,#e0e0e0);margin-bottom:2.5rem;padding:1.5rem 0;box-shadow:0 1px 2px #00000008,inset 0 -1px 1px #00000005}.page-module__S7oqyq__headerContent{max-width:var(--container-max-width,1200px);margin:0 auto;padding:0 1.5rem}.page-module__S7oqyq__breadcrumbs{margin-bottom:1.5rem}.page-module__S7oqyq__breadcrumbs ol{color:var(--text-muted,#6c757d);flex-wrap:wrap;align-items:center;gap:.25rem .5rem;margin:0;padding:0;font-size:.8rem;list-style:none;display:flex}.page-module__S7oqyq__breadcrumbs li:not(:last-child):after{content:"/";color:var(--text-muted,#adb5bd);margin-left:.5rem;font-size:1rem;font-weight:300}.page-module__S7oqyq__breadcrumbLink{color:var(--text-secondary,#495057);align-items:center;gap:.3rem;padding:.2rem 0;text-decoration:none;transition:color .15s;display:inline-flex}.page-module__S7oqyq__breadcrumbLink:hover{color:var(--primary,#0d6efd);text-decoration:none}.page-module__S7oqyq__breadcrumbIcon{width:.9rem;height:.9rem;color:var(--text-muted,#6c757d);margin-bottom:1px}.page-module__S7oqyq__breadcrumbCurrent{color:var(--text-primary,#212529);padding:.2rem 0;font-weight:500}.page-module__S7oqyq__titleContainer{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;display:flex}.page-module__S7oqyq__titleTextContainer{flex-grow:1}.page-module__S7oqyq__pageTitle{color:var(--text-primary,#212529);margin:0 0 .3rem;font-size:1.6rem;font-weight:600;display:inline}.page-module__S7oqyq__count{color:var(--text-secondary,#495057);vertical-align:baseline;margin-left:.6rem;font-size:1.1rem;font-weight:500;display:inline-block}.page-module__S7oqyq__pageDescription{color:var(--text-secondary,#6c757d);max-width:60ch;margin:0;font-size:.9rem}.page-module__S7oqyq__titleActions{flex-shrink:0;padding-top:.2rem}.page-module__S7oqyq__mainContent,.page-module__S7oqyq__loadingSkeleton{max-width:var(--container-max-width,1200px);margin:0 auto;padding:0 1.5rem}.page-module__S7oqyq__skeletonHeader{background-color:var(--skeleton-bg,#e0e0e0);border-radius:6px;width:40%;height:35px;margin-bottom:1.5rem;animation:1.8s ease-in-out infinite page-module__S7oqyq__pulse}.page-module__S7oqyq__skeletonItem{background-color:var(--skeleton-bg,#e0e0e0);border-radius:6px;height:55px;margin-bottom:1rem;animation:1.8s ease-in-out infinite page-module__S7oqyq__pulse}.page-module__S7oqyq__skeletonItem:nth-child(2){animation-delay:.1s}.page-module__S7oqyq__skeletonItem:nth-child(3){animation-delay:.2s}.page-module__S7oqyq__skeletonItem:nth-child(4){animation-delay:.3s}@media (max-width:768px){.page-module__S7oqyq__header{margin-bottom:2rem;padding:1rem 0}.page-module__S7oqyq__headerContent,.page-module__S7oqyq__mainContent{padding:0 1rem}.page-module__S7oqyq__breadcrumbs{margin-bottom:1rem}.page-module__S7oqyq__pageTitle{font-size:1.4rem}.page-module__S7oqyq__count{font-size:1rem}.page-module__S7oqyq__pageDescription{font-size:.85rem}.page-module__S7oqyq__titleContainer{align-items:center}.page-module__S7oqyq__titleActions{justify-content:flex-end;width:100%;padding-top:0;display:flex}}@keyframes page-module__S7oqyq__pulse{0%,to{opacity:1}50%{opacity:.6}}
.TiptapRichTextEditor-module__ffSTfa__menuBar{border-top:1px solid var(--border-color);pointer-events:auto;flex-wrap:wrap;align-items:center;width:100%;margin-top:.5rem;padding:.25rem 0;display:flex}.TiptapRichTextEditor-module__ffSTfa__menuBar button{color:var(--text-secondary);border-radius:var(--border-radius-md);cursor:pointer;pointer-events:auto;background-color:#0000;border:1px solid #0000;justify-content:center;align-items:center;margin:.1rem;padding:.3rem .5rem;font-size:.875rem;line-height:1.25rem;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out;display:inline-flex}.TiptapRichTextEditor-module__ffSTfa__menuBar button:hover:not(:disabled){background-color:var(--hover-bg);color:var(--text-primary)}.TiptapRichTextEditor-module__ffSTfa__menuBar button.TiptapRichTextEditor-module__ffSTfa__isActive{background-color:var(--primary-light);color:var(--primary);font-weight:500}.TiptapRichTextEditor-module__ffSTfa__menuBar button.TiptapRichTextEditor-module__ffSTfa__isActive:hover:not(:disabled){background-color:var(--primary-border)}.TiptapRichTextEditor-module__ffSTfa__menuBar button:disabled{opacity:.4;cursor:not-allowed}.TiptapRichTextEditor-module__ffSTfa__menuBar .TiptapRichTextEditor-module__ffSTfa__colorInput{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;vertical-align:middle;pointer-events:auto;width:22px;height:22px;margin:.1rem .35rem;padding:0;transition:border-color .2s ease-out}.TiptapRichTextEditor-module__ffSTfa__menuBar .TiptapRichTextEditor-module__ffSTfa__colorInput:hover{border-color:var(--border-hover)}.TiptapRichTextEditor-module__ffSTfa__menuDivider{background-color:var(--border-color);align-self:center;width:1px;height:1.25em;margin:0 .4rem}.TiptapRichTextEditor-module__ffSTfa__editorContentWrapper{pointer-events:auto;position:relative}.TiptapRichTextEditor-module__ffSTfa__characterCount{color:var(--text-muted);opacity:0;background-color:var(--bg-primary);border-radius:var(--border-radius-sm);z-index:1;pointer-events:none;align-items:center;margin-top:.5rem;padding:2px 6px;font-size:.75rem;line-height:1rem;transition:opacity .3s ease-in-out;display:flex;position:absolute;bottom:8px;left:8px}.TiptapRichTextEditor-module__ffSTfa__characterCountFocused{opacity:1}.TiptapRichTextEditor-module__ffSTfa__characterCountText{margin-left:.25rem}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor{border:1px solid var(--border-color);background-color:var(--bg-primary);min-height:150px;color:var(--text-primary);pointer-events:auto;border-radius:8px;padding:.75rem;line-height:1.6;transition:border-color .2s ease-out,box-shadow .2s ease-out}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring-color);outline:none}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor p.TiptapRichTextEditor-module__ffSTfa__is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted);pointer-events:none;height:0}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor h1,.TiptapRichTextEditor-module__ffSTfa__tiptapEditor h2,.TiptapRichTextEditor-module__ffSTfa__tiptapEditor h3{color:var(--text-primary);margin-top:1.5em;margin-bottom:.5em;line-height:1.2}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor ul,.TiptapRichTextEditor-module__ffSTfa__tiptapEditor ol{color:var(--text-secondary);padding:0 1.25rem}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor blockquote{border-left:3px solid var(--primary-border);color:var(--text-secondary);margin-left:0;margin-right:0;padding-left:1rem}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor hr{border:none;border-top:1px solid var(--border-color);margin:2rem 0}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor a{color:var(--primary);cursor:pointer;text-decoration:none}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor a:hover{text-decoration:underline}.TiptapRichTextEditor-module__ffSTfa__tiptapEditor mark{background-color:var(--primary-light);border-radius:var(--border-radius-sm);padding:.1em .2em}
.misc-module__9NhMUq__viewToggleContainer{justify-content:flex-end;margin-bottom:1.5rem;display:flex}.misc-module__9NhMUq__noWatchlistsMessage{text-align:center;color:var(--text-muted,#6c757d);border:1px dashed var(--border-dashed,#e2e8f0);background-color:var(--bg-alternate,#f8f9fa);border-radius:8px;margin-top:1rem;padding:3rem 1rem;font-size:1rem}
/*# sourceMappingURL=2e85a6312f994fe4.css.map*/