@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{color-scheme:light}[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ui-color-textStrong);background:var(--ui-gradient-canvas);font-family:var(--ui-font-body)}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}a{color:inherit}code,pre{font-family:var(--ui-font-mono)}.app-shell{max-width:1480px;margin:0 auto;padding:24px}.top-bar,.card{border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundElevated);box-shadow:var(--ui-shadow-overlay);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-radius:var(--ui-radius-card);margin-bottom:20px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.logo-wrap{position:relative;width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,var(--ui-color-primarySoft),rgba(255,255,255,.72));box-shadow:var(--ui-shadow-glow);flex-shrink:0}.logo{width:34px;height:34px}.admin-badge{position:absolute;right:-8px;bottom:-8px;padding:4px 8px;border-radius:var(--ui-radius-pill);background:var(--ui-color-textStrong);color:var(--ui-color-backgroundStrong);font-size:11px;font-weight:800;letter-spacing:.04em}.brand-title{font-family:var(--ui-font-display);font-size:1.25rem;font-weight:700}.brand-subtitle{color:var(--ui-color-textMuted);font-size:.92rem}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.role-pill{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;border-radius:var(--ui-radius-pill);border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-surfaceSubtle);color:var(--ui-color-textMuted);font-size:.8rem;font-weight:700}input[type=text],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=number],input[type=password],input[type=datetime-local],input[type=date],textarea,select{width:100%;min-height:46px;border-radius:16px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-surfaceSubtle);color:var(--ui-color-textStrong);padding:12px 14px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}textarea{min-height:100px;resize:vertical}input[readonly]{color:var(--ui-color-textSoft)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--ui-color-primary);box-shadow:0 0 0 4px var(--ui-color-primaryGlow)}.env-pill,.availability-pill,.tag,.access-pill{display:inline-flex;align-items:center;gap:6px;border-radius:var(--ui-radius-pill);padding:8px 12px;min-height:52px;font-size:.8rem;font-weight:700}.env-pill{border:1px solid var(--ui-color-borderStrong);background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong)}.session-pill{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:10px 14px;border-radius:16px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.session-pill strong,.session-pill small{display:block}.session-pill small{color:var(--ui-color-textMuted)}.env-pill-staging{background:var(--ui-color-infoSoft);color:var(--ui-color-info)}.theme-toggle,.primary,.secondary,.danger,.ghost-link,.copy-button{min-height:44px;padding:10px 14px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.theme-toggle,.secondary,.ghost-link,.copy-button{border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong);color:var(--ui-color-textStrong)}.primary{background:var(--ui-color-primary);color:#fff}.danger{background:var(--ui-color-dangerSoft);color:var(--ui-color-danger)}.secondary{color:var(--ui-color-textMuted)}.theme-toggle:hover,.primary:hover,.secondary:hover,.danger:hover,.ghost-link:hover,.copy-button:hover,.nav-item:hover,.top-nav-item:hover,.event-card:hover,.activity-row:hover{transform:translateY(-1px)}.workspace{display:grid;grid-template-columns:minmax(250px,300px) minmax(0,1fr);gap:20px}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding:12px 14px}.top-nav-list{display:flex;flex-wrap:wrap;gap:8px}.top-nav-item{min-height:38px;border-radius:999px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong);color:var(--ui-color-textMuted);padding:8px 12px;display:inline-flex;align-items:center;gap:8px;font-weight:700}.top-nav-item-active{border-color:var(--ui-color-borderStrong);background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong)}.top-nav-note{color:var(--ui-color-textMuted);font-size:.88rem;text-align:right}.side-nav{padding:18px;border-radius:var(--ui-radius-card);align-self:start;position:sticky;top:24px;background-image:var(--ui-gradient-nav)}.side-nav-header h2,.hero-card h1,.section-banner h1,h2,h3{font-family:var(--ui-font-display)}.side-nav-header h2,.hero-card h1,.section-banner h1{margin:8px 0 10px;line-height:1.08}.side-nav-header h2{font-size:1.42rem}.hero-card h1,.section-banner h1{font-size:clamp(2rem,2.8vw,3rem)}.content-stack{min-width:0}.view-panel{display:none}.view-panel-active{display:block}.card{border-radius:var(--ui-radius-card);padding:20px}.hero-card,.section-banner{background-image:var(--ui-gradient-hero)}.hero-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.hero-copy{max-width:70ch}.hero-side{display:grid;gap:12px;justify-items:end}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-note,.side-image-card{border:1px solid var(--ui-color-borderSoft);border-radius:18px;background:var(--ui-color-backgroundStrong)}.hero-note{max-width:320px;padding:14px}.hero-note p{margin:8px 0 0}.eyebrow{display:inline-block;color:var(--ui-color-textMuted);text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:800}.muted{color:var(--ui-color-textMuted)}.success{color:var(--ui-color-success)}.error{color:var(--ui-color-danger)}.stats-grid,.proposal-grid,.management-grid{display:grid;gap:18px;margin-top:18px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.proposal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.management-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.stack{display:grid;gap:18px}.metric-card{position:relative;overflow:hidden;padding:18px;border-radius:var(--ui-radius-panel);border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundElevated);box-shadow:var(--ui-shadow-overlay)}.metric-card:after{content:"";position:absolute;inset:auto -20px -28px auto;width:110px;height:110px;border-radius:50%;background:var(--ui-color-primaryGlow);filter:blur(14px)}.metric-accent:after{background:var(--ui-color-accentSoft)}.metric-success:after{background:var(--ui-color-successSoft)}.metric-warning:after{background:var(--ui-color-warningSoft)}.metric-head,.endpoint-title-row,.proposal-head,.section-head,.metric-icon,.side-note,.insight-row,.nav-item,.event-actions{display:flex;align-items:center}.event-actions{gap:10px;flex-wrap:wrap}.metric-head,.proposal-head,.section-head{justify-content:space-between;gap:12px}.metric-icon,.nav-icon,.insight-icon{width:36px;height:36px;border-radius:12px;display:inline-grid;place-items:center;background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong)}.metric-label{color:var(--ui-color-textMuted);font-weight:700}.metric-value{margin-top:18px;font-size:clamp(1.7rem,2.5vw,2.4rem);font-family:var(--ui-font-display);font-weight:700}.metric-hint{margin:10px 0 0;color:var(--ui-color-textMuted);max-width:34ch}.insight-list,.endpoint-list,.nav-list{display:grid;gap:12px}.nav-list{margin-top:18px}.side-image-card{margin-top:18px;padding:12px;overflow:hidden}.side-image{display:block;width:100%;height:auto;border-radius:14px;background:linear-gradient(135deg,var(--ui-color-primarySoft),transparent)}.nav-item{width:100%;justify-content:flex-start;gap:12px;padding:12px;border-radius:18px;border:1px solid transparent;background:transparent;color:inherit;text-align:left}.nav-item strong{display:block;margin-bottom:4px}.nav-item small{display:block;color:var(--ui-color-textMuted)}.nav-item-active{border-color:var(--ui-color-borderStrong);background:var(--ui-color-backgroundStrong);box-shadow:var(--ui-shadow-glow)}.side-note{gap:12px;margin-top:20px;padding:14px;border-radius:18px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.section-head{margin-bottom:14px}.insight-row{align-items:flex-start;gap:12px;padding:14px;border-radius:18px;background:var(--ui-color-backgroundStrong);border:1px solid var(--ui-color-borderSoft)}.insight-image{width:68px;height:68px;border-radius:18px;object-fit:cover;flex:0 0 68px;background:var(--ui-color-surfaceSubtle)}.insight-value{margin:6px 0;font-weight:800}.endpoint-row,.proposal-card{border:1px solid var(--ui-color-borderSoft);border-radius:18px;background:var(--ui-color-backgroundStrong);padding:16px}.endpoint-title-row{gap:10px;flex-wrap:wrap}.endpoint-title-row code{padding:4px 8px;border-radius:999px;background:var(--ui-color-surfaceSubtle)}.access-public{background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong)}.access-m2m{background:var(--ui-color-warningSoft);color:var(--ui-color-warning)}.access-user{background:var(--ui-color-infoSoft);color:var(--ui-color-info)}.availability-pill{background:var(--ui-color-surfaceSubtle);color:var(--ui-color-textMuted);text-align:center}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag-icon,.button-icon-svg{width:16px;height:16px;flex-shrink:0}.tag{background:var(--ui-color-surfaceSubtle);color:var(--ui-color-textMuted);padding-inline:10px}.sketch-block,#response{margin:14px 0 0;border-radius:18px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-surfaceSubtle);padding:14px;color:var(--ui-color-textStrong);white-space:pre-wrap}.response-hidden{display:none}.two-col,.three-col{display:grid;gap:14px}.filter-card{margin-top:18px}.filter-chip-row{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{min-height:38px;padding:8px 12px;border-radius:999px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong);color:var(--ui-color-textMuted);font-weight:700}.filter-chip-active{border-color:var(--ui-color-borderStrong);background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong)}.management-tabs{display:flex;gap:8px;margin-top:18px}.management-pane{display:none}.management-pane-active{display:block}.compact-table-card{margin-top:18px}.table-wrap{width:100%;overflow-x:auto}.compact-table{width:100%;border-collapse:collapse;min-width:680px}.compact-table th,.compact-table td{padding:10px 12px;border-bottom:1px solid var(--ui-color-borderSoft);text-align:left;vertical-align:middle}.compact-table tbody tr:hover{background:var(--ui-color-surfaceSubtle)}.compact-table th{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ui-color-textMuted)}.compact-row-actions{justify-content:flex-start}.compact-action-button{min-height:34px;padding:6px 10px;border-radius:12px}.management-attendee-preview{margin-top:16px}.recurrence-tools{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.recurrence-tools .secondary{min-height:34px;padding:6px 10px}.filter-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}form{display:grid;gap:14px}label{display:block;margin-bottom:6px;font-weight:700}label.checkbox-field{display:inline-flex;align-items:center;gap:10px;min-height:46px;margin:0;padding:12px 14px;border-radius:16px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}label.checkbox-field input{width:18px;height:18px;margin:0}label.checkbox-field span{color:var(--ui-color-textStrong)}.field-label{margin-bottom:6px;font-weight:700}.event-list{display:grid;gap:12px}.event-group-list{display:grid;gap:14px}.window-strip{display:grid;gap:10px;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:16px}.window-card{display:grid;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.window-card strong{font-size:1.15rem}.window-card-label{color:var(--ui-color-textMuted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.event-group-card{display:grid;gap:14px;padding:16px;border-radius:22px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.event-group-card-open,.event-group-card-active{border-color:var(--ui-color-borderStrong);box-shadow:var(--ui-shadow-glow)}.event-group-summary,.event-group-main,.event-group-actions,.event-group-topline,.event-group-counts{display:flex}.event-group-summary{justify-content:space-between;align-items:flex-start;gap:16px}.event-group-main{gap:14px;min-width:0;flex:1 1 auto}.event-group-copy{display:grid;gap:8px;min-width:0}.event-group-copy h3{margin:0;font-size:1.16rem}.event-group-topline{align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.event-group-image,.event-group-fallback{width:88px;height:88px;border-radius:22px;flex:0 0 88px}.event-group-image{object-fit:cover;background:var(--ui-color-surfaceSubtle)}.event-group-fallback{display:inline-grid;place-items:center}.event-group-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end}.event-group-toggle{min-width:128px}.chevron-open{transform:rotate(180deg)}.event-group-logs{display:grid;gap:10px}.event-card,.activity-row{display:flex;justify-content:space-between;gap:14px;padding:14px;border-radius:18px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.activity-row-main{display:flex;align-items:center;gap:12px;min-width:0}.activity-thumb,.activity-thumb-fallback{width:56px;height:56px;flex:0 0 56px;border-radius:14px}.activity-thumb{object-fit:cover;background:var(--ui-color-surfaceSubtle)}.activity-thumb-fallback{display:inline-grid;place-items:center;background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong);font-family:var(--ui-font-display);font-weight:800}.activity-thumb-preview-wrap{display:grid;gap:8px}.activity-assignment-panel{margin-top:10px;padding-top:14px;border-top:1px solid var(--ui-color-borderSoft);display:grid;gap:12px}.activity-assignment-controls{display:flex;gap:8px;flex-wrap:wrap}.activity-assignment-controls input{flex:1;min-width:220px}.activity-assignment-panel .browser-head-actions{display:flex;gap:8px;flex-wrap:wrap}.activity-assignment-controls .primary,.activity-assignment-controls .secondary{min-width:110px}.activity-assignment-list{display:grid;gap:8px}.activity-assignment-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--ui-color-borderSoft);border-radius:14px;background:var(--ui-color-backgroundStrong)}.event-meta{display:grid;gap:6px}.event-title{font-size:1rem;font-weight:800}.event-title-button,.inline-link-button{border:0;padding:0;background:transparent;color:inherit;text-align:left}.event-title-button{font-size:1rem;font-weight:800}.inline-link-button{color:var(--ui-color-primaryStrong)}.event-subtitle{color:var(--ui-color-textMuted);font-size:.93rem}.event-log-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.browser-head-actions{display:inline-flex;align-items:center;gap:10px}.dashboard-log-card{align-items:center}.dashboard-log-card-active{border-color:var(--ui-color-borderStrong);box-shadow:var(--ui-shadow-glow)}.dashboard-log-actions{min-width:180px;justify-content:flex-end}.dashboard-metric-block{display:grid;gap:6px;min-width:118px;text-align:right}.dashboard-metric-block strong{font-size:1.2rem}.attendee-summary-row{margin-bottom:14px}.attendee-hero{display:grid;gap:14px;margin-bottom:18px}.attendee-hero-image{width:100%;max-height:280px;object-fit:cover;border-radius:24px;background:var(--ui-color-surfaceSubtle)}.attendee-list{display:grid;gap:10px}.participant-card{margin-top:18px}.member-controls{margin-bottom:10px}.member-search-input{width:100%}.participant-rank-list{display:grid;gap:12px}.participant-rank-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:16px;border-radius:18px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.participant-activity-breakdown{display:flex;flex-wrap:wrap;gap:8px;width:100%;padding-top:10px;border-top:1px solid var(--ui-color-borderSoft)}.activity-tally-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:12px;background:var(--ui-color-surfaceSubtle);font-size:.82rem;font-weight:700;color:var(--ui-color-textMuted)}.activity-tally-pill strong{color:var(--ui-color-textStrong)}.activity-tally-name{font-weight:600;letter-spacing:.04em}.participant-rank-main,.participant-rank-stats{display:flex;gap:14px}.participant-rank-main{align-items:flex-start;min-width:0}.participant-rank-copy{display:grid;gap:6px;min-width:0}.participant-rank-copy p{margin:0}.participant-rank-number{width:40px;height:40px;flex:0 0 40px;display:inline-grid;place-items:center;border-radius:12px;background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong);font-family:var(--ui-font-display);font-weight:800}.participant-rank-stats{align-items:center}.member-pagination{margin-top:14px;padding-top:12px;border-top:1px solid var(--ui-color-borderSoft);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.member-pagination-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.member-pagination-controls select{min-width:86px}.attendee-row{display:flex;justify-content:space-between;gap:14px;padding:14px;border-radius:18px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong)}.attendee-main{display:grid;gap:6px}.attendee-main p{margin:0}.attendee-meta{display:grid;gap:8px;justify-items:end;text-align:right}.attendee-checkin{color:var(--ui-color-textMuted);font-size:.9rem}.tag-active{background:var(--ui-color-successSoft);color:var(--ui-color-success)}.tag-upcoming{background:var(--ui-color-infoSoft);color:var(--ui-color-info)}.tag-inactive{background:var(--ui-color-dangerSoft);color:var(--ui-color-danger)}.button-with-icon{gap:8px}.icon-only-button{width:52px;min-width:52px;height:52px;padding:0;border-radius:18px;flex:0 0 52px}.dropzone{display:grid;place-items:center;text-align:center;min-height:160px;padding:24px;border-radius:22px;border:1.5px dashed var(--ui-color-borderStrong);background:linear-gradient(135deg,var(--ui-color-primarySoft),transparent);color:var(--ui-color-textStrong)}.dropzone.dragover{border-color:var(--ui-color-primary);box-shadow:var(--ui-shadow-glow)}.upload-grid{margin-top:14px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.upload-card{display:grid;gap:10px;border-radius:18px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-backgroundStrong);padding:14px}.upload-preview{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:14px;background:var(--ui-color-surfaceSubtle)}.upload-row{display:grid;gap:10px}.url-pill{min-height:44px;display:flex;align-items:center;padding:10px 12px;border-radius:14px;background:var(--ui-color-surfaceSubtle);overflow:hidden}.url-pill a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ui-color-info)}.input-hint{color:var(--ui-color-textSoft);font-size:.85rem}.member-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.member-avatar-fallback{display:inline-grid;place-items:center;background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong);font-weight:800;font-family:var(--ui-font-display)}.member-search-wrap{position:relative;margin-bottom:16px}.member-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--ui-color-textMuted);pointer-events:none}.member-search-input{width:100%;min-height:46px;border-radius:16px;border:1px solid var(--ui-color-borderSoft);background:var(--ui-color-surfaceSubtle);color:var(--ui-color-textStrong);padding:12px 14px 12px 40px;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.member-search-input:focus{outline:none;border-color:var(--ui-color-primary);box-shadow:0 0 0 4px var(--ui-color-primaryGlow)}.member-detail-row{display:flex;flex-wrap:wrap;gap:6px}.member-detail-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:8px;background:var(--ui-color-surfaceSubtle);color:var(--ui-color-textMuted);font-size:.8rem;font-weight:600}.member-table-wrap{display:none;overflow-x:auto}.member-table{width:100%;border-collapse:collapse}.member-table th,.member-table td{padding:10px 12px;border-bottom:1px solid var(--ui-color-borderSoft);text-align:left;vertical-align:middle;white-space:nowrap}.member-table th{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ui-color-textMuted);position:sticky;top:0;background:var(--ui-color-backgroundElevated)}.member-table tbody tr:hover{background:var(--ui-color-surfaceSubtle)}.member-table-right{text-align:right}.member-table-identity{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.member-table-activities{display:flex;flex-wrap:wrap;gap:4px}.participant-rank-number-sm{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--ui-color-primarySoft);color:var(--ui-color-primaryStrong);font-family:var(--ui-font-display);font-weight:800;font-size:.82rem}.member-card-list{display:grid;gap:12px}@media(min-width:1181px){.member-table-wrap{display:block}.member-card-list{display:none}}@media(max-width:1180px){.management-grid,.proposal-grid,.filter-grid,.stats-grid,.window-strip{grid-template-columns:1fr}}@media(max-width:820px){.app-shell{padding:14px}.top-bar{flex-direction:column;align-items:stretch;padding:16px}.brand-subtitle{display:none}.hero-card{grid-template-columns:1fr}.brand{align-items:flex-start}.top-actions{justify-content:flex-start;flex-wrap:wrap}.top-nav{flex-direction:column;align-items:stretch}.top-nav-note{text-align:left}.management-tabs{flex-wrap:wrap}.compact-table{min-width:560px}.two-col,.three-col{grid-template-columns:1fr}.event-card,.activity-row,.activity-row-main,.section-head,.proposal-head,.event-group-summary,.event-group-main,.dashboard-log-actions,.participant-rank-row,.participant-rank-main,.participant-rank-stats,.attendee-row{flex-direction:column;align-items:stretch}.hero-side{justify-items:stretch}.hero-note{max-width:none}.dashboard-metric-block{text-align:left}.attendee-meta{justify-items:start;text-align:left}}
