.usg{display:flex;flex-direction:column;gap:20px;font-family:var(--font-helvetica-neue),sans-serif}.usg__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0 12px}.usg__head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.usg__head-title{margin:0;font-size:16px;font-weight:500;line-height:22px;color:#333}.usg__head-sub{margin:0;font-size:13px;font-weight:400;line-height:20px;color:#666}.usg__controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.usg__filter-wrap{position:relative}.usg__filter-btn{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border:1px solid rgba(201,201,202,.76);border-radius:10px;background:rgba(0,0,0,0);font-family:var(--font-helvetica-neue),sans-serif;font-size:12px;font-weight:500;color:#666;cursor:pointer;transition:border-color .12s,color .12s}.usg__filter-btn--active,.usg__filter-btn:hover{border:1px solid #817e7e}.usg__filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:15px;height:15px;padding:0 3px;border-radius:999px;background:#c4905a;color:#fff;font-size:10px;font-weight:600;line-height:1}.usg__filter-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:200;width:160px;background:#fff;border:.5px solid #ebebeb;border-radius:7px;box-shadow:0 2px 5px hsla(0,0%,60%,.12);overflow:hidden;animation:usg-pop-in .1s ease both}@keyframes usg-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.usg__filter-header{display:flex;align-items:center;height:38px;padding:0 19px 0 14px;font-family:var(--font-helvetica-neue),sans-serif;font-size:14px;font-weight:400;line-height:19px;color:#666;border-bottom:.5px solid #ebebeb}.usg__filter-section{display:flex;flex-direction:column}.usg__filter-section--sort{border-top:.5px solid rgba(201,201,202,.52)}.usg__filter-item{display:flex;align-items:center;gap:12px;width:100%;padding:7px 19px 7px 14px;border:none;background:none;font-family:var(--font-helvetica-neue),sans-serif;font-size:14px;font-weight:400;line-height:19px;color:#666;cursor:pointer;text-align:left;box-sizing:border-box;white-space:nowrap}.usg__filter-item:hover{background:#fafafb}.usg__filter-item--active{color:#c4905a;font-weight:500}.usg__filter-item--active svg path{stroke:#c4905a}.usg__carousel{position:relative;display:flex;align-items:center;gap:8px}.usg__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;flex:1;min-width:0;scrollbar-width:none;-ms-overflow-style:none;padding:4px 2px}.usg__track::-webkit-scrollbar{display:none}.usg__slide{flex:0 0 auto;scroll-snap-align:start}.usg__carousel-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #ebebeb;border-radius:9999px;background:#fff;color:#666;cursor:pointer;transition:border-color .12s,color .12s,opacity .12s,background .12s;box-shadow:0 2px 4px hsla(0,0%,60%,.12)}.usg__carousel-arrow:hover:not(:disabled){border-color:#c4905a;color:#c4905a;background:#fcf4f0}.usg__carousel-arrow:disabled{opacity:0;pointer-events:none}@media(max-width:640px){.usg__carousel-arrow{display:none}}.usg__empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:32px 0;text-align:center}.usg__empty-title{font-size:18px;font-weight:700;line-height:26px;color:#333}.usg__empty-sub,.usg__empty-title{font-family:var(--font-helvetica-neue),sans-serif}.usg__empty-sub{font-size:14px;font-weight:400;line-height:22px;color:#817e7e}.usg-card{display:flex;flex-direction:column;gap:10px;padding:8px 12px 12px;max-width:304px;width:100%;min-height:271px;background:#fff;border:1px solid #ebebeb;border-radius:12px;cursor:pointer;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;overflow:hidden}.usg-card:hover{border-color:rgba(196,144,90,.4);box-shadow:0 4px 12px rgba(196,144,90,.1)}.usg-card__topbar{top:1px;left:0;right:0;height:44px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.usg-card__topbar-left{display:flex;align-items:center;gap:6px}.usg-card__type-chip{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:#f8f2eb;border-radius:6px;font-size:12px;font-weight:400;color:#c4905a;white-space:nowrap}.usg-card__topbar-right{display:flex;align-items:center;gap:4px}.usg-card__saved-badge{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:6px;border:1px solid #bfdbfe;background:#eff6ff;border:1px solid rgba(44,95,212,.28);font-family:var(--font-helvetica-neue),sans-serif;font-size:11px;font-weight:600;color:#2c5fd4;white-space:nowrap;pointer-events:none}.usg-card__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;border-radius:6px;cursor:pointer;color:#666;transition:background .12s}.usg-card__icon-btn:hover{background:#fafafb}.usg-card__icon-btn--bell-active{color:#c4905a}.usg-card__icon-btn--bell-active:hover{background:none}.usg-card__icon-btn:disabled{opacity:.6;cursor:wait}.usg-card__bell-dot{position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:9999px;background:#ef4444;border:1px solid #fff}.usg-card__dots-wrap{position:relative}.usg-dots-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:100;width:130px;background:#fff;border:1px solid #ebebeb;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;animation:usg-menu-in .1s ease both}@keyframes usg-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.usg-dots-menu__item{display:flex;align-items:center;gap:10px;width:100%;height:34px;padding:0 14px 0 12px;border:none;border-bottom:1px solid #f1f1f1;background:none;font-family:var(--font-helvetica-neue),sans-serif;font-size:12px;color:#666;cursor:pointer;text-align:left}.usg-dots-menu__item:last-child{border-bottom:none}.usg-dots-menu__item:hover{background:#fafafb}.usg-dots-menu__item--delete{color:#e53935}.usg-dots-menu__item--delete svg path{stroke:#e53935}.usg-dots-menu__item--delete:hover{background:#fff5f5}.usg-card__body{display:flex;flex-direction:column;gap:12px;flex:1}.usg-card__text{display:flex;flex-direction:column;gap:0}.usg-card__title{font-size:16px;font-weight:500;line-height:26px;color:#333;-webkit-line-clamp:1;line-clamp:1;max-width:268px}.usg-card__desc,.usg-card__title{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.usg-card__desc{font-size:12px;font-weight:400;line-height:18px;color:#817e7e;-webkit-line-clamp:2;line-clamp:2}.usg-card__chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.usg-chip{display:inline-flex;align-items:center;padding:3px 8px;border-radius:24px;background:#fafafb;font-size:12px;font-weight:400;line-height:21px;color:#817e7e;white-space:nowrap}.usg-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:6px;border-top:1px solid #ebebeb;height:50px;box-sizing:border-box}.usg-card__stocks{gap:4px}.usg-card__stocks,.usg-logos{display:flex;align-items:center}.usg-logos>*{margin-left:-8px}.usg-logos>:first-child{margin-left:0}.usg-logo{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;border:1px solid #fff;overflow:hidden;background:#fcf4f0;color:#c4905a;font-size:8px;font-weight:600}.usg-logo img{width:100%;height:100%;object-fit:cover}.usg-card__stocks-count{font-size:12px;font-weight:500;color:#666;white-space:nowrap}.usg-card__cta{display:inline-flex;align-items:center;justify-content:center;height:26px;max-width:150px;min-width:0;padding:0 12px;border:1px solid #ebebeb;border-radius:6px;background:#fff;font-family:var(--font-helvetica-neue),sans-serif;font-size:14px;font-weight:500;color:#666;cursor:pointer;overflow:hidden;flex-shrink:0;transition:border-color .12s,color .12s}.usg-card__cta:hover{border:1px solid #817e7e}.usg-card__cta-text{padding-top:2px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}.usg-card__created{left:18px;bottom:62px;display:flex;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:18px;color:silver;pointer-events:none}.usg-card__created span{padding-top:2px}.screener__wrapper{font-family:var(--font-helvetica-neue),sans-serif;overflow-y:auto;height:100%;box-sizing:border-box}.screener__inner{padding:20px 40px 40px;width:100%;display:flex;flex-direction:column;gap:0}@media(max-width:786px){.screener__inner{padding:16px}}.screener__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:24px;margin-bottom:24px}@media(max-width:480px){.screener__header{flex-direction:column;gap:16px}}.screener__header-left{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;max-width:640px}.screener__eyebrow{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#888}.screener__title{font-size:36px;font-weight:700;color:#1a1f36;line-height:1.15;margin:0}.screener__title em{font-style:italic;font-weight:400;font-family:Georgia,Times New Roman,serif}@media(max-width:480px){.screener__title{font-size:26px}}.screener__subtitle{font-size:14px;font-weight:400;color:#555;line-height:1.65;margin:0}@media(max-width:480px){.screener__subtitle{font-size:13px}}.screener__section{margin-top:40px}.screener__section:first-of-type{margin-top:16px}.screener__section-head{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.screener__section-head-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.screener__section-head-left{display:flex;flex-direction:column;gap:6px}.screener__scroll-arrows{display:flex;align-items:center;gap:8px;flex-shrink:0}.screener__scroll-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#555;cursor:pointer;transition:background .15s,border-color .15s,color .15s,opacity .15s}.screener__scroll-arrow:hover:not(:disabled){background:#f5f5f5;border-color:#c4905a;color:#c4905a}.screener__scroll-arrow:active:not(:disabled){background:#ede1d6}.screener__scroll-arrow--disabled,.screener__scroll-arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.screener__section-title{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;color:#1a1f36;line-height:1.2;margin:0}@media(max-width:480px){.screener__section-title{font-size:20px}}.screener__section-count{font-size:10px;font-weight:500;width:20px;height:20px;color:#fff;text-align:center;background-color:#263169;border-radius:50%;padding:4px;object-fit:cover;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.screener__section-subtitle{font-size:14px;font-weight:400;color:#777;line-height:1.5;margin:0}@media(max-width:480px){.screener__section-subtitle{font-size:13px}}.screener__header-right{display:flex;align-items:center;gap:12px;flex-shrink:0;padding-top:4px;padding-right:4px}@media(max-width:480px){.screener__header-right{padding-top:0;padding-right:0;width:100%;justify-content:flex-start}}.screener__sort-btn{display:inline-flex;align-items:center;gap:9px;height:41px;padding:6px 17px;border:1px solid rgba(201,201,202,.76);border-radius:12px;background:rgba(0,0,0,0);cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;font-size:12px;font-weight:500;color:#999;white-space:nowrap;transition:border-color .12s,color .12s}.screener__sort-btn span{padding-top:2px}@media(max-width:480px){.screener__sort-btn{height:36px;padding:4px 12px}}.screener__new-btn{display:inline-flex;align-items:center;justify-content:center;height:41px;padding:6px 17px;background:#263169;color:#fff;font-size:12px;font-weight:500;font-family:var(--font-helvetica-neue),sans-serif;border:none;border-radius:12px;cursor:pointer;white-space:nowrap;transition:background .12s}@media(max-width:480px){.screener__new-btn{height:36px;padding:4px 14px;border-radius:10px}}.screener__tab-bar{display:flex;align-items:center;gap:4px;margin-bottom:24px}.screener__tab{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:14px;font-weight:500;color:#999;cursor:pointer;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);font-family:var(--font-helvetica-neue),sans-serif;transition:color .12s,border-color .12s}.screener__tab:hover{color:#c4905a}.screener__tab--active{color:#c4905a;border-bottom-color:#c4905a}.screener__grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;align-items:start;overflow-x:auto;overflow-y:hidden;padding-bottom:8px}@media(max-width:1200px){.screener__grid{grid-auto-columns:calc((100% - 40px)/3)}}@media(max-width:860px){.screener__grid{grid-auto-columns:calc((100% - 20px)/2)}}@media(max-width:540px){.screener__grid{grid-auto-columns:100%}}.screener__empty{position:relative;display:flex;flex-direction:column;align-items:center;min-height:460px}.screener__empty-ghosts{display:flex;gap:20px;width:100%;pointer-events:none;position:relative;-webkit-mask-image:linear-gradient(180deg,rgb(0,0,0) 0,rgba(0,0,0,0) 92%);mask-image:linear-gradient(180deg,rgb(0,0,0) 0,rgba(0,0,0,0) 92%)}.screener__empty-ghost{flex:1;min-width:0;height:252px;border-radius:12px;background:linear-gradient(180deg,#fdf4ee,#ffffff 70%);border:1px solid rgba(231,219,205,.4)}.screener__empty-content{position:absolute;top:230px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;width:100%}.screener__empty-msg{font-size:14px;font-weight:400;color:#999;margin:0;line-height:1.5}.screener__empty-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 22px;background:#263169;color:#fff;font-size:13px;font-weight:500;font-family:var(--font-helvetica-neue),sans-serif;border:none;border-radius:10px;cursor:pointer;transition:background .12s}.screener__sort-btn--active{border-color:rgba(196,144,90,.5);color:#c4905a}.screener__sort-btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.screener__filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#c4905a;color:#fff;font-size:10px;font-weight:600;line-height:1}.screener__filter-wrap{position:relative}.screener__filter-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:200;min-width:160px;background:#fff;border:.5px solid #ebebeb;border-radius:6px;box-shadow:0 2px 2px hsla(0,0%,60%,.12);display:flex;flex-direction:column;gap:6px;overflow:hidden;animation:screener-fp-in .1s ease both}@media(max-width:480px){.screener__filter-popover{position:fixed;top:auto;bottom:0;left:0;right:0;min-width:unset;width:100%;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.12);padding-bottom:20px;max-height:60dvh;overflow-y:auto}}@keyframes screener-fp-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.screener__fp-section{display:flex;flex-direction:column}.screener__fp-section--sort{border-top:.5px solid rgba(201,201,202,.52)}.screener__fp-label{font-weight:500;line-height:16px;margin:0}.screener__fp-label,.screener__fp-row{padding:11px 16px 11px 12px;font-size:14px;color:#666;white-space:nowrap}.screener__fp-row{display:flex;align-items:center;gap:10px;height:24px;margin-top:7px;background:none;border:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;font-weight:400;text-align:left;transition:background .1s}.screener__fp-row:hover{background:rgba(196,144,90,.06)}.screener__fp-row--selected{color:#c4905a}.screener__fp-radio,.screener__fp-sort-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:12px;height:12px}.screener__fp-sort-path{fill:#999}.screener__fp-row--selected .screener__fp-sort-path{fill:#c4905a}.screener__fp-text{line-height:16px}.screener__fp-clear{border-top:.5px solid rgba(201,201,202,.52);padding:6px 12px}.screener__fp-clear-btn{background:none;border:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;font-size:11px;font-weight:500;color:#c4905a;padding:0;transition:opacity .12s}.screener__fp-clear-btn:hover{opacity:.75}.screener__no-results{font-size:14px;font-weight:400;color:#999;margin:40px 0 0;text-align:center;width:100%}.screener__card-skeleton{width:271px;height:244px;border-radius:12px;background:linear-gradient(90deg,rgba(231,219,205,.2) 25%,rgba(231,219,205,.4) 50%,rgba(231,219,205,.2) 75%);background-size:200% 100%;animation:screener-card-shimmer 1.5s infinite;border:1px solid rgba(231,219,205,.4)}@keyframes screener-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.screener__jump-btn{position:fixed;right:28px;bottom:28px;z-index:40;display:flex;align-items:center;gap:8px;height:44px;padding:0 18px;border:none;border-radius:999px;background:#1a1f36;color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.screener__jump-btn:active{transform:translateY(0)}@media(max-width:480px){.screener__jump-btn{right:16px;bottom:16px;height:40px;padding:0 14px}}.screener__jump-label{line-height:1}