:root{color-scheme:light;--bg: #fbfbfb;--surface: #ffffff;--surface-alt: #f2f4f7;--text: #12131a;--muted: #5e6472;--border: #e5e7eb;--primary: #12131a;--shadow: 0 24px 64px rgba(18, 19, 26, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-shell>main{flex:1 0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfbfbc7;border-bottom:1px solid rgba(18,19,26,.06);color:var(--text)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);font-weight:700;letter-spacing:-.02em}.brand img{width:36px;height:36px}.header-nav{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:.95rem}.header-nav a,.header-nav button{color:inherit}.mobile-nav{position:relative;display:none}.mobile-nav-trigger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;padding:0;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#111827}.mobile-nav-trigger span{width:18px;height:2px;margin:0 auto;border-radius:999px;background:currentColor;transition:transform .16s ease,opacity .16s ease}.mobile-nav-trigger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-nav-trigger-open span:nth-child(2){opacity:0}.mobile-nav-trigger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-popover{position:absolute;top:calc(100% + 12px);right:0;width:min(320px,calc(100vw - 24px));padding:18px;border:1px solid #e5e7eb;border-radius:20px;background:#fffffffa;box-shadow:0 24px 64px #0f172a29}.mobile-nav-profile{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #eef1f5}.mobile-nav-profile-name,.mobile-nav-profile-email{margin:0}.mobile-nav-profile-name{font-weight:700}.mobile-nav-profile-email{margin-top:3px;color:#6b7280;font-size:.9rem}.mobile-nav-links{display:grid;gap:16px;padding-top:16px}.mobile-nav-section{display:grid;gap:4px}.mobile-nav-section-account{padding-top:16px;border-top:1px solid #eef1f5}.mobile-nav-item{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:44px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#525252;font:inherit;font-weight:500;text-align:left;cursor:pointer}.mobile-nav-link-active{background:#f3f4f6!important;color:#111827!important}.mobile-nav-item:hover{background:#f3f4f6}.mobile-nav-item-danger{color:#991b1b}.mobile-nav-item-danger:hover{background:#fff5f5}.nav-link-active{color:var(--text);font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:50px;width:fit-content;max-width:100%;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:600;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--surface);color:var(--text)}.button-secondary{border-color:#ffffff59;color:#fff;background:#ffffff0f}.button-secondary-dark{border-color:var(--border);color:var(--text);background:transparent}.button-solid{background:var(--primary);color:#fff}.user-menu{position:relative}.user-menu-trigger{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 12px 0 8px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;font:inherit;cursor:pointer}.user-menu-trigger-compact{width:40px;min-height:auto;padding:0;justify-content:center;border:0;background:transparent}.user-menu-trigger-compact .user-avatar{width:40px;height:40px}.user-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;overflow:hidden;background:#f3f4f6;flex:0 0 auto}.feed-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#111827;color:#fff;font-size:.82rem;font-weight:700}.user-avatar-image{width:100%;height:100%;object-fit:cover}.user-avatar-image-fallback{padding:4px;object-fit:contain}.user-menu-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600}.user-menu-caret{color:#6b7280}.user-menu-popover{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;z-index:40;padding:8px;border:1px solid #edf0f3;border-radius:18px;background:#fffffffa;box-shadow:0 22px 48px #0f172a29}.user-menu-list{display:grid;gap:4px}.user-menu-item{display:flex;gap:10px;width:100%;min-height:44px;align-items:center;justify-content:flex-start;padding:0 14px;border:0;border-radius:12px;background:transparent;color:#525252;font:inherit;font-weight:500;text-align:left;cursor:pointer}.user-menu-item:hover{background:#f3f4f6}.user-menu-item-icon{width:16px;height:16px;flex:0 0 auto}.user-menu-item-danger{color:#991b1b}.user-menu-item-danger:hover{background:#fff5f5}@media (max-width: 960px){.header-nav{display:none}.mobile-nav{display:block}}@media (max-width: 640px){.container{width:min(100% - 24px,1180px)}.header-inner{min-height:68px}.brand{gap:10px}.brand img{width:32px;height:32px}.brand span{display:block;font-size:1rem}.user-menu-name{display:none}}.ad-banner{display:grid;gap:8px}.ad-banner-label{color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ad-banner-frame{display:flex;align-items:center;justify-content:center;width:min(100%,var(--ad-width));min-height:var(--ad-height);min-width:0;border:1px solid #e5e7eb;border-radius:16px;background:#f8fafc;overflow:hidden}.ad-banner-frame iframe{border:0;max-width:100%}@media (max-width: 359px){.ad-banner-frame{display:none}}.hero{position:relative;min-height:min(500px,68vh);display:flex;align-items:center;overflow:hidden}.hero-image,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(180deg,#0c0c0c2e,#0c0c0c66),linear-gradient(90deg,#0c0c0c4d,#0c0c0c14)}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:88px 0 72px;max-width:780px;text-align:center;color:#fff}.hero h1,.section-heading h2,.media-copy h2,.panel h2,.footer-brand h2{margin:0;letter-spacing:-.04em;line-height:.96}.hero h1{font-size:clamp(2rem,4.8vw,4.2rem);max-width:720px;white-space:pre-line}.hero-actions,.inline-actions{display:flex;flex-wrap:wrap;gap:14px}.inline-actions{margin-top:18px}.hero-actions{margin-top:28px;justify-content:center}.hero-status{margin:16px 0 0;color:#ffffffeb;font-size:.9rem}.hero-status-error{color:#ffd6d6}.hero-primary-button{min-height:56px;padding:0 28px;background:#fff;color:#12131a}.hero-video-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;color:#fff;font-size:.92rem;font-weight:600;text-decoration:underline;text-underline-offset:3px}.hero-video-link-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.hero-video-link-icon svg{width:100%;height:100%}.home-video-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#090c14d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-video-modal{position:relative;width:min(960px,100%);border-radius:28px;background:#05070d;box-shadow:0 32px 90px #0000006b;overflow:hidden}.home-video-modal-close{position:absolute;top:14px;right:14px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:999px;background:#ffffff24;color:#fff;font-size:1.6rem;line-height:1}.home-video-modal-frame{position:relative;width:100%;padding-top:56.25%}.home-video-modal-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.about-section,.features-section,.faq-section,.media-section{padding:32px 0}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.about-grid-single{grid-template-columns:minmax(0,1fr)}.about-column{display:grid;gap:24px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 10px 32px #12131a0f}.panel>h2{margin-bottom:16px}.panel-vision p{margin:0;color:var(--text);font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.45}.panel-tall{height:100%;display:flex;flex-direction:column;justify-content:space-between}.panel p,.media-copy li,.feature-card p,.faq-item p,.footer-brand p,.footer-links a,.footer-bottom p{color:var(--muted);line-height:1.7}.media-section-alt{background:var(--surface-alt)}.media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center;padding:32px 0 48px}.media-copy{display:flex;flex-direction:column;gap:24px}.media-copy h2,.section-heading h2,.footer-brand h2{font-size:clamp(2rem,3vw,3rem)}.media-copy ol,.media-rich-text ol,.media-rich-text ul{margin:0;padding-left:20px;display:grid;gap:18px}.media-card{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:0;overflow:hidden;box-shadow:0 10px 32px #12131a0f}.media-card img{width:100%;min-height:340px;object-fit:cover}.section-heading{margin-bottom:32px;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card{padding:24px;border-radius:24px;border:1px solid var(--border);background:var(--surface);box-shadow:0 10px 32px #12131a0f}.feature-title{display:flex;align-items:center;gap:14px;margin-bottom:16px}.feature-title img{width:28px;height:28px}.feature-title h3,.footer-links h3{margin:0;font-size:1.05rem}.faq-section{background:linear-gradient(180deg,#f2f4f7b3,#fbfbfb)}.faq-inner{max-width:960px}.faq-list{display:grid;gap:14px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:20px 22px;box-shadow:0 10px 24px #12131a0a}.faq-item summary{cursor:pointer;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:14px 0 0}.rich-text{display:grid;gap:16px}.rich-text p,.rich-text ol,.rich-text ul,.rich-text li{margin:0}.rich-text p,.rich-text li{line-height:1.8}.rich-text ol,.rich-text ul{padding-left:1.25rem}.rich-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.faq-answer{margin-top:14px;gap:16px}.inline-link{display:inline}.faq-video-link{display:inline-flex;align-items:center;margin-top:4px;font-weight:600;text-decoration:underline;text-underline-offset:2px}.site-footer{background:#12131a;color:#fff;padding:16px 0 24px}.site-footer-inner{display:grid;gap:24px}.footer-top{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:48px;align-items:start}.footer-links{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(180px,.9fr) minmax(220px,1fr);column-gap:36px;row-gap:24px;align-items:start}.footer-brand{display:grid;gap:18px}.footer-brand-title{display:inline-flex;align-items:center;gap:12px}.footer-brand-title img{width:auto;height:clamp(2rem,3vw,3rem);flex:0 0 auto}.footer-group{display:grid;gap:14px}.footer-group-links{display:grid;gap:12px}.footer-links a{display:block;color:#ffffffb8;font-size:.95rem}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}@media (max-width: 960px){.about-grid,.media-grid,.feature-grid,.footer-links,.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.hero{min-height:360px}.hero-content,.about-section,.media-section,.features-section,.faq-section{padding-top:56px;padding-bottom:56px}.panel,.media-card,.feature-card,.faq-item{border-radius:22px}.media-card img{min-height:240px}.home-video-modal-backdrop{padding:16px}.home-video-modal{border-radius:22px}.home-video-modal-close{top:10px;right:10px}}.about-page{background:radial-gradient(circle at top left,rgba(202,216,224,.34),transparent 28%),linear-gradient(180deg,#f7f9fb,#fbfbfb 48%,#f3f5f8)}.about-hero{position:relative;min-height:72vh;display:flex;align-items:center;overflow:hidden}.about-hero-image,.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.about-hero-image{width:100%;height:100%;object-fit:cover}.about-hero-overlay{background:linear-gradient(180deg,#090e141a,#090e1457),linear-gradient(120deg,#090e1447,#090e140a)}.about-hero-content{position:relative;z-index:1;padding:88px 0 80px;max-width:780px;color:#fff}.about-hero h1,.about-story-copy h2,.about-cta-copy h2{margin:0;letter-spacing:-.05em;line-height:.98}.about-hero h1{font-size:clamp(2.8rem,6vw,5.4rem)}.about-hero-copy{margin:24px 0 0;max-width:700px;font-size:clamp(1rem,2.1vw,1.28rem);line-height:1.75;color:#ffffffe0}.about-story-section,.about-cta-section{padding:84px 0}.about-story-list{display:grid;gap:28px}.about-story-card{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:28px;align-items:center;padding:28px;border:1px solid rgba(18,19,26,.08);border-radius:32px;background:#ffffffd6;box-shadow:0 30px 80px #12131a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-story-card-reverse .about-story-media{order:2}.about-story-card-reverse .about-story-copy{order:1}.about-story-media{border-radius:24px;overflow:hidden;border:1px solid rgba(18,19,26,.08);background:#fff}.about-story-media img{width:100%;height:100%;min-height:320px;object-fit:cover}.about-story-copy{display:grid;gap:18px}.about-story-copy h2,.about-cta-copy h2{font-size:clamp(2rem,4.2vw,3.4rem)}.about-story-copy p,.about-cta-copy p{margin:0;color:var(--muted);line-height:1.8}.about-cta-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.3fr) auto;gap:24px;align-items:center;padding:36px;border-radius:32px;background:#12131a;color:#fff;box-shadow:0 30px 90px #12131a2e}.about-cta-panel .eyebrow{color:#ffffffa3}.about-cta-copy{display:grid;gap:18px}.about-cta-media{border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.about-cta-media img{display:block;width:100%;height:100%;min-height:240px;object-fit:cover}.about-cta-copy p{color:#fffc}.about-cta-actions{display:grid;gap:14px;justify-items:flex-start}.about-cta-actions .button-secondary-dark{border-color:#ffffff2e;color:#fff}@media (max-width: 960px){.about-story-card,.about-cta-panel{grid-template-columns:1fr}.about-story-card-reverse .about-story-media,.about-story-card-reverse .about-story-copy{order:initial}}@media (max-width: 640px){.about-hero{min-height:62vh}.about-hero-content,.about-story-section,.about-cta-section{padding-top:56px;padding-bottom:56px}.about-story-card,.about-cta-panel{padding:22px;border-radius:24px}.about-story-media img{min-height:220px}}.static-cms-page,.faq-page,.journey-page,.arbitration-page{background:radial-gradient(circle at top left,rgba(202,216,224,.3),transparent 28%),linear-gradient(180deg,#f7f9fb,#fbfbfb 46%,#f3f5f8)}.static-cms-hero,.faq-shell,.journey-shell,.arbitration-hero{padding:84px 0 48px}.static-cms-hero-content,.faq-inner,.journey-inner,.arbitration-hero-content{display:grid;gap:24px}.static-cms-title-row{display:flex;align-items:center;gap:18px}.static-cms-icon{width:60px;height:60px;object-fit:contain}.static-cms-title-copy,.faq-header>div,.journey-header,.arbitration-hero-content{display:grid;gap:12px}.static-cms-title-copy h1,.faq-header h1,.journey-header h1,.arbitration-hero-content h1,.arbitration-intro-panel h2,.arbitration-cta-copy h2{margin:0;font-size:clamp(2.5rem,5vw,4.75rem);letter-spacing:-.05em;line-height:.96}.static-cms-subtitle,.journey-header-copy,.arbitration-hero-copy,.static-cms-description{margin:0;max-width:760px;color:var(--muted);font-size:clamp(1rem,2vw,1.12rem);line-height:1.8}.static-cms-subtitle-accent{margin:0;color:#c44d3b;font-size:1rem;font-weight:700}.static-cms-section-wrap,.arbitration-intro,.arbitration-cards-section,.arbitration-cta-section{padding:0 0 84px}.static-cms-section-list,.journey-list{display:grid;gap:24px}.static-cms-section-card,.faq-section-card,.journey-card,.arbitration-card,.arbitration-intro-panel,.arbitration-cta-panel{border:1px solid rgba(18,19,26,.08);border-radius:30px;background:#fff;box-shadow:0 28px 64px #12131a12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.static-cms-section-card,.journey-card,.arbitration-cta-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:26px;align-items:center;padding:30px}.static-cms-section-copy,.journey-card-copy,.arbitration-cta-copy,.arbitration-card-copy,.arbitration-intro-copy{display:grid;gap:14px}.static-cms-section-copy h2,.journey-card-copy h2,.arbitration-card h3{margin:0;font-size:clamp(1.4rem,3vw,2.2rem);letter-spacing:-.04em}.static-cms-section-copy p,.static-cms-section-copy li,.faq-item-answer p,.faq-item-answer li,.journey-rich-copy p,.journey-rich-copy li,.arbitration-card-copy p,.arbitration-card-copy li,.arbitration-intro-copy p,.arbitration-intro-copy li,.arbitration-cta-copy p,.arbitration-cta-copy li{margin:0;color:var(--muted);line-height:1.8}.static-cms-section-copy ol,.static-cms-section-copy ul,.faq-item-answer ol,.faq-item-answer ul,.journey-rich-copy ol,.journey-rich-copy ul,.arbitration-card-copy ol,.arbitration-card-copy ul,.arbitration-intro-copy ol,.arbitration-intro-copy ul,.arbitration-cta-copy ol,.arbitration-cta-copy ul{margin:0;padding-left:1.2rem;display:grid;gap:10px}.static-cms-section-media,.journey-card-media,.arbitration-cta-media{overflow:hidden;border-radius:24px;border:1px solid rgba(18,19,26,.08);background:#fff}.static-cms-section-media img,.journey-card-media img,.arbitration-cta-media img{width:100%;height:100%;min-height:280px;object-fit:cover}.faq-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.faq-search{width:min(420px,100%)}.faq-search input{width:100%;min-height:56px;padding:0 18px;border:1px solid rgba(18,19,26,.12);border-radius:18px;background:#ffffffeb;color:var(--text);font:inherit}.faq-category-nav{display:grid;gap:16px}.faq-category-chip{padding:11px 18px;border:1px solid rgba(18,19,26,.1);border-radius:999px;background:#fffc;color:var(--text);font:inherit;font-weight:600}.faq-category-chip-all{justify-self:start}.faq-category-chip-active{background:#12131a;color:#fff}.faq-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 18px}.faq-category-link{min-height:52px;padding:0;border:0;border-bottom:1px solid rgba(18,19,26,.14);background:transparent;color:#6a7180;font:inherit;font-size:.98rem;font-weight:600;line-height:1.4;text-align:left;transition:color .16s ease,border-color .16s ease}.faq-category-link:hover,.faq-category-link:focus-visible{color:var(--text);border-bottom-color:#12131a66;outline:none}.faq-category-link-active{color:var(--text);border-bottom-color:#12131a}.faq-section-list,.faq-item-list,.arbitration-card-grid{display:grid;gap:18px}.faq-section-card,.arbitration-intro-panel{padding:28px}.faq-section-card h2{margin:0 0 14px;font-size:1.35rem;color:#1e2432}.faq-item{border:1px solid #ebeef3;border-radius:22px;background:#f6f7fa}.faq-item-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;border:0;background:transparent;color:#171d2a;font:600 clamp(.95rem,1.4vw,1.1rem) / 1.45 Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left;letter-spacing:-.01em}.faq-item-answer{display:grid;gap:14px;padding:0 20px 20px;color:#535c6d}.faq-item-answer>*{margin:0}.faq-item-answer p,.faq-item-answer li{color:inherit;line-height:1.8}.faq-item-answer strong{color:#111827;font-weight:700}.faq-item-answer p+p,.faq-item-answer p+ol,.faq-item-answer p+ul,.faq-item-answer ol+p,.faq-item-answer ul+p{margin-top:2px}.faq-item-answer h3{margin:0;color:#171d2a;font-size:1rem;font-weight:700;line-height:1.5}.faq-item-answer ol,.faq-item-answer ul{padding-left:1.35rem}.faq-item-answer li::marker{color:#202736}.faq-empty-state{padding:40px 0 20px}.faq-empty-state h2,.faq-empty-state p,.journey-step{margin:0}.journey-step{color:#7c8697;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.journey-video-frame{width:100%;min-height:320px;border:0}.arbitration-hero{position:relative;min-height:clamp(340px,30vw,460px);display:flex;align-items:center;overflow:hidden}.arbitration-hero-image,.arbitration-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.arbitration-hero-image{width:100%;height:100%;object-fit:cover;object-position:center center}.arbitration-hero-overlay{background:linear-gradient(180deg,#090e142e,#090e1466),linear-gradient(120deg,#090e1457,#090e1414)}.arbitration-hero-content{position:relative;z-index:1;max-width:760px;color:#fff}.arbitration-hero-copy{color:#ffffffd6}.arbitration-intro-panel h2,.arbitration-cta-copy h2{font-size:clamp(2rem,4vw,3.25rem)}.arbitration-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.arbitration-card{padding:24px}.arbitration-card-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.arbitration-card-icon{width:42px;height:42px;object-fit:contain}@media (max-width: 960px){.faq-header,.static-cms-section-card,.journey-card,.arbitration-cta-panel{grid-template-columns:1fr}.faq-header{align-items:stretch;flex-direction:column}.arbitration-card-grid{grid-template-columns:1fr}.faq-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.static-cms-hero,.faq-shell,.journey-shell,.arbitration-hero{padding-top:56px}.arbitration-hero{min-height:320px}.static-cms-section-wrap,.arbitration-intro,.arbitration-cards-section,.arbitration-cta-section{padding-bottom:56px}.faq-section-card,.static-cms-section-card,.journey-card,.arbitration-card,.arbitration-intro-panel,.arbitration-cta-panel{padding:22px;border-radius:24px}.static-cms-title-row{align-items:flex-start;flex-direction:column}.static-cms-section-media img,.journey-card-media img,.journey-video-frame,.arbitration-cta-media img{min-height:220px}.faq-category-grid{grid-template-columns:1fr;gap:10px}.faq-category-link{min-height:44px;font-size:.95rem}}.auth-site-header{position:sticky;top:0;z-index:30;background:#fffffff5;border-bottom:1px solid rgba(18,19,26,.08);box-shadow:0 8px 24px #12131a0f;color:#12131a}.auth-header-inner{display:flex;align-items:center;gap:18px;min-height:78px;padding-top:8px;padding-bottom:8px}.auth-brand{flex-shrink:0}.auth-brand img{width:48px;height:48px}.auth-search-wrap{position:relative;flex:1;min-width:220px;max-width:560px}.auth-search{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 18px;border:1px solid #e6e8ec;border-radius:999px;background:#fff}.auth-search input{width:100%;border:0;background:transparent;color:#7d8694;font:inherit;font-size:1rem}.auth-search input:focus{outline:none}.auth-search:focus-within{border-color:#cbd5e1;box-shadow:0 0 0 4px #94a3b824}.auth-search-icon{display:inline-flex;color:#98a1ae}.auth-search-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.auth-search-dropdown{position:absolute;top:calc(100% + 10px);left:0;z-index:20;width:100%;max-height:min(60vh,420px);padding:8px;overflow-y:auto;border:1px solid #e6e8ec;border-radius:20px;background:#fffffffa;box-shadow:0 20px 48px #0f172a29}.auth-search-group+.auth-search-group{margin-top:8px;padding-top:8px;border-top:1px solid #eef2f7}.auth-search-group-label{padding:6px 10px 8px;color:#6b7280;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.auth-search-result{width:100%;display:flex;align-items:center;gap:12px;padding:10px;border:0;border-radius:14px;background:transparent;color:#111827;font:inherit;text-align:left;cursor:pointer}.auth-search-result:hover,.auth-search-result-active{background:#f8fafc}.auth-search-result-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 auto}.auth-search-result-avatar-image,.auth-search-result-avatar-fallback{width:38px;height:38px;border-radius:999px}.auth-search-result-avatar-image{object-fit:cover}.auth-search-result-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.88rem;font-weight:700}.auth-search-result-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}.auth-search-result-title,.auth-search-result-meta{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-search-result-title{color:#0f172a;font-size:.95rem;font-weight:600}.auth-search-result-meta{color:#6b7280;font-size:.82rem}.auth-search-highlight{padding:0;background:transparent;color:#1d4ed8;font-weight:700}.auth-search-badge{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#e5e7eb;color:#374151;font-size:.72rem;font-weight:700}.auth-search-badge-live{background:#fee2e2;color:#b91c1c}.auth-search-state{padding:18px 12px;color:#6b7280;text-align:center}.auth-header-links,.auth-header-nav{display:flex;align-items:center}.auth-header-links{gap:18px;margin-left:auto}.auth-header-nav{gap:18px;color:#5f6774;font-size:.98rem}.auth-header-nav-active{color:#111827!important;font-weight:600!important}.auth-header-nav a,.auth-header-nav button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.auth-header-dropdown{position:relative}.auth-header-dropdown button{display:inline-flex;align-items:center;gap:6px}.auth-header-dropdown-caret{font-size:.8rem;transition:transform .16s ease}.auth-header-dropdown-caret-open{transform:rotate(180deg)}.auth-header-dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;z-index:40;display:grid;gap:4px;min-width:200px;padding:8px;border:1px solid #edf0f3;border-radius:18px;background:#fffffffa;box-shadow:0 22px 48px #0f172a29}.auth-header-dropdown-item{width:100%;min-height:44px;justify-content:flex-start;padding:0 14px;border-radius:12px;color:#525252;font-weight:500}.auth-header-dropdown-active{background:#f3f4f6!important;color:#525252!important}.auth-header-dropdown-item:hover{background:#f3f4f6}.auth-header-login{min-height:40px;padding:0 26px;border:0;border-radius:12px;background:#0f172a;color:#fff;font:inherit;font-weight:600}.notifications-menu{position:relative}.auth-desktop-bell,.auth-mobile-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;background:transparent;color:#68707d}.auth-mobile-bell{display:none}.notifications-trigger svg,.auth-desktop-bell svg,.auth-mobile-bell svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notifications-badge{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:.72rem;font-weight:700;line-height:18px;text-align:center}.notifications-popover{position:absolute;top:calc(100% + 12px);right:0;width:min(360px,calc(100vw - 24px));max-height:min(70vh,560px);padding:10px;border:1px solid #edf0f3;border-radius:18px;background:#fffffffa;box-shadow:0 22px 48px #0f172a29}.notifications-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 12px}.notifications-header-copy{display:grid;gap:2px}.notifications-header strong{font-size:.98rem}.notifications-header span{color:#6b7280;font-size:.82rem}.notifications-clear{padding:0;border:0;background:transparent;color:#111827;font-size:.82rem;font-weight:600}.notifications-clear:disabled{color:#9ca3af}.notifications-list{display:grid;gap:8px;max-height:min(58vh,470px);overflow-y:auto}.notifications-state{margin:0;padding:18px 12px;color:#6b7280;text-align:center}.notifications-item{width:100%;display:block;padding:12px;border:1px solid #edf0f3;border-radius:14px;background:#fff;color:#111827;text-align:left}.notifications-item:disabled{opacity:.64;cursor:default}.notifications-item-unread{background:#f8fbff;border-color:#cfe1ff}.notifications-item-top{display:flex;align-items:center;justify-content:flex-end;min-height:8px}.notifications-item-body{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center}.notifications-item-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notifications-item-avatar-image,.notifications-item-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.notifications-item-avatar-image{object-fit:cover}.notifications-item-avatar-fallback{font-size:.92rem;font-weight:600}.notifications-item-copy{min-width:0;display:grid;gap:6px}.notifications-item-dot{width:8px;height:8px;border-radius:999px;background:#2563eb;flex-shrink:0}.notifications-item p{margin:0;color:#111827;line-height:1.5;font-size:.98rem;font-weight:500}.notifications-item-time{color:#8a94a3;font-size:.88rem}.auth-page{min-height:calc(100vh - 78px);background:#fff}.auth-hero{padding:24px 0 48px}.auth-hero-compact{min-height:calc(100vh - 78px)}.auth-card-wrap{display:flex;justify-content:center}.auth-card{width:100%;max-width:600px;padding:24px;background:#fff}.auth-card-compact{display:flex;flex-direction:column;gap:14px}.auth-card-header h2{margin:0;font-size:clamp(2rem,3vw,2.35rem);font-weight:400;letter-spacing:-.03em}.auth-form{display:grid;gap:24px}.auth-form-compact{margin-top:4px}.auth-floating-field{position:relative;display:block}.auth-floating-field input{width:100%;min-height:58px;padding:24px 48px 10px 16px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#161b26;font:inherit;font-size:1rem}.auth-floating-field input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 1px #111827}.auth-floating-field span{position:absolute;top:18px;left:16px;color:#7a8493;font-size:1rem;pointer-events:none;transition:all .15s ease}.auth-floating-field input:focus+span,.auth-floating-field.auth-floating-filled span{top:10px;font-size:.76rem}.auth-password-stack{display:grid;gap:8px}.auth-checkbox-field{display:flex;align-items:flex-start;gap:10px;color:#495364;font-size:.95rem;line-height:1.55}.auth-checkbox-field input{margin-top:3px;width:16px;height:16px;flex:0 0 auto}.auth-checkbox-field a{color:#1d4ed8;font-weight:600}.auth-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);border:0;background:transparent;color:#7a8493;font:inherit;font-size:.9rem;cursor:pointer}.auth-inline-link{align-self:end;padding:0;border:0;background:transparent;color:#2563eb;font:inherit;font-size:.95rem}.auth-inline-link-left{align-self:start}.auth-action-stack{display:grid;gap:12px}.auth-primary-button,.auth-secondary-button{min-height:56px;border-radius:10px;font:inherit;font-size:1.05rem}.auth-primary-button{border:0;background:#12131a;color:#fff}.auth-secondary-button{border:1px solid #d0d5dd;background:transparent;color:#111827}.auth-primary-button:disabled,.auth-secondary-button:disabled,.auth-inline-link:disabled,.auth-social-button:disabled,.auth-guest-link:disabled{opacity:.65;cursor:not-allowed}.auth-feedback{margin:0;padding:14px 16px;border-radius:12px;line-height:1.6}.auth-feedback-error{color:#8f1d1d;background:#fff0ef;border:1px solid #f2c6c2}.auth-feedback-success{color:#194e24;background:#edf9ef;border:1px solid #c5e7cc}.auth-feedback-success p+p{margin-top:8px}.auth-divider{display:flex;align-items:center;gap:16px}.auth-divider span{flex:1;height:1px;background:#d1d5db}.auth-divider p{margin:0;color:#6b7280}.auth-social-row{display:flex;justify-content:center;flex-wrap:wrap;gap:32px;margin:2px 0 8px}.auth-social-button{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#111827;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.auth-social-button:hover{background:#f5f5f5;border-color:#111827;box-shadow:0 12px 28px #11182714;transform:translateY(-1px)}.auth-social-button:focus-visible{outline:none;border-color:#111827;box-shadow:0 0 0 3px #11182724}.auth-social-button-image{width:28px;height:28px;object-fit:contain}.auth-social-button-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-footer-block{display:flex;flex-direction:column;align-items:center;gap:8px}.auth-footer-line{display:flex;align-items:center;gap:6px;color:#495364;font-size:.95rem}.auth-footer-line a{color:#1d4ed8;font-weight:600}.auth-guest-link{padding:0;border:0;background:transparent;color:#3b82f6;font:inherit;font-size:.95rem;font-weight:600}.auth-debug-note{margin:8px 0 0;color:#8b93a1;font-size:.8rem}.auth-otp-intro{display:grid;gap:6px}.auth-otp-intro p{margin:0;color:#495364;line-height:1.55}.auth-callback-shell{display:flex;align-items:center}.auth-callback-card{align-items:center;text-align:center;padding-top:40px;padding-bottom:40px}.auth-callback-card h2,.auth-callback-card p{margin:0}.auth-callback-card p{color:#4b5563}.auth-callback-spinner{width:56px;height:56px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:999px;animation:auth-spinner .9s linear infinite}.auth-callback-button{min-width:220px}@keyframes auth-spinner{to{transform:rotate(360deg)}}@media (max-width: 1040px){.auth-header-inner{gap:10px;min-height:68px}.auth-brand{gap:8px}.auth-brand img{width:34px;height:34px}.auth-brand span{font-size:1rem}.auth-header-nav{display:none}.auth-search{max-width:none;min-height:40px;padding:0 14px}.auth-search-wrap{min-width:0;max-width:none}.auth-header-login{display:none}.auth-header-links{gap:8px}.auth-desktop-bell{display:none}.notifications-popover{right:-44px}.auth-header-links .user-menu{display:none}.auth-mobile-bell{display:inline-flex}}@media (max-width: 640px){.auth-header-inner{gap:8px}.auth-search{padding:0 12px}.auth-search input{font-size:.92rem}.auth-header-login{padding:0 18px}.auth-card{padding:16px 0 32px}.auth-hero{padding:18px 0 40px}.auth-social-row{gap:18px}.notifications-popover{right:-10px}}.broadcast-card{display:flex;flex-direction:column;gap:16px;min-width:0;padding:18px;border:1px solid #e4e4e7;border-radius:24px;background:#ffffffeb;box-shadow:var(--shadow)}.broadcast-card-layout-carousel{flex:0 0 320px;width:320px;min-width:320px}.broadcast-card-clickable{cursor:pointer}.broadcast-card-clickable:focus-visible{outline:3px solid rgba(17,17,17,.16);outline-offset:3px}.broadcast-card-media{position:relative;overflow:hidden;border-radius:18px;aspect-ratio:16 / 9;background:#eef2ef}.broadcast-card-media-image,.broadcast-card-media-fallback{display:block;width:100%;height:100%}.broadcast-card-media-image{object-fit:cover}.broadcast-card-media-fallback{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.broadcast-card-media-side{display:flex;align-items:center;justify-content:center}.broadcast-card-media-side-dark{background:#000}.broadcast-card-media-side-light{background:#f3f4f6}.broadcast-card-media-avatar,.broadcast-card-media-initial{width:56px;height:56px;border-radius:999px}.broadcast-card-media-avatar{object-fit:cover}.broadcast-card-media-initial{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-size:1.5rem;font-weight:500;letter-spacing:.04em}.broadcast-card-media-initial-dark{background:#fff;color:#000}.broadcast-card-live-pill,.broadcast-card-view-pill{position:absolute;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 10px;border-radius:999px;background:#fffffff0;color:#1f2937;box-shadow:0 8px 24px #0f172a1f;font-size:.78rem;font-weight:600;line-height:1}.broadcast-card-live-pill{top:10px;left:10px;background:#dc2626f0;color:#fff}.broadcast-card-view-pill{top:10px;right:10px}.broadcast-card-view-pill svg{width:13px;height:13px}.broadcast-card-body{display:flex;flex-direction:column;gap:12px}.broadcast-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.broadcast-card-language{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1}.broadcast-card-language{background:#f7f8f8;color:#60707a}.broadcast-card-copy h3{margin:0;color:#111827;font-size:1.2rem;line-height:1.2;letter-spacing:-.04em}.broadcast-card-meta{margin:10px 0 0;color:#52525b;line-height:1.6}.broadcast-card-score-row{display:flex;flex-wrap:wrap;gap:8px}.broadcast-card-score-chip{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:4px 8px;border-radius:999px;background:var(--broadcast-card-score-bg);color:var(--broadcast-card-score-color)}.broadcast-card-score-icon{width:16px;height:16px;flex:0 0 auto;background-color:currentColor;mask-image:var(--broadcast-card-score-icon);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:var(--broadcast-card-score-icon);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.broadcast-card-score-value{font-size:.8rem;font-weight:700;line-height:1}.broadcast-card-participants{display:flex;align-items:center;gap:12px;min-width:0}.broadcast-card-avatar-stack{display:flex;align-items:center;flex:0 0 auto;padding-left:2px}.broadcast-card-avatar-item{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #fff;border-radius:999px;background:#d9e2dc;box-shadow:0 6px 18px #0f172a1f}.broadcast-card-avatar-item-overlap{margin-left:-10px}.broadcast-card-avatar-image{width:100%;height:100%;object-fit:cover}.broadcast-card-avatar-initial{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#111,#52525b);color:#fff;font-size:.82rem;font-weight:700}.broadcast-card-name-list{min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#344054;line-height:1.5}.broadcast-card-name-separator{width:4px;height:4px;border-radius:999px;background:#9aa6af;flex:0 0 auto}.broadcast-card-name{min-width:0;color:#344054;font-size:.9rem;font-weight:500}@media (max-width: 640px){.broadcast-card-layout-carousel{width:min(84vw,320px);min-width:min(84vw,320px)}.broadcast-card-participants{flex-direction:column;align-items:flex-start}}.feed-page{min-height:calc(100vh - 78px);background:radial-gradient(circle at top left,rgba(255,255,255,.96),transparent 34%),linear-gradient(180deg,#fafafa,#f1f1f1)}.feed-hero{padding:24px 0 20px}.feed-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.feed-page-title{display:flex;align-items:center;gap:10px;min-width:0}.feed-page-title-icon{width:23px;height:26px;flex:0 0 auto}.feed-hero-actions{display:flex;align-items:center;gap:10px}.feed-eyebrow,.feed-section-kicker{margin:0;color:#111;letter-spacing:-.03em;font-size:clamp(1.5rem,2vw,2rem);font-weight:600;text-transform:none}.feed-section-kicker{margin-bottom:10px;color:#5f6368;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:700}.feed-toolbar-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:40px;padding:0 20px;border:1px solid #d4d4d8;border-radius:12px;background:#fffffff2;color:#111;font:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.feed-toolbar-button:hover{background:#f4f4f5;border-color:#a1a1aa}.feed-toolbar-button:focus-visible{outline:3px solid rgba(17,17,17,.12);outline-offset:2px}.feed-toolbar-button svg{width:20px;height:20px;flex:0 0 auto}.feed-toolbar-button span{display:inline-block;white-space:nowrap}.feed-toolbar-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:700}.feed-toolbar-dot{width:10px;height:10px;border-radius:999px;background:#111;box-shadow:0 0 0 2px #ffffffeb}.feed-hero h1,.feed-empty-state h2,.feed-card h3,.feed-stack-section h2,.feed-trending-card h3{margin:0;letter-spacing:-.04em}.feed-hero h1{font-size:clamp(2.25rem,5vw,4rem)}.feed-subcopy{max-width:760px;margin:16px 0 0;color:#52525b;line-height:1.7}.feed-user-card{display:flex;align-items:center;gap:14px;min-width:260px;padding:16px 18px;border:1px solid #e4e4e7;border-radius:22px;background:#ffffffc7;box-shadow:var(--shadow)}.feed-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#111,#52525b);color:#fff;font-weight:700}.feed-user-card strong,.feed-user-card p{display:block}.feed-user-card p{margin:4px 0 0;color:#52525b}.feed-section{padding:12px 0 56px}.feed-stack{display:flex;flex-direction:column;gap:28px}.feed-stack-section{padding:28px;border:1px solid #e4e4e7;border-radius:28px;background:#ffffffeb;box-shadow:var(--shadow)}.feed-most-popular-section{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.feed-summary-section{padding-top:32px;border-top:1px solid #d4d4d8}.feed-inline-banner{width:100%}.feed-leaderboard-ad{max-width:100%}.feed-leaderboard-ad .ad-banner-frame{width:100%;margin:0 auto}.feed-section-header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:22px}.feed-popular-header h2{margin:0 0 16px;color:#111827;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;letter-spacing:-.04em}.feed-popular-carousel{position:relative}.feed-popular-track{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;max-width:100vw;padding:20px 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.feed-popular-track::-webkit-scrollbar{display:none}.feed-popular-scroll-button{position:absolute;top:50%;z-index:4;width:28px;height:192px;display:flex;align-items:center;justify-content:center;border:0;padding:0;background:#0003;color:#fff;box-shadow:0 10px 28px #0f172a2e;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .18s ease,background-color .18s ease}.feed-popular-scroll-button-left{left:0;border-radius:0 12px 12px 0}.feed-popular-scroll-button-right{right:0;border-radius:12px 0 0 12px}.feed-popular-carousel:hover .feed-popular-scroll-button.is-visible,.feed-popular-carousel:focus-within .feed-popular-scroll-button.is-visible{opacity:1;pointer-events:auto}.feed-popular-scroll-button:hover{background:#0006}.feed-popular-scroll-button:focus-visible{opacity:1;pointer-events:auto;outline:3px solid rgba(17,17,17,.16);outline-offset:2px}.feed-popular-scroll-button svg{width:20px;height:20px}.feed-grid,.feed-trending-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feed-card{display:flex;flex-direction:column;gap:18px;padding:22px;border:1px solid #e4e4e7;border-radius:26px;background:#ffffffeb;box-shadow:var(--shadow)}.feed-card-clickable{cursor:pointer}.feed-card-clickable:focus-visible{outline:3px solid rgba(17,17,17,.16);outline-offset:3px}.feed-popular-card{flex:0 0 320px;width:320px;min-width:320px;max-width:320px;display:flex;flex-direction:column;gap:12px;padding:0;border:0;border-radius:12px;background:transparent;box-shadow:none}.feed-popular-card:focus-visible{outline-offset:5px}.feed-popular-thumb{position:relative;overflow:hidden;border-radius:12px;background:#eef2ef;width:320px;min-width:320px;max-width:320px;min-height:180px;max-height:180px;height:180px}.feed-popular-thumb-image,.feed-popular-thumb-fallback{display:block;width:100%;height:100%}.feed-popular-thumb-image{object-fit:cover}.feed-popular-thumb-fallback{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.feed-popular-thumb-side{display:flex;align-items:center;justify-content:center}.feed-popular-thumb-side-dark{background:#000}.feed-popular-thumb-side-light{background:#f3f4f6}.feed-popular-thumb-avatar,.feed-popular-thumb-initial{width:56px;height:56px;border-radius:999px}.feed-popular-thumb-avatar{object-fit:cover}.feed-popular-thumb-initial{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-size:1.5rem;font-weight:500;letter-spacing:.04em}.feed-popular-thumb-initial-dark{background:#fff;color:#000}.feed-popular-views{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:4px 8px;border-radius:8px;background:#fffffff0;color:#1f2937;box-shadow:0 6px 18px #0f172a1f;font-size:.75rem;font-weight:500;line-height:1}.feed-popular-views svg{width:12px;height:12px}.feed-popular-body{display:flex;flex-direction:column;gap:12px;justify-content:space-between;flex:1 1 auto;width:100%;min-width:320px;max-width:320px}.feed-popular-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:320px;max-width:320px}.feed-popular-title-row h3{flex:1 1 auto;max-width:80%;margin:0;color:#000;font-size:.875rem;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-popular-menu-button{flex:0 0 auto;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:#111827;cursor:pointer}.feed-popular-menu-button svg{width:20px;height:16px}.feed-popular-menu-button:focus-visible{outline:3px solid rgba(17,17,17,.14);outline-offset:2px;border-radius:8px}.feed-popular-category{width:fit-content;display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:.6875rem;font-weight:500;line-height:1}.feed-popular-score-row{display:flex;flex-wrap:wrap;gap:8px}.feed-popular-score-chip{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:4px 8px;border-radius:999px;background:var(--feed-popular-score-bg);color:var(--feed-popular-score-color)}.feed-popular-score-icon{width:16px;height:16px;flex:0 0 auto;background-color:currentColor;-webkit-mask-image:var(--feed-popular-score-icon);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-image:var(--feed-popular-score-icon);mask-position:center;mask-repeat:no-repeat;mask-size:contain}.feed-popular-score-value{font-size:.75rem;font-weight:400;line-height:1}.feed-popular-participants{display:flex;align-items:center;min-width:0}.feed-popular-avatar-stack{position:relative;width:44px;min-width:44px;height:28px;margin-right:8px}.feed-popular-avatar-item{position:absolute;top:0;left:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:transparent}.feed-popular-avatar-item-overlap{left:16px}.feed-popular-avatar-image,.feed-popular-avatar-initial{width:28px;height:28px;border-radius:999px}.feed-popular-avatar-image{object-fit:cover}.feed-popular-avatar-initial{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-size:.78rem;font-weight:600}.feed-popular-name-list{display:flex;align-items:center;min-width:0;overflow:hidden}.feed-popular-name{max-width:64px;color:#52525b;font-size:.75rem;font-weight:500;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-popular-name-separator{width:4px;height:4px;margin:0 8px;border-radius:999px;background:#999;flex:0 0 auto}.feed-trending-broadcasters-section{margin-top:0}.feed-trending-carousel{position:relative}.feed-trending-carousel-track{display:flex;gap:40px;overflow-x:auto;overflow-y:hidden;max-width:100vw;padding:20px 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.feed-trending-carousel-track::-webkit-scrollbar{display:none}.feed-trending-carousel:hover .feed-trending-scroll-button.is-visible,.feed-trending-carousel:focus-within .feed-trending-scroll-button.is-visible{opacity:1;pointer-events:auto}.feed-trending-scroll-button{width:28px;height:96px;background:#0000004d;box-shadow:0 10px 28px #0f172a24}.feed-trending-scroll-button:hover{background:#00000080}.feed-trending-scroll-button svg{width:24px;height:24px}.feed-trending-carousel-card{width:max-content;min-width:max-content;max-width:none;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;padding:0;border:0;background:transparent}.feed-trending-carousel-card:focus-visible{outline-offset:5px;border-radius:16px}.feed-trending-avatar-wrap{width:100px;height:100px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;overflow:hidden;background:transparent}.feed-trending-avatar-image,.feed-trending-avatar-fallback{width:100px;height:100px;border-radius:999px}.feed-trending-avatar-image{object-fit:cover}.feed-trending-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;font-size:2.5rem;font-weight:300;text-transform:uppercase;text-align:center}.feed-trending-carousel-name{max-width:100px;color:#111827;font-size:.875rem;font-weight:500;line-height:1.3;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-trending-carousel-scores{display:flex;flex-wrap:nowrap;justify-content:center;gap:8px}.feed-trending-follow-button{min-height:36px;padding:8px 20px;border:0;border-radius:8px;background:#111;color:#fff;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.feed-trending-follow-button:hover{background:#27272a;transform:translateY(-1px)}.feed-trending-follow-button-following{border:1px solid #111111;background:#fff;color:#111}.feed-trending-follow-button-following:hover{background:#f4f4f5}.feed-trending-follow-button:disabled{cursor:default;opacity:.55;transform:none}.feed-trending-follow-button:focus-visible{outline:3px solid rgba(17,17,17,.14);outline-offset:2px}.feed-card-thumb{overflow:hidden;border-radius:20px;background:#eef2ef;aspect-ratio:16 / 9}.feed-card-thumb-image,.feed-card-thumb-fallback{display:block;width:100%;height:100%}.feed-card-thumb-image{object-fit:cover}.feed-card-thumb-fallback{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.feed-card-thumb-side{display:flex;align-items:center;justify-content:center}.feed-card-thumb-side-dark{background:#000}.feed-card-thumb-side-light{background:#f2f4f7}.feed-card-thumb-avatar,.feed-card-thumb-initial{width:56px;height:56px;border-radius:999px}.feed-card-thumb-avatar{object-fit:cover}.feed-card-thumb-initial{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:.04em}.feed-card-thumb-initial-dark{background:#fff;color:#000}.feed-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-status,.feed-language{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:700}.feed-status{background:#f4f4f5;color:#27272a}.feed-live{background:#111;color:#fff}.feed-language{background:#f3f4f6;color:#52525b}.feed-card-body h3{font-size:1.35rem;line-height:1.15}.feed-meta-line,.feed-broadcasters,.feed-empty-state p,.feed-trending-top p,.feed-trending-bio{color:#52525b;line-height:1.65}.feed-meta-line{margin:12px 0 0}.feed-broadcasters{margin:10px 0 0}.feed-score-grid,.feed-trending-stats{display:grid;gap:12px;margin:22px 0 0}.feed-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-trending-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.feed-score-grid div,.feed-trending-stats div{padding:14px;border-radius:18px;background:#f4f4f5}.feed-score-grid dt,.feed-trending-stats dt{color:#52525b;font-size:.82rem}.feed-score-grid dd,.feed-trending-stats dd{margin:6px 0 0;font-size:1.08rem;font-weight:700}.feed-trending-card{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fafafa,#f4f4f5);border:1px solid #e4e4e7}.feed-trending-top{display:flex;align-items:center;gap:14px}.feed-trending-top p,.feed-trending-bio{margin:6px 0 0}.feed-trending-bio{min-height:52px;margin-top:16px}.feed-empty-state{padding:56px 24px;text-align:center;border:1px solid #e4e4e7;border-radius:28px;background:#ffffffd1}.feed-link-button,.feed-load-more{border:0;border-radius:999px;cursor:pointer;font:inherit;font-weight:700}.feed-link-button{padding:0;color:#111;background:transparent}.feed-actions{display:flex;justify-content:center;margin-top:28px}.feed-load-more{min-width:180px;min-height:46px;padding:0 20px;color:#fff;background:#111}.feed-load-more:disabled{cursor:wait;opacity:.72}.feed-filter-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.feed-filter-modal{width:min(960px,100%);height:min(820px,calc(100vh - 48px));max-height:min(820px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #d4d4d8;border-radius:28px;background:#fafafa;box-shadow:0 32px 80px #0f172a29}.feed-filter-modal-header,.feed-filter-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px}.feed-filter-modal-header{border-bottom:1px solid #e4e4e7}.feed-filter-modal-header h2{margin:0;font-size:1.9rem}.feed-filter-close{width:44px;height:44px;border:1px solid #d4d4d8;border-radius:999px;background:#fff;color:#111;font:inherit;font-size:1.75rem;line-height:1;cursor:pointer}.feed-filter-modal-body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:250px minmax(0,1fr)}.feed-filter-sidebar{display:flex;flex-direction:column;gap:10px;padding:24px;border-right:1px solid #e4e4e7;background:#f4f4f5}.feed-filter-type-button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid transparent;border-radius:16px;background:transparent;color:#18181b;font:inherit;font-weight:600;text-align:left;cursor:pointer}.feed-filter-type-button strong{font-size:.88rem}.feed-filter-type-button-active{border-color:#111;background:#fff}.feed-filter-panel{display:flex;flex-direction:column;min-width:0;min-height:0;padding:24px 28px}.feed-filter-panel-header h3,.feed-filter-option span,.feed-filter-pill{margin:0}.feed-filter-panel-header h3{font-size:1.3rem}.feed-filter-panel-header p{margin:8px 0 0;color:#52525b}.feed-filter-warning{display:inline-flex;align-items:flex-start;gap:8px;margin:12px 0 0;color:#991b1b;font-size:.92rem;line-height:1.5}.feed-filter-warning strong{flex:0 0 auto}.feed-filter-selected-list{display:flex;flex-wrap:wrap;gap:10px;min-height:20px;margin-top:20px}.feed-filter-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #d4d4d8;border-radius:999px;background:#f4f4f5;color:#111;font:inherit;font-size:.95rem;cursor:pointer}.feed-filter-search{display:block;margin-top:18px}.feed-filter-search input{width:100%;min-height:46px;padding:0 16px;border:1px solid #d4d4d8;border-radius:14px;background:#fff;color:#111;font:inherit}.feed-filter-search input:disabled{opacity:.65;cursor:not-allowed}.feed-filter-hint{margin:10px 0 0;color:#52525b;font-size:.92rem}.feed-filter-options{flex:1 1 auto;min-height:0;margin-top:18px}.feed-filter-empty-state{padding:36px 20px;min-height:100%}.feed-filter-option-list{display:flex;flex-direction:column;gap:12px;max-height:100%;overflow-y:auto}.feed-filter-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #d4d4d8;border-radius:18px;background:#fff;color:#18181b;font:inherit;text-align:left;cursor:pointer}.feed-filter-option-selected{border-color:#111;background:#f4f4f5}.feed-filter-option span:last-child{color:#111;font-size:.88rem;font-weight:700}.feed-filter-modal-footer{border-top:1px solid #e4e4e7}.feed-preference-modal{width:min(728px,100%);height:auto;max-height:none}.feed-preference-modal-header{align-items:flex-start}.feed-preference-modal-header-copy{display:flex;flex-direction:column;gap:8px;min-width:0}.feed-preference-modal .feed-filter-modal-header h2{font-size:1.4rem;font-weight:600;letter-spacing:-.03em}.feed-preference-modal-body{display:block;flex:0 0 auto;min-height:auto;padding:8px 18px 14px;overflow:visible;grid-template-columns:none}.feed-preference-video-link{display:inline-flex;align-items:center;gap:10px;width:fit-content;border:0;padding:0;background:transparent;color:#111;font:inherit;font-size:.95rem;cursor:pointer}.feed-preference-video-link:hover{text-decoration:underline}.feed-preference-video-link:focus-visible{outline:3px solid rgba(17,17,17,.12);outline-offset:4px;border-radius:10px}.feed-preference-video-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#111}.feed-preference-video-icon svg{width:18px;height:18px}.feed-preference-list{display:flex;flex-direction:column;gap:12px}.feed-preference-card{position:relative;padding:14px 12px 16px;border-radius:14px;background:#f6f6f6}.feed-preference-card-tooltip-open{z-index:6}.feed-preference-slider-shell{display:grid;grid-template-columns:154px minmax(0,1fr);align-items:center;gap:18px}.feed-preference-score-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.feed-preference-score-title{display:inline-flex;align-items:center;gap:8px;color:#111;font-weight:600;font-size:.96rem}.feed-preference-score-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#4b5563}.feed-preference-score-icon img{width:18px;height:18px;object-fit:contain}.feed-preference-scale-label{color:#111;font-size:.85rem}.feed-preference-slider-column{min-width:0}.feed-preference-tooltip-anchor{position:relative;display:inline-flex;align-items:center;z-index:4}.feed-preference-info-button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:0;padding:0;background:transparent;color:#6b7280;cursor:pointer}.feed-preference-info-button svg{width:16px;height:16px}.feed-preference-tooltip{position:fixed;z-index:90;width:min(420px,calc(100vw - 24px));padding:14px 16px;border:1px solid #d4d4d8;border-radius:18px;background:#fff;box-shadow:0 18px 44px #0f172a24;color:#111;pointer-events:auto}.feed-preference-tooltip:before{content:"";position:absolute;left:0;right:0;height:12px}.feed-preference-tooltip-below{transform:translate(-50%)}.feed-preference-tooltip-below:before{top:-12px}.feed-preference-tooltip-above{transform:translate(-50%,-100%)}.feed-preference-tooltip-above:before{bottom:-12px}.feed-preference-tooltip strong,.feed-preference-tooltip p,.feed-preference-tooltip ul{margin:0}.feed-preference-tooltip p{margin-top:8px;color:#52525b;line-height:1.5}.feed-preference-tooltip ul{margin-top:10px;padding-left:18px;color:#52525b}.feed-preference-tooltip li+li{margin-top:6px}.feed-preference-tooltip-link{display:inline-flex;margin-top:12px;color:#111;font-size:.88rem;font-weight:600;text-decoration:none}.feed-preference-tooltip-link:hover{text-decoration:underline}.feed-preference-bar-area{width:100%}.feed-preference-slider-stack{position:relative;height:24px;width:100%;cursor:pointer}.feed-preference-slider-track,.feed-preference-slider-selection{position:absolute;top:50%;height:4px;border-radius:999px;transform:translateY(-50%)}.feed-preference-slider-track{left:0;right:0;opacity:1}.feed-preference-slider-selection{background:#11111114}.feed-preference-slider-handle{position:absolute;top:50%;width:20px;height:20px;background:#111;cursor:grab;pointer-events:auto;transform:translate(-50%,-50%);z-index:3;touch-action:none}.feed-preference-slider-handle-min{clip-path:polygon(0 0,100% 50%,0 100%)}.feed-preference-slider-handle-max{clip-path:polygon(0 50%,100% 0,100% 100%)}.feed-preference-scale{position:relative;width:100%;height:28px;margin-bottom:0;color:#111;font-size:.72rem;font-weight:600;line-height:1}.feed-preference-scale-tick{position:absolute;bottom:0;white-space:nowrap;transform:translate(-50%)}.feed-preference-scale-tick-hidden{visibility:hidden}.feed-preference-range-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:24px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;z-index:1}.feed-preference-range-input+.feed-preference-range-input{margin-top:0}.feed-preference-range-input::-webkit-slider-thumb{width:32px;height:32px;background:transparent;border:0;cursor:pointer;pointer-events:auto;border-radius:0;margin-top:-14px;-webkit-appearance:none}.feed-preference-range-input::-moz-range-thumb{width:32px;height:32px;background:transparent;border:0;cursor:pointer;pointer-events:auto;border-radius:0}.feed-preference-range-input-min::-webkit-slider-thumb{clip-path:none}.feed-preference-range-input-min::-moz-range-thumb{clip-path:none}.feed-preference-range-input-max::-webkit-slider-thumb{clip-path:none}.feed-preference-range-input-max::-moz-range-thumb{clip-path:none}.feed-preference-range-input::-webkit-slider-runnable-track{height:4px;background:transparent}.feed-preference-range-input::-moz-range-track{height:4px;background:transparent}.feed-preference-labels{position:relative;min-height:18px;margin-top:10px;color:#52525b;font-size:.76rem;font-weight:500}.feed-preference-labels span{position:absolute;top:0;white-space:nowrap}.feed-preference-labels span:first-child{left:0}.feed-preference-labels span:nth-child(2){left:50%;transform:translate(-50%);text-align:center}.feed-preference-labels span:last-child{right:0;text-align:right}.feed-preference-modal-footer{align-items:center}.feed-preference-video-modal{width:min(880px,100%);height:auto}.feed-preference-video-body{padding:0 28px 28px}.feed-preference-video-body iframe{display:block;width:100%;aspect-ratio:16 / 9;border:0;border-radius:20px;background:#000}.feed-preference-checkbox{display:inline-flex;align-items:center;gap:12px;color:#111;font-weight:500}.feed-preference-checkbox input{width:18px;height:18px;accent-color:#111111}.feed-preference-footer-actions{display:flex;align-items:center;gap:12px}.feed-filter-footer-button{min-width:152px;min-height:46px;padding:0 20px;border-radius:999px;font:inherit;font-weight:700;cursor:pointer}.feed-filter-footer-button-secondary{border:1px solid #d4d4d8;background:#fff;color:#111}.feed-filter-footer-button-primary{border:0;color:#fff;background:#111}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 960px){.feed-grid,.feed-trending-grid{grid-template-columns:1fr}}@media (max-width: 1040px){.feed-hero-inner,.feed-section-header{flex-direction:column;align-items:flex-start}.feed-popular-scroll-button{display:none}}@media (max-width: 640px){.feed-hero-actions{width:100%;flex-wrap:wrap}.feed-toolbar-button{flex:1 1 0;min-width:0;padding:0 16px}.feed-toolbar-button span{overflow:hidden;text-overflow:ellipsis}.feed-user-card{min-width:0;width:100%}.feed-stack-section{padding:22px}.feed-most-popular-section{padding:0}.feed-score-grid,.feed-trending-stats{grid-template-columns:1fr}.feed-filter-modal-overlay{padding:12px}.feed-filter-modal{max-height:calc(100vh - 24px)}.feed-filter-modal-header,.feed-filter-modal-footer,.feed-filter-panel,.feed-filter-sidebar{padding:18px}.feed-filter-modal-body{grid-template-columns:1fr}.feed-filter-sidebar{border-right:0;border-bottom:1px solid #e4ebe5}.feed-filter-modal-footer{flex-wrap:wrap}.feed-filter-footer-button{flex:1 1 0;min-width:0}.feed-preference-modal-footer{flex-direction:column;align-items:flex-start}.feed-preference-slider-shell{grid-template-columns:1fr;gap:10px;align-items:stretch}.feed-preference-footer-actions{width:100%}}.go-live-page{min-height:calc(100vh - 78px);background:radial-gradient(circle at top left,rgba(250,244,244,.95),transparent 28%),linear-gradient(180deg,#fafafa,#f3f4f6)}.go-live-shell{padding:18px 0 48px}.go-live-container{display:grid;gap:18px}.go-live-title-row,.go-live-toolbar,.go-live-tabs,.go-live-search,.go-live-accordion-trigger,.go-live-footer,.go-live-checkbox{display:flex;align-items:center}.go-live-title-row{gap:12px}.go-live-dot{width:14px;height:14px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 4px #ef444424}.go-live-title-row h1,.go-live-topic-state h2{margin:0;letter-spacing:-.03em}.go-live-title-row h1{font-size:clamp(2rem,4vw,2.8rem)}.go-live-toolbar{justify-content:space-between;gap:18px;flex-wrap:wrap}.go-live-tabs{gap:8px}.go-live-tab{min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:999px;background:transparent;color:#6b7280;font:inherit;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-tab-active{border-color:#111827;background:#111827;color:#fff}.go-live-search{flex:1;gap:12px;min-height:52px;min-width:min(100%,320px);max-width:520px;padding:0 18px;border:1px solid #d8dde5;border-radius:16px;background:#fff;box-shadow:0 16px 38px #0f172a0d}.go-live-search input,.go-live-field>input,.go-live-field>select,.go-live-combobox input{width:100%;border:0;background:transparent;color:#111827;font:inherit}.go-live-search input:focus,.go-live-field>input:focus,.go-live-field>select:focus,.go-live-combobox input:focus{outline:none}.go-live-search input::placeholder{color:#8b93a1}.go-live-search-icon{display:inline-flex;color:#9ca3af}.go-live-search-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.go-live-accordion-list{display:grid;gap:16px}.go-live-accordion-item{border:1px solid #e5e7eb;border-radius:24px;background:#fffffff5;box-shadow:0 18px 42px #0f172a0d}.go-live-accordion-item-disabled{opacity:.72}.go-live-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border:0;background:transparent;color:#111827;font:inherit;font-size:1.05rem;font-weight:700;text-align:left;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-accordion-trigger-meta{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-left:auto}.go-live-accordion-selection-pill{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border:1px solid #1f2937;border-radius:999px;background:#fff;color:#374151;font-size:.95rem;font-weight:600;line-height:1;white-space:nowrap}.go-live-accordion-trigger:disabled{cursor:not-allowed}.go-live-chevron{color:#6b7280;font-size:1.1rem}.go-live-accordion-body{padding:0 24px 24px}.go-live-topic-state,.go-live-form-preview{border-radius:20px;background:#f8fafc}.go-live-topic-state{display:grid;place-items:center;min-height:190px;padding:24px;text-align:center}.go-live-loading-panel{min-height:320px}.go-live-topic-state-compact{min-height:140px}.go-live-topic-state p,.go-live-checkbox span{color:#6b7280;line-height:1.65}.go-live-option-grid,.go-live-topic-chip-grid{display:grid;gap:12px}.go-live-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.go-live-option-card,.go-live-topic-chip{border:1px solid #d9dee7;background:#fff;color:#111827;font:inherit}.go-live-option-card{display:grid;gap:6px;padding:18px;border-radius:18px;text-align:left;box-shadow:0 14px 32px #0f172a0a;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-option-card-icon{width:32px;height:32px;object-fit:contain}.go-live-option-card strong{font-size:1rem}.go-live-option-card span{color:#6b7280;font-size:.88rem}.go-live-option-card-active,.go-live-topic-chip-active{border-color:#111827;background:#111827;color:#fff}.go-live-option-card-active span{color:#ffffffc7}.go-live-topic-chip-grid{width:100%;align-self:stretch;grid-template-columns:repeat(5,minmax(0,1fr))}.go-live-topic-chip{display:flex;align-items:center;justify-content:center;width:100%;min-height:80px;padding:14px 12px;border-radius:18px;font-weight:600;line-height:1.35;text-align:center;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-form-preview{display:grid;gap:14px;padding:0 24px 24px}.go-live-field{position:relative;display:grid;gap:8px}.go-live-field>span{margin-top:2px;color:#6b7280;font-size:.84rem;font-weight:600}.go-live-field>input,.go-live-field>select{min-height:56px;padding:0 16px;border:1px solid #d4d8de;border-radius:16px;background:#fff}.go-live-field>input::placeholder{color:#b0b7c3}.go-live-field-hint{color:#7b8493;font-size:.78rem}.go-live-combobox,.go-live-select{position:relative}.go-live-select-trigger{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:58px;padding:13px 14px 13px 16px;border:1px solid #d4d8de;border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f7f9fcfa);box-shadow:0 10px 24px #0f172a0d;text-align:left;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.go-live-select-open .go-live-select-trigger,.go-live-select-trigger:focus-visible{border-color:#d4d8de;box-shadow:0 16px 30px #0f172a14}.go-live-select-disabled .go-live-select-trigger{background:#f8fafc;box-shadow:none;cursor:default}.go-live-select-copy,.go-live-select-option-copy{display:grid;gap:3px;min-width:0}.go-live-select-copy strong,.go-live-select-copy span,.go-live-select-option-copy strong,.go-live-select-option-copy span{overflow:hidden;text-overflow:ellipsis}.go-live-select-copy strong,.go-live-select-option-copy strong{color:#111827;font-size:.95rem;line-height:1.3}.go-live-select-copy span,.go-live-select-option-copy span{color:#6b7280;font-size:.82rem;line-height:1.35}.go-live-select-chevron{display:inline-flex;align-items:center;justify-content:center;width:24px;color:#9ca3af}.go-live-select-chevron svg{width:17px;height:17px}.go-live-select-open .go-live-select-chevron svg{transform:rotate(180deg)}.go-live-select-dropdown{position:absolute;z-index:12;top:calc(100% + 10px);left:0;right:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:22px;background:#fffffffa;box-shadow:0 24px 48px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.go-live-select-options{display:grid;gap:4px;max-height:280px;padding:8px;overflow-y:auto}.go-live-select-options-expanded{max-height:none;overflow-y:visible}.go-live-select-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px 14px;border:0;border-radius:16px;background:transparent;text-align:left;cursor:pointer}.go-live-select-option-active,.go-live-select-option:hover{background:#f8fafc}.go-live-select-option-check{color:#ff6b57;font-size:1rem;font-weight:800}.go-live-combobox-shell{display:flex;align-items:center;min-height:58px;padding:0 14px 0 12px;border:1px solid #d4d8de;border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f7f9fcfa);box-shadow:0 10px 24px #0f172a0d;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.go-live-combobox-open .go-live-combobox-shell,.go-live-combobox-shell:focus-within{border-color:#d4d8de;box-shadow:0 16px 30px #0f172a14}.go-live-combobox-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;color:#9ca3af}.go-live-combobox-icon svg{width:17px;height:17px}.go-live-combobox input{min-height:56px;padding:0 8px}.go-live-combobox input::placeholder{color:#b0b7c3}.go-live-combobox-clear{width:32px;height:32px;border:0;border-radius:999px;background:#f3f4f6;color:#6b7280;font:inherit;font-size:1.1rem;cursor:pointer}.go-live-combobox-dropdown{position:absolute;z-index:12;top:calc(100% + 10px);left:0;right:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:22px;background:#fffffffa;box-shadow:0 24px 48px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.go-live-combobox-options{display:grid;gap:4px;max-height:280px;padding:8px;overflow-y:auto}.go-live-combobox-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:10px 12px;border:0;border-radius:16px;background:transparent;text-align:left;cursor:pointer}.go-live-combobox-option-active,.go-live-combobox-option:hover{background:#f8fafc}.go-live-combobox-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;overflow:hidden;border-radius:999px;background:linear-gradient(135deg,#111827,#374151);color:#fff;font-size:.9rem;font-weight:700}.go-live-combobox-avatar img{width:100%;height:100%;object-fit:cover}.go-live-combobox-copy{display:grid;gap:2px;min-width:0}.go-live-combobox-copy strong,.go-live-combobox-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.go-live-combobox-copy strong{color:#111827;font-size:.95rem}.go-live-combobox-copy span{color:#6b7280;font-size:.82rem}.go-live-combobox-check{color:#ff6b57;font-size:1rem;font-weight:800}.go-live-combobox-state{padding:16px 18px;color:#6b7280;font-size:.88rem}.go-live-combobox-state-error{color:#b42318}.go-live-char-count{position:absolute;top:36px;right:16px;color:#9ca3af;font-size:.75rem;font-weight:600}.go-live-checkbox{gap:10px;margin-top:4px}.go-live-checkbox input{width:16px;height:16px}.go-live-footer{justify-content:flex-end}.go-live-testing-panel{display:grid;gap:18px;padding-top:24px}.go-live-testing-copy{display:grid;gap:8px;justify-items:center;text-align:center}.go-live-testing-copy h2,.go-live-testing-room-copy strong{margin:0;color:#111827;letter-spacing:-.03em}.go-live-testing-copy p,.go-live-testing-room-copy span,.go-live-testing-status p{margin:0;color:#6b7280;line-height:1.6}.go-live-testing-status,.go-live-testing-room{display:grid;gap:18px;padding:22px 24px;border-radius:20px;background:#f8fafc;border:1px solid #edf1f5}.go-live-testing-room-copy{display:grid;gap:6px}.go-live-testing-label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.go-live-testing-actions{display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap}.go-live-testing-actions .go-live-submit{width:auto;min-width:220px}.go-live-testing-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid #d1d5db;border-radius:14px;background:#fff;color:#111827;font:inherit;font-weight:700;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border:0;border-radius:14px;background:#111827;color:#fff;font:inherit;font-weight:700;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-submit-loading{opacity:.72}.go-live-submit-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:999px;animation:go-live-spin .8s linear infinite}.go-live-submit:disabled{opacity:.42;cursor:not-allowed}.go-live-feedback{display:grid;gap:12px;padding:18px 20px;border-radius:20px;border:1px solid #d9dee7;background:#fff}.go-live-feedback p,.go-live-feedback a,.go-live-feedback span{margin:0;line-height:1.6}.go-live-feedback a{color:#1d4ed8;word-break:break-all}.go-live-feedback-error{border-color:#f2c6c2;background:#fff0ef;color:#8f1d1d}.go-live-feedback-success{border-color:#c5e7cc;background:#edf9ef;color:#194e24}.go-live-feedback-heading{display:grid;gap:4px}.go-live-feedback-heading p{color:#2d5c39}.go-live-share-modal .profile-modal-header h2{font-size:1.35rem}.go-live-share-modal-body{display:grid;gap:14px;margin-top:18px}.go-live-share-modal-description,.go-live-share-modal-feedback{margin:0}.go-live-share-modal-description{color:#111827;font-size:.95rem;line-height:1.5}.go-live-share-modal-feedback{font-size:.85rem}.go-live-share-modal-feedback-success{color:#15803d}.go-live-share-modal-feedback-error{color:#b91c1c}.go-live-success-card{display:grid;gap:8px;padding:14px 16px;border-radius:16px;border:1px solid rgba(25,78,36,.12);background:#ffffffb8}.go-live-success-label{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#3d6d49}.go-live-success-link{font-weight:600}.go-live-success-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#194e24;word-break:break-word}.go-live-success-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.go-live-success-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:0;border-radius:999px;background:#111827;color:#fff;font:inherit;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.go-live-success-open{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(17,24,39,.1);background:#ffffffb8;color:#111827;font-weight:600;text-decoration:none;cursor:pointer}.broadcast-entry-page{min-height:calc(100vh - 80px);background:radial-gradient(circle at top center,rgba(88,198,146,.22),transparent 28%),linear-gradient(180deg,#f8faf9,#eef2ef)}.broadcast-entry-shell{display:flex;align-items:center;min-height:calc(100vh - 80px);padding:1rem 0 2rem}.broadcast-entry-container{display:grid;gap:1.25rem;max-width:680px}.broadcast-entry-room,.broadcast-entry-card,.broadcast-entry-feedback{background:#fffffff0;border:1px solid rgba(20,48,38,.06);border-radius:28px;box-shadow:0 18px 44px #10182814}.broadcast-entry-room{display:grid;gap:1.75rem;padding:1.5rem 1rem 1.15rem;text-align:center}.broadcast-entry-copy{display:grid;gap:.3rem}.broadcast-entry-copy p{margin:0;color:#1f2937;font-size:clamp(.98rem,2vw,1.08rem);font-weight:600}.broadcast-entry-preview-stack{display:grid;gap:1.25rem}.broadcast-entry-preview{display:grid;gap:1rem;justify-items:center}.broadcast-entry-preview-frame{width:min(255px,62vw);aspect-ratio:1;border:8px solid #18884b;border-radius:24px;background:#f3f4f6;display:grid;place-items:center;overflow:hidden;position:relative}.broadcast-entry-preview-video,.broadcast-entry-preview-placeholder{width:100%;height:100%}.broadcast-entry-preview-video{object-fit:cover;transform:scaleX(-1);background:#0f172a}.broadcast-entry-preview-placeholder{display:grid;place-items:center;align-content:center;gap:.85rem;padding:1rem}.broadcast-entry-preview-badge{display:inline-flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:999px;background:#111827;color:#fff;font-size:1.25rem;font-weight:700}.broadcast-entry-preview-label{color:#5b6472;font-size:.98rem;font-weight:500}.broadcast-entry-device-row{display:flex;gap:.9rem;justify-content:center}.broadcast-entry-device-icon,.broadcast-entry-copy-button{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:1px solid #cfcfcf;border-radius:999px;background:#fff;color:#111;cursor:pointer}.broadcast-entry-device-icon img{width:56px;height:56px}.broadcast-entry-copy-button{flex-shrink:0}.broadcast-entry-copy-button svg{width:22px;height:22px}.broadcast-entry-device-icon:hover,.broadcast-entry-device-icon:focus-visible,.broadcast-entry-copy-button:hover,.broadcast-entry-copy-button:focus-visible{background:#f5f6f7}.broadcast-entry-preview h1{margin:0;font-size:clamp(1.35rem,3vw,2rem);font-weight:600;color:#111827}.broadcast-entry-viewer-copy{max-width:30rem;margin:0;color:#5b6472;line-height:1.6}.broadcast-entry-actions{display:grid;gap:.9rem;max-width:420px;margin:0 auto}.broadcast-entry-actions button{min-height:48px;padding:.85rem 1.25rem;border-radius:14px;border:1px solid transparent;background:transparent;color:#16a34a;font:inherit;font-weight:700;cursor:pointer}.broadcast-entry-actions button:disabled{opacity:.6;cursor:wait}.broadcast-entry-actions .broadcast-entry-primary{background:#16a34a;color:#fff;border-color:#16a34a}.broadcast-entry-card{display:grid;gap:1rem;padding:1rem 1.1rem}.broadcast-entry-card-compact{gap:.75rem}.broadcast-entry-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.broadcast-entry-card-header-compact{align-items:flex-start}.broadcast-entry-card-header button{border:0;background:transparent;color:#16a34a;font:inherit;font-weight:700;cursor:pointer}.broadcast-entry-card-header .broadcast-entry-copy-button{border:1px solid #cfcfcf;background:#fff;color:#111}.broadcast-entry-label{display:block;margin-bottom:.45rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6c8178}.broadcast-entry-link,.broadcast-entry-token{overflow-wrap:anywhere}.broadcast-entry-link{display:block;color:#143026;font-weight:600;line-height:1.45}.broadcast-entry-meta{display:grid;gap:.9rem;margin:0}.broadcast-entry-meta div{padding-bottom:.9rem;border-bottom:1px solid rgba(20,48,38,.08)}.broadcast-entry-meta div:last-child{padding-bottom:0;border-bottom:0}.broadcast-entry-meta dt{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6c8178}.broadcast-entry-meta dd{margin:.35rem 0 0;color:#143026;font-weight:600;overflow-wrap:anywhere}.broadcast-entry-feedback{padding:1.25rem 1.5rem}.broadcast-entry-feedback strong{display:block}.broadcast-entry-feedback p{margin:.2rem 0 0;color:#52645d}.broadcast-entry-feedback-success{border-color:#188c5c33;background:#ecfbf3f5}.broadcast-entry-feedback-error{border-color:#be185d2e;background:#fff1f2f5}.broadcast-entry-token{display:block;margin-top:.85rem;padding:.85rem 1rem;border-radius:16px;background:#143026;color:#f8fffb}.broadcast-entry-copy-feedback{margin:0;font-size:.88rem;line-height:1.45}.broadcast-entry-copy-feedback-success{color:#166534}.broadcast-entry-copy-feedback-error{color:#b91c1c}.broadcast-live-page{min-height:calc(100vh - 88px);background:radial-gradient(circle at top left,rgba(217,119,6,.2),transparent 30%),radial-gradient(circle at top right,rgba(21,128,61,.15),transparent 28%),#0f172a;color:#e2e8f0}.broadcast-live-shell{padding:2rem 0 3rem}.broadcast-live-container{display:grid;gap:1.5rem}.broadcast-live-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem;border:1px solid rgba(148,163,184,.24);border-radius:24px;background:#0f172acc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.broadcast-live-header h1{margin:.35rem 0;font-size:clamp(1.8rem,4vw,2.75rem);color:#f8fafc}.broadcast-live-header p{margin:0;color:#cbd5e1}.broadcast-live-kicker{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#fbbf24}.broadcast-live-header button{flex-shrink:0;border:1px solid rgba(248,250,252,.18);border-radius:999px;background:#ef444424;color:#f8fafc;padding:.8rem 1.1rem;font:inherit;cursor:pointer}.broadcast-live-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.broadcast-live-tile{display:grid;gap:.75rem;padding:1rem;border-radius:24px;border:1px solid rgba(148,163,184,.2);background:#0f172ac2}.broadcast-live-frame{position:relative;min-height:320px;border-radius:18px;overflow:hidden;background:#020617}.broadcast-live-video,.broadcast-live-placeholder{width:100%;height:100%}.broadcast-live-video{display:block;object-fit:cover}.broadcast-live-placeholder{display:grid;place-items:center;gap:.85rem;color:#cbd5e1;text-align:center;padding:1.5rem}.broadcast-live-placeholder-badge{display:inline-grid;place-items:center;width:4rem;height:4rem;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#0f172a;font-weight:700}.broadcast-live-caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#f8fafc}.broadcast-live-caption span:last-child{color:#94a3b8;font-size:.92rem}.broadcast-page{min-height:calc(100vh - 88px);background:#fff}.broadcast-shell{padding:.75rem 0 1.5rem}.broadcast-layout{display:grid;gap:1rem}.broadcast-live-layout{gap:1rem}.broadcast-live-page-container{width:min(1280px,calc(100% - 16px));margin-bottom:1rem}.broadcast-live-frame{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.broadcast-live-content{flex:1 1 880px;display:grid;grid-template-columns:minmax(0,1.85fr) minmax(300px,.9fr);gap:.875rem;align-items:start;min-width:0}.broadcast-live-main{display:grid;gap:.875rem;min-width:0}.broadcast-live-sidebar{display:grid;gap:.75rem;min-width:0}.broadcast-live-ad-rail{display:flex;flex:1 1 100%;gap:.5rem;overflow-x:auto;padding-bottom:.125rem;scrollbar-width:thin}.broadcast-live-ad-rail-slot{flex:0 0 auto}.broadcast-live-sidebar-card{display:grid;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:1rem;background:#fff;box-shadow:0 20px 40px #0f172a0f}.broadcast-live-tabs{display:flex;align-items:stretch;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.broadcast-live-tabs::-webkit-scrollbar{display:none}.broadcast-live-tab{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1 0 auto;min-width:fit-content;min-height:2.75rem;padding:.7rem .9rem;border:1px solid #d1d5db;border-radius:.85rem;background:#f8fafc;color:#374151;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.broadcast-live-tab small{display:inline-grid;place-items:center;min-width:1.6rem;min-height:1.6rem;padding:0 .35rem;border-radius:999px;background:#fff;color:#0f172a;font-size:.74rem;font-weight:700}.broadcast-live-tab-active{border-color:#16a34a;background:#16a34a14;color:#166534}.broadcast-live-tab-active small{background:#16a34a;color:#fff}.broadcast-live-sidebar-body{min-height:620px;min-width:0}.broadcast-live-panel{display:grid;gap:1rem;min-height:100%}.broadcast-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.broadcast-topbar-copy h1{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.broadcast-topbar-copy p{margin:.4rem 0 0;color:#4b5563;font-size:.95rem}.broadcast-scoreboard{width:min(100%,350px);padding:.85rem 1rem;border:1px solid #d1d5db;border-radius:1rem;background:#f3f4f6}.broadcast-scoreboard-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.55rem;font-size:.9rem;font-weight:600;color:#16a34a}.broadcast-scoreboard-status{display:flex;align-items:center;gap:.35rem}.broadcast-rec-pill,.broadcast-time-pill{display:inline-flex;align-items:center;justify-content:center;min-height:1.6rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700}.broadcast-rec-pill{gap:.35rem;background:#b91c1c;color:#fff}.broadcast-rec-pill i{width:.45rem;height:.45rem;border-radius:999px;background:#fff;animation:broadcast-pulse 1.4s infinite}.broadcast-time-pill{background:#fff;color:#111827}.broadcast-live-viewer-pill{display:inline-flex;align-items:center;justify-content:center;min-height:1.6rem;padding:.2rem .55rem;border-radius:999px;background:#16a34a1f;color:#166534;font-size:.72rem;font-weight:700}.broadcast-share-button{width:1.75rem;height:1.75rem;border:0;border-radius:999px;background:transparent;padding:0;cursor:pointer}.broadcast-share-button img{width:100%;height:100%}.broadcast-scoreboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.broadcast-scoreboard-metrics div{display:grid;justify-items:center;gap:.1rem;padding:.35rem .25rem;border-radius:.8rem;background:#fff}.broadcast-scoreboard-metrics strong{font-size:.82rem;color:#111827}.broadcast-scoreboard-metrics span{font-size:.67rem;color:#4b5563}.broadcast-stage-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-radius:.75rem;overflow:hidden}.broadcast-stage-card{min-width:0;height:100%}.broadcast-stage-panel{position:relative;height:clamp(320px,36vw,450px);overflow:hidden}.broadcast-stage-panel-dark{background:#111}.broadcast-stage-panel-light{background:#f3f4f6}.broadcast-stage-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.broadcast-stage-overlay{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:1rem}.broadcast-stage-user{display:flex;align-items:center;gap:.6rem;min-width:0}.broadcast-stage-avatar{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover;background:#fff3}.broadcast-stage-avatar-fallback{display:grid;place-items:center;font-weight:700;color:#111827;background:#f59e0b}.broadcast-stage-name{font-size:1rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.broadcast-stage-team-pill{padding:.4rem .7rem;border-radius:999px;background:#ffffff2e;color:#fff;font-size:.78rem;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.broadcast-stage-waiting{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;align-content:center;justify-items:center;gap:1rem;width:100%;height:100%;padding:4rem 1rem 2rem;text-align:center}.broadcast-stage-waiting img{width:10rem;height:10rem}.broadcast-stage-panel-dark .broadcast-stage-waiting p,.broadcast-stage-panel-dark .broadcast-stage-name{color:#fff}.broadcast-stage-panel-light .broadcast-stage-waiting p{color:#111827}.broadcast-stage-score-pill{position:absolute;left:50%;bottom:1.2rem;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:min(95%,300px);padding:.75rem 1rem;border-radius:.9rem;transform:translate(-50%)}.broadcast-stage-score-pill-actionable{cursor:pointer;box-shadow:0 16px 30px #0f172a33}.broadcast-stage-score-pill-actionable:focus-visible{outline:2px solid #22c55e;outline-offset:3px}.broadcast-stage-score-pill div{display:grid;justify-items:center;gap:.15rem}.broadcast-stage-score-metric{min-width:0}.broadcast-stage-score-pill strong{font-size:1rem}.broadcast-stage-score-pill span{font-size:.72rem;opacity:.9}.broadcast-stage-score-hint{grid-column:1 / -1;justify-self:center;font-size:.68rem;font-weight:700;letter-spacing:.02em;opacity:.88}.broadcast-emoji-anchor{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%)}.broadcast-emoji-button{display:grid;place-items:center;width:3rem;height:3rem;border:0;background:transparent;padding:0;cursor:pointer}.broadcast-emoji-button img{width:50%;height:50%}.broadcast-emoji-picker{position:absolute;left:50%;bottom:calc(100% + .75rem);z-index:5;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;width:min(280px,calc(100vw - 2rem));padding:.7rem;border:1px solid rgba(209,213,219,.95);border-radius:1rem;background:#fffffff5;box-shadow:0 22px 44px #0f172a33;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%)}.broadcast-emoji-picker-button{display:grid;place-items:center;width:100%;min-height:2.7rem;border:0;border-radius:.75rem;background:transparent;font-size:1.55rem;cursor:pointer;transition:transform .16s ease,background-color .16s ease}.broadcast-emoji-picker-button:hover,.broadcast-emoji-picker-button:focus-visible{background:#16a34a1f;transform:translateY(-1px) scale(1.04);outline:none}.broadcast-flying-emoji-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;overflow:hidden;pointer-events:none}.broadcast-flying-emoji{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:2.9rem;height:2.9rem;font-size:2rem;line-height:1;filter:drop-shadow(0 10px 18px rgba(15,23,42,.18));animation-name:broadcast-fly-emoji;animation-timing-function:linear;animation-fill-mode:forwards;will-change:transform,opacity}@keyframes broadcast-fly-emoji{0%{opacity:0;transform:translate3d(0,8px,0) scale(.82)}12%{opacity:1}50%{opacity:.95;transform:translate3d(var(--broadcast-emoji-drift, 18px),-36vh,0) scale(.94)}to{opacity:0;transform:translate3d(calc(var(--broadcast-emoji-drift, 18px) * 1.6),-78vh,0) scale(1.02)}}.broadcast-controls-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.broadcast-evidence-button{min-height:3rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.85rem;background:#fff;color:#16a34a;font:inherit;font-weight:600;cursor:pointer}.broadcast-evidence-button:disabled{cursor:not-allowed;opacity:.58}.broadcast-controls-group{display:flex;align-items:center;gap:.75rem}.broadcast-control-icon{width:3rem;height:3rem;border:1px solid #111827;border-radius:999px;background:transparent;padding:0;cursor:pointer}.broadcast-control-icon:disabled{cursor:not-allowed;opacity:.58}.broadcast-control-icon img{width:100%;height:100%}.broadcast-control-with-tooltip,.broadcast-capture-control{position:relative}.broadcast-capture-button{overflow:hidden}.broadcast-control-tooltip,.broadcast-capture-tooltip{position:absolute;right:50%;bottom:calc(100% + 16px);z-index:20;width:min(320px,calc(100vw - 32px));padding:14px 16px;border:0;border-radius:16px;background:#111;color:#fff;font:inherit;font-size:.88rem;font-weight:600;line-height:1.45;text-align:center;transform:translate(50%);cursor:pointer;box-shadow:0 18px 36px #0f172a47}.broadcast-control-tooltip span,.broadcast-capture-tooltip span{display:block;margin-top:8px;color:#ffffffbd;font-size:.75rem;font-weight:500}.broadcast-control-tooltip:after,.broadcast-capture-tooltip:after{content:"";position:absolute;right:50%;bottom:-6px;width:12px;height:12px;background:#111;transform:translate(50%) rotate(45deg)}.broadcast-vb-control{position:relative}.broadcast-vb-trigger{min-height:3rem;padding:.55rem .9rem;border:1px solid #111827;border-radius:999px;background:#fff;color:#111827;font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem}.broadcast-vb-trigger strong{font-size:.9rem}.broadcast-vb-trigger-label{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#4b5563}.broadcast-vb-trigger-open{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a24}.broadcast-vb-trigger:disabled{cursor:not-allowed;opacity:.58}.broadcast-vb-menu{position:absolute;right:0;bottom:calc(100% + .6rem);min-width:9rem;padding:.4rem;border:1px solid #d1d5db;border-radius:1rem;background:#fff;box-shadow:0 18px 40px #0f172a29;display:grid;gap:.2rem;z-index:20}.broadcast-vb-option{border:0;border-radius:.7rem;background:transparent;color:#111827;font:inherit;font-weight:600;text-align:left;padding:.7rem .8rem;cursor:pointer}.broadcast-vb-option:hover,.broadcast-vb-option:focus-visible,.broadcast-vb-option-active{background:#dcfce7;color:#166534;outline:none}.broadcast-leave-button{min-height:3rem;padding:.75rem 1.25rem;border:0;border-radius:.85rem;background:#b91c1c;color:#fff;font:inherit;font-weight:700;cursor:pointer}.broadcast-live-status{margin:0}.broadcast-live-chat-list{display:flex;flex-direction:column;gap:.85rem;max-height:440px;min-height:0;padding-right:.2rem;overflow-y:auto}.broadcast-live-chat-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:flex-start}.broadcast-live-chat-item-local .broadcast-live-chat-bubble{background:#ecfdf3}.broadcast-live-chat-avatar{width:2.4rem;height:2.4rem;border-radius:999px;background:#0f172a;color:#fff;display:grid;place-items:center;overflow:hidden;font-size:.9rem;font-weight:700}.broadcast-live-chat-avatar img,.broadcast-live-viewer-avatar img{width:100%;height:100%;object-fit:cover}.broadcast-live-chat-bubble{display:grid;gap:.35rem;padding:.9rem 1rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0}.broadcast-live-chat-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.broadcast-live-chat-meta strong{font-size:.9rem;color:#111827}.broadcast-live-chat-meta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0}.broadcast-live-chat-meta span{font-size:.74rem;color:#64748b}.broadcast-live-chat-menu-shell{position:relative}.broadcast-live-chat-more{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;border-radius:999px;background:transparent;color:#64748b;cursor:pointer}.broadcast-live-chat-more:hover,.broadcast-live-chat-more:focus-visible{background:#e2e8f0;color:#0f172a;outline:none}.broadcast-live-chat-more svg{width:1rem;height:1rem}.broadcast-live-chat-menu{min-width:13rem}.broadcast-live-chat-menu-floating{position:fixed;right:auto;z-index:1200;width:224px;max-width:calc(100vw - 24px)}.broadcast-live-chat-menu .profile-action-menu-item:disabled{cursor:not-allowed;opacity:.56}.broadcast-live-chat-bubble p{margin:0;color:#334155;line-height:1.5}.broadcast-live-chat-menu-feedback{margin:0;color:#b42318;font-size:.74rem;line-height:1.4}.broadcast-live-chat-form{margin-top:auto}.broadcast-live-evidence-form{display:grid;gap:.75rem}.broadcast-live-evidence-textarea{width:100%;min-height:110px;padding:.9rem 1rem;border:1px solid #d1d5db;border-radius:1rem;background:#fff;color:#111827;font:inherit;line-height:1.5;resize:vertical}.broadcast-live-evidence-textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a24}.broadcast-live-evidence-upload{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.7rem;padding:.7rem .95rem;border:1px dashed #86efac;border-radius:.9rem;background:#16a34a0d;color:#166534;font-size:.9rem;font-weight:700;cursor:pointer}.broadcast-live-evidence-upload input{display:none}.broadcast-live-evidence-files{display:flex;flex-wrap:wrap;gap:.5rem}.broadcast-live-evidence-chip{display:inline-flex;align-items:center;min-height:1.8rem;padding:.2rem .7rem;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:.76rem;font-weight:600}.broadcast-live-inline-note{margin:0;color:#64748b;font-size:.8rem;line-height:1.45}.broadcast-live-inline-success{margin:0;color:#166534;font-size:.9rem;line-height:1.45}.broadcast-live-submit-button,.broadcast-live-profile-button{min-height:2.75rem;padding:.75rem 1rem;border:0;border-radius:.9rem;background:#16a34a;color:#fff;font:inherit;font-weight:700;cursor:pointer}.broadcast-live-submit-button:disabled{cursor:not-allowed;opacity:.55}.broadcast-live-viewer-list{display:grid;gap:.8rem}.broadcast-live-viewer-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border:1px solid #e5e7eb;border-radius:1rem;background:#f8fafc}.broadcast-live-viewer-main{display:flex;flex:1 1 12rem;align-items:center;gap:.8rem;min-width:0}.broadcast-live-viewer-avatar{width:2.6rem;height:2.6rem;flex-shrink:0;border-radius:999px;display:grid;place-items:center;overflow:hidden;background:#0f172a;color:#fff;font-size:.92rem;font-weight:700}.broadcast-live-viewer-main strong{display:block;color:#111827;font-size:.9rem}.broadcast-live-viewer-main p{margin:.15rem 0 0;color:#64748b;font-size:.8rem}.broadcast-live-viewer-actions{display:flex;flex:0 1 15rem;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.7rem;width:min(100%,15rem);margin-left:auto}.broadcast-live-profile-button{background:#0f172a;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:0;width:100%;text-align:center;white-space:nowrap}.broadcast-live-remove-button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;max-width:100%;min-width:0;padding:.75rem 1rem;border:0;border-radius:.9rem;background:#b91c1c;color:#fff;font:inherit;font-weight:700;letter-spacing:.02em;cursor:pointer;text-align:center;width:100%}.broadcast-live-remove-button:disabled{cursor:not-allowed;opacity:.55}.broadcast-score-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:1.5rem;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.broadcast-score-modal{position:relative;width:min(100%,760px);max-height:min(90vh,760px);overflow-y:auto;padding:1.5rem;border-radius:1.4rem;background:#fff;box-shadow:0 30px 70px #0f172a40}.broadcast-score-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.broadcast-score-modal-head span{display:inline-block;margin-bottom:.2rem;color:#16a34a;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.broadcast-score-modal-head h2{margin:0;color:#111827;font-size:1.35rem}.broadcast-score-modal-close{width:2.2rem;height:2.2rem;border:0;border-radius:999px;background:#f1f5f9;color:#111827;font-size:1.35rem;line-height:1;cursor:pointer}.broadcast-score-modal-form{display:grid;gap:1.35rem}.broadcast-score-modal-fieldset{margin:0;padding:0;border:0}.broadcast-score-modal-legend{display:inline-flex;align-items:center;gap:.7rem;padding:0;color:#111827;font-size:1.02rem;font-weight:700}.broadcast-score-modal-score-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.broadcast-score-modal-score-icon img{width:22px;height:22px;object-fit:contain}.broadcast-score-modal-slider-shell{margin-top:.9rem}.broadcast-score-modal-scale{position:relative;height:.8rem;margin-bottom:0}.broadcast-score-modal-scale-value{position:absolute;top:0;color:#6b7280;font-size:.9rem;font-weight:500;line-height:1;transform:translate(-50%)}.broadcast-score-modal-scale-value-start{transform:translate(0)}.broadcast-score-modal-scale-value-end{transform:translate(-100%)}.broadcast-score-modal-scale-value-active{color:#111827;font-weight:700}.broadcast-score-modal-slider-stack{position:relative;height:2rem}.broadcast-score-modal-slider-stack-disabled{opacity:.6}.broadcast-score-modal-slider-track{position:absolute;top:50%;left:0;right:0;height:.5rem;border-radius:999px;transform:translateY(-50%)}.broadcast-score-modal-slider-handle{position:absolute;top:50%;width:1.15rem;height:1.15rem;border-radius:999px;background:#111;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 0 0 5px #ffffffe6;z-index:3}.broadcast-score-modal-slider-stack:focus-within .broadcast-score-modal-slider-handle{box-shadow:0 0 0 5px #ffffffe6,0 0 0 9px #11182724}.broadcast-score-modal-range-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:2rem;margin:0;background:transparent;cursor:pointer;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none}.broadcast-score-modal-range-input::-webkit-slider-runnable-track{height:.5rem;background:transparent}.broadcast-score-modal-range-input::-moz-range-track{height:.5rem;background:transparent}.broadcast-score-modal-range-input::-webkit-slider-thumb{width:2rem;height:2rem;margin-top:-.75rem;border:0;border-radius:999px;background:transparent;cursor:pointer;-webkit-appearance:none}.broadcast-score-modal-range-input::-moz-range-thumb{width:2rem;height:2rem;border:0;border-radius:999px;background:transparent;cursor:pointer}.broadcast-score-modal-range-input:disabled,.broadcast-score-modal-primary:disabled,.broadcast-score-modal-secondary:disabled,.broadcast-score-modal-close:disabled{cursor:not-allowed;opacity:.6}.broadcast-score-modal-labels{position:relative;min-height:1.45rem;margin-top:0;color:#111827;font-size:.84rem;font-weight:500}.broadcast-score-modal-labels span{position:absolute;top:0;white-space:nowrap}.broadcast-score-modal-label-start{left:0}.broadcast-score-modal-label-center{left:50%;transform:translate(-50%);text-align:center}.broadcast-score-modal-label-end{right:0;text-align:right}.broadcast-score-modal-countdown{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:1.5rem;background:#ffffffb8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.broadcast-score-modal-countdown-card{min-width:min(100%,18rem);padding:1.25rem 1.5rem;border-radius:1rem;background:#fff;box-shadow:0 18px 40px #0f172a29;text-align:center}.broadcast-score-modal-countdown-label{margin:0 0 .35rem;color:#166534;font-size:.95rem;font-weight:700}.broadcast-score-modal-countdown-card strong{color:#111827;font-size:1.5rem}.broadcast-score-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.broadcast-score-modal-primary,.broadcast-score-modal-secondary{min-height:2.9rem;padding:.75rem 1rem;border-radius:.95rem;font:inherit;font-weight:700;cursor:pointer}.broadcast-score-modal-primary{border:0;background:#16a34a;color:#fff}.broadcast-score-modal-secondary{border:1px solid #d1d5db;background:#fff;color:#111827}.broadcast-thumbnail-modal{width:min(960px,100%)}.broadcast-thumbnail-modal-body{display:grid;gap:1rem;margin-top:1.25rem}.broadcast-thumbnail-modal-frame{overflow:hidden;border:1px solid #d1d5db;border-radius:1rem;background:#111}.broadcast-thumbnail-modal-frame img{display:block;width:100%;height:auto}.broadcast-thumbnail-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.broadcast-thumbnail-modal-primary,.broadcast-thumbnail-modal-secondary{min-height:2.9rem;padding:.75rem 1rem;border-radius:.95rem;font:inherit;font-weight:700;cursor:pointer}.broadcast-thumbnail-modal-primary{border:0;background:#111;color:#fff}.broadcast-thumbnail-modal-secondary{border:1px solid #d1d5db;background:#fff;color:#111827}.broadcast-thumbnail-modal-primary:disabled,.broadcast-thumbnail-modal-secondary:disabled{cursor:not-allowed;opacity:.6}@keyframes broadcast-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes go-live-spin{to{transform:rotate(360deg)}}@media (max-width: 1040px){.go-live-toolbar{align-items:stretch}.go-live-search{max-width:none}.go-live-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.go-live-topic-chip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.broadcast-live-content{grid-template-columns:1fr}.broadcast-live-sidebar-body{min-height:0}}@media (max-width: 820px){.go-live-topic-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.go-live-shell{padding-bottom:36px}.broadcast-live-header{flex-direction:column}.broadcast-live-header button{width:100%}.broadcast-live-frame{min-height:240px}.broadcast-live-caption{flex-direction:column;align-items:flex-start}.broadcast-topbar{align-items:stretch}.broadcast-scoreboard{width:100%}.broadcast-live-tabs{flex-wrap:wrap;overflow:visible}.broadcast-stage-grid{grid-template-columns:1fr}.broadcast-emoji-anchor{top:calc(50% - 1.5rem)}.broadcast-emoji-picker{grid-template-columns:repeat(5,minmax(0,1fr));width:min(250px,calc(100vw - 2rem))}.broadcast-stage-panel{height:320px}.broadcast-live-viewer-pill{display:none}.broadcast-controls-row,.broadcast-controls-group{width:100%;justify-content:center}.broadcast-evidence-button,.broadcast-leave-button{flex:1 1 180px}.broadcast-live-chat-item,.broadcast-live-viewer-card,.broadcast-score-modal-head,.broadcast-score-modal-actions{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.broadcast-score-modal{padding:1.25rem}.broadcast-score-modal-scale{font-size:.84rem}.broadcast-score-modal-labels{font-size:.76rem}.broadcast-entry-shell{align-items:flex-start;padding-top:1rem}.broadcast-entry-card,.broadcast-entry-feedback,.broadcast-entry-room{padding:1.25rem}.broadcast-entry-preview-frame{border-width:6px;border-radius:20px}.broadcast-entry-card-header{align-items:flex-start;flex-direction:column}.broadcast-entry-card-header-compact{align-items:flex-start;flex-direction:row}.go-live-tabs,.go-live-toolbar,.go-live-footer{width:100%}.go-live-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.go-live-tab{justify-content:center}.go-live-search{min-width:0}.go-live-accordion-trigger,.go-live-accordion-body,.go-live-form-preview{padding-left:18px;padding-right:18px}.go-live-option-grid,.go-live-topic-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.go-live-footer{justify-content:stretch}.go-live-submit{width:100%}.go-live-success-actions{align-items:stretch}}.broadcast-live-layout{gap:18px}.broadcast-live-frame{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start;min-height:0;border-radius:0;background:transparent;overflow:visible}.broadcast-live-primary{display:grid;gap:18px;min-width:0}.broadcast-live-header-band{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,.95fr);gap:16px;align-items:start}.broadcast-live-header-main-shell{position:relative;display:flex;align-items:center;min-width:0;min-height:100%;padding-right:44px}.broadcast-live-right-rail{display:grid;gap:16px;align-content:start;min-width:0}.broadcast-room-header{display:flex;align-items:center;min-height:100%}.broadcast-room-header-main{display:grid;align-content:center;min-width:0}.broadcast-room-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.broadcast-room-header-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;flex:0 0 auto}.broadcast-room-floating-menu{position:absolute;top:50%;right:8px;z-index:3;transform:translateY(-50%)}.broadcast-room-header-row h1{margin:0;color:#111;font-size:clamp(1.3rem,2vw,1.55rem);font-weight:700;line-height:1.2}.broadcast-room-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;color:#8a8a8a;font-size:.95rem;font-weight:500}.broadcast-room-breadcrumb-separator{color:#b5b5b5}.broadcast-room-header-menu-shell{position:relative;flex:0 0 auto}.broadcast-room-header-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:#111;cursor:pointer}.broadcast-room-header-menu-trigger svg{width:18px;height:18px}.broadcast-room-header-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:8;display:grid;min-width:180px;padding:8px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 16px 32px #0f172a24}.broadcast-room-header-menu-item{padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#111;font:inherit;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.broadcast-room-header-menu-item:hover,.broadcast-room-header-menu-item:focus-visible{background:#f3f4f6;outline:none}.broadcast-room-header-menu-item:disabled{cursor:not-allowed;opacity:.5}.broadcast-room-summary-card{display:grid;gap:10px;width:100%;padding:10px 12px 12px;border:1px solid #e5e7eb;border-radius:18px;background:#f8f8f8}.broadcast-room-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#323232;font-size:.95rem;font-weight:700}.broadcast-room-summary-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.broadcast-leave-button.broadcast-room-summary-leave-button{min-height:30px;padding:0 10px;border-radius:999px;font-size:.86rem}.broadcast-room-summary-time{display:inline-flex;align-items:center;justify-content:center;min-width:80px;min-height:30px;padding:0 10px;border:1px solid rgba(239,68,68,.34);border-radius:999px;background:#fff;color:#737373;font-size:.86rem;font-weight:600}.broadcast-room-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.broadcast-room-summary-metric{display:grid;justify-items:center;gap:4px;padding:8px 10px;border-radius:14px;text-align:center}.broadcast-room-summary-metric strong{font-size:.95rem;line-height:1}.broadcast-room-summary-metric span{font-size:.78rem;font-weight:600;line-height:1.1}.broadcast-live-content{grid-template-columns:minmax(0,2fr) minmax(320px,.95fr);gap:16px;align-items:stretch}.broadcast-live-sidebar-card{gap:0;grid-template-rows:auto minmax(0,1fr);padding:0;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:none;overflow:hidden;min-height:100%;height:100%}.broadcast-live-sidebar{min-width:0;height:100%}.broadcast-live-tabs{display:flex;align-items:flex-end;gap:20px;padding:14px 18px 0;border-bottom:1px solid #e5e7eb;overflow:visible}.broadcast-live-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 0 12px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#6c6c6c;font:inherit;font-size:.98rem;font-weight:500;cursor:pointer}.broadcast-live-tab:hover,.broadcast-live-tab:focus-visible{background:transparent;color:#111;outline:none}.broadcast-live-tab-active{border-color:#111;background:transparent;color:#111}.broadcast-live-tab-eye{margin-left:auto;color:#0f6fa8;font-weight:700}.broadcast-live-tab-eye.broadcast-live-tab-active{color:#0f6fa8}.broadcast-live-tab-eye svg{width:17px;height:17px}.broadcast-live-tab-label{display:inline-flex;align-items:center;gap:7px}.broadcast-live-tab-dot{width:8px;height:8px;border-radius:999px;background:#dc2626;flex:0 0 auto}.broadcast-live-sidebar-body{display:flex;min-height:500px;min-width:0;height:100%;background:#fff}.broadcast-live-panel{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;min-height:100%}.broadcast-live-sidebar-scroll{flex:1 1 auto;min-height:0}.broadcast-live-sidebar-empty{display:flex;flex:1 1 auto;align-items:center;justify-content:center;min-height:470px;padding:24px;text-align:center}.broadcast-live-sidebar-empty p{margin:0;color:#87919a;font-size:1rem;font-weight:500}.broadcast-live-chat-list{display:flex;flex-direction:column;flex:1 1 auto;gap:14px;max-height:none;min-height:0;padding:18px 18px 0;overflow-y:auto}.broadcast-live-chat-item-local .broadcast-live-chat-bubble{background:#f8f8f8}.broadcast-live-chat-avatar{width:38px;height:38px;background:#111}.broadcast-live-chat-bubble{gap:6px;padding:12px 14px;border:1px solid #ededed;border-radius:16px;background:#fff}.broadcast-live-chat-meta strong{font-size:.88rem}.broadcast-live-chat-meta-actions{gap:2px}.broadcast-live-chat-meta span{font-size:.72rem;color:#9aa2aa}.broadcast-live-chat-more{width:26px;height:26px}.broadcast-live-chat-bubble p{color:#333}.broadcast-live-chat-form{margin-top:auto;padding:0 18px 18px}.broadcast-live-chat-form .view-broadcast-comment-input-wrap{min-height:46px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.broadcast-live-evidence-panel{position:relative}.broadcast-live-evidence-add-button{position:absolute;top:22px;right:18px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:1px solid rgba(229,231,235,.92);border-radius:999px;background:#fff;color:#111;font-size:1.9rem;line-height:1;box-shadow:0 10px 24px #0f172a29;cursor:pointer}.broadcast-live-evidence-panel .view-broadcast-evidence-list{max-height:none;min-height:0;padding:82px 18px 18px}.broadcast-live-evidence-panel .view-broadcast-evidence-entry{gap:10px}.broadcast-live-evidence-panel .view-broadcast-evidence-bubble{border-radius:16px;background:#f8f8f8}.broadcast-live-viewer-list{flex:1 1 auto;gap:12px;min-height:0;overflow-y:auto;padding:18px}.broadcast-live-viewer-card{padding:14px;border:1px solid #ececec;border-radius:16px;background:#fff}.broadcast-live-viewer-main strong{color:#111}.broadcast-live-viewer-main p{color:#878787}.broadcast-live-profile-button{border:1px solid #d6d6d6;background:#fff;color:#111}.broadcast-live-inline-note{padding:0 18px 18px;color:#7c8790}.broadcast-live-inline-success{color:#4b5563}.broadcast-stage-grid{gap:2px;border-radius:18px;background:#fff;overflow:hidden}.broadcast-stage-panel{height:clamp(280px,32vw,420px);border-radius:18px}.broadcast-stage-panel-dark{background:#0d0d0d}.broadcast-stage-panel-light{background:#f4f4f4}.broadcast-stage-overlay{padding:18px}.broadcast-stage-user{gap:10px}.broadcast-stage-avatar{width:42px;height:42px;background:#ffffff2e}.broadcast-stage-avatar-fallback{background:#ffffff38;color:#fff}.broadcast-stage-panel-light .broadcast-stage-avatar-fallback{background:#1111111f;color:#111}.broadcast-stage-name{font-size:1rem;font-weight:700}.broadcast-stage-status-copy strong{color:#111;font-size:.96rem;font-weight:700}.broadcast-stage-panel-dark .broadcast-stage-status-copy strong{color:#fff}.broadcast-stage-waiting{gap:20px;padding:80px 24px 32px}.broadcast-stage-waiting-badge{display:inline-flex;align-items:center;justify-content:center;width:176px;height:176px;border-radius:999px;background:#ffffffeb;color:#1f1f1f}.broadcast-stage-waiting-badge img{width:100%;height:100%;border-radius:999px;object-fit:cover}.broadcast-stage-waiting-badge svg{width:76px;height:76px}.broadcast-stage-waiting p{margin:0;font-size:.95rem;font-weight:600}.broadcast-stage-score-pill{left:50%;bottom:16px;width:calc(100% - 34px);gap:12px;padding:12px 34px 10px 16px;border-radius:16px}.broadcast-stage-score-pill-actionable{box-shadow:0 10px 24px #0f172a2e}.broadcast-stage-score-pill-actionable:focus-visible{outline:2px solid rgba(15,23,42,.42);outline-offset:2px}.broadcast-stage-score-pill div{align-items:center;gap:2px}.broadcast-stage-score-pill strong{font-size:.95rem}.broadcast-stage-score-pill span{font-size:.7rem}.broadcast-stage-score-info{position:absolute;top:8px;right:8px;width:18px;height:18px;z-index:1;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--broadcast-stage-score-info-color, inherit);opacity:.78;cursor:pointer}.broadcast-stage-score-info svg{width:100%;height:100%}.broadcast-stage-score-info:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:999px}.broadcast-controls-row{gap:16px;justify-content:space-between}.broadcast-footer-evidence-button{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 18px;border:1px solid #cfcfcf;border-radius:16px;background:#fff;color:#373737;font:inherit;font-size:.98rem;font-weight:600;cursor:pointer}.broadcast-footer-evidence-button svg{width:20px;height:20px}.broadcast-controls-group{gap:12px}.broadcast-controls-group-viewer{margin-left:auto}.broadcast-viewer-score-section{display:grid;gap:14px;padding:18px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 18px 40px #0f172a0f}.broadcast-viewer-score-help-link{display:inline-flex;align-items:center;justify-content:center;color:#111;text-decoration:none;opacity:.72;transition:opacity .16s ease,transform .16s ease}.broadcast-viewer-score-help-link:hover,.broadcast-viewer-score-help-link:focus-visible{opacity:1;transform:translateY(-1px);outline:none}.broadcast-viewer-score-help-link svg{width:18px;height:18px}.broadcast-viewer-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.broadcast-viewer-score-panel{min-width:0}.broadcast-viewer-score-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.broadcast-viewer-score-panel-team{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.broadcast-viewer-score-panel-form{gap:1.15rem}.broadcast-viewer-score-panel-note{margin:0;color:#7c8790;font-size:.88rem;text-align:center}.broadcast-viewer-score-panel-actions{display:flex;justify-content:center;margin-top:.25rem}.broadcast-viewer-score-panel-submit{min-width:132px;min-height:54px;padding:0 26px;border:0;border-radius:18px;background:#111;color:#fff;font:inherit;font-size:1rem;font-weight:700;cursor:pointer}.broadcast-viewer-score-panel-submit:disabled{cursor:not-allowed;opacity:.58}.broadcast-viewer-score-countdown{margin:0;color:#4b5563;font-size:.92rem;font-weight:600;text-align:center}.broadcast-live-leaderboard-ad{max-width:100%}.broadcast-live-leaderboard-ad .ad-banner-frame{width:100%}.broadcast-live-ad-rail{display:grid;gap:16px;overflow:visible;padding-bottom:0}.broadcast-live-ad-rail-slot,.broadcast-live-rail-ad{width:100%}.broadcast-live-rail-ad .ad-banner-frame{min-height:250px;width:100%}.broadcast-control-icon,.broadcast-vb-trigger{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:1px solid #cfcfcf;border-radius:999px;background:#fff;cursor:pointer}.broadcast-control-icon img{width:56px;height:56px}.broadcast-vb-trigger{border-color:#2f2f2f;background:#2f2f2f;color:#fff}.broadcast-vb-trigger-entry{width:56px;height:56px;border-color:#cfcfcf;background:#fff;color:#111}.broadcast-vb-trigger-icon,.broadcast-vb-option-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px}.broadcast-vb-trigger-icon img,.broadcast-vb-option-icon img{width:100%;height:100%;display:block}.broadcast-vb-trigger-open{box-shadow:0 10px 24px #0f172a29}.broadcast-vb-shell{display:inline-flex;align-items:center}.broadcast-vb-menu{right:auto;left:50%;bottom:calc(100% + 10px);min-width:auto;padding:10px 8px;border-radius:18px;transform:translate(-50%)}.broadcast-vb-menu-entry{padding:8px}.broadcast-vb-option-shell{display:inline-flex}.broadcast-vb-option-shell .broadcast-control-tooltip{width:max-content;max-width:min(180px,calc(100vw - 32px));padding:8px 10px;font-size:.74rem;line-height:1.2;text-transform:lowercase}.broadcast-vb-option{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid #d8d8d8;border-radius:999px;background:#fff}.broadcast-vb-option-entry{width:48px;height:48px}.broadcast-vb-option:hover,.broadcast-vb-option:focus-visible,.broadcast-vb-option-active{background:#f4f4f5;color:#111}.broadcast-leave-button{min-height:52px;padding:0 22px;border-radius:14px;background:#ca1f23}.broadcast-evidence-modal{width:min(760px,100%);padding:28px}.broadcast-viewer-removal-modal{width:min(560px,100%);padding:28px}.broadcast-viewer-removal-modal-body{display:grid;gap:16px}.broadcast-viewer-removal-copy{margin:0;color:#111827;font-size:1rem;line-height:1.55}.broadcast-viewer-removal-actions{display:flex;justify-content:flex-end;gap:12px}.broadcast-viewer-removal-primary,.broadcast-viewer-removal-secondary{min-height:48px;padding:0 18px;border:0;border-radius:14px;font:inherit;font-weight:700;cursor:pointer}.broadcast-viewer-removal-primary{background:#b91c1c;color:#fff}.broadcast-viewer-removal-secondary{background:#e5e7eb;color:#111827}.broadcast-viewer-removal-primary:disabled,.broadcast-viewer-removal-secondary:disabled{cursor:not-allowed;opacity:.58}.broadcast-evidence-modal .profile-modal-header h2{font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.broadcast-evidence-modal .profile-modal-close{background:transparent;color:#b8b8b8;font-size:1.9rem}.broadcast-evidence-modal-form{display:grid;gap:18px;margin-top:18px}.broadcast-evidence-modal-copy{margin:0;color:#4b4b4b;font-size:.98rem;font-weight:500}.broadcast-evidence-editor{position:relative;min-height:270px}.broadcast-evidence-editor .ql-toolbar.ql-snow,.broadcast-evidence-editor .ql-container.ql-snow{border-color:#e5e7eb}.broadcast-evidence-editor .ql-toolbar.ql-snow{position:relative;overflow:visible;border-radius:14px 14px 0 0}.broadcast-evidence-editor .ql-container.ql-snow{border-radius:0 0 14px 14px;min-height:174px;overflow:visible}.broadcast-evidence-editor .ql-editor{min-height:174px;color:#111;font-size:.95rem;line-height:1.55}.broadcast-evidence-editor .ql-snow .ql-tooltip{left:auto!important;right:12px;z-index:5;max-width:min(360px,calc(100vw - 96px));white-space:normal}.broadcast-evidence-editor .ql-snow .ql-tooltip input[type=text]{width:min(220px,calc(100vw - 220px));max-width:100%}.broadcast-evidence-file-dropzone{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px dashed #e3e7eb;border-radius:12px;color:#5a5a5a;font-size:.98rem;font-weight:500;cursor:pointer}.broadcast-evidence-file-dropzone input{display:none}.broadcast-evidence-file-list{display:flex;flex-wrap:wrap;gap:8px}.broadcast-evidence-file-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:.8rem;font-weight:600}.broadcast-evidence-supported{margin:-4px 0 0;color:#5a5a5a;font-size:.86rem;font-weight:500}.broadcast-evidence-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.broadcast-evidence-modal-secondary,.broadcast-evidence-modal-primary{min-width:116px;min-height:46px;padding:0 18px;border-radius:12px;font:inherit;font-size:.98rem;font-weight:700;cursor:pointer}.broadcast-evidence-modal-secondary{border:1px solid #cfcfcf;background:#fff;color:#333}.broadcast-evidence-modal-primary{border:0;background:#2f2f2f;color:#fff}.broadcast-evidence-modal-primary:disabled,.broadcast-evidence-modal-secondary:disabled{cursor:not-allowed;opacity:.6}@media (max-width: 1200px){.broadcast-live-frame,.broadcast-live-header-band{grid-template-columns:1fr}.broadcast-live-header-main-shell{min-height:auto}.broadcast-live-right-rail,.broadcast-live-ad-rail{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.broadcast-room-summary-card{max-width:420px}}@media (max-width: 1100px){.broadcast-live-leaderboard-ad{display:none}}@media (min-width: 640px){.broadcast-live-page-container{width:min(1280px,calc(100% - 32px))}}@media (min-width: 1280px){.broadcast-live-ad-rail{grid-template-columns:1fr}}@media (max-width: 900px){.broadcast-live-content{flex-basis:100%;grid-template-columns:1fr}.broadcast-live-sidebar-body{min-height:420px}.broadcast-live-sidebar-empty{min-height:320px}}@media (max-width: 720px){.broadcast-room-header-row{align-items:stretch;flex-direction:column}.broadcast-room-header-actions{width:100%;justify-content:space-between}.broadcast-room-floating-menu{top:0;transform:none;width:auto;right:0}.broadcast-room-breadcrumbs{font-size:.82rem}.broadcast-room-summary-head{align-items:flex-start;flex-wrap:wrap}.broadcast-room-summary-head-actions{width:100%;justify-content:flex-end}.broadcast-room-summary-grid{gap:8px}.broadcast-room-summary-metric{padding-left:6px;padding-right:6px}.broadcast-room-summary-metric span{font-size:.67rem}.broadcast-live-tabs{gap:16px;padding-left:14px;padding-right:14px}.broadcast-live-sidebar-body{min-height:360px}.broadcast-live-chat-list,.broadcast-live-viewer-list,.broadcast-live-evidence-panel .view-broadcast-evidence-list{padding-left:14px;padding-right:14px}.broadcast-stage-grid{grid-template-columns:1fr}.broadcast-viewer-score-grid{grid-template-columns:1fr;gap:18px}.broadcast-stage-panel{height:320px}.broadcast-stage-waiting-badge{width:148px;height:148px}.broadcast-controls-row{flex-direction:column;align-items:stretch}.broadcast-footer-evidence-button{justify-content:center}.broadcast-controls-group{justify-content:center;flex-wrap:wrap}.broadcast-capture-tooltip{left:50%;right:auto;width:min(280px,calc(100vw - 32px));transform:translate(-50%)}.broadcast-capture-tooltip:after{left:50%;right:auto;transform:translate(-50%) rotate(45deg)}.broadcast-controls-group-viewer{margin-left:0}.broadcast-viewer-score-section{padding:16px 14px}.broadcast-leave-button{min-width:96px}.broadcast-evidence-modal{padding:22px 18px}.broadcast-evidence-modal-actions{flex-direction:column-reverse}.broadcast-evidence-modal-secondary,.broadcast-evidence-modal-primary{width:100%}}.onboarding-page{min-height:calc(100vh - 78px);background:radial-gradient(circle at top,rgba(18,19,26,.05),transparent 36%),linear-gradient(180deg,#f5f5f5,#fbfbfb 24%,#fff)}.onboarding-section{padding:28px 0 48px}.onboarding-container{width:min(960px,calc(100% - 32px))}.onboarding-card{display:grid;gap:28px;padding:28px;border:1px solid #e5e7eb;border-radius:28px;background:#fffffff0;box-shadow:0 24px 60px #12131a14}.onboarding-loading-card{justify-items:start}.onboarding-loading-card strong{font-size:1.1rem}.onboarding-loading-card p{margin:8px 0 0;max-width:560px;color:#5f6773;line-height:1.6}.onboarding-card-header{display:grid;gap:18px}.onboarding-back-button{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:0;border:0;background:transparent;color:#4b5563;font:inherit;font-weight:600;cursor:pointer}.onboarding-back-button svg{width:18px;height:18px}.onboarding-copy{display:grid;gap:10px}.onboarding-kicker{margin:0;color:#6b7280;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.onboarding-copy h1{margin:0;letter-spacing:-.04em;font-size:clamp(2rem,4vw,2.8rem);line-height:.98}.onboarding-copy p{margin:0;max-width:660px;color:#5f6773;line-height:1.7}.onboarding-card-body{display:grid;gap:24px}.onboarding-form{display:grid;gap:22px}.onboarding-form-grid{display:grid;gap:18px}.onboarding-form-grid-basic{grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-note{margin:0;color:#5f6773;font-size:.92rem;line-height:1.6}.onboarding-note strong{color:#111827}.onboarding-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.onboarding-actions-split{justify-content:space-between}.onboarding-stepper{display:flex;align-items:center;gap:12px;overflow-x:auto;padding-bottom:4px}.onboarding-stepper-item{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 14px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#4b5563;font:inherit;font-size:.88rem;font-weight:600;white-space:nowrap;cursor:pointer}.onboarding-stepper-item-active,.onboarding-stepper-item-complete{border-color:#111827;color:#111827}.onboarding-stepper-dot{width:9px;height:9px;border-radius:999px;background:#d1d5db}.onboarding-stepper-item-active .onboarding-stepper-dot,.onboarding-stepper-item-complete .onboarding-stepper-dot{background:#111827}.onboarding-stepper-divider{width:28px;height:1px;background:#d1d5db;flex:0 0 auto}.onboarding-tab-list{display:flex;flex-wrap:wrap;gap:10px}.onboarding-tab-button{min-height:42px;padding:0 16px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#4b5563;font:inherit;font-weight:600;cursor:pointer}.onboarding-tab-button-active{border-color:#111827;background:#111827;color:#fff}.onboarding-interest-step{border:1px solid #eceff3;border-radius:22px;background:#fff;padding:10px 12px 12px}.onboarding-interest-step .profile-interest-picker-scroll{padding-inline:0}.onboarding-interest-step .profile-interest-picker-search:focus-within{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.onboarding-interest-step .profile-interest-search-icon{color:#6b7280}.onboarding-interest-step .profile-interest-selection-reset{color:#111827}.onboarding-interest-step .profile-interest-chip-selectable-active{border-color:#111827;background:#11182714;color:#111827}@media (max-width: 760px){.onboarding-section{padding:16px 0 28px}.onboarding-card{padding:20px;border-radius:22px}.onboarding-form-grid-basic{grid-template-columns:1fr}.onboarding-actions,.onboarding-actions-split{flex-direction:column;align-items:stretch}.onboarding-actions .button{width:100%}}.profile-page{min-height:calc(100vh - 78px);background:#fff}.profile-hero{padding:24px 0 0;background:#fff;color:#202124}.profile-hero-stack,.profile-identity-card,.profile-public-view-actions,.profile-header-row,.profile-header-actions,.profile-score-row,.profile-topic-row,.profile-inline-group,.profile-website-row,.profile-meta-inline,.profile-panel-heading,.profile-link-list,.profile-social-link,.profile-tab-bar,.profile-network-switch,.profile-network-card{display:flex}.profile-main-column,.profile-detail-stack,.profile-broadcast-grid,.profile-tag-list,.profile-bio-grid,.profile-social-grid{display:grid}.profile-hero-stack{flex-direction:column;gap:18px}.profile-cover-card{position:relative;height:160px;min-height:160px;border-radius:14px;overflow:hidden;z-index:0;background:linear-gradient(180deg,#0b101514,#0b10151f),linear-gradient(135deg,#e7d1b6,#efdfc4 34%,#8f5d40)}.profile-identity-card{position:relative;z-index:2;align-items:flex-start;gap:24px;padding:0 0 12px;margin-top:-50px}.profile-cover-image,.profile-cover-fallback{width:100%;height:100%;min-height:inherit}.profile-cover-image{object-fit:cover}.profile-cover-fallback{background:linear-gradient(180deg,#0b101514,#0b10151f),linear-gradient(135deg,#e7d1b6,#efdfc4 34%,#8f5d40)}.profile-avatar-shell{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:112px;height:112px;flex-shrink:0;border-radius:999px;border:5px solid #fff;background:linear-gradient(135deg,#d6e4dd,#8ca89a);overflow:hidden;box-shadow:0 8px 24px #121f181f}.profile-avatar-image,.profile-avatar-fallback{width:100%;height:100%}.profile-avatar-image{object-fit:cover}.profile-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:2.4rem;font-weight:800}.profile-identity-copy{flex:1;min-width:0;padding-top:30px}.profile-eyebrow,.profile-section-kicker{margin:0 0 6px;color:#7b7f86;letter-spacing:.04em;font-size:.72rem;font-weight:600}.profile-identity-copy h1,.profile-panel h2,.profile-broadcast-card h3,.profile-copy-block h3{margin:0;letter-spacing:-.04em}.profile-identity-copy h1{font-size:clamp(1.65rem,2.6vw,2rem);line-height:1.08}.profile-public-view-actions,.profile-header-row{align-items:flex-start;justify-content:space-between;gap:24px}.profile-public-view-actions,.profile-header-actions{align-items:center;gap:10px}.profile-public-view-actions{flex-shrink:0}.profile-header-actions-shell{position:relative;display:grid;justify-items:end;gap:8px}.profile-header-actions{margin-top:10px;padding-right:4px}.profile-handle{margin:6px 0 0;color:#474b52;font-size:1rem;font-weight:600}.profile-public-view-link,.profile-edit-button,.profile-follow-button{min-height:44px;border-radius:14px;flex-shrink:0}.profile-public-view-link,.profile-edit-button{border:0;background:transparent;color:#1f5faa;font:inherit;cursor:pointer}.profile-public-view-link{padding:0;font-size:.95rem;font-weight:700}.profile-public-view-link:disabled{color:#9aa0a8}.profile-edit-button{display:inline-flex;align-items:center;justify-content:center;width:44px;padding:0}.profile-edit-icon{width:20px;height:20px}.profile-follow-button{padding-inline:20px}.profile-follow-button:disabled{opacity:1}.profile-more-button{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0;border:0;background:transparent;color:#444b55;font:inherit;font-size:0;letter-spacing:normal;border-radius:999px;cursor:pointer}.profile-more-button svg{width:18px;height:18px}.profile-more-button:hover,.profile-more-button:focus-visible{background:#f3f4f6;outline:none}.profile-more-button:disabled{cursor:not-allowed;opacity:.56}.profile-action-feedback{margin:0;max-width:240px;font-size:.82rem;line-height:1.5;text-align:right}.profile-action-feedback-success{color:#256f3f}.profile-action-feedback-error{color:#b42318}.profile-action-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;gap:4px;min-width:180px;padding:8px;border:1px solid #d8dde3;border-radius:14px;background:#fff;box-shadow:0 20px 44px #0f172a29}.profile-action-menu-item{width:100%;min-height:40px;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#1f242a;cursor:pointer;font:inherit;font-size:.92rem;font-weight:600;text-align:left}.profile-action-menu-item:hover,.profile-action-menu-item:focus-visible{background:#f5f7fa;outline:none}.profile-action-menu-item-danger{color:#b42318}.profile-score-row{flex-wrap:wrap;gap:8px;margin-top:12px}.profile-score-chip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 10px;border-radius:999px;background:var(--profile-score-bg, rgba(109, 174, 98, .2));color:var(--profile-score-color, #6da266);font-size:.82rem;font-weight:500}.profile-score-chip strong{color:inherit;font-size:.82rem;font-weight:500}.profile-score-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0;background-image:var(--profile-score-icon);background-position:center;background-repeat:no-repeat;background-size:contain}.profile-summary-line,.profile-copy-block p,.profile-copy-block a,.profile-empty-copy,.profile-broadcast-meta,.profile-broadcast-participants,.profile-social-link strong,.profile-network-card span,.profile-network-card p{line-height:1.65}.profile-summary-line{margin:10px 0 0;color:#444b55;font-size:.92rem}.profile-inline-group{align-items:center;gap:8px;flex-wrap:wrap}.profile-inline-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#f1f3f5;color:#5d6470;font-size:.8rem;font-weight:700}.profile-website-row{flex-wrap:wrap;gap:8px 16px;margin-top:10px}.profile-website-row a{display:inline-flex;align-items:center;gap:6px;width:min(100%,360px);color:#4f5863;text-decoration:none;overflow:hidden}.profile-website-row a svg{width:15px;height:15px;flex-shrink:0}.profile-website-row a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-website-row a:hover{text-decoration:underline}.profile-topic-row{flex-wrap:wrap;gap:8px;margin-top:10px}.profile-topic-chip,.profile-tag{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid #ececec;border-radius:999px;background:#f3f4f6;color:#555d68;font:inherit;font-size:.75rem}.profile-topic-chip{cursor:pointer}.profile-interest-launch-button{cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.profile-interest-launch-button:hover{transform:translateY(-1px);border-color:#1f5faa3d;background:#e9f1fb;color:#1f5faa}.profile-interest-launch-button:focus-visible{outline:2px solid rgba(31,95,170,.24);outline-offset:2px}.profile-meta-inline{flex-wrap:wrap;gap:10px 18px;margin:0 0 0 136px}.profile-meta-inline span,.profile-broadcast-stats dt{color:#767d86;font-size:.82rem}.profile-content{padding:8px 0 56px}.profile-main-column{gap:18px}.profile-panel{padding:0;background:transparent}.profile-panel-heading{align-items:center;justify-content:space-between;gap:16px}.profile-panel h2{font-size:1.8rem}.profile-tab-bar{gap:0;border-bottom:1px solid #ececec}.profile-tab-button{flex:1;min-height:48px;padding:0 16px;border:0;border-bottom:2px solid transparent;background:transparent;color:#666d76;font:inherit;font-size:.9rem;font-weight:500;cursor:pointer}.profile-tab-button-active{color:#22272d;border-bottom-color:#22272d;font-weight:700}.profile-detail-stack{gap:16px;margin-top:16px}.profile-bio-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.profile-subpanel{padding:20px;border-radius:14px;background:#fff;box-shadow:0 1px 1px #1018280a,0 8px 30px #0f172a0a}.profile-subpanel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-subpanel-action{padding:0;border:0;background:transparent;color:#1f5faa;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.profile-subpanel-action:hover,.profile-subpanel-action:focus-visible{text-decoration:underline}.profile-copy-block h3{margin-bottom:12px;font-size:.95rem;font-weight:600}.profile-subpanel-header h3{margin:0}.profile-copy-block p,.profile-copy-block a,.profile-empty-copy,.profile-broadcast-meta,.profile-broadcast-participants,.profile-social-link strong,.profile-network-card span,.profile-network-card p{color:#626a75}.profile-rich-copy{padding-top:14px;margin-top:14px;border-top:1px solid #eceff2;color:#626a75;font-size:.95rem;line-height:1.75;overflow-wrap:break-word}.profile-rich-copy p{margin:0 0 1rem}.profile-rich-copy p:last-child{margin-bottom:0}.profile-rich-copy a{color:#1f5faa;text-decoration:underline}.profile-rich-copy blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid #d8dde3;color:#434b57}.profile-rich-copy ul,.profile-rich-copy ol{padding-left:1.25rem}.profile-rich-copy li+li{margin-top:.35rem}.profile-rich-copy h1,.profile-rich-copy h2,.profile-rich-copy h3,.profile-rich-copy h4{margin:1rem 0 .5rem;color:#24292f}.profile-rich-copy .ql-align-center{text-align:center}.profile-rich-copy .ql-align-right{text-align:right}.profile-rich-copy .ql-align-justify{text-align:justify}.profile-rich-copy .ql-indent-1{padding-left:1.5rem}.profile-rich-copy .ql-indent-2{padding-left:3rem}.profile-rich-copy .ql-indent-3{padding-left:4.5rem}.profile-rich-copy .ql-indent-4{padding-left:6rem}.profile-rich-copy .ql-indent-5{padding-left:7.5rem}.profile-rich-copy .ql-indent-6{padding-left:9rem}.profile-rich-copy .ql-indent-7{padding-left:10.5rem}.profile-rich-copy .ql-indent-8{padding-left:12rem}.profile-rich-copy .ql-indent-9{padding-left:13.5rem}.profile-video-frame{overflow:hidden;border-radius:14px;background:#f4f4f4;aspect-ratio:16 / 9}.profile-video-frame iframe{width:100%;height:100%;border:0}.profile-empty-action{display:grid;gap:12px}.profile-empty-action-button{justify-self:flex-start}.profile-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.profile-social-link{align-items:center;gap:10px;min-height:46px;padding:8px 10px;border-radius:10px;background:#f8fafc;color:#24292f;text-decoration:none;transition:transform .12s ease}.profile-social-link:hover{transform:scale(1.02)}.profile-social-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#f1f3f5;color:#2e3640;font-size:.7rem;font-weight:700;flex-shrink:0}.profile-social-badge svg{width:16px;height:16px;display:block}.profile-social-badge-image{width:100%;height:100%;object-fit:cover;display:block}.profile-social-badge-linkedin{background:#e8f1fc;color:#0a66c2}.profile-social-badge-instagram{background:#fdf0f6;color:#e1306c}.profile-social-badge-facebook{background:#edf3ff;color:#1877f2}.profile-social-badge-youtube{background:#fff1f0;color:red}.profile-social-badge-x{background:#eef0f3;color:#111827}.profile-social-badge-tiktok{background:#eefcfb;color:#00b5b5}.profile-social-badge-pinterest{background:#fff0f1;color:#bd081c}.profile-social-link strong{color:#24292f;font-size:.78rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-link-list{flex-wrap:wrap;gap:10px;margin-top:12px}.profile-link-list a{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#f7f7f7;border:1px solid #ececec;color:#414955;text-decoration:none}.profile-link-list a:hover{text-decoration:underline}.profile-interest-grid{grid-template-columns:repeat(auto-fit,minmax(150px,max-content));gap:10px;margin-top:18px}.profile-interest-actions,.profile-interest-visibility-tabs,.profile-interest-browser-header,.profile-interest-edit-toolbar,.profile-interest-edit-group-header,.profile-interest-edit-subgroup-header,.profile-interest-selection-list,.profile-interest-empty-state,.profile-interest-error-card,.profile-interest-checkbox{display:flex}.profile-interest-actions{align-items:center;gap:10px}.profile-interest-add-button{min-height:38px;padding:0 16px}.profile-interest-icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#1f5faa;cursor:pointer}.profile-interest-action-icon{width:18px;height:18px}.profile-interest-visibility-tabs{gap:10px;margin-top:20px}.profile-interest-visibility-tab{min-height:40px;padding:0 16px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#4b5563;font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.profile-interest-visibility-tab-active{border-color:#1f242a;background:#1f242a;color:#fff}.profile-interest-section-label{margin-top:22px;color:#434b57;font-size:.95rem;font-weight:600}.profile-interest-empty-state,.profile-interest-error-card{flex-direction:column;align-items:flex-start;gap:14px;margin-top:22px;padding:20px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f7}.profile-broadcast-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:18px}.profile-broadcast-card{display:flex;flex-direction:column;gap:14px;padding:0 0 10px;border:0;border-radius:0;background:transparent}.profile-broadcast-thumb{overflow:hidden;border-radius:12px;aspect-ratio:16 / 9;background:#f1f1f1}.profile-broadcast-thumb-image,.profile-broadcast-thumb-fallback{display:block;width:100%;height:100%}.profile-broadcast-thumb-image{object-fit:cover}.profile-broadcast-thumb-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#121212,#4b4b4b);color:#fff;font-size:2rem;font-weight:700}.profile-broadcast-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-broadcast-card h3{font-size:1.05rem}.profile-broadcast-meta,.profile-broadcast-participants{margin:0}.profile-broadcast-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.profile-broadcast-stats div{padding:12px;border-radius:14px;background:#f7f8f8}.profile-broadcast-stats dd{display:block;margin:6px 0 0;font-size:1.35rem;font-weight:700;color:#22272d}.profile-network-switch{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.profile-network-tab{min-height:38px;padding:0 14px;border:1px solid #e6e8ea;border-radius:999px;background:#fff;color:#434b57;font:inherit;font-weight:600;cursor:pointer}.profile-network-tab-active{background:#1f242a;color:#fff;border-color:#1f242a}.profile-network-card{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:18px;border-radius:16px;background:#fff;box-shadow:0 1px 1px #1018280a,0 8px 30px #0f172a0a}.profile-network-card strong{display:block;margin:6px 0 0;color:#22272d;font-size:1.7rem}.profile-network-card p{margin:8px 0 0}.profile-network-toolbar{display:grid;grid-template-columns:minmax(0,auto) minmax(260px,420px);gap:18px;align-items:center;margin-bottom:18px}.profile-network-summary{display:flex;flex-direction:column;gap:4px}.profile-network-summary strong{font-size:1.7rem;color:#22272d}.profile-network-summary span{color:#626a75}.profile-network-search{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;border:1px solid #e6e8ea;border-radius:14px;background:#fff;color:#7a8290}.profile-network-search svg{width:18px;height:18px;flex-shrink:0}.profile-network-search input{width:100%;border:0;padding:0;background:transparent;color:#22272d;font:inherit}.profile-network-search input:focus{outline:none}.profile-network-search input::placeholder{color:#8a92a0}.profile-network-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.profile-settings-layout{display:grid;gap:16px;margin-top:16px}.profile-settings-list{display:grid;gap:12px}.profile-settings-item{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:18px 20px;border:1px solid #e6e8ea;border-radius:16px;background:#fff;color:#22272d;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.profile-settings-item:hover,.profile-settings-item:focus-visible,.profile-settings-item-active{border-color:#c6d4e8;box-shadow:0 10px 28px #0f172a14;transform:translateY(-1px)}.profile-settings-item-danger strong,.profile-settings-item-danger .profile-settings-item-arrow{color:#b42318}.profile-settings-item-copy{display:grid;gap:4px}.profile-settings-item-copy strong{font-size:.96rem}.profile-settings-item-copy span{color:#626a75;font-size:.92rem}.profile-settings-item-arrow{color:#8a92a0;font-size:1rem;font-weight:700}.profile-settings-detail-card{padding:20px;border-radius:16px;background:#fff;box-shadow:0 1px 1px #1018280a,0 8px 30px #0f172a0a}.profile-settings-form{display:grid;gap:16px}.profile-settings-feedback{padding:12px 14px;border-radius:14px;font-size:.92rem}.profile-settings-feedback-error{background:#b4231814;color:#b42318}.profile-settings-feedback-success{background:#12b76a1a;color:#027a48}.profile-settings-actions{display:flex;align-items:center;gap:12px}.profile-settings-danger-button{border-color:#b42318;background:#b42318}.profile-settings-user-list{display:grid;gap:12px}.profile-settings-user-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid #eceff2}.profile-settings-user-card:first-child{padding-top:0;border-top:0}.profile-settings-user-button{display:flex;align-items:center;gap:14px;flex:1;min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.profile-settings-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#eff4fb,#dbe8f7);color:#1f5faa;font-weight:700;overflow:hidden}.profile-settings-user-avatar img{width:100%;height:100%;object-fit:cover}.profile-settings-user-copy{display:grid;gap:4px;min-width:0}.profile-settings-user-copy strong,.profile-settings-user-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-settings-user-copy span{color:#626a75}.profile-settings-inline-button{flex-shrink:0}.profile-network-list-card{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:88px;padding:14px;border:0;border-radius:18px;background:#fff;box-shadow:0 1px 1px #1018280a,0 8px 30px #0f172a0a;color:inherit;text-align:left;cursor:pointer}.profile-network-list-card:focus-visible{outline:2px solid #111827;outline-offset:2px}.profile-network-user{display:flex;align-items:center;gap:12px;min-width:0}.profile-network-avatar-shell{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#20242b,#4f5b6c);color:#fff}.profile-network-avatar-image,.profile-network-avatar-fallback{width:100%;height:100%}.profile-network-avatar-image{object-fit:cover}.profile-network-avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.profile-network-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-network-copy strong,.profile-network-copy p,.profile-network-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-network-copy strong{color:#22272d;font-size:.96rem}.profile-network-copy p,.profile-network-copy span{margin:0;color:#626a75;font-size:.82rem}.profile-network-copy b{color:#22272d}.profile-network-action{min-width:104px;justify-content:center}.profile-loading-card,.profile-error-card{max-width:520px;padding:24px;border-radius:20px;border:1px solid #e8ebea;background:#fff;box-shadow:var(--shadow)}.profile-loading-card strong,.profile-error-card strong{display:block;font-size:1.2rem;color:#22272d}.profile-loading-card p,.profile-error-card p{margin:10px 0 0;color:#626a75}.profile-error-card .button{margin-top:16px}.profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#12131a8f}.profile-modal-card{width:min(640px,100%);max-height:min(88vh,760px);overflow:auto;padding:24px;border-radius:24px;background:#fff;box-shadow:0 24px 64px #0f172a38}.profile-modal-header,.profile-modal-grid,.profile-modal-actions{display:flex}.profile-modal-header{align-items:flex-start;justify-content:space-between;gap:16px}.profile-modal-header h2{margin:0;font-size:1.7rem;letter-spacing:-.04em}.profile-modal-close{width:40px;height:40px;border:0;border-radius:999px;background:#f3f4f6;color:#24292f;font:inherit;font-size:1.5rem;cursor:pointer}.profile-modal-form{display:grid;gap:16px;margin-top:20px}.profile-report-modal{width:min(560px,100%)}.profile-report-reason-list{display:grid;gap:10px;margin:0;padding:0;border:0}.profile-report-reason-option{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #d8dde3;border-radius:14px;background:#fff;color:#1f242a;cursor:pointer;line-height:1.5}.profile-report-reason-option input{margin-top:2px;flex-shrink:0;accent-color:#1f5faa}.profile-report-reason-option-active{border-color:#1f5faa;background:#eff4fb}.profile-image-upload-grid{display:grid;gap:18px;margin-bottom:4px}.profile-image-upload-field{display:grid;gap:10px}.profile-image-upload-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.profile-image-upload-header span{color:#434b57;font-size:.9rem;font-weight:600}.profile-image-upload-header small{color:#7a8491;font-size:.78rem}.profile-image-upload-preview{position:relative;overflow:hidden;border:1px dashed #cdd5df;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.profile-image-upload-preview-avatar{width:132px;height:132px;border-radius:999px}.profile-image-upload-preview-cover{min-height:140px;border-radius:18px}.profile-image-upload-image{display:block;width:100%;height:100%;object-fit:cover}.profile-image-upload-image-avatar{border-radius:999px}.profile-image-upload-image-cover{border-radius:18px}.profile-image-upload-empty{display:grid;place-items:center;gap:6px;width:100%;height:100%;min-height:132px;border:0;background:transparent;color:#1f5faa;cursor:pointer;font:inherit}.profile-image-upload-empty span{font-size:2rem;line-height:1;font-weight:300}.profile-image-upload-empty strong{font-size:.92rem}.profile-image-upload-actions{position:absolute;right:12px;bottom:12px;display:flex;gap:8px}.profile-image-upload-actions button{border:0;border-radius:999px;background:#fffffff2;color:#1f242a;cursor:pointer;font:inherit;font-size:.82rem;font-weight:600;padding:8px 12px;box-shadow:0 10px 24px #0f172a1f}.profile-image-upload-actions button:last-child{color:#b42318}.profile-image-upload-input,.profile-crop-preview-canvas{display:none}.profile-crop-modal-card{width:min(880px,100%)}.profile-crop-modal-body{display:grid;place-items:center;margin-top:18px;margin-bottom:18px;overflow:auto}.profile-crop-source-image{display:block;max-width:min(100%,760px);max-height:62vh}.profile-modal-grid{gap:16px}.profile-modal-grid>*{flex:1}.profile-modal-field{display:grid;gap:8px}.profile-modal-field>span{color:#434b57;font-size:.9rem;font-weight:600}.profile-modal-field>input{width:100%;min-height:48px;padding:0 14px;border:1px solid #d8dde3;border-radius:14px;background:#fff;color:#1f242a;font:inherit}.profile-modal-field>select{width:100%;min-height:48px;padding:0 42px 0 14px;border:1px solid #d8dde3;border-radius:14px;background:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%),#fff;background-position:calc(100% - 20px) calc(50% - 1px),calc(100% - 14px) calc(50% - 1px),0 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,100% 100%;color:#1f242a;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile-modal-field>textarea{width:100%;min-height:120px;padding:12px 14px;border:1px solid #d8dde3;border-radius:14px;background:#fff;color:#1f242a;font:inherit;resize:vertical}.profile-modal-field>input:focus{outline:2px solid rgba(31,95,170,.18);border-color:#1f5faa}.profile-modal-field>select:focus{outline:2px solid rgba(31,95,170,.18);border-color:#1f5faa}.profile-modal-field>textarea:focus{outline:2px solid rgba(31,95,170,.18);border-color:#1f5faa}.profile-education-field,.profile-education-results{border:1px solid #d8dde3;border-radius:14px;background:#fff}.profile-education-field{display:grid;gap:10px;padding:12px 14px}.profile-education-field:focus-within{outline:2px solid rgba(31,95,170,.18);border-color:#1f5faa}.profile-education-field-disabled{opacity:.72}.profile-education-chip-list,.profile-education-support,.profile-education-option{display:flex;align-items:center}.profile-education-chip-list,.profile-education-results{gap:8px}.profile-education-chip-list{flex-wrap:wrap}.profile-education-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:7px 12px;border-radius:999px;background:#eff4fb;color:#1f5faa;font-size:.88rem;font-weight:600}.profile-education-chip-remove,.profile-education-trigger{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.profile-education-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border-radius:999px;font-size:1rem;line-height:1}.profile-education-input{flex:1 1 180px;min-width:180px;padding:6px 0;border:0;background:transparent;color:#1f242a;font:inherit}.profile-education-input:focus{outline:none}.profile-education-input::placeholder{color:#8b95a4}.profile-education-support{justify-content:space-between;gap:12px;flex-wrap:wrap;color:#667085;font-size:.84rem;line-height:1.5}.profile-education-trigger{color:#1f5faa;font-weight:600}.profile-education-status,.profile-education-option span,.profile-education-option-empty{color:#667085;font-size:.88rem}.profile-education-status{margin:0}.profile-education-results{display:grid;margin-top:2px;padding:10px;max-height:240px;overflow-y:auto;background:#f8fafc}.profile-education-option{justify-content:space-between;gap:16px;width:100%;padding:11px 12px;border:0;border-radius:12px;background:#fff;color:#1f242a;text-align:left;cursor:pointer}.profile-education-option:hover,.profile-education-option:focus-visible{background:#eff4fb}.profile-education-option strong{font-size:.95rem}.profile-education-option-add strong{color:#1f5faa}.profile-education-option-empty{margin:0;padding:6px 2px}.profile-modal-field-textarea-large{min-height:180px}.profile-modal-rich-editor .ql-toolbar.ql-snow,.profile-modal-rich-editor .ql-container.ql-snow{border-color:#d8dde3}.profile-modal-rich-editor .ql-toolbar.ql-snow{border-radius:14px 14px 0 0;background:#fff}.profile-modal-rich-editor .ql-container.ql-snow{border-radius:0 0 14px 14px;background:#fff}.profile-modal-rich-editor .ql-editor{min-height:180px;max-height:320px;color:#1f242a;font-family:inherit;font-size:.95rem;line-height:1.65;overflow-y:auto}.profile-modal-rich-editor .ql-editor.ql-blank:before{color:#8b95a4;font-style:normal}.profile-modal-field:focus-within .profile-modal-rich-editor .ql-toolbar.ql-snow,.profile-modal-field:focus-within .profile-modal-rich-editor .ql-container.ql-snow{border-color:#1f5faa}.profile-modal-feedback{margin:0;color:#b42318;font-size:.92rem}.profile-modal-description{margin:0;color:#4b5563;font-size:.92rem;line-height:1.5}.profile-modal-actions{justify-content:flex-end;gap:12px;margin-top:8px}.profile-modal-card-compact{width:min(560px,100%)}.profile-modal-card-tall{width:min(680px,100%)}.profile-interest-picker-modal{display:flex;flex-direction:column;width:min(95vw,1280px);max-width:95vw;height:min(90vh,860px);max-height:90vh;padding:8px 10px 12px;overflow:hidden}.profile-interest-picker-modal .profile-modal-header{flex-shrink:0;align-items:center;padding:2px 8px 0}.profile-interest-picker-modal .profile-modal-header h2{font-size:1.125rem;font-weight:600;letter-spacing:0}.profile-interest-picker-modal .profile-modal-close{width:28px;height:28px;border-radius:999px;background:transparent;color:#8a9099;font-size:1.2rem}.profile-start-broadcast-modal{width:min(560px,100%)}.profile-start-broadcast-grid{display:grid;gap:12px}.profile-start-broadcast-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#eef4fb)}.profile-start-broadcast-row span{color:#5c6570;font-size:.82rem;font-weight:600}.profile-start-broadcast-row strong{min-width:0;max-width:64%;padding:10px 14px;border:1px solid #dde5ee;border-radius:14px;background:#fff;color:#19212a;font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-interest-edit-modal{width:min(920px,100%)}.profile-interest-picker-form{display:flex;flex-direction:column;flex:1;min-height:0;margin-top:10px;overflow:hidden}.profile-interest-picker-scroll{display:flex;flex-direction:column;flex:1;min-height:0;padding:0 6px 0 8px;overflow-y:auto}.profile-interest-picker-scroll-private{gap:24px;padding-top:10px}.profile-interest-picker-scroll,.profile-interest-browse-list,.profile-interest-topic-list,.profile-interest-search-grid,.profile-interest-edit-list{scrollbar-width:thin;scrollbar-color:#cfd5dd transparent}.profile-interest-picker-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-top:12px}.profile-interest-picker-heading-copy{width:min(100%,360px)}.profile-interest-picker-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-interest-picker-title-row h3{margin:0;color:#3f4752;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:500}.profile-interest-picker-help{display:inline-flex;align-items:center;gap:8px;color:#262627;font-size:.68rem;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.profile-interest-picker-help-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px}.profile-interest-inline-icon{width:14px;height:14px;display:block}.profile-interest-inline-icon-arrow{width:18px;height:18px}.profile-interest-picker-notice{margin:10px 0 0;color:#b42318;font-size:.78rem;line-height:1.55}.profile-interest-picker-notice strong{font-size:.82rem}.profile-interest-picker-notice span{font-style:italic;font-weight:500}.profile-interest-picker-search-column{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1;min-width:0}.profile-interest-picker-search-label{display:inline-flex;align-items:center;gap:8px;color:#565d68;font-size:.85rem;white-space:nowrap}.profile-interest-picker-search{display:flex;align-items:center;gap:10px;width:min(100%,560px);min-height:51px;padding:0 18px;border:1px solid #d9dee5;border-radius:999px;background:#fff}.profile-interest-picker-search:focus-within{border-color:#5b7cff;box-shadow:0 0 0 3px #5b7cff1f}.profile-interest-search-icon{width:18px;height:18px;color:#9b63d9;flex-shrink:0}.profile-interest-picker-search input{width:100%;min-width:0;padding:0;border:0;background:transparent;color:#1f242a;font:inherit;font-size:1rem}.profile-interest-picker-search input:focus{outline:none}.profile-interest-picker-search input::placeholder{color:#98a1ae}.profile-interest-picker-did-you-mean{display:flex;align-items:center;gap:12px;margin:18px 0 0 auto;width:min(100%,640px)}.profile-interest-picker-did-you-mean>span{color:#515864;font-size:.82rem;white-space:nowrap}.profile-interest-picker-did-you-mean-list{display:flex;gap:8px;flex-wrap:wrap}.profile-interest-picker-did-you-mean-pill{min-height:30px;padding:0 12px;border:1px solid #dce2e8;border-radius:999px;background:#fff;color:#1f242a;font:inherit;font-size:.76rem;font-weight:500;cursor:pointer}.profile-interest-private-hero{display:grid;gap:12px;justify-items:center;padding:18px 12px 0;text-align:center}.profile-interest-private-hero h3{margin:0;color:#1f242a;font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-.03em;line-height:1.05}.profile-interest-private-hero p{max-width:920px;margin:0;color:#4b5563;font-size:1rem;line-height:1.55}.profile-interest-browser-header strong,.profile-interest-edit-toolbar strong,.profile-interest-edit-group-header strong,.profile-interest-edit-subgroup-header strong{color:#1f242a;font-size:1rem}.profile-interest-private-toolbar,.profile-interest-private-category-header,.profile-interest-private-subcategory-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-interest-private-toolbar strong{color:#1f242a;font-size:clamp(1.6rem,2vw,2.2rem);font-weight:500}.profile-interest-private-list,.profile-interest-private-subcategory-list,.profile-interest-private-topic-grid{display:grid;gap:16px}.profile-interest-private-list{padding-bottom:8px}.profile-interest-private-category{display:grid;gap:18px;padding:18px;border:1px solid #eceff3;border-radius:18px;background:#fff;box-shadow:0 1px 1px #10182808}.profile-interest-private-category-header strong,.profile-interest-private-subcategory-header strong{color:#1f242a;font-size:1rem}.profile-interest-private-subcategory{display:grid;gap:14px;padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #eceff3}.profile-interest-private-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-interest-private-topic{justify-content:flex-start;min-height:44px;padding:0 14px;background:#fff}.profile-interest-browser-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;flex:1;min-height:0;margin-top:24px}.profile-interest-browser-grid-search{grid-template-columns:minmax(0,1fr)}.profile-interest-browser-panel{display:flex;flex-direction:column;gap:12px;min-height:0;height:min(50vh,500px);padding:12px;border-radius:14px;background:#fff;border:1px solid #eceff3;box-shadow:0 1px 1px #10182808}.profile-interest-edit-group,.profile-interest-edit-subgroup{display:flex;flex-direction:column;gap:12px;min-height:min(50vh,500px);padding:12px;border-radius:14px;background:#fff;border:1px solid #eceff3;box-shadow:0 1px 1px #10182808}.profile-interest-browser-panel-search{height:min(50vh,520px)}.profile-interest-browser-header,.profile-interest-edit-toolbar,.profile-interest-edit-group-header,.profile-interest-edit-subgroup-header{align-items:center;justify-content:space-between;gap:12px;padding:0 4px}.profile-interest-browser-header span{color:#6b7280;font-size:.82rem;font-weight:600}.profile-interest-browser-empty{padding:12px 6px}.profile-interest-browse-list,.profile-interest-topic-list,.profile-interest-edit-list,.profile-interest-chip-grid{display:grid;gap:12px;min-height:0;overflow-y:auto;padding:4px}.profile-interest-search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;min-height:0;overflow-y:auto;padding:4px}.profile-interest-browse-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:62px;padding:14px 16px;border:1px solid #dfe3ea;border-radius:12px;background:#fff;color:#111827;font:inherit;text-align:left;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.profile-interest-browse-option:hover,.profile-interest-choice:hover{transform:translateY(-1px)}.profile-interest-browse-option-active{border-color:transparent;background:#f5f6f8}.profile-interest-browse-option-main{display:inline-flex;align-items:center;gap:12px;min-width:0}.profile-interest-browse-option-icon,.profile-interest-browse-option-fallback{width:28px;height:28px;flex-shrink:0}.profile-interest-browse-option-fallback{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:.8rem;font-weight:700;text-transform:uppercase}.profile-interest-browse-option-label{overflow:hidden;color:#111827;font-size:.78rem;font-weight:500;line-height:1.35;text-overflow:ellipsis}.profile-interest-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 7px;border:1px solid #101828;border-radius:999px;background:#fff;color:#101828;font-size:.74rem;font-weight:600}.profile-interest-select-all{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-size:.82rem;font-weight:500}.profile-interest-select-all input{margin:0}.profile-interest-choice{display:flex;align-items:center;width:100%;min-height:58px;padding:14px 16px;border:1px solid #dfe3ea;border-radius:12px;background:#fff;color:#111827;font:inherit;text-align:left;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.profile-interest-choice-list{justify-content:flex-start}.profile-interest-choice-tile{justify-content:center;min-height:72px;text-align:center}.profile-interest-choice:disabled,.profile-interest-choice-disabled{cursor:default;opacity:1}.profile-interest-choice-active{border-color:transparent;background:#f5f6f8}.profile-interest-choice strong,.profile-interest-choice span{display:block;width:100%;font-size:.78rem;font-weight:500;line-height:1.35}.profile-interest-selection-bar{position:sticky;bottom:0;display:grid;gap:14px;flex-shrink:0;padding:16px 8px 2px;border-top:1px solid #eceff3;background:linear-gradient(180deg,#ffffffeb,#fff 22%)}.profile-interest-selection-bar-private{grid-template-columns:minmax(0,1fr) auto;align-items:center}.profile-interest-selection-bar-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-interest-selection-bar-title{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.profile-interest-selection-bar-title strong{color:#1f242a;font-size:1.35rem;font-weight:500}.profile-interest-selection-reset{padding:0;border:0;background:transparent;color:#2f80ed;font:inherit;font-size:.88rem;cursor:pointer}.profile-interest-selection-submit{min-width:190px;min-height:44px;border-radius:12px;font-size:.95rem}.profile-interest-selection-preview{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-interest-selection-empty{margin:0;color:#6b7280;font-size:.9rem}.profile-interest-selection-pill,.profile-interest-selection-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #e5e7eb;background:#f3f4f6;color:#4b5563;font:inherit;font-size:.82rem;font-weight:500;cursor:pointer}.profile-interest-selection-more{border-color:#cdd5df;background:#fff}.profile-interest-chip-remove-icon{width:12px;height:12px;flex-shrink:0}.profile-interest-edit-list{max-height:min(54vh,520px);overflow:auto}.profile-interest-checkbox{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-size:.82rem;font-weight:600}.profile-interest-checkbox input,.profile-interest-chip-selectable input{margin:0}.profile-interest-checkbox-disabled{opacity:.55}.profile-interest-chip-selectable{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#374151;font-size:.84rem}.profile-interest-chip-selectable-active{border-color:#1f5faa;background:#1f5faa14;color:#123b6a}@media (max-width: 1080px){.profile-broadcast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.profile-cover-card{height:256px;min-height:256px}.profile-identity-card{flex-direction:row}.profile-avatar-shell{width:192px;height:192px}.profile-identity-copy{padding-top:24px}.profile-meta-inline{margin-left:216px}.profile-header-actions{margin-top:14px}}@media (max-width: 760px){.profile-hero{padding-top:10px}.profile-cover-card{height:120px;min-height:120px;border-radius:14px}.profile-identity-card,.profile-header-row{flex-direction:column;align-items:flex-start}.profile-identity-card{gap:16px;margin-top:-24px}.profile-avatar-shell{width:112px;height:112px;border-width:3px}.profile-identity-copy{padding-top:10px}.profile-tab-button{padding:0 10px;font-size:.88rem}.profile-header-actions{margin-top:0;padding-right:0}.profile-bio-grid,.profile-social-grid,.profile-broadcast-grid,.profile-network-grid,.profile-network-toolbar{grid-template-columns:1fr}.profile-meta-inline{margin-left:0;margin-top:6px}.profile-subpanel{padding:14px}.profile-modal-card{padding:18px;border-radius:18px}.profile-interest-picker-modal{width:min(95vw,95vw);max-width:95vw;height:min(85vh,85vh);padding:8px 6px 10px}.profile-interest-picker-heading,.profile-interest-picker-title-row,.profile-interest-picker-search-column,.profile-interest-picker-did-you-mean,.profile-interest-selection-bar-header{flex-direction:column;align-items:stretch}.profile-interest-selection-bar-private{grid-template-columns:1fr}.profile-interest-picker-heading{gap:18px;margin-top:6px}.profile-interest-picker-heading-copy,.profile-interest-picker-did-you-mean,.profile-interest-picker-search{width:100%}.profile-interest-picker-help{white-space:normal}.profile-interest-picker-search-label{justify-content:flex-start}.profile-interest-selection-bar-title strong{font-size:1.1rem}.profile-interest-selection-submit{width:100%;min-width:0}.profile-interest-browser-grid{grid-template-columns:1fr}.profile-interest-actions,.profile-interest-visibility-tabs,.profile-interest-browser-header,.profile-interest-edit-toolbar,.profile-interest-edit-group-header,.profile-interest-edit-subgroup-header,.profile-interest-private-toolbar,.profile-interest-private-category-header,.profile-interest-private-subcategory-header,.profile-interest-empty-state,.profile-interest-error-card{flex-direction:column;align-items:stretch}.profile-image-upload-header{flex-direction:column;align-items:flex-start}.profile-image-upload-preview-avatar{width:112px;height:112px}.profile-image-upload-actions{right:10px;left:10px;justify-content:space-between}.profile-modal-grid,.profile-modal-actions,.profile-public-view-actions{flex-direction:column;align-items:stretch}.profile-interest-topic-grid,.profile-interest-search-grid,.profile-interest-chip-grid,.profile-interest-private-topic-grid{grid-template-columns:1fr}.profile-start-broadcast-row{flex-direction:column;align-items:stretch}.profile-start-broadcast-row strong{max-width:none}.profile-edit-button{width:100%;justify-content:flex-start;padding:0}.profile-settings-user-card{align-items:flex-start;flex-direction:column}.profile-settings-inline-button,.profile-settings-actions .button{width:100%}}.search-prompt-hint{display:inline-flex;align-items:center;gap:10px;max-width:100%;max-height:48px;color:#56606f;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .2s ease,transform .2s ease,filter .2s ease,max-width .2s ease,max-height .2s ease,gap .2s ease}.search-prompt-hint-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid rgba(245,158,11,.3);border-radius:999px;background:linear-gradient(180deg,#fffdf6,#fff5d7);box-shadow:0 10px 24px #d9770614;color:#7c4b00;font-size:.84rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.search-prompt-hint-track{position:relative;width:52px;height:18px;flex-shrink:0}.search-prompt-hint-track:before{content:"";position:absolute;top:50%;left:0;right:6px;height:2px;border-radius:999px;background:linear-gradient(90deg,#f59e0b26,#f59e0ba6);transform:translateY(-50%)}.search-prompt-hint-dot{position:absolute;top:50%;left:0;width:8px;height:8px;border-radius:999px;background:#f59e0b;box-shadow:0 0 0 4px #f59e0b24;transform:translateY(-50%)}.search-prompt-hint-chevron{position:absolute;top:50%;right:0;width:10px;height:10px;border-top:2px solid #a16207;border-right:2px solid #a16207;opacity:.88;transform:translateY(-50%) rotate(45deg);transform-origin:center}.search-prompt-hint-chevron-trailing{right:10px;opacity:.36}.search-prompt-hint-active .search-prompt-hint-pill{animation:search-prompt-pill-nudge 3.4s ease-in-out infinite}.search-prompt-hint-active .search-prompt-hint-track:before{animation:search-prompt-line-glow 3.4s ease-in-out infinite}.search-prompt-hint-active .search-prompt-hint-dot{animation:search-prompt-dot-travel 3.4s cubic-bezier(.4,0,.2,1) infinite}.search-prompt-hint-active .search-prompt-hint-chevron{animation:search-prompt-chevron-bounce 3.4s ease-in-out infinite}.search-prompt-hint-active .search-prompt-hint-chevron-trailing{animation-delay:.12s}.search-prompt-hint-inactive{opacity:0;filter:saturate(.8);gap:0;max-height:0;max-width:0;transform:translate(10px) scale(.96)}.profile-interest-picker-search-column:focus-within .search-prompt-hint,.go-live-search-group:focus-within .search-prompt-hint{opacity:0;filter:saturate(.72);gap:0;max-height:0;max-width:0;transform:translate(10px) scale(.96)}.go-live-search-group{display:flex;flex:1;align-items:center;justify-content:flex-end;gap:12px;min-width:min(100%,320px)}.go-live-search-group .go-live-search{flex:1;min-width:0}.go-live-search-hint{flex-shrink:0}@keyframes search-prompt-pill-nudge{0%,55%,to{transform:translateZ(0)}8%{transform:translate3d(-2px,0,0)}16%{transform:translate3d(0,-1px,0)}24%{transform:translateZ(0)}}@keyframes search-prompt-line-glow{0%,55%,to{opacity:.62}20%{opacity:1}}@keyframes search-prompt-dot-travel{0%,8%{opacity:0;transform:translateY(-50%) scale(.7)}18%{opacity:1;transform:translate(14px,-50%) scale(1)}28%{opacity:1;transform:translate(30px,-50%) scale(1)}36%,to{opacity:0;transform:translate(42px,-50%) scale(.9)}}@keyframes search-prompt-chevron-bounce{0%,8%,55%,to{opacity:.48;transform:translateY(-50%) rotate(45deg) scale(1)}20%{opacity:1;transform:translate(4px,-50%) rotate(45deg) scale(1.02)}30%{opacity:.84;transform:translateY(-50%) rotate(45deg) scale(1)}}@media (max-width: 1040px){.go-live-search-group{width:100%}.go-live-search-group .go-live-search{max-width:none}}@media (max-width: 640px){.go-live-search-group{align-items:stretch;flex-direction:column}.go-live-search-hint{align-self:flex-start}}@media (prefers-reduced-motion: reduce){.search-prompt-hint{transition:none}.search-prompt-hint-track:before,.search-prompt-hint-pill,.search-prompt-hint-dot,.search-prompt-hint-chevron{animation:none!important}}.view-broadcast-page{min-height:calc(100vh - 78px);background:#fff}.view-broadcast-shell{padding:18px 0 42px}.view-broadcast-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:32px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;text-align:center}.view-broadcast-empty h2,.view-broadcast-header h1,.view-broadcast-comments-head h2,.view-broadcast-evidence-head h2{margin:0;letter-spacing:-.03em}.view-broadcast-empty p{margin:10px 0 0;color:#6b7280}.view-broadcast-header{min-width:0}.view-broadcast-main-column{display:grid;gap:8px;min-width:0}.view-broadcast-header-main-shell{position:relative;display:flex;align-items:center;width:100%;min-width:0;min-height:100%;padding-right:44px}.view-broadcast-header-main{display:grid;align-content:center;min-width:0}.view-broadcast-title-row{display:flex;align-items:flex-start;gap:12px}.view-broadcast-header h1{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;line-height:1.25;color:#111827}.view-broadcast-header-actions{display:flex;align-items:center;gap:10px;position:absolute;top:50%;right:8px;z-index:3;transform:translateY(-50%)}.view-broadcast-age-badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:22px;padding:0 8px;border-radius:999px;background:#f59e0b;color:#fff;font-size:.7rem;font-weight:700}.view-broadcast-action-menu-shell{position:relative}.view-broadcast-more{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:#111827;cursor:pointer}.view-broadcast-more:hover,.view-broadcast-more:focus-visible{background:#f3f4f6;outline:none}.view-broadcast-more svg{width:20px;height:16px}.view-broadcast-action-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:12;display:flex;min-width:196px;flex-direction:column;padding:10px 0;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 18px 42px #0f172a2e}.view-broadcast-action-menu-item{display:flex;align-items:center;gap:14px;width:100%;min-height:60px;padding:0 24px;border:0;background:transparent;color:#111827;font:inherit;font-size:1rem;font-weight:500;text-align:left;cursor:pointer}.view-broadcast-action-menu-item:hover,.view-broadcast-action-menu-item:focus-visible{background:#f3f4f6;outline:none}.view-broadcast-action-menu-item svg{width:20px;height:20px;flex:0 0 auto}.view-broadcast-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;overflow:hidden;color:#6b7280;font-size:.75rem;font-weight:500}.view-broadcast-breadcrumbs span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.view-broadcast-breadcrumb-separator{display:inline-flex;align-items:center;justify-content:center;color:#9ca3af}.view-broadcast-breadcrumb-separator svg{width:16px;height:16px}.view-broadcast-summary-card{display:flex;flex-direction:column;gap:10px;width:100%;padding:12px;border:1px solid #d1d5db;border-radius:20px;background:#f3f4f6}.view-broadcast-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.view-broadcast-summary-label{color:#111827;font-size:.92rem;font-weight:600}.view-broadcast-summary-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:10px;background:#fff;color:#111827;font-size:.75rem;font-weight:600}.view-broadcast-summary-pill svg{width:12px;height:12px}.view-broadcast-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.view-broadcast-summary-help{display:none;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#4b5563;font:inherit;font-size:.86rem;text-align:left}.view-broadcast-summary-help svg{width:16px;height:16px;flex:0 0 auto}.view-broadcast-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.95fr) minmax(260px,300px);gap:16px;align-items:start}.view-broadcast-main{min-width:0}.view-broadcast-evidence-column,.view-broadcast-ad-column{display:grid;gap:16px;align-content:start;min-width:0}.view-broadcast-stage{display:flex;flex-direction:column;gap:14px}.view-broadcast-overlays{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.view-broadcast-overlay-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid rgba(17,24,39,.08);border-radius:12px;box-shadow:0 1px 1px #0f172a05}.view-broadcast-overlay-card-dark{border-color:#000}.view-broadcast-overlay-profile{display:flex;align-items:center;gap:10px;min-width:0;flex:1;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.view-broadcast-overlay-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;overflow:hidden;flex:0 0 auto}.view-broadcast-overlay-avatar img{width:100%;height:100%;object-fit:cover}.view-broadcast-overlay-avatar span{font-size:1rem;font-weight:600}.view-broadcast-overlay-name{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600}.view-broadcast-follow{display:inline-flex;align-items:center;justify-content:center;min-width:78px;min-height:36px;padding:0 12px;border:1px solid rgba(17,24,39,.12);border-radius:10px;background:#111827;color:#fff;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}.view-broadcast-follow:disabled{cursor:default;opacity:.72}.view-broadcast-follow-dark{border-color:#ffffff29;background:#ffffff1a}.view-broadcast-following{background:#fff;color:#111827}.view-broadcast-follow-dark.view-broadcast-following{border-color:#ffffff7a}.view-broadcast-player-shell{overflow:hidden;border-radius:12px}.view-broadcast-player-frame{position:relative;display:flex;width:100%;aspect-ratio:16 / 9;background:#000}.view-broadcast-player-frame video,.view-broadcast-player-frame img{width:100%;height:100%;object-fit:cover}.view-broadcast-leaderboard-ad{max-width:100%}.view-broadcast-leaderboard-ad .ad-banner-frame{width:100%}.view-broadcast-video-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000038}.view-broadcast-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.24);border-top-color:#fff;border-radius:999px;animation:view-broadcast-spin .7s linear infinite}.view-broadcast-video-placeholder,.view-broadcast-empty-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.view-broadcast-video-placeholder{width:100%;color:#fff}.view-broadcast-video-placeholder p,.view-broadcast-empty-panel p{margin:8px 0 0;color:#6b7280}.view-broadcast-team-scores{display:flex;gap:16px;justify-content:space-between}.view-broadcast-team-score{position:relative;display:flex;justify-content:center;gap:24px;min-width:250px;flex:1;padding:14px 18px;border-radius:12px}.view-broadcast-team-score-info-wrap{position:absolute;top:-6px;right:-6px;z-index:3}.view-broadcast-team-score-info{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;background:transparent;color:#000;cursor:pointer}.view-broadcast-team-score-info-dark{color:#fff}.view-broadcast-team-score-info svg{width:18px;height:18px}.view-broadcast-score-chip{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;padding:6px 8px;border-radius:12px;text-align:center}.view-broadcast-score-chip strong{font-size:1.05rem;font-weight:700;line-height:1}.view-broadcast-score-chip span{font-size:.74rem;font-weight:600;line-height:1.2}.view-broadcast-score-chip-compact{gap:3px;padding:8px 6px;border-radius:14px}.view-broadcast-score-chip-compact strong{font-size:.78rem}.view-broadcast-score-chip-compact span{font-size:.64rem}.view-broadcast-controls{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;border-radius:12px;background:#fff}.view-broadcast-control-button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:999px;background:transparent;color:#111827;cursor:pointer}.view-broadcast-control-button img,.view-broadcast-control-button svg{width:36px;height:36px}.view-broadcast-control-icon{display:block;object-fit:contain}.view-broadcast-control-button-primary img,.view-broadcast-control-button-primary svg{width:44px;height:44px}.view-broadcast-control-button-large img,.view-broadcast-control-button-large svg{width:44px;height:44px}.view-broadcast-control-time{color:#6b7280;font-size:.9rem;font-weight:500}.view-broadcast-seekbar-wrap{flex:1}.view-broadcast-seekbar{width:100%;height:4px;margin:0;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#333 0,#333 var(--progress),#e5e7eb var(--progress),#e5e7eb 100%);cursor:pointer}.view-broadcast-seekbar::-webkit-slider-thumb{width:12px;height:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:#333}.view-broadcast-seekbar::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:999px;background:#333}.view-broadcast-comments-card,.view-broadcast-sidebar-card{border:1px solid #e5e7eb;border-radius:18px;background:#fff}.view-broadcast-comments-card{padding:18px;box-shadow:0 18px 40px #0f172a0f}.view-broadcast-comments-head,.view-broadcast-evidence-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.view-broadcast-comments-head{flex-wrap:wrap}.view-broadcast-comments-head span,.view-broadcast-evidence-head span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:24px;padding:0 10px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:.78rem;font-weight:600}.view-broadcast-reaction-pill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827}.view-broadcast-reaction-pill-disabled{opacity:.75}.view-broadcast-reaction-button{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;background:transparent;color:#6b7280;cursor:pointer}.view-broadcast-reaction-button svg{width:16px;height:16px}.view-broadcast-reaction-button-active{color:#111827}.view-broadcast-reaction-button:disabled{cursor:default}.view-broadcast-reaction-count{color:#111827;font-size:.8rem;font-weight:500}.view-broadcast-reaction-divider{width:1px;height:16px;background:#e5e7eb}.view-broadcast-comments{display:flex;flex-direction:column}.view-broadcast-comment-list{display:flex;flex-direction:column;gap:16px;max-height:300px;margin-top:16px;overflow-y:auto}.view-broadcast-comment-item{display:flex;gap:12px}.view-broadcast-comment-avatar,.view-broadcast-evidence-avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;overflow:hidden;background:transparent;color:#111827;flex:0 0 auto}.view-broadcast-comment-avatar{background:#f3f4f6}.view-broadcast-avatar-link{color:inherit;text-decoration:none}.view-broadcast-avatar-link:focus-visible{outline:2px solid #111827;outline-offset:2px}.view-broadcast-comment-avatar img,.view-broadcast-evidence-avatar img{width:100%;height:100%;object-fit:cover}.view-broadcast-comment-avatar span,.view-broadcast-evidence-avatar span{font-size:.9rem;font-weight:600}.view-broadcast-comment-body{flex:1;min-width:0}.view-broadcast-comment-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.view-broadcast-comment-meta strong{color:#111827;font-size:.92rem;font-weight:600}.view-broadcast-comment-body p{margin:4px 0 0;color:#111827;font-size:.8rem;font-weight:500;line-height:1.45;word-break:break-word}.view-broadcast-comment-delete{padding:0;border:0;background:transparent;color:#111827;font:inherit;font-size:.76rem;font-weight:600;cursor:pointer}.view-broadcast-comment-form{margin-top:16px}.view-broadcast-comment-input-wrap{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 12px;border-radius:12px;background:#f3f4f6}.view-broadcast-comment-input-wrap-disabled{opacity:.7}.view-broadcast-comment-input{width:100%;min-width:0;padding:0;border:0;background:transparent;color:#111827;font:inherit}.view-broadcast-comment-input:focus{outline:none}.view-broadcast-comment-submit{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:#111827;cursor:pointer}.view-broadcast-comment-submit:disabled{opacity:.45;cursor:not-allowed}.view-broadcast-comment-submit svg{width:18px;height:18px}.view-broadcast-inline-error{margin:12px 0 0;color:#dc2626;font-size:.84rem}.view-broadcast-inline-success{margin:12px 0 0;color:#0f766e;font-size:.84rem}.view-broadcast-sidebar-card{border:1px solid #e5e7eb}.view-broadcast-evidence-card{padding:0;min-height:620px;overflow:hidden;box-shadow:none}.view-broadcast-evidence-card .view-broadcast-empty-panel{justify-content:flex-start;min-height:0;padding-top:24px}.view-broadcast-evidence-head{margin:0;padding:16px 16px 0;border-bottom:1px solid #e5e7eb}.view-broadcast-evidence-head h2{position:relative;display:inline-flex;padding:0 0 12px;font-size:1rem;font-weight:500}.view-broadcast-evidence-head h2:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:#111827}.view-broadcast-evidence-list{display:flex;flex-direction:column;gap:14px;max-height:620px;overflow-y:auto;padding:16px}.view-broadcast-evidence-entry{display:flex;gap:8px;align-items:flex-start}.view-broadcast-evidence-bubble{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0;padding:10px;border:1px solid #f3f4f6;border-radius:14px;background:#f6f6f6;word-break:break-word}.view-broadcast-evidence-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.view-broadcast-evidence-meta strong{color:#111827;font-size:.66rem;font-weight:600}.view-broadcast-evidence-meta span{color:#6b7280;font-size:.66rem}.view-broadcast-evidence-meta-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.view-broadcast-evidence-report{border:0;padding:0;background:transparent;color:#0f766e;font-size:.72rem;font-weight:600;cursor:pointer}.view-broadcast-evidence-report:hover{text-decoration:underline}.view-broadcast-evidence-report-copy{margin:0 0 16px;color:#1f2937;font-size:.92rem;line-height:1.5}.view-broadcast-evidence-richtext{color:#111827;font-size:.8rem;line-height:1.55}.view-broadcast-evidence-richtext p,.view-broadcast-evidence-richtext ul,.view-broadcast-evidence-richtext ol,.view-broadcast-evidence-richtext blockquote{margin:0}.view-broadcast-evidence-richtext a{color:#2563eb;word-break:break-all}.view-broadcast-evidence-files{display:flex;flex-direction:column;gap:10px}.view-broadcast-evidence-file{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:fit-content;max-width:100%}.view-broadcast-evidence-file-image,.view-broadcast-evidence-file-fallback{width:min(220px,100%);border-radius:10px}.view-broadcast-evidence-file-image{background:#e5e7eb}.view-broadcast-evidence-file-fallback{display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;background:#e5e7eb;color:#111827;font-size:2rem;font-weight:700}.view-broadcast-evidence-file span{color:#2563eb;font-size:.75rem;line-height:1.4;word-break:break-all}.view-broadcast-score-tooltip{position:absolute;right:8px;bottom:calc(100% + 12px);z-index:10;width:min(250px,50vw);padding:12px;border-radius:12px;background:#fff;box-shadow:0 10px 24px #0f172a29;color:#111827}.view-broadcast-score-tooltip:after{content:"";position:absolute;right:10px;top:100%;border-width:8px 7px 0;border-style:solid;border-color:#fff transparent transparent}.view-broadcast-score-tooltip strong,.view-broadcast-score-tooltip p{margin:0}.view-broadcast-score-tooltip strong{display:block;font-size:.875rem;font-weight:500}.view-broadcast-score-tooltip p{margin-top:8px;color:#4b5563;font-size:.75rem;line-height:1.5}.view-broadcast-score-tooltip-link{margin-top:10px;padding:0;border:0;background:transparent;color:#2563eb;font:inherit;font-size:.78rem;font-weight:500;cursor:pointer}.view-broadcast-share-modal .profile-modal-header h2{font-size:1.35rem}.view-broadcast-share-body{display:grid;gap:14px;margin-top:18px}.view-broadcast-share-description,.view-broadcast-share-link,.view-broadcast-share-feedback{margin:0}.view-broadcast-share-description{color:#111827;font-size:.95rem;line-height:1.5}.view-broadcast-share-link-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #d1d5db;border-radius:12px}.view-broadcast-share-link{flex:1;min-width:0;color:#2563eb;font-size:.82rem;line-height:1.55;word-break:break-all}.view-broadcast-share-copy{min-width:74px;min-height:38px;padding:0 14px;border:0;border-radius:10px;background:#111827;color:#fff;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.view-broadcast-share-feedback{font-size:.85rem}.view-broadcast-share-feedback-success{color:#15803d}.view-broadcast-share-feedback-error{color:#dc2626}.view-broadcast-video-modal{width:min(960px,100%)}.view-broadcast-video-modal .profile-modal-header h2{font-size:1.25rem}.view-broadcast-video-modal-body{display:grid;gap:16px;margin-top:18px}.view-broadcast-video-modal-frame{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:12px;background:#000}.view-broadcast-video-modal-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.view-broadcast-video-modal-summary{margin:0;color:#374151;font-size:.95rem;line-height:1.55}.view-broadcast-video-modal-summary strong{color:#111827}.view-broadcast-video-modal-actions{display:flex;justify-content:flex-end}@keyframes view-broadcast-spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.view-broadcast-stage{padding:16px;border-radius:16px;background:#f3f4f6}}@media (max-width: 1180px){.view-broadcast-layout{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.view-broadcast-ad-column{grid-column:1 / -1}.view-broadcast-ad-column .broadcast-live-ad-rail{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width: 980px){.view-broadcast-layout{grid-template-columns:1fr}.view-broadcast-evidence-list{max-height:none}}@media (max-width: 1024px){.view-broadcast-breadcrumbs{display:none}.view-broadcast-summary-card{width:100%}.view-broadcast-team-scores{display:none}}@media (max-width: 820px){.view-broadcast-overlays{grid-template-columns:1fr}.view-broadcast-follow{display:none}}@media (max-width: 720px){.view-broadcast-shell{padding:20px 0 40px}.view-broadcast-rail-ad .ad-banner-frame{min-height:auto}.view-broadcast-controls{flex-wrap:wrap;padding:12px}.view-broadcast-seekbar-wrap{width:100%;order:2}.view-broadcast-control-time{font-size:.82rem}.view-broadcast-comment-list{max-height:none}}@media (max-width: 640px){.view-broadcast-title-row{gap:10px}.view-broadcast-header h1{font-size:1.1rem}.view-broadcast-summary-grid{gap:6px}.view-broadcast-summary-label{font-size:.86rem}.view-broadcast-controls{gap:10px}.view-broadcast-control-button{width:38px;height:38px}.view-broadcast-control-button img,.view-broadcast-control-button svg{width:28px;height:28px}.view-broadcast-control-button-primary img,.view-broadcast-control-button-primary svg{width:34px;height:34px}.view-broadcast-control-button-large img,.view-broadcast-control-button-large svg{width:34px;height:34px}.view-broadcast-comments-card,.view-broadcast-evidence-card{padding:14px}.view-broadcast-evidence-card{padding:0}.view-broadcast-action-menu{min-width:180px}.view-broadcast-action-menu-item{min-height:54px;font-size:.94rem}.view-broadcast-share-link-row{flex-direction:column;align-items:stretch}.view-broadcast-share-copy{width:100%}}.admin-shell{display:flex;min-height:100vh;background:#f4f4f4;color:#111}.admin-shell *,.admin-shell *:before,.admin-shell *:after{box-sizing:border-box}.admin-shell button,.admin-shell input,.admin-shell select{font:inherit}.admin-sidebar{position:relative;display:flex;flex-direction:column;width:84px;min-width:84px;background:#fff;border-right:1px solid #e4e4e4;transition:width .18s ease,min-width .18s ease}.admin-sidebar-collapsed{width:84px;min-width:84px}.admin-sidebar:not(.admin-sidebar-collapsed){width:248px;min-width:248px}.admin-sidebar-toggle{position:absolute;top:20px;right:-14px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid #dddddd;border-radius:999px;background:#fff;color:#111;box-shadow:0 10px 24px #00000012;cursor:pointer}.admin-sidebar-brand{display:flex;align-items:center;gap:14px;padding:22px 18px 14px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.admin-sidebar-logo{width:42px;height:42px}.admin-sidebar-title{font-size:1.05rem;font-weight:700;letter-spacing:-.03em}.admin-sidebar-subtitle{color:#6a6a6a;font-size:.88rem}.admin-sidebar-nav{display:grid;gap:8px;padding:10px 12px 20px;overflow-y:auto}.admin-nav-link{display:flex;align-items:center;width:100%;gap:14px;min-height:44px;padding:12px 14px;border:0;border-radius:16px;background:transparent;color:#444;text-align:left;cursor:pointer}.admin-nav-link:hover,.admin-external-link:hover{background:#f2f2f2}.admin-nav-link-active{background:#f2f2f2;color:#111;font-weight:600}.admin-external-nav{display:grid;gap:8px}.admin-inline-icon{margin-left:auto}.admin-external-links{display:grid;gap:4px;padding-left:18px}.admin-external-link{padding:10px 12px;border-radius:12px;color:#5f5f5f;font-size:.94rem}.admin-main-shell{flex:1 1 auto;min-width:0}.admin-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 28px 18px;border-bottom:1px solid #e5e5e5;background:#f4f4f4eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-topbar-title-group h1{margin:6px 0 0;font-size:clamp(1.6rem,3vw,2rem);letter-spacing:-.04em}.admin-topbar-eyebrow{margin:0;color:#707070;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.admin-topbar-actions{display:flex;align-items:center;gap:12px}.admin-main-content{padding:18px 28px 36px}.admin-view-stack{display:grid;gap:20px}.admin-card{display:grid;gap:18px;padding:18px 18px 20px;border:1px solid #e8e8e8;border-radius:24px;background:#fff;box-shadow:0 10px 30px #0f172a0a}.admin-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-card-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.03em}.admin-card-subtitle{margin:6px 0 0;color:#6e6e6e;font-size:.93rem}.admin-card-actions{display:flex;align-items:center;gap:10px}.admin-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.admin-button:hover:not(:disabled){transform:translateY(-1px)}.admin-button:disabled{cursor:not-allowed;opacity:.45}.admin-button-primary{background:#111;color:#fff}.admin-button-danger{border-color:#b91c1c;background:#b91c1c;color:#fff;box-shadow:0 12px 24px #b91c1c2e}.admin-button-danger:hover:not(:disabled){border-color:#991b1b;background:#991b1b}.admin-button-secondary{background:#f3f3f3;border-color:#dfdfdf;color:#111}.admin-button-ghost{background:transparent;border-color:#dfdfdf;color:#4f4f4f}.admin-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.admin-tab{display:inline-flex;align-items:center;min-height:40px;padding:0 8px;border:0;border-bottom:2px solid transparent;background:transparent;color:#5f5f5f;white-space:nowrap;cursor:pointer;font-size:.98rem}.admin-tab-label{display:inline-flex;align-items:center;gap:7px}.admin-tab-dot{width:8px;height:8px;border-radius:999px;background:#dc2626;flex:0 0 auto}.admin-tab-active{border-bottom-color:#111;color:#111;font-weight:600}.admin-search{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border:1px solid #dedede;border-radius:16px;background:#fff;color:#6c6c6c}.admin-category-search{flex:1 1 420px;min-width:320px}.admin-search-input{flex:1 1 auto;min-width:0;border:0;background:transparent;color:#111;outline:none}.admin-search-input::placeholder{color:#7a7a7a}.admin-select-wrap{position:relative;display:inline-flex;min-width:0}.admin-control-button{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 14px 0 16px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#1f1f1f;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.admin-control-button:hover:not(:disabled),.admin-control-button-active{border-color:#c8c8c8;box-shadow:0 10px 26px #11111112}.admin-control-button:disabled{cursor:wait;opacity:.75}.admin-control-button-copy{display:inline-flex;align-items:center;gap:4px;min-width:0;overflow:hidden}.admin-control-button-label,.admin-control-button-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-control-button-label{font-size:.95rem;font-weight:500}.admin-control-button-value{color:#626262;font-size:.88rem}.admin-control-button-icon{flex-shrink:0;color:#2d2d2d}.admin-control-panel{position:absolute;top:calc(100% + 8px);z-index:40;min-width:max(100%,220px);padding:10px;border:1px solid #e5e5e5;border-radius:14px;background:#fff;box-shadow:0 22px 52px #1111111f}.admin-control-panel-align-left{left:0}.admin-control-panel-align-right{right:0}.admin-select-panel{width:max-content;min-width:max(100%,220px)}.admin-select-options{display:grid;gap:4px}.admin-select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:11px 12px;border:0;border-radius:10px;background:transparent;color:#202020;text-align:left;cursor:pointer}.admin-select-option:hover,.admin-select-option-selected{background:#f5f5f5}.admin-select-option-check{color:#5a5a5a;font-size:.88rem;font-weight:700}.admin-controls-stack{display:grid;gap:14px}.admin-controls-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.admin-controls-inline{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-left:auto}.admin-controls-inline-wrap{flex-wrap:wrap}.admin-table-meta{color:#666;font-size:.93rem}.admin-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f1f1f1;color:#4f4f4f;font-size:.8rem;font-weight:600}.admin-badge-muted{background:#ededed}.admin-inline-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.admin-table-shell{display:grid;gap:16px}.admin-table-scroll{overflow-x:auto}.admin-table{width:100%;min-width:1120px;border-collapse:collapse;table-layout:fixed}.admin-table th,.admin-table td{padding:16px 12px;border-bottom:1px solid #ededed;text-align:left;vertical-align:top}.admin-table td{overflow-wrap:anywhere}.admin-table th{color:#666;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;overflow-wrap:normal;white-space:nowrap}.admin-table td{color:#151515;font-size:.95rem}.admin-col-user,.admin-col-broadcast{width:25%}.admin-col-scores{width:13%}.admin-col-broadcasters{width:18%}.admin-col-date,.admin-col-status{width:9%}.admin-col-number{width:8%}.admin-col-actions{width:5%}.admin-cell-date{white-space:nowrap}.admin-table-sort-button{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;white-space:nowrap;cursor:pointer}.admin-table-sort-button-active{color:#151515}.admin-table-sort-indicator{font-size:.9em;line-height:1}.admin-users-table .admin-table{min-width:1200px}.admin-users-table .admin-table th{color:#2c2c2c;font-size:.95rem;font-weight:700;letter-spacing:0;text-transform:none}.admin-users-table th.admin-col-number,.admin-users-table td.admin-cell-number{text-align:center}.admin-users-table .admin-cell-date,.admin-users-table .admin-cell-status{white-space:nowrap}.admin-truncate-cell-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-users-table .admin-table-sort-button{justify-content:flex-start;max-width:100%}.admin-broadcasts-table .admin-table{min-width:1360px;table-layout:auto}.admin-broadcasts-table .admin-table th{white-space:normal;line-height:1.25;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.admin-broadcasts-table .admin-table th,.admin-broadcasts-table .admin-table td{padding-left:8px;padding-right:8px}.admin-broadcasts-table .admin-table-sort-button{display:flex;width:100%;justify-content:space-between;align-items:flex-start;gap:8px;white-space:normal;max-width:100%}.admin-broadcasts-table .admin-table-sort-label{display:block;min-width:0;text-wrap:balance}.admin-broadcasts-table .admin-cell-date,.admin-broadcasts-table .admin-cell-status,.admin-broadcasts-table .admin-cell-broadcast{min-width:0}.admin-broadcasts-table .admin-cell-date .admin-truncate-cell-text,.admin-broadcasts-table .admin-cell-status .admin-truncate-cell-text,.admin-broadcasts-table .admin-cell-broadcast .admin-truncate-cell-text{max-width:100%}.admin-broadcasts-table td.admin-cell-number,.admin-broadcasts-table th.admin-col-number{text-align:center}.admin-broadcasts-table .admin-inline-badges{justify-content:center}.admin-broadcasts-table .admin-inline-badges .admin-badge{min-height:auto;padding:4px 8px;white-space:normal;text-align:center;line-height:1.2;font-size:.74rem}.admin-table tr:last-child td{border-bottom:0}.admin-table-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-pagination-summary,.admin-pagination-controls{display:flex;align-items:center;gap:12px;color:#666}.admin-page-size{min-width:90px}.admin-user-cell{display:flex;align-items:flex-start;gap:12px;min-width:0}.admin-user-copy{min-width:0}.admin-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:linear-gradient(180deg,#1a1a1a,#444);color:#fff;font-size:.85rem;font-weight:700}.admin-user-name{font-weight:600;line-height:1.3;overflow-wrap:anywhere}.admin-user-name-button{display:inline-flex;max-width:100%;padding:0;border:0;background:transparent;color:#151515;font:inherit;font-weight:inherit;line-height:inherit;text-align:left;cursor:pointer}.admin-user-meta{color:#737373;font-size:.88rem;line-height:1.3;overflow-wrap:anywhere}.admin-user-meta-secondary{margin-top:2px}.admin-broadcast-title{font-weight:600;line-height:1.35;overflow-wrap:anywhere}.admin-broadcast-link{display:inline-flex;max-width:100%;padding:0;border:0;background:transparent;color:#151515;font:inherit;font-weight:600;line-height:1.35;text-align:left;cursor:pointer}.admin-broadcast-link:hover,.admin-broadcast-link:focus-visible,.admin-user-name-button:hover,.admin-user-name-button:focus-visible{color:#0f5aa6;text-decoration:underline}.admin-broadcast-meta{margin-top:4px;color:#737373;font-size:.9rem;line-height:1.35;overflow-wrap:anywhere}.admin-cell-number,.admin-cell-actions{white-space:nowrap}.admin-col-select,.admin-cell-select{text-align:center}.admin-selection-checkbox{width:16px;height:16px;margin:0;accent-color:#111111;cursor:pointer}.admin-selection-checkbox:disabled{cursor:not-allowed}.admin-duration-alert{color:#dc2626;font-weight:700}.admin-cell-date,.admin-cell-status{line-height:1.4}.admin-inline-action{padding:0;border:0;background:transparent;color:#111;font-weight:600;cursor:pointer}.admin-inline-action:hover{text-decoration:underline}.admin-button-disabled{opacity:.55;cursor:not-allowed}.admin-empty-state{padding:28px 16px;color:#696969;text-align:center}.admin-inline-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #dcdcdc;border-radius:16px;background:#fff;color:#4f4f4f}.admin-inline-feedback-error{border-color:#c9c9c9;background:#f8f8f8}.admin-analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-analytics-stat{display:grid;gap:10px;padding:18px;border-radius:18px;background:#f5f5f5}.admin-analytics-stat strong{font-size:clamp(1.7rem,3vw,2.2rem);letter-spacing:-.04em}.admin-analytics-label-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;color:#4a4a4a}.admin-filter-pills{display:flex;flex-wrap:wrap;gap:8px}.admin-filter-control,.admin-date-range-control{position:relative;display:inline-flex}.admin-filter-menu-panel{width:min(360px,calc(100vw - 32px))}.admin-filter-menu-tabs{display:flex;gap:8px;margin-bottom:12px}.admin-filter-menu-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:1 1 0;min-height:38px;padding:0 10px;border:1px solid #e2e2e2;border-radius:10px;background:#f8f8f8;color:#4f4f4f;cursor:pointer}.admin-filter-menu-tab strong{font-size:.78rem}.admin-filter-menu-tab-active{border-color:#cfcfcf;background:#fff;color:#161616}.admin-filter-menu-tab:disabled{cursor:not-allowed;opacity:.5}.admin-filter-menu-search{display:block;margin-bottom:12px}.admin-filter-menu-list{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow-y:auto}.admin-filter-menu-option{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;background:#f7f7f7;color:#1f1f1f}.admin-filter-menu-option input{margin:0}.admin-date-range-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-date-range-panel{width:min(360px,calc(100vw - 32px))}.admin-date-range-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-date-range-field{display:grid;gap:6px;color:#5c5c5c;font-size:.82rem;font-weight:600}.admin-date-input{min-height:42px;padding:0 14px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#111;font:inherit}.admin-control-panel-empty,.admin-control-error{padding:10px 2px 0;color:#5f5f5f;font-size:.86rem}.admin-control-error{color:#b42318}.admin-control-panel-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.admin-filter-pill{min-height:38px;padding:0 12px;border:1px solid #dedede;border-radius:999px;background:#fff;color:#5f5f5f;cursor:pointer}.admin-filter-pill-active{border-color:#111;background:#111;color:#fff}.admin-chart-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-chart-metric{display:grid;gap:6px;padding:14px 16px;border-radius:18px;background:#f5f5f5}.admin-chart-metric span{color:#666;font-size:.88rem}.admin-chart-metric strong{font-size:1.3rem;letter-spacing:-.03em}.admin-line-chart{display:grid;gap:12px}.admin-users-search{flex:1 1 360px;max-width:480px}.admin-broadcast-search{flex:1 1 420px;max-width:520px}@media (max-width: 1200px){.admin-main-content,.admin-topbar{padding-left:20px;padding-right:20px}}@media (max-width: 900px){.admin-shell{flex-direction:column}.admin-sidebar,.admin-sidebar-collapsed,.admin-sidebar:not(.admin-sidebar-collapsed){width:100%;min-width:100%}.admin-sidebar{border-right:0;border-bottom:1px solid #e4e4e4}.admin-sidebar-toggle{right:20px}.admin-search,.admin-users-search,.admin-broadcast-search{width:100%;max-width:none}.admin-controls-inline{width:100%;margin-left:0;justify-content:flex-start}}.admin-line-chart-svg{width:100%;height:auto;overflow:visible}.admin-line-chart-grid{stroke:#e8e8e8;stroke-width:1}.admin-line-chart-path{fill:none;stroke-width:3}.admin-line-chart-path-1{stroke:#111}.admin-line-chart-path-2{stroke:#898989}.admin-line-chart-point{stroke:#fff;stroke-width:2}.admin-line-chart-point-1{fill:#111}.admin-line-chart-point-2{fill:#898989}.admin-line-chart-labels,.admin-legend-row,.admin-donut-legend,.admin-chip-row{display:flex;flex-wrap:wrap;gap:12px}.admin-line-chart-labels{justify-content:space-between;color:#666;font-size:.86rem}.admin-line-chart-labels span{flex:1 1 0;min-width:0;text-align:center}.admin-legend-item{display:inline-flex;align-items:center;gap:8px;color:#4f4f4f}.admin-legend-dot{width:10px;height:10px;border-radius:999px;background:#111}.admin-dashboard-split{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);gap:20px}.admin-donut-shell{display:flex;justify-content:center}.admin-donut-chart{position:relative;width:220px;height:220px;border-radius:999px}.admin-donut-chart:after{content:"";position:absolute;top:26px;right:26px;bottom:26px;left:26px;border-radius:999px;background:#fff}.admin-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;z-index:1}.admin-donut-center span{color:#666;font-size:.88rem}.admin-donut-center strong{font-size:1.9rem;letter-spacing:-.04em}.admin-broadcast-title,.admin-category-title{font-weight:600}.admin-broadcast-meta,.admin-category-subtitle{margin-top:6px;color:#707070;font-size:.88rem}.admin-applied-filters{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.admin-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid #dddddd;border-radius:999px;background:#fafafa;color:#4f4f4f;font-size:.82rem}.admin-category-groups{display:grid;gap:12px;margin-top:12px}.admin-category-row-toggle{display:inline-flex;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%;padding:0;border:0;background:transparent;color:#151515;font:inherit;font-weight:600;text-align:left;cursor:pointer}.admin-category-row-toggle-subcategory{padding-left:36px}.admin-category-row-text{flex:1 1 auto;min-width:0;line-height:1.3;overflow-wrap:anywhere}.admin-category-add-row{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#414040;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer}.admin-category-add-row-subcategory{padding-left:36px}.admin-category-add-row-topic{padding-left:88px}.admin-category-row-label-topic{padding-left:88px;font-weight:500;line-height:1.3;overflow-wrap:anywhere}.admin-category-chevron-image{display:block;flex:0 0 auto;margin-top:2px}.admin-category-status-cell{display:inline-flex;align-items:center;gap:10px;color:#4f4f4f}.admin-switch{position:relative;display:inline-flex;align-items:center;width:42px;height:24px;padding:2px;border-radius:999px;background:#d8d8d8}.admin-switch-active{background:#111}.admin-switch-thumb{width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform .16s ease}.admin-switch-active .admin-switch-thumb{transform:translate(18px)}.admin-category-footer-note{display:flex;align-items:center;gap:10px;color:#666;font-size:.92rem}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:#1111118a}.admin-modal-card{width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 32px 90px #0000002e}.admin-modal-header,.admin-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 24px 0}.admin-modal-kicker{margin:0 0 6px;color:#707070;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-modal-header h2{margin:0;font-size:1.5rem;letter-spacing:-.04em}.admin-modal-close{width:40px;height:40px;padding:0;border:0;border-radius:999px;background:#f3f3f3;color:#111;font-size:1.8rem;line-height:1;cursor:pointer}.admin-modal-body{display:grid;gap:18px;padding:24px}.admin-category-details-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border:1px solid #e7e7e7;border-radius:20px;background:#fafafa}.admin-category-details-title-row{display:flex;align-items:center;gap:16px}.admin-category-details-icon{width:56px;height:56px;border-radius:16px;object-fit:contain;background:#fff;border:1px solid #ececec}.admin-category-details-name{font-size:1.1rem;font-weight:700}.admin-category-details-slug{margin-top:6px;color:#6a6a6a;font-size:.9rem}.admin-category-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-category-details-panel{padding:18px;border:1px solid #ececec;border-radius:20px;background:#fff}.admin-category-details-panel h3{margin:0 0 10px;font-size:.92rem;letter-spacing:.02em}.admin-category-details-panel p{margin:0;color:#505050}.admin-category-details-count{color:#111;font-size:2rem;font-weight:700;letter-spacing:-.04em}.admin-category-details-meta{display:grid;gap:12px;margin:0}.admin-category-details-meta dt{color:#707070;font-size:.82rem;font-weight:600}.admin-category-details-meta dd{margin:4px 0 0;color:#151515}.admin-modal-footer{padding:0 24px 24px;justify-content:flex-end}.admin-category-group{display:grid;gap:8px}.admin-actions-cell{display:flex;flex-wrap:wrap;gap:12px}.admin-icon{width:20px;height:20px;flex:0 0 auto}.admin-status-button{padding:0;border:0;background:transparent;cursor:pointer}.admin-action-menu{position:relative;display:inline-flex}.admin-action-menu-trigger{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border:0;border-radius:10px;background:transparent;color:#414040;font-size:1.2rem;font-weight:700;line-height:1;cursor:pointer}.admin-action-menu-trigger:hover{background:#f5f5f5}.admin-action-menu-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:20;display:grid;min-width:200px;padding:8px;border:1px solid #ececec;border-radius:14px;background:#fff;box-shadow:0 18px 40px #0f0f0f24}.admin-action-menu-item{width:100%;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:#151515;font:inherit;font-size:.92rem;text-align:left;cursor:pointer}.admin-action-menu-item:hover{background:#f7f7f7}.admin-taxonomy-modal{width:min(860px,100%)}.admin-taxonomy-form{display:grid;gap:18px}.admin-taxonomy-footer{padding-left:0;padding-right:0;padding-bottom:0}.admin-form-field{display:grid;gap:8px}.admin-form-label{color:#4f4f4f;font-size:.88rem;font-weight:600}.admin-form-input,.admin-form-textarea{width:100%;padding:12px 14px;border:1px solid #d9d9d9;border-radius:14px;background:#fff;color:#111;font:inherit;outline:none}.admin-form-textarea{resize:vertical;min-height:110px}.admin-check-row{display:inline-flex;align-items:center;gap:10px;color:#4f4f4f;font-weight:500}.admin-form-section{display:grid;gap:12px;padding:18px;border:1px solid #ececec;border-radius:18px;background:#fafafa}.admin-form-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-form-section-header h3{margin:0;font-size:1rem}.admin-form-section-header span{color:#6c6c6c;font-size:.86rem}.admin-selection-list{display:grid;gap:8px;max-height:220px;overflow-y:auto}.admin-selection-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.admin-selection-empty{padding:20px 12px;color:#6e6e6e;text-align:center}.admin-form-error{padding:12px 14px;border:1px solid #efc0c0;border-radius:14px;background:#fff4f4;color:#8f1d1d;font-size:.92rem}.admin-confirmation-copy{display:grid;gap:12px}.admin-confirmation-copy p{margin:0;color:#4f4f4f}.admin-confirmation-meta{color:#6d6d6d;font-size:.9rem}@media (max-width: 1180px){.admin-controls-row,.admin-table-footer,.admin-topbar{flex-wrap:wrap}.admin-controls-inline,.admin-controls-inline-wrap,.admin-topbar-actions{width:100%;justify-content:flex-start}.admin-chart-metrics,.admin-analytics-grid,.admin-dashboard-split{grid-template-columns:1fr}}@media (max-width: 860px){.admin-shell{flex-direction:column}.admin-sidebar,.admin-sidebar-collapsed{width:100%;min-width:100%}.admin-sidebar-toggle{display:none}.admin-sidebar-brand{padding-bottom:10px}.admin-sidebar-nav{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;overflow-y:hidden;padding-bottom:16px}.admin-external-links{position:absolute;left:14px;right:14px;top:calc(100% + 8px);z-index:5;padding:12px;border:1px solid #e3e3e3;border-radius:16px;background:#fff;box-shadow:0 18px 44px #00000014}}@media (max-width: 640px){.admin-topbar,.admin-main-content{padding-left:18px;padding-right:18px}.admin-category-details-hero,.admin-category-footer-note,.admin-category-details-title-row{flex-direction:column}.admin-category-details-grid{grid-template-columns:1fr}.admin-modal-backdrop{padding:12px}.admin-card{padding:18px;border-radius:18px}.admin-form-section-header,.admin-category-footer-note{align-items:flex-start;flex-direction:column}.admin-search,.admin-select-wrap,.admin-filter-control,.admin-date-range-control,.admin-control-button{width:100%}.admin-controls-row{align-items:stretch}.admin-table{min-width:640px}}.admin-avatar-image{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover;flex-shrink:0;border:1px solid rgba(15,23,42,.08)}.admin-badge-danger{color:#991b1b;background:#fee2e2}.admin-badge-warning{color:#92400e;background:#fef3c7}.admin-badge-success{color:#166534;background:#dcfce7}.admin-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-page-header-main{display:flex;align-items:center;gap:1rem}.admin-page-header-detail{align-items:center}.admin-page-header-detail-main{gap:.75rem}.admin-page-title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.admin-page-subtitle{margin:.25rem 0 0;color:#64748b;font-size:.95rem}.admin-back-button{white-space:nowrap}.admin-back-link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:999px;background:transparent;color:#0f172a;cursor:pointer;transition:background-color .18s ease,color .18s ease}.admin-back-link:hover{background:#eff6ff;color:#1d4ed8}.admin-banner{border-radius:1rem;padding:1rem 1.25rem;border:1px solid #e2e8f0;background:#f8fafc}.admin-banner strong{display:block;margin-bottom:.25rem;color:#0f172a}.admin-banner p{margin:0;color:#475569}.admin-banner-warning{background:#fff7ed;border-color:#fed7aa}.admin-profile-summary-card{overflow:hidden}.admin-profile-summary{position:relative;display:grid}.admin-profile-cover{height:clamp(140px,24vw,180px);border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#cbd5e1,#e2e8f0)}.admin-profile-cover-image{width:100%;height:100%;display:block;object-fit:cover}.admin-profile-meta{display:flex;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-top:0;padding:0 .25rem .25rem}.admin-profile-meta h3{margin:0;font-size:1.5rem;color:#0f172a}.admin-profile-meta p{margin:.25rem 0 0;color:#64748b}.admin-profile-copy{min-width:0;padding-top:1.85rem}.admin-profile-avatar-shell{width:5rem;height:5rem;border-radius:999px;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center;margin-top:-2.25rem;border:4px solid #ffffff;box-shadow:0 18px 30px #0f172a24}.admin-profile-avatar{width:100%;height:100%;object-fit:cover}.admin-profile-avatar-fallback{color:#fff;font-size:2rem;font-weight:700}.admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.admin-detail-list{display:grid;gap:.9rem;margin:0}.admin-detail-list div{display:grid;gap:.2rem}.admin-detail-list dt{color:#64748b;font-size:.86rem;font-weight:600}.admin-detail-list dd{margin:0;color:#0f172a;word-break:break-word}.admin-card-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-detail-section{display:grid;gap:.9rem;min-width:0;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc}.admin-detail-section-title{margin:0;color:#0f172a;font-size:.95rem;font-weight:700}.admin-inline-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-profile-summary .admin-inline-badges{margin-left:auto;align-self:flex-start;padding-top:1.85rem}.admin-detail-inline{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.45rem}.admin-inline-detail-link{padding:0;border:0;background:transparent;color:#0f5aa6;cursor:pointer;font:inherit}.admin-inline-detail-link:hover{text-decoration:underline}.admin-link-list{display:flex;flex-direction:column;gap:.75rem}.admin-video-stack{display:grid;gap:.85rem}.admin-video-frame{position:relative;width:100%;overflow:hidden;border-radius:1rem;background:#0f172a;aspect-ratio:16 / 9}.admin-video-frame iframe{width:100%;height:100%;border:0}.admin-video-link{width:fit-content}.admin-social-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem}.admin-social-link-row{display:grid;gap:.28rem;min-width:0}.admin-social-link-label{color:#64748b;font-size:.84rem;font-weight:700}.admin-social-link-value{min-width:0;font-size:.93rem;font-weight:500}.admin-social-link-empty{color:#64748b;font-size:.93rem}.admin-link-item{color:#0f5aa6;font-weight:600;text-decoration:none;word-break:break-word}.admin-link-item:hover{text-decoration:underline}.admin-replay-stack{display:grid;gap:1rem}.admin-replay-copy{margin:0}.admin-replay-request,.admin-replay-result{display:grid;gap:.75rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc}.admin-replay-request strong{font-size:.88rem}.admin-replay-request code{display:block;overflow-x:auto;padding:.85rem .9rem;border-radius:.85rem;background:#0f172a;color:#e2e8f0;font-size:.86rem;line-height:1.5}.admin-replay-detail-list{gap:.75rem}.admin-score-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:0}.admin-score-chip-row{display:flex;flex-wrap:wrap;gap:.45rem}.admin-score-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:28px;padding:.28rem .55rem;border-radius:999px;background:var(--admin-score-chip-bg, #f1f5f9);color:var(--admin-score-chip-color, #0f172a)}.admin-score-chip-icon{width:14px;height:14px;flex:0 0 auto;background-color:currentColor;mask-image:var(--admin-score-chip-icon);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:var(--admin-score-chip-icon);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.admin-score-chip-value{font-size:.76rem;font-weight:700;line-height:1}.admin-score-average{color:#64748b;font-size:.82rem;font-weight:600}.admin-score-summary{display:grid;gap:.9rem;margin-top:1rem}.admin-score-summary-compact{margin-top:1.25rem}.admin-score-summary-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-score-summary-head strong{color:#0f172a;font-size:.95rem}.admin-score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.admin-score-pill{display:grid;gap:.4rem;min-width:0;padding:.85rem .95rem;border-radius:1rem;background:var(--admin-score-pill-bg, #f1f5f9);color:var(--admin-score-pill-color, #0f172a)}.admin-score-pill span{font-size:.78rem;font-weight:700;line-height:1.15;letter-spacing:.04em;text-transform:uppercase}.admin-score-pill strong{font-size:1.2rem;line-height:1.1;letter-spacing:-.04em}.admin-score-summary:not(.admin-score-summary-compact) .admin-score-pill{padding:.7rem .8rem}.admin-score-summary:not(.admin-score-summary-compact) .admin-score-pill span{font-size:.68rem}.admin-score-summary:not(.admin-score-summary-compact) .admin-score-pill strong{font-size:1rem}.admin-score-input-count{color:#475569;font-size:.88rem;font-weight:600}.admin-score-summary-list{padding:.95rem 1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.admin-score-list{display:grid;gap:.6rem}.admin-score-list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;color:#334155;font-size:.9rem;font-weight:600}.admin-score-list-row span{min-width:0}.admin-score-list-value{flex-shrink:0;min-width:4.5rem;padding:.28rem .65rem;border-radius:999px;background:var(--admin-score-pill-bg, #f1f5f9);color:var(--admin-score-pill-color, #0f172a);font-size:.88rem;line-height:1;text-align:center}.admin-chip-grid{display:flex;flex-wrap:wrap;gap:.6rem}.admin-chip{display:inline-flex;align-items:center;padding:.45rem .75rem;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:.92rem}.admin-interest-groups{display:flex;flex-direction:column;gap:1rem}.admin-education-stack{display:grid;gap:1rem}.admin-education-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc}.admin-education-summary-label{color:#64748b;font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.admin-education-summary strong{color:#0f172a;font-size:1rem;text-align:right}.admin-education-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.admin-education-item{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.85rem .95rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.admin-education-item-index{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.8rem;height:1.8rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:700}.admin-education-item-name{min-width:0;color:#0f172a;font-size:.95rem;font-weight:500;overflow-wrap:anywhere}.admin-bio-stack{display:grid;gap:1rem}.admin-bio-section{display:grid;gap:.75rem}.admin-bio-section+.admin-bio-section{padding-top:1rem;border-top:1px solid #e2e8f0}.admin-bio-section h3{margin:0;color:#0f172a;font-size:1rem}.admin-bio-section p{margin:0;color:#334155;line-height:1.6}.admin-interest-accordion-list{display:grid;gap:.75rem}.admin-interest-accordion{overflow:hidden;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.admin-interest-accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;cursor:pointer;list-style:none}.admin-interest-accordion-summary::-webkit-details-marker{display:none}.admin-interest-accordion-label{display:grid;gap:.18rem;min-width:0}.admin-interest-accordion-label strong{color:#0f172a;font-size:1rem}.admin-interest-accordion-label span{color:#64748b;font-size:.88rem}.admin-interest-accordion-icon{flex:0 0 auto;transition:transform .18s ease}.admin-interest-accordion[open] .admin-interest-accordion-icon{transform:rotate(180deg)}.admin-interest-accordion-body{display:grid;gap:.85rem;padding:0 1.1rem 1.1rem;border-top:1px solid #eef2f7}.admin-interest-section{display:grid;gap:.65rem;padding:.9rem;border-radius:.95rem;background:#f8fafc}.admin-interest-section-heading{margin:0;color:#0f172a;font-size:.95rem}.admin-interest-topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.55rem}.admin-interest-topic-chip{display:inline-flex;align-items:center;min-height:2rem;padding:.42rem .72rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#334155;font-size:.84rem;line-height:1.35}.admin-interest-group{border:1px solid #e2e8f0;border-radius:.9rem;padding:1rem;background:#fff}.admin-interest-group h4{margin:0 0 .75rem;color:#0f172a}.admin-interest-subgroup{display:flex;flex-direction:column;gap:.6rem}.admin-interest-subgroup+.admin-interest-subgroup{margin-top:.9rem}.admin-filter-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(0,1.15fr) minmax(0,1.15fr);gap:.75rem;margin-bottom:1rem}.admin-filter-summary{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.admin-filter-dropdown{position:relative}.admin-filter-dropdown-trigger{width:100%;min-height:2.75rem;border:1px solid #cbd5e1;border-radius:.85rem;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .9rem;color:#0f172a;overflow:hidden}.admin-filter-dropdown-trigger span{min-width:0}.admin-filter-dropdown-trigger span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-filter-dropdown-trigger span:last-child{flex-shrink:0}.admin-filter-dropdown-trigger-active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.admin-filter-dropdown-panel{position:absolute;left:0;right:0;top:calc(100% + .5rem);z-index:30;border-radius:1rem;border:1px solid #dbe3ef;background:#fff;box-shadow:0 20px 45px #0f172a24;padding:.85rem}.admin-filter-dropdown-options{display:flex;flex-direction:column;gap:.45rem;max-height:240px;overflow-y:auto;margin-top:.75rem}.admin-filter-dropdown-option{display:flex;align-items:center;gap:.7rem;padding:.55rem .65rem;border-radius:.75rem;background:#f8fafc;color:#0f172a}.admin-date-field-inline{background:#fff;border:1px solid #cbd5e1;border-radius:.85rem;padding:.55rem .75rem;min-width:0}.admin-table-stack{display:flex;flex-direction:column;gap:.5rem;min-width:0}.admin-table-stack-tight{gap:.35rem}.admin-table-stack>*{min-width:0}.admin-status-duration{display:block;max-width:100%;white-space:normal;overflow-wrap:break-word}.admin-cell-broadcast,.admin-cell-broadcasters,.admin-cell-scores{min-width:0}.admin-participant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-participant-card{display:grid;gap:1rem;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;background:#fff}.admin-participant-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-rich-text{color:#334155;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.admin-rich-text p:first-child{margin-top:0}.admin-rich-text a{color:#0f5aa6}.admin-content-body{max-width:100%;overflow:hidden}.admin-attachment-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem}.admin-attachment-link{color:#0f5aa6;text-decoration:none;word-break:break-word}.admin-attachment-link:hover{text-decoration:underline}.admin-success-state{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:1rem 0}.admin-success-icon{width:4rem;height:4rem;border-radius:999px;position:relative;background:#e2e8f0}.admin-success-icon:before,.admin-success-icon:after{content:"";position:absolute;background:#fff;border-radius:999px}.admin-success-icon:before{width:.9rem;height:.2rem;left:1rem;top:2.2rem;transform:rotate(45deg)}.admin-success-icon:after{width:1.8rem;height:.2rem;left:1.45rem;top:1.95rem;transform:rotate(-45deg)}.admin-success-state-positive .admin-success-icon{background:#16a34a}.admin-success-state-negative .admin-success-icon{background:#dc2626}.admin-success-state-success .admin-success-icon{background:#2563eb}.admin-modal-card-wide{width:min(880px,calc(100vw - 2rem))}.admin-radio-list{display:flex;flex-direction:column;gap:.75rem}.admin-radio-card{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-radius:.85rem;border:1px solid #dbe3ef;background:#fff;cursor:pointer}.admin-radio-card input{margin-top:.25rem}.admin-radio-card strong{color:#0f172a}.admin-radio-card p{margin:.25rem 0 0;color:#64748b}.admin-radio-card-selected{border-color:#2563eb;background:#eff6ff}.admin-duration-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-duration-pill{border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:.55rem .9rem;color:#0f172a}.admin-duration-pill-active{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.admin-form-help{margin-top:.35rem;color:#64748b;font-size:.8rem}.admin-broadcast-heading{margin:0 0 1rem;color:#0f172a;font-size:1.25rem}@media (max-width: 1180px){.admin-filter-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-detail-grid,.admin-card-section-grid,.admin-participant-grid,.admin-social-link-grid,.admin-education-list{grid-template-columns:1fr}}@media (max-width: 760px){.admin-page-header,.admin-page-header-main,.admin-profile-meta,.admin-participant-header{flex-direction:column;align-items:flex-start}.admin-filter-toolbar,.admin-score-grid{grid-template-columns:1fr}.admin-page-header-detail-main{flex-direction:row;align-items:center}.admin-profile-meta{margin-top:1rem;padding:0}.admin-profile-copy,.admin-profile-summary .admin-inline-badges{padding-top:0}.admin-profile-avatar-shell{margin-top:0}.admin-profile-summary .admin-inline-badges{margin-left:0;align-self:auto}.admin-social-link-grid,.admin-interest-topic-grid{grid-template-columns:1fr}.admin-education-summary{flex-direction:column}.admin-education-summary strong{text-align:left}.admin-score-list-row{align-items:flex-start}}.admin-line-chart-canvas{width:100%;min-height:320px}.admin-line-chart-canvas svg,.admin-donut-chart-canvas svg{overflow:visible}.admin-donut-chart:after{content:none}.admin-donut-chart-canvas{width:220px;height:220px}.admin-donut-center{pointer-events:none}.admin-donut-center:before{content:"";position:absolute;top:26px;right:26px;bottom:26px;left:26px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #f1f1f1;z-index:-1}@media (max-width: 640px){.admin-line-chart-canvas{min-height:280px}}
