@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400&family=Barlow+Condensed:wght@600;700&display=swap);.breakdance .bde-section-1624-100 .section-container{display:flex;flex-direction:column}.tbh-team-page{--bg1:#050718;--bg2:#0C1020;--bg3:#111633;--accent:#FFAD3B;--accent2:#FF5B7F;--text:#F7F7F7;--muted:#BBC0CC;--border1:#313756;--display:'Barlow Condensed',sans-serif;--body:'Barlow',sans-serif;background:var(--bg1);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.7}.tbh-team-page *{box-sizing:border-box;margin:0;padding:0}.tbh-team-header{width:100%;padding:3.5rem 2rem 2.5rem;border-bottom:1px solid var(--border1)}.tbh-team-tag{display:inline-block;font-size:0.65rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--accent);margin-bottom:0.75rem;font-family:var(--body)}.tbh-team-header h1{font-family:var(--display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1;letter-spacing:-0.01em;color:var(--text);margin-bottom:0.75rem}.tbh-team-header h1 span{color:var(--accent)}.tbh-team-header p{font-size:1rem;line-height:1.8;color:var(--muted);max-width:600px}.tbh-trust-bar{width:100%;padding:1.25rem 2rem;background:var(--bg2);border-bottom:1px solid var(--border1);display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.tbh-trust-item{display:flex;align-items:center;gap:8px;font-size:0.78rem;font-weight:600;letter-spacing:0.04em;color:var(--muted)}.tbh-trust-icon{width:18px;height:18px;min-width:18px;border-radius:50%;background:rgba(255,173,59,0.12);border:1px solid rgba(255,173,59,0.3);display:flex;align-items:center;justify-content:center;font-size:9px;color:var(--accent);font-weight:700}.tbh-team-grid{width:100%;padding:2.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.tbh-analyst-card{background:var(--bg2);border:1px solid var(--border1);border-radius:14px;overflow:hidden;transition:transform 0.25s,border-color 0.25s;display:flex;flex-direction:column}.tbh-analyst-card:hover{transform:translateY(-4px);border-color:var(--accent)}.tbh-card-img{position:relative;aspect-ratio:4/3;background:var(--bg3);overflow:hidden;display:flex;align-items:center;justify-content:center}.tbh-card-img::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,173,59,0.1) 0%,transparent 65%)}.tbh-card-initials{font-family:var(--display);font-size:5rem;font-weight:700;color:rgba(255,173,59,0.07);letter-spacing:-0.03em;user-select:none}.tbh-card-photo{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.tbh-card-status{position:absolute;top:12px;right:12px;font-size:0.65rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:4px 10px;border-radius:6px;font-family:var(--body)}.tbh-card-status.live{background:rgba(255,173,59,0.12);border:1px solid rgba(255,173,59,0.35);color:var(--accent)}.tbh-card-status.soon{background:rgba(49,55,86,0.8);border:1px solid var(--border1);color:var(--muted)}.tbh-card-market-flags{position:absolute;bottom:12px;left:12px;display:flex;gap:5px}.tbh-flag{font-size:1.1rem;line-height:1;background:rgba(5,7,24,0.7);border-radius:4px;padding:3px 5px}.tbh-card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.tbh-card-name{font-family:var(--display);font-size:1.6rem;font-weight:700;color:var(--text);line-height:1;margin-bottom:4px}.tbh-card-role{font-size:0.72rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-family:var(--body)}.tbh-card-bio{font-size:0.88rem;line-height:1.7;color:var(--muted);margin-bottom:1.25rem;flex:1}.tbh-card-stats{display:flex;gap:0;border:1px solid var(--border1);border-radius:8px;overflow:hidden;margin-bottom:1.25rem}.tbh-cs{flex:1;padding:0.6rem 0.5rem;border-right:1px solid var(--border1);text-align:center;background:var(--bg3)}.tbh-cs:last-child{border-right:none}.tbh-cs-num{font-family:var(--display);font-size:1.2rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:2px}.tbh-cs-label{font-size:0.58rem;font-weight:600;letter-spacing:0.07em;text-transform:uppercase;color:var(--border1)}.tbh-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1.4rem}.tbh-card-tag{font-size:0.7rem;font-weight:600;padding:3px 10px;border-radius:100px;background:var(--bg3);color:var(--muted);border:1px solid var(--border1);font-family:var(--body)}.tbh-card-cta{display:block;text-align:center;background:transparent;border:1px solid var(--accent);color:var(--accent);border-radius:8px;padding:0.7rem 1rem;font-size:0.82rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;text-decoration:none;font-family:var(--body);transition:background 0.2s,color 0.2s}.tbh-card-cta:hover{background:var(--accent);color:var(--bg1)}.tbh-card-cta.tbh-cta-soon{border-color:var(--border1);color:var(--border1);cursor:default}.tbh-card-cta.tbh-cta-soon:hover{background:transparent;color:var(--border1)}.tbh-team-footer{width:100%;padding:2rem;border-top:1px solid var(--border1);background:var(--bg2);text-align:center}.tbh-team-footer p{font-size:0.82rem;color:var(--muted);line-height:1.7}.tbh-team-footer a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(255,173,59,0.3)}.tbh-team-footer a:hover{border-color:var(--accent)}@keyframes tbh-card-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.tbh-analyst-card:nth-child(1){animation:tbh-card-in 0.5s 0.05s ease both}.tbh-analyst-card:nth-child(2){animation:tbh-card-in 0.5s 0.15s ease both}.tbh-analyst-card:nth-child(3){animation:tbh-card-in 0.5s 0.25s ease both}.tbh-team-header{animation:tbh-card-in 0.5s ease both}.tbh-trust-bar{animation:tbh-card-in 0.4s 0.1s ease both}@media(max-width:700px){.tbh-team-grid{grid-template-columns:1fr;padding:1.5rem}.tbh-team-header{padding:2rem 1.5rem}.tbh-trust-bar{padding:1rem 1.5rem;gap:1rem}}