.v2-root .dd{display:flex;flex-direction:column;gap:28px;padding:24px 0 40px;font-variant-numeric:tabular-nums}.v2-root .dd-hero{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto 1fr;grid-template-areas:"back    back    audtitle audtitle audtitle" "profile profile summary  network  network";gap:16px 14px;align-items:stretch}.v2-root .dd-hero-back{grid-area:back;align-self:end;width:fit-content;display:inline-flex;align-items:center;gap:6px;font-size:17px;font-weight:600;color:var(--text-mute);text-decoration:none;transition:color .2s var(--ease)}.v2-root .dd-hero-back:hover{color:var(--text)}.v2-root .dd-hero-audtitle{grid-area:audtitle;align-self:end;margin:0;font-size:17px;font-weight:600;letter-spacing:-.01em;color:var(--text)}.v2-root .dd-profile{grid-area:profile}.v2-root .dd-aud-summary{grid-area:summary}.v2-root .dd-aud-network{grid-area:network}.v2-root .dd-profile{display:flex;align-items:flex-start;gap:24px;padding:24px 28px;border:1px solid var(--line);border-radius:var(--r-xl);background:linear-gradient(135deg,var(--grad-hi),var(--grad-lo))}.v2-root .dd-avatar{width:112px;height:112px;flex:none;border-radius:50%;object-fit:cover;border:1px solid var(--line-strong)}.v2-root .dd-profile-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.v2-root .dd-namerow{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.v2-root .dd-name{margin:0;font-family:var(--font-display,inherit);font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.v2-root .dd-handle{font-size:12px;color:var(--text-mute)}.v2-root .dd-bio{margin:0;font-size:14px;line-height:1.55;color:var(--text-mute);max-width:62ch}.v2-root .dd-cta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.v2-root .dd-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:var(--r-sm);font-size:14px;font-weight:500;color:var(--text-dim);background:rgb(var(--tint)/.05);border:1px solid var(--line);cursor:pointer;transition:all .2s var(--ease)}.v2-root .dd-btn:hover{color:var(--text);background:rgb(var(--tint)/.1)}.v2-root .dd-btn--primary{color:var(--on-accent);background:linear-gradient(135deg,var(--teal-bright),var(--cyan));border-color:rgba(0,0,0,0);font-weight:600}.v2-root .dd-btn--primary:hover{filter:brightness(1.06)}.v2-root .dd-aud-card{display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--panel-3)}.v2-root .dd-aud-shead{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.v2-root .dd-aud-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.v2-root .dd-aud-total{margin-top:8px;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.05;color:var(--text)}.v2-root .dd-aud-sub{margin-top:3px;font-size:14px;color:var(--text-mute)}.v2-root .dd-aud-growthrow{display:flex;align-items:baseline;gap:8px;margin-top:12px}.v2-root .dd-aud-growth{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:600;color:var(--teal-vivid)}.v2-root .dd-aud-growthcap{font-size:12px;color:var(--text-faint)}.v2-root .dd-aud-bigspark{flex:1;min-height:84px;margin:16px 0;display:flex;align-items:center}.v2-root .dd-aud-engrow{display:flex;align-items:baseline;gap:8px;padding-top:12px;border-top:1px solid var(--line-soft)}.v2-root .dd-aud-engval{font-size:22px;font-weight:700;color:var(--text)}.v2-root .dd-aud-englbl{font-size:14px;color:var(--text-mute)}.v2-root .dd-snapshot-head{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:8px}.v2-root .dd-snapshot-title{margin:0;font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.01em;text-transform:none;color:var(--text)}.v2-root .dd-snapshot-sub{font-size:14px;color:var(--text-mute)}.v2-root .dd-snapshot-list{margin:0;padding:0;list-style:none}.v2-root .dd-snap-colhead,.v2-root .dd-snap-row{display:grid;grid-template-columns:minmax(0,1.5fr) 1fr 1fr 1.1fr;align-items:center;gap:16px;width:100%}.v2-root .dd-snap-colhead{padding:0 6px 8px;border-bottom:1px solid var(--line-soft)}.v2-root .dd-snap-hcol{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mute);text-align:right;white-space:nowrap}.v2-root .dd-snap-htrend{text-align:left}.v2-root .dd-snap-row{padding:9px 6px;border:none;background:none;cursor:pointer;text-align:left;border-bottom:1px solid var(--line-soft);border-radius:var(--r-xs);transition:background .15s var(--ease)}.v2-root .dd-snapshot-list li:last-child .dd-snap-row{border-bottom:none}.v2-root .dd-snap-row:hover{background:rgb(var(--tint)/.06)}.v2-root .dd-snap-ch{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--text);min-width:0;white-space:nowrap}.v2-root .dd-snap-foll{font-size:14px;font-weight:600;color:var(--text);text-align:right}.v2-root .dd-snap-eng{font-size:14px;color:var(--text-mute);text-align:right}.v2-root .dd-snap-spark{height:20px}.v2-root .dd-bar-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text-dim);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-root .dd-bar-label svg{width:15px;height:15px;color:var(--text-mute);flex:none}.v2-root .dd-bar{position:sticky;top:var(--dd-stick-top,88px);transition:top .3s ease-out;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:8px 12px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--bar);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);box-shadow:var(--shadow-card)}.v2-root .dd-bar-id{display:flex;align-items:center;gap:10px;min-width:0;justify-self:start;opacity:0;transform:translateX(-6px);pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease)}.v2-root .dd-bar.is-stuck .dd-bar-id{opacity:1;transform:none;pointer-events:auto}.v2-root .dd-bar-avatar{width:36px;height:36px;flex:none;border-radius:50%;object-fit:cover;border:1px solid var(--line-strong)}.v2-root .dd-bar-idtext{display:flex;flex-direction:column;line-height:1.2;min-width:0}.v2-root .dd-bar-name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-root .dd-bar-meta{font-size:12px;color:var(--text-mute);white-space:nowrap}.v2-root .dd-bar .channels{justify-self:center}.v2-root .dd-bar .ch-tab.active:after{bottom:-9px}.v2-root .dd-bar-controls{display:flex;align-items:center;gap:8px;justify-self:end}.v2-root .dd-bar-menuwrap{position:relative}.v2-root .dd-bar-search{width:clamp(170px,16vw,280px)}.v2-root .dd-daterange{display:inline-flex;align-items:center;gap:6px;padding:0 14px;height:42px;border-radius:var(--r-sm);font-size:14px;font-weight:500;color:var(--text-dim);background:rgb(var(--tint)/.05);border:1px solid var(--line);cursor:pointer;white-space:nowrap;transition:all .2s var(--ease)}.v2-root .dd-daterange:hover{color:var(--text);border-color:var(--line-strong)}.v2-root .dd-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.v2-root .dd-section{display:flex;flex-direction:column;gap:16px}.v2-root .dd-section-head{display:flex;align-items:center;gap:10px}.v2-root .dd-section-num{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}.v2-root .dd-section-title{margin:0;font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.01em;text-transform:none;color:var(--text)}.v2-root .dd-two{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.v2-root .dd-brands{display:flex;align-items:center;gap:24px;padding:18px 20px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--panel);flex-wrap:wrap}.v2-root .dd-brands-count{display:flex;flex-direction:column}.v2-root .dd-brands-n{font-size:28px;font-weight:700;color:var(--text)}.v2-root .dd-brands-lbl{font-size:14px;color:var(--text-mute)}.v2-root .dd-brand-chips{display:flex;gap:8px;flex-wrap:wrap}.v2-root .dd-brand-chip{display:inline-flex;align-items:center;gap:9px;padding:8px 12px 8px 8px;border-radius:var(--r-pill);font-size:14px;font-weight:500;color:var(--text);background:var(--raise);border:1px solid var(--line);cursor:pointer;transition:transform .2s var(--ease),border-color .2s var(--ease)}.v2-root .dd-brand-chip:hover{border-color:var(--line-strong);transform:translateY(-1px)}.v2-root .dd-brand-name{line-height:1}.v2-root .dd-topics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-content:start}.v2-root .dd-topic{--t:var(--teal-vivid);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;width:100%;padding:16px 12px 14px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--panel-3);cursor:pointer;font:inherit;color:inherit;transition:border-color .2s var(--ease),transform .2s var(--ease),background .2s var(--ease)}.v2-root .dd-topic:hover{border-color:color-mix(in srgb,var(--t) 45%,var(--line));transform:translateY(-2px);background:var(--panel)}.v2-root .dd-tint--teal{--t:var(--teal-vivid)}.v2-root .dd-tint--cyan{--t:var(--cyan-vivid)}.v2-root .dd-tint--violet{--t:var(--violet-vivid)}.v2-root .dd-tint--magenta{--t:var(--magenta-vivid)}.v2-root .dd-tint--amber{--t:var(--amber-vivid)}.v2-root .dd-tint--blue{--t:var(--blue-vivid)}.v2-root .dd-topic-art{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--t);background:color-mix(in srgb,var(--t) 10%,transparent);border:1px solid color-mix(in srgb,var(--t) 30%,transparent)}.v2-root .dd-topic-label{font-size:14px;font-weight:600;color:var(--text);line-height:1.25;min-height:2.5em;display:grid;place-items:center;text-align:center}.v2-root .dd-topic-spark{width:100%;height:20px;opacity:.9}.v2-root .dd-topic-count{font-size:12px;color:var(--text-faint);border-bottom:1px dotted color-mix(in srgb,var(--t) 55%,var(--line-strong));padding-bottom:1px;transition:color .2s var(--ease),border-color .2s var(--ease)}.v2-root .dd-topic:hover .dd-topic-count{color:var(--text-dim);border-bottom-color:var(--t)}.v2-root .dd-rank{margin:0;padding:8px 18px;list-style:none;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--panel)}.v2-root .dd-rank-row{display:grid;grid-template-columns:150px 1fr 40px;align-items:center;gap:12px;padding:7px 0}.v2-root .dd-rank-label{justify-self:start;max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:var(--text-dim);background:none;border:none;padding:0 0 1px;cursor:pointer;border-bottom:1px dotted var(--line-strong);transition:color .2s var(--ease),border-color .2s var(--ease)}.v2-root .dd-rank-label:hover{color:var(--text);border-bottom-color:var(--teal)}.v2-root .dd-rank-bar{position:relative;display:block;width:100%;height:8px;border-radius:var(--r-pill);background:rgb(var(--tint)/.08);overflow:hidden}.v2-root .dd-rank-bar span{position:absolute;inset:0 auto 0 0;height:100%;border-radius:inherit;transition:width .4s var(--ease);background:linear-gradient(90deg,var(--teal-vivid),var(--cyan-vivid))}.v2-root .dd-rank-val{font-size:14px;font-weight:600;color:var(--text-mute);text-align:right}.v2-root .dd-reaction{display:flex;flex-direction:column;gap:24px;padding:24px;border:1px solid var(--line);border-radius:var(--r-xl);background:radial-gradient(80% 60% at 100% 0,color-mix(in srgb,var(--amber) 5%,transparent),transparent 60%),linear-gradient(180deg,var(--zone-hi),var(--zone-lo))}.v2-root .dd-reaction-head{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-mute)}.v2-root .dd-reaction-dot{width:6px;height:6px;border-radius:50%;background:var(--amber);box-shadow:0 0 8px color-mix(in srgb,var(--amber) 50%,transparent)}.v2-root .dd-perpost{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v2-root .dd-pp{padding:16px;border:1px solid var(--line);border-radius:var(--r-lg);background:rgb(var(--tint)/.025)}.v2-root .dd-pp .metric-val{font-size:22px}.v2-root .dd-pp .metric-delta{font-size:11px}.v2-root .dd-pp .metric-delta span{white-space:nowrap}.v2-root .dd-brandviews{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--panel);padding:16px 18px 18px}.v2-root .dd-bv-tabs{display:inline-flex;gap:4px;padding:3px;margin-bottom:16px;border-radius:var(--r-sm);background:rgb(var(--tint)/.06);border:1px solid var(--line)}.v2-root .dd-bv-tab{padding:6px 14px;border-radius:var(--r-xs);border:none;background:none;color:var(--text-mute);font-size:14px;font-weight:500;cursor:pointer;transition:color .15s var(--ease),background .15s var(--ease)}.v2-root .dd-bv-tab:hover{color:var(--text)}.v2-root .dd-bv-tab.active{background:var(--raise);color:var(--text)}.v2-root .dd-bv-grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.v2-root .dd-bv-card{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--line);border-radius:var(--r-md);background:rgb(var(--tint)/.03);transition:border-color .15s var(--ease),background .15s var(--ease)}.v2-root .dd-bv-card:hover{border-color:var(--line-strong);background:rgb(var(--tint)/.05)}.v2-root .dd-bv-logo{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border-radius:var(--r-md);background:#fff;border:1px solid var(--line-soft);overflow:hidden;padding:24px;box-sizing:border-box}.v2-root .dd-bv-logo img{width:100%;height:auto;max-height:100%;object-fit:contain;display:block}.v2-root .dd-bv-wordmark{font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1;text-align:center;padding:0 10px}.v2-root .dd-bv-val{font-size:22px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;line-height:1}.v2-root .dd-bv-cap{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);margin-top:-4px}.v2-root .dd-bv-bar{height:4px;border-radius:var(--r-pill);background:rgb(var(--tint)/.1);overflow:hidden;margin-top:2px}.v2-root .dd-bv-bar span{display:block;height:100%;border-radius:var(--r-pill);background:linear-gradient(90deg,var(--teal-vivid),var(--cyan-vivid))}@media(max-width:480px){.v2-root .dd-bv-grid{grid-template-columns:repeat(2,1fr)}}.v2-root .dd-commenters{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.v2-root .dd-commenter{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:16px 10px;border:1px solid var(--line);border-radius:var(--r-lg);background:rgb(var(--tint)/.02)}.v2-root .dd-commenter img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid var(--line-strong)}.v2-root .dd-commenter-name{font-size:14px;font-weight:600;color:var(--text)}.v2-root .dd-commenter-handle{font-size:11px;color:var(--text-faint)}.v2-root .dd-drawer-root{position:fixed;inset:0;z-index:1200;pointer-events:none}.v2-root .dd-drawer-root.open{pointer-events:auto}.v2-root .dd-drawer-backdrop{position:absolute;inset:0;background:var(--scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .3s var(--ease)}.v2-root .dd-drawer-root.open .dd-drawer-backdrop{opacity:1}.v2-root .dd-drawer{position:absolute;top:0;right:0;bottom:0;width:min(440px,92vw);display:flex;flex-direction:column;background:var(--pop);border-left:1px solid var(--line-strong);box-shadow:var(--shadow-pop);transform:translateX(100%);transition:transform .32s var(--ease)}.v2-root .dd-drawer-root.open .dd-drawer{transform:translateX(0)}.v2-root .dd-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px;border-bottom:1px solid var(--line)}.v2-root .dd-drawer-headmain{display:flex;flex-direction:column;gap:3px;min-width:0}.v2-root .dd-drawer-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent,var(--teal))}.v2-root .dd-drawer-title{margin:0;font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.01em;text-transform:none;color:var(--text)}.v2-root .dd-drawer-sub{font-size:14px;color:var(--text-mute)}.v2-root .dd-drawer-body{flex:1 1 auto;overflow-y:auto;padding:6px 14px 24px;scrollbar-width:thin;scrollbar-color:var(--line-strong) rgba(0,0,0,0)}.v2-root .dd-drawer-body::-webkit-scrollbar{width:8px}.v2-root .dd-drawer-body::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:8px}.v2-root .dd-mention{display:flex;gap:12px;padding:14px 4px;border-bottom:1px solid var(--line-soft)}.v2-root .dd-mention:last-child{border-bottom:none}.v2-root .dd-mention-ch{flex:none;margin-top:2px}.v2-root .dd-mention-main{min-width:0;display:flex;flex-direction:column;gap:5px}.v2-root .dd-mention-top{display:flex;align-items:baseline;gap:8px}.v2-root .dd-mention-author{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-root .dd-mention-date{font-size:12px;color:var(--text-faint);margin-left:auto;flex:none}.v2-root .dd-mention-text{margin:0;font-size:14px;line-height:1.5;color:var(--text-dim)}.v2-root .dd-mention-stats{display:flex;gap:14px;margin-top:2px}.v2-root .dd-mention-stat{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text-mute)}.v2-root .dd-mention-stat svg{color:var(--text-faint)}@media(max-width:1100px){.v2-root .dd-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.v2-root .dd-hero{grid-template-columns:1fr 1fr;grid-template-areas:"back     back" "profile  profile" "audtitle audtitle" "summary  network"}}@media(max-width:1000px){.v2-root .dd-perpost,.v2-root .dd-two{grid-template-columns:1fr}.v2-root .dd-profile{flex-direction:column}}@media(max-width:640px){.v2-root .dd-hero{grid-template-columns:1fr;grid-template-areas:"back" "profile" "audtitle" "summary" "network"}.v2-root .dd-topics{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.v2-root .dd-bar{grid-template-columns:1fr;gap:10px}.v2-root .dd-bar .channels,.v2-root .dd-bar-controls,.v2-root .dd-bar-id{justify-self:stretch}.v2-root .dd-bar .channels{flex-wrap:wrap}}@media(max-width:720px){.v2-root .dd-kpis{grid-template-columns:repeat(2,1fr)}.v2-root .dd-bar-controls{flex-wrap:wrap}.v2-root .dd-bar-search{flex:1 1 100%;width:auto}}