:root {
  --ink: #1e2140;
  --muted: #72758c;
  --line: #e8e8ee;
  --surface: #ffffff;
  --canvas: #f8f8fb;
  --indigo: #5b52cf;
  --indigo-dark: #423aa7;
  --purple-wash: #f1efff;
  --teal: #139889;
  --coral: #ef765f;
  --amber: #eaa433;
  --shadow: 0 12px 28px rgba(38, 35, 79, 0.07);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "DM Sans", Arial, sans-serif; font-size: 15px; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.app-shell { min-height: 100vh; display: flex; }
.sidebar { display: flex; flex: 0 0 250px; min-height: 100vh; flex-direction: column; padding: 28px 14px 18px; background: #fff; border-right: 1px solid var(--line); position: sticky; top: 0; height: 100vh; }
.brand { display: inline-flex; align-items: center; gap: 9px; padding: 0 12px; color: #252747; font-size: 20px; font-weight: 700; letter-spacing: -1.1px; }
.brand-initial { color: #e8782d; }
.brand-app { color: var(--indigo); }
.brand-mark { display: flex; gap: 2px; align-items: end; width: 23px; height: 22px; }
.brand-mark i { display: block; flex: 1; border-radius: 5px 5px 2px 2px; background: var(--indigo); }
.brand-mark i:nth-child(1) { height: 11px; background: #a49eea; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 14px; background: #8078de; }
.workspace-switcher { width: 100%; display: flex; align-items: center; gap: 9px; margin: 35px 0 26px; padding: 9px 8px; text-align: left; background: #f8f8fc; border: 1px solid #efeff4; border-radius: 10px; }
.workspace-avatar, .profile-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; background: #e9e7ff; color: var(--indigo-dark); font-size: 14px; font-weight: 700; letter-spacing: .3px; }
.workspace-info { display: grid; min-width: 0; gap: 1px; }.workspace-info b { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }.workspace-info small, .profile small { color: var(--muted); font-size: 13px; }.chevron { margin-left: auto; color: #8d8fa0; font-size: 17px; }
.nav-list { display: grid; gap: 3px; }.nav-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; color: #666980; border-radius: 8px; font-size: 15px; font-weight: 500; transition: .18s ease; }.nav-item:hover { background: #f5f4fb; color: var(--indigo); }.nav-item.active { background: #eeedfc; color: var(--indigo-dark); font-weight: 700; }.nav-icon { width: 16px; text-align: center; font-size: 18px; line-height: 1; }.nav-spacer { flex: 1; }.nav-bottom { margin-bottom: 14px; }
.profile { display: flex; align-items: center; gap: 9px; width: 100%; padding: 10px 8px 0; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; }.profile > span:nth-child(2) { display: grid; gap: 1px; }.profile b { font-size: 14px; }.profile .more { margin-left: auto; color: #9c9da9; letter-spacing: 1px; }
.main-content { width: min(100%, 1430px); flex: 1; padding: 48px clamp(24px, 5vw, 80px) 70px; }
.mobile-topbar, .mobile-menu { display: none; }
.page { display: none; animation: reveal .25s ease; }.page.active-page { display: block; } @keyframes reveal { from { opacity: .45; transform: translateY(3px); } to { opacity: 1; transform: none; } }
.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; margin-bottom: 31px; }.page-heading.compact { margin-bottom: 26px; }.eyebrow { margin: 0 0 8px; color: var(--indigo); font-family: "DM Mono", monospace; font-size: 13px; font-weight: 500; letter-spacing: .85px; text-transform: uppercase; }.page-heading h1, .empty-page h1 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(31px, 3.2vw, 43px); font-weight: 600; letter-spacing: -1.8px; line-height: 1; }.lede { margin: 9px 0 0; color: var(--muted); font-size: 15px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 0 15px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 700; transition: .18s ease; }.button.primary { background: var(--indigo); color: #fff; box-shadow: 0 4px 10px rgba(91, 82, 207, .18); }.button.primary:hover { background: var(--indigo-dark); transform: translateY(-1px); }.button.primary span { font-size: 18px; line-height: 0; font-weight: 400; }.button.secondary { background: #fff; border-color: #d8d8e5; }.button.secondary:hover { border-color: var(--indigo); color: var(--indigo); }.button.light { background: #fff; color: var(--indigo-dark); }.button.full { width: 100%; }.header-actions { display: flex; gap: 8px; }
.hero-card { min-height: 241px; display: flex; justify-content: space-between; overflow: hidden; position: relative; padding: 31px 40px; color: #fff; border-radius: 17px; background: #29245b; box-shadow: 0 16px 30px rgba(42, 37, 94, .15); }.hero-copy { z-index: 1; }.status-line { display: flex; align-items: center; gap: 7px; color: #d7d5fb; font-family: "DM Mono", monospace; font-size: 13px; text-transform: uppercase; letter-spacing: .55px; }.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #7cdeb8; box-shadow: 0 0 0 4px rgba(124,222,184,.14); }.hero-card h2 { margin: 15px 0 9px; font-family: "Newsreader", Georgia, serif; font-size: 32px; font-weight: 500; line-height: .96; letter-spacing: -1.1px; }.hero-card p { margin: 0; color: #bebbe8; font-size: 14px; }.hero-card p strong { color: #fff; font-weight: 500; }.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }.text-link { color: #dedcff; font-size: 14px; font-weight: 700; }.text-link span { margin-left: 3px; }.hero-metric { z-index: 1; display: flex; align-items: center; align-self: center; gap: 16px; margin-right: 80px; }.progress-ring { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; background: conic-gradient(#8c84ff calc(var(--progress) * 1%), rgba(255,255,255,.14) 0); position: relative; }.progress-ring:after { content: ""; position: absolute; width: 66px; height: 66px; border-radius: inherit; background: #29245b; }.progress-ring span { z-index: 1; font-size: 20px; font-weight: 700; letter-spacing: -1px; }.progress-ring small { font-size: 14px; }.hero-metric > div:last-child { display: grid; gap: 3px; }.hero-metric b { font-size: 20px; }.hero-metric b small { color: #bebbe8; font-size: 14px; font-weight: 400; }.hero-metric span { color: #bebbe8; font-size: 13px; }.hero-decoration { position: absolute; top: -80px; right: -34px; width: 290px; height: 390px; transform: rotate(22deg); opacity: .94; }.hero-decoration span { display: block; width: 150px; height: 150px; margin: -16px auto; border: 1px solid rgba(188,181,255,.36); border-radius: 35px; background: linear-gradient(135deg, rgba(135,126,255,.18), transparent); }.hero-decoration span:nth-child(2) { width: 210px; height: 210px; }.hero-decoration span:nth-child(3) { width: 270px; height: 270px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 19px 0 30px; }.metric-card, .panel { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 3px 8px rgba(35,33,75,.015); }.metric-card { min-height: 146px; padding: 17px; }.metric-top { display: flex; align-items: center; justify-content: space-between; }.metric-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; font-size: 16px; }.metric-icon.violet { color: #6459d3; background: #efedff; }.metric-icon.coral { color: #dc694f; background: #fff0ed; }.metric-icon.amber { color: #c48724; background: #fff6e5; }.metric-icon.teal { color: #118b7d; background: #e9faf6; }.metric-trend { padding: 4px 6px; border-radius: 4px; font-family: "DM Mono", monospace; font-size: 12px; }.metric-trend.up { color: #14886c; background: #eaf8f2; }.metric-trend.neutral { color: #7566c8; background: #f1efff; }.metric-trend.ready { color: #138b7e; background: #eaf8f4; }.metric-card p { margin: 14px 0 4px; color: var(--muted); font-size: 14px; }.metric-card strong { font-size: 27px; letter-spacing: -1.3px; }.metric-card strong span { font-size: 15px; }.metric-card > small { display: block; margin-top: 5px; color: #989aab; font-size: 13px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: 17px; }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 21px 15px; }.panel-heading h3 { margin: 0; font-size: 15px; letter-spacing: -.25px; }.panel-heading p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }.panel-heading > a { color: var(--indigo); font-size: 14px; font-weight: 700; }.round-list { padding: 0 10px 9px; }.round-row { display: grid; grid-template-columns: 39px minmax(0, 1fr) auto 18px; align-items: center; width: 100%; gap: 11px; padding: 12px 10px; text-align: left; border: 0; border-top: 1px solid #f1f1f5; background: transparent; }.round-row:first-child { border-top: 0; }.round-row:hover { background: #fafaff; }.round-swatch { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; font-family: "DM Mono", monospace; font-size: 13px; font-weight: 500; }.round-swatch.indigo { background: #edebff; color: #5950c0; }.round-swatch.green { background: #e9f7ef; color: #358e61; }.round-title { display: grid; min-width: 0; gap: 4px; }.round-title b { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }.round-title small, .round-state small { color: var(--muted); font-size: 13px; }.round-state { display: grid; justify-items: end; gap: 4px; }.round-state em, .participant-row em { padding: 3px 6px; border-radius: 4px; font-family: "DM Mono", monospace; font-size: 12px; font-style: normal; }.round-state .live { color: #137a63; background: #e7f7f0; }.round-state .draft { color: #777785; background: #f1f1f4; }.row-arrow { color: #a3a4b0; font-size: 16px; }.ghost-button { min-width: 25px; border: 0; color: #8d8d9d; background: transparent; font-weight: 700; letter-spacing: 1px; }.activity-list { display: grid; gap: 14px; margin: 0; padding: 0 20px 21px; list-style: none; }.activity-list li { display: flex; gap: 9px; align-items: flex-start; }.activity-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 700; }.activity-avatar.purple, .profile-avatar.purple { background: #8477cf; color: #fff; }.activity-avatar.orange { background: #dc9172; }.activity-avatar.blue { background: #5d83bd; }.activity-list p { display: grid; gap: 2px; margin: 0; color: #4e5065; font-size: 14px; }.activity-list b { color: var(--ink); }.activity-list small { color: #9698a7; font-size: 12px; }
.round-tabs { display: flex; gap: 20px; margin: 0 0 22px; border-bottom: 1px solid var(--line); }.tab { position: relative; padding: 0 0 12px; border: 0; color: #77788a; background: transparent; font-size: 14px; font-weight: 600; }.tab.active { color: var(--indigo); }.tab.active:after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--indigo); }.tab span { margin-left: 4px; color: #9192a2; font-size: 13px; }.round-content { display: none; }.round-content.active { display: block; }.notice { display: flex; align-items: center; gap: 10px; padding: 12px 14px; margin-bottom: 15px; border: 1px solid #e6e0ff; border-radius: 9px; background: #f7f5ff; }.notice > span { color: var(--indigo); font-size: 16px; }.notice p { flex: 1; margin: 0; color: #5c587a; font-size: 14px; }.notice button { border: 0; color: var(--indigo); background: transparent; font-size: 14px; font-weight: 700; }.round-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 15px; }.mini-stat { padding: 18px; }.mini-stat p { margin: 0 0 9px; color: var(--muted); font-size: 14px; }.mini-stat strong { display: block; font-size: 25px; letter-spacing: -1px; }.mini-stat strong small { color: #9c9daa; font-size: 14px; font-weight: 400; }.mini-stat strong span { font-size: 15px; }.mini-stat > small { display: block; margin-top: 9px; color: #8e909e; font-size: 13px; }.bar { height: 5px; overflow: hidden; margin-top: 13px; border-radius: 4px; background: #ededf2; }.bar i { display: block; height: 100%; border-radius: inherit; background: var(--indigo); }.option-demand { overflow: hidden; }.demand-list { display: grid; gap: 15px; padding: 3px 21px 21px; }.demand-list > div { display: grid; grid-template-columns: 160px 1fr 63px; align-items: center; gap: 14px; }.demand-list > div > span { font-size: 14px; font-weight: 600; }.demand-track { height: 8px; overflow: hidden; border-radius: 5px; background: #f0f0f4; }.demand-track i { display: block; height: 100%; border-radius: inherit; background: #f08872; }.demand-track .purple-bar { background: #9187eb; }.demand-track .blue-bar { background: #6ca2d9; }.demand-track .teal-bar { background: #55bea9; }.demand-list b { color: #3e4055; font-size: 14px; text-align: right; }.demand-list b small { color: #9b9daa; font-size: 13px; font-weight: 400; }
.event-lists { margin-bottom: 15px; }.event-lists-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 0 0 12px; }.event-lists-heading .eyebrow { margin-bottom: 5px; }.event-lists-heading h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 25px; letter-spacing: -.7px; }.event-lists-heading > span { display: flex; align-items: center; gap: 6px; color: #207d68; font-size: 14px; font-weight: 700; }.event-lists-heading > span i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; color: #fff; background: #21957a; font-size: 12px; font-style: normal; }.event-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.event-list-card { display: grid; grid-template-columns: 37px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 15px; }.event-list-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; font-size: 16px; }.people-icon { color: #655ad1; background: #eeedff; }.options-icon { color: #168b7d; background: #e7f8f3; }.event-list-card > div { display: grid; min-width: 0; gap: 3px; }.event-list-card p { margin: 0; color: #8e909f; font-size: 13px; }.event-list-card h3 { overflow: hidden; margin: 0; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }.event-list-card small { color: #8c8e9d; font-size: 12px; }.event-list-card em { justify-self: end; padding: 4px 6px; border-radius: 4px; color: #187b65; background: #e9f8f2; font-family: "DM Mono", monospace; font-size: 12px; font-style: normal; }.event-list-card .text-button { grid-column: 2 / -1; justify-self: start; margin: -2px 0 0; padding: 0; }
.event-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.event-directory-card { display: grid; grid-template-columns: 43px minmax(0, 1fr) 16px; grid-template-rows: auto auto auto; align-items: center; gap: 12px; padding: 18px; color: var(--ink); text-align: left; transition: .18s ease; }.event-directory-card:hover { border-color: #c7c2f3; box-shadow: var(--shadow); transform: translateY(-1px); }.event-directory-copy { display: grid; min-width: 0; gap: 5px; }.event-directory-copy em { justify-self: start; padding: 3px 6px; border-radius: 4px; font-family: "DM Mono", monospace; font-size: 12px; font-style: normal; }.event-directory-copy .live { color: #137a63; background: #e7f7f0; }.event-directory-copy .draft { color: #777785; background: #f1f1f4; }.event-directory-copy b { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }.event-directory-copy small, .event-directory-progress small { color: #9092a1; font-size: 13px; }.event-directory-lists { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 13px 0 11px; border-top: 1px solid #f0f0f4; border-bottom: 1px solid #f0f0f4; color: #5e6074; font-size: 13px; }.event-directory-lists span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.event-directory-progress { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }.event-directory-progress b { font-size: 13px; }.event-directory-progress b small { font-weight: 400; }.event-directory-progress i { height: 5px; overflow: hidden; border-radius: 4px; background: #edecf2; }.event-directory-progress i span { display: block; height: 100%; border-radius: inherit; background: var(--indigo); }.event-directory-progress.pending i span { background: var(--amber); }.event-directory-progress > small { text-align: right; }.mini-stat strong.detail-word { font-size: 20px; letter-spacing: -.6px; }.allocation-stage { display: grid; justify-items: center; max-width: 600px; padding: 42px 28px; margin: 0 auto; text-align: center; }.allocation-stage .large-icon { margin-bottom: 14px; }.allocation-stage h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 31px; letter-spacing: -1px; }.allocation-stage > p:not(.eyebrow) { max-width: 460px; margin: 10px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }.allocation-stage > div { display: grid; gap: 4px; width: min(100%, 330px); padding: 11px; margin-bottom: 18px; border-radius: 8px; background: #f7f7fa; }.allocation-stage > div span { color: #8b8d9c; font-size: 13px; }.allocation-stage > div b { font-size: 14px; }.allocation-stage .button:disabled { cursor: not-allowed; color: #9293a0; border-color: #e1e1e8; background: #f3f3f6; box-shadow: none; }
.section-actions { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 17px; }.section-actions h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 28px; letter-spacing: -.8px; }.section-actions p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }.option-table { overflow: hidden; }.table-head, .table-row { display: grid; grid-template-columns: minmax(200px, 1.6fr) .55fr .8fr 25px; align-items: center; column-gap: 15px; }.table-head { padding: 11px 20px; border-bottom: 1px solid var(--line); color: #898a9b; font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: .4px; text-transform: uppercase; }.table-row { min-height: 61px; padding: 8px 20px; border-bottom: 1px solid #f0f0f4; font-size: 14px; }.table-row:last-child { border-bottom: 0; }.table-row > span:first-child { display: grid; grid-template-columns: 9px auto; grid-template-rows: auto auto; column-gap: 9px; }.table-row > span:first-child .dot { grid-row: 1 / 3; align-self: center; }.table-row b { font-size: 14px; }.table-row small { color: #9697a5; font-size: 13px; }.dot { width: 8px; height: 8px; border-radius: 50%; }.dot.cardiology { background: #e57866; }.dot.emergency { background: #8b7ce5; }.dot.radiology { background: #5b9fd9; }.dot.psychiatry { background: #4db9a2; }.table-row button { border: 0; color: #8d8e9a; background: transparent; letter-spacing: 1px; }.filter-row { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }.search { display: flex; align-items: center; gap: 6px; flex: 1; max-width: 360px; padding: 0 10px; border: 1px solid #dddde6; border-radius: 7px; background: #fff; color: #9394a1; }.search input { width: 100%; height: 34px; border: 0; outline: 0; font-size: 14px; }.filter { height: 34px; padding: 0 10px; border: 1px solid #dddde6; border-radius: 7px; background: #fff; color: #55576b; font-size: 14px; }.results-count { margin-left: auto; color: #9697a5; font-size: 14px; }.participant-table { overflow: hidden; }.participant-row { display: grid; grid-template-columns: minmax(220px, 1.5fr) .75fr .8fr .8fr; align-items: center; gap: 10px; min-height: 61px; padding: 8px 19px; border-bottom: 1px solid #f0f0f4; color: #56586a; font-size: 14px; }.participant-row:last-child { border-bottom: 0; }.participant-row.header { min-height: 37px; padding-top: 5px; padding-bottom: 5px; color: #8a8b9a; font-family: "DM Mono", monospace; font-size: 12px; text-transform: uppercase; }.participant-row > span:first-child { display: grid; grid-template-columns: 28px auto; grid-template-rows: auto auto; column-gap: 8px; }.participant-row i { display: grid; place-items: center; grid-row: 1 / 3; width: 27px; height: 27px; border-radius: 50%; color: #675bd3; background: #efedff; font-size: 11px; font-style: normal; font-weight: 700; }.participant-row i.rose { color: #c16a83; background: #ffedf2; }.participant-row i.yellow { color: #b9872d; background: #fff4da; }.participant-row b { color: #32344b; font-size: 14px; }.participant-row small { color: #999aa9; font-size: 12px; }.participant-row .completed { color: #16836a; background: #e9f8f2; }.participant-row .started { color: #9b731f; background: #fff4df; }.participant-row .not-started { color: #797b89; background: #f0f0f3; }
.invite-panel { display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: center; padding: 30px; }.invite-illustration { display: grid; place-items: center; width: 150px; height: 150px; border-radius: 35px; background: linear-gradient(135deg, #ddd9ff, #f2f1ff); color: var(--indigo); font-size: 45px; transform: rotate(-5deg); }.invite-panel h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 31px; line-height: 1; letter-spacing: -1px; }.invite-panel > div:last-child > p:not(.eyebrow) { max-width: 560px; margin: 10px 0 17px; color: #737587; font-size: 14px; line-height: 1.55; }.share-field { display: flex; align-items: center; max-width: 510px; overflow: hidden; border: 1px solid #dedee7; border-radius: 8px; background: #fbfbfd; }.share-field code { flex: 1; padding: 0 12px; color: #5e5b83; font-family: "DM Mono", monospace; font-size: 14px; }.share-field .button { min-height: 36px; margin: 3px; }.invite-panel small { display: block; margin-top: 8px; color: #9697a6; font-size: 13px; }.access-settings { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 18px 20px; }.access-settings h3 { margin: 0; font-size: 15px; }.access-settings p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }.toggle input { display: none; }.toggle span { display: block; position: relative; width: 36px; height: 20px; border-radius: 20px; background: #d2d3dc; transition: .18s; }.toggle span:after { content: ""; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: .18s; }.toggle input:checked + span { background: var(--indigo); }.toggle input:checked + span:after { transform: translateX(16px); }
.team-list { max-width: 720px; overflow: hidden; }.team-row { display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid #f0f0f4; }.team-row:last-child { border-bottom: 0; }.team-row > span:nth-child(2) { display: grid; gap: 2px; }.team-row b { font-size: 14px; }.team-row small { color: #999aa8; font-size: 13px; }.team-row em { margin-left: auto; padding: 4px 6px; border-radius: 4px; color: #656777; background: #f2f2f5; font-family: "DM Mono", monospace; font-size: 12px; font-style: normal; }.team-row em.owner { color: #665cc6; background: #efedff; }.empty-page { display: grid; justify-items: center; max-width: 540px; padding: 75px 20px; margin: 0 auto; text-align: center; }.large-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 18px; border-radius: 16px; color: var(--indigo); background: #eeedff; font-size: 25px; }.empty-page h1 { font-size: 36px; }.empty-page > p:not(.eyebrow) { max-width: 440px; margin: 12px 0 19px; color: var(--muted); line-height: 1.55; }
.modal-backdrop { position: fixed; z-index: 10; inset: 0; background: rgba(27, 26, 50, .35); backdrop-filter: blur(2px); }.modal { z-index: 11; width: min(460px, calc(100% - 32px)); padding: 29px; border: 0; border-radius: 16px; box-shadow: 0 20px 60px rgba(21, 20, 51, .25); }.modal::backdrop { background: transparent; }.modal.small { position: fixed; right: 24px; bottom: 24px; left: auto; width: min(360px, calc(100% - 32px)); margin: 0; padding: 0; border: 0; border-radius: 10px; background: transparent; box-shadow: 0 12px 30px rgba(28,28,55,.15); }.close-modal { position: absolute; top: 12px; right: 13px; border: 0; color: #8e8f9d; background: transparent; font-size: 22px; }.modal h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 31px; letter-spacing: -1px; }.modal-intro { margin: 9px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.5; }.modal label { display: grid; gap: 6px; margin-bottom: 13px; color: #555669; font-size: 14px; font-weight: 700; }.modal input { width: 100%; height: 40px; padding: 0 10px; border: 1px solid #ddddE6; border-radius: 7px; outline-color: var(--indigo); background: #fff; font-size: 14px; font-weight: 400; }.form-split { display: grid; grid-template-columns: 1.6fr 1fr; gap: 10px; }.modal-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 13px; border-radius: 10px; color: var(--indigo); background: #efedff; font-size: 20px; }.algorithm-preview { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px; margin: 18px 0; border: 1px solid #e6e5ee; border-radius: 8px; color: #5d5f70; font-size: 13px; }.algorithm-preview i { flex: 1; height: 1px; background: #d6d5e5; }.toast-content { display: flex; align-items: center; gap: 9px; padding: 13px 15px; border: 1px solid #e4e3ed; border-radius: 10px; background: #fff; color: #3e4052; font-size: 14px; }.toast-content span { display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: #1b9a7b; font-size: 14px; }.toast-content p { flex: 1; margin: 0; line-height: 1.4; }.toast-close { width: 22px; height: 22px; padding: 0; border: 0; border-radius: 5px; color: #77798a; background: transparent; font-size: 18px; line-height: 1; }.toast-close:hover { color: var(--ink); background: #f3f3f7; }

@media (max-width: 980px) { .sidebar { flex-basis: 210px; }.main-content { padding: 39px 34px 60px; }.hero-metric { margin-right: 35px; }.metrics { grid-template-columns: repeat(2, 1fr); }.content-grid { grid-template-columns: 1fr; }.activity-panel { max-width: none; }.round-stat-grid { grid-template-columns: 1fr; }.hero-decoration { right: -125px; }.participant-row { grid-template-columns: 1.5fr .8fr .8fr; }.participant-row > :last-child, .participant-row.header > :last-child { display: none; } }
@media (max-width: 700px) { body { background: #f8f8fb; }.sidebar { display: none; }.main-content { width: 100%; padding: 0 16px 40px; }.mobile-topbar { display: flex; align-items: center; justify-content: space-between; height: 63px; margin: 0 -16px 26px; padding: 0 16px; background: #fff; border-bottom: 1px solid var(--line); }.mobile-topbar .brand { font-size: 18px; }.mobile-topbar .brand-mark { width: 20px; height: 18px; }.icon-button { border: 0; padding: 7px; color: #5d5e70; background: transparent; font-size: 20px; }.mobile-topbar .profile-avatar { border: 0; }.page-heading { align-items: flex-start; margin-bottom: 22px; }.page-heading:not(.compact) .button { min-width: 40px; padding: 0 11px; font-size: 0; }.page-heading:not(.compact) .button span { font-size: 21px; }.page-heading h1 { font-size: 33px; }.lede { font-size: 14px; }.hero-card { min-height: 300px; padding: 25px; }.hero-card h2 { font-size: 30px; }.hero-metric { align-self: flex-end; margin: 0; }.hero-decoration { top: -125px; right: -155px; }.hero-actions { gap: 13px; }.metrics { gap: 10px; margin-top: 12px; }.metric-card { min-height: 132px; padding: 14px; }.metric-card strong { font-size: 24px; }.content-grid { gap: 12px; }.round-row { grid-template-columns: 37px minmax(0, 1fr) 15px; }.round-state { display: none; }.page-heading.compact { display: block; }.header-actions { margin-top: 16px; }.round-tabs { gap: 17px; overflow-x: auto; margin-right: -16px; padding-right: 16px; }.notice { align-items: flex-start; }.notice button { white-space: nowrap; }.demand-list > div { grid-template-columns: 105px 1fr 50px; gap: 8px; }.section-actions { align-items: flex-start; }.section-actions h2 { font-size: 26px; }.option-table { margin-right: -16px; border-radius: 12px 0 0 12px; }.table-head, .table-row { grid-template-columns: minmax(180px, 1.6fr) .55fr .8fr 25px; min-width: 545px; }.filter-row { flex-wrap: wrap; }.search { max-width: none; flex-basis: 100%; }.results-count { margin-left: 0; }.participant-table { margin-right: -16px; border-radius: 12px 0 0 12px; }.participant-row { min-width: 530px; }.invite-panel { grid-template-columns: 1fr; padding: 23px; }.invite-illustration { width: 90px; height: 90px; border-radius: 25px; font-size: 32px; }.invite-panel h2 { font-size: 29px; }.share-field code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.share-field .button { padding: 0 10px; white-space: nowrap; }.empty-page { padding-top: 42px; }.empty-page h1 { font-size: 33px; } }
@media (max-width: 700px) {
  .mobile-menu { display: block; position: fixed; z-index: 20; inset: 0 56px 0 0; padding: 18px 14px; background: #fff; box-shadow: 12px 0 30px rgba(35,34,63,.18); transform: translateX(-105%); transition: transform .22s ease; }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu-heading { display: flex; align-items: center; justify-content: space-between; padding: 5px 5px 18px 10px; color: #9394a2; font-family: "DM Mono", monospace; font-size: 13px; letter-spacing: .7px; text-transform: uppercase; }
  .mobile-menu .nav-item { margin-bottom: 3px; }
  .mobile-menu hr { margin: 16px 10px; border: 0; border-top: 1px solid var(--line); }
}

.list-source { display: flex; align-items: center; gap: 12px; padding: 14px 16px; margin-bottom: 14px; }
.list-source-icon { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 9px; color: var(--indigo); background: #efedff; font-size: 16px; }
.list-source > div { display: grid; gap: 2px; }.list-source p { margin: 0; color: #888a9b; font-size: 13px; }.list-source b { font-size: 14px; }.list-source small { color: #9597a6; font-size: 13px; }.text-button { margin-left: auto; padding: 6px; border: 0; color: var(--indigo); background: transparent; font-size: 14px; font-weight: 700; white-space: nowrap; }
.people-intro { display: flex; align-items: center; gap: 10px; padding: 13px 15px; margin-bottom: 17px; border: 1px solid #e6e0ff; border-radius: 9px; background: #f7f5ff; color: #5c587a; }.people-intro > span { color: var(--indigo); font-size: 16px; }.people-intro p { margin: 0; font-size: 14px; }
.person-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.person-list-card, .create-list-card { min-height: 149px; display: grid; grid-template-columns: 43px minmax(0, 1fr) 16px; grid-template-rows: 1fr auto; align-items: center; column-gap: 12px; padding: 18px; color: var(--ink); text-align: left; transition: .18s ease; }.person-list-card { border: 1px solid var(--line); }.person-list-card:hover, .create-list-card:hover { border-color: #c7c2f3; box-shadow: var(--shadow); transform: translateY(-1px); }.person-list-color { display: grid; place-items: center; grid-row: 1; width: 39px; height: 39px; border-radius: 10px; font-family: "DM Mono", monospace; font-size: 13px; font-weight: 500; }.person-list-color.purple { color: #6055c7; background: #eeedff; }.person-list-color.coral { color: #c56752; background: #ffefec; }.person-list-color.teal { color: #168b7d; background: #e6f8f3; }.person-list-copy { display: grid; min-width: 0; gap: 4px; }.person-list-copy b { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }.person-list-copy small, .list-card-footer { color: #9698a6; font-size: 13px; }.list-card-arrow { color: #9d9eac; font-size: 16px; }.list-card-footer { grid-column: 1 / -1; display: flex; align-items: center; gap: 5px; padding-top: 14px; border-top: 1px solid #f0f0f4; }.list-card-footer i { color: #7772bf; font-style: normal; }.create-list-card { border: 1px dashed #c9c8d6; border-radius: 12px; background: transparent; grid-template-columns: 1fr; align-content: center; justify-items: start; gap: 6px; }.create-list-card > span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 5px; border-radius: 8px; color: var(--indigo); background: #efedff; font-size: 20px; font-weight: 400; }.create-list-card b { font-size: 14px; }.create-list-card small { max-width: 270px; color: #9395a4; font-size: 13px; line-height: 1.4; }
.back-link { margin: 0 0 19px; padding: 0; border: 0; color: #6964a9; background: transparent; font-size: 14px; font-weight: 700; }.person-list-heading { margin-bottom: 19px; }.list-detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 19px; }.list-detail-stats article { min-height: 132px; padding: 16px; }.list-detail-stats .metric-icon { margin-bottom: 11px; }.list-detail-stats p { margin: 0 0 4px; color: #818391; font-size: 14px; }.list-detail-stats strong { font-size: 25px; letter-spacing: -1px; }.list-detail-stats strong.detail-word { font-size: 18px; letter-spacing: -.5px; }
.person-table { overflow: hidden; }.person-row { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(190px, 1.1fr) 72px 25px; align-items: center; gap: 10px; min-height: 60px; padding: 8px 19px; border-bottom: 1px solid #f0f0f4; color: #55576a; font-size: 14px; }.person-row:last-child { border-bottom: 0; }.person-row.header { min-height: 37px; padding-top: 5px; padding-bottom: 5px; color: #898a99; font-family: "DM Mono", monospace; font-size: 12px; text-transform: uppercase; }.person-row > span:first-child { display: flex; align-items: center; gap: 9px; }.person-row > span:nth-child(3) { color: #6b6d7d; font-family: "DM Mono", monospace; font-size: 13px; }.person-row i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #675bd3; background: #efedff; font-size: 11px; font-style: normal; font-weight: 700; }.person-row i.rose { color: #c16a83; background: #ffedf2; }.person-row i.yellow { color: #b9872d; background: #fff4da; }.person-row i.green { color: #16836a; background: #e8f8ef; }.person-row b { color: #32344b; font-size: 14px; }.person-row button { border: 0; color: #8d8e9a; background: transparent; letter-spacing: 1px; }
.upload-zone { display: grid !important; place-items: center; gap: 5px; min-height: 140px; margin-bottom: 15px !important; padding: 18px; border: 1px dashed #bcb9d8; border-radius: 10px; background: #fbfaff; color: #595b6f !important; text-align: center; cursor: pointer; }.upload-zone:hover { border-color: var(--indigo); background: #f7f6ff; }.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }.upload-zone > b { font-size: 14px; }.upload-zone small { color: #9697a7; font-size: 13px; font-weight: 400; }.upload-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: var(--indigo); background: #edebff; font-size: 18px; }.expected-columns { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; margin: 0 0 16px; border-radius: 7px; background: #f7f7fa; }.expected-columns > span { color: #8c8d9c; font-family: "DM Mono", monospace; font-size: 12px; text-transform: uppercase; }.expected-columns div { display: flex; align-items: center; gap: 5px; }.expected-columns b { padding: 3px 5px; border-radius: 4px; color: #625bb4; background: #eeedff; font-family: "DM Mono", monospace; font-size: 12px; }.expected-columns i { color: #9e9fac; font-size: 13px; font-style: normal; }.file-ready { display: grid; grid-template-columns: 20px 1fr; align-items: center; column-gap: 8px; margin: 0 0 15px; padding: 10px; border-radius: 7px; background: #eaf8f2; }.file-ready > span { display: grid; place-items: center; grid-row: 1 / 3; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: #199376; font-size: 13px; }.file-ready b { color: #417467; font-size: 13px; }.file-ready small { color: #5c867b; font-size: 12px; }.list-choices { display: grid; gap: 8px; margin: 17px 0; }.list-choices label { display: grid; grid-template-columns: 1fr 20px; align-items: center; gap: 8px; margin: 0; padding: 12px; border: 1px solid #e2e2ea; border-radius: 8px; cursor: pointer; }.list-choices label:has(input:checked) { border-color: #aaa3ec; background: #f7f6ff; }.list-choices input { position: absolute; width: 1px; height: 1px; opacity: 0; }.list-choices span { display: grid; gap: 4px; }.list-choices b { font-size: 14px; }.list-choices small { color: #9697a5; font-size: 12px; font-weight: 400; }.list-choices i { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #d8d7e1; border-radius: 50%; color: transparent; font-size: 13px; font-style: normal; }.list-choices input:checked ~ i { border-color: var(--indigo); color: #fff; background: var(--indigo); }
@media (max-width: 700px) { .person-list-grid { grid-template-columns: 1fr; }.people-intro { align-items: flex-start; }.list-detail-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }.list-detail-stats article { min-height: 116px; padding: 12px; }.list-detail-stats strong { font-size: 22px; }.list-detail-stats strong.detail-word { font-size: 15px; }.person-table { margin-right: -16px; border-radius: 12px 0 0 12px; }.person-row { min-width: 545px; }.list-source { align-items: flex-start; }.list-source .text-button { padding-right: 0; }.person-list-heading .header-actions { display: flex; }.person-list-heading .header-actions .button { flex: 1; }.expected-columns { align-items: flex-start; flex-direction: column; gap: 7px; } }

.import-list-name { margin-bottom: 14px !important; }.file-error { margin: 0 0 14px; padding: 9px 10px; border-radius: 7px; color: #a9564b; background: #fff1ef; font-size: 13px; line-height: 1.4; }
.algorithm-picker { display: grid; gap: 8px; margin: 4px 0 18px; padding: 0; border: 0; }.algorithm-picker legend { margin-bottom: 8px; color: #555669; font-size: 14px; font-weight: 700; }.algorithm-picker label { display: grid; grid-template-columns: 1fr 20px; align-items: center; gap: 8px; margin: 0; padding: 11px 12px; border: 1px solid #e2e2ea; border-radius: 8px; cursor: pointer; }.algorithm-picker label:has(input:checked) { border-color: #aaa3ec; background: #f7f6ff; }.algorithm-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }.algorithm-picker span { display: grid; gap: 4px; }.algorithm-picker b { font-size: 14px; }.algorithm-picker small { color: #8c8e9e; font-size: 12px; font-weight: 400; line-height: 1.35; }.algorithm-picker i { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #d8d7e1; border-radius: 50%; color: transparent; font-size: 13px; font-style: normal; }.algorithm-picker input:checked ~ i { border-color: var(--indigo); color: #fff; background: var(--indigo); }

@media (max-width: 390px) { .hero-card { padding: 22px; }.hero-actions { display: grid; justify-items: start; }.hero-metric { gap: 10px; }.progress-ring { width: 70px; height: 70px; }.progress-ring:after { width: 56px; height: 56px; }.metrics { grid-template-columns: 1fr 1fr; }.metric-card > small { font-size: 12px; }.header-actions .button { font-size: 13px; padding: 0 9px; }.round-tabs { gap: 14px; } }

.empty-table-state { margin: 0; padding: 32px 20px; color: var(--muted); font-size: 14px; text-align: center; }
.quick-option-row { display: grid; grid-template-columns: minmax(200px, 1.6fr) .55fr .8fr 25px; align-items: center; column-gap: 15px; padding: 8px 20px; border-bottom: 1px solid #ececf2; background: #fbfbfe; }.quick-option-row label { display: block; }.quick-option-row input { width: 100%; height: 31px; padding: 0 8px; border: 1px solid #dcdce6; border-radius: 6px; outline-color: var(--indigo); background: #fff; font-size: 13px; }.quick-option-row button { display: grid; place-items: center; width: 25px; height: 29px; border: 0; border-radius: 6px; color: #fff; background: var(--indigo); font-size: 18px; }.quick-option-row button:hover { background: var(--indigo-dark); }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.preview-list { display: grid; gap: 1px; overflow: hidden; margin: 0 0 18px; border: 1px solid #e5e5ed; border-radius: 8px; background: #e5e5ed; }.preview-list div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px; background: #fff; font-size: 14px; }.preview-list span { color: #5b55a9; font-size: 13px; font-weight: 700; }.notice button:disabled { cursor: default; color: #79808e; }
.button.danger { color: #fff; background: #c8584e; }.button.danger:hover { background: #ac473f; }.button.secondary.danger { color: #b74f47; border-color: #eac6c2; background: #fff; }.button.secondary.danger:hover { color: #9e4039; border-color: #d99b94; background: #fff7f6; }
.modal-button-row { display: flex; gap: 8px; }.modal-button-row .button { flex: 1; }
.event-list-card em.not-attached { color: #8a6a24; background: #fff4df; }.event-lists-heading > span.pending { color: #9a7220; }.event-lists-heading > span.pending i { background: #c79738; }
.event-setup-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 18px 26px; padding: 19px; margin-bottom: 15px; }.event-setup-panel .eyebrow { margin-bottom: 5px; }.event-setup-panel h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 25px; letter-spacing: -.7px; }.event-method-description { max-width: 570px; margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }.event-setup-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; }.event-setup-fields label:first-child { grid-column: 1 / -1; }.event-setup-fields label { display: grid; gap: 5px; color: #646677; font-size: 13px; font-weight: 700; }.event-setup-fields input, .event-setup-fields select { width: 100%; height: 34px; padding: 0 8px; border: 1px solid #dcdce6; border-radius: 6px; outline-color: var(--indigo); color: #3f4154; background: #fff; font-family: inherit; font-size: 13px; }.event-setup-fields .button { grid-column: 1 / -1; justify-self: end; min-height: 34px; }
.selection-start-panel { display: grid; gap: 13px; padding: 22px; margin-bottom: 15px; border: 1px solid #d9d5ff; border-radius: 12px; background: linear-gradient(135deg, #f7f6ff, #fff); }.selection-start-panel .eyebrow { margin: 0 0 4px; }.selection-start-panel h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 27px; letter-spacing: -.8px; }.selection-start-panel p:not(.eyebrow) { max-width: 680px; margin: 7px 0 0; color: #656779; font-size: 14px; line-height: 1.55; }.selection-start-panel .button { min-height: 43px; font-size: 14px; }.selection-start-panel .button:disabled { cursor: not-allowed; color: #8c8d9a; border-color: #dedee7; background: #ededf2; box-shadow: none; }.selection-start-panel small { color: #77798a; font-size: 13px; text-align: center; }
.event-access-list { overflow: hidden; margin-bottom: 15px; }.event-access-list .panel-heading { padding: 17px 19px; border-bottom: 1px solid #eeeeF3; }.event-access-list .panel-heading h2 { margin: 3px 0; font-family: "Newsreader", Georgia, serif; font-size: 24px; }.event-access-list .panel-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }.access-row { display: grid; grid-template-columns: 1fr 1.15fr .6fr; gap: 10px; padding: 11px 19px; border-bottom: 1px solid #f0f0f4; color: #5c5e70; font-size: 14px; }.access-row.header { color: #898a99; font: 9px "DM Mono", monospace; text-transform: uppercase; }.access-row b { color: #37394d; }.access-row code { color: #625bb4; font: 10px "DM Mono", monospace; font-weight: 700; }
.participant-form-page { max-width: 720px; margin: 0 auto; }.participant-form-shell { max-width: 560px; margin: 0 auto; padding: 30px 0 55px; }.participant-brand { display: inline-flex; margin-bottom: 34px; }.participant-form-shell > h1 { margin: 5px 0 9px; font-family: "Newsreader", Georgia, serif; font-size: 38px; letter-spacing: -1.1px; }.participant-form-shell > .lede { margin-bottom: 20px; }.participant-access, .participant-preferences, .participant-submitted, .participant-result { padding: 21px; }.participant-access h2, .participant-preferences h2, .participant-submitted h2, .participant-result h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 25px; letter-spacing: -.7px; }.participant-access p, .participant-form-heading p:not(.eyebrow) { margin: 6px 0 16px; color: var(--muted); font-size: 14px; }.participant-access label { display: grid; gap: 6px; margin-bottom: 14px; color: #606274; font-size: 13px; font-weight: 700; }.participant-access input { height: 38px; padding: 0 10px; border: 1px solid #dcdce6; border-radius: 7px; outline-color: var(--indigo); font: inherit; font-size: 14px; }.participant-form-heading { display: flex; justify-content: space-between; gap: 14px; }.participant-form-heading > span { height: fit-content; padding: 5px 7px; border-radius: 5px; color: #625bb4; background: #efedff; font: 9px "DM Mono", monospace; }.preference-list { display: grid; gap: 7px; padding: 0; margin: 18px 0; list-style: none; }.preference-list li { display: grid; grid-template-columns: 27px 1fr auto auto; align-items: center; gap: 8px; padding: 10px; border: 1px solid #e4e4ec; border-radius: 8px; }.preference-list li > b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #665bca; background: #efedff; font: 10px "DM Mono", monospace; }.preference-list strong { display: block; font-size: 14px; }.preference-list small, .participant-deadline { color: #8e909e; font-size: 12px; }.preference-list button { width: 25px; height: 25px; border: 1px solid #dfdfe8; border-radius: 6px; color: #65677a; background: #fff; }.participant-deadline { display: block; margin-top: 10px; text-align: center; }
.app-shell:has(#participate.active-page) .sidebar, .app-shell:has(#participate.active-page) .mobile-topbar { display: none; }.app-shell:has(#participate.active-page) .main-content { width: 100%; padding: 0 24px; }.participant-option-picker { display: grid; gap: 8px; margin: 18px 0; }.participant-option-picker label { display: flex; gap: 10px; align-items: center; padding: 11px; border: 1px solid #e1e1e9; border-radius: 8px; cursor: pointer; }.participant-option-picker label:has(input:checked) { border-color: #9189df; background: #f7f6ff; }.participant-option-picker input { accent-color: var(--indigo); }.participant-option-picker b { display: block; font-size: 14px; }.participant-option-picker small { color: #8f91a0; font-size: 12px; }
.quick-person-row { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(190px, 1.1fr) 72px 25px; align-items: center; gap: 10px; padding: 8px 19px; border-bottom: 1px solid #ececf2; background: #fbfbfe; }.quick-person-row label { display: block; }.quick-person-row input { width: 100%; height: 31px; padding: 0 8px; border: 1px solid #dcdce6; border-radius: 6px; outline-color: var(--indigo); background: #fff; font-size: 13px; }.quick-person-row button { display: grid; place-items: center; width: 25px; height: 29px; border: 0; border-radius: 6px; color: #fff; background: var(--indigo); font-size: 18px; }.quick-person-row button:hover { background: var(--indigo-dark); }
.settings-card { margin-bottom: 14px; padding: 22px; }.settings-card .eyebrow { margin: 0 0 5px; }.settings-card h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 25px; letter-spacing: -.7px; }.settings-card > p:not(.eyebrow) { max-width: 620px; margin: 7px 0 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }.settings-card .header-actions { margin-top: 12px; }.danger-zone { border-color: #f0d7d4; background: #fffafa; }.danger-zone .eyebrow { color: #b8564e; }

@media (max-width: 700px) { .event-lists-heading { display: block; }.event-lists-heading > span { margin-top: 9px; }.event-list-grid, .event-directory-grid { grid-template-columns: 1fr; }.event-directory-lists { grid-template-columns: 1fr; }.event-directory-progress { grid-template-columns: auto 1fr; }.event-directory-progress > small { grid-column: 1 / -1; text-align: left; }.allocation-stage { padding: 34px 20px; }.event-setup-panel { grid-template-columns: 1fr; padding: 16px; }.event-setup-fields .button { justify-self: stretch; }.quick-option-row { grid-template-columns: minmax(180px, 1.6fr) .55fr .8fr 25px; min-width: 545px; }.quick-person-row { min-width: 545px; } }

/* --- Manager sign-in gate ------------------------------------------------ */
.auth-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--canvas);
}
.auth-gate[hidden] { display: none; }
.auth-card {
  width: min(420px, 100%);
  padding: 32px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(20, 18, 15, 0.09);
}
.auth-mark { display: inline-flex; margin-bottom: 20px; }
.auth-lede { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.auth-form { display: grid; gap: 16px; }
.auth-field { display: grid; gap: 6px; }
.auth-field[hidden] { display: none; }
.auth-field span { font-size: 15px; font-weight: 600; color: var(--ink); }
.auth-field input {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.auth-field input:focus-visible { outline: 2px solid var(--indigo); outline-offset: 1px; }
.auth-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 15px;
  color: #8c2f1d;
  background: #fbeae6;
  border: 1px solid #f2cfc6;
}
.auth-error[hidden] { display: none; }

/* --- Collection state and placement provenance --------------------------- */
.collection-state { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 19px; margin-bottom: 15px; }
.collection-state[hidden] { display: none; }
.collection-state h2 { margin: 3px 0; font-family: "Newsreader", Georgia, serif; font-size: 24px; letter-spacing: -.6px; }
.collection-state p:not(.eyebrow) { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.panel-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.preview-seed {
  margin: 12px 0 16px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 14px;
  color: var(--muted);
}
.link-button {
  padding: 0;
  font: inherit;
  font-size: 15px;
  color: var(--indigo);
  text-decoration: underline;
  background: none;
  border: 0;
  cursor: pointer;
}
.access-row { grid-template-columns: 1.4fr 1.8fr 1fr 0.6fr; }

/* --- Access code issuing ------------------------------------------------- */
.access-notice {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 15px;
  color: #7a4a12;
  background: #fdf3e3;
  border: 1px solid #f0dcbc;
}
.access-notice[hidden] { display: none; }
.access-empty { margin: 0; font-size: 15px; color: var(--muted); }
.access-row code.missing { color: var(--muted); font-style: italic; }

/* --- Participant entry on the sign-in gate ------------------------------- */
.auth-alt { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.auth-alt[hidden] { display: none; }
.auth-alt p { margin: 0 0 10px; font-size: 15px; color: var(--muted); }
.auth-participant[hidden] { display: none; }
.auth-participant .button.secondary { margin-top: 4px; }

/* --- Participant submitted confirmation ---------------------------------- */
.participant-submitted[hidden] { display: none; }
.submitted-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  font-size: 20px;
  color: #1c7a4a;
  background: #e2f5ea;
}
.submitted-lede { margin: 4px 0 18px; color: var(--muted); font-size: 15px; }
.submitted-list { margin: 0 0 18px; padding: 0; list-style: none; counter-reset: choice; display: grid; gap: 8px; }
.submitted-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  counter-increment: choice;
}
.submitted-list li::before {
  content: counter(choice);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: var(--indigo);
  background: #f5ece9;
}
.submitted-list strong { display: block; font-size: 15px; line-height: 1.35; }
.submitted-list small { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; }
.submitted-deadline { margin: 0 0 16px; font-size: 15px; color: var(--muted); }
[data-edit-preferences][hidden] { display: none; }

/* --- Access list status column ------------------------------------------- */
.access-row { grid-template-columns: 1.3fr 1.7fr 0.9fr 0.7fr 0.6fr; }
.submit-state { font-size: 14px; font-weight: 600; }
.submit-state.submitted { color: #1c7a4a; }
.submit-state.waiting { color: var(--muted); font-weight: 500; }

/* --- Allocation review --------------------------------------------------- */
.allocation-empty { margin: 0; color: var(--muted); font-size: 15px; }
.allocation-empty[hidden] { display: none; }
.run-provenance {
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 14px;
  color: var(--muted);
  background: var(--canvas);
}
.allocation-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
.summary-tile {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.summary-tile.wide { grid-column: 1 / -1; }
.summary-tile.warn { border-color: #f0dcbc; background: #fdf3e3; }
.summary-tile strong { display: block; font-size: 26px; letter-spacing: -1px; }
.summary-tile small { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; }
.allocation-subhead { margin: 0 0 10px; font-size: 15px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.allocation-table { margin-bottom: 24px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.allocation-row {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  font-size: 15px;
  border-top: 1px solid var(--line);
}
.allocation-row:first-child { border-top: 0; }
.allocation-row.header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  background: var(--canvas);
}
.option-fill .allocation-row { grid-template-columns: 2fr 0.7fr 0.7fr 0.9fr 0.9fr; }
.participant-placements .allocation-row { grid-template-columns: 2.2fr 0.7fr 1.4fr 0.7fr 1fr; }
.allocation-row small { display: block; color: var(--muted); font-size: 14px; }
.allocation-row.unplaced { background: #fdf3e3; }
.remaining-open { color: #7a4a12; font-weight: 600; }

/* --- Single-flow event page ---------------------------------------------- */
.invite-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 19px; margin-bottom: 15px; }
.invite-strip[hidden] { display: none; }
.invite-strip h2 { margin: 3px 0; font-family: "Newsreader", Georgia, serif; font-size: 24px; letter-spacing: -.6px; }
.invite-strip p:not(.eyebrow) { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.invite-strip .share-field { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.invite-strip code {
  padding: 7px 11px;
  border-radius: 8px;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  color: var(--muted);
  background: #f7f7fA;
  border: 1px solid var(--line);
  word-break: break-all;
}
.allocation-stage-wrap[hidden] { display: none; }

/* --- Modal validation message -------------------------------------------- */
.modal-error {
  margin: 0 0 12px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: #8c2f1d;
  background: #fbeae6;
  border: 1px solid #f2cfc6;
}
.modal-error[hidden] { display: none; }

/* --- Placement exceptions ------------------------------------------------ */
.participant-placements .allocation-row { grid-template-columns: 2fr 0.6fr 1.4fr 0.6fr 0.9fr 0.7fr; }
.manual-tag { display: block; color: #7a4a12; font-size: 13px; font-weight: 600; }
.modal.wide { max-width: 640px; }
#manual-placement-modal select,
#manual-placement-modal textarea {
  width: 100%;
  padding: 9px 11px;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
#manual-placement-modal textarea { resize: vertical; }
.history-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: start;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid var(--line);
}
.history-row:first-of-type { border-top: 0; }
.history-row small { display: block; margin-top: 2px; color: var(--muted); font-size: 14px; }
.history-row span:not(:first-child) { color: var(--muted); font-size: 14px; white-space: nowrap; }

/* --- Participant result -------------------------------------------------- */
.participant-result[hidden] { display: none; }
.result-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  font-size: 20px;
  color: #1c7a4a;
  background: #e2f5ea;
}
.participant-result.unplaced .result-mark { color: #7a4a12; background: #fdf3e3; }
.result-placement {
  margin: 0 0 8px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
  letter-spacing: -.8px;
}
.participant-result.unplaced .result-placement { font-size: 20px; color: var(--muted); }
.result-note { margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.result-subhead { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.submitted-list li.chosen { border-color: #9bd7b6; background: #f2fbf6; }

/* --- Participant choice limit -------------------------------------------- */
.choose-count { margin: 6px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; }
.participant-option-picker label.at-limit { opacity: .45; cursor: not-allowed; }
.participant-option-picker label.at-limit input { cursor: not-allowed; }

/* Methods that ignore weight drop that column entirely. */
.participant-placements.no-context .allocation-row { grid-template-columns: 2.2fr 1.4fr 0.7fr 1fr 0.8fr; }
.participant-placements .allocation-row.header span[hidden] { display: none; }

/* --- Corrections: match the panels added later to the existing system ------
   These panels were written against variables and conventions that do not
   exist in this stylesheet, so they fell back to defaults: no padding, no
   bottom margin, and headings in the body font. */

.allocation-stage-wrap { padding: 16px; margin-bottom: 15px; }
.allocation-stage-inner > .panel-heading { padding: 0 0 14px; }
.allocation-stage-wrap h2,
.collection-state h2,
.invite-strip h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 25px;
  letter-spacing: -.7px;
}
.allocation-stage-wrap .panel-heading p,
.collection-state p:not(.eyebrow),
.invite-strip p:not(.eyebrow) { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

/* Borders were picking up currentColor on the header row. */
.allocation-row { border-top: 1px solid var(--line); }
.allocation-row.header { border-top: 0; }
.allocation-subhead { margin: 0 0 10px; }

/* The submitted / result panels sit inside the participant shell, which already
   supplies the padding; keep their internal rhythm consistent with it. */
.participant-submitted .eyebrow,
.participant-result .eyebrow { margin: 0 0 5px; }
.submitted-lede, .result-note { margin: 6px 0 16px; font-size: 14px; }
.submitted-deadline { margin: 0 0 14px; font-size: 14px; }

/* --- Event setup steps ---------------------------------------------------
   A numbered rail beside each setup section, so the order is obvious and a
   step only opens once the one before it is done. */

:root { --coral-wash: #fdefec; --coral-line: #f7cec4; --coral-ink: #b8442c; }

.setup-step { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; margin-bottom: 15px; }
.step-rail {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 5px;
  padding: 14px 8px;
  border: 1px solid var(--coral-line);
  border-radius: 12px;
  background: var(--coral-wash);
  text-align: center;
}
.step-badge {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.step-label { color: var(--coral-ink); font-size: 13px; font-weight: 700; }
.step-state { color: var(--coral-ink); font-size: 12px; opacity: .8; }
.step-body { min-width: 0; }
.step-body > .panel, .step-body > .event-lists, .step-body > .selection-start-panel { margin-bottom: 0; }
.step-title { margin: 0 0 10px; font-size: 15px; font-weight: 700; color: var(--ink); }
.step-title small { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; font-weight: 400; }

/* Done: the rail goes quiet so attention stays on what is still open. */
.setup-step.done .step-rail { border-color: #cfe9dc; background: #eef8f2; }
.setup-step.done .step-badge { background: var(--teal); }
.setup-step.done .step-label, .setup-step.done .step-state { color: #17715f; }

/* Locked: dimmed, and nothing inside can be used yet. */
.setup-step.locked .step-rail { border-color: var(--line); background: var(--canvas); }
.setup-step.locked .step-badge { background: #c9cad6; }
.setup-step.locked .step-label, .setup-step.locked .step-state { color: var(--muted); }
.setup-step.locked .step-body { opacity: .5; }
.setup-step.locked .step-body { pointer-events: none; }

@media (max-width: 760px) {
  .setup-step { grid-template-columns: 1fr; gap: 8px; }
  .step-rail { grid-auto-flow: column; justify-content: start; align-items: center; gap: 10px; padding: 10px 14px; text-align: left; }
}

/* --- What a placement method needs --------------------------------------- */
.method-requirements { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 12px; margin: 14px 0 0; }
.method-requirements dt {
  color: var(--indigo);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .4px;
  text-transform: uppercase;
  white-space: nowrap;
}
.method-requirements dd { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.5; }
.method-readiness {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.5;
}
.method-readiness[hidden] { display: none; }
.method-readiness.ok { color: #17715f; background: #eef8f2; border: 1px solid #cfe9dc; }
.method-readiness.warn { color: #8a5216; background: #fdf4e6; border: 1px solid #f0dcbc; }

@media (max-width: 620px) {
  .method-requirements { grid-template-columns: 1fr; gap: 2px 0; }
  .method-requirements dd { margin-bottom: 8px; }
}

/* --- Destructive actions -------------------------------------------------- */
.button.danger { color: #a3341c; border-color: #f0cdc4; }
.button.danger:hover { background: #fdefec; }
.button.primary.danger { color: #fff; background: #c0442a; border-color: #c0442a; }
.button.primary.danger:hover { background: #a3341c; }
[data-event-danger] { padding: 19px; margin-bottom: 15px; }
[data-event-danger] h2 { margin: 3px 0; font-family: "Newsreader", Georgia, serif; font-size: 25px; letter-spacing: -.7px; }
[data-event-danger] p:not(.eyebrow) { margin: 6px 0 14px; color: var(--muted); font-size: 14px; }
#delete-event-modal label { display: grid; gap: 6px; margin-bottom: 14px; color: #606274; font-size: 13px; font-weight: 700; }
#delete-event-modal label[hidden] { display: none; }

/* --- Stale server warning ------------------------------------------------- */
.stale-banner {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  color: #8a5216;
  background: #fdf4e6;
  border-bottom: 1px solid #f0dcbc;
}
.stale-banner[hidden] { display: none; }
.stale-banner > span { font-size: 16px; }
.stale-banner p { margin: 0; font-size: 14px; line-height: 1.5; }
.stale-banner code {
  padding: 1px 6px;
  border-radius: 5px;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  background: #f7e6cc;
}

.run-seed { margin: -10px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.history-note { margin: -4px 0 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.button:disabled { opacity: .45; cursor: not-allowed; }

/* --- Placements changed by hand ------------------------------------------- */
.manual-log { margin-top: 4px; }
.manual-log[hidden] { display: none; }
.manual-log-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid #f0dcbc;
  border-radius: 10px;
  background: #fdf4e6;
  margin-bottom: 8px;
}
.manual-log-row b { font-size: 14px; }
.manual-log-row small { display: block; margin-top: 2px; color: #8a5216; font-size: 13px; }
.manual-log-row q { color: #6b4310; font-size: 14px; line-height: 1.5; font-style: italic; }
@media (max-width: 700px) { .manual-log-row { grid-template-columns: 1fr; gap: 6px; } }
