.bst-fd{max-width:1100px;margin:0 auto;padding:32px 16px 48px}.bst-fd__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-bottom:14px}.bst-fd__back{justify-self:start;min-height:44px;min-width:44px;display:inline-flex;align-items:center;font-weight:700;font-size:12px;color:var(--bst-neon-cyan);letter-spacing:1px;text-decoration:none;padding:8px 12px}.bst-fd__back:hover{opacity:.8}.bst-fd__title-wrap{display:flex;flex-direction:column;align-items:center;gap:4px}.bst-fd__title{margin:0;font-weight:700;font-size:14px;color:var(--bst-text-primary);letter-spacing:4px}.bst-fd__live{display:inline-flex;align-items:center;gap:4px}.bst-fd__live-dot{width:6px;height:6px;border-radius:50%;background:var(--bst-error);animation:bst-fd-pulse 1.6s ease-in-out infinite}.bst-fd__live-label{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--bst-error-bright)}.bst-fd__header-right{justify-self:end;display:flex;align-items:center;gap:8px}.bst-fd__refresh{min-height:44px;min-width:44px;border:1px solid var(--bst-border);border-radius:var(--bst-radius-pill);background:var(--bst-bg-card);color:var(--bst-neon-cyan);font-size:16px;font-weight:700;padding:8px 14px}.bst-fd__refresh:hover:not(:disabled){border-color:var(--bst-border-accent)}.bst-fd__refresh:disabled{opacity:.5;cursor:not-allowed}.bst-fd__filters{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px}.bst-fd__pill{min-height:44px;padding:10px 16px;border-radius:var(--bst-radius-pill);border:1px solid var(--bst-border);background:var(--bst-bg-card);color:var(--bst-text-muted);font-family:inherit;font-weight:700;font-size:10px;letter-spacing:2px;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.bst-fd__pill:hover{border-color:var(--bst-border-accent);color:var(--bst-text-primary)}.bst-fd__discovery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.bst-fd__discovery-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 12px;background:var(--bst-bg-card);border:1px solid var(--bst-border);border-radius:10px;text-decoration:none;transition:border-color .12s ease,transform .12s ease;min-height:96px;text-align:center}.bst-fd__discovery-card:hover{border-color:var(--bst-border-accent);transform:translateY(-1px)}.bst-fd__discovery-glyph{font-size:22px;line-height:1}.bst-fd__discovery-title{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--bst-text-primary)}.bst-fd__discovery-hint{font-size:9px;letter-spacing:1px;color:var(--bst-text-muted)}.bst-fd__centered{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.bst-fd__spinner{width:36px;height:36px;border:3px solid var(--bst-border);border-top-color:var(--bst-neon-cyan);border-radius:50%;animation:bst-fd-spin .9s linear infinite}.bst-fd__spinner--sm{width:24px;height:24px;border-width:2px}.bst-fd__loading-text{margin-top:16px;font-size:10px;letter-spacing:3px;color:var(--bst-text-muted)}.bst-fd__empty-title{font-weight:700;font-size:13px;letter-spacing:3px;color:var(--bst-text-secondary);margin-bottom:10px}.bst-fd__empty-hint{font-size:12px;line-height:1.6;color:var(--bst-text-muted);max-width:380px;margin:0 0 20px}.bst-fd__empty-button{display:inline-block;min-height:44px;line-height:44px;padding:0 28px;background:var(--bst-neon-cyan);color:var(--bst-bg);font-weight:700;font-size:12px;letter-spacing:2px;text-decoration:none;border-radius:6px}.bst-fd__empty-button:hover{opacity:.9}.bst-fd__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:12px}.bst-fd__card{display:block;text-decoration:none;color:inherit;background:var(--bst-bg-card);border:1px solid var(--bst-border);border-radius:10px;padding:14px;opacity:0;animation:bst-fd-rise-in .36s cubic-bezier(.22,1,.36,1) forwards;transition:border-color .12s ease,transform .12s ease}.bst-fd__card:hover{border-color:var(--bst-border-accent);transform:translateY(-1px)}.bst-fd__card-head{display:flex;gap:12px;align-items:center;margin-bottom:12px}.bst-fd__avatar{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--bst-bg);flex-shrink:0}.bst-fd__card-head-text{flex:1;min-width:0}.bst-fd__user-line{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.bst-fd__user-name{font-weight:700;font-size:13px;letter-spacing:1px;color:var(--bst-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bst-fd__user-carrier{font-size:9px;color:var(--bst-text-muted);letter-spacing:1px;flex-shrink:0}.bst-fd__meta{font-size:10px;color:var(--bst-text-muted);letter-spacing:1px;display:flex;gap:6px;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bst-fd__meta-sep{color:var(--bst-text-muted)}.bst-fd__bars{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.bst-fd__bar{display:flex;flex-direction:column;gap:4px}.bst-fd__bar-row{display:flex;justify-content:space-between;align-items:baseline}.bst-fd__bar-label{font-size:9px;color:var(--bst-text-muted);letter-spacing:2px;font-weight:700}.bst-fd__bar-value{font-size:13px;font-weight:700;letter-spacing:1px}.bst-fd__bar-unit{font-size:9px;color:var(--bst-text-secondary);font-weight:400;letter-spacing:1px}.bst-fd__bar-track{height:4px;border-radius:2px;background:var(--bst-bg-input);overflow:hidden}.bst-fd__bar-fill{height:100%;border-radius:2px;transition:width .6s cubic-bezier(.22,1,.36,1)}.bst-fd__actions{display:flex;align-items:center;gap:18px;border-top:1px solid var(--bst-border);padding-top:10px}.bst-fd__like{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:4px;color:var(--bst-text-muted);font-size:11px;font-weight:700;letter-spacing:1px;min-height:44px;min-width:44px;transition:color .12s ease,background-color .12s ease}.bst-fd__like:hover{color:var(--bst-error);background:#e8112314}.bst-fd__like--on{color:var(--bst-error)}.bst-fd__comment-count{display:inline-flex;align-items:center;gap:6px;color:var(--bst-text-muted);font-size:11px;font-weight:700;letter-spacing:1px}.bst-fd__open-permalink{margin-left:auto;font-size:10px;letter-spacing:2px;color:var(--bst-neon-cyan);font-weight:700}.bst-fd__sentinel{height:1px}.bst-fd__more{display:flex;justify-content:center;padding:16px 0}.bst-fd__end{text-align:center;padding:24px 0 8px;font-size:9px;letter-spacing:3px;color:var(--bst-text-muted)}@keyframes bst-fd-spin{to{transform:rotate(360deg)}}@keyframes bst-fd-rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes bst-fd-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}@media (prefers-reduced-motion: reduce){.bst-fd__card{animation:none;opacity:1;transform:none}.bst-fd__live-dot{animation:none}.bst-fd__bar-fill{transition:none}.bst-fd__spinner{animation:none;border-top-color:var(--bst-neon-cyan)}}@media (max-width: 768px){.bst-fd{padding:20px 12px 40px}.bst-fd__discovery{grid-template-columns:1fr}.bst-fd__discovery-card{flex-direction:row;justify-content:flex-start;gap:12px;min-height:56px}.bst-fd__discovery-glyph{font-size:18px}.bst-fd__discovery-title{letter-spacing:1px}.bst-fd__open-permalink{font-size:9px}}@media (min-width: 1280px){.bst-fd{padding-top:48px}.bst-fd__filters{grid-template-columns:repeat(2,200px);justify-content:center}.bst-fd__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}
