:root{--Modal-Shadow:0px 8px 20px #00000040;--light-modal-bg:#fff;--light-modal-border:#f1f1f4;--light-modal-header-color:#17181c;--light-modal-text-color:#525a7a;--light-modal-overlay:#17181c66;--light-btn-primary:#4f48e2;--light-btn-primary-hover:#4039e0;--light-btn-primary-text:#fff;--light-btn-danger:#e81b00;--light-btn-danger-hover:#c41600;--light-btn-cancel-border:#525a7a;--light-btn-cancel-hover:#f1f1f4;--dark-modal-bg:#191f30;--dark-modal-border:#283655;--dark-modal-header-color:#d4d6dd;--dark-modal-text-color:#e2e4e9;--dark-modal-overlay:#17181c99;--dark-btn-primary:#4f48e2;--dark-btn-primary-hover:#4039e0;--dark-btn-primary-text:#fff;--dark-btn-danger:#e81b00;--dark-btn-danger-hover:#c41600;--dark-btn-cancel-border:#a3aac2;--dark-btn-cancel-hover:#212940}.tiny-modal-wrapper.light{--modal-bg:var(--light-modal-bg);--modal-border:var(--light-modal-border);--modal-header-color:var(--light-modal-header-color);--modal-text-color:var(--light-modal-text-color);--modal-overlay:var(--light-modal-overlay);--btn-primary:var(--light-btn-primary);--btn-primary-hover:var(--light-btn-primary-hover);--btn-primary-text:var(--light-btn-primary-text);--btn-danger:var(--light-btn-danger);--btn-danger-hover:var(--light-btn-danger-hover);--btn-cancel-border:var(--light-btn-cancel-border);--btn-cancel-hover:var(--light-btn-cancel-hover)}.tiny-modal-wrapper.dark{--modal-bg:var(--dark-modal-bg);--modal-border:var(--dark-modal-border);--modal-header-color:var(--dark-modal-header-color);--modal-text-color:var(--dark-modal-text-color);--modal-overlay:var(--dark-modal-overlay);--btn-primary:var(--dark-btn-primary);--btn-primary-hover:var(--dark-btn-primary-hover);--btn-primary-text:var(--dark-btn-primary-text);--btn-danger:var(--dark-btn-danger);--btn-danger-hover:var(--dark-btn-danger-hover);--btn-cancel-border:var(--dark-btn-cancel-border);--btn-cancel-hover:var(--dark-btn-cancel-hover)}.tiny-modal-wrapper{z-index:999999;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.tiny-modal-overlay{background:var(--modal-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;z-index:1000;position:fixed;inset:0}.tiny-modal{box-shadow:var(--Modal-Shadow);background:var(--modal-bg);border:1px solid var(--modal-border);z-index:1001;border-radius:12px;flex-direction:column;max-width:90vw;margin-top:30vh;display:flex;overflow:hidden}.tiny-modal-header{justify-content:space-between;align-items:center;padding:12px 16px 12px 24px;display:flex}.tiny-modal-title{color:var(--modal-header-color);margin:0;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:600;line-height:140%}.tiny-modal-header-actions{align-items:center;gap:8px;display:flex}.icon-button,.close-button{cursor:pointer;color:var(--modal-text-color);background:0 0;border:none;padding:4px;transition:opacity .2s}.icon-button svg,.close-button svg{width:18px;height:18px}.icon-button:hover,.close-button:hover{opacity:.7}.tiny-modal-divider{background:var(--modal-border);width:100%;height:1px}.tiny-modal-content{color:var(--modal-text-color);padding:16px 24px 12px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;line-height:150%}.tiny-modal-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;padding:16px 24px 12px;display:flex}.tiny-modal-actions button{cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;height:40px;padding:0 20px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;line-height:18px;transition:background .2s,color .2s,border .2s,opacity .2s;display:flex}.tiny-modal-actions button:disabled{opacity:.5;pointer-events:none}.tiny-modal-actions .cancel-btn{border:1px solid var(--btn-cancel-border);color:var(--modal-text-color);background:0 0}.tiny-modal-actions .cancel-btn:hover{background-color:var(--btn-cancel-hover)}.tiny-modal-actions .confirm-btn{background:var(--btn-primary);color:var(--btn-primary-text);white-space:nowrap}.tiny-modal-actions .confirm-btn.danger{background:var(--btn-danger)}.tiny-modal-actions .confirm-btn.danger:hover{background:var(--btn-danger-hover)}.tiny-modal-actions .confirm-btn:hover:not(.danger){background:var(--btn-primary-hover);color:var(--btn-primary-text)}
.button{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.button:disabled{opacity:.5;cursor:not-allowed}.button--default{color:#fdfdfd;background:#4f48e2}.button--default:hover:not(:disabled){color:#fdfdfd;background:#4039e0}.button--default:focus{background:#858dad;outline:0!important}.button--destructive{color:#fff;background:#e81b00}.button--destructive:hover{background:#f3260b}.button--outline{color:#525a7a;background:0 0;border:1px solid #525a7a}.button--outline:hover:not(:disabled){color:#525a7a;background:#f1f1f4}.button--outline:focus{background:#e2e4e9cc!important;outline:0!important}.button--secondary{color:#1a202c;background:#f7fafc}.button--secondary:hover{background:#edf2f7}.button--ghost{background:0 0}.button--ghost:hover{background:#f7fafc}.button--link{color:#0070f3;background:0 0;text-decoration:underline}.button--link:hover{text-decoration:none}.button--size-default{height:40px;padding:8px 16px;font-size:12px}.button--size-sm{height:36px;padding:6px 12px;font-size:10px}.button--size-lg{height:44px;padding:10px 20px;font-size:14px}.button--size-icon{width:40px;height:40px;padding:0}.button--rounded{border-radius:9999px}.button--square{border-radius:0}.button--sm-rounded{border-radius:4px}.button--md-rounded{border-radius:8px}.button--lg-rounded{border-radius:12px}.button.dark.button--outline{color:#fdfdfd!important;border:1px solid #a3aac2!important}.button.dark.button--outline:hover{background:#212940;color:#fdfdfd!important}.button.dark.button--outline:focus{background:#757a8acc!important}
.watchlist-widget{color:#fdfdfd;background:#0a1227;border:1px solid #283655;border-radius:12px;flex-direction:column;width:100%;height:100%;min-height:0;font-family:Noto Sans,sans-serif;display:flex;overflow:hidden}.watchlist-widget.is-row-dragging,.watchlist-widget.is-row-dragging *{-webkit-user-select:none;user-select:none}body.watchlist-row-dragging,body.watchlist-row-dragging *{-webkit-user-select:none;user-select:none;cursor:grabbing!important}.watchlist-widget.light-mode{background:var(--feed-item-light-background);color:#0f172a;border-color:#d9deeb}.watchlist-widget.light-mode .watchlist-header{border-bottom-color:#e2e8f0}.watchlist-widget.light-mode .watchlist-logo{color:#0f172a;background:#eef2ff}.watchlist-widget.light-mode .watchlist-title{color:#0f172a}.watchlist-widget.light-mode .watchlist-powered{color:#64748b}.watchlist-widget.light-mode .watchlist-powered strong{color:#0f172a}.watchlist-widget.light-mode .watchlist-icon-button{color:#475569}.watchlist-widget.light-mode .watchlist-icon-button:hover{color:#0f172a}.watchlist-widget.light-mode .watchlist-tab{color:#64748b}.watchlist-widget.light-mode .watchlist-tab:hover,.watchlist-widget.light-mode .watchlist-tab.active{color:#0f172a}.watchlist-widget.light-mode .watchlist-tab.active:after{background:#0f172a}.watchlist-widget.light-mode .watchlist-tab-delete-button{color:#64748b}.watchlist-widget.light-mode .watchlist-tab-delete-button:hover{color:#ef4444}.watchlist-widget.light-mode .watchlist-field span,.watchlist-widget.light-mode .watchlist-create-state h3,.watchlist-widget.light-mode .watchlist-empty-state h3{color:#0f172a}.watchlist-widget.light-mode .watchlist-empty-state p,.watchlist-widget.light-mode .watchlist-suggestion-copy span{color:#64748b}.watchlist-widget.light-mode .watchlist-field input,.watchlist-widget.light-mode .watchlist-search-box,.watchlist-widget.light-mode .watchlist-search-row,.watchlist-widget.light-mode .watchlist-suggestion-panel{background:#fff;border-color:#d9deeb}.watchlist-widget.light-mode .watchlist-search-box,.watchlist-widget.light-mode .watchlist-search-row{color:#0f172a}.watchlist-widget.light-mode .watchlist-search-box svg:first-child{color:#94a3b8}.watchlist-widget.light-mode .watchlist-search-box input,.watchlist-widget.light-mode .watchlist-search-row input{color:#0f172a}.watchlist-widget.light-mode .watchlist-field input{background:#fff}.watchlist-widget.light-mode .watchlist-clear-button{color:#475569}.watchlist-widget.light-mode .watchlist-chip{color:#0f172a;background:#ebf1ff}.watchlist-widget.light-mode .watchlist-suggestion-row{border-bottom-color:#e2e8f0}.watchlist-widget.light-mode .watchlist-suggestion-copy strong{color:#0f172a}.watchlist-widget.light-mode .watchlist-suggestion-action{color:#64748b}.watchlist-widget.light-mode .watchlist-suggestion-action.selected{color:#0f172a}.watchlist-widget.light-mode .watchlist-primary-button{color:#fff;background:#4f46e5}.watchlist-widget.light-mode .watchlist-table{background:#fff;border-color:#d9deeb}.watchlist-widget.light-mode .watchlist-table-head{color:#64748b;border-bottom-color:#e2e8f0}.watchlist-widget.light-mode .watchlist-row{color:#0f172a;border-bottom-color:#e2e8f0}.watchlist-widget.light-mode .watchlist-row.hovered{background:#eff6ff}.watchlist-widget.light-mode .watchlist-instrument-cell strong{color:#0f172a}.watchlist-widget.light-mode .watchlist-row-handle.visible{color:#64748b}.watchlist-widget.light-mode .watchlist-last-value{color:#475569}.watchlist-widget.light-mode .watchlist-change.positive,.watchlist-widget.light-mode .watchlist-change-percent.positive{color:#2dd4bf}.watchlist-widget.light-mode .watchlist-change.negative,.watchlist-widget.light-mode .watchlist-change-percent.negative{color:#fb923c}.watchlist-widget.light-mode .watchlist-row-actions button{color:#475569}.watchlist-widget.light-mode .watchlist-row-actions button:hover{color:#0f172a}.watchlist-widget.light-mode .watchlist-row-actions button:disabled{color:#94a3b8}.watchlist-widget.light-mode .watchlist-field input{color:#0f172a}.watchlist-widget.light-mode .watchlist-field input::placeholder{color:#94a3b8}.watchlist-widget.light-mode .watchlist-secondary-button{color:#0f172a;border-color:#d9deeb}.watchlist-widget.light-mode .watchlist-create-back-button{color:#0f172a;background:#0000000f}.watchlist-widget.light-mode .watchlist-create-back-button:hover{background:#0000001a}.watchlist-widget.light-mode .watchlist-tabs-shell{border-bottom-color:#e2e8f0}.watchlist-widget.light-mode .watchlist-tabs-nav{color:#64748b}.watchlist-widget.light-mode .watchlist-tabs-nav:hover:not(:disabled){color:#0f172a;background:#0f172a14;border-radius:4px}.watchlist-widget.light-mode .watchlist-empty-symbols{color:#64748b}.watchlist-header{border-bottom:1px solid #1b253b;justify-content:space-between;align-items:center;min-height:50px;padding:10px 12px 10px 22px;display:flex}.watchlist-header.grid-drag-handle{cursor:pointer}.watchlist-header-left{align-items:center;gap:8px;display:flex}.watchlist-logo{color:#fdfdfd;background:#202b43;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.watchlist-title{color:#fdfdfd;margin:0;font-size:14px;font-weight:700;line-height:1.4}.watchlist-header-right,.watchlist-create-header{align-items:center;gap:10px;display:flex}.watchlist-create-header h3{line-height:1.2;margin:0!important}.watchlist-create-back-button{color:#fdfdfd;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;line-height:1;display:inline-flex}.watchlist-create-back-button:hover{background:#ffffff1a}.watchlist-powered{color:#a9adbc;font-size:12px;font-weight:400;line-height:1.5}.watchlist-powered strong{color:#fdfdfd;font-weight:600}.watchlist-icon-button{color:#d4d6dd;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex}.watchlist-icon-button:hover{color:#fdfdfd}.watchlist-header-dropdown .ant-dropdown-menu{border:1px solid #283655;border-radius:8px;min-width:150px;padding:6px;box-shadow:0 12px 28px #02061759}.watchlist-header-dropdown .ant-dropdown-menu-item{border-radius:6px}.watchlist-header-dropdown.dark-mode .ant-dropdown-menu{background:#111a30}.watchlist-header-dropdown.dark-mode .ant-dropdown-menu-item{color:#e6e9f2}.watchlist-header-dropdown.dark-mode .ant-dropdown-menu-item-danger{color:#ff7b72}.watchlist-header-dropdown.dark-mode .ant-dropdown-menu-item:hover{background:#ffffff0f}.watchlist-header-dropdown.light-mode .ant-dropdown-menu{background:#fff;border-color:#d9deeb;box-shadow:0 10px 24px #0f172a24}.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item{color:#2f3545}.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item-danger{color:#cf1322}.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item:hover,.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item-active,.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item-selected{color:#2f3545;background:#f3f5fb}.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item-danger:hover,.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item-danger.ant-dropdown-menu-item-active,.watchlist-header-dropdown.light-mode .ant-dropdown-menu-item-danger.ant-dropdown-menu-item-selected{color:#a61d24}.watchlist-suggestion-dropdown .ant-dropdown-menu{border:1px solid #283655;border-radius:8px;width:260px;min-width:220px;max-height:200px;padding:4px;overflow:hidden auto;box-shadow:0 12px 28px #02061759}.watchlist-suggestion-dropdown .ant-dropdown-menu::-webkit-scrollbar{width:6px}.watchlist-suggestion-dropdown .ant-dropdown-menu::-webkit-scrollbar-track{background:0 0}.watchlist-suggestion-dropdown .ant-dropdown-menu::-webkit-scrollbar-thumb{background:#3a4665;border-radius:8px}.watchlist-suggestion-dropdown .ant-dropdown-menu{scrollbar-width:thin;scrollbar-color:#3a4665 #0000}.watchlist-suggestion-dropdown .ant-dropdown-menu-item{border-radius:6px;height:auto;margin:0;padding:0;overflow:hidden}.watchlist-suggestion-dropdown .ant-dropdown-menu-title-content{width:100%;min-width:0;display:block;overflow:hidden}.watchlist-suggestion-dropdown .ant-dropdown-menu-item.watchlist-suggestion-item{transition:background-color .2s}.watchlist-suggestion-dropdown .ant-dropdown-menu-item.watchlist-suggestion-item.selected .watchlist-suggestion-action,.watchlist-suggestion-dropdown .ant-dropdown-menu-item.watchlist-suggestion-item.added .watchlist-suggestion-action{color:#fdfdfd}.watchlist-suggestion-dropdown .ant-dropdown-menu-item-disabled{cursor:not-allowed;font-size:12px;padding:8px 12px!important}.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu{background:#1b253b}.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item{color:#e6e9f2}.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item.watchlist-suggestion-item.selected,.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item.watchlist-suggestion-item.added{background:#ffffff14}.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item.watchlist-suggestion-item.selected:hover,.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item.watchlist-suggestion-item.added:hover{background:#ffffff1f}.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item-disabled{color:#a9adbc;background:0 0}.watchlist-suggestion-dropdown.dark-mode .ant-dropdown-menu-item-disabled.watchlist-suggestion-item.added{opacity:1;color:#e6e9f2;background:#ffffff14}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu{background:#fff;border-color:#d9deeb;box-shadow:0 10px 24px #0f172a24}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item{color:#2f3545}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover{background:#f8f9fc}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item.watchlist-suggestion-item.selected,.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item.watchlist-suggestion-item.added{background:#eef3ff}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item.watchlist-suggestion-item.selected:hover,.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item.watchlist-suggestion-item.added:hover{background:#e4ecff}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item-disabled{color:#a3aac2;background:0 0}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item-disabled.watchlist-suggestion-item.added{opacity:1;color:#2f3545;background:#eef3ff}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item-disabled.watchlist-suggestion-item.added .watchlist-suggestion-copy span{color:#64748b}.watchlist-suggestion-dropdown.light-mode .ant-dropdown-menu-item-disabled.watchlist-suggestion-item.added .watchlist-suggestion-action{color:#0f172a}.watchlist-suggestion-dropdown.light-mode .watchlist-suggestion-row-dropdown{color:#2f3545}.watchlist-suggestion-dropdown.light-mode .watchlist-suggestion-row-dropdown .watchlist-suggestion-copy strong{color:#0f172a}.watchlist-suggestion-dropdown.light-mode .watchlist-suggestion-row-dropdown .watchlist-suggestion-copy span{color:#64748b}.watchlist-suggestion-row-dropdown{text-align:left;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 12px;display:flex}.watchlist-body{flex:1;min-height:0;padding:12px;overflow:hidden}.watchlist-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.watchlist-empty-state h3{color:#fdfdfd;margin:0;font-size:18px;font-weight:600;line-height:1.5}.watchlist-empty-state p{color:#a9adbc;max-width:300px;margin:0;font-size:14px;font-weight:400;line-height:1.4}.watchlist-create-state{flex-direction:column;gap:12px;padding:0 18px 18px 12px;display:flex}.watchlist-create-state h3{color:#fdfdfd;margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.5}.watchlist-tabs-shell{border-bottom:1px solid #283655;align-items:center;gap:8px;margin:0 0 10px;display:flex}.watchlist-tabs-wrapper{flex:1;overflow:hidden}.watchlist-tabs{white-space:nowrap;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;align-items:flex-end;gap:18px;padding:0 2px;display:flex;overflow:auto hidden}.watchlist-tabs::-webkit-scrollbar{height:0;display:none}.watchlist-tabs-nav{color:#a9adbc;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,opacity .2s;display:inline-flex}.watchlist-tabs-nav:hover:not(:disabled){color:#fdfdfd}.watchlist-tabs-nav:disabled{opacity:.35;cursor:not-allowed}.watchlist-tabs-nav-left{margin-right:4px}.watchlist-tabs-nav-right{margin-left:4px}.watchlist-tab{color:#a9adbc;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:flex-end;gap:6px;height:38px;padding:0 2px 10px 0;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex;position:relative}.watchlist-tab:hover,.watchlist-tab.active{color:#fdfdfd}.watchlist-tab.active:after{content:"";background:#fdfdfd;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.watchlist-tab-label{align-items:center;display:inline-flex}.watchlist-tab-delete{justify-content:center;align-items:center;display:inline-flex}.watchlist-tab-delete-button{color:#a9adbc;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex}.watchlist-tab-delete-button:hover{color:#ff7b72}.watchlist-field{flex-direction:column;gap:6px;display:flex}.watchlist-field span{color:#fdfdfd;font-size:14px;font-weight:500;line-height:1.4}.watchlist-field input{color:#fdfdfd;background:0 0;border:1px solid #5e616e;border-radius:4px;outline:none;width:100%;height:32px;padding:0 12px;font-size:12px}.watchlist-field input::placeholder{color:#a3aac2}.watchlist-field input:focus{border-color:#b8bbc7}.watchlist-field .watchlist-field-error{color:#ff7b72;margin-top:4px;font-size:12px;line-height:1.4}.watchlist-search-field{margin-bottom:2px}.watchlist-search-box,.watchlist-search-row{color:#fdfdfd;background:0 0;border:1px solid #5e616e;border-radius:4px;align-items:center;height:32px;display:flex;position:relative}.watchlist-search-box svg:first-child,.watchlist-search-row svg:first-child{color:#a3aac2;flex-shrink:0;margin-left:10px}.watchlist-search-box input,.watchlist-search-row input{color:#fdfdfd;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0 34px 0 10px;font-size:12px}.watchlist-search-box input::placeholder,.watchlist-search-row input::placeholder{color:#a3aac2}.watchlist-search-row{margin-bottom:10px}.watchlist-clear-button{color:#f1f1f4;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.watchlist-chips{scrollbar-width:none;flex-wrap:wrap;gap:8px;padding:0 0 2px;display:flex}.watchlist-chips::-webkit-scrollbar{display:none}.watchlist-chip{color:#f1f1f4;cursor:pointer;background:#323643;border:none;border-radius:6px;align-items:center;gap:6px;height:24px;padding:0 8px;display:inline-flex}.watchlist-chip span{font-size:10px;font-weight:500;line-height:1.5}.watchlist-suggestion-panel{background:#1b253b;border:1px solid #283655;border-radius:4px;flex-direction:column;max-height:200px;display:flex;overflow-y:auto}.watchlist-suggestion-panel::-webkit-scrollbar{width:4px}.watchlist-suggestion-panel::-webkit-scrollbar-track{background:0 0}.watchlist-suggestion-panel::-webkit-scrollbar-thumb{background:#283655;border-radius:4px}.watchlist-suggestion-panel{scrollbar-width:thin;scrollbar-color:#283655 #0000}.watchlist-suggestion-row{min-height:48px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #283655;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;display:flex}.watchlist-suggestion-row:last-child{border-bottom:none}.watchlist-suggestion-copy{align-items:center;gap:10px;min-width:0;display:flex}.watchlist-suggestion-copy strong{color:#fdfdfd;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.4}.watchlist-suggestion-copy span{color:#a9adbc;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:400;line-height:1.5;overflow:hidden}.watchlist-suggestion-action{color:#a9adbc;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.watchlist-suggestion-action.selected{color:#fdfdfd}.watchlist-primary-button{color:#fdfdfd;cursor:pointer;background:#4f48e2;border:none;border-radius:8px;width:fit-content;min-width:136px;height:32px;padding:0 20px;font-size:12px;font-weight:600;line-height:1.5}.watchlist-primary-button:disabled{opacity:.7;cursor:not-allowed}.watchlist-secondary-button{color:#fdfdfd;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:8px;width:fit-content;min-width:120px;height:32px;margin-bottom:12px;padding:0 16px;font-size:12px;font-weight:600;line-height:1.5}.watchlist-list-state{flex-direction:column;height:100%;min-height:0;display:flex}.watchlist-table{background:#0a122761;border:1px solid #283655;border-radius:8px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.watchlist-table-head,.watchlist-row{grid-template-columns:minmax(130px,1fr) 80px 60px 60px 60px;align-items:center;column-gap:8px;min-width:0;display:grid}.watchlist-table-head{color:#a9adbc;border-bottom:1px solid #283655;min-height:38px;padding:0 14px;font-size:12px;font-weight:500;line-height:1.5}.watchlist-table-head span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.watchlist-table-head span:last-child{justify-self:end}.watchlist-table-body{overflow-anchor:none;flex-direction:column;max-height:320px;display:flex;overflow:auto}.watchlist-empty-symbols{color:#a9adbc;text-align:center;padding:12px 14px;font-size:12px}.watchlist-row{color:#d4d6dd;cursor:grab;border-bottom:1px solid #2836558c;min-height:32px;padding:0 14px;font-size:12px;line-height:1.5}.watchlist-row[class*=watchlist-row]>*{min-width:0}.watchlist-row:last-child{border-bottom:none}.watchlist-row.hovered{background:#525a7a2e}.watchlist-row.drag-over{background:#30395880}.watchlist-instrument-cell{align-items:center;gap:8px;min-width:0;display:flex}.watchlist-instrument-cell strong{color:#c6c9d2;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:400;line-height:1.5;overflow:hidden}.watchlist-row-handle{color:#0000;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex}.watchlist-row-handle.visible{color:#a9adbc}.watchlist-row-handle-dots{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);gap:1px;width:10px;height:10px;display:grid}.watchlist-row-handle-dots span{background:currentColor;border-radius:50%;place-self:center;width:2px;height:2px}.watchlist-last-value{color:#c6c9d2}.watchlist-change,.watchlist-change-percent{text-overflow:ellipsis;white-space:nowrap;justify-self:start;width:60px;min-width:0;max-width:60px;overflow:hidden}.watchlist-change.positive,.watchlist-change-percent.positive{color:#2dd4bf}.watchlist-change.negative,.watchlist-change-percent.negative{color:#fb923c}.watchlist-row-actions{justify-self:start;align-items:center;gap:10px;display:flex}.watchlist-row-actions button{color:#a9adbc;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.watchlist-row-actions button:hover{color:#fdfdfd}.watchlist-row-actions button:disabled{cursor:not-allowed;color:#5f6880}.watchlist-row-actions button:disabled:hover{color:#5f6880}
.quick-options-widget{--bottom:10px;bottom:var(--bottom);background:var(--background,#fff);z-index:1;border:1px solid var(--feed-item-light-border-content);border-radius:0 0 10px 10px;width:90%;height:66px;transition:height .3s ease-in-out;position:absolute;left:50%;transform:translate(-50%)}.quick-options-widget .quick-options-widget__body{flex-direction:row;justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.quick-options-widget.expanded{height:calc(100% - var(--bottom) - var(--column-header-height) - 88px)}.quick-options-widget.dark{background:var(--feed-item-dark-background-content);border:1px solid var(--feed-item-dark-border-content)}.quick-options-widget.static-mode{border:none;border-radius:0;width:100%;height:100%;position:relative;overflow:hidden}.quick-options-widget.static-mode .quick-options-widget__body{overflow:hidden}.quick-options-widget.static-mode .quick-options-widget__frame{position:relative}.quick-options-widget__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 4px 3px #00000012)drop-shadow(0 2px 2px #0000000f);color:var(--primary-color,#4b5563);z-index:100;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.quick-options-widget__toggle-button{clip-path:polygon(30% 0,70% 0,100% 100%,0% 100%);background:#fff;justify-content:center;align-items:center;min-width:40px;padding:.125rem .75rem;transition:transform .3s;display:flex}.quick-options-widget__toggle-button.dark{background:#303742!important}.quick-options-widget__body{transition:height .3s ease-in-out;position:relative}.quick-options-widget__spinner{color:var(--primary-color,#4b5563);z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.quick-options-widget__frame{z-index:20;width:100%;height:100%;position:absolute}.quick-options-widget__error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:2rem;display:flex}.quick-options-widget__error-icon{color:#ef4444;font-size:2.5rem}.quick-options-widget__error-message{color:var(--text-color,#374151);max-width:400px;margin:0;font-size:.875rem;line-height:1.5}.dark .quick-options-widget__error-message{color:#d1d5db}.quick-options-widget__reload-button{background:var(--primary-color,#4b5563);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.quick-options-widget__reload-button:hover{background:var(--primary-color-hover,#374151)}.quick-options-widget__reload-button:active{transform:scale(.98)}
.tear-sheet-search-results{z-index:20;border-radius:6px;position:absolute;top:116px;left:0;box-shadow:0 4px 25px #12121726;background:#17181c!important}.tear-sheet-search-results.dark::-webkit-scrollbar{width:4px;height:40px}.tear-sheet-search-results.dark::-webkit-scrollbar-thumb{border-radius:24px;width:4px;background:#384251!important}.tear-sheet-search-results.dark::-webkit-scrollbar-track{background:0 0!important}.tear-sheet-search-results.light{border-color:#d4d6dd;box-shadow:0 12px 24px #0000001f;background:#fff!important}.tear-sheet-search-results.light::-webkit-scrollbar{width:4px;height:40px}.tear-sheet-search-results.light::-webkit-scrollbar-thumb{border-radius:24px;width:4px;background:#d2d7ea!important}.tear-sheet-search-results.light::-webkit-scrollbar-track{background:0 0!important}.tear-sheet-search-results.light .tear-sheet-search-item{border-bottom:1px solid #f1f1f4}.tear-sheet-search-item{cursor:pointer;border-bottom:1px solid #1b253b;flex-direction:column;gap:4px;padding:8px 12px;display:flex}.tear-sheet-search-item:hover{background:#ffffff0a}.tear-sheet-search-item:last-child{border-bottom:none}.tear-sheet-search-results.light .tear-sheet-search-item:hover{background:#0000000a}.tear-sheet-search-symbol{color:#f1f1f4;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:600;line-height:150%}.tear-sheet-search-description{color:#a9adbc;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.tear-sheet-search-results.light .tear-sheet-search-symbol{color:#17181c}.tear-sheet-search-results.light .tear-sheet-search-description{color:#484848}.tear-sheet-search-loading{background:#0f1115;border:1px solid #2a2f3a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.tear-sheet-search-loading.light{background:#fff;border-color:#d4d6dd}.tear-sheet-search-icon-wrap{justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex;position:relative}.tear-sheet-search-icon,.tear-sheet-search-clear-icon{transition:opacity .12s;position:absolute;inset:0}.tear-sheet-search-input{outline:none;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:150%;position:relative;border:none!important}.tear-sheet-search-input.dark{background-color:#0000!important}.tear-sheet-search-input.dark::placeholder{color:#9ba0b0!important}.tear-sheet-search-input.light::placeholder{color:#5e616e!important}.tear-sheet-search-clear-icon{opacity:0}.tear-sheet-search-icon-wrap:hover .tear-sheet-search-clear-icon{opacity:1}.tear-sheet-search-tags{z-index:20;border-radius:6px 6px 0 0;align-items:center;gap:4px;height:40px;padding:8px 12px;display:flex;position:absolute;top:32px;left:0;box-shadow:0 4px 25px #12121726;background:#17181c!important}.tear-sheet-search-tags.light{background:#fff!important}.tear-sheet-search-tags .tear-sheet-search-tags-container{scrollbar-width:none;-ms-overflow-style:none;gap:4px;display:flex;overflow:scroll hidden}.tear-sheet-search-tags::-webkit-scrollbar{display:none}.tear-sheet-search-tag{cursor:pointer;background:#323643;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;height:24px;padding:0 6px;display:flex}.tear-sheet-search-tag svg{flex-shrink:0}.tear-sheet-tag-icon-wrap{justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex;position:relative}.tear-sheet-tag-search-icon,.tear-sheet-tag-clear-icon{transition:opacity .12s;position:absolute;inset:0}.tear-sheet-tag-clear-icon,.tear-sheet-search-tag:hover .tear-sheet-tag-search-icon{opacity:0}.tear-sheet-search-tag:hover .tear-sheet-tag-clear-icon{opacity:1}.tear-sheet-search-tags.light .tear-sheet-search-tag{color:#17181c;background:#f1f1f4}
.v2-drawer-quik-advanced-chart.ant-drawer,.v2-drawer-quik-advanced-chart.ant-drawer *,.v2-drawer-quik-advanced-chart.ant-drawer-content-wrapper{transition:none!important;animation:none!important}.v2-drawer-quik-advanced-chart .ant-drawer-mask{opacity:1!important;transition:none!important;animation:none!important}.v2-drawer-quik-advanced-chart.ant-drawer-open .ant-drawer-mask{opacity:1!important;animation:none!important}.v2-drawer-quik-advanced-chart.modal .ant-drawer-content-wrapper{z-index:1000!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;position:fixed!important;inset:50% auto auto 50%!important;transform:translate(-50%,-50%)!important}.v2-drawer-quik-advanced-chart.modal .ant-drawer-content{border-radius:8px!important;position:relative!important;top:auto!important;left:auto!important;overflow:hidden!important;transform:none!important;box-shadow:0 10px 30px #0000004d!important}.v2-drawer-quik-advanced-chart.modal .ant-drawer-body{width:100%!important;height:100%!important;padding:0!important;overflow:hidden!important}.v2-drawer-quik-advanced-chart{visibility:visible!important;opacity:1!important}.v2-drawer-quik-advanced-chart.ant-drawer-open{visibility:visible!important;opacity:1!important;animation:none!important}.v2-drawer-quik-advanced-chart .ant-drawer-header{padding:6px 10px!important}.quik-advanced-chart-drawer-title{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.quik-advanced-chart-drawer-title-copy{flex-direction:column;gap:2px;display:flex}.quik-advanced-chart-drawer-heading{font-size:14px;font-weight:600;line-height:150%}.quik-advanced-chart-drawer-subtitle{font-size:12px;font-weight:400;line-height:150%}.quik-advanced-chart-drawer-actions{align-items:center;gap:12px;display:flex}.quik-advanced-chart-icon-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.quik-advanced-chart-widget-shell{width:100%;height:100%;min-height:320px;position:relative;overflow:hidden}.quik-advanced-chart-widget-root{width:100%;height:100%;min-height:640px}.quik-advanced-chart-loading{z-index:2;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex;position:absolute;inset:0}.v2-drawer-quik-advanced-chart.dark-mode .quik-advanced-chart-drawer-heading,.v2-drawer-quik-advanced-chart.dark-mode .quik-advanced-chart-drawer-subtitle,.v2-drawer-quik-advanced-chart.dark-mode .quik-advanced-chart-icon-button{color:#d4d6dd}.v2-drawer-quik-advanced-chart.dark-mode .ant-drawer-content{background:#17181c}.v2-drawer-quik-advanced-chart.dark-mode .ant-drawer-header{background:#17181c;border-bottom:1px solid #283655}.v2-drawer-quik-advanced-chart.dark-mode .quik-advanced-chart-loading{color:#d4d6dd;background:#17181c}.v2-drawer-quik-advanced-chart.light-mode .quik-advanced-chart-drawer-heading,.v2-drawer-quik-advanced-chart.light-mode .quik-advanced-chart-drawer-subtitle,.v2-drawer-quik-advanced-chart.light-mode .quik-advanced-chart-icon-button{color:#17181c}.v2-drawer-quik-advanced-chart.light-mode .ant-drawer-content{background:#fff}.v2-drawer-quik-advanced-chart.light-mode .ant-drawer-header{background:#fff;border-bottom:1px solid #d4d6dd}.v2-drawer-quik-advanced-chart.light-mode .quik-advanced-chart-loading{color:#17181c;background:#fff}@media (max-width:960px){.v2-drawer-quik-advanced-chart.modal .ant-drawer-content-wrapper{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}.v2-drawer-quik-advanced-chart.modal .ant-drawer-content{max-height:calc(100vh - 60px)!important}.quik-advanced-chart-widget-shell,.quik-advanced-chart-widget-root{min-height:280px}}
.ArticleList-module__kz69Da__articleListScroll{flex-direction:column;gap:6px;padding-right:4px;display:flex}.ArticleList-module__kz69Da__articleListToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-bottom:12px;display:flex}.ArticleList-module__kz69Da__toolbarLeft{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.ArticleList-module__kz69Da__toolbarRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.ArticleList-module__kz69Da__viewModeGroup{align-items:center;gap:10px;display:flex}.ArticleList-module__kz69Da__viewModeBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.ArticleList-module__kz69Da__toolbarDivider{border-left:1px solid #e2e4e9;width:0;height:16px}.ArticleList-module__kz69Da__imagesToggle{white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;line-height:1.5;display:inline-flex}.ArticleList-module__kz69Da__imagesToggleLabel{-webkit-user-select:none;user-select:none}.ArticleList-module__kz69Da__imagesToggleIcon{width:14px;height:14px;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ArticleList-module__kz69Da__articleListHeaderDark .ArticleList-module__kz69Da__toolbarDivider{border-left-color:#283655}.ArticleList-module__kz69Da__articleListHeaderLight .ArticleList-module__kz69Da__toolbarDivider{border-left-color:#e2e4e9}.ArticleList-module__kz69Da__articleListHeaderDark .ArticleList-module__kz69Da__imagesToggle{color:#c6c9d2}.ArticleList-module__kz69Da__articleListHeaderLight .ArticleList-module__kz69Da__imagesToggle{color:#525a7a}.ArticleList-module__kz69Da__articleListHeaderDark .ArticleList-module__kz69Da__viewModeBtnActive{color:#e2e4e9}.ArticleList-module__kz69Da__articleListHeaderLight .ArticleList-module__kz69Da__viewModeBtnActive{color:#525a7a}.ArticleList-module__kz69Da__articleListGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:16px;display:grid}@media (max-width:640px){.ArticleList-module__kz69Da__articleListGrid{grid-template-columns:1fr}}.ArticleList-module__kz69Da__articleListGridFullWidth{grid-column:1/-1}.ArticleList-module__kz69Da__searchBarUnified{background:0 0;border:1px solid #525a7a;border-radius:4px;flex:1;align-items:center;gap:6px;min-height:24px;padding:4px 8px;display:flex}.ArticleList-module__kz69Da__searchInputUnified{color:#17181c;background:0 0;border:none;outline:none;width:100%;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.5}.ArticleList-module__kz69Da__searchInputUnified::placeholder{color:#9ba0b0}.ArticleList-module__kz69Da__refreshBarUnified{cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;min-height:24px;padding:4px 8px;display:flex}.ArticleList-module__kz69Da__refreshTextUnified{color:#525a7a;margin:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;line-height:15px}.ArticleList-module__kz69Da__articleCard{box-sizing:border-box;border:1px solid #e2e4e9;border-radius:10px;flex-direction:column;align-items:stretch;width:100%;height:100%;padding:10px 10px 12px;font-family:Noto Sans,sans-serif;display:flex}.ArticleList-module__kz69Da__articleCardWithMedia{flex-direction:row;align-items:flex-start;gap:20px;padding:10px}.article-list-container.light .ArticleList-module__kz69Da__articleCard{background:#fff;border-color:#e2e4e9}.article-list-container.dark .ArticleList-module__kz69Da__articleCard{background:#191f30;border-color:#283655}.ArticleList-module__kz69Da__articleThumb{background:#e2e4e9;border-radius:4px;flex-shrink:0;width:112px;height:80px;position:relative;overflow:hidden}.article-list-container.dark .ArticleList-module__kz69Da__articleThumb{background:#202b43}.ArticleList-module__kz69Da__articleThumbImg,.ArticleList-module__kz69Da__articleThumb img{object-fit:cover;width:100%;height:100%;display:block}.article-list-container.dark .ArticleList-module__kz69Da__articleThumb img{filter:none!important}.ArticleList-module__kz69Da__articleCardMain{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ArticleList-module__kz69Da__articleMetaRow{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.ArticleList-module__kz69Da__articleMetaLeft{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.ArticleList-module__kz69Da__timestampPill{white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;height:18px;padding:0 6px;font-family:Noto Sans,sans-serif;font-size:10px;font-weight:500;line-height:1.5;display:inline-flex}.article-list-container.light .ArticleList-module__kz69Da__timestampPill{color:#5e616e;background:#eaecf0}.article-list-container.dark .ArticleList-module__kz69Da__timestampPill{color:#a9adbc;background:#202b43}.ArticleList-module__kz69Da__breakingPill{color:#fff;letter-spacing:0;background:#ff644ee6;border-radius:4px;justify-content:center;align-items:center;height:18px;padding:0 6px;font-family:Noto Sans,sans-serif;font-size:8px;font-weight:700;line-height:1.5;display:inline-flex}.ArticleList-module__kz69Da__sectionPill{color:#fff;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;min-height:18px;padding:0 6px;font-family:Noto Sans,sans-serif;font-size:10px;font-weight:600;line-height:1.5;display:inline-flex}.ArticleList-module__kz69Da__articleCardActions{flex-shrink:0;align-items:center;display:flex}.ArticleList-module__kz69Da__articleCardTitle{opacity:.9;cursor:pointer;margin:0;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.ArticleList-module__kz69Da__articleCardTitle p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.article-list-container.light .ArticleList-module__kz69Da__articleCardTitle{color:#17181c}.article-list-container.dark .ArticleList-module__kz69Da__articleCardTitle{color:#fff}.ArticleList-module__kz69Da__articleCardSnippet{margin:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.5}.article-list-container.light .ArticleList-module__kz69Da__articleCardSnippet{color:#5e616e}.article-list-container.dark .ArticleList-module__kz69Da__articleCardSnippet{color:#a9adbc}.ArticleList-module__kz69Da__articleListOrigin{margin:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.5}.article-list-container.light .ArticleList-module__kz69Da__articleListOrigin{color:#757a8a}.article-list-container.dark .ArticleList-module__kz69Da__articleListOrigin{color:#9ba0b0}.ArticleList-module__kz69Da__articleViewerAdsWrap{border-radius:10px;padding:8px 0}.ArticleList-module__kz69Da__articleNotFoundWrap{text-align:center;color:#101828a6;padding:28px 12px}.ArticleList-module__kz69Da__columnLoadingWrap{justify-content:center;padding:24px 0;display:flex}.ArticleList-module__kz69Da__unpaidBanner{background-clip:padding-box;border-radius:10px;margin-bottom:10px;padding:12px}.ArticleList-module__kz69Da__articleListModal{border-radius:12px;padding-right:12px}.ArticleList-module__kz69Da__iframeAds iframe{border:none;border-radius:8px;width:100%}.ArticleList-module__kz69Da__light{background:#fff;border:1px solid #1018280a;box-shadow:0 8px 24px #25283f14}.ArticleList-module__kz69Da__dark{background:#0b1220;border:1px solid #ffffff0a;box-shadow:0 10px 30px #0009}.ArticleList-module__kz69Da__modalHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-bottom:12px;display:flex}.ArticleList-module__kz69Da__searchModal{box-sizing:border-box;background:0 0;border:1px solid #525a7a;border-radius:4px;flex:none;align-items:center;gap:6px;width:200px;max-width:100%;height:24px;min-height:24px;padding:0 8px;display:flex}.ArticleList-module__kz69Da__searchInputModal{color:#17181c;background:0 0;border:none;outline:none;width:100%;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.5}.ArticleList-module__kz69Da__searchInputModal::placeholder{color:#9ba0b0}.ArticleList-module__kz69Da__refreshModal{cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;min-height:24px;padding:4px 8px;display:flex}.ArticleList-module__kz69Da__refreshTextModal{color:#525a7a;margin:0;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:500;line-height:15px}.ArticleList-module__kz69Da__articleViewerAdsModal{border-radius:10px;padding:8px 0}.ArticleList-module__kz69Da__articleNotFoundModal{text-align:center;color:#101828a6;padding:28px 12px}.ArticleList-module__kz69Da__articleListTitleModal{font-size:14px;font-weight:600;line-height:1.4}.ArticleList-module__kz69Da__articleListContentModal{font-size:12px;line-height:1.5}.ArticleList-module__kz69Da__articleListOriginModal{font-size:12px}:root{--piq-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;--modal-bg-light:#fff;--modal-bg-dark:#0b1220;--muted-1:#101828a6;--muted-2:#10182899}.ArticleList-module__kz69Da__article-list-modal{font-family:var(--piq-font-family)}.ArticleList-module__kz69Da__unpaidAppModal{background-clip:padding-box;border-radius:10px;margin-bottom:10px;padding:12px}.ArticleList-module__kz69Da__columnLoadingModal{width:100%;padding:24px 12px}.article-list-container .article-list-item{background:0 0!important;border-bottom:none!important;margin-right:0!important;padding:0!important}.article-list-container.dark .ArticleList-module__kz69Da__articleCard{background:#191f30!important}.article-list-container.dark .ArticleList-module__kz69Da__articleCard .ArticleList-module__kz69Da__article-list-title p{color:#fff!important}.article-list-container.dark .ArticleList-module__kz69Da__articleCardTitle p{color:#fff!important}.article-list-container.light .ArticleList-module__kz69Da__searchBarUnified{border-color:#c6c9d2}.article-list-container.light .ArticleList-module__kz69Da__refreshTextUnified{color:#525a7a}.article-list-container.dark .ArticleList-module__kz69Da__searchInputUnified{color:#f6f7f8}.article-list-container.dark .ArticleList-module__kz69Da__searchInputUnified::placeholder{color:#9ba0b0}.article-list-container.dark .ArticleList-module__kz69Da__refreshTextUnified{color:#d4d6dd}.ArticleList-module__kz69Da__articleListHeaderDark .ArticleList-module__kz69Da__searchInputModal{color:#f6f7f8}.ArticleList-module__kz69Da__articleListHeaderDark .ArticleList-module__kz69Da__searchInputModal::placeholder{color:#9ba0b0}.ArticleList-module__kz69Da__articleListHeaderDark .ArticleList-module__kz69Da__refreshTextModal{color:#d4d6dd}
