.cms-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-block:20px}
.cms-check{display:flex;gap:10px;align-items:center;font-weight:700;margin-block:15px}.cms-check input{width:18px;height:18px}
.cms-editor-section{border:1px solid #d6e7e5;padding:20px;border-radius:12px;margin-block:18px}.cms-editor-section summary{cursor:pointer;font-weight:800;color:#007f82}
.cms-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-block:18px}.cms-record-editor{max-width:850px}
.cms-upload{background:#f0f8f7;border:1px solid #d6e7e5;border-radius:10px;padding:16px;margin-block:18px;display:grid;gap:12px}
.cms-image-preview{width:130px;height:130px;object-fit:contain}.cms-committee-image{max-width:300px;max-height:250px;object-fit:contain}
.cms-header-preview{border:1px dashed #9acfc9;overflow:auto;isolation:isolate;margin-block:20px}
.cms-header-preview .managed-header{min-width:1050px}.cms-header-preview .hidden-mobile{display:flex!important}.cms-header-preview .hidden-desktop{display:none!important}
fieldset{border:0;min-width:0;padding:0;margin:0}
.header-nav.managed-header{background:var(--managed-bg)!important;color:var(--managed-text)!important;border-top:4px solid var(--managed-accent)!important}
.managed-header .final-nav-shell{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-block:12px}
.managed-header .final-nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}
.managed-header .nav-brand-title,.managed-header .nav-brand-sub,.managed-header .final-nav-date *{color:var(--managed-text)!important}
.managed-header .nav-brand-title{font-size:15px;font-weight:800;line-height:1.4}.managed-header .nav-brand-sub{font-size:11px}
.managed-header .final-nav-links{display:flex;flex-wrap:wrap;gap:3px}.managed-header .final-nav-links .nav-link{font-size:var(--managed-font)!important;color:var(--managed-text)!important}
.managed-header .final-nav-links .nav-link.active{color:var(--managed-accent)!important;border-bottom-color:var(--managed-accent)!important}
/* Registration keeps the summit gold identity, independently of header accent settings. */
.header-nav.managed-header .btn-cta-white,.mobile-nav-drawer.managed-drawer .btn-cta-white{background:#55dfd0!important;color:#063f49!important;gap:10px;border:0!important}
.header-nav.managed-header .btn-cta-white:is(:hover,:focus-visible,:active),.mobile-nav-drawer.managed-drawer .btn-cta-white:is(:hover,:focus-visible,:active){background:#8beedd!important;color:#063f49!important}
.header-nav.managed-header .btn-cta-white:focus-visible,.mobile-nav-drawer.managed-drawer .btn-cta-white:focus-visible{outline:2px solid #063f49;outline-offset:3px}
.managed-logo{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1px solid #ddd;background:transparent}
.managed-logo img{width:100%;height:100%}.managed-menu-button{width:42px;height:42px;background:transparent;border:1px solid currentColor;border-radius:8px;color:var(--managed-text);font-size:22px;cursor:pointer}
.managed-header .final-nav-date{margin:0}.managed-header.managed-header-preview,.managed-header.managed-header-static{position:relative!important;inset:auto!important;z-index:1}
.managed-drawer{background:var(--managed-bg)!important;color:var(--managed-text)!important;overflow-y:auto}
.managed-drawer .nav-link{display:block;color:var(--managed-text)!important;padding:12px;font-size:var(--managed-font)!important}.managed-drawer nav{flex:1}
.managed-drawer-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.managed-drawer-title button{margin-inline-start:auto;flex-shrink:0}.managed-drawer-title small{font-size:11px}
@media(max-width:820px){.cms-form-grid{grid-template-columns:1fr}.managed-header .final-nav-shell{flex-wrap:nowrap;gap:12px}.managed-header .final-nav-links.hidden-mobile{display:none!important}.managed-header .nav-brand-title{font-size:12px}.managed-header .final-nav-brand{flex:1}.managed-header .managed-logo{max-width:60px;max-height:60px}.cms-editor-section{padding:12px}}


/* Ticket reception workspace */
.scan-workspace{max-width:1180px;margin:0 auto;color:#143b40}
.scan-page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.scan-eyebrow{display:flex;gap:8px;align-items:center;color:#007f82;font-size:12px;font-weight:700}.scan-page-heading h1{font-size:clamp(23px,2.3vw,32px);line-height:1.5;margin:5px 0;font-weight:800}.scan-page-heading p,.scan-panel-heading p{color:#766d70;font-size:13px;line-height:1.8;margin:0}
.scan-workflow{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:22px;align-items:start}.scan-panel{background:#fff;border:1px solid #e9e2df;border-radius:18px;padding:25px;box-shadow:0 5px 20px #35122005;min-width:0}.scan-panel-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.scan-panel-heading h2{font-size:18px;font-weight:800;margin:0 0 3px;line-height:1.5}.scan-step{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;background:#e1f5f0;color:#007f82;border-radius:12px;font-size:13px;font-weight:800}
.scan-camera{position:relative;display:grid;place-items:center;aspect-ratio:16/10;max-height:285px;overflow:hidden;border:1px dashed #cdbeb6;border-radius:14px;background:radial-gradient(ellipse at center,#fff,#f6f2ed)}.scan-camera video{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0}.scan-camera.is-running video{opacity:1}.scan-camera-placeholder{display:flex;align-items:center;flex-direction:column;gap:10px;padding:20px;text-align:center}.scan-camera-placeholder>i{font-size:48px;color:#007f82;margin-bottom:5px}.scan-camera-placeholder strong{font-size:15px}.scan-camera-placeholder span{font-size:12px;color:#807579}.scan-camera-badge{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:20px;background:#fff;font-size:11px}.scan-camera-badge>span{width:7px;height:7px;border-radius:50%;background:#19835c}.scan-camera-actions{display:flex;gap:10px;margin-top:16px}.scan-camera-actions>.scan-button:first-child{flex:1}
.scan-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 17px;border:1px solid transparent;border-radius:10px;font-family:inherit;font-size:13px;font-weight:700;line-height:1.5;cursor:pointer;text-decoration:none;transition:background .15s}.scan-button-primary{background:#55dfd0;color:#063f49}.scan-button-primary:hover:not(:disabled){background:#8beedd;color:#063f49}.scan-button-secondary{background:#fff;color:#006a70;border-color:#e1d5d6}.scan-button-secondary:hover:not(:disabled){background:#faf4f5;color:#006a70}.scan-button:disabled{opacity:.48;cursor:not-allowed}.scan-button:focus-visible,.scan-input:focus-visible{outline:2px solid #007f82;outline-offset:3px}.scan-button-full{width:100%}.scan-camera-help,.scan-input-help{font-size:11px;color:#807579;line-height:1.8;margin:9px 0 0}.scan-divider{display:flex;align-items:center;gap:12px;margin:23px 0;color:#8a7d80;font-size:11px}.scan-divider:before,.scan-divider:after{content:"";height:1px;background:#ece5e2;flex:1}.scan-label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.scan-input{width:100%;min-height:46px;border:1px solid #dcd0cb;border-radius:10px;padding:10px 13px;font:inherit;font-size:14px;background:#fff;color:#143b40;box-sizing:border-box}.scan-input::placeholder{text-align:right;color:#9b8f92}.scan-input-help{margin-bottom:15px}
.scan-result{display:flex;flex-direction:column;min-height:580px}.scan-result-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px 14px}.scan-result-empty>span{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#faf5e8;color:#ae8837;font-size:27px}.scan-result-empty h3{font-size:17px;margin:19px 0 8px;font-weight:700}.scan-result-empty p{font-size:13px;line-height:1.9;color:#8a7f81;max-width:250px;margin:0}.scan-policy{display:flex;gap:10px;background:#f0f8f7;border:1px solid #eee7e3;border-radius:10px;padding:14px;margin-top:22px;color:#857273}.scan-policy>i{margin-top:4px;color:#a4894c}.scan-policy p{margin:0;font-size:11px;line-height:1.9}.scan-notice{padding:13px 15px;font-size:13px;line-height:1.8;border-radius:10px;margin-bottom:18px}.scan-notice.warning{background:#fff8e8;color:#835c11;border:1px solid #eddaad}.scan-notice.success{background:#edf8f2;color:#216342;border:1px solid #cee6d8}.scan-guest h3{font-size:23px;line-height:1.6;margin:14px 0 4px}.scan-guest p{font-size:13px;color:#807579;margin:0}.scan-status{display:inline-block;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:700}.scan-status.ready{background:#edf8f2;color:#216342}.scan-status.used{background:#eef1f6;color:#4c607d}.scan-status.unpaid{background:#fff4df;color:#835c11}.scan-details{margin:22px 0;display:grid;gap:0}.scan-details>div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #f0e9e5;padding:13px 0;font-size:12px}.scan-details dt{color:#8a7f81;flex-shrink:0}.scan-details dd{margin:0;font-weight:600;overflow-wrap:anywhere;text-align:end}.scan-details small{display:block;font-size:10px;color:#8a7f81}.scan-next{margin-top:10px}
@media(max-width:1050px){.scan-workflow{grid-template-columns:1fr}.scan-result{min-height:360px}.scan-page-heading{align-items:start;flex-wrap:wrap}.scan-camera{max-height:260px}}
@media(max-width:540px){.scan-panel{padding:18px;border-radius:14px}.scan-page-heading h1{font-size:25px}.scan-page-heading{gap:13px}.scan-workflow{gap:16px}.scan-panel-heading{margin-bottom:17px}.scan-button{font-size:12px}.scan-result-empty{padding:30px 8px}}

/* Keep the desktop navigation on one line; reserve less space for the date. */
.header-nav.managed-header .final-nav-shell{width:min(1600px,calc(100% - 32px));flex-wrap:nowrap;gap:12px;height:auto;min-height:78px}
.header-nav.managed-header .final-nav-brand{flex:0 0 auto;min-width:0;gap:8px}
.header-nav.managed-header .nav-brand-title{font-size:14px!important}
.header-nav.managed-header .final-nav-date{flex:0 0 auto;padding:3px 10px!important;margin:0}
.header-nav.managed-header .final-nav-date__content{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:3px;text-align:center}
.header-nav.managed-header .final-nav-date__label{margin:0;font-size:9px}
.header-nav.managed-header .final-nav-date__full{justify-content:center;gap:5px}
.header-nav.managed-header .final-nav-date__full strong{font-size:19px}
.header-nav.managed-header .final-nav-date__full span{font-size:10px}
.header-nav.managed-header .final-nav-date__place{padding:0;border:0;font-size:9px}
.header-nav.managed-header .final-nav-links{flex:1 1 auto;min-width:0;flex-wrap:nowrap;gap:0;overflow-x:auto;scrollbar-width:thin;justify-content:safe center}
.header-nav.managed-header .final-nav-links .nav-link{flex:0 0 auto;white-space:nowrap;padding-inline:7px!important}
.header-nav.managed-header .final-nav-actions{flex:0 0 auto}
.header-nav.managed-header .btn-cta-nav{padding-inline:16px!important;white-space:nowrap}
@media(min-width:821px) and (max-width:1150px){
 .header-nav.managed-header .final-nav-shell{gap:8px}
 .header-nav.managed-header .final-nav-links .nav-link{font-size:min(var(--managed-font),12px)!important;padding-inline:5px!important}
 .header-nav.managed-header .nav-brand-title{font-size:12px!important}
 .header-nav.managed-header .nav-brand-sub{display:none!important}
 .header-nav.managed-header .final-nav-date{padding-inline:7px!important}
 .header-nav.managed-header .btn-cta-nav{padding-inline:12px!important;font-size:12px}
}
@media(min-width:821px) and (max-width:1000px){.header-nav.managed-header .final-nav-brand>div:not(.managed-logo){display:none}}
@media(max-width:820px){.header-nav.managed-header .final-nav-shell{min-height:64px;padding-block:8px}.header-nav.managed-header .final-nav-brand{flex:1}.header-nav.managed-header .final-nav-date.hidden-mobile{display:none!important}.header-nav.managed-header .nav-brand-title{font-size:12px!important}}
@media(min-width:821px) and (max-width:900px){.header-nav.managed-header .final-nav-date__full{flex-direction:column;align-items:center;gap:1px}.header-nav.managed-header .final-nav-date__place{font-size:8px}.header-nav.managed-header .final-nav-date{padding-inline:5px!important}.header-nav.managed-header .final-nav-links .nav-link{padding-inline:3px!important}.header-nav.managed-header .btn-cta-nav{padding-inline:9px!important;gap:6px}}

/* Public registration form */
.registration-page{background:#f7f5f2;color:#143b40}.registration-shell{width:min(1140px,calc(100% - 48px));margin-inline:auto}.registration-hero{padding:45px 0 57px;background:radial-gradient(ellipse at 80% 0%,#86163a66,transparent 65%),#350414;color:#fff}.registration-kicker{color:#55dfd0;font-size:12px;font-weight:800;letter-spacing:.03em}.registration-hero h1{font-size:clamp(30px,3.5vw,43px);line-height:1.5;margin:8px 0;font-weight:800;color:#fff}.registration-hero p{font-size:15px;line-height:1.8;margin:0;color:#e6d4db}.registration-event{display:flex;gap:20px;margin-top:20px;font-size:12px;color:#e7ce99;flex-wrap:wrap}.registration-event span{display:flex;gap:8px;align-items:center}.registration-content{padding-block:30px 64px}.registration-local{display:flex;align-items:center;gap:12px;background:#fff6e4;border:1px solid #ead9b6;border-radius:10px;padding:13px 18px;color:#7d612c;font-size:12px;line-height:1.8;margin-bottom:22px}
.registration-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.registration-form-column{min-width:0}.registration-card{border:1px solid #e9e1da;background:#fff;padding:27px;border-radius:16px;box-shadow:0 3px 15px #35122003;margin-bottom:20px}.registration-card:last-child{margin-bottom:0}.registration-section-title{display:flex;align-items:start;gap:13px;margin-bottom:24px}.registration-section-title>span{display:grid;place-items:center;width:37px;height:37px;flex:0 0 37px;border-radius:10px;background:#e1f5f0;color:#007f82;font-size:12px;font-weight:800}.registration-section-title h2{font-size:19px;line-height:1.5;font-weight:800;margin:0 0 5px}.registration-section-title p{font-size:12px;color:#8a7b80;line-height:1.8;margin:0}.registration-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 18px}.registration-field{display:flex;flex-direction:column;min-width:0}.registration-field>label{font-size:13px;font-weight:650;display:flex;align-items:center;gap:5px;margin-bottom:9px}.registration-field>label>span,.registration-consent b{color:#a32647}.registration-field small{font-size:10px;color:#95888c;font-weight:400;margin-inline-start:auto}.registration-field input,.registration-field select,.registration-field textarea{width:100%;min-height:47px;border:1px solid #dcd1cb;border-radius:9px;background:#fff;color:#143b40;font-family:inherit;font-size:13px;line-height:1.6;padding:11px 13px;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.registration-field select{padding-inline-end:28px;cursor:pointer}.registration-field textarea{resize:vertical}.registration-field input::placeholder,.registration-field textarea::placeholder{color:#a2969a;font-size:12px}.registration-field :is(input,select,textarea):focus{outline:none;border-color:#007f82;box-shadow:0 0 0 3px #d1ac5520}.registration-field .invalid{border-color:#b82e4f;background:#fffafb}.phone-input-group{display:flex;align-items:stretch;width:100%;min-height:47px;border:1px solid #dcd1cb;border-radius:9px;background:#fff;overflow:hidden;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;direction:ltr}.phone-input-group:focus-within{border-color:#007f82;box-shadow:0 0 0 3px #d1ac5520}.phone-prefix-addon{display:flex;align-items:center;justify-content:center;padding:0 14px;background:#eef7f5;color:#00777b;font-weight:700;font-size:13.5px;border-right:1px solid #dcd1cb;white-space:nowrap;user-select:none;flex-shrink:0;direction:ltr}.phone-input-group .phone-subscriber-input{flex:1 1 auto;width:100%;min-height:45px;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important;background:transparent!important;padding:11px 13px!important;font-size:14px;color:#143b40;direction:ltr}.phone-input-group .phone-subscriber-input::placeholder{color:#a2969a;font-size:13px}.phone-input-group.invalid-group{border-color:#b82e4f!important;background:#fffafb}.hotel-booking-info{margin-top:18px;padding:20px;background:#fbf9f6;border:1px solid #e8decb;border-radius:12px}.hotel-booking-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hotel-booking-header i{font-size:22px;color:#007f82}.hotel-booking-header h3{font-size:14px;font-weight:700;margin:0 0 2px;color:#143b40}.hotel-booking-header p{font-size:11px;color:#88797f;margin:0}.registration-field-spaced{margin-top:20px}.registration-field-hint,.registration-inline-note{font-size:11px;line-height:1.9;color:#88797f;margin-top:8px}.registration-inline-note{border-inline-start:3px solid #55dfd0;padding-inline-start:10px}.registration-page .validation-message{font-size:11px;color:#a82041;margin-top:6px;line-height:1.7}.registration-note{display:flex;align-items:start;gap:10px;border:1px solid #eee3cf;background:#fcf9f2;padding:14px;border-radius:9px;font-size:11px;line-height:1.9;color:#887349;margin-top:18px}.registration-note i{margin-top:5px}.registration-consent{display:flex;gap:10px;align-items:start;margin-top:22px;font-size:12px;line-height:1.9;cursor:pointer}.registration-consent input{width:18px;height:18px;flex:0 0 18px;margin-top:3px;accent-color:#007f82}.registration-consent input:focus-visible{outline:2px solid #007f82;outline-offset:3px}
.registration-summary{position:sticky;top:108px;background:#fff;border:1px solid #e6ddd4;border-top:4px solid #55dfd0;border-radius:15px;padding:24px;box-shadow:0 8px 28px #35122006}.registration-summary-heading{display:flex;align-items:center;gap:12px}.registration-summary-heading>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#faf2df;color:#a78130;font-size:18px}.registration-summary h2{font-size:19px;margin:0 0 4px;font-weight:800}.registration-summary-heading p{font-size:11px;color:#8b7d80;margin:0}.registration-summary dl{margin:23px 0}.registration-summary dl>div{display:flex;justify-content:space-between;align-items:start;gap:15px;padding:12px 0;border-bottom:1px solid #f0e9e4;font-size:12px;line-height:1.9}.registration-summary dt{color:#918388;flex-shrink:0}.registration-summary dd{margin:0;text-align:end;font-weight:600}.registration-total{background:#faf7f0;border:1px solid #eee4d0;border-radius:10px;padding:18px;margin-bottom:20px}.registration-total>span{display:block;font-size:12px;color:#8c795a}.registration-total strong{display:block;font-size:34px;line-height:1.5;color:#65102a;font-weight:800;margin:3px 0}.registration-total small{font-size:13px;font-weight:600}.registration-total .registration-pending{font-size:22px}.registration-total p{font-size:10px;color:#90816c;margin:0;line-height:1.8}.registration-submit{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;border:0;border-radius:10px;background:#55dfd0;color:#063f49!important;padding:14px 17px;font-family:inherit;font-size:13px;line-height:1.5;font-weight:800;cursor:pointer;text-decoration:none;min-height:49px;box-sizing:border-box}.registration-submit:hover:not(:disabled){background:#8beedd}.registration-submit:focus-visible{outline:2px solid #007f82;outline-offset:3px}.registration-submit:disabled{opacity:.6;cursor:wait}.registration-submit-hint{font-size:10px;line-height:1.8;text-align:center;margin:10px 0 20px;color:#928489}.registration-existing{font-size:11px;text-align:center;padding-top:17px;border-top:1px solid #eee5df;line-height:1.9;color:#918388}.registration-existing a,.registration-text-link{color:#007f82;font-weight:700;text-decoration:underline;text-underline-offset:3px}.registration-error-summary{background:#fff1f3;border:1px solid #efcbd4;color:#9c2643;border-radius:10px;padding:14px;font-size:12px;line-height:1.9;margin-bottom:20px}.registration-error-summary ul{margin:6px 0 0;padding-inline-start:20px}
.registration-success{max-width:690px;margin:0 auto;padding:38px;background:#fff;border:1px solid #e8dfd8;border-radius:18px;text-align:center}.registration-success-icon{display:grid;place-items:center;margin:0 auto 20px;width:68px;height:68px;border-radius:50%;background:#eaf6ee;color:#27724a;font-size:28px}.registration-success h2{font-size:27px;line-height:1.7;margin:10px 0}.registration-success p{font-size:14px;color:#85747a;line-height:1.9}.registration-reference{padding:20px;border:1px dashed #d5bc86;border-radius:10px;background:#fffcf5;margin:24px 0}.registration-reference span{display:block;font-size:12px;color:#8a7956;margin-bottom:10px}.registration-reference strong{display:block;overflow-wrap:anywhere;font-size:16px;user-select:all}.registration-success .registration-muted{font-size:11px;margin-top:20px}.registration-success .registration-note{display:block}.registration-text-link{font-size:12px}
@media(max-width:1000px){.registration-layout{grid-template-columns:minmax(0,1fr) 295px;gap:18px}.registration-card{padding:22px}.registration-summary{padding:20px}.registration-fields{grid-template-columns:1fr}}
@media(max-width:760px){.registration-layout{grid-template-columns:1fr}.registration-summary{position:static}.registration-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.registration-hero{padding:30px 0 35px}.registration-shell{width:calc(100% - 32px)}.registration-content{padding-block:22px 40px}.registration-summary dl{margin-block:16px}}
@media(max-width:480px){.registration-fields{grid-template-columns:1fr;gap:18px}.registration-card{padding:20px 17px}.registration-hero h1{font-size:30px}.registration-hero p{font-size:13px}.registration-event{gap:13px;font-size:11px}.registration-section-title h2{font-size:17px}.registration-success{padding:25px 19px}.registration-success h2{font-size:23px}.registration-local{font-size:11px;padding:12px}.registration-summary{top:auto}}
.registration-hero h1:focus{outline:none}.registration-error-summary[tabindex]{scroll-margin-top:110px}.registration-error-summary[tabindex]:focus{outline:2px solid #55dfd0;outline-offset:3px}

/* Compact, readable participants directory: controls directly above results. */
.people-page{background:var(--brand-mist);color:var(--brand-ink)}.people-shell{width:min(1080px,calc(100% - 48px));margin-inline:auto}.people-heading{background:var(--brand-deep);color:#fff;padding:32px 0}.people-heading h1{font-size:clamp(27px,3vw,36px);line-height:1.5;font-weight:800;margin:0 0 10px;color:#fff}.people-heading h1:focus{outline:none}.people-heading p{font-size:16px;line-height:1.9;color:#e1f3f1;margin:0;max-width:760px}.people-content{padding-block:30px 40px}.people-directory{background:#fff;border:1px solid var(--brand-line);border-radius:14px;overflow:hidden}.people-filters{display:flex;align-items:end;flex-wrap:wrap;gap:16px;padding:23px 26px;background:#f8fbfa;border-bottom:1px solid var(--brand-line)}.people-filter{flex:1 1 300px;min-width:0;max-width:520px}.people-filter label{display:block;margin-bottom:9px;font-size:16px;font-weight:700;color:var(--brand-ink)}.people-filter select,.people-filter input{box-sizing:border-box;width:100%;min-height:50px;border:1px solid #9bbfbb;border-radius:8px;background:#fff;color:var(--brand-ink);padding:11px 14px;font:inherit;font-size:16px;line-height:1.5}.people-filter select{cursor:pointer;padding-inline-end:30px}.people-filter input::placeholder{color:var(--brand-muted)}.people-filter select:focus,.people-filter input:focus{outline:3px solid #007f8270;outline-offset:2px;border-color:var(--brand-teal)}.people-reset{min-height:50px;padding:10px 16px;border:1px solid #bdd8d3;border-radius:8px;color:#00656b;background:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer}.people-reset:focus-visible,.people-register:focus-visible{outline:3px solid var(--brand-teal);outline-offset:3px}.people-results{padding:25px 26px 30px;scroll-margin-top:110px}.people-result-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.people-result-heading h2{font-size:23px;line-height:1.6;font-weight:800;margin:0}.people-result-heading>span{font-size:15px;color:var(--brand-muted)}.people-empty{display:flex;align-items:center;gap:20px;min-height:160px;padding:25px;background:#f0f8f7;border:1px solid var(--brand-line);border-radius:10px;box-sizing:border-box}.people-empty-icon{display:grid;place-items:center;flex:0 0 58px;height:58px;border-radius:50%;background:#dff3ef;color:#006a70;font-size:24px}.people-empty h3{font-size:21px;line-height:1.6;font-weight:700;margin:0 0 8px}.people-empty p{font-size:16px;line-height:1.9;color:var(--brand-muted);margin:0}.people-join{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0 0}.people-join p{font-size:16px;color:var(--brand-muted);margin:0}.people-register{display:inline-flex;align-items:center;justify-content:center;gap:17px;min-height:48px;box-sizing:border-box;padding:12px 22px;background:var(--brand-teal);color:#ffffff!important;border-radius:8px;font-size:16px;font-weight:800;text-decoration:none}.people-register:hover{background:#00656b}.people-results .approved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.people-results .approved-card{background:#fff;border:1px solid var(--brand-line);border-radius:12px;padding:20px;min-width:0}.people-results .approved-card img{width:100%;height:230px;object-fit:cover;object-position:top;border-radius:8px}.people-results .approved-card small{font-size:14px;color:var(--brand-muted);line-height:1.8}.people-results .approved-card h3{font-size:23px;line-height:1.6;margin:10px 0}.people-results .approved-card h4{font-size:18px;line-height:1.7}.people-results .approved-card p{font-size:16px;line-height:1.9;color:var(--brand-muted)}.people-results .approved-card a{display:inline-block;font-size:15px;color:var(--brand-teal);margin:7px 0;overflow-wrap:anywhere}
@media(max-width:900px){.people-results .approved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.people-shell{width:calc(100% - 28px)}.people-heading{padding:24px 0}.people-heading h1{font-size:27px}.people-heading p{font-size:16px}.people-content{padding-block:20px 28px}.people-filters{padding:18px;gap:12px}.people-filter{flex-basis:100%;max-width:none}.people-reset{min-height:44px}.people-results{padding:20px 18px}.people-result-heading h2{font-size:22px}.people-empty{align-items:start;gap:13px;padding:20px 15px;min-height:0}.people-empty-icon{flex-basis:38px;height:38px;font-size:18px}.people-empty h3{font-size:19px}.people-empty p{font-size:16px}.people-join{flex-wrap:wrap;gap:14px}.people-register{width:100%}.people-results .approved-grid{grid-template-columns:1fr}}

.people-track-picker{width:100%}.people-track-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.people-track-heading h2{font-size:19px;line-height:1.5;font-weight:800;margin:0}.people-track-heading>span{font-size:14px;color:var(--brand-muted)}.people-track-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.people-track-option{display:flex;align-items:center;gap:10px;min-height:56px;padding:12px;border:1px solid var(--brand-line);border-radius:9px;background:#fff;color:var(--brand-ink);font-family:inherit;font-size:15px;line-height:1.5;font-weight:700;text-align:right;cursor:pointer;transition:background .15s,border-color .15s}.people-track-index{font-size:12px;font-weight:600;color:var(--brand-muted);flex-shrink:0}.people-track-option>i{margin-inline-start:auto;font-size:12px;visibility:hidden}.people-track-option:hover{border-color:var(--brand-teal);background:#edf8f5}.people-track-option.is-selected{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}.people-track-option.is-selected .people-track-index{color:#b9fff0}.people-track-option.is-selected>i{visibility:visible;color:#b9fff0}.people-track-option:focus-visible,.people-track-utilities button:focus-visible{outline:3px solid var(--brand-teal);outline-offset:3px}.people-track-utilities{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.people-track-utilities button{border:1px solid transparent;border-radius:7px;background:transparent;color:var(--brand-muted);min-height:40px;padding:8px 13px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.people-track-utilities button.is-selected{background:#e1f5f0;color:#00656b;border-color:#9acfc9}.people-track-utilities button:hover{color:#00656b;background:#edf8f5}
@media(max-width:900px){.people-track-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.people-track-heading{display:block}.people-track-heading h2{font-size:19px;margin-bottom:5px}.people-track-heading>span{font-size:14px}.people-track-options{gap:8px}.people-track-option{font-size:14px;gap:7px;padding:10px 8px;min-height:52px}.people-track-index{font-size:11px}.people-track-option>i{display:none}.people-track-utilities{gap:5px;margin-top:11px}.people-track-utilities button{font-size:13px;padding-inline:10px}}
/* Keep the entire portrait visible across all approved cards (research, speakers, attendees) instead of cropping faces into landscape slots. */
.approved-card .participant-portrait,
#research-results .approved-card .participant-portrait,
.people-results .approved-card .participant-portrait {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #f8fcfb 0%, #edf6f4 100%);
  border: 1px solid #dce9e8;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.approved-card:hover .participant-portrait {
  border-color: #9cd4cb;
  box-shadow: 0 6px 18px rgba(0, 109, 112, 0.08);
}
@media(max-width:600px) {
  .approved-card .participant-portrait,
  #research-results .approved-card .participant-portrait,
  .people-results .approved-card .participant-portrait {
    height: 260px;
  }
}
