.stb{background:#f0f4f8;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .15s;overflow:hidden}.stb--expanded,.stb:hover{border-color:#cbd5e1}.stb__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;cursor:pointer;width:100%;text-align:left;font-family:inherit;font-size:inherit;line-height:inherit;background:transparent;border:none;transition:background .15s;flex-wrap:wrap}.stb__header:hover{background:rgba(0,0,0,.025)}.stb__left{display:flex;align-items:center;gap:.6rem;flex-shrink:1;min-width:0}.stb__icon{color:var(--nb-hover);font-size:.95rem;flex-shrink:0}.stb__text{font-size:.85rem;color:#475569;line-height:1.4}.stb__text strong{color:#1e293b;font-weight:600}.stb__right{gap:.75rem;flex-shrink:0}.stb__favicons,.stb__right{display:flex;align-items:center}.stb__favicons{gap:0}.stb__favicon{width:18px;height:18px;border-radius:50%;border:1.5px solid #fff;margin-left:-4px;background:#fff}.stb__favicon:first-child{margin-left:0}.stb__more{font-size:.75rem;color:#64748b;margin-left:4px;font-weight:500}.stb__chevron{color:#94a3b8;font-size:.7rem;transition:transform .2s}.stb__header:hover .stb__chevron{color:var(--nb-hover)}.stb__body{border-top:1px solid #e2e8f0;padding:.5rem 0}.stb__source{display:flex;align-items:center;gap:.5rem;padding:.45rem 1.25rem;text-decoration:none;color:inherit;transition:background .1s}.stb__source:hover{background:rgba(0,0,0,.03)}.stb__source-favicon{width:16px;height:16px;border-radius:3px;flex-shrink:0}.stb__source-domain{font-size:.78rem;color:#64748b;font-weight:500;flex-shrink:0;min-width:90px}.stb__source-headline{font-size:.82rem;color:#334155;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stb__source-ext{font-size:.6rem;color:#94a3b8;flex-shrink:0;opacity:0;transition:opacity .1s}.stb__source:hover .stb__source-ext{opacity:1}.stb__group{padding:.35rem 0}.stb__group+.stb__group{border-top:1px solid #e2e8f0}.stb__group-header{display:flex;align-items:center;gap:.5rem;padding:.45rem 1.25rem .2rem}.stb__group-count{font-size:.7rem;color:#94a3b8;font-weight:400}.stb__source--grouped{padding-left:2.75rem}@media (max-width:576px){.stb__header{flex-direction:column;align-items:flex-start;gap:.6rem;padding:.6rem 1rem}.stb__right{width:100%;justify-content:space-between}.stb__source{padding:.4rem 1rem}.stb__source-domain{min-width:70px}}.source-highlight{border-bottom:1.5px solid rgba(52,152,219,.4);cursor:pointer;transition:border-color .15s,background .15s;padding-bottom:0}.source-highlight:hover{border-bottom-color:rgba(52,152,219,.8);background:rgba(52,152,219,.08)}.sht{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 16px rgba(0,0,0,.12);min-width:220px;max-width:320px;pointer-events:auto;animation:sht-fade-in .12s ease-out}@keyframes sht-fade-in{0%{opacity:0;transform:translate(-50%,calc(-100% + 4px))}to{opacity:1;transform:translate(-50%,-100%)}}.sht__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.sht__favicon{width:18px;height:18px;border-radius:3px;flex-shrink:0}.sht__domain{font-size:.78rem;color:#64748b;font-weight:500}.sht__headline{font-size:.85rem;color:#1e293b;line-height:1.4;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sht__actions{display:flex;justify-content:flex-end}.sht__link{font-size:.78rem;color:var(--nb-hover);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.3rem}.sht__link:hover{color:#2980b9;text-decoration:underline}.sht__link i{font-size:.65rem}html[data-theme=dark] .stb{background:var(--nb-bg-surface)}html[data-theme=dark] .stb,html[data-theme=dark] .stb--expanded,html[data-theme=dark] .stb:hover{border-color:var(--nb-border)}html[data-theme=dark] .stb__header:hover{background:rgba(255,255,255,.04)}html[data-theme=dark] .stb__text{color:var(--nb-text-secondary)}html[data-theme=dark] .stb__text strong{color:var(--nb-text)}html[data-theme=dark] .stb__chevron,html[data-theme=dark] .stb__more{color:var(--nb-text-muted)}html[data-theme=dark] .stb__body{border-top-color:var(--nb-border)}html[data-theme=dark] .stb__source:hover{background:rgba(255,255,255,.04)}html[data-theme=dark] .stb__source-domain{color:var(--nb-text-muted)}html[data-theme=dark] .stb__source-headline{color:var(--nb-text-secondary)}html[data-theme=dark] .stb__source-ext{color:var(--nb-text-muted)}html[data-theme=dark] .stb__group+.stb__group{border-top-color:var(--nb-border)}html[data-theme=dark] .stb__group-count{color:var(--nb-text-muted)}html[data-theme=dark] .stb__favicon{border-color:var(--nb-bg-surface);background:var(--nb-bg-surface)}html[data-theme=dark] .sht{background:var(--nb-bg-surface);border-color:var(--nb-border);box-shadow:0 4px 16px rgba(0,0,0,.3)}html[data-theme=dark] .sht__domain{color:var(--nb-text-muted)}html[data-theme=dark] .sht__headline{color:var(--nb-text)}html[data-theme=dark] .source-highlight{border-bottom-color:rgba(107,156,195,.5)}html[data-theme=dark] .source-highlight:hover{border-bottom-color:rgba(107,156,195,.8);background:rgba(107,156,195,.1)}