:root{--navy:#0f2744;--navy-light:#1e3a5f;--navy-muted:#3d5a80;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-500:#64748b;--gray-700:#334155;--shadow:0 10px 40px #0f274414;--radius:14px;--radius-sm:10px;color:var(--gray-700);background-color:var(--gray-100);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}a{color:var(--navy-light)}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.25rem 1rem 3rem}.site-header{background:var(--white);color:var(--navy);border-bottom:1px solid var(--gray-200);padding:1rem 1.25rem;box-shadow:0 2px 12px #0f27440f}.site-header--admin{background:var(--white);border-bottom:1px solid var(--gray-200)}.site-header__inner{max-width:1200px;margin:0 auto}.brand-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;display:flex}.brand-block{color:var(--navy);align-items:center;gap:.75rem;max-width:min(100%,520px);display:flex}.brand-logo{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:min(360px,72vw);height:64px;display:block}.brand-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.brand-heading{letter-spacing:.01em;color:var(--navy);font-size:.95rem;font-weight:600;line-height:1.25}.brand-tag{color:var(--gray-500);font-size:.8rem}.site-header__subtitle{color:var(--gray-500);max-width:42rem;margin:.75rem 0 0;font-size:.9rem}.demo-nav{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.demo-nav__btn{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--navy);cursor:pointer;border-radius:999px;padding:.45rem .85rem;font-size:.8rem;transition:background .15s,border-color .15s}.demo-nav__btn:hover{background:var(--gray-100);border-color:var(--gray-200)}.demo-nav__btn.is-active{background:var(--navy);color:var(--white);border-color:var(--navy)}.site-footer{text-align:center;color:var(--gray-500);border-top:1px solid var(--gray-200);background:var(--gray-50);padding:1rem 1rem 1.25rem;font-size:.9rem}.site-footer__title{color:var(--navy);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;line-height:1.25}.config-banner{color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;max-width:1200px;margin:0 auto;padding:.85rem 1.25rem;font-size:.9rem}.loading-banner{text-align:center;color:var(--navy-muted);background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.75rem;font-size:.9rem}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);box-shadow:0 2px 12px #0f27440a}.card--pad{padding:1.25rem 1.35rem}.card-title{color:var(--navy);margin:0 0 1rem;font-size:1.15rem}.card-title--sm{margin-bottom:.75rem;font-size:1rem}.registration-flow{flex-direction:column;gap:1rem;display:flex}.registration-flow .field-county-select{border:2px solid var(--navy-light);border-radius:var(--radius-sm);background:linear-gradient(#f8fafc 0%,#fff 55%);gap:.5rem;margin-top:.35rem;padding:1.1rem 1.2rem 1.15rem;box-shadow:0 2px 10px #0f274412}.registration-flow .field-county-select__label{color:var(--navy);letter-spacing:-.02em;font-size:1.2rem;font-weight:700;line-height:1.25}.registration-flow .field-county-select__required{text-transform:uppercase;letter-spacing:.06em;color:var(--white);background:var(--navy);border-radius:4px;width:fit-content;margin-top:.15rem;padding:.2rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.registration-flow .field-county-select__subline{color:var(--gray-600);margin:0;font-size:.88rem;line-height:1.45}.registration-flow .field-county-select__control{border-width:2px;border-color:var(--navy-light);background:var(--white);min-height:3.35rem;margin-top:.25rem;padding:.85rem .75rem;font-size:1.08rem;font-weight:500}.registration-flow .field-county-select__control:focus{outline-offset:1px;border-color:var(--navy);outline:3px solid #2563eb59}.register-masthead{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 12px #0f27440a}.register-masthead__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem 0;display:flex}.register-masthead__already{color:var(--navy-light);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:underline}.register-masthead__already:hover{color:var(--navy)}.register-masthead__subtitle{color:var(--gray-500);margin:0;padding:.35rem 1.25rem 0;font-size:.9rem}.register-masthead__nav{margin-top:.65rem;padding:0 1.25rem 1rem}.register-masthead__compact-hint{color:var(--navy-muted);border-bottom:1px solid var(--gray-200);margin:0;padding:0 1.25rem .75rem;font-size:.82rem;font-weight:600}.register-masthead--hero-collapsed .register-masthead__compact-hint{border-bottom:none;padding-bottom:.5rem}.register-masthead--hero-collapsed .register-hero-split{display:none}.register-hero-split{border-top:1px solid var(--gray-200);grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:0;display:grid}@media (width<=900px){.register-hero-split{grid-template-columns:1fr}}.register-hero-split__photo{background:var(--gray-100);margin:0;line-height:0;position:relative}.register-hero-split__photo--solo-venue{aspect-ratio:965/816;min-height:240px;max-height:min(52vh,560px)}.register-hero-split__photo--solo-venue .hero-photo-block--venue{flex-direction:column;height:100%;display:flex}.register-hero-split__photo--solo-venue .hero-photo-block--venue img{object-fit:cover;object-position:center;flex:1;width:100%;height:100%;min-height:0;display:block}.hero-photo-block{margin:0;position:relative;overflow:hidden}.hero-photo-credit--venue{font-style:normal}.hero-photo-credit{color:var(--gray-500);border-top:1px solid var(--gray-200);background:#ffffffeb;margin:0;padding:.35rem .6rem;font-size:.65rem;line-height:1.35}.hero-photo-credit a{color:var(--navy-light);font-weight:600}.venue-map-wrap{border-radius:var(--radius-sm);border:1px solid var(--gray-200);aspect-ratio:16/10;background:var(--gray-100);min-height:160px;margin:.85rem 0 0;overflow:hidden}.venue-map-embed{border:none;width:100%;height:100%;min-height:160px;display:block}.register-hero-split__details{border:none;border-left:1px solid var(--gray-200);box-shadow:none;border-radius:0;margin:0;padding:1.25rem 1.35rem}@media (width<=900px){.register-hero-split__details{border-left:none;border-top:1px solid var(--gray-200)}}.register-hero-split__title{color:var(--navy);margin:.35rem 0 0;font-size:1.45rem;line-height:1.25}.venue-address{color:var(--gray-700);margin:.5rem 0 0;font-size:.88rem;line-height:1.45}.venue-host-hotel{color:var(--navy);margin:.4rem 0 0;font-size:.82rem;font-weight:600;line-height:1.4}.venue-host-hotel-cta{border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);margin:.5rem 0 0;padding:.85rem .95rem;box-shadow:0 1px 2px #0f27440f}.venue-host-hotel-cta-link{background:var(--navy);text-align:center;border-radius:8px;margin:0;padding:.75rem .95rem;font-size:1.22rem;font-weight:700;line-height:1.4;transition:background .15s,transform .12s,box-shadow .15s;display:block;box-shadow:0 2px 6px #0f274433;color:#fff!important}.venue-host-hotel-cta-link:hover{background:var(--navy-light);color:#fff!important}.venue-host-hotel-cta-link:active{transform:scale(.99)}.venue-host-hotel-cta-link__title{display:block}.venue-host-hotel-cta-link__lede,.venue-host-hotel-cta-link__action{text-underline-offset:5px;-webkit-text-decoration:underline #ffffffd9;text-decoration:underline #ffffffd9;text-decoration-thickness:2px}.venue-host-hotel-cta-link__lede{color:#fff;font-weight:700}.venue-host-hotel-cta-link__action{color:#fca5a5;font-weight:800;text-decoration-color:#fca5a5}.venue-host-hotel-cta-link:hover .venue-host-hotel-cta-link__action{color:#fecaca;text-decoration-color:#fecaca}.venue-host-hotel-cta-link:hover .venue-host-hotel-cta-link__lede{text-decoration-color:#fffffff2}.venue-host-hotel-cta-link__hint{opacity:.92;margin-top:.4rem;font-size:.88rem;font-weight:600;text-decoration:none;display:block}.venue-host-hotel-url a{color:var(--navy-light);text-underline-offset:3px;font-weight:600;text-decoration:underline}.venue-host-hotel-url a:hover{color:var(--navy)}.venue-host-hotel-contact{color:var(--gray-800);margin:.75rem 0 0;font-size:.95rem;line-height:1.5}.venue-host-hotel-contact strong{color:var(--navy);font-weight:700}.venue-host-hotel-contact a{color:var(--navy-light);text-underline-offset:3px;word-break:break-all;font-weight:700;text-decoration:underline;text-decoration-thickness:2px}.venue-host-hotel-contact a:hover{color:var(--navy)}.directions-link{color:var(--navy-light);margin-top:.85rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-block}.directions-link--block{margin-top:.85rem;display:block}.directions-link:hover{text-decoration:underline}.event-hero{margin-bottom:.25rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--navy-muted);margin:0 0 .35rem;font-size:.7rem}.event-title{color:var(--navy);margin:0;font-size:1.65rem}.event-dates{color:var(--navy-light);margin:.35rem 0 0;font-weight:600}.event-loc{color:var(--gray-500);margin:.25rem 0 0}.stepper{flex-wrap:wrap;gap:.5rem;display:flex}.stepper__step{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;color:var(--gray-500);border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .75rem;font-size:.78rem;display:inline-flex}.stepper__step:disabled{opacity:.45;cursor:default}.stepper__step.is-active{border-color:var(--navy-light);color:var(--navy);font-weight:600}.stepper__step.is-done{color:var(--navy-muted)}.stepper__num{background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;display:inline-flex}.stepper__step.is-active .stepper__num{background:var(--navy);color:var(--white)}.reg-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:1.25rem;display:grid}@media (width<=960px){.reg-layout{grid-template-columns:1fr}}.reg-main{flex-direction:column;gap:1rem;display:flex}.cart-summary__sticky{position:sticky;top:1rem}.cart-summary{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.15rem}.cart-summary__title{color:var(--navy);margin:0 0 .75rem;font-size:1rem}.cart-lines{margin:0;padding:0;list-style:none}.cart-line{border-bottom:1px dashed var(--gray-200);justify-content:space-between;gap:.75rem;padding:.35rem 0;font-size:.88rem;display:flex}.cart-line--muted{color:var(--gray-500);border:0;font-style:italic}.cart-line__qty{color:var(--gray-500);font-weight:500}.cart-divider{background:var(--gray-200);height:1px;margin:.5rem 0}.cart-row{justify-content:space-between;padding:.25rem 0;font-size:.9rem;display:flex}.cart-row--muted{color:var(--gray-600);font-size:.82rem}.cart-row--total{border-top:2px solid var(--gray-200);margin-top:.5rem;padding-top:.65rem;font-size:1rem}.cart-notice{border-radius:var(--radius-sm);margin-top:.75rem;padding:.75rem;font-size:.82rem}.cart-notice--warn{color:#7a5b00;background:#fff8e6;border:1px solid #ffe0a3}.cart-footnote{color:var(--gray-500);margin:.75rem 0 0;font-size:.72rem}.form-grid{gap:.85rem;display:grid}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=720px){.form-grid--2,.form-grid--3{grid-template-columns:1fr}}.field{flex-direction:column;gap:.35rem;display:flex}.field span{color:var(--gray-700);font-size:.78rem;font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--gray-200);border-radius:var(--radius-sm);font:inherit;background:var(--gray-50);padding:.55rem .65rem}.password-field{width:100%;position:relative}.field .password-field__input{box-sizing:border-box;border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;font:inherit;background:var(--gray-50);padding:.55rem 2.75rem .55rem .65rem}.password-field__toggle{border-radius:var(--radius-sm);color:var(--gray-500);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;line-height:0;display:flex;position:absolute;top:50%;right:.2rem;transform:translateY(-50%)}.password-field__toggle:hover{color:var(--navy);background:var(--gray-100)}.password-field__toggle:focus-visible{outline:2px solid var(--navy-light);outline-offset:1px}.forgot-password{border-top:1px solid var(--gray-200);margin-top:.75rem;padding-top:.75rem}.forgot-password__trigger{margin:.35rem 0 0}.forgot-password__lead{margin:0 0 .5rem}.forgot-password__form{margin-bottom:0}.forgot-password__sent{margin:.65rem 0 0}.field--grow{flex:1;min-width:180px}.field--full{grid-column:1/-1}.segmented{gap:.5rem;margin-bottom:1rem;display:flex}.segmented button{border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:var(--gray-50);cursor:pointer;flex:1;padding:.55rem;font-size:.85rem;font-weight:600}.segmented button.is-active{border-color:var(--navy-light);background:var(--white);color:var(--navy)}.chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--gray-200);background:var(--gray-50);cursor:pointer;border-radius:999px;padding:.45rem .85rem;font-size:.85rem}.chip.is-active{border-color:var(--navy-light);color:var(--navy);background:#1e3a5f14;font-weight:600}.yesno{gap:.5rem;display:flex}.yesno button{border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:var(--white);cursor:pointer;min-width:72px;padding:.5rem 1rem;font-weight:600}.yesno--wrap{flex-wrap:wrap}.yesno--wrap button{flex:168px;min-width:140px}.dues-panel{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid var(--gray-200);margin-top:1rem;padding:1rem}.dues-panel--inferred{border-left:4px solid var(--navy-light)}.dues-question{color:var(--navy);margin:0 0 .65rem;font-weight:600}.dues-flag{margin:0;font-weight:600}.dues-flag.is-paid{color:#166534}.dues-flag.is-unpaid{color:#b45309}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dues-structure-details{grid-column:1/-1;margin-top:.75rem}.dues-structure-details__summary{cursor:pointer;color:var(--navy);font-size:.88rem;font-weight:600}.dues-structure-details__body{margin-top:.65rem}.dues-structure-table{border-collapse:collapse;width:100%;font-size:.82rem}.dues-structure-table th,.dues-structure-table td{border:1px solid var(--gray-200);text-align:left;padding:.4rem .55rem}.dues-structure-table th{background:var(--gray-50);font-weight:600}.dues-structure-partner{margin:.65rem 0 0;font-size:.88rem}.hint{color:var(--gray-500);margin:.75rem 0 0;font-size:.85rem}.muted{color:var(--gray-500)}.small{font-size:.85rem}.actions-row{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.btn{border-radius:var(--radius-sm);font:inherit;cursor:pointer;border:none;padding:.6rem 1.1rem;font-weight:600}.btn--primary{background:var(--navy);color:var(--white)}.btn--primary:hover{background:var(--navy-light)}.btn--primary:disabled{opacity:.45;cursor:not-allowed}.btn--secondary{background:var(--navy-light);color:var(--white)}.btn--ghost{border:1px solid var(--gray-200);color:var(--navy);background:0 0}.btn--danger{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.btn--danger:hover:not(:disabled){color:#991b1b;background:#fee2e2;border-color:#f87171}.btn--small{padding:.45rem .75rem;font-size:.85rem}.btn--tiny{border:1px solid var(--gray-200);background:var(--white);color:var(--navy);cursor:pointer;border-radius:6px;padding:.25rem .5rem;font-size:.72rem}.btn--tiny.btn--primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--tiny.btn--secondary{background:var(--navy-light);color:var(--white);border-color:var(--navy-light)}.btn--tiny.btn--ghost{background:var(--white);color:var(--navy)}.btn--tiny.btn--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.btn--tiny.btn--danger:hover:not(:disabled){color:#991b1b;background:#fee2e2;border-color:#f87171}.link-btn{color:var(--navy-light);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.banner{border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:.88rem}.banner--warn{background:#fff8e6;border:1px solid #ffe0a3}.banner--success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.banner--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.product-list{margin:0;padding:0;list-style:none}.product-row{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.product-name{color:var(--navy);font-weight:600}.product-price{color:var(--gray-500);font-size:.85rem}.qty-control{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:999px;align-items:center;gap:.5rem;padding:.2rem .45rem;display:inline-flex}.qty-control button{background:var(--white);cursor:pointer;border:none;border-radius:50%;width:28px;height:28px;font-size:1rem;line-height:1}.attendee-block{border-bottom:1px dashed var(--gray-200);margin-bottom:1rem;padding-bottom:1rem}.attendee-head{color:var(--navy-muted);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=540px){.review-grid{grid-template-columns:1fr}}.review-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin:0 0 .35rem;font-size:.78rem}.portal-layout{flex-direction:column;gap:1rem;display:flex}.portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=720px){.portal-grid{grid-template-columns:1fr}}.pay-options{flex-direction:column;gap:.85rem;margin:.75rem 0 0;padding-left:1.25rem;display:flex}.pay-options li{line-height:1.45}.status-pill{border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.status-pill.is-success{color:#166534;background:#ecfdf3}.status-pill.is-warn{color:#b45309;background:#fff8e6}.kv{gap:.5rem;margin:.75rem 0 0;display:grid}.kv dt{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-size:.72rem}.kv dd{margin:0;font-weight:600}.mini-table{border-collapse:collapse;width:100%;font-size:.85rem}.mini-table th,.mini-table td{text-align:left;border-bottom:1px solid var(--gray-200);padding:.45rem .35rem}.section-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.qty-summary{margin:0;padding:0;list-style:none}.qty-summary li{border-bottom:1px solid var(--gray-100);align-items:center;gap:.65rem;padding:.35rem 0;font-size:.88rem;display:flex}.qty-summary__n{text-align:right;min-width:2ch;margin-left:auto;font-weight:700}.form-error{color:#b91c1c;font-size:.85rem}.form-success{color:#166534;font-size:.85rem}.admin-dashboard{flex-direction:column;gap:1rem;display:flex}.admin-section-nav{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-users-panel{flex-direction:column;gap:1rem;display:flex}.admin-toolbar{flex-wrap:wrap;align-items:flex-end;gap:.85rem;display:flex}.admin-toolbar__toggle{color:var(--navy);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;padding:.35rem 0;font-size:.85rem;display:flex}.admin-toolbar__toggle input{width:1rem;height:1rem;accent-color:var(--navy-light)}.summary-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;display:grid}.summary-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:.85rem 1rem}.summary-card__label{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);font-size:.72rem}.summary-card__value{color:var(--navy);margin-top:.15rem;font-size:1.35rem;font-weight:800}.summary-card__hint{color:var(--gray-500);margin-top:.35rem;font-size:.72rem}.table-scroll{margin-top:.75rem;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:.78rem}.data-table th,.data-table td{border-bottom:1px solid var(--gray-200);white-space:nowrap;padding:.5rem .45rem}.data-table thead{background:var(--gray-50)}.data-table--compact th,.data-table--compact td{white-space:normal}.admin-wide-table .th-narrow{text-overflow:ellipsis;max-width:72px;overflow:hidden}.td-num{text-align:right;font-variant-numeric:tabular-nums}.admin-table-wrap{overflow:hidden}.ledger-row--check{background:#f0fdf4}.ledger-badge{text-transform:uppercase;letter-spacing:.03em;color:#166534;vertical-align:middle;background:#dcfce7;border-radius:4px;margin-right:.25rem;padding:.12rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-table-group-header td{background:var(--gray-100);border-bottom:1px solid var(--gray-200);vertical-align:middle;padding:.55rem .45rem}.admin-table-group-title{color:var(--navy);font-size:.82rem;font-weight:700}.modal-backdrop{z-index:50;background:#0f274473;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{width:min(560px,100%);margin:auto}.admin-financial-modal{width:min(760px,100%);max-height:calc(100vh - 4rem);overflow-y:auto}.modal-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.modal-head h2{color:var(--navy);margin:0;font-size:1.2rem}.icon-close{background:var(--gray-100);cursor:pointer;border:none;border-radius:50%;width:36px;height:36px;font-size:1.25rem;line-height:1}.workflow-section{border-top:1px solid var(--gray-200);margin-top:1.25rem;padding-top:1rem}.workflow-section h3{color:var(--navy);margin:0 0 .35rem;font-size:.95rem}.admin-attendees-cell{vertical-align:top;min-width:220px}.admin-attendee-list{gap:.25rem;margin:.25rem 0;padding:0;list-style:none;display:grid}.admin-attendee-editor{gap:.65rem;display:grid}.admin-attendee-editor__row{grid-template-columns:minmax(4rem,auto) 1fr 1fr 1fr auto;align-items:end;gap:.5rem;display:grid}.admin-attendee-editor__label{padding-bottom:.45rem}@media (width<=720px){.admin-attendee-editor__row{grid-template-columns:1fr 1fr}.admin-attendee-editor__label{grid-column:1/-1;padding-bottom:0}}.admin-attendee-list li{font-size:.8rem;line-height:1.25}.admin-actions-cell{vertical-align:top;min-width:160px}.admin-row-actions{flex-direction:column;align-items:stretch;gap:.3rem;display:flex}.admin-row-actions .btn--tiny{width:100%}.invoice-public{gap:1.25rem;max-width:760px;margin:0 auto;padding:1.5rem 1rem 3rem;display:grid}.invoice-public__hero{align-items:center;gap:1rem;display:flex}.invoice-public__hero .brand-logo{max-height:64px}
