:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app-input{width:100%}.app-input__label{color:var(--text-secondary);margin-bottom:7px;font-size:13px;font-weight:700;display:block}.app-input__required{color:var(--danger);margin-left:3px}.app-input__control{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input-background);width:100%;min-height:44px;color:var(--text);outline:none;padding:0 13px;transition:border-color .14s,box-shadow .14s,background .14s}.app-input__control::placeholder{color:var(--text-muted)}.app-input__control:hover{border-color:var(--border-strong)}.app-input__control:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent)}.app-input__control--error{border-color:var(--danger)}.app-input__hint,.app-input__error{margin-top:6px;font-size:12px;display:block}.app-input__hint{color:var(--text-muted)}.app-input__error{color:var(--danger)}.app-select{gap:7px;width:100%;min-width:0;display:grid}.app-select-label{color:var(--text-secondary);font-size:13px;font-weight:700}.app-select-required{color:var(--danger);margin-left:3px}.app-select-hint,.app-select-message{font-size:12px;line-height:1.4}.app-select-hint{color:var(--text-muted)}.app-select-message{color:var(--danger)}.app-select-control__control--is-disabled{opacity:.58}.app-select-control__menu{color:var(--text)}.app-button{border-radius:var(--radius-md);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:background .14s,border-color .14s,color .14s,box-shadow .14s,transform .14s;display:inline-flex}.app-button:disabled{opacity:.6;cursor:not-allowed}.app-button:not(:disabled):active{transform:translateY(1px)}.app-button--sm{min-height:36px;padding:0 12px;font-size:12px}.app-button--md{min-height:44px;padding:0 16px;font-size:13px}.app-button--lg{min-height:50px;padding:0 20px;font-size:14px}.app-button--full{width:100%}.app-button--primary{background:var(--primary);color:#fff}.app-button--primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-sm)}.app-button--secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.app-button--secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-muted)}.app-button--danger{background:var(--danger);color:#fff}.app-button--ghost{color:var(--text);background:0 0}.app-button--ghost:hover:not(:disabled){background:var(--surface-muted)}.app-button__loading{gap:4px;display:inline-flex}.app-button--icon-only{width:44px;min-width:44px;padding:0}.app-button__icon{justify-content:center;align-items:center;line-height:0;display:inline-flex}.app-button__label{min-width:0}.app-button__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite app-button-spinner}@keyframes app-button-spinner{to{transform:rotate(360deg)}}.app-overlay{z-index:5000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#070c1694;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.app-modal__backdrop-capture{justify-content:center;align-items:center;width:100%;min-height:0;max-height:100%;display:flex}.app-modal{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;min-height:0;max-height:calc(100dvh - 48px);color:var(--text);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000047;background:var(--surface)!important}.app-modal__header{border-bottom:1px solid var(--border);background:var(--surface);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.app-modal__header h2{color:var(--text);margin:0;font-size:16px;font-weight:800}.app-modal__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--surface);min-height:0;color:var(--text);flex:auto;padding:20px;overflow:hidden auto}.app-modal__footer{border-top:1px solid var(--border);background:var(--surface);flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;padding:14px 20px 18px;display:flex}.app-modal__close{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;place-items:center;font-size:22px;line-height:1;display:grid}.app-modal__close:hover{background:var(--surface-muted);color:var(--text)}@media (width<=640px){.app-modal{max-height:calc(100dvh - 24px)}.app-modal__header,.app-modal__body{padding-left:16px;padding-right:16px}.app-modal__footer{padding:12px 16px 16px}}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg, var(--surface-muted) 0%, color-mix(in srgb, var(--surface-muted) 72%, var(--border)) 48%, var(--surface-muted) 100%);background-size:220% 100%;animation:1.2s ease-in-out infinite skeleton-loading;overflow:hidden}.skeleton-block{min-height:72px}.skeleton-text{border-radius:999px;height:12px}.skeleton-circle{border-radius:50%;width:40px;height:40px}@keyframes skeleton-loading{0%{background-position:120% 0}to{background-position:-120% 0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.app-confirm-dialog,.app-confirm-dialog.app-modal,.app-confirm-dialog.app-modal-dialog,.app-confirm-dialog.app-modal-content{border:1px solid var(--border);box-shadow:0 18px 50px #00000047;background:var(--surface)!important}.app-confirm-dialog .app-modal,.app-confirm-dialog .app-modal-dialog,.app-confirm-dialog .app-modal-content,.app-confirm-dialog .app-modal-body,.app-confirm-dialog .app-modal-footer{background:var(--surface)!important}.app-confirm-dialog .app-modal-header{display:none}.app-confirm-dialog .app-modal-body{padding:26px 26px 18px}.app-confirm-dialog .app-modal-footer{border-top:1px solid var(--border);padding:14px 18px 18px}.app-confirm-dialog-content{background:var(--surface);grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:16px;display:grid}.app-confirm-dialog-icon{border:1px solid var(--border);background:var(--surface-muted);width:46px;height:46px;color:var(--text-secondary);border-radius:10px;flex:none;place-items:center;display:grid}.app-confirm-dialog-icon-danger{border-color:color-mix(in srgb, var(--danger) 25%, var(--border));background:color-mix(in srgb, var(--danger) 10%, var(--surface));color:var(--danger)}.app-confirm-dialog-icon-warning{border-color:color-mix(in srgb, var(--warning) 25%, var(--border));background:color-mix(in srgb, var(--warning) 10%, var(--surface));color:var(--warning)}.app-confirm-dialog-icon-info{border-color:color-mix(in srgb, var(--primary) 25%, var(--border));background:color-mix(in srgb, var(--primary) 10%, var(--surface));color:var(--primary)}.app-confirm-dialog-icon-success{border-color:color-mix(in srgb, var(--success) 25%, var(--border));background:color-mix(in srgb, var(--success) 10%, var(--surface));color:var(--success)}.app-confirm-dialog-copy{min-width:0}.app-confirm-dialog-copy h2{color:var(--text);letter-spacing:-.015em;margin:5px 0 0;font-size:18px;font-weight:800}.app-confirm-dialog-copy p{color:var(--text-secondary);margin:9px 0 0;font-size:12px;line-height:1.6}.app-confirm-dialog-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800;display:block}.app-confirm-dialog-detail{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--text-secondary);margin-top:14px;padding:10px 12px;font-size:11px;line-height:1.5}.app-confirm-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (width<=640px){.app-confirm-dialog-content{grid-template-columns:1fr}.app-confirm-dialog-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}}.participant-break-experience{gap:14px;width:min(100%,680px);margin:0 auto;display:grid}.participant-break-experience-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.participant-break-experience-header>span{color:var(--participant-accent,var(--primary));letter-spacing:.16em;font-size:10px;font-weight:800}.participant-break-experience-header>div{color:var(--text-muted);align-items:center;gap:8px;font-size:11px;display:flex}.participant-break-progress{grid-auto-columns:1fr;grid-auto-flow:column;gap:5px;display:grid}.participant-break-progress i{background:var(--border);border-radius:999px;height:3px}.participant-break-progress i.is-active{background:var(--primary)}.participant-break-content{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:18px;justify-items:center;gap:9px;padding:clamp(26px,6vw,48px) clamp(20px,6vw,52px);display:grid;box-shadow:0 22px 60px #0000001a}.participant-break-content>span{color:var(--primary);letter-spacing:.15em;font-size:10px;font-weight:800}.participant-break-content h2{max-width:600px;color:var(--text);margin:0;font-size:clamp(24px,5vw,38px);line-height:1.08}.participant-break-content>strong{color:var(--text);font-size:14px}.participant-break-content p{max-width:560px;color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.participant-break-content>a{color:var(--primary);align-items:center;gap:7px;margin-top:6px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.participant-break-content-icon{border:1px solid color-mix(in srgb, var(--primary) 30%, var(--border));background:color-mix(in srgb, var(--primary) 9%, var(--surface));width:46px;height:46px;color:var(--primary);border-radius:14px;place-items:center;display:grid}.participant-break-poll{text-align:left;justify-items:stretch}.participant-break-poll .participant-break-content-icon,.participant-break-poll>span,.participant-break-poll h2,.participant-break-poll p{justify-self:start}.participant-break-poll-help{font-size:12px!important}.participant-break-poll-options{gap:9px;width:100%;margin-top:8px;display:grid}.participant-break-poll-options button{text-align:left;justify-content:space-between;width:100%;min-height:48px}.participant-break-poll-confirmation,.participant-break-poll-error{border-radius:10px;padding:10px 12px;font-size:11px}.participant-break-poll-confirmation{background:color-mix(in srgb, #1fa67a 10%, var(--surface));color:#1fa67a}.participant-break-poll-error{background:color-mix(in srgb, #df4c54 10%, var(--surface));color:#df4c54}.participant-break-experience-footer{color:var(--text-muted);text-align:center;font-size:11px}@media (width<=640px){.participant-break-content{border-radius:14px;padding:24px 18px}.participant-break-content h2{font-size:25px}}.participant-break-queue-complete{border:1px solid var(--border);background:color-mix(in srgb, var(--primary) 6%, var(--surface));color:var(--text-muted);text-align:center;border-radius:10px;padding:10px 12px;font-size:11px;line-height:1.45}.participant-break-sponsor{width:100%}.participant-break-ad-timer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;width:100%;margin-bottom:2px;padding-bottom:10px;display:flex}.participant-break-ad-timer>span,.participant-break-ad-timer>strong{align-items:center;gap:6px;display:inline-flex}.participant-break-ad-timer>span{color:var(--text-muted);font-size:11px;font-weight:700}.participant-break-ad-timer>strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:12px}.participant-break-ad-timer-track{background:var(--border);border-radius:999px;width:100%;height:4px;margin-bottom:8px;overflow:hidden}.participant-break-ad-timer-track>i{border-radius:inherit;background:var(--primary);height:100%;transition:width .2s linear;display:block}.participant-break-sponsor-media{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 75%, #000);aspect-ratio:16/9;border-radius:14px;width:min(100%,560px);margin:8px 0 4px;overflow:hidden}.participant-break-sponsor-media img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=640px){.participant-break-ad-timer{align-items:flex-start}.participant-break-ad-timer>strong{white-space:nowrap}.participant-break-sponsor-media{border-radius:11px}}.participant-break-sponsor-media video{object-fit:contain;background:#000;width:100%;height:100%;display:block}*{box-sizing:border-box}:root{--card:#0c1927;--text:#eef4fb;--muted:#8097aa;--border:#294157;--primary:#68a9df;--shadow:0 18px 50px #00000057;--input-radius:10px}body{color:#eef4fb;background:#07111d;min-width:320px;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.participant-page{background:radial-gradient(circle at 50% -20%,#265c9238,#0000 42%),#07111d;min-height:100vh;padding:24px 16px 48px}.participant-join-shell{width:min(720px,100%);margin:0 auto}.participant-brand{align-items:flex-start;gap:12px;display:flex}.participant-brand-mark{color:#9dc8ee;background:#102337;border:1px solid #31516e;border-radius:11px;place-items:center;width:38px;height:38px;font-size:18px;font-weight:800;display:grid}.participant-brand>div{text-align:left;align-self:center;place-items:start;gap:0;min-width:0;display:grid}.participant-brand strong,.participant-brand>div>span{text-align:left;width:100%;margin:0}.participant-brand strong{font-size:14px}.participant-brand>div>span{color:#8097aa;font-size:11px}.participant-event-intro{padding:58px 0 28px}.participant-live-label{color:#68a9df;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:800;display:inline-flex}.participant-live-label:before{content:"";background:#38ce87;border-radius:50%;width:7px;height:7px}.participant-event-intro h1,.participant-live-event h1{letter-spacing:-.035em;margin:10px 0 8px;font-size:clamp(28px,7vw,42px);line-height:1.05}.participant-event-intro p{color:#91a6b9;max-width:540px;margin:0;font-size:14px;line-height:1.65}.participant-join-card{background:#0c1927;border:1px solid #243b50;border-radius:20px;overflow:visible;box-shadow:0 24px 80px #00000038}.participant-join-heading{border-bottom:1px solid #213649;padding:24px 24px 20px}.participant-join-heading>span,.participant-topic-card>span,.participant-speaker-card>span,.participant-reaction-placeholder>span,.participant-break-card>span{color:#6da9d9;letter-spacing:.1em;font-size:10px;font-weight:800}.participant-join-heading h2{margin:7px 0;font-size:22px}.participant-join-heading p{color:#879caf;max-width:570px;margin:0;font-size:13px;line-height:1.6}.participant-form{gap:20px;padding:24px;display:grid}.participant-field-grid{grid-template-columns:1fr;gap:18px;display:grid}.participant-field{gap:8px;min-width:0;display:grid}.participant-field label{color:#cbd8e4;font-size:12px;font-weight:700}.participant-field small{color:#71899e;margin-top:2px;font-size:10px;display:block}.participant-field-label-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.participant-disclosure-button,.participant-sign-in button{color:#78b4e3;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:700}.participant-sign-in button:disabled{cursor:default;opacity:.65}.participant-withheld{color:#778da1;border:1px dashed #294157;border-radius:9px;align-items:center;min-height:42px;padding:0 13px;font-size:12px;display:flex}.participant-optional-field{background:#091522;border:1px solid #20384d;border-radius:12px;padding:16px}.participant-privacy-note{background:#0b1d2c;border:1px solid #24435c;border-radius:11px;gap:4px;padding:14px 16px;display:grid}.participant-privacy-note strong{color:#c7d9e8;font-size:12px}.participant-privacy-note span{color:#7f96aa;font-size:11px;line-height:1.5}.participant-join-button{width:100%}.participant-sign-in{color:#73899c;justify-content:center;gap:6px;font-size:11px;display:flex}.participant-error{color:#ffadb4;background:#30171d;border:1px solid #71343c;border-radius:9px;margin:18px 24px 0;padding:12px 14px;font-size:12px}.participant-loading{color:#8399ac;padding:34px 24px;font-size:13px}.participant-live-page{padding-top:0}.participant-topbar{justify-content:space-between;align-items:center;gap:24px;width:100%;min-width:0;display:flex}.participant-topbar-actions{justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.participant-welcome{min-width:0;max-width:150px;color:var(--participant-muted);white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.participant-welcome strong{min-width:0;color:var(--participant-text);text-overflow:ellipsis;white-space:nowrap;font-weight:800;display:block;overflow:hidden}@media (width<=639px){.participant-welcome{max-width:105px}}@media (width<=480px){.participant-welcome{max-width:90px}}.participant-live-header{border-bottom:1px solid var(--participant-border-soft);width:min(980px,100%);margin:0 auto;padding:18px 0}.participant-live-header .participant-topbar{width:100%}.participant-live-header .participant-connection{flex:none}.participant-live-header .participant-leave-button{flex:none;min-height:38px;padding:0 14px}.participant-theme-toggle,.participant-account-logout{flex:none}.participant-connection{color:#7f93a5;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.participant-connection>span{background:#687684;border-radius:50%;width:7px;height:7px}.participant-connection-online{color:#6dd5a1}.participant-connection-online>span{background:#36ce87}.participant-live-shell{gap:16px;width:min(720px,100%);margin:0 auto;padding-top:42px;display:grid}.participant-live-shell>.participant-error{margin:0}.participant-live-event{padding-bottom:12px}.participant-topic-card,.participant-speaker-card,.participant-reaction-placeholder,.participant-break-card,.participant-live-waiting{background:#0c1927;border:1px solid #243b50;border-radius:17px}.participant-topic-card{padding:24px}.participant-topic-card h2{margin:8px 0 7px;font-size:clamp(23px,5vw,32px);line-height:1.15}.participant-topic-card p{color:#8ca1b4;margin:0;font-size:13px;line-height:1.6}.participant-speaker-card{border:1px solid var(--participant-border);background:var(--participant-surface);border-radius:17px;grid-template-columns:1fr;gap:18px;padding:24px;display:grid}.participant-speaker-card>span{width:100%;color:var(--participant-primary);letter-spacing:.1em;text-align:center;font-size:10px;font-weight:800;display:block}.participant-speaker-card>div:not(.participant-speaker-avatar){text-align:left;gap:4px;min-width:0;display:grid}.participant-speaker-avatar{aspect-ratio:1;border:1px solid var(--participant-border);background:var(--participant-primary-soft);width:48px;min-width:48px;height:48px;min-height:48px;color:var(--participant-primary);border-radius:50%;flex:0 0 48px;place-items:center;padding:0;font-size:17px;font-weight:800;line-height:1;display:grid;overflow:hidden}.participant-speaker-card{grid-template-columns:48px minmax(0,1fr)}.participant-speaker-card>span{grid-column:1/-1}.participant-speaker-avatar{grid-area:2/1}.participant-speaker-card>div:not(.participant-speaker-avatar){grid-area:2/2;align-self:center}.participant-speaker-card h3{color:var(--participant-text);white-space:nowrap;margin:0;font-size:17px;font-weight:800;line-height:1.2}.participant-speaker-card p{color:var(--participant-muted);white-space:nowrap;margin:0;font-size:11px}.participant-speaker-waiting{color:var(--participant-muted);text-align:center;grid-column:1/-1;justify-self:center;font-size:13px}.participant-reaction-placeholder{border-style:dashed;padding:22px}.participant-reaction-placeholder h3{margin:7px 0 5px;font-size:17px}.participant-reaction-placeholder p{color:#8096a9;margin:0;font-size:12px;line-height:1.5}.participant-break-card{text-align:center;padding:42px 24px}.participant-break-card h2{margin:10px 0 7px;font-size:28px}.participant-break-card p{color:#859bae;margin:0 0 22px}.participant-break-card div{color:#7f95a8;font-size:12px}.participant-break-card strong{color:#c8d7e4}.participant-live-waiting{padding:44px 24px}.participant-live-waiting h1{margin:10px 0 7px}.participant-live-waiting p{color:#8399ab;margin:0}@media (width>=640px){.participant-page{padding-left:24px;padding-right:24px}.participant-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.participant-event-intro{padding-top:76px}}@media (width>=900px){.participant-page{padding-bottom:72px}.participant-join-heading,.participant-form{padding-left:30px;padding-right:30px}}.appSelect__menu{background:#0c1927!important;border:1px solid #294157!important;box-shadow:0 18px 50px #00000057!important}.appSelect__menu-list{background:#0c1927!important}.appSelect__option{color:#eef4fb!important;background:#0c1927!important}.appSelect__option--is-focused{background:#12283c!important}.appSelect__option--is-selected{color:#fff!important;background:#173a57!important}.appSelect__control{background:#091522!important;border-color:#294157!important}.appSelect__single-value{color:#eef4fb!important}.appSelect__placeholder{color:#8097aa!important}.appSelect__input-container{color:#eef4fb!important}.participant-reaction-panel{background:#0c1927;border:1px solid #243b50;border-radius:17px;gap:20px;padding:22px;display:grid}.participant-reaction-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.participant-reaction-eyebrow{color:#6da9d9;letter-spacing:.1em;font-size:10px;font-weight:800}.participant-reaction-header h3{margin:6px 0 0;font-size:19px}.participant-reaction-live{color:#53d69a;letter-spacing:.08em;align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.participant-reaction-live:before{content:"";background:#38ce87;border-radius:50%;width:7px;height:7px}.participant-reaction-dimensions{gap:20px;display:grid}.participant-reaction-dimension{gap:9px;display:grid}.participant-reaction-dimension>span{color:#9eb0c0;font-size:12px;font-weight:700}.participant-reaction-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.participant-reaction-option{color:#b6c5d2;cursor:pointer;background:#091522;border:1px solid #294157;border-radius:10px;min-height:44px;padding:8px 10px;font-size:12px;font-weight:700;transition:border-color .14s,background-color .14s,color .14s,transform .14s}.participant-reaction-option:hover:not(:disabled){color:#eef4fb;background:#102337;border-color:#5a94c3}.participant-reaction-option:active:not(:disabled){transform:scale(.98)}.participant-reaction-option-selected{color:#dceeff;background:#1a3044;border-color:#68a9df}.participant-reaction-option:disabled{cursor:default;opacity:.6}.participant-reaction-footnote{color:#71899e;margin:-4px 0 0;font-size:10px}.participant-reaction-error{color:#ffadb4;background:#30171d;border:1px solid #71343c;border-radius:8px;padding:10px 12px;font-size:11px}.participant-reaction-disabled{border-style:dashed}.participant-reaction-disabled h3{margin:4px 0 0}.participant-reaction-disabled p{color:#8096a9;margin:0;font-size:12px}.participant-live-actions{align-items:center;gap:14px;display:flex}.participant-leave-button{color:#9eb0c0;cursor:pointer;background:0 0;border:1px solid #294157;border-radius:8px;min-height:34px;padding:0 13px;font-size:11px;font-weight:700}.participant-leave-button:hover:not(:disabled){color:#eef4fb;background:#102337;border-color:#5a94c3}.participant-leave-button:disabled{cursor:default;opacity:.55}.participant-reaction-panel-closing{border-color:#725d32}.participant-response-closing{background:#211c13;border:1px solid #705c32;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:15px 16px;display:grid}.participant-response-closing-copy{gap:4px;min-width:0;display:grid}.participant-response-closing-copy>span{color:#d7ad5e;letter-spacing:.12em;font-size:9px;font-weight:800}.participant-response-closing-copy>strong{color:#f3ead8;text-overflow:ellipsis;font-size:13px;line-height:1.35;overflow:hidden}.participant-response-closing-copy>small{color:#b09d79;font-size:10px;line-height:1.45}.participant-response-closing-timer{background:#17140e;border:1px solid #876d37;border-radius:10px;place-items:center;min-width:62px;padding:8px 11px;display:grid}.participant-response-closing-timer>span{color:#f2c86f;font-variant-numeric:tabular-nums;letter-spacing:-.03em;font-size:27px;font-weight:800;line-height:1}.participant-response-closing-timer>small{color:#9f895d;letter-spacing:.12em;margin-top:4px;font-size:8px;font-weight:800}.participant-reaction-live-closing{color:#e2b75f}.participant-reaction-live-closing:before{background:#e2b75f}.participant-response-closing-expired{background:#15191e;border-color:#4e5660}.participant-response-closing-expired .participant-response-closing-copy>span,.participant-response-closing-expired .participant-response-closing-copy>strong,.participant-response-closing-expired .participant-response-closing-timer>span{color:#b4bec7}.participant-response-closing-expired .participant-response-closing-timer{background:#11161b;border-color:#48535e}.participant-discovery-page{padding-top:24px}.participant-discovery-brand{padding-bottom:8px}.participant-discovery-intro{max-width:680px;padding:58px 0 34px}.participant-discovery-eyebrow,.participant-discovery-section-header>div>span{color:var(--participant-primary);letter-spacing:.12em;text-align:left;margin:0;padding:0;font-size:10px;font-weight:800;line-height:1;display:block}.participant-discovery-intro h1{color:#eef4fb;letter-spacing:-.035em;margin:9px 0;font-size:clamp(30px,6vw,46px);line-height:1.05}.participant-discovery-intro p{color:#91a6b9;max-width:620px;margin:0;font-size:14px;line-height:1.65}.participant-conversation-notice{background:#0c1927;border:1px solid #3c5265;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:18px;margin-top:24px;padding:15px 17px;display:flex}.participant-conversation-notice>div{gap:4px;display:grid}.participant-conversation-notice strong{color:#d9e5ef;font-size:13px}.participant-conversation-notice span{color:#849aab;font-size:11px;line-height:1.5}.participant-conversation-notice button{color:#8da1b3;cursor:pointer;background:0 0;border:0;border-radius:7px;width:30px;height:30px;padding:0;font-size:20px}.participant-discovery-section{gap:15px;margin-bottom:36px;display:grid}.participant-discovery-section-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.participant-discovery-section-header>div{text-align:left;place-items:start;gap:5px;min-width:0;display:grid}.participant-discovery-section-header h2{color:#eef4fb;margin:0;font-size:20px}.participant-discovery-section-header>strong{color:#b8c9d6;background:#0c1927;border:1px solid #294157;border-radius:8px;place-items:center;min-width:34px;height:30px;font-size:12px;display:grid}.participant-discovery-loading,.participant-discovery-empty{color:#8097aa;border:1px dashed #294157;border-radius:14px;min-height:110px;padding:26px;font-size:12px}.participant-discovery-empty{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;display:flex}.participant-discovery-empty strong{color:#bccbd7;font-size:13px}.participant-discovery-empty span{color:#71899e}.participant-conversation-grid{grid-template-columns:1fr;gap:14px;display:grid}.participant-conversation-card{background:#0c1927;border:1px solid #294157;border-radius:16px;grid-template-rows:auto 1fr auto;min-width:0;display:grid;position:relative;overflow:hidden}.participant-conversation-card:before{content:"";background:#3b5871;height:2px;position:absolute;top:0;left:0;right:0}.participant-conversation-card-live:before{background:#b83c57}.participant-conversation-card-upcoming:before{background:#507da5}.participant-conversation-card-header{justify-content:space-between;align-items:center;gap:12px;padding:17px 18px 0;display:flex}.participant-conversation-status{letter-spacing:.09em;border-radius:5px;align-items:center;gap:6px;padding:5px 7px;font-size:9px;font-weight:800;display:inline-flex}.participant-conversation-status-live{color:#ff7891;background:#381628}.participant-conversation-status-paused{color:#e0b66d;background:#30271a}.participant-conversation-status-upcoming{color:#8fc1e8;background:#12283c}.participant-conversation-type{color:#7d92a4;font-size:10px;font-weight:700}.participant-conversation-card-body{align-content:start;gap:13px;padding:18px;display:grid}.participant-conversation-card-body h3{color:#eef4fb;margin:0;font-size:18px;line-height:1.25}.participant-conversation-card-body>p{color:#879caf;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.55;display:-webkit-box;overflow:hidden}.participant-conversation-current{background:#091522;border:1px solid #253e53;border-radius:10px;gap:4px;padding:12px 13px;display:grid}.participant-conversation-current>span,.participant-conversation-speaker>span,.participant-conversation-schedule span{color:#6f8aa0;letter-spacing:.08em;font-size:8px;font-weight:800}.participant-conversation-current strong{color:#cbdbe7;font-size:12px;line-height:1.4}.participant-conversation-speaker{align-items:center;gap:7px;display:flex}.participant-conversation-speaker strong{color:#b9cad7;font-size:11px}.participant-conversation-schedule{border:1px solid var(--participant-border-soft);background:var(--participant-surface-muted);border-radius:9px;align-items:center;gap:10px;min-height:54px;padding:9px 11px;display:flex}.participant-conversation-schedule svg{color:#7caed5;flex:none}.participant-conversation-schedule>div{gap:2px;display:grid}.participant-conversation-schedule span{color:var(--participant-muted);letter-spacing:.08em;font-size:8px;font-weight:800;line-height:1}.participant-conversation-schedule strong{color:var(--participant-text-soft);font-size:11px;line-height:1.3}.participant-conversation-venue{color:#7f94a6;font-size:10px}.participant-conversation-card-footer{border-top:1px solid #213649;justify-content:space-between;align-items:center;gap:14px;padding:13px 18px;display:flex}.participant-conversation-card-footer>span{color:#70879a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.participant-registration-prompt{align-items:flex-start;gap:14px;display:flex}.participant-registration-prompt-icon{color:#9dc8ee;background:#102337;border:1px solid #31516e;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.participant-registration-prompt>div:last-child{gap:8px;display:grid}.participant-registration-prompt strong{color:#e5edf4;font-size:14px}.participant-registration-prompt p{color:#8398aa;margin:0;font-size:12px;line-height:1.55}.participant-back-button{color:#81b5df;cursor:pointer;background:0 0;border:0;margin:0 0 20px;padding:0;font-size:11px;font-weight:700;display:block}.participant-live-header{border-bottom:1px solid #203548;justify-content:space-between;align-items:center;gap:16px;width:min(880px,100%);margin:0 auto;padding:18px 0;display:flex}@media (width>=640px){.participant-conversation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.participant-discovery-intro{padding-top:72px}}@media (width>=900px){.participant-conversation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639px){.participant-conversation-card-footer{flex-direction:column;align-items:stretch}.participant-conversation-card-footer>span{white-space:normal}.participant-conversation-card-footer button{width:100%}.participant-live-header{align-items:flex-start}}@media (width<=480px){.participant-response-closing{gap:12px;padding:13px}.participant-response-closing-timer{min-width:56px}.participant-response-closing-timer>span{font-size:24px}}@media (width<=639px){.participant-reaction-options{grid-template-columns:1fr}}:root{--participant-bg:#07111d;--participant-surface:#0c1927;--participant-surface-strong:#0d1b2a;--participant-surface-muted:#091522;--participant-text:#eef4fb;--participant-text-soft:#cbd8e4;--participant-muted:#8097aa;--participant-border:#294157;--participant-border-soft:#203548;--participant-primary:#68a9df;--participant-primary-soft:#12283c;--color-bg:#07111d;--color-surface:#0d1b2a;--color-surface-muted:#091522;--color-border:#294157;--color-text:#eef4fb;--color-text-muted:#8097aa;--color-primary:#68a9df;--color-primary-soft:#12283c}:root[data-theme=light]{--participant-bg:#f3f7fa;--participant-surface:#fff;--participant-surface-strong:#fff;--participant-surface-muted:#f7fafc;--participant-text:#172536;--participant-text-soft:#32485b;--participant-muted:#667d90;--participant-border:#d3dee7;--participant-border-soft:#e2e9ef;--participant-primary:#326f9f;--participant-primary-soft:#e7f1f8;--color-bg:#f3f7fa;--color-surface:#fff;--color-surface-muted:#f7fafc;--color-border:#d3dee7;--color-text:#172536;--color-text-muted:#667d90;--color-primary:#326f9f;--color-primary-soft:#e7f1f8}body{background:var(--participant-bg);color:var(--participant-text)}.participant-page{background:radial-gradient(circle at 50% -20%, color-mix(in srgb, var(--participant-primary) 16%, transparent), transparent 42%), var(--participant-bg);color:var(--participant-text)}.participant-welcome{color:var(--participant-muted);font-size:11px}.participant-welcome strong{color:var(--participant-text)}.participant-theme-toggle,.participant-account-logout{border:1px solid var(--participant-border);background:var(--participant-surface);min-height:38px;color:var(--participant-text-soft);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.participant-theme-toggle{width:38px;padding:0}.participant-account-logout{gap:7px;padding:0 12px;font-size:11px;font-weight:700}.participant-theme-toggle:hover,.participant-account-logout:hover{border-color:var(--participant-primary);color:var(--participant-primary)}.participant-discovery-shell{width:min(1180px,100%);margin:0 auto}.participant-discovery-intro{text-align:center;max-width:720px;margin-left:auto;margin-right:auto;padding-top:58px}.participant-discovery-layout{grid-template-columns:minmax(0,1.7fr) minmax(320px,.85fr);align-items:start;gap:24px;margin-top:10px;display:grid}.participant-discovery-section{min-width:0}.participant-discovery-section-upcoming{border-left:1px solid var(--participant-border-soft);padding-left:24px}.participant-conversation-grid-live{grid-template-columns:repeat(2,minmax(0,1fr))}.participant-conversation-grid-upcoming{grid-template-columns:1fr}.participant-discovery-section-live .participant-conversation-card,.participant-discovery-section-upcoming .participant-conversation-card{height:auto;min-height:0}.participant-conversation-card{align-self:start}.participant-discovery-section-upcoming .participant-conversation-card{height:auto;min-height:0;overflow:hidden}.participant-discovery-section-upcoming .participant-conversation-card-footer{justify-content:space-between;align-items:center}.participant-discovery-section-upcoming .participant-conversation-card-footer button{flex:none;width:auto}.participant-conversation-card,.participant-join-card,.participant-topic-card,.participant-speaker-card,.participant-reaction-panel,.participant-break-card,.participant-live-waiting,.participant-conversation-notice,.participant-optional-field,.participant-privacy-note,.participant-discovery-loading,.participant-discovery-empty{border-color:var(--participant-border);background:var(--participant-surface);color:var(--participant-text)}.participant-conversation-current,.participant-conversation-schedule{border-color:var(--participant-border-soft);background:var(--participant-surface-muted)}.participant-conversation-card-body h3,.participant-discovery-intro h1,.participant-discovery-section-header h2,.participant-event-intro h1,.participant-topic-card h2,.participant-live-event h1,.participant-join-heading h2{color:var(--participant-text)}.participant-conversation-card-body>p,.participant-discovery-intro p,.participant-event-intro p,.participant-join-heading p,.participant-topic-card p,.participant-live-waiting p{color:var(--participant-muted)}.participant-withheld{border-color:var(--participant-border);color:var(--participant-muted)}.participant-field label{color:var(--participant-text-soft)}.participant-disclosure-button{color:var(--participant-primary)}.appSelect__control,.app-select__control{border-color:var(--participant-border)!important;background:var(--participant-surface-muted)!important}.appSelect__menu,.appSelect__menu-list,.app-select__menu,.app-select__menu-list{border-color:var(--participant-border)!important;background:var(--participant-surface)!important}.appSelect__option,.app-select__option{background:var(--participant-surface)!important;color:var(--participant-text)!important}.appSelect__option--is-focused,.app-select__option--is-focused{background:var(--participant-primary-soft)!important}.appSelect__single-value,.appSelect__input-container,.app-select__single-value,.app-select__input-container{color:var(--participant-text)!important}.appSelect__placeholder,.app-select__placeholder{color:var(--participant-muted)!important}.participant-conversation-started{color:var(--participant-muted);margin-top:-5px;font-size:10px;font-weight:600;line-height:1.35;display:block}.participant-conversation-card-live .participant-conversation-started{color:#8aa1b4}.app-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030a12b8!important}.app-modal{overflow:hidden;border:1px solid var(--participant-border)!important;background:var(--participant-surface-strong)!important;color:var(--participant-text)!important;border-radius:16px!important;box-shadow:0 30px 90px #0000007a!important}.app-modal__header,.app-modal__body,.app-modal__footer{background:var(--participant-surface-strong)!important;color:var(--participant-text)!important}.app-modal__header{border-bottom:1px solid var(--participant-border)!important}.app-modal__footer{border-top:1px solid var(--participant-border)!important}.app-modal__header h2{color:var(--participant-text)!important}.app-modal__close{color:var(--participant-muted)!important}.participant-registration-prompt strong{color:var(--participant-text)}.participant-registration-prompt p{color:var(--participant-muted)}:root[data-theme=light] .participant-speaker-avatar{color:#326f9f;background:#e8f2f9;border-color:#bfd2e0}:root[data-theme=light] .participant-reaction-option{color:#3e5263;background:#f8fafc;border-color:#d2dee7}:root[data-theme=light] .participant-reaction-option-selected{color:#204d70;background:#e1eff9;border-color:#4f8fbe}:root[data-theme=light] .participant-leave-button{color:#536b7e;border-color:#ccd9e3}:root[data-theme=light] .participant-response-closing{background:#fff8e9}:root[data-theme=light] .participant-response-closing-expired{background:#f4f6f8}@media (width<=1099px){.participant-discovery-layout{grid-template-columns:1fr;gap:34px}.participant-discovery-section-upcoming{border-left:0;padding-left:0}.participant-conversation-grid-upcoming{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=899px){.participant-conversation-grid-live,.participant-conversation-grid-upcoming{grid-template-columns:1fr}.participant-discovery-intro{text-align:left}}@media (width<=639px){.participant-topbar{align-items:flex-start;gap:14px}.participant-brand{flex:none}.participant-topbar-actions{flex-wrap:wrap;gap:8px}.participant-welcome{text-align:left;width:auto}.participant-account-logout span{display:none}.participant-account-logout{width:38px;padding:0}}@media (width<=480px){.participant-topbar{grid-template-columns:1fr;display:grid}.participant-topbar-actions,.participant-live-header .participant-topbar-actions{justify-content:flex-start}}.participant-account-form{gap:16px;display:grid}.participant-account-context{border:1px solid var(--participant-border);background:var(--participant-surface-muted);border-radius:10px;gap:4px;margin-bottom:18px;padding:12px 14px;display:grid}.participant-account-context>span{color:var(--participant-primary);letter-spacing:.1em;font-size:9px;font-weight:800}.participant-account-context>strong{color:var(--participant-text);font-size:13px}.participant-handle-field{gap:8px;display:grid}.participant-handle-field>label{color:var(--participant-text-soft);font-size:12px;font-weight:700}.participant-handle-field>small{color:var(--participant-muted);font-size:10px;line-height:1.5}.participant-handle-input{border:1px solid var(--participant-border);background:var(--participant-surface-muted);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:48px;display:grid}.participant-handle-input>span{color:var(--participant-muted);padding-left:14px;font-size:16px;font-weight:700}.participant-handle-input input{width:100%;min-width:0;height:46px;color:var(--participant-text);background:0 0;border:0;outline:0;padding:0 10px 0 3px;font-size:16px;font-weight:700}.participant-handle-input svg{margin-right:13px}.participant-handle-input-available{border-color:#3c946e}.participant-handle-input-unavailable{border-color:#9b4c56}.participant-handle-check{color:#58c990}.participant-handle-x{color:#dc7881}.participant-handle-spinner{color:var(--participant-primary);animation:.75s linear infinite participant-handle-spin}@keyframes participant-handle-spin{to{transform:rotate(360deg)}}.participant-handle-message{font-size:10px;font-weight:700}.participant-handle-message-checking{color:var(--participant-muted)}.participant-handle-message-available{color:#58c990}.participant-handle-message-unavailable{color:#e4868e}.participant-account-error{color:#ffadb4;background:#30171d;border:1px solid #71343c;border-radius:8px;padding:10px 12px;font-size:11px}.participant-account-switch,.participant-account-back{width:fit-content;color:var(--participant-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:4px 0;font-size:11px;font-weight:700;display:inline-flex}.participant-account-switch{justify-self:center}.participant-account-identity{border:1px solid var(--participant-border);background:var(--participant-surface-muted);border-radius:10px;align-items:center;gap:11px;padding:12px 14px;display:flex}.participant-account-identity svg{color:var(--participant-primary)}.participant-account-identity>div{gap:2px;display:grid}.participant-account-identity strong{color:var(--participant-text);font-size:12px}.participant-account-identity span{color:var(--participant-muted);font-size:10px}.participant-account-handle-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.participant-handle-reservation-time{color:var(--participant-muted);font-variant-numeric:tabular-nums;font-size:10px}.participant-conversation-card-reminder-on{border-color:color-mix(in srgb, var(--participant-primary) 70%, var(--participant-border));background:linear-gradient(180deg, color-mix(in srgb, var(--participant-primary) 8%, var(--participant-surface)), var(--participant-surface) 46%)}.participant-conversation-card-reminder-on:before{background:var(--participant-primary);height:3px}.participant-conversation-card-reminder-on .participant-conversation-status-upcoming{background:color-mix(in srgb, var(--participant-primary) 18%, var(--participant-surface-muted));color:var(--participant-primary)}.participant-reminder-button-on{font-weight:800}.participant-reminder-error{color:#ffadb4;background:#30171d;border:1px solid #71343c;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:11px}.participant-account-login{border:1px solid var(--participant-border);background:var(--participant-surface);min-height:38px;color:var(--participant-text-soft);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:11px;font-weight:700;display:inline-flex}.participant-account-login:hover{border-color:var(--participant-primary);color:var(--participant-primary)}@media (width<=639px){.participant-account-login span{display:none}.participant-account-login{width:38px;padding:0}}.participant-reaction-restoring{color:var(--participant-muted);margin-bottom:12px;font-size:10px;font-weight:600}.participant-reaction-closing{border:1px solid var(--participant-border);background:var(--participant-surface-muted);color:var(--participant-text);border-radius:12px;align-items:center;gap:12px;margin:14px 0 18px;padding:12px 14px;display:flex}.participant-reaction-closing>svg{flex:none}.participant-reaction-closing>div{flex-direction:column;gap:2px;min-width:0;display:flex}.participant-reaction-closing strong{font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.participant-reaction-closing span{color:var(--participant-muted);font-size:11px;line-height:1.4}.participant-conversation-ended{border:1px solid var(--participant-border);background:var(--participant-surface);color:var(--participant-text);text-align:center;border-radius:17px;flex-direction:column;align-items:center;padding:46px 24px;display:flex}.participant-conversation-ended h2{margin:12px 0 8px;font-size:clamp(24px,5vw,32px);line-height:1.15}.participant-conversation-ended p{width:min(520px,100%);color:var(--participant-muted);margin:0 auto 24px;font-size:13px;line-height:1.6}.participant-conversation-ended button{width:auto}.participant-speaker-avatar img{object-fit:cover;width:100%;height:100%;display:block}.participant-speaker-organization{color:var(--participant-muted);margin-top:3px;font-size:10px;font-weight:650;line-height:1.35;display:block}:root{--card:var(--participant-surface);--surface:var(--participant-surface);--surface-raised:var(--participant-surface-strong);--surface-muted:var(--participant-surface-muted);--input-background:var(--participant-surface-muted);--input-placeholder:var(--participant-muted);--text:var(--participant-text);--text-secondary:var(--participant-text-soft);--text-muted:var(--participant-muted);--muted:var(--participant-muted);--border:var(--participant-border);--border-strong:var(--participant-primary);--primary:var(--participant-primary);--danger:#d85a67;--radius-md:10px;--shadow:0 18px 50px #00000057;--shadow-md:0 18px 50px #00000057}:root[data-theme=light]{--danger:#b84350;--shadow:0 18px 44px #273d4e24;--shadow-md:0 18px 44px #273d4e24}.app-select-control__control{border-color:var(--participant-border)!important;background:var(--participant-surface-muted)!important;color:var(--participant-text)!important}.app-select-control__menu,.app-select-control__menu-list{border-color:var(--participant-border)!important;background:var(--participant-surface-strong)!important;color:var(--participant-text)!important}.app-select-control__option{color:var(--participant-text)!important}.app-select-control__option--is-focused{background:var(--participant-primary-soft)!important}.app-select-control__option--is-selected{background:color-mix(in srgb, var(--participant-primary) 18%, var(--participant-surface-strong))!important}.app-select-control__single-value,.app-select-control__input-container{color:var(--participant-text)!important}.app-select-control__placeholder{color:var(--participant-muted)!important}.participant-brand{align-items:center;gap:8px}.participant-brand-mark{border-radius:9px;width:32px;height:32px;font-size:14px}.participant-brand>div{gap:1px;line-height:1}.participant-brand strong{font-size:13px;line-height:1.05}.participant-brand>div>span{margin-top:2px;font-size:9px;line-height:1.05}.participant-discovery-intro{padding-top:42px}.participant-account-chip{border:1px solid var(--participant-border);background:var(--participant-surface);min-height:38px;color:var(--participant-text);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:8px;padding:3px 10px 3px 4px;transition:border-color .14s,background .14s;display:inline-flex}.participant-account-chip:hover{border-color:var(--participant-primary);background:color-mix(in srgb, var(--participant-primary) 5%, var(--participant-surface))}.participant-account-chip-avatar{background:var(--participant-primary-soft);width:30px;height:30px;color:var(--participant-primary);border-radius:9px;flex:0 0 30px;place-items:center;display:grid;overflow:hidden}.participant-account-chip-avatar img{object-fit:cover;width:100%;height:100%;display:block}.participant-account-chip-copy{gap:1px;min-width:0;display:grid}.participant-account-chip-copy small{color:var(--participant-muted);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:700;line-height:1.1}.participant-account-chip-copy strong{max-width:100px;color:var(--participant-text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.2;overflow:hidden}.participant-discovery-search-row{justify-content:space-between;align-items:center;gap:14px;width:min(760px,100%);margin:0 auto 22px;display:flex}.participant-discovery-search{border:1px solid var(--participant-border);background:var(--participant-surface-muted);min-width:0;min-height:42px;color:var(--participant-muted);border-radius:11px;flex:1;align-items:center;gap:8px;padding:0 12px;transition:border-color .14s,box-shadow .14s;display:flex}.participant-discovery-search:focus-within{border-color:var(--participant-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--participant-primary) 13%, transparent)}.participant-discovery-search input{min-width:0;color:var(--participant-text);background:0 0;border:0;outline:0;flex:1;font-size:12px}.participant-discovery-search input::placeholder{color:var(--participant-muted)}.participant-discovery-search-row>span{color:var(--participant-muted);white-space:nowrap;flex:none;font-size:10px}.participant-profile-page .participant-discovery-shell{width:min(960px,100%)}.participant-profile-shell{width:min(820px,100%);margin:38px auto 0}.participant-profile-back{color:var(--participant-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:11px;font-weight:700;display:inline-flex}.participant-profile-heading{margin:22px 0 20px}.participant-profile-heading>span,.participant-profile-section-heading>span{color:var(--participant-primary);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:800}.participant-profile-heading h1{color:var(--participant-text);letter-spacing:-.03em;margin:7px 0;font-size:clamp(27px,5vw,36px);line-height:1.08}.participant-profile-heading p{width:min(650px,100%);color:var(--participant-muted);margin:0;font-size:12px;line-height:1.6}.participant-profile-card{border:1px solid var(--participant-border);background:var(--participant-surface);border-radius:18px;overflow:visible;box-shadow:0 24px 70px #0000002e}.participant-profile-avatar-section{border-bottom:1px solid var(--participant-border-soft);align-items:center;gap:16px;padding:20px 22px;display:flex}.participant-profile-avatar{border:1px solid var(--participant-border);background:var(--participant-surface-muted);width:76px;height:76px;color:var(--participant-primary);border-radius:18px;flex:0 0 76px;place-items:center;display:grid;overflow:hidden}.participant-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.participant-profile-avatar-copy{justify-items:start;gap:4px;min-width:0;display:grid}.participant-profile-avatar-copy>strong{color:var(--participant-text);font-size:13px}.participant-profile-avatar-copy>span{color:var(--participant-muted);margin-bottom:6px;font-size:10px}.participant-profile-file-input{display:none}.participant-profile-spinner{animation:.9s linear infinite participant-profile-spin}@keyframes participant-profile-spin{to{transform:rotate(360deg)}}.participant-profile-section{border-bottom:1px solid var(--participant-border-soft);padding:22px}.participant-profile-section-heading{margin-bottom:16px}.participant-profile-section-heading h2{color:var(--participant-text);margin:4px 0 0;font-size:17px}.participant-profile-section-heading p{color:var(--participant-muted);margin:4px 0 0;font-size:10px;line-height:1.5}.participant-profile-grid{gap:14px;display:grid}.participant-profile-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.participant-profile-select-field{gap:6px;min-width:0;display:grid}.participant-profile-select-field>label{color:var(--participant-text-soft);font-size:11px;font-weight:700}.participant-profile-demographics{gap:15px;display:grid}.participant-profile-disclosure-row{border:1px solid var(--participant-border-soft);background:var(--participant-surface-muted);border-radius:11px;justify-content:space-between;align-items:center;gap:16px;padding:13px 14px;display:flex}.participant-profile-disclosure-row>div{gap:2px;min-width:0;display:grid}.participant-profile-disclosure-row strong{color:var(--participant-text);font-size:11px}.participant-profile-disclosure-row span{color:var(--participant-muted);font-size:9px;line-height:1.4}.participant-profile-switch{cursor:pointer;flex:0 0 38px;width:38px;height:22px;position:relative}.participant-profile-switch input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.participant-profile-switch>span{border:1px solid var(--participant-border);background:var(--participant-surface);border-radius:999px;transition:background .14s,border-color .14s;position:absolute;inset:0}.participant-profile-switch>span:after{background:var(--participant-muted);content:"";border-radius:50%;width:14px;height:14px;transition:transform .14s,background .14s;position:absolute;top:3px;left:3px}.participant-profile-switch input:checked+span{border-color:var(--participant-primary);background:color-mix(in srgb, var(--participant-primary) 22%, var(--participant-surface))}.participant-profile-switch input:checked+span:after{background:var(--participant-primary);transform:translate(16px)}.participant-profile-loading{border:1px dashed var(--participant-border);color:var(--participant-muted);text-align:center;border-radius:10px;padding:18px;font-size:11px}.participant-profile-message{border-radius:9px;align-items:center;gap:8px;margin:16px 22px 0;padding:10px 12px;font-size:10px;font-weight:650;display:flex}.participant-profile-message-success{background:color-mix(in srgb, #2c6d55 22%, var(--participant-surface));color:#76d6ae;border:1px solid #2c6d55}:root[data-theme=light] .participant-profile-message-success{color:#286d53}.participant-profile-message-error{background:color-mix(in srgb, #71343c 24%, var(--participant-surface));color:#ffadb4;border:1px solid #71343c}:root[data-theme=light] .participant-profile-message-error{color:#a23844}.participant-profile-actions{justify-content:flex-end;align-items:center;gap:10px;padding:18px 22px 20px;display:flex}@media (width<=899px){.participant-discovery-intro{padding-top:34px}.participant-discovery-search-row{width:100%}}@media (width<=639px){.participant-account-chip{width:38px;padding:3px}.participant-account-chip-avatar{flex-basis:30px;width:30px}.participant-account-chip-copy,.participant-account-logout span{display:none}.participant-account-logout{width:38px;padding:0}.participant-discovery-search-row{flex-direction:column;align-items:stretch;gap:7px}.participant-discovery-search-row>span{white-space:normal}.participant-profile-shell{margin-top:26px}.participant-profile-grid-two{grid-template-columns:1fr}.participant-profile-avatar-section{align-items:flex-start;padding:18px}.participant-profile-avatar{border-radius:15px;flex-basis:64px;width:64px;height:64px}.participant-profile-section{padding:18px}.participant-profile-message{margin-left:18px;margin-right:18px}.participant-profile-actions{padding:16px 18px 18px}}.participant-profile-home-county{border:1px solid var(--participant-border-soft);background:var(--participant-surface-muted);border-radius:11px;gap:10px;padding:13px 14px;display:grid}.participant-profile-checkbox{color:var(--participant-text-soft);cursor:pointer;align-items:center;gap:8px;font-size:10px;font-weight:650;display:inline-flex}.participant-profile-checkbox input{accent-color:var(--participant-primary)}.participant-profile-error,.participant-profile-success{border-radius:9px;align-items:center;gap:8px;margin:16px 22px 0;padding:10px 12px;font-size:10px;font-weight:650;display:flex}.participant-profile-error{background:color-mix(in srgb, #71343c 24%, var(--participant-surface));color:#ffadb4;border:1px solid #71343c}.participant-profile-success{background:color-mix(in srgb, #2c6d55 22%, var(--participant-surface));color:#76d6ae;border:1px solid #2c6d55}:root[data-theme=light] .participant-profile-error{color:#a23844}:root[data-theme=light] .participant-profile-success{color:#286d53}@media (width<=639px){.participant-profile-error,.participant-profile-success{margin-left:18px;margin-right:18px}}.participant-conversation-organization{align-items:center;gap:8px;min-width:0;display:flex}.participant-conversation-organization-logo{border:1px solid var(--participant-border-soft);background:var(--participant-surface-muted);width:30px;height:26px;color:var(--participant-primary);letter-spacing:.02em;border-radius:7px;flex:none;place-items:center;font-size:8px;font-weight:850;display:grid;overflow:hidden}.participant-conversation-organization-logo img{object-fit:contain;width:100%;height:100%;padding:3px}.participant-conversation-organization-name{min-width:0;color:var(--participant-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:750;overflow:hidden}.participant-conversation-organization-live{justify-content:center;margin-top:10px}.participant-conversation-organization-live .participant-conversation-organization-logo{width:36px;height:30px}.participant-conversation-organization-live .participant-conversation-organization-name{color:var(--participant-text-secondary);font-size:10px}
