@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap&subset=latin,cyrillic";:root{--shell-sidebar-width: 200px;--shell-sidebar-collapsed-width: 50px;--shell-bg: #f5f5f5;--sky-500: #039be5;--cyan-400: #63c2de;--purple-500: #a132ff;--gray-250: #e9ecef;--gray-825: #6c757d;--neutral-white: #ffffff;--neutral-black: #000000;--neutral-750: #20232b;--neutral-700: #252831;--neutral-650: #2e323d;--neutral-550: #383e4d;--red-400: #f86c6b;--green-450: #4dbd74;--yellow-600: #ffc107;--yellow-650: #ffc108;--yellow-700: #e0a800;--overlay-30: rgba(0, 0, 0, .3);--overlay-20: rgba(0, 0, 0, .2);--sidebar-bg: var(--neutral-650);--sidebar-text: var(--neutral-white);--sidebar-icon: var(--gray-825);--sidebar-title-text: var(--gray-250);--sidebar-dropdown-bg: var(--overlay-20);--sidebar-hover-bg: var(--sky-500);--sidebar-hover-text: var(--neutral-white);--sidebar-active-bg: var(--neutral-550);--sidebar-active-text: var(--neutral-white);--sidebar-active-icon: var(--sky-500);--sidebar-minimizer-bg: var(--neutral-700);--sidebar-minimizer-hover-bg: var(--neutral-750);--sidebar-survey-bg: var(--yellow-650);--sidebar-survey-text: var(--neutral-black);--sidebar-survey-hover-bg: var(--yellow-700);--sidebar-badge-primary-bg: var(--purple-500);--sidebar-badge-info-bg: var(--cyan-400);--sidebar-badge-success-bg: var(--green-450);--sidebar-badge-warning-bg: var(--yellow-600);--sidebar-badge-danger-bg: var(--red-400);--sidebar-notification-bg: var(--green-450);--sidebar-notification-text: var(--neutral-white);--shell-sidebar-bg: var(--sidebar-bg);--button-primary-bg: #1262fa;--button-primary-text: #ffffff;--button-primary-border: #1262fa;--button-primary-bg-hover: #0d4ecc;--button-primary-bg-active: #0a3da3;--button-secondary-bg: #ffffff;--button-secondary-text: #252831;--button-secondary-border: #e8e8e8;--button-secondary-bg-hover: #f5f5f5;--button-secondary-bg-active: #ebebeb;--button-secondary-text-muted: #6b7280;--button-danger-bg: #e25160;--button-danger-text: #ffffff;--button-danger-border: #e25160;--button-danger-bg-hover: #c9424f;--button-ghost-bg: transparent;--button-ghost-text: #252831;--button-ghost-border: transparent;--button-ghost-bg-hover: #f5f5f5;--button-ghost-bg-active: #ebebeb;--button-disabled-bg: #e8e8e8;--button-disabled-border: #e8e8e8;--badge-primary-bg: #1262fa;--badge-primary-text: #ffffff;--badge-success-bg: #10b981;--badge-success-text: #ffffff;--badge-neutral-bg: #e8e8e8;--badge-neutral-text: #252831;--badge-white-bg: #ffffff;--badge-white-text: #252831;--counter-notification-bg: #1262fa;--counter-notification-text: #ffffff;--counter-inline-bg: #1262fa;--counter-inline-text: #ffffff;--counter-muted-bg: #e8e8e8;--counter-muted-text: #252831;--counter-danger-bg: #e25160;--counter-danger-text: #ffffff;--input-bg: #ffffff;--input-bg-disabled: #f5f5f5;--input-text: #252831;--input-placeholder: #9ca3af;--input-border: #e8e8e8;--input-border-focus: #1262fa;--input-border-error: #e25160;--input-border-success: #10b981;--input-label: #252831;--input-error-text: #e25160;--input-helper-text: #6b7280;--toggle-track-bg: #e8e8e8;--toggle-track-bg-checked: #1262fa;--toggle-thumb-bg: #ffffff;--toggle-label-text: #252831;--tooltip-dark-bg: #252831;--tooltip-dark-text: #ffffff;--tooltip-dark-title: #ffffff;--tooltip-light-bg: #ffffff;--tooltip-light-text: #252831;--tooltip-light-title: #252831;--tooltip-light-border: #e8e8e8;--modal-bg: #ffffff;--modal-backdrop: rgba(0, 0, 0, .5);--modal-title-text: #252831;--modal-content-text: #6b7280;--modal-close-icon: #6b7280;--modal-close-icon-hover: #252831;--modal-close-bg-hover: #f5f5f5;--tab-pill-bg: #ffffff;--tab-pill-border: #e8e8e8;--tab-pill-text: #6b7280;--tab-pill-bg-active: #e7efff;--tab-pill-text-hover: #1262fa;--tab-pill-text-active: #1262fa;--toast-bg: #ffffff;--toast-title: #252831;--toast-message: #252831;--toast-border-success: #10b981;--toast-border-warn: #ffc107;--toast-border-error: #e25160;--interactive-primary: #1262fa;--interactive-primary-subtle: #1262fa;--interactive-danger-subtle: #e25160;--bg-accent: #f5f5f5;--text-inverse: #ffffff;--text-tertiary: #6b7280;--text-disabled: #9ca3af}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Open Sans,sans-serif;background:var(--shell-bg)}.shell{display:flex;flex-direction:column;height:100%;width:100%}.shell__body{display:flex;flex:1;overflow:hidden}.shell__sidebar{width:var(--shell-sidebar-width);min-width:var(--shell-sidebar-width);height:100%;background:var(--shell-sidebar-bg);overflow-y:auto;overflow-x:hidden;transition:width .2s ease,min-width .2s ease}.shell__sidebar--collapsed{width:var(--shell-sidebar-collapsed-width);min-width:var(--shell-sidebar-collapsed-width)}.shell__content{flex:1;overflow:hidden;position:relative}.shell__iframe{width:100%;height:100%;border:none;background:#fff}.shell__cms-root{width:100%;height:100%;overflow:auto}.shell__loading{position:absolute;inset:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:50;opacity:1;transition:opacity .2s ease}.shell__loading--hidden{opacity:0;pointer-events:none}.shell__spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#20a8d8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--color-red-500:oklch(63.7% .237 25.331);--color-gray-400:oklch(70.7% .022 261.325);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:.25rem;--radius-lg:.5rem;--ease-out:cubic-bezier(0,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1)}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-\[-8px\]{top:-8px}.right-3{right:calc(var(--spacing)*3)}.right-\[-2px\]{right:-2px}.bottom-\[-8px\]{bottom:-8px}.left-3{left:calc(var(--spacing)*3)}.left-\[-2px\]{left:-2px}.z-10{z-index:10}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.ml-0\.5{margin-left:calc(var(--spacing)*.5)}.ml-1{margin-left:calc(var(--spacing)*1)}.box-border{box-sizing:border-box}.\!flex{display:flex!important}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.aspect-square{aspect-ratio:1}.\!h-auto{height:auto!important}.h-0{height:calc(var(--spacing)*0)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-\[18px\]{height:18px}.max-h-\[90vh\]{max-height:90vh}.w-0{width:calc(var(--spacing)*0)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-\[18px\]{width:18px}.w-\[90\%\]{width:90%}.w-full{width:100%}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[800px\]{max-width:800px}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-6{min-width:calc(var(--spacing)*6)}.min-w-7{min-width:calc(var(--spacing)*7)}.min-w-\[200px\]{min-width:200px}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-start{align-items:flex-start}.\!justify-start{justify-content:flex-start!important}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.\!gap-\[14px\]{gap:14px!important}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.\!rounded-full{border-radius:3.40282e38px!important}.rounded{border-radius:.25rem}.rounded-\[3px\]{border-radius:3px}.rounded-\[10px\]{border-radius:10px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[44px\]{border-radius:44px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-sm{border-radius:var(--radius-sm)}.\!border-2{border-style:var(--tw-border-style)!important;border-width:2px!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.\!border-dashed{--tw-border-style:dashed!important;border-style:dashed!important}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.\!\[border-color\:var\(--interactive-primary\)\]{border-color:var(--interactive-primary)!important}.\!\[border-color\:var\(--tab-pill-bg-active\)\]{border-color:var(--tab-pill-bg-active)!important}.\!\[border-color\:var\(--tab-pill-border\)\]{border-color:var(--tab-pill-border)!important}.\!border-transparent{border-color:#0000!important}.\[border-color\:var\(--button-danger-border\)\]{border-color:var(--button-danger-border)}.\[border-color\:var\(--button-disabled-border\)\]{border-color:var(--button-disabled-border)}.\[border-color\:var\(--button-ghost-border\)\]{border-color:var(--button-ghost-border)}.\[border-color\:var\(--button-primary-border\)\]{border-color:var(--button-primary-border)}.\[border-color\:var\(--button-secondary-border\)\]{border-color:var(--button-secondary-border)}.\[border-color\:var\(--input-border\)\]{border-color:var(--input-border)}.\[border-color\:var\(--input-border-error\)\]{border-color:var(--input-border-error)}.\[border-color\:var\(--input-border-success\)\]{border-color:var(--input-border-success)}.\[border-color\:var\(--interactive-primary-subtle\)\]{border-color:var(--interactive-primary-subtle)}.\[border-color\:var\(--tab-pill-border\)\]{border-color:var(--tab-pill-border)}.\[border-color\:var\(--tooltip-light-border\)\]{border-color:var(--tooltip-light-border)}.\[background-color\:var\(--toggle-thumb-bg\)\]{background-color:var(--toggle-thumb-bg)}.bg-\[\#4dbd74\]{background-color:#4dbd74}.bg-\[\#7db043\]{background-color:#7db043}.bg-\[\#20a8d8\]{background-color:#20a8d8}.bg-\[\#63c2de\]{background-color:#63c2de}.bg-\[\#a132ff\]{background-color:#a132ff}.bg-\[\#f86c6b\]{background-color:#f86c6b}.bg-\[\#ffc107\]{background-color:#ffc107}.bg-transparent{background-color:#0000}.\!p-2{padding:calc(var(--spacing)*2)!important}.p-0{padding:calc(var(--spacing)*0)}.p-2{padding:calc(var(--spacing)*2)}.p-8{padding:calc(var(--spacing)*8)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-\[6px\]{padding-block:6px}.pr-10{padding-right:calc(var(--spacing)*10)}.pr-20{padding-right:calc(var(--spacing)*20)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pl-10{padding-left:calc(var(--spacing)*10)}.text-center{text-align:center}.font-sans{font-family:var(--font-sans)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.\!leading-5{--tw-leading:calc(var(--spacing)*5)!important;line-height:calc(var(--spacing)*5)!important}.leading-3{--tw-leading:calc(var(--spacing)*3);line-height:calc(var(--spacing)*3)}.leading-4{--tw-leading:calc(var(--spacing)*4);line-height:calc(var(--spacing)*4)}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-7{--tw-leading:calc(var(--spacing)*7);line-height:calc(var(--spacing)*7)}.leading-\[10px\]{--tw-leading:10px;line-height:10px}.leading-\[11px\]{--tw-leading:11px;line-height:11px}.leading-\[13px\]{--tw-leading:13px;line-height:13px}.leading-\[14px\]{--tw-leading:14px;line-height:14px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.\!\[color\:var\(--tab-pill-text-active\)\]{color:var(--tab-pill-text-active)!important}.\!\[color\:var\(--text-tertiary\)\]{color:var(--text-tertiary)!important}.\[color\:var\(--badge-neutral-text\)\]{color:var(--badge-neutral-text)}.\[color\:var\(--badge-primary-text\)\]{color:var(--badge-primary-text)}.\[color\:var\(--badge-success-text\)\]{color:var(--badge-success-text)}.\[color\:var\(--badge-white-text\)\]{color:var(--badge-white-text)}.\[color\:var\(--button-danger-text\)\]{color:var(--button-danger-text)}.\[color\:var\(--button-ghost-text\)\]{color:var(--button-ghost-text)}.\[color\:var\(--button-primary-text\)\]{color:var(--button-primary-text)}.\[color\:var\(--button-secondary-text\)\]{color:var(--button-secondary-text)}.\[color\:var\(--button-secondary-text-muted\)\]{color:var(--button-secondary-text-muted)}.\[color\:var\(--counter-danger-text\)\]{color:var(--counter-danger-text)}.\[color\:var\(--counter-inline-text\)\]{color:var(--counter-inline-text)}.\[color\:var\(--counter-muted-text\)\]{color:var(--counter-muted-text)}.\[color\:var\(--counter-notification-text\)\]{color:var(--counter-notification-text)}.\[color\:var\(--input-error-text\)\]{color:var(--input-error-text)}.\[color\:var\(--input-helper-text\)\]{color:var(--input-helper-text)}.\[color\:var\(--input-label\)\]{color:var(--input-label)}.\[color\:var\(--input-text\)\]{color:var(--input-text)}.\[color\:var\(--modal-close-icon\)\]{color:var(--modal-close-icon)}.\[color\:var\(--modal-content-text\)\]{color:var(--modal-content-text)}.\[color\:var\(--modal-title-text\)\]{color:var(--modal-title-text)}.\[color\:var\(--tab-pill-text\)\]{color:var(--tab-pill-text)}.\[color\:var\(--text-disabled\)\]{color:var(--text-disabled)}.\[color\:var\(--text-inverse\)\]{color:var(--text-inverse)}.\[color\:var\(--text-tertiary\)\]{color:var(--text-tertiary)}.\[color\:var\(--toast-message\)\]{color:var(--toast-message)}.\[color\:var\(--toast-title\)\]{color:var(--toast-title)}.\[color\:var\(--toggle-label-text\)\]{color:var(--toggle-label-text)}.\[color\:var\(--tooltip-dark-text\)\]{color:var(--tooltip-dark-text)}.\[color\:var\(--tooltip-dark-title\)\]{color:var(--tooltip-dark-title)}.\[color\:var\(--tooltip-light-text\)\]{color:var(--tooltip-light-text)}.\[color\:var\(--tooltip-light-title\)\]{color:var(--tooltip-light-title)}.text-black{color:var(--color-black)}.text-gray-400{color:var(--color-gray-400)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_40px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow:0 10px 40px var(--tw-shadow-color,#0003);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.select-none{-webkit-user-select:none;user-select:none}.\!\[background\:var\(--tab-pill-bg\)\]{background:var(--tab-pill-bg)!important}.\!\[background\:var\(--tab-pill-bg-active\)\]{background:var(--tab-pill-bg-active)!important}.\[background\:var\(--badge-neutral-bg\)\]{background:var(--badge-neutral-bg)}.\[background\:var\(--badge-primary-bg\)\]{background:var(--badge-primary-bg)}.\[background\:var\(--badge-success-bg\)\]{background:var(--badge-success-bg)}.\[background\:var\(--badge-white-bg\)\]{background:var(--badge-white-bg)}.\[background\:var\(--button-danger-bg\)\]{background:var(--button-danger-bg)}.\[background\:var\(--button-disabled-bg\)\]{background:var(--button-disabled-bg)}.\[background\:var\(--button-ghost-bg\)\]{background:var(--button-ghost-bg)}.\[background\:var\(--button-primary-bg\)\]{background:var(--button-primary-bg)}.\[background\:var\(--button-secondary-bg\)\]{background:var(--button-secondary-bg)}.\[background\:var\(--counter-danger-bg\)\]{background:var(--counter-danger-bg)}.\[background\:var\(--counter-inline-bg\)\]{background:var(--counter-inline-bg)}.\[background\:var\(--counter-muted-bg\)\]{background:var(--counter-muted-bg)}.\[background\:var\(--counter-notification-bg\)\]{background:var(--counter-notification-bg)}.\[background\:var\(--input-bg\)\]{background:var(--input-bg)}.\[background\:var\(--interactive-danger-subtle\)\]{background:var(--interactive-danger-subtle)}.\[background\:var\(--interactive-primary-subtle\)\]{background:var(--interactive-primary-subtle)}.\[background\:var\(--modal-backdrop\)\]{background:var(--modal-backdrop)}.\[background\:var\(--modal-bg\)\]{background:var(--modal-bg)}.\[background\:var\(--tab-pill-bg\)\]{background:var(--tab-pill-bg)}.\[background\:var\(--tab-pill-bg-active\)\]{background:var(--tab-pill-bg-active)}.\[background\:var\(--tooltip-dark-bg\)\]{background:var(--tooltip-dark-bg)}.\[background\:var\(--tooltip-light-bg\)\]{background:var(--tooltip-light-bg)}@media(hover:hover){.hover\:-translate-y-px:hover{--tw-translate-y:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:\[border-color\:var\(--tab-pill-bg-active\)\]:hover{border-color:var(--tab-pill-bg-active)}.hover\:\[color\:var\(--interactive-primary\)\]:hover{color:var(--interactive-primary)}.hover\:\[color\:var\(--modal-close-icon-hover\)\]:hover{color:var(--modal-close-icon-hover)}.hover\:\[color\:var\(--tab-pill-text-hover\)\]:hover{color:var(--tab-pill-text-hover)}.hover\:opacity-80:hover{opacity:.8}.hover\:\[background\:var\(--bg-accent\)\]:hover{background:var(--bg-accent)}.hover\:\[background\:var\(--button-danger-bg-hover\)\]:hover{background:var(--button-danger-bg-hover)}.hover\:\[background\:var\(--button-ghost-bg-hover\)\]:hover{background:var(--button-ghost-bg-hover)}.hover\:\[background\:var\(--button-primary-bg-hover\)\]:hover{background:var(--button-primary-bg-hover)}.hover\:\[background\:var\(--button-secondary-bg-hover\)\]:hover{background:var(--button-secondary-bg-hover)}.hover\:\[background\:var\(--modal-close-bg-hover\)\]:hover{background:var(--modal-close-bg-hover)}.hover\:\[background\:var\(--tab-pill-bg-active\)\]:hover{background:var(--tab-pill-bg-active)}}.focus\:\[border-color\:var\(--input-border-error\)\]:focus{border-color:var(--input-border-error)}.focus\:\[border-color\:var\(--input-border-focus\)\]:focus{border-color:var(--input-border-focus)}.focus\:\[border-color\:var\(--input-border-success\)\]:focus{border-color:var(--input-border-success)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.active\:translate-y-0:active{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\:\[background\:var\(--button-ghost-bg-active\)\]:active{background:var(--button-ghost-bg-active)}.active\:\[background\:var\(--button-primary-bg-active\)\]:active{background:var(--button-primary-bg-active)}.active\:\[background\:var\(--button-secondary-bg-active\)\]:active{background:var(--button-secondary-bg-active)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:\[background\:var\(--input-bg-disabled\)\]:disabled{background:var(--input-bg-disabled)}.\[\&_\.end-icon_img\]\:brightness-0 .end-icon img{--tw-brightness:brightness(0%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\[\&_\.end-icon_img\]\:invert .end-icon img{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\[\&_\.sort-icon\]\:opacity-0 .sort-icon{opacity:0}.\[\&_\.start-icon_img\]\:brightness-0 .start-icon img{--tw-brightness:brightness(0%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\[\&_\.start-icon_img\]\:invert .start-icon img{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.\[\&_\.tab-pill-badge\]\:invisible .tab-pill-badge{visibility:hidden}.\[\&_\.tab-pill-content\]\:\!text-transparent .tab-pill-content{color:#0000!important}.\[\&_\.tab-pill-icon\]\:opacity-0 .tab-pill-icon{opacity:0}.\[\&_\.topic-actions-container\]\:invisible .topic-actions-container{visibility:hidden}.\[\&_\.topic-reorder-area\]\:\!text-transparent .topic-reorder-area{color:#0000!important}.\[\&_img\]\:block img{display:block}.\[\&_img\]\:h-4 img{height:calc(var(--spacing)*4)}.\[\&_img\]\:h-6 img{height:calc(var(--spacing)*6)}.\[\&_img\]\:w-4 img{width:calc(var(--spacing)*4)}.\[\&_img\]\:w-6 img{width:calc(var(--spacing)*6)}.\[\&_p\]\:m-0 p{margin:calc(var(--spacing)*0)}.\[\&_p\]\:mb-4 p{margin-bottom:calc(var(--spacing)*4)}.\[\&_p\:last-child\]\:mb-0 p:last-child{margin-bottom:calc(var(--spacing)*0)}.\[\&_svg\]\:block svg{display:block}.\[\&_svg\]\:h-4 svg{height:calc(var(--spacing)*4)}.\[\&_svg\]\:h-6 svg{height:calc(var(--spacing)*6)}.\[\&_svg\]\:w-4 svg{width:calc(var(--spacing)*4)}.\[\&_svg\]\:w-6 svg{width:calc(var(--spacing)*6)}.\[\&\:\:placeholder\]\:\[color\:var\(--input-placeholder\)\]::placeholder{color:var(--input-placeholder)}.\[\&\>span\]\:inline-flex>span{display:inline-flex}.\[\&\>span\]\:items-center>span{align-items:center}.collapse{visibility:unset}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}:root{--blue-50: #f0f7ff;--blue-100: #e7efff;--blue-200: #d8e5ff;--blue-400: #4181fb;--blue-500: #1262fa;--blue-600: #0e4fc7;--blue-700: #0d47b8;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-150: #f9fafb;--gray-200: #f0f0f0;--gray-300: #e8e8e8;--gray-400: #e5e7eb;--gray-500: #d9d9d9;--gray-600: #bfbfbf;--gray-700: #999999;--gray-800: #666666;--gray-850: #6b7280;--gray-900: #595959;--gray-950: #434343;--gray-1000: #374151;--neutral-white: #FFFFFF;--neutral-black: #000000;--neutral-900: #0F172A;--neutral-800: #1e1e1e;--neutral-700: #252831;--neutral-650: #2e323d;--neutral-600: #262626;--red-100: rgba(226, 81, 96, .1);--red-500: #e25160;--red-600: #d5071c;--red-700: #b91c1c;--green-400: #8bc34a;--green-500: #6f9c3b;--green-600: #52c41a;--yellow-500: #ffd800;--overlay-50: rgba(0, 0, 0, .5);--overlay-10: rgba(0, 0, 0, .1);--overlay-20: rgba(0, 0, 0, .2);--text-primary: var(--neutral-black);--text-secondary: var(--gray-950);--text-tertiary: var(--gray-900);--text-quaternary: var(--gray-850);--text-disabled: var(--gray-700);--text-muted: var(--gray-800);--text-inverse: var(--neutral-white);--text-dark: var(--neutral-900);--text-gray: var(--gray-1000);--bg-primary: var(--neutral-white);--bg-secondary: var(--gray-50);--bg-tertiary: var(--gray-150);--bg-elevated: var(--neutral-white);--bg-sunken: var(--gray-100);--bg-accent: var(--blue-100);--bg-accent-subtle: var(--blue-50);--bg-dark: var(--neutral-650);--border-light: var(--gray-200);--border-default: var(--gray-300);--border-medium: var(--gray-400);--border-strong: var(--gray-500);--border-stronger: var(--gray-600);--border-accent: var(--blue-500);--interactive-primary: var(--blue-500);--interactive-primary-hover: var(--blue-700);--interactive-primary-active: var(--blue-600);--interactive-primary-subtle: var(--blue-400);--interactive-danger: var(--red-600);--interactive-danger-hover: var(--red-700);--interactive-danger-subtle: var(--red-500);--interactive-danger-bg: var(--red-100);--interactive-success: var(--green-400);--interactive-success-dark: var(--green-600);--interactive-success-solid: var(--green-500);--interactive-warning: var(--yellow-500);--overlay-backdrop: var(--overlay-50);--overlay-shadow: var(--overlay-10);--overlay-shadow-dark: var(--overlay-20);--focus-ring: var(--blue-500)}#news-tracker-wrapper{background:#fff;display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;position:relative}#news-tracker-wrapper .news-tracker-header{background:#fff;position:relative}#news-tracker-wrapper .news-tracker-header .header-title-section{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e8e8e8}#news-tracker-wrapper .news-tracker-header .header-title-section .breadcrumb-wrapper{display:flex;align-items:center;gap:8px}#news-tracker-wrapper .news-tracker-header .header-title-section .breadcrumb-wrapper .breadcrumb-text{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:24px;font-size:16px;color:#8c8c8c}#news-tracker-wrapper .news-tracker-header .header-title-section .breadcrumb-wrapper .breadcrumb-text.active{color:#262626}#news-tracker-wrapper .news-tracker-header .header-title-section .breadcrumb-wrapper .breadcrumb-separator{width:1px;height:16px;background:#f0f0f0}#news-tracker-wrapper .news-tracker-header .header-title-section .title-wrapper{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer}#news-tracker-wrapper .news-tracker-header .header-title-section .title-wrapper .header-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:24px;font-size:18px;color:#252831;margin:0}#news-tracker-wrapper .news-tracker-header .header-title-section .title-wrapper .info-icon{background-repeat:no-repeat;background-size:contain;width:14px;height:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;filter:invert(44%) sepia(97%) saturate(5732%) hue-rotate(214deg) brightness(99%) contrast(97%)}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions{display:flex;gap:4px;align-items:center;position:relative}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions.create-mode{gap:16px}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-cancel-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;border-color:#f0f0f0!important;color:#000!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-save-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;background:#4181fb!important;border-color:#4181fb!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-save-button:hover{background:#0d47b8!important;border-color:#0d47b8!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-add-button{border:none!important;padding:8px!important;gap:4px!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-add-button .btn-content{color:#262626;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-add-button:hover{background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-add-button:hover img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-add-button:hover .btn-content{color:#1262fa}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button{border:none!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button img{width:16px;height:16px;transition:filter .2s ease}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button:hover{background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button:hover img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button.active{border:1px solid #1262fa!important;background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button.active img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-search-button.active:hover{background:#d8e5ff!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .operations-container{position:relative}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button{border:none!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button img{width:24px;height:24px;border:none;transition:filter .2s ease}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button:hover{background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button:hover img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button.active{border:1px solid #1262fa!important;background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button.active img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .header-title-section .header-actions .ds-button.news-tracker-operations-button.active:hover{background:#d8e5ff!important}#news-tracker-wrapper .news-tracker-header .tabs-section-wrapper{position:relative;background:#fff}#news-tracker-wrapper .news-tracker-header .header-tabs-container{display:flex;padding:14px 52px 0 24px;align-items:center;gap:12px;align-self:stretch;background:#fff;flex-wrap:nowrap;min-height:64px;overflow:visible}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded{height:274px;align-items:flex-start}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill{--tab-pill-bg: #fafafa;--tab-pill-border: #e5e7eb;--tab-pill-text: #374151;--interactive-primary-subtle: #4181fb;--text-tertiary: #262626;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;line-height:20px;font-size:14px;border-color:#e5e7eb!important}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill:not([aria-selected=true]):hover{background:#e7efff!important;border-color:#e7efff!important;color:#1262fa!important}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill[aria-selected=true]{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill[aria-selected=true]:hover{background:#4181fb!important;border-color:#4181fb!important;color:#fff!important}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill.with-actions:hover{background:#eef2f7!important;border-color:#e5e7eb!important;color:#374151!important}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill:hover .sort-icon,#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill[aria-selected=true] .sort-icon{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill .tab-pill-badge{background:#4181fb;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:12px;font-size:11px}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill .sort-icon{width:24px;height:24px;flex-shrink:0;margin-right:4px}#news-tracker-wrapper .news-tracker-header .header-tabs-container .news-tracker-tab-pill .topic-reorder-area{display:inline-flex;align-items:center;flex-direction:row;flex-shrink:0}#news-tracker-wrapper .news-tracker-header .header-tabs-container .pills-content-wrapper{display:flex;gap:12px;align-items:center;flex:1;margin-right:24px;overflow-x:hidden;overflow-y:visible;flex-wrap:nowrap;position:relative;padding-top:8px;padding-bottom:4px}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded .pills-content-wrapper{flex-wrap:wrap;overflow-x:hidden;overflow-y:auto;align-content:flex-start;height:248px;margin-right:34px;padding-right:0}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded .pills-content-wrapper::-webkit-scrollbar{width:6px}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded .pills-content-wrapper::-webkit-scrollbar-track{background:transparent}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded .pills-content-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded .pills-content-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}#news-tracker-wrapper .news-tracker-header .header-tabs-container.expanded .pills-content-wrapper{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}#news-tracker-wrapper .news-tracker-header .expand-container{position:absolute;right:40px;top:24px;z-index:10}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button{border:none!important}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button img{width:16px;height:16px;transition:transform .2s ease,filter .2s ease}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button img.rotated{transform:rotate(180deg)}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button:hover{background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button:hover img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button.active{border:1px solid #4181fb!important;background:#e7efff!important}#news-tracker-wrapper .news-tracker-header .ds-button.news-tracker-expand-button.active img{filter:invert(33%) sepia(93%) saturate(1988%) hue-rotate(206deg) brightness(98%) contrast(98%)}#news-tracker-wrapper .news-tracker-content{flex:1;overflow-y:auto;overflow-x:hidden;height:100%;display:flex;flex-direction:column;min-height:0;position:relative;padding:24px}#news-tracker-wrapper .news-tracker-content .content-placeholder{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;gap:0}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content::-webkit-scrollbar{width:8px}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content::-webkit-scrollbar-track{background:transparent}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content::-webkit-scrollbar-thumb{background:var(--gray-500, #d9d9d9);border-radius:3px}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content::-webkit-scrollbar-thumb:hover{background:var(--gray-700, #999)}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content{scrollbar-width:thin;scrollbar-color:var(--gray-500, #d9d9d9) transparent}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content .content-item{display:flex;flex-direction:column;gap:4px;padding:16px 0;border-bottom:1px solid var(--border-light, #f0f0f0);cursor:default}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content .content-item:first-child{padding-top:0}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content .content-item:last-child{border-bottom:none}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content .content-item:hover .content-title{color:var(--interactive-primary, #1262fa)}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content .content-item .content-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:22px;font-size:15px;color:var(--text-dark, #0F172A);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;transition:color .2s ease}#news-tracker-wrapper .news-tracker-content .content-placeholder .latest-news-content .content-item .content-meta{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:var(--text-disabled, #999);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;gap:0}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content::-webkit-scrollbar{width:8px}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content::-webkit-scrollbar-track{background:transparent}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content::-webkit-scrollbar-thumb{background:var(--gray-500, #d9d9d9);border-radius:3px}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content::-webkit-scrollbar-thumb:hover{background:var(--gray-700, #999)}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content{scrollbar-width:thin;scrollbar-color:var(--gray-500, #d9d9d9) transparent}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content .topic-item{display:flex;padding:14px 0;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light, #f0f0f0);cursor:pointer;transition:background .2s ease}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content .topic-item:first-child{padding-top:0}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content .topic-item:last-child{border-bottom:none}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content .topic-item:hover .topic-name{color:var(--interactive-primary, #1262fa)}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content .topic-item .topic-name{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:22px;font-size:15px;color:var(--text-dark, #0F172A);margin:0;transition:color .2s ease}#news-tracker-wrapper .news-tracker-content .content-placeholder .all-topics-content .topic-item .topic-info{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:var(--text-disabled, #999);margin:0;white-space:nowrap}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 10px}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state .empty-state-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;gap:8px}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state .empty-state-content .empty-state-icon-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;align-self:stretch}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state .empty-state-content .empty-state-icon-wrapper .empty-state-icon{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.3}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state .empty-state-content .empty-state-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:24px;font-size:18px;color:#252831;margin:0 0 24px}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state .empty-state-content .add-topic-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;line-height:20px;font-size:14px;background:#fff;display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:4px;border:1px solid #000;color:#252831;cursor:pointer;transition:all .2s ease;position:relative}#news-tracker-wrapper .news-tracker-content .news-tracker-empty-state .empty-state-content .add-topic-button:hover{background:#f5f5f5;border-color:#1058e1;color:#1058e1}#news-tracker-wrapper .loading-state{flex:1;display:flex;justify-content:center;align-items:center;padding:40px}#news-tracker-wrapper .loading-state .spinner{width:48px;height:48px;border:3px solid #e8e8e8;border-top:3px solid #1058e1;border-radius:50%;animation:newsTrackerSpin 1s linear infinite}#news-tracker-wrapper .news-tracker-error-state{padding:20px;text-align:center}#news-tracker-wrapper .news-tracker-error-state .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:16px;color:#e25160;margin-bottom:12px}#news-tracker-wrapper .news-tracker-error-state .retry-button{background:#1058e1;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;cursor:pointer}#news-tracker-wrapper .news-tracker-error-state .retry-button:hover{background:#0d47b8}#news-tracker-wrapper .empty-state{text-align:center;padding:40px 20px}#news-tracker-wrapper .empty-state .empty-icon{font-size:48px;color:#ccc;margin-bottom:16px}#news-tracker-wrapper .empty-state .empty-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#666;margin-bottom:8px}#news-tracker-wrapper .empty-state .empty-description{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:#999}.ds-tooltip.news-tracker-reorder-tooltip{padding:8px;border-radius:4px;background-color:#2e323d;max-width:274px;width:max-content;box-shadow:0 4px 12px #0003}.ds-tooltip.news-tracker-reorder-tooltip .title{padding:0 0 8px;border-bottom:none;color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:12px;font-style:normal;text-align:left}.ds-tooltip.news-tracker-reorder-tooltip .content{padding:0;color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:12px;font-style:normal;text-align:left;word-break:break-word;white-space:normal}.ds-tooltip.news-tracker-action-tooltip{padding:8px;border-radius:4px;background-color:#2e323d;max-width:274px;width:max-content;box-shadow:0 4px 12px #0003}.ds-tooltip.news-tracker-action-tooltip .content{padding:0;color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:12px;font-style:normal;text-align:left}.ds-tooltip.news-tracker-header-tooltip{min-width:280px!important;border-radius:8px!important;background-color:#2e323d!important;box-shadow:0 4px 12px #00000026!important}.ds-tooltip.news-tracker-header-tooltip .title{padding:12px 16px 8px!important;color:#fff!important;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:22px;font-size:16px;font-size:16px!important;line-height:22px!important;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-style:normal}.ds-tooltip.news-tracker-header-tooltip .content{padding:0 16px 12px!important;color:#fff!important;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-size:14px!important;line-height:20px!important;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-style:normal}@keyframes newsTrackerBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.ai-assistant-icon,.news-tracker-icon{background-repeat:no-repeat;background-size:cover;width:24px;height:24px}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-in{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.ds-modal-backdrop{animation:modal-fade-in .2s ease-out}.ds-modal{animation:modal-slide-in .3s ease-out}.ds-toast-success{border-left:4px solid var(--toast-border-success)}.ds-toast-warn{border-left:4px solid var(--toast-border-warn)}.ds-toast-error{border-left:4px solid var(--toast-border-error)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;gap:16px}.loading-state .spinner{width:32px;height:32px;border:3px solid var(--border-default);border-top-color:var(--interactive-primary);border-radius:50%;animation:newsTrackerSpin 1s linear infinite}.loading-state p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;color:var(--text-muted)}.topics-content{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.topics-content .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;gap:16px}.topics-content .loading-state .spinner{width:32px;height:32px;border:3px solid var(--border-default);border-top-color:var(--interactive-primary);border-radius:50%;animation:newsTrackerSpin 1s linear infinite}.topics-content .loading-state p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;color:var(--text-muted)}.topics-content .error-state{display:flex;align-items:center;justify-content:center;padding:48px}.topics-content .error-state .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;color:var(--interactive-danger-subtle);text-align:center}.topics-content .latest-news-content{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.topics-content .latest-news-content::-webkit-scrollbar{width:8px}.topics-content .latest-news-content::-webkit-scrollbar-track{background:transparent}.topics-content .latest-news-content::-webkit-scrollbar-thumb{background:var(--gray-500);border-radius:3px;min-height:117px}.topics-content .latest-news-content::-webkit-scrollbar-thumb:hover{background:var(--gray-700)}.topics-content .latest-news-content{scrollbar-width:thin;scrollbar-color:var(--gray-500) transparent}.topics-content .latest-news-content .topic-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.topics-content .latest-news-content .topic-content-grid .content-card{max-width:417px;width:100%;height:100%;max-height:142px;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:8px;overflow:visible;display:flex;position:relative;transition:box-shadow .2s ease}.topics-content .latest-news-content .topic-content-grid .content-card:hover{box-shadow:0 2px 8px #00000026}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail{flex-shrink:0;width:142px;height:142px;background:var(--bg-sunken);overflow:hidden;position:relative;border-radius:8px 0 0 8px}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .thumbnail-badges{position:absolute;top:0;left:0;display:flex;z-index:1}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .badge-new{display:flex;height:24px;padding:0 6px;align-items:center;justify-content:center;gap:10px;flex-shrink:0;border-radius:8px 0;background:var(--blue-400);color:var(--neutral-white);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal;text-transform:uppercase;cursor:default}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .badge-new.first-badge{border-radius:8px 0 0}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .badge-new.middle-badge{border-radius:0}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .badge-new.last-badge{border-radius:0 0 8px}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .viewed-badge{display:flex;height:24px;padding:0 12px;justify-content:center;align-items:center;gap:10px;border-radius:8px 0;background:var(--neutral-800);cursor:default}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .viewed-badge .eye-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .viewed-badge.first-badge{border-radius:8px 0 0}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .viewed-badge.middle-badge{border-radius:0}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .viewed-badge.last-badge{border-radius:0 0 8px}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .article-created-badge{display:flex;height:24px;padding:0 8px;justify-content:center;align-items:center;gap:4px;border-radius:8px 0;background:var(--green-500);cursor:pointer}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .article-created-badge .check-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .article-created-badge .article-count{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;color:var(--neutral-white);font-style:normal}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .article-created-badge.first-badge{border-radius:8px 0 0}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .article-created-badge.middle-badge{border-radius:0}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .article-created-badge.last-badge{border-radius:0 0 8px}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail img{width:100%;height:100%;object-fit:cover}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .no-thumbnail{width:100%;height:100%;background:linear-gradient(135deg,var(--gray-200) 0%,var(--gray-300) 100%);display:flex;align-items:center;justify-content:center}.topics-content .latest-news-content .topic-content-grid .content-card .card-thumbnail .no-thumbnail:before{content:"";width:48px;height:48px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='panorama'%3E%3Cmask id='mask0_50_4253' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect id='Bounding box' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_50_4253)'%3E%3Cpath id='panorama_2' d='M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V6H4V18ZM6 16H18L14.25 11L11.25 15L9 12L6 16Z' fill='%231262FA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.3}.topics-content .latest-news-content .topic-content-grid .content-card .card-content{display:flex;flex:1;min-width:0;height:142px;padding:12px;flex-direction:column;justify-content:space-between;align-items:flex-start;border-radius:0 8px 8px 0;border:1px solid var(--border-light);background:var(--bg-secondary);position:relative;box-sizing:border-box}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .title-date-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:18px;font-size:14px;color:var(--text-dark);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:100%;word-break:break-word;flex-shrink:0;max-height:54px}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-title:hover{color:var(--interactive-primary);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:9%;text-underline-offset:15%;text-underline-position:from-font}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-meta{display:flex;align-items:center;justify-content:space-between;width:100%}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-meta .date-source-group{display:flex;align-items:center;gap:8px}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-meta .card-date{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:var(--text-disabled);cursor:default}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-meta .source-icon{width:16px;height:16px;flex-shrink:0}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-actions{display:flex;align-items:center;gap:12px;width:100%}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-actions button{display:flex;height:32px;padding:8px 16px;justify-content:center;align-items:center;gap:4px;border-radius:4px;border:1px solid var(--border-stronger);background:var(--bg-primary);color:var(--text-primary);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:14px;font-size:12px;cursor:pointer;transition:all .2s ease;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-actions .btn-translate:hover{background:var(--bg-accent);border-color:transparent;color:var(--interactive-primary)}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-actions .display-url{overflow:hidden;color:var(--text-tertiary);text-overflow:ellipsis;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:16px;font-size:11px;font-style:normal}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-status{position:absolute;bottom:12px;right:16px;display:flex;gap:8px}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-status .status-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-status .status-icon.viewed{color:var(--text-muted)}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-status .status-icon.article-created{color:var(--interactive-success)}.topics-content .latest-news-content .topic-content-grid .content-card .card-content .card-status .status-icon i{font-size:14px}.topics-content .latest-news-content .no-content{display:flex;align-items:center;justify-content:center;padding:60px 24px}.topics-content .latest-news-content .no-content p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:16px;color:var(--text-muted);text-align:center}.topics-content .all-topics-content{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.topics-content .all-topics-content::-webkit-scrollbar{width:8px}.topics-content .all-topics-content::-webkit-scrollbar-track{background:transparent}.topics-content .all-topics-content::-webkit-scrollbar-thumb{background:var(--gray-500);border-radius:3px;min-height:117px}.topics-content .all-topics-content::-webkit-scrollbar-thumb:hover{background:var(--gray-700)}.topics-content .all-topics-content{scrollbar-width:thin;scrollbar-color:var(--gray-500) transparent}.topics-content .all-topics-content .all-topics-list{display:flex;flex-direction:column;gap:20px}.topics-content .all-topics-content .topic-section{padding-bottom:0}.topics-content .all-topics-content .topic-header-container{display:flex;padding:0 0 10px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light);margin:0 24px}.topics-content .all-topics-content .topic-header-container:hover .topic-header{border-radius:9999px;background:var(--bg-accent)}.topics-content .all-topics-content .topic-header-container:hover .topic-header .topic-icon{filter:invert(29%) sepia(96%) saturate(2445%) hue-rotate(210deg) brightness(98%) contrast(95%)}.topics-content .all-topics-content .topic-header-container:hover .topic-header .topic-name{color:var(--interactive-primary)}.topics-content .all-topics-content .topic-header{display:flex;height:40px;padding:8px;justify-content:space-between;align-items:center;gap:4px;flex:1 0 0;border-radius:9999px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box;outline:none}.topics-content .all-topics-content .topic-header:focus{outline:none}.topics-content .all-topics-content .topic-header:disabled{cursor:default}.topics-content .all-topics-content .topic-header .topic-title-wrapper{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.topics-content .all-topics-content .topic-header .topic-icon{width:16px;height:16px;aspect-ratio:1/1;flex-shrink:0;transition:filter .2s ease}.topics-content .all-topics-content .topic-header .topic-name{color:var(--neutral-600);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:24px;font-size:16px;font-style:normal;margin:0;transition:color .2s ease}.topics-content .all-topics-content .topic-counter-container{display:flex;justify-content:flex-end;align-items:center;gap:6px}.topics-content .all-topics-content .topic-counter-container .unseen-count-badge{display:flex;width:24px;height:24px;padding:2px;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex-shrink:0;aspect-ratio:1/1;border-radius:44px;background:var(--interactive-primary-subtle);color:var(--text-inverse);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:11px;font-size:12px;font-style:normal}.topics-content .all-topics-content .topic-counter-container .counter-separator{width:1px;align-self:stretch;background:var(--border-light)}.topics-content .all-topics-content .topic-counter-container .total-count{color:var(--text-disabled);text-align:right;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;font-style:normal;margin-right:8px}.topics-content .all-topics-content .topic-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.topics-content .all-topics-content .content-card{max-width:417px;width:100%;height:100%;max-height:142px;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:8px;overflow:visible;display:flex;position:relative;transition:box-shadow .2s ease}.topics-content .all-topics-content .content-card:hover{box-shadow:0 2px 8px #00000026}.topics-content .all-topics-content .content-card .card-thumbnail{flex-shrink:0;width:142px;height:142px;background:var(--bg-sunken);overflow:hidden;position:relative;border-radius:8px 0 0 8px}.topics-content .all-topics-content .content-card .card-thumbnail .thumbnail-badges{position:absolute;top:0;left:0;display:flex;z-index:1}.topics-content .all-topics-content .content-card .card-thumbnail .badge-new.ds-badge{display:flex;height:24px;padding:0 6px;align-items:center;justify-content:center;gap:10px;flex-shrink:0;border-radius:8px 0;background:var(--blue-400);color:var(--neutral-white);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal;text-transform:uppercase;cursor:default}.topics-content .all-topics-content .content-card .card-thumbnail .badge-new.ds-badge .content{display:contents}.topics-content .all-topics-content .content-card .card-thumbnail .badge-new.ds-badge.first-badge{border-radius:8px 0 0}.topics-content .all-topics-content .content-card .card-thumbnail .badge-new.ds-badge.middle-badge{border-radius:0}.topics-content .all-topics-content .content-card .card-thumbnail .badge-new.ds-badge.last-badge{border-radius:0 0 8px}.topics-content .all-topics-content .content-card .card-thumbnail .viewed-badge{display:flex;height:24px;padding:0 12px;justify-content:center;align-items:center;gap:10px;border-radius:8px 0;background:var(--neutral-800);cursor:default}.topics-content .all-topics-content .content-card .card-thumbnail .viewed-badge .eye-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.topics-content .all-topics-content .content-card .card-thumbnail .viewed-badge.first-badge{border-radius:8px 0 0}.topics-content .all-topics-content .content-card .card-thumbnail .viewed-badge.middle-badge{border-radius:0}.topics-content .all-topics-content .content-card .card-thumbnail .viewed-badge.last-badge{border-radius:0 0 8px}.topics-content .all-topics-content .content-card .card-thumbnail .article-created-badge{display:flex;height:24px;padding:0 8px;justify-content:center;align-items:center;gap:4px;border-radius:8px 0;background:var(--green-500);cursor:pointer}.topics-content .all-topics-content .content-card .card-thumbnail .article-created-badge .check-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.topics-content .all-topics-content .content-card .card-thumbnail .article-created-badge .article-count{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;color:var(--neutral-white);font-style:normal}.topics-content .all-topics-content .content-card .card-thumbnail .article-created-badge.first-badge{border-radius:8px 0 0}.topics-content .all-topics-content .content-card .card-thumbnail .article-created-badge.middle-badge{border-radius:0}.topics-content .all-topics-content .content-card .card-thumbnail .article-created-badge.last-badge{border-radius:0 0 8px}.topics-content .all-topics-content .content-card .card-thumbnail img{width:100%;height:100%;object-fit:cover}.topics-content .all-topics-content .content-card .card-thumbnail .no-thumbnail{width:100%;height:100%;background:linear-gradient(135deg,var(--gray-200) 0%,var(--gray-300) 100%);display:flex;align-items:center;justify-content:center}.topics-content .all-topics-content .content-card .card-thumbnail .no-thumbnail:before{content:"";width:48px;height:48px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='panorama'%3E%3Cmask id='mask0_50_4253' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect id='Bounding box' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_50_4253)'%3E%3Cpath id='panorama_2' d='M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V6H4V18ZM6 16H18L14.25 11L11.25 15L9 12L6 16Z' fill='%231262FA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.3}.topics-content .all-topics-content .content-card .card-content{display:flex;height:142px;padding:12px;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:0 8px 8px 0;border:1px solid var(--border-light);background:var(--bg-secondary);position:relative;box-sizing:border-box}.topics-content .all-topics-content .content-card .card-content .title-date-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.topics-content .all-topics-content .content-card .card-content .card-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:18px;font-size:14px;color:var(--text-dark);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:100%;word-break:break-word;flex-shrink:0;max-height:54px}.topics-content .all-topics-content .content-card .card-content .card-title:hover{color:var(--interactive-primary);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:9%;text-underline-offset:15%;text-underline-position:from-font}.topics-content .all-topics-content .content-card .card-content .card-meta{display:flex;align-items:center;justify-content:space-between;width:100%}.topics-content .all-topics-content .content-card .card-content .card-meta .date-source-group{display:flex;align-items:center;gap:8px}.topics-content .all-topics-content .content-card .card-content .card-meta .card-date{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:var(--text-disabled);cursor:default}.topics-content .all-topics-content .content-card .card-content .card-meta .source-icon{width:16px;height:16px;flex-shrink:0}.topics-content .all-topics-content .content-card .card-content .card-actions{display:flex;align-items:center;gap:12px;width:100%}.topics-content .all-topics-content .content-card .card-content .card-actions button{display:flex;height:32px;padding:8px 16px;justify-content:center;align-items:center;gap:4px;border-radius:4px;border:1px solid var(--border-stronger);background:var(--bg-primary);color:var(--text-primary);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:14px;font-size:12px;cursor:pointer;transition:all .2s ease;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topics-content .all-topics-content .content-card .card-content .card-actions .btn-translate:hover{background:var(--bg-accent);border-color:transparent;color:var(--interactive-primary)}.topics-content .all-topics-content .content-card .card-content .card-actions .display-url{overflow:hidden;color:var(--text-tertiary);text-overflow:ellipsis;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:16px;font-size:11px;font-style:normal}.topics-content .all-topics-content .content-card .card-content .card-status{position:absolute;bottom:12px;right:16px;display:flex;gap:8px}.topics-content .all-topics-content .content-card .card-content .card-status .status-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.topics-content .all-topics-content .content-card .card-content .card-status .status-icon.viewed{color:var(--text-muted)}.topics-content .all-topics-content .content-card .card-content .card-status .status-icon.article-created{color:var(--interactive-success)}.topics-content .all-topics-content .content-card .card-content .card-status .status-icon i{font-size:14px}.topics-content .all-topics-content .no-content{display:flex;align-items:center;justify-content:center;padding:24px}.topics-content .all-topics-content .no-content p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:16px;color:var(--text-muted);text-align:center}.topics-content .all-topics-content .load-more-trigger{min-height:60px;display:flex;align-items:center;justify-content:center;margin-top:40px}.topics-content .all-topics-content .loading-more{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;margin-top:20px;gap:12px}.topics-content .all-topics-content .loading-more .spinner{width:24px;height:24px;border:3px solid var(--border-default);border-top-color:var(--interactive-primary);border-radius:50%;animation:newsTrackerSpin 1s linear infinite}.topics-content .all-topics-content .loading-more p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:14px;color:var(--text-muted)}.topics-content .topic-content-grid-view{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.topics-content .topic-content-grid-view::-webkit-scrollbar{width:8px}.topics-content .topic-content-grid-view::-webkit-scrollbar-track{background:transparent}.topics-content .topic-content-grid-view::-webkit-scrollbar-thumb{background:var(--gray-500);border-radius:3px;min-height:117px}.topics-content .topic-content-grid-view::-webkit-scrollbar-thumb:hover{background:var(--gray-700)}.topics-content .topic-content-grid-view{scrollbar-width:thin;scrollbar-color:var(--gray-500) transparent}.topics-content .topic-content-grid-view .topic-header-container{display:flex;padding:0 24px 10px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light);margin:0 24px}.topics-content .topic-content-grid-view .topic-header{display:flex;height:40px;padding:8px;justify-content:space-between;align-items:center;gap:4px;flex:1 0 0;border-radius:9999px;background:transparent;box-sizing:border-box}.topics-content .topic-content-grid-view .topic-header .topic-title-wrapper{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.topics-content .topic-content-grid-view .topic-header .topic-icon{width:16px;height:16px;aspect-ratio:1/1;flex-shrink:0}.topics-content .topic-content-grid-view .topic-header .topic-name{color:var(--neutral-600);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:24px;font-size:16px;font-style:normal;margin:0}.topics-content .topic-content-grid-view .topic-counter-container{display:flex;justify-content:flex-end;align-items:center;gap:6px}.topics-content .topic-content-grid-view .topic-counter-container .unseen-count-badge{display:flex;width:24px;height:24px;padding:2px;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex-shrink:0;aspect-ratio:1/1;border-radius:44px;background:var(--interactive-primary-subtle);color:var(--text-inverse);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:11px;font-size:12px;font-style:normal}.topics-content .topic-content-grid-view .topic-counter-container .counter-separator{width:1px;align-self:stretch;background:var(--border-light)}.topics-content .topic-content-grid-view .topic-counter-container .total-count{color:var(--text-disabled);text-align:right;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;font-style:normal;margin-right:8px}.topics-content .topic-content-grid-view .topic-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.topics-content .topic-content-grid-view .unseen-badge{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:var(--yellow-100, #fff3cd);border-bottom:1px solid var(--yellow-300, #ffe69c);margin:0}.topics-content .topic-content-grid-view .unseen-badge span{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:var(--yellow-800, #856404)}.topics-content .topic-content-grid-view .no-content{display:flex;align-items:center;justify-content:center;padding:60px 24px}.topics-content .topic-content-grid-view .no-content p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:16px;color:var(--text-muted);text-align:center}.topics-content .topic-content-grid-view .load-more-trigger{min-height:60px;display:flex;align-items:center;justify-content:center;margin-top:40px}.topics-content .topic-content-grid-view .loading-more{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;margin-top:20px;gap:12px}.topics-content .topic-content-grid-view .loading-more .spinner{width:24px;height:24px;border:3px solid var(--border-default);border-top-color:var(--interactive-primary);border-radius:50%;animation:newsTrackerSpin 1s linear infinite}.topics-content .topic-content-grid-view .loading-more p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:14px;color:var(--text-muted)}.topics-content .topic-content-grid-view .content-card{max-width:417px;width:100%;height:100%;max-height:142px;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:8px;overflow:visible;display:flex;position:relative;transition:box-shadow .2s ease}.topics-content .topic-content-grid-view .content-card:hover{box-shadow:0 2px 8px #00000026}.topics-content .topic-content-grid-view .content-card .card-thumbnail{flex-shrink:0;width:142px;height:142px;background:var(--bg-sunken);overflow:hidden;position:relative;border-radius:8px 0 0 8px}.topics-content .topic-content-grid-view .content-card .card-thumbnail .thumbnail-badges{position:absolute;top:0;left:0;display:flex;z-index:1}.topics-content .topic-content-grid-view .content-card .card-thumbnail .badge-new.ds-badge{display:flex;height:24px;padding:0 6px;align-items:center;justify-content:center;gap:10px;flex-shrink:0;border-radius:8px 0;background:var(--blue-400);color:var(--neutral-white);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal;text-transform:uppercase;cursor:default}.topics-content .topic-content-grid-view .content-card .card-thumbnail .badge-new.ds-badge .content{display:contents}.topics-content .topic-content-grid-view .content-card .card-thumbnail .badge-new.ds-badge.first-badge{border-radius:8px 0 0}.topics-content .topic-content-grid-view .content-card .card-thumbnail .badge-new.ds-badge.middle-badge{border-radius:0}.topics-content .topic-content-grid-view .content-card .card-thumbnail .badge-new.ds-badge.last-badge{border-radius:0 0 8px}.topics-content .topic-content-grid-view .content-card .card-thumbnail .viewed-badge{display:flex;height:24px;padding:0 12px;justify-content:center;align-items:center;gap:10px;border-radius:8px 0;background:var(--neutral-800);cursor:default}.topics-content .topic-content-grid-view .content-card .card-thumbnail .viewed-badge .eye-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.topics-content .topic-content-grid-view .content-card .card-thumbnail .viewed-badge.first-badge{border-radius:8px 0 0}.topics-content .topic-content-grid-view .content-card .card-thumbnail .viewed-badge.middle-badge{border-radius:0}.topics-content .topic-content-grid-view .content-card .card-thumbnail .viewed-badge.last-badge{border-radius:0 0 8px}.topics-content .topic-content-grid-view .content-card .card-thumbnail .article-created-badge{display:flex;height:24px;padding:0 8px;justify-content:center;align-items:center;gap:4px;border-radius:8px 0;background:var(--green-500);cursor:pointer}.topics-content .topic-content-grid-view .content-card .card-thumbnail .article-created-badge .check-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.topics-content .topic-content-grid-view .content-card .card-thumbnail .article-created-badge .article-count{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;color:var(--neutral-white);font-style:normal}.topics-content .topic-content-grid-view .content-card .card-thumbnail .article-created-badge.first-badge{border-radius:8px 0 0}.topics-content .topic-content-grid-view .content-card .card-thumbnail .article-created-badge.middle-badge{border-radius:0}.topics-content .topic-content-grid-view .content-card .card-thumbnail .article-created-badge.last-badge{border-radius:0 0 8px}.topics-content .topic-content-grid-view .content-card .card-thumbnail img{width:100%;height:100%;object-fit:cover}.topics-content .topic-content-grid-view .content-card .card-thumbnail .no-thumbnail{width:100%;height:100%;background:linear-gradient(135deg,var(--gray-200) 0%,var(--gray-300) 100%);display:flex;align-items:center;justify-content:center}.topics-content .topic-content-grid-view .content-card .card-thumbnail .no-thumbnail:before{content:"";width:48px;height:48px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='panorama'%3E%3Cmask id='mask0_50_4253' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect id='Bounding box' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_50_4253)'%3E%3Cpath id='panorama_2' d='M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V6H4V18ZM6 16H18L14.25 11L11.25 15L9 12L6 16Z' fill='%231262FA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.3}.topics-content .topic-content-grid-view .content-card .card-content{display:flex;height:142px;padding:12px;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:0 8px 8px 0;border:1px solid var(--border-light);background:var(--bg-secondary);position:relative;box-sizing:border-box}.topics-content .topic-content-grid-view .content-card .card-content .title-date-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.topics-content .topic-content-grid-view .content-card .card-content .card-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:18px;font-size:14px;color:var(--text-dark);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:100%;word-break:break-word;flex-shrink:0;max-height:54px}.topics-content .topic-content-grid-view .content-card .card-content .card-title:hover{color:var(--interactive-primary);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:9%;text-underline-offset:15%;text-underline-position:from-font}.topics-content .topic-content-grid-view .content-card .card-content .card-meta{display:flex;align-items:center;justify-content:space-between;width:100%}.topics-content .topic-content-grid-view .content-card .card-content .card-meta .date-source-group{display:flex;align-items:center;gap:8px}.topics-content .topic-content-grid-view .content-card .card-content .card-meta .card-date{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:var(--text-disabled);cursor:default}.topics-content .topic-content-grid-view .content-card .card-content .card-meta .source-icon{width:16px;height:16px;flex-shrink:0}.topics-content .topic-content-grid-view .content-card .card-content .card-actions{display:flex;gap:12px;align-items:center;width:100%}.topics-content .topic-content-grid-view .content-card .card-content .card-actions button{display:flex;height:32px;padding:8px 16px;justify-content:center;align-items:center;gap:4px;border-radius:4px;border:1px solid var(--border-stronger);background:var(--bg-primary);color:var(--text-primary);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:16px;font-size:12px;cursor:pointer;transition:all .2s ease;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topics-content .topic-content-grid-view .content-card .card-content .card-actions .btn-translate:hover{background:var(--bg-accent);border-color:transparent;color:var(--interactive-primary)}.topics-content .topic-content-grid-view .content-card .card-content .card-actions .display-url{overflow:hidden;color:var(--text-tertiary);text-overflow:ellipsis;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:16px;font-size:11px;font-style:normal}.topics-content .topic-content-grid-view .content-card .card-content .card-status{position:absolute;bottom:12px;right:16px;display:flex;gap:8px}.topics-content .topic-content-grid-view .content-card .card-content .card-status .status-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.topics-content .topic-content-grid-view .content-card .card-content .card-status .status-icon.viewed{color:var(--text-muted)}.topics-content .topic-content-grid-view .content-card .card-content .card-status .status-icon.article-created{color:var(--interactive-success)}.topics-content .topic-content-grid-view .content-card .card-content .card-status .status-icon i{font-size:14px}.news-tracker-error-state{display:flex;align-items:center;justify-content:center;padding:40px;height:100%}.news-tracker-error-state .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;color:var(--interactive-danger-subtle);text-align:center}@keyframes newsTrackerSpin{to{transform:rotate(360deg)}}.custom-title-tooltip{display:flex;padding:8px;border-radius:0 0 4px 4px;background-color:var(--bg-dark);flex-direction:column;align-items:flex-start;gap:10px;max-width:274px;width:274px;color:var(--text-inverse);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:12px;font-style:normal;word-break:break-word;white-space:normal;text-align:left;box-shadow:0 4px 12px #0003;pointer-events:none}.article-created-tooltip{display:flex;border-radius:4px;background-color:var(--bg-dark);flex-direction:column;align-items:flex-start;min-width:200px;max-width:274px;min-height:72px;color:var(--text-inverse);box-shadow:0 4px 12px #0003;pointer-events:none}.article-created-tooltip .tooltip-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:12px;font-style:normal;color:var(--text-inverse);width:100%;padding:8px}.article-created-tooltip .tooltip-entry{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:12px;font-style:normal;color:var(--text-inverse);display:flex;align-items:center;width:100%;word-break:break-word;padding:0 8px;white-space:pre}.article-created-tooltip .tooltip-entry:first-child{padding-top:0}.article-created-tooltip .tooltip-entry:last-child{padding-bottom:8px}.article-created-tooltip .tooltip-entry .tooltip-time-bold{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:12px;color:var(--text-inverse);white-space:pre}.article-created-tooltip .tooltip-entry .tooltip-date,.article-created-tooltip .tooltip-entry .tooltip-separator,.article-created-tooltip .tooltip-entry .tooltip-user{color:var(--text-inverse);white-space:pre}.article-created-tooltip.single-entry{min-height:auto}.article-created-tooltip.single-entry .tooltip-entry:last-child{padding-bottom:8px}.content-card.compact-view{height:auto!important;max-height:none!important}.content-card.compact-view .card-content{height:auto!important;padding:8px!important;gap:4px;justify-content:flex-start!important;border-radius:8px!important;border:1px solid var(--border-light)!important;background:var(--bg-secondary)!important}.content-card.compact-view .card-content .title-date-group{gap:2px}.content-card.compact-view .card-content .date-source-group .inline-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default}.content-card.compact-view .card-content .date-source-group .badge-new-inline{height:16px;padding:0 6px;gap:8px;border-radius:8px;background:var(--blue-100);color:var(--blue-400);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:16px;font-size:10px;font-style:normal;text-transform:uppercase}.content-card.compact-view .card-content .date-source-group .badge-new-inline .content{line-height:16px}.content-card.compact-view .card-content .date-source-group .viewed-badge-inline{height:16px;padding:0 6px;gap:10px;border-radius:8px;background:var(--border-light)}.content-card.compact-view .card-content .date-source-group .viewed-badge-inline .eye-icon-inline{width:16px;height:16px;filter:none}.content-card.compact-view .card-content .date-source-group .article-created-badge-inline{height:16px;padding:0 6px 0 2px;gap:4px;border-radius:8px;background:var(--green-100, #e8f3db);cursor:pointer}.content-card.compact-view .card-content .date-source-group .article-created-badge-inline .check-icon-inline{width:16px;height:16px;filter:brightness(0) saturate(100%)}.content-card.compact-view .card-content .date-source-group .article-created-badge-inline .article-count-inline{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:16px;font-size:10px;color:var(--neutral-600);font-style:normal}.content-card.compact-view .card-content .card-actions{gap:0}.content-card.compact-view .card-content .card-actions button{padding:8px 6px;margin-right:6px}.news-tracker-topic-create{background:#fff;display:flex;flex-direction:column;width:100%}.news-tracker-topic-create .topic-create-content{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:24px;padding:16px;background:#fafafa;min-height:0;max-height:100%}.news-tracker-topic-create .topic-create-content .topic-name-section{display:flex;align-items:flex-end;gap:16px;width:100%;max-width:824px;padding-bottom:24px}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0;position:relative}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .form-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:4px}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .form-input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#0f172a}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .form-input::placeholder{color:#999}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .form-input:focus{outline:none;border-color:#1262fa}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .form-input.error{border-color:#e25160}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:#e25160;position:absolute;top:100%;left:0;margin-top:4px;margin-bottom:16px;display:flex;align-items:flex-start;gap:4px}.news-tracker-topic-create .topic-create-content .topic-name-section .topic-name-field .error-message .error-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container{display:flex;align-items:center;cursor:pointer;gap:8px}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container input[type=checkbox]{display:none}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container .toggle-slider{width:44px;height:24px;background:#e8e8e8;border-radius:12px;position:relative;transition:background .3s ease}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container .toggle-slider:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s ease}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container input:checked+.toggle-slider{background:#8bc34a}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container input:checked+.toggle-slider:after{transform:translate(20px)}.news-tracker-topic-create .topic-create-content .topic-name-section .toggle-all-field .toggle-container .toggle-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;display:flex;align-items:center;gap:4px;position:relative}.news-tracker-topic-create .topic-create-content .sources-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.news-tracker-topic-create .topic-create-content .sources-section .form-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:4px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container{display:flex;padding-bottom:40px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row{display:flex;align-items:flex-start;gap:16px;width:100%;position:relative}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0;max-width:604px;position:relative}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .form-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:4px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#0f172a;height:40px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input::placeholder{color:#999}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input:focus{outline:none;border-color:#1262fa}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input.error{border-color:#e25160}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:#e25160;position:absolute;top:100%;left:0;margin-top:4px;margin-bottom:16px;display:flex;align-items:flex-start;gap:4px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .source-url-field .error-message .error-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto;width:200px;position:relative}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label{position:relative}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label .keywords-label-content{display:flex;align-items:center;gap:4px;white-space:nowrap}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label .keywords-label-content .optional{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;color:#8c8c8c;margin-left:4px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label .keywords-label-content .info-icon{position:relative;top:0;margin-left:2px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#0f172a;height:40px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-input::placeholder{color:#999}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-input:focus{outline:none;border-color:#1262fa}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .delete-button{background:none;border:none;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-top:28px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .delete-button img{width:32px;height:32px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-inputs-row .delete-button:hover{opacity:.7}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row{display:flex;align-items:center}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-wrapper{display:flex;align-items:center;gap:8px;position:relative}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container{display:flex;align-items:center;cursor:pointer;gap:8px}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container input[type=checkbox]{display:none}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container .toggle-slider{width:44px;height:24px;background:#e8e8e8;border-radius:12px;position:relative;transition:background .3s ease}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container .toggle-slider:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s ease}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container input:checked+.toggle-slider{background:#8bc34a}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container input:checked+.toggle-slider:after{transform:translate(20px)}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .source-toggle-row .toggle-container .toggle-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .keywords-tooltip-container{width:100%}.news-tracker-topic-create .topic-create-content .sources-section .source-item-container .keywords-tooltip-container .info-tooltip{margin-left:auto;margin-right:48px;width:400px;max-width:calc(100vw - 40px);padding:8px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;border-radius:4px;background:#fff;box-shadow:0 2px 8px #00000026;border:1px solid #e8e8e8}.news-tracker-topic-create .topic-create-content .sources-section .add-source-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;line-height:20px;font-size:14px;display:flex;height:40px;padding:8px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:9999px;border:1px solid #d9d9d9;background:#fff;color:#1262fa;cursor:pointer;transition:all .2s ease;width:100%}.news-tracker-topic-create .topic-create-content .sources-section .add-source-button img{width:24px;height:24px}.news-tracker-topic-create .topic-create-content .sources-section .add-source-button:hover{background:#f0f7ff}.news-tracker-topic-create .form-actions{display:none}.news-tracker-topic-create .form-actions .ds-button.news-tracker-cancel-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:12px;border-color:#000!important;color:#000!important}.news-tracker-topic-create .form-actions .ds-button.news-tracker-save-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:12px;background:#1262fa!important;border-color:#1262fa!important}.news-tracker-topic-create .form-actions .ds-button.news-tracker-save-button:hover{background:#0d47b8!important;border-color:#0d47b8!important}.news-tracker-topic-create .keywords-label-content .info-icon{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2436_416166' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2436_416166)'%3E%3Cpath d='M7.33301 11.333H8.66634V7.33301H7.33301V11.333ZM7.99967 5.99967C8.18856 5.99967 8.3469 5.93579 8.47467 5.80801C8.60245 5.68023 8.66634 5.5219 8.66634 5.33301C8.66634 5.14412 8.60245 4.98579 8.47467 4.85801C8.3469 4.73023 8.18856 4.66634 7.99967 4.66634C7.81079 4.66634 7.65245 4.73023 7.52467 4.85801C7.3969 4.98579 7.33301 5.14412 7.33301 5.33301C7.33301 5.5219 7.3969 5.68023 7.52467 5.80801C7.65245 5.93579 7.81079 5.99967 7.99967 5.99967ZM7.99967 14.6663C7.07745 14.6663 6.21079 14.4913 5.39967 14.1413C4.58856 13.7913 3.88301 13.3163 3.28301 12.7163C2.68301 12.1163 2.20801 11.4108 1.85801 10.5997C1.50801 9.78856 1.33301 8.9219 1.33301 7.99967C1.33301 7.07745 1.50801 6.21079 1.85801 5.39967C2.20801 4.58856 2.68301 3.88301 3.28301 3.28301C3.88301 2.68301 4.58856 2.20801 5.39967 1.85801C6.21079 1.50801 7.07745 1.33301 7.99967 1.33301C8.9219 1.33301 9.78856 1.50801 10.5997 1.85801C11.4108 2.20801 12.1163 2.68301 12.7163 3.28301C13.3163 3.88301 13.7913 4.58856 14.1413 5.39967C14.4913 6.21079 14.6663 7.07745 14.6663 7.99967C14.6663 8.9219 14.4913 9.78856 14.1413 10.5997C13.7913 11.4108 13.3163 12.1163 12.7163 12.7163C12.1163 13.3163 11.4108 13.7913 10.5997 14.1413C9.78856 14.4913 8.9219 14.6663 7.99967 14.6663ZM7.99967 13.333C9.48856 13.333 10.7497 12.8163 11.783 11.783C12.8163 10.7497 13.333 9.48856 13.333 7.99967C13.333 6.51079 12.8163 5.24967 11.783 4.21634C10.7497 3.18301 9.48856 2.66634 7.99967 2.66634C6.51079 2.66634 5.24967 3.18301 4.21634 4.21634C3.18301 5.24967 2.66634 6.51079 2.66634 7.99967C2.66634 9.48856 3.18301 10.7497 4.21634 11.783C5.24967 12.8163 6.51079 13.333 7.99967 13.333Z' fill='%23FFDC1A'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:14px;height:14px;position:relative;top:0;cursor:pointer;display:inline-block;filter:invert(44%) sepia(97%) saturate(5732%) hue-rotate(214deg) brightness(99%) contrast(97%)}.news-tracker-topic-create .info-icon{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2436_416166' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2436_416166)'%3E%3Cpath d='M7.33301 11.333H8.66634V7.33301H7.33301V11.333ZM7.99967 5.99967C8.18856 5.99967 8.3469 5.93579 8.47467 5.80801C8.60245 5.68023 8.66634 5.5219 8.66634 5.33301C8.66634 5.14412 8.60245 4.98579 8.47467 4.85801C8.3469 4.73023 8.18856 4.66634 7.99967 4.66634C7.81079 4.66634 7.65245 4.73023 7.52467 4.85801C7.3969 4.98579 7.33301 5.14412 7.33301 5.33301C7.33301 5.5219 7.3969 5.68023 7.52467 5.80801C7.65245 5.93579 7.81079 5.99967 7.99967 5.99967ZM7.99967 14.6663C7.07745 14.6663 6.21079 14.4913 5.39967 14.1413C4.58856 13.7913 3.88301 13.3163 3.28301 12.7163C2.68301 12.1163 2.20801 11.4108 1.85801 10.5997C1.50801 9.78856 1.33301 8.9219 1.33301 7.99967C1.33301 7.07745 1.50801 6.21079 1.85801 5.39967C2.20801 4.58856 2.68301 3.88301 3.28301 3.28301C3.88301 2.68301 4.58856 2.20801 5.39967 1.85801C6.21079 1.50801 7.07745 1.33301 7.99967 1.33301C8.9219 1.33301 9.78856 1.50801 10.5997 1.85801C11.4108 2.20801 12.1163 2.68301 12.7163 3.28301C13.3163 3.88301 13.7913 4.58856 14.1413 5.39967C14.4913 6.21079 14.6663 7.07745 14.6663 7.99967C14.6663 8.9219 14.4913 9.78856 14.1413 10.5997C13.7913 11.4108 13.3163 12.1163 12.7163 12.7163C12.1163 13.3163 11.4108 13.7913 10.5997 14.1413C9.78856 14.4913 8.9219 14.6663 7.99967 14.6663ZM7.99967 13.333C9.48856 13.333 10.7497 12.8163 11.783 11.783C12.8163 10.7497 13.333 9.48856 13.333 7.99967C13.333 6.51079 12.8163 5.24967 11.783 4.21634C10.7497 3.18301 9.48856 2.66634 7.99967 2.66634C6.51079 2.66634 5.24967 3.18301 4.21634 4.21634C3.18301 5.24967 2.66634 6.51079 2.66634 7.99967C2.66634 9.48856 3.18301 10.7497 4.21634 11.783C5.24967 12.8163 6.51079 13.333 7.99967 13.333Z' fill='%23FFDC1A'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:14px;height:14px;top:-5px;position:relative;cursor:pointer;display:inline-block;filter:invert(44%) sepia(97%) saturate(5732%) hue-rotate(214deg) brightness(99%) contrast(97%)}.toggle-wrapper .news-tracker-topic-create .info-icon{margin-top:5px}.news-tracker-topic-create .toggle-wrapper .info-tooltip{position:absolute;top:calc(100% + 8px);left:20px;z-index:1000;display:flex;width:330px;max-width:calc(100vw - 40px);flex-direction:column;align-items:flex-start;gap:10px;border-radius:4px;background:#fff;box-shadow:0 2px 8px #00000026;border:1px solid #e8e8e8}.news-tracker-topic-create .info-tooltip .tooltip-header{display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.news-tracker-topic-create .info-tooltip .tooltip-header .tooltip-title{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal}.news-tracker-topic-create .info-tooltip .tooltip-header .tooltip-close{background:none;border:none;color:#999;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.news-tracker-topic-create .info-tooltip .tooltip-header .tooltip-close:hover{color:#666}.news-tracker-topic-create .info-tooltip .tooltip-body{width:100%}.news-tracker-topic-create .info-tooltip .tooltip-body .tooltip-description{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-style:normal;display:block;margin-bottom:20px}.news-tracker-topic-create .info-tooltip .tooltip-body .tooltip-examples{margin-bottom:20px}.news-tracker-topic-create .info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-title{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;display:block;margin-bottom:8px}.news-tracker-topic-create .info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-list{list-style:none;padding:0;margin:0}.news-tracker-topic-create .info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-list li{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;margin-bottom:4px}.news-tracker-topic-create .info-tooltip .tooltip-body .tooltip-note{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-style:normal;display:block}.news-tracker-topic-edit{background:#fafafa;display:flex;flex-direction:column;width:100%;position:relative}.news-tracker-topic-edit.loading .topic-edit-content{display:flex;justify-content:center;align-items:center;min-height:400px}.news-tracker-topic-edit.loading .topic-edit-content .loading-spinner{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:24px;font-size:16px;color:#666}.news-tracker-topic-edit .topic-edit-content{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:24px;padding:16px;background:#fafafa;min-height:0}.news-tracker-topic-edit .topic-edit-content .topic-name-section{display:flex;align-items:flex-end;gap:16px;width:100%;max-width:824px;padding-bottom:24px}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0;position:relative}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .form-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:4px}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .form-input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#0f172a}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .form-input::placeholder{color:#999}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .form-input:focus{outline:none;border-color:#1262fa}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .form-input.error{border-color:#e25160}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:#e25160;position:absolute;top:100%;left:0;margin-top:4px;margin-bottom:16px;display:flex;align-items:flex-start;gap:4px}.news-tracker-topic-edit .topic-edit-content .topic-name-section .topic-name-field .error-message .error-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container{display:flex;align-items:center;cursor:pointer;gap:8px}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container input[type=checkbox]{display:none}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container .toggle-slider{width:44px;height:24px;background:#e8e8e8;border-radius:12px;position:relative;transition:background .3s ease}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container .toggle-slider:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s ease}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container input:checked+.toggle-slider{background:#8bc34a}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container input:checked+.toggle-slider:after{transform:translate(20px)}.news-tracker-topic-edit .topic-edit-content .topic-name-section .toggle-all-field .toggle-container .toggle-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;display:flex;align-items:center;gap:4px;position:relative}.news-tracker-topic-edit .topic-edit-content .sources-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.news-tracker-topic-edit .topic-edit-content .sources-section .form-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:4px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container{display:flex;padding-bottom:40px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row{display:flex;align-items:flex-start;gap:16px;width:100%;position:relative}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0;max-width:604px;position:relative}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .form-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:4px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#0f172a;height:40px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input::placeholder{color:#999}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input:focus{outline:none;border-color:#1262fa}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .source-input.error{border-color:#e25160}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .error-message{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:12px;color:#e25160;position:absolute;top:100%;left:0;margin-top:4px;margin-bottom:16px;display:flex;align-items:flex-start;gap:4px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .source-url-field .error-message .error-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto;width:200px;position:relative}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label{position:relative}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label .keywords-label-content{display:flex;align-items:center;gap:4px;white-space:nowrap}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label .keywords-label-content .optional{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;color:#8c8c8c;margin-left:4px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-label .keywords-label-content .info-icon{position:relative;top:0;margin-left:2px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#0f172a;height:40px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-input::placeholder{color:#999}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .keywords-field .keywords-input:focus{outline:none;border-color:#1262fa}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .delete-button{background:none;border:none;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-top:28px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .delete-button img{width:32px;height:32px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-inputs-row .delete-button:hover{opacity:.7}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row{display:flex;align-items:center}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-wrapper{display:flex;align-items:center;gap:8px;position:relative}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container{display:flex;align-items:center;cursor:pointer;gap:8px}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container input[type=checkbox]{display:none}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container .toggle-slider{width:44px;height:24px;background:#e8e8e8;border-radius:12px;position:relative;transition:background .3s ease}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container .toggle-slider:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s ease}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container input:checked+.toggle-slider{background:#8bc34a}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container input:checked+.toggle-slider:after{transform:translate(20px)}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .source-toggle-row .toggle-container .toggle-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .keywords-tooltip-container{width:100%}.news-tracker-topic-edit .topic-edit-content .sources-section .source-item-container .keywords-tooltip-container .info-tooltip{margin-left:auto;margin-right:48px;width:400px;max-width:calc(100vw - 40px);padding:8px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;border-radius:4px;background:#fff;box-shadow:0 2px 8px #00000026;border:1px solid #e8e8e8}.news-tracker-topic-edit .topic-edit-content .sources-section .add-source-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;line-height:20px;font-size:14px;display:flex;height:40px;padding:8px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:9999px;border:1px solid #d9d9d9;background:#fff;color:#1262fa;cursor:pointer;transition:all .2s ease;width:100%}.news-tracker-topic-edit .topic-edit-content .sources-section .add-source-button img{width:24px;height:24px}.news-tracker-topic-edit .topic-edit-content .sources-section .add-source-button:hover{background:#f0f7ff}.news-tracker-topic-edit .keywords-label-content .info-icon{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2436_416166' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2436_416166)'%3E%3Cpath d='M7.33301 11.333H8.66634V7.33301H7.33301V11.333ZM7.99967 5.99967C8.18856 5.99967 8.3469 5.93579 8.47467 5.80801C8.60245 5.68023 8.66634 5.5219 8.66634 5.33301C8.66634 5.14412 8.60245 4.98579 8.47467 4.85801C8.3469 4.73023 8.18856 4.66634 7.99967 4.66634C7.81079 4.66634 7.65245 4.73023 7.52467 4.85801C7.3969 4.98579 7.33301 5.14412 7.33301 5.33301C7.33301 5.5219 7.3969 5.68023 7.52467 5.80801C7.65245 5.93579 7.81079 5.99967 7.99967 5.99967ZM7.99967 14.6663C7.07745 14.6663 6.21079 14.4913 5.39967 14.1413C4.58856 13.7913 3.88301 13.3163 3.28301 12.7163C2.68301 12.1163 2.20801 11.4108 1.85801 10.5997C1.50801 9.78856 1.33301 8.9219 1.33301 7.99967C1.33301 7.07745 1.50801 6.21079 1.85801 5.39967C2.20801 4.58856 2.68301 3.88301 3.28301 3.28301C3.88301 2.68301 4.58856 2.20801 5.39967 1.85801C6.21079 1.50801 7.07745 1.33301 7.99967 1.33301C8.9219 1.33301 9.78856 1.50801 10.5997 1.85801C11.4108 2.20801 12.1163 2.68301 12.7163 3.28301C13.3163 3.88301 13.7913 4.58856 14.1413 5.39967C14.4913 6.21079 14.6663 7.07745 14.6663 7.99967C14.6663 8.9219 14.4913 9.78856 14.1413 10.5997C13.7913 11.4108 13.3163 12.1163 12.7163 12.7163C12.1163 13.3163 11.4108 13.7913 10.5997 14.1413C9.78856 14.4913 8.9219 14.6663 7.99967 14.6663ZM7.99967 13.333C9.48856 13.333 10.7497 12.8163 11.783 11.783C12.8163 10.7497 13.333 9.48856 13.333 7.99967C13.333 6.51079 12.8163 5.24967 11.783 4.21634C10.7497 3.18301 9.48856 2.66634 7.99967 2.66634C6.51079 2.66634 5.24967 3.18301 4.21634 4.21634C3.18301 5.24967 2.66634 6.51079 2.66634 7.99967C2.66634 9.48856 3.18301 10.7497 4.21634 11.783C5.24967 12.8163 6.51079 13.333 7.99967 13.333Z' fill='%23FFDC1A'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:14px;height:14px;position:relative;top:0;cursor:pointer;display:inline-block;filter:invert(44%) sepia(97%) saturate(5732%) hue-rotate(214deg) brightness(99%) contrast(97%)}.news-tracker-topic-edit .info-icon{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2436_416166' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2436_416166)'%3E%3Cpath d='M7.33301 11.333H8.66634V7.33301H7.33301V11.333ZM7.99967 5.99967C8.18856 5.99967 8.3469 5.93579 8.47467 5.80801C8.60245 5.68023 8.66634 5.5219 8.66634 5.33301C8.66634 5.14412 8.60245 4.98579 8.47467 4.85801C8.3469 4.73023 8.18856 4.66634 7.99967 4.66634C7.81079 4.66634 7.65245 4.73023 7.52467 4.85801C7.3969 4.98579 7.33301 5.14412 7.33301 5.33301C7.33301 5.5219 7.3969 5.68023 7.52467 5.80801C7.65245 5.93579 7.81079 5.99967 7.99967 5.99967ZM7.99967 14.6663C7.07745 14.6663 6.21079 14.4913 5.39967 14.1413C4.58856 13.7913 3.88301 13.3163 3.28301 12.7163C2.68301 12.1163 2.20801 11.4108 1.85801 10.5997C1.50801 9.78856 1.33301 8.9219 1.33301 7.99967C1.33301 7.07745 1.50801 6.21079 1.85801 5.39967C2.20801 4.58856 2.68301 3.88301 3.28301 3.28301C3.88301 2.68301 4.58856 2.20801 5.39967 1.85801C6.21079 1.50801 7.07745 1.33301 7.99967 1.33301C8.9219 1.33301 9.78856 1.50801 10.5997 1.85801C11.4108 2.20801 12.1163 2.68301 12.7163 3.28301C13.3163 3.88301 13.7913 4.58856 14.1413 5.39967C14.4913 6.21079 14.6663 7.07745 14.6663 7.99967C14.6663 8.9219 14.4913 9.78856 14.1413 10.5997C13.7913 11.4108 13.3163 12.1163 12.7163 12.7163C12.1163 13.3163 11.4108 13.7913 10.5997 14.1413C9.78856 14.4913 8.9219 14.6663 7.99967 14.6663ZM7.99967 13.333C9.48856 13.333 10.7497 12.8163 11.783 11.783C12.8163 10.7497 13.333 9.48856 13.333 7.99967C13.333 6.51079 12.8163 5.24967 11.783 4.21634C10.7497 3.18301 9.48856 2.66634 7.99967 2.66634C6.51079 2.66634 5.24967 3.18301 4.21634 4.21634C3.18301 5.24967 2.66634 6.51079 2.66634 7.99967C2.66634 9.48856 3.18301 10.7497 4.21634 11.783C5.24967 12.8163 6.51079 13.333 7.99967 13.333Z' fill='%23FFDC1A'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:14px;height:14px;top:-5px;position:relative;cursor:pointer;display:inline-block;filter:invert(44%) sepia(97%) saturate(5732%) hue-rotate(214deg) brightness(99%) contrast(97%)}.toggle-wrapper .news-tracker-topic-edit .info-icon{margin-top:5px}.news-tracker-topic-edit .toggle-wrapper .info-tooltip{position:absolute;top:calc(100% + 8px);left:20px;z-index:1000;display:flex;width:330px;max-width:calc(100vw - 40px);padding:16px 8px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:4px;background:#fff;box-shadow:0 2px 8px #00000026;border:1px solid #e8e8e8}.news-tracker-topic-edit .info-tooltip .tooltip-header{display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.news-tracker-topic-edit .info-tooltip .tooltip-header .tooltip-title{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal}.news-tracker-topic-edit .info-tooltip .tooltip-header .tooltip-close{background:none;border:none;color:#999;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.news-tracker-topic-edit .info-tooltip .tooltip-header .tooltip-close:hover{color:#666}.news-tracker-topic-edit .info-tooltip .tooltip-body{width:100%}.news-tracker-topic-edit .info-tooltip .tooltip-body .tooltip-description{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-style:normal;display:block;margin-bottom:20px}.news-tracker-topic-edit .info-tooltip .tooltip-body .tooltip-examples{margin-bottom:20px}.news-tracker-topic-edit .info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-title{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;display:block;margin-bottom:8px}.news-tracker-topic-edit .info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-list{list-style:none;padding:0;margin:0}.news-tracker-topic-edit .info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-list li{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;margin-bottom:4px}.news-tracker-topic-edit .info-tooltip .tooltip-body .tooltip-note{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-style:normal;display:block}.news-tracker-topic-edit .form-actions{display:flex;align-items:flex-start;gap:16px}.news-tracker-topic-edit .form-actions .ds-button.news-tracker-cancel-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;border-color:#f0f0f0!important;color:#000!important}.news-tracker-topic-edit .form-actions .ds-button.news-tracker-save-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;background:#4181fb!important;border-color:#4181fb!important}.news-tracker-topic-edit .form-actions .ds-button.news-tracker-save-button:hover{background:#0d47b8!important;border-color:#0d47b8!important}.news-tracker-topic-search{display:flex;flex-direction:column;animation:slideDownFade .25s cubic-bezier(.25,.46,.45,.94) both}@keyframes slideDownFade{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.news-tracker-topic-search .search-container{padding:14px 24px 24px;display:flex;flex-direction:column;gap:8px}.news-tracker-topic-search .search-container .search-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;color:#0f172a;margin-bottom:unset}.news-tracker-topic-search .search-container .custom-option{display:flex;align-items:center;width:100%;pointer-events:none}.news-tracker-topic-search .search-container .custom-option .option-label{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;font-size:14px;color:#0f172a;flex:1;line-height:20px}.news-tracker-topic-search .search-container .custom-option .option-label strong.highlight{font-weight:600;color:inherit}.news-tracker-topic-search .search-container .topic-select__control,.news-tracker-topic-search .search-container .topic-select__placeholder,.news-tracker-topic-search .search-container .topic-select__single-value,.news-tracker-topic-search .search-container .topic-select__input input{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px}.news-tracker-topic-search .search-container .topic-select__menu{z-index:9999}.news-tracker-topic-search .search-container .topic-select__option:active{background-color:#e7efff}.topic-actions-container{display:inline-flex;padding:4px;align-items:center;gap:10px;border-radius:24px;background:#000;position:absolute;top:50%;right:8px;transform:translateY(-50%);z-index:2}.topic-actions-container.edit-list-mode{display:flex;align-items:center;gap:4px;position:static;transform:none;background:transparent;border-radius:0;padding:0}.topic-actions-container.edit-list-mode .action-divider{display:block;width:1px;height:24px;background:#f0f0f0;flex-shrink:0}.topic-actions-container.edit-list-mode .topic-action-btn{width:24px;height:24px;padding:0}.topic-actions-container.edit-list-mode .topic-action-btn img{width:24px;height:24px}.topic-actions-container.edit-list-mode .topic-action-btn.edit img{filter:invert(47%) sepia(89%) saturate(1950%) hue-rotate(201deg) brightness(100%) contrast(98%)}.topic-actions-container.edit-list-mode .topic-action-btn.delete img{filter:invert(43%) sepia(77%) saturate(1709%) hue-rotate(330deg) brightness(95%) contrast(87%)}.topic-actions-container.edit-list-mode .topic-action-btn:hover{opacity:.7}.topic-actions-container .action-divider{display:none}.topic-actions-container .topic-action-btn{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:transparent;border:none;cursor:pointer;outline:none}.topic-actions-container .topic-action-btn:focus{outline:none}.topic-actions-container .topic-action-btn img{width:16px;height:16px;aspect-ratio:1/1}.topic-actions-container .topic-action-btn:hover{opacity:.8}.action-tooltip{display:flex;padding:8px;border-radius:4px;background-color:#2e323d;color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;box-shadow:0 4px 12px #0003;pointer-events:none}.news-tracker-operations-dropdown{position:fixed;top:0;right:0;display:flex;width:200px;padding:2px;flex-direction:column;align-items:flex-start;border-radius:6px;border:1px solid var(--border-stronger);background:var(--bg-primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;animation:dropdownFadeIn .2s ease-out;color:var(--text-primary);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;font-style:normal}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.news-tracker-operations-dropdown .operation-item{display:flex;height:40px;padding:8px 16px;align-items:center;gap:4px;align-self:stretch;background:none;border:none;text-align:left;color:var(--text-primary);font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;font-style:normal;cursor:pointer;transition:all .2s ease}.news-tracker-operations-dropdown .operation-item:hover{background-color:var(--bg-accent);color:var(--interactive-primary)}.news-tracker-operations-dropdown .operation-item:first-child{border-radius:4px 4px 0 0}.news-tracker-operations-dropdown .operation-item:last-child{border-radius:0 0 4px 4px}.news-tracker-operations-dropdown .operation-item.selected{background-color:var(--bg-accent);color:var(--interactive-primary)}.news-tracker-operations-dropdown .operation-item.delete{color:var(--text-primary)}.news-tracker-operations-dropdown .operation-item.delete:hover{background-color:var(--bg-accent);color:var(--interactive-primary)}.news-tracker-operations-dropdown .operation-item.compact-view-item{justify-content:space-between;cursor:pointer;padding:8px 12px 8px 16px;--toggle-track-bg-checked: var(--interactive-success-dark)}.news-tracker-operations-dropdown .operation-item.compact-view-item:hover{background-color:var(--bg-accent);color:var(--interactive-primary)}.news-tracker-operations-dropdown .operation-item.compact-view-item .compact-view-label{display:flex;align-items:center;gap:4px;white-space:nowrap}.ds-tooltip.news-tracker-compact-view-tooltip{border-radius:4px;background-color:var(--bg-dark);min-width:200px;max-width:274px;min-height:72px;box-shadow:0 4px 12px #0003}.ds-tooltip.news-tracker-compact-view-tooltip .title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:12px;font-style:normal;color:var(--text-inverse);width:100%;padding:8px;border-bottom:none}.ds-tooltip.news-tracker-compact-view-tooltip .content{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:12px;font-style:normal;color:var(--text-inverse);width:100%;padding:0 8px 8px;word-break:break-word}.rearrange-controls-container{margin:16px 0;padding:0 20px;border-bottom:1px solid #E8E8E8}.rearrange-controls{display:flex;justify-content:flex-end;gap:12px;padding-bottom:16px}.rearrange-controls .ds-button.news-tracker-cancel-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:14px;min-width:80px;border-color:#d1d5db!important;color:#6b7280!important}.rearrange-controls .ds-button.news-tracker-cancel-button:hover:not(:disabled){background-color:#f9fafb!important;border-color:#9ca3af!important}.rearrange-controls .ds-button.news-tracker-save-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:18px;font-size:14px;min-width:80px;background-color:#3b82f6!important;border-color:#3b82f6!important}.rearrange-controls .ds-button.news-tracker-save-button:hover:not(:disabled){background-color:#2563eb!important;border-color:#2563eb!important}.news-tracker-new-articles-pill{position:absolute;top:20px;left:50%;transform:translate(-50%);display:flex;width:150px;padding:9px 20px;justify-content:center;align-items:center;gap:20px;border-radius:24px;background:#1262fa;color:#fff;cursor:pointer;z-index:100;box-shadow:0 2px 8px #00000026;transition:background-color .2s ease;animation:slideDown .3s ease-out}.news-tracker-new-articles-pill .arrow-icon{width:14px;height:14px;flex-shrink:0;filter:brightness(0) invert(1)}.news-tracker-new-articles-pill .pill-text{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal;white-space:nowrap}.news-tracker-new-articles-pill:hover{background:#0e4fc7}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-70%)}to{opacity:1;transform:translate(-50%,-50%)}}.info-tooltip .tooltip-header{display:flex;width:100%;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px;border-bottom:1px solid #F0F0F0}.info-tooltip .tooltip-header .tooltip-title{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:20px;font-size:14px;font-style:normal}.info-tooltip .tooltip-header .tooltip-close{background:none;border:none;color:#999;font-size:24px;cursor:pointer;padding:0;width:16px;position:relative;top:-5px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1}.info-tooltip .tooltip-header .tooltip-close:hover{color:#666}.info-tooltip .tooltip-body{width:100%}.info-tooltip .tooltip-body .tooltip-description{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-style:normal;display:block;margin-bottom:20px}.info-tooltip .tooltip-body .tooltip-examples{margin-bottom:20px}.info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-title{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:20px;font-size:14px;display:block;margin-bottom:8px}.info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-list{list-style:none;padding:0;margin-bottom:20px}.info-tooltip .tooltip-body .tooltip-examples .tooltip-examples-list li{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;margin-bottom:4px}.info-tooltip .tooltip-body .tooltip-note{color:#000;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:20px;font-size:14px;font-style:normal;display:block}.tools-sidebar-container{position:fixed;top:55px;right:0;height:calc(100vh - 55px);display:flex;z-index:1019;background:#fff;border-radius:8px 0 0;overflow:hidden;transition:width .35s ease}.tools-sidebar-container.collapsed{width:58px}.tools-sidebar-container.collapsed .tools-sidebar-content-wrapper{flex:0 0 0;opacity:0;pointer-events:none;overflow:hidden}.tools-sidebar-container.shown{width:1000px}.tools-sidebar-container.shown .tools-sidebar-content-wrapper{flex:1;opacity:1;pointer-events:auto;overflow:hidden}.tools-sidebar-toggles{width:58px;background:#fafafa;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;flex-shrink:0;height:100%}.tools-sidebar-content-wrapper{transition:all .3s ease;display:flex;height:100%;flex-grow:1;overflow:hidden}.tools-sidebar-content{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;overflow-y:hidden}.ai-assistant-panel-container,.news-tracker-panel-container{flex:1;display:flex;flex-direction:column;height:100%}.tools-sidebar-options-container{display:flex;flex-direction:column;align-items:stretch;width:100%}.ai-tools-toggle-icon-container{display:flex;height:67px;justify-content:center;align-items:center;border-bottom:1px solid #f5f5f5;background:#fafafa;cursor:pointer}.ai-tools-icon-container{display:flex;height:40px;justify-content:center;align-items:center;border-bottom:1px solid #f5f5f5;background:#fafafa;cursor:pointer;position:relative}.ai-tools-icon-container.selected{background:#e7efff;border:none}.ai-tools-icon-container .notification-counter{position:absolute;top:3px;right:6px;display:flex;min-width:18px;height:18px;padding:2px 4px;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:44px;background:#4181fb;color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;line-height:12px;font-size:11px;z-index:10}.open-ai-tools-icon,.close-ai-tools-icon{background-repeat:no-repeat;background-size:cover;width:17px;height:17px}.open-ai-tools-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C12.4181 0 16 3.58187 16 8C16 12.4181 12.4181 16 8 16C3.58187 16 0 12.4181 0 8C0 3.58187 3.58187 0 8 0ZM3.02702 8.21244L3.13049 8.368L6.66667 11.9042C7.16321 12.4007 7.91737 11.6465 7.42084 11.15L4.80413 8.5333H12.4832C13.1853 8.5333 13.1853 7.46663 12.4832 7.46663H4.80413L7.42084 4.84992C7.91737 4.35339 7.16321 3.59922 6.66667 4.09575L3.13956 7.62286C2.98748 7.77703 2.93814 8.0069 3.02702 8.21244ZM12.9028 3.09724C10.1952 0.389689 5.8048 0.389689 3.09724 3.09724C0.389689 5.8048 0.389689 10.1952 3.09724 12.9028C5.8048 15.6103 10.1952 15.6103 12.9028 12.9028C15.6103 10.1952 15.6103 5.8048 12.9028 3.09724Z' fill='%238C8C8C'/%3E%3C/svg%3E")}.close-ai-tools-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C3.58187 16 0 12.4181 0 8C0 3.58186 3.58187 0 8 0C12.4181 0 16 3.58187 16 8C16 12.4181 12.4181 16 8 16ZM12.973 7.78756L12.8695 7.632L9.33333 4.09582C8.8368 3.59929 8.08263 4.35346 8.57916 4.84999L11.1959 7.4667H3.51676C2.81468 7.4667 2.81468 8.53337 3.51676 8.53337H11.1959L8.57916 11.1501C8.08263 11.6466 8.83679 12.4008 9.33333 11.9042L12.8604 8.37714C13.0125 8.22297 13.0619 7.9931 12.973 7.78756ZM3.09724 12.9028C5.8048 15.6103 10.1952 15.6103 12.9028 12.9028C15.6103 10.1952 15.6103 5.8048 12.9028 3.09724C10.1952 0.389688 5.8048 0.389688 3.09724 3.09724C0.389689 5.8048 0.389689 10.1952 3.09724 12.9028Z' fill='%238C8C8C'/%3E%3C/svg%3E")}.ai-assistant-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_7553_18775)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.17245 5.83513C0.870511 5.71867 0.556746 5.62704 0.233398 5.56258C0.209658 5.55787 0.185867 5.55329 0.162022 5.54884C-0.0540073 5.50862 -0.0540073 5.1853 0.162022 5.14508C0.185867 5.14064 0.209658 5.13605 0.233398 5.13134C0.556746 5.06688 0.870511 4.97526 1.17245 4.85879C1.35314 4.78909 1.5296 4.71052 1.70135 4.62351C2.89069 4.02114 3.85389 3.01614 4.43124 1.77518C4.51459 1.59598 4.58993 1.41187 4.6567 1.22333C4.76832 0.908289 4.85613 0.580907 4.91791 0.243527C4.92243 0.218757 4.92682 0.193933 4.93109 0.169053C4.96963 -0.056351 5.2795 -0.056351 5.31805 0.169053C5.32231 0.193933 5.3267 0.218757 5.33122 0.243527C5.393 0.580907 5.48081 0.908289 5.59243 1.22333C5.65924 1.41187 5.73454 1.59598 5.81793 1.77518C6.39525 3.01614 7.35844 4.02114 8.54781 4.62351C8.71955 4.71052 8.896 4.78909 9.07668 4.85879C9.37863 4.97526 9.69239 5.06688 10.0158 5.13134C10.0395 5.13605 10.0633 5.14064 10.0871 5.14508C10.3032 5.1853 10.3032 5.50862 10.0871 5.54884C10.0633 5.55329 10.0395 5.55787 10.0158 5.56258C9.69239 5.62704 9.37863 5.71867 9.07668 5.83513C8.896 5.90483 8.71955 5.98341 8.54781 6.07041C7.35844 6.67278 6.39525 7.67778 5.81793 8.91876C5.73454 9.09795 5.65924 9.28206 5.59243 9.47058C5.48081 9.78564 5.393 10.113 5.33122 10.4504C5.3267 10.4751 5.32231 10.5 5.31805 10.5249C5.2795 10.7503 4.96963 10.7503 4.93109 10.5249C4.92682 10.5 4.92243 10.4751 4.91791 10.4504C4.85613 10.113 4.76832 9.78564 4.6567 9.47058C4.58993 9.28206 4.51459 9.09795 4.43124 8.91876C3.85389 7.67778 2.89069 6.67278 1.70135 6.07041C1.5296 5.98341 1.35315 5.90483 1.17245 5.83513ZM3.05419 5.34696C3.87884 5.91071 4.58426 6.64675 5.12457 7.50719C5.66487 6.64675 6.3703 5.91071 7.19498 5.34696C6.3703 4.78321 5.66487 4.04717 5.12457 3.18673C4.58426 4.04717 3.87884 4.78321 3.05419 5.34696ZM8.39112 13.8447C8.17994 13.7853 7.96584 13.7332 7.74903 13.6887C7.71513 13.6817 7.68121 13.6749 7.64722 13.6683L7.6369 13.6663L7.62296 13.6637C7.60151 13.6596 7.57796 13.6552 7.53085 13.6464L7.5144 13.6434C7.16891 13.5751 7.16891 13.059 7.5144 12.9907L7.53085 12.9877C7.57796 12.9789 7.60151 12.9745 7.62296 12.9704L7.6369 12.9678L7.64722 12.9658C7.68121 12.9592 7.71514 12.9524 7.749 12.9454C7.96581 12.9009 8.17994 12.8488 8.39112 12.7894C8.57149 12.7387 8.74972 12.6826 8.92566 12.6215C11.7722 11.6314 14.0121 9.29428 14.961 6.32423C15.0196 6.14065 15.0733 5.95468 15.1219 5.76645C15.1788 5.54615 15.2288 5.32272 15.2715 5.0965C15.2781 5.06117 15.2846 5.02577 15.291 4.9903L15.2929 4.97954L15.2954 4.96499C15.2993 4.94288 15.3035 4.9186 15.3117 4.87055L15.312 4.86889L15.3149 4.85172C15.3803 4.49124 15.875 4.49124 15.9404 4.85172L15.9433 4.86889C15.9517 4.91804 15.9559 4.94261 15.9599 4.96499L15.9624 4.97954L15.9643 4.9903C15.9706 5.02577 15.9771 5.06117 15.9838 5.0965C16.0265 5.32275 16.0764 5.54615 16.1333 5.76645C16.1819 5.95468 16.2357 6.14065 16.2943 6.32423C17.2432 9.29428 19.4831 11.6314 22.3296 12.6215C22.5056 12.6826 22.6838 12.7387 22.8642 12.7894C23.0753 12.8488 23.2895 12.9009 23.5063 12.9454C23.5401 12.9524 23.5741 12.9592 23.6081 12.9658L23.6184 12.9678L23.6323 12.9704C23.6538 12.9745 23.6773 12.9789 23.7244 12.9877L23.7409 12.9907C24.0864 13.059 24.0864 13.5751 23.7409 13.6434L23.6746 13.6557L23.6323 13.6637L23.6184 13.6663L23.6081 13.6683C23.5741 13.6749 23.5401 13.6817 23.5063 13.6887C23.2895 13.7332 23.0753 13.7853 22.8642 13.8447C22.6838 13.8954 22.5056 13.9515 22.3296 14.0126C19.4831 15.0027 17.2432 17.3398 16.2943 20.3099C16.2357 20.4935 16.1819 20.6794 16.1333 20.8676C16.0764 21.088 16.0265 21.3114 15.9838 21.5376C15.9771 21.5729 15.9706 21.6083 15.9643 21.6438L15.9624 21.6546L15.9599 21.6691L15.9542 21.7018L15.9437 21.7633L15.9404 21.7824C15.875 22.1429 15.3803 22.1429 15.3149 21.7824L15.312 21.7652C15.3036 21.7162 15.2993 21.6915 15.2954 21.6691L15.2929 21.6546L15.291 21.6438C15.2846 21.6083 15.2781 21.5729 15.2715 21.5376C15.2288 21.3113 15.1788 21.088 15.1219 20.8676C15.0733 20.6794 15.0196 20.4935 14.961 20.3099C14.0121 17.3398 11.7722 15.0027 8.92566 14.0126C8.74972 13.9515 8.57149 13.8954 8.39112 13.8447ZM10.6522 13.317C12.8166 14.42 14.5706 16.2501 15.6276 18.5084C16.6847 16.2501 18.4387 14.42 20.6031 13.317C18.4387 12.2141 16.6847 10.384 15.6276 8.1257C14.5706 10.384 12.8166 12.2141 10.6522 13.317ZM3.6268 20.7592C3.98992 20.8315 4.33388 20.9582 4.65075 21.1308C4.79172 21.2075 4.9273 21.2934 5.05681 21.3876C5.4177 21.6501 5.73149 21.9776 5.98311 22.3541C6.07341 22.4893 6.15571 22.6307 6.22927 22.7778C6.39471 23.1084 6.51607 23.4673 6.58542 23.8462C6.58828 23.8618 6.59108 23.8775 6.59376 23.8932C6.6181 24.0356 6.81381 24.0356 6.83816 23.8932C6.84083 23.8775 6.8436 23.8618 6.84647 23.8462C6.91585 23.4673 7.03721 23.1084 7.20262 22.7778C7.2762 22.6307 7.35851 22.4893 7.4488 22.3541C7.7004 21.9776 8.01422 21.6501 8.37511 21.3876C8.50462 21.2934 8.6402 21.2075 8.78113 21.1308C9.09804 20.9582 9.442 20.8315 9.80512 20.7592C9.82011 20.7562 9.83513 20.7533 9.85019 20.7505C9.98663 20.7251 9.98663 20.5208 9.85019 20.4955C9.83513 20.4927 9.82011 20.4898 9.80512 20.4868C9.442 20.4144 9.09804 20.2878 8.78113 20.1152C8.6402 20.0384 8.50462 19.9525 8.37511 19.8583C8.01422 19.5958 7.7004 19.2683 7.4488 18.8918C7.35851 18.7567 7.2762 18.6152 7.20262 18.4682C7.03721 18.1375 6.91585 17.7786 6.84647 17.3997C6.8436 17.3841 6.84083 17.3684 6.83816 17.3527C6.81381 17.2103 6.6181 17.2103 6.59376 17.3527C6.59108 17.3684 6.58828 17.3841 6.58542 17.3997C6.51607 17.7786 6.39471 18.1375 6.22927 18.4682C6.15571 18.6152 6.07341 18.7567 5.98311 18.8918C5.73149 19.2683 5.4177 19.5958 5.05681 19.8583C4.9273 19.9525 4.79172 20.0384 4.65075 20.1152C4.33388 20.2878 3.98992 20.4144 3.6268 20.4868C3.61181 20.4898 3.59678 20.4927 3.5817 20.4955C3.44529 20.5208 3.44529 20.7251 3.5817 20.7505C3.59678 20.7533 3.61181 20.7562 3.6268 20.7592ZM6.71594 21.1754C6.55295 20.9777 6.37596 20.793 6.18652 20.623C6.37596 20.4529 6.55295 20.2682 6.71594 20.0706C6.87896 20.2682 7.05596 20.4529 7.24536 20.623C7.05596 20.793 6.87896 20.9777 6.71594 21.1754Z' fill='url(%23paint0_linear_7553_18775)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7553_18775' x1='19.7953' y1='13.9164' x2='4.70469' y2='9.58359' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D000D7'/%3E%3Cstop offset='1' stop-color='%230080FF'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_7553_18775'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:24px;height:24px}.news-tracker-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18H10' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 14H10' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H8C7.46957 2 6.96086 2.21071 6.58579 2.58579C6.21071 2.96086 6 3.46957 6 4V20C6 20.5304 5.78929 21.0391 5.41421 21.4142C5.03914 21.7893 4.53043 22 4 22ZM4 22C3.46957 22 2.96086 21.7893 2.58579 21.4142C2.21071 21.0391 2 20.5304 2 20V11C2 10.4696 2.21071 9.96086 2.58579 9.58579C2.96086 9.21071 3.46957 9 4 9H6' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 6H11C10.4477 6 10 6.44772 10 7V9C10 9.55228 10.4477 10 11 10H17C17.5523 10 18 9.55228 18 9V7C18 6.44772 17.5523 6 17 6Z' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:24px;height:24px}.news-tracker-icon.selected-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18H10' stroke='%231262FA' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 14H10' stroke='%231262FA' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H8C7.46957 2 6.96086 2.21071 6.58579 2.58579C6.21071 2.96086 6 3.46957 6 4V20C6 20.5304 5.78929 21.0391 5.41421 21.4142C5.03914 21.7893 4.53043 22 4 22ZM4 22C3.46957 22 2.96086 21.7893 2.58579 21.4142C2.21071 21.0391 2 20.5304 2 20V11C2 10.4696 2.21071 9.96086 2.58579 9.58579C2.96086 9.21071 3.46957 9 4 9H6' stroke='%231262FA' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 6H11C10.4477 6 10 6.44772 10 7V9C10 9.55228 10.4477 10 11 10H17C17.5523 10 18 9.55228 18 9V7C18 6.44772 17.5523 6 17 6Z' stroke='%231262FA' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.tools-sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:1018;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
