:root{--reg-red:#c30e23;--reg-ink:#131a2b;--reg-blue:#0e6eb8;--reg-soft:#f4f7fb;--reg-line:#dce3ed;--reg-ok:#087a55;--reg-warn:#a45100}
.registration-shell{box-sizing:border-box;width:min(1180px,calc(100% - 28px));max-width:none;margin:20px auto 70px;padding:0}.registration-shell h1,.registration-shell h2,.registration-shell h3{color:var(--reg-ink)}
.registration-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:22px;align-items:stretch}.registration-hero-copy{padding:34px;background:linear-gradient(135deg,#121a2d,#273959);border-radius:22px;color:#fff}.registration-hero-copy h1{color:#fff;margin:.25rem 0 .7rem}.registration-hero-copy p{max-width:760px;color:#dce6f6}.registration-hero-copy .eyebrow{color:#ffb6bf;font-weight:800;letter-spacing:.08em}.registration-hero-aside{display:grid;gap:12px}.reg-stat{padding:20px;border:1px solid var(--reg-line);border-radius:18px;background:#fff}.reg-stat strong{display:block;font-size:1.65rem;color:var(--reg-red)}
.reg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.reg-card{display:grid;gap:13px;padding:20px;border:1px solid var(--reg-line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(24,38,64,.06)}.reg-card h2,.reg-card h3{margin:0}.reg-card-meta{display:flex;gap:8px;flex-wrap:wrap;color:#596579;font-size:.9rem}.reg-tag{display:inline-flex;align-items:center;width:max-content;padding:5px 10px;border-radius:999px;background:#eaf2fb;color:#075b99;font-size:.8rem;font-weight:800}.reg-tag.ok{background:#e5f7f0;color:var(--reg-ok)}.reg-tag.danger{background:#ffeaed;color:#9e1020}.reg-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.reg-actions .button{margin:0}.registration-detail{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:20px}.registration-detail .panel{margin:0}.reg-kv{display:grid;grid-template-columns:140px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid var(--reg-line)}.reg-kv:last-child{border:0}.reg-kv b{color:#647086}.reg-qr{display:grid;place-items:center;text-align:center}.reg-qr img{width:min(100%,280px);padding:12px;background:#fff;border:1px solid var(--reg-line);border-radius:14px}.reg-empty{padding:44px 22px;text-align:center;border:1px dashed #bac5d4;border-radius:18px;background:#fafcff}.reg-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reg-form-grid .wide{grid-column:1/-1}
.registration-browse-heading{justify-content:space-between;margin-bottom:16px}.registration-browse-heading h2{margin-bottom:5px}.registration-browse-heading p{margin:0}.registration-browse-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:18px;align-items:start}.registration-browse-layout .reg-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.quick-registration-panel{position:sticky;top:88px;display:grid;gap:16px;padding:20px;border:1px solid #cfdbe8;border-top:5px solid var(--reg-blue);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(24,38,64,.08)}.quick-registration-panel h2,.quick-registration-panel p{margin:0}.quick-registration-panel h2{margin-top:4px}.quick-registration-kicker{color:var(--reg-blue);font-size:.72rem;font-weight:900;letter-spacing:.12em}.quick-registration-form{display:grid;gap:11px}.quick-registration-form .field{gap:5px}.quick-registration-form .field>span{color:#42516a;font-size:.8rem;font-weight:850}.quick-registration-form input,.quick-registration-form select{min-height:42px}.quick-registration-form input[readonly]{background:#edf2f7;color:#56647a}.quick-registration-form>.button{width:100%;margin:2px 0 0}.quick-registration-status{margin:0;padding:9px 10px;border-radius:10px;background:#fff4e8;color:#8a4800;font-size:.78rem;font-weight:800}.quick-registration-status.is-confirmed{background:#e5f7f0;color:var(--reg-ok)}.reg-card{align-content:start}.reg-card .reg-actions{margin-top:auto}.reg-card.registration-state-upcoming,.reg-card.registration-state-closed,.reg-card.registration-state-expired,.reg-card.registration-state-full{background:#fbfcfe}.reg-tag.is-registered{background:#e5f7f0;color:var(--reg-ok)}.reg-tag.is-upcoming{background:#edf1f6;color:#526077}.reg-tag.is-closed{background:#e8ebf0;color:#354156}.reg-tag.is-expired{background:#fff0df;color:#925000}.reg-tag.is-full{background:#ffeaed;color:#9e1020}.button.assisted{background:#0e6eb8;border-color:#0e6eb8}.button.direct-registration-button{background:var(--reg-red);border-color:var(--reg-red)}.button.direct-registration-button:disabled,.button.registration-state-button:disabled{opacity:1;cursor:not-allowed;box-shadow:none}.button.registration-state-button.is-upcoming{background:#dfe5ec;border-color:#d0d8e1;color:#4c596c}.button.registration-state-button.is-closed{background:#667085;border-color:#667085;color:#fff}.button.registration-state-button.is-expired{background:#c27820;border-color:#c27820;color:#fff}.button.registration-state-button.is-full{background:#9e1020;border-color:#9e1020;color:#fff}
.registration-admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.registration-admin-nav{position:sticky;top:86px;display:grid;gap:8px;padding:12px;border:1px solid var(--reg-line);border-radius:18px;background:#fff}.registration-admin-nav button{display:flex;align-items:center;gap:9px;padding:12px 14px;border:0;border-radius:12px;background:transparent;color:#3c465a;font-weight:800;text-align:left;cursor:pointer}.registration-admin-nav button.active{background:#15223a;color:#fff}.registration-admin-main{min-width:0}.registration-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:end}.registration-toolbar .field{min-width:150px;flex:1}.registration-toolbar .field.search-field{min-width:230px;flex:2}.registration-tab-panel[hidden]{display:none!important}.reg-table-wrap{overflow:auto;border:1px solid var(--reg-line);border-radius:14px;background:#fff}.reg-table{width:100%;min-width:1120px;border-collapse:collapse}.reg-table th,.reg-table td{padding:11px 10px;border-bottom:1px solid #e7ebf2;text-align:left;vertical-align:top}.reg-table th{position:sticky;top:0;background:#f3f6fa;color:#526077;font-size:.82rem;white-space:nowrap}.reg-table td{font-size:.9rem}.reg-table tr:hover td{background:#fbfcff}.reg-table .row-actions{display:flex;gap:5px;white-space:nowrap}.reg-table button.link-button{border:0;background:none;color:var(--reg-blue);font-weight:800;cursor:pointer}.reg-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 0}.reg-page-buttons{display:flex;gap:5px;flex-wrap:wrap}.reg-page-buttons button{min-width:36px;height:36px;border:1px solid var(--reg-line);border-radius:9px;background:#fff;cursor:pointer}.reg-page-buttons button.active{background:#17243c;color:#fff;border-color:#17243c}.reg-page-buttons button:disabled{opacity:.45;cursor:not-allowed}.reg-checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.reg-check{display:flex;gap:8px;align-items:center;padding:11px;border:1px solid var(--reg-line);border-radius:12px;background:#fff}.reg-check>span{display:grid;gap:2px}.reg-check small{color:#667287;font-weight:500}.reg-item-editor{display:grid;gap:8px}.reg-item-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.reg-dialog .dialog-card{width:min(760px,calc(100vw - 28px));max-height:90vh;overflow:auto}.reg-worker-list{display:grid;gap:8px}.reg-worker{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--reg-line);border-radius:12px}.reg-worker span{display:grid}.reg-worker small{color:#667287}
.checkin-page{min-height:100vh;background:#eef2f7}.checkin-shell{max-width:760px;margin:0 auto;padding:16px 14px 72px}.checkin-top{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkin-scanner{position:relative;overflow:hidden;min-height:240px;margin:14px 0;border-radius:20px;background:#101726;color:#fff;display:grid;place-items:center}.checkin-scanner video{width:100%;height:100%;min-height:240px;object-fit:cover}.checkin-guide{position:absolute;inset:18% 15%;border:3px solid rgba(255,255,255,.9);border-radius:18px;box-shadow:0 0 0 999px rgba(0,0,0,.28);pointer-events:none}.checkin-search{display:flex;gap:8px}.checkin-search input{flex:1}.checkin-results{display:grid;gap:10px;margin-top:14px}.checkin-person{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:14px;border-radius:16px;background:#fff;border:1px solid var(--reg-line);box-shadow:0 8px 24px rgba(20,32,54,.05)}.checkin-person img,.checkin-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#e7edf5;display:grid;place-items:center;font-weight:900;color:#526077}.checkin-person strong{display:block;font-size:1.08rem}.checkin-person small{display:block;color:#657186}.checkin-person.checked{border-color:#78c8ac;background:#f1fbf7}.checkin-status{font-size:.76rem;font-weight:900;color:var(--reg-ok)}.checkin-person .button{min-width:92px}.walkin-box{margin-top:14px}.online-registration{display:grid;place-items:center;text-align:center;padding:22px}.online-registration img{width:230px;max-width:100%;background:#fff;padding:10px;border-radius:12px}
.admin-registration-links{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:8px}.admin-registration-links a{padding:12px;border:1px solid var(--reg-line);border-radius:12px;background:#fff;color:var(--reg-ink);font-weight:800;text-decoration:none}.profile-registration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.profile-registration-card{padding:16px;border:1px solid var(--reg-line);border-radius:16px;background:#fff}.profile-registration-card img{width:170px;max-width:100%;display:block;margin:12px auto}
@media(max-width:850px){.registration-hero,.registration-detail,.registration-admin-layout,.registration-browse-layout{grid-template-columns:1fr}.quick-registration-panel{position:static;grid-row:1}.registration-admin-nav{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.registration-admin-nav button{justify-content:center;text-align:center}.reg-form-grid{grid-template-columns:1fr}.reg-form-grid .wide{grid-column:auto}.registration-shell{margin-top:12px;margin-bottom:58px;padding:0}.registration-hero-copy{padding:25px}.checkin-top{grid-template-columns:1fr}.checkin-person{grid-template-columns:50px 1fr}.checkin-person .reg-actions{grid-column:1/-1}.reg-item-row{grid-template-columns:1fr 1fr}.reg-item-row button{grid-column:1/-1}}
@media(max-width:520px){.registration-admin-nav{grid-template-columns:1fr 1fr}.registration-admin-nav button{font-size:.86rem;padding:10px 6px}.reg-kv{grid-template-columns:1fr;gap:2px}.checkin-search{display:grid}.checkin-person{grid-template-columns:44px 1fr}.checkin-person img,.checkin-avatar{width:44px;height:44px}.registration-toolbar .field{min-width:100%}.admin-registration-links{grid-template-columns:1fr}}

/* Compact, consistent two-level exhibition navigation. */
.admin-floorplan-shell nav.admin-function-tabs{overflow:visible!important}
.admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-switches{grid-template-columns:repeat(4,minmax(126px,150px))!important;width:max-content!important;max-width:100%!important}
.admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-switches>button{width:150px!important;max-width:150px!important}
.admin-floorplan-shell nav.admin-function-tabs .admin-registration-links{display:flex;align-items:center;gap:6px;flex-wrap:wrap;width:100%;min-width:0}
.admin-floorplan-shell nav.admin-function-tabs .admin-registration-links>a{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:36px;padding:7px 12px;border:0;border-radius:8px;background:transparent;color:var(--ink);font-size:12px;font-weight:800;line-height:1.25;text-align:center;text-decoration:none;white-space:nowrap}
.admin-floorplan-shell nav.admin-function-tabs .admin-registration-links>a:is(:hover,:focus-visible){background:#fff0f2;color:var(--brand-red);box-shadow:inset 0 0 0 1px #f0c4cb;outline:0}
@media(max-width:700px){
  .admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-switches{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}
  .admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-switches>button{width:100%!important;max-width:none!important;justify-content:flex-start;padding-inline:12px 30px!important}
  .admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%!important;min-width:0!important;gap:6px;flex-wrap:wrap}
  .admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-panel[hidden]{display:none!important}
  .admin-floorplan-shell nav.admin-function-tabs .admin-tab-group-panel>button{box-sizing:border-box!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:40px;justify-content:center!important;text-align:center!important}
  .admin-floorplan-shell nav.admin-function-tabs .admin-registration-links{display:contents}
  .admin-floorplan-shell nav.admin-function-tabs .admin-registration-links>a{width:100%;min-width:0;min-height:40px;padding:7px 8px;background:transparent}
  .admin-floorplan-shell nav.admin-function-tabs .admin-tab-publish-hint{grid-column:1/-1}
}

/* Compact mobile personal-account layout. */
.profile-page .profile-avatar-wrap{isolation:isolate}
.profile-page .profile-avatar-wrap>.profile-avatar,.profile-page .profile-avatar-wrap>.avatar-placeholder{position:absolute;inset:0;box-sizing:border-box}
.profile-page .profile-avatar[hidden],.profile-page .avatar-placeholder[hidden]{display:none!important}
.profile-access-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.profile-access-badges[hidden]{display:none}.profile-access-badge{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 8px;border:1px solid rgba(14,110,184,.18);border-radius:9px;background:#f4f8fc;color:var(--ink);font-size:12px;text-decoration:none}.profile-access-badge span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-access-badge b{color:var(--brand-blue);font-size:12px;white-space:nowrap}.profile-access-badge:hover{border-color:rgba(195,14,35,.3);background:#fff7f8}.profile-access-badge:hover b{color:var(--brand-red)}
@media(max-width:600px){
  .profile-page .profile-shell .profile-hero{grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important;align-items:start;text-align:left!important}
  .profile-page .profile-shell .profile-avatar-wrap,.profile-page .profile-shell .profile-avatar,.profile-page .profile-shell .avatar-placeholder{width:72px;height:72px}
  .profile-page .profile-hero>div:nth-child(2){min-width:0}
  .profile-page .profile-hero h1{margin-top:5px;font-size:21px;line-height:1.25;overflow-wrap:anywhere}
  .profile-page .profile-hero [data-email]{margin:5px 0 0;overflow-wrap:anywhere}
  .profile-page .linked-providers{margin-top:7px}
  .profile-page .completion{grid-column:1/-1;width:100%;margin-top:9px}
  .profile-page .profile-score{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;justify-content:stretch!important;text-align:left!important}
  .profile-page .profile-score>b{grid-column:1/-1;margin-top:1px}
  .profile-page .profile-score>span{display:flex;align-items:baseline;gap:5px;padding:8px 10px;border-radius:10px;background:#f5f7fa}
  .profile-page .profile-workspace-tabs{scrollbar-width:none;overscroll-behavior-inline:contain}
  .profile-page .profile-workspace-tabs::-webkit-scrollbar{display:none}
body.profile-page>.site-footer.startup-footer{position:relative!important;inset:auto!important;z-index:auto!important;width:auto!important;margin-top:auto!important;opacity:1!important;transform:none!important;pointer-events:auto!important}
}

/* Registration lives inside profile and exhibition management. */
.profile-registration-stats{display:flex;gap:7px;flex-wrap:wrap}.profile-registration-stats>span{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f3f6fa;color:var(--muted);font-size:12px;font-weight:800}.profile-registration-stats b{color:var(--brand-red);font-size:15px}.profile-registration-browser>.profile-panel-head{margin-bottom:18px}.profile-registration-browser .registration-detail{margin-top:12px}.profile-registration-browser .registration-detail>.panel{box-shadow:none}.registration-admin-embedded{width:100%;min-width:0}.registration-admin-embedded>.loading{padding:24px}.registration-admin-embedded .registration-admin-layout-top{display:block;width:100%}.registration-admin-embedded .registration-admin-main,.registration-admin-embedded .registration-tab-panel{width:100%;min-width:0}.registration-admin-embedded .registration-tab-panel>.panel{min-width:0}.registration-admin-context{margin-bottom:12px}.registration-admin-context .registration-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,360px) auto;align-items:end}.registration-admin-embedded .reg-table-wrap{width:100%;max-width:100%;min-width:0}.registration-admin-embedded .reg-table{width:100%;min-width:1400px}.registration-admin-embedded .reg-table tr{width:100%}
.registration-admin-embedded [data-reg-panel="list"] .reg-table-wrap{max-height:none!important;height:auto!important;overflow:visible!important}.registration-admin-embedded .registration-list-table{width:100%;min-width:1120px;table-layout:fixed}.registration-list-table th,.registration-list-table td{padding:7px 6px;line-height:1.25}.registration-list-table th{font-size:11px}.registration-list-table td{font-size:12px;overflow-wrap:anywhere}.registration-list-table th:nth-child(1){width:32px}.registration-list-table th:nth-child(2){width:38px}.registration-list-table th:nth-child(3){width:80px}.registration-list-table th:nth-child(4){width:100px}.registration-list-table th:nth-child(5){width:62px}.registration-list-table th:nth-child(6){width:104px}.registration-list-table th:nth-child(7){width:66px}.registration-list-table th:nth-child(8){width:146px}.registration-list-table th:nth-child(9){width:86px}.registration-list-table th:nth-child(10),.registration-list-table th:nth-child(11){width:85px}.registration-list-table th:nth-child(12){width:64px}.registration-list-table th:nth-child(13){width:78px}.registration-list-table th:nth-child(14){width:94px}.registration-list-table td:nth-child(1),.registration-list-table td:nth-child(2){text-align:center}.registration-list-table .row-actions{gap:2px}.registration-list-table button.link-button{padding:2px 3px;font-size:12px}.registration-list-table th:last-child,.registration-list-table td:last-child{position:sticky;right:0;min-width:94px;box-shadow:-10px 0 14px -14px rgba(17,31,54,.65)}.registration-list-table th:last-child{z-index:4;background:#f3f6fa}.registration-list-table td:last-child{z-index:2;background:#fff}.registration-list-table tr:hover td:last-child{background:#fbfcff}.registration-list-table button.link-button.danger{color:#b42318}
/* Legacy deployment marker retained for compatibility: .registration-admin-embedded .registration-list-table{min-width:1420px;table-layout:fixed} */
@media(max-width:1180px){
  .profile-registration-stats{width:100%}.profile-registration-stats>span{flex:1;justify-content:center}
  .registration-admin-context .registration-toolbar{grid-template-columns:minmax(0,1fr) auto}
  .registration-admin-context .registration-toolbar>div:first-child{grid-column:1/-1}
  .registration-admin-embedded .reg-table-wrap{overflow:visible;border:0;background:transparent}
  .registration-admin-embedded .reg-table{display:block;min-width:0;border-collapse:separate}.registration-admin-embedded .reg-table thead{display:none}.registration-admin-embedded .reg-table tbody{display:grid;gap:11px}.registration-admin-embedded .reg-table tr{display:grid;width:100%;overflow:hidden;border:1px solid var(--reg-line);border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(24,38,64,.05)}.registration-admin-embedded .reg-table td{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:start;min-width:0;padding:9px 11px;border-bottom:1px solid #edf1f5;overflow-wrap:anywhere}.registration-admin-embedded .reg-table td:last-child{position:static;right:auto;min-width:0;border-bottom:0;box-shadow:none}.registration-admin-embedded .reg-table td::before{content:attr(data-label);color:#657186;font-size:12px;font-weight:850}.registration-admin-embedded .reg-table td[colspan]{display:block}.registration-admin-embedded .reg-table td[colspan]::before{display:none}.registration-admin-embedded .reg-table .row-actions{white-space:normal}
}
@media(max-width:520px){.registration-admin-context .registration-toolbar{grid-template-columns:1fr}.registration-admin-context .registration-toolbar .field,.registration-admin-context .registration-toolbar .button{width:100%}.registration-admin-embedded .reg-table td{grid-template-columns:80px minmax(0,1fr)}}

/* Mobile-first visitor pass and identity-aware badge printing. */
.registration-detail.has-visitor-pass{grid-template-columns:minmax(260px,.72fr) minmax(380px,1.28fr);align-items:start}
.visitor-pass-panel{padding:0!important;overflow:hidden;background:linear-gradient(150deg,#101b31,#243b5f)!important;border:0!important}
.registration-detail:not(.has-visitor-pass){align-items:start}.registration-form-panel{align-self:start;padding:clamp(22px,3vw,32px)!important;border:1px solid #d9e2ee!important;border-top:5px solid var(--reg-blue)!important;background:#fff!important;color:var(--reg-ink)!important;box-shadow:0 18px 44px rgba(20,38,68,.1)!important}.registration-form-panel [data-register-form]{gap:20px}.registration-form-panel [data-register-form]>div:first-child{display:grid;gap:6px;padding-bottom:16px;border-bottom:1px solid var(--reg-line)}.registration-form-panel h2{margin:0;color:var(--reg-ink)!important;font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.2}.registration-form-panel .muted{margin:0;color:#5d6b80!important}.registration-form-panel .field{gap:7px}.registration-form-panel .field>span{color:#344156!important;font-size:.86rem;font-weight:850}.registration-form-panel .field input,.registration-form-panel .field select,.registration-form-panel .field textarea{min-height:46px;border:1px solid #c6d2e0;background:#f9fbfd;color:#162238;box-shadow:inset 0 1px 2px rgba(18,34,56,.035)}.registration-form-panel .field input:focus,.registration-form-panel .field select:focus,.registration-form-panel .field textarea:focus{border-color:var(--reg-blue);outline:3px solid rgba(14,110,184,.14);background:#fff}.registration-form-panel .reg-check{align-items:flex-start;padding:13px 14px;border-color:#d4e0ed;background:#f4f8fc;color:#243249}.registration-form-panel .reg-check input{flex:0 0 auto;width:18px;height:18px;margin-top:2px;accent-color:var(--reg-blue)}.registration-form-panel .notice{margin:0}.registration-form-panel button[type="submit"]{width:100%;min-height:48px;margin:0;border-radius:12px;background:var(--reg-blue);font-size:1rem;box-shadow:0 8px 20px rgba(14,110,184,.2)}.registration-form-panel button[type="submit"]:hover{background:#0a5b98}@media(max-width:850px){.registration-form-panel{padding:22px 18px!important}.registration-detail:not(.has-visitor-pass){gap:14px}}
.visitor-pass-wrap{display:grid;gap:14px;padding:18px}
.visitor-pass-back{width:max-content;color:#dce9f8;font-size:13px;font-weight:800;text-decoration:none}
.visitor-pass-card{position:relative;display:grid;gap:20px;overflow:hidden;box-sizing:border-box;padding:28px;border-radius:24px;background:#fff;color:#11182d;box-shadow:0 24px 54px rgba(5,15,34,.3)}
.visitor-pass-card::before{content:"";position:absolute;inset:0 0 auto;height:8px;background:linear-gradient(90deg,var(--brand-red),#ee4052 40%,var(--brand-blue))}
.visitor-pass-brand{display:flex;justify-content:space-between;gap:14px;align-items:center;color:#536176;font-size:11px;font-weight:900;letter-spacing:.13em}
.visitor-pass-event{display:grid;gap:4px}.visitor-pass-event p,.visitor-pass-event h1,.visitor-pass-event span{margin:0}.visitor-pass-event p{color:var(--brand-red);font-size:14px;font-weight:850}.visitor-pass-event h1{font-size:clamp(20px,3vw,30px);line-height:1.18}.visitor-pass-event span{color:#657186;font-size:13px}
.visitor-pass-person{display:grid;gap:6px;padding:18px 0;border-block:1px solid #e1e7ef}.visitor-pass-person>span{color:#778398;font-size:11px;font-weight:850;letter-spacing:.12em}.visitor-pass-person>strong{font-size:clamp(30px,5vw,48px);line-height:1.08;overflow-wrap:anywhere}.visitor-pass-person>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:9px}.visitor-pass-person p{display:grid;gap:4px;min-width:0;margin:0}.visitor-pass-person p b{color:#7b879a;font-size:11px}.visitor-pass-person p span{font-size:14px;font-weight:750;overflow-wrap:anywhere}.visitor-pass-identity{width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;background:#fff0f2;color:var(--brand-red)}
.visitor-pass-qr{display:grid;place-items:center;gap:8px;text-align:center}.visitor-pass-qr img{display:block;width:min(58%,270px);padding:10px;border:1px solid #dfe6ef;border-radius:18px;background:#fff}.visitor-pass-qr p{margin:0;color:#536176;font-size:13px;font-weight:800}
.visitor-pass-card>footer{display:grid;gap:2px;color:#7a8698;font-size:10px;text-align:center}.visitor-pass-card>footer b{font-size:11px;overflow-wrap:anywhere}
.visitor-pass-switcher{display:grid;gap:6px;padding:14px;border-radius:15px;background:#fff;color:#26354b}.visitor-pass-switcher span{font-size:12px;font-weight:850}.visitor-pass-switcher select{width:100%}
.visitor-pass-tools{padding:0 2px;color:#fff}.visitor-pass-tools>summary{padding:10px 0;font-weight:850;cursor:pointer}.visitor-pass-tools>form,.visitor-pass-tools>.reg-actions{margin-top:10px}.visitor-pass-tools .muted{color:#d5e1ef}.visitor-pass-tools .field span{color:#fff}.visitor-pass-tools .button.secondary{background:#fff}
.badge-identity-source{display:grid;gap:10px;padding:16px;border:1px solid var(--reg-line);border-radius:14px;background:#f7f9fc}.badge-identity-source h3,.badge-identity-source p{margin:0}.badge-identity-list{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.badge-identity-item{display:grid;gap:2px;padding:10px 12px;border-radius:11px;background:#fff;border:1px solid #e0e6ee}.badge-identity-item b{font-size:14px}.badge-identity-item span{color:#657186;font-size:12px}
@media(max-width:720px){
  body.profile-page.registration-tab-active.visitor-pass-mode{min-height:100dvh;padding-top:0!important;background:#101b31}
  body.profile-page.registration-tab-active.visitor-pass-mode>.site-footer,body.profile-page.registration-tab-active.visitor-pass-mode .profile-completion-notice,body.profile-page.registration-tab-active.visitor-pass-mode .profile-hero,body.profile-page.registration-tab-active.visitor-pass-mode .profile-workspace-tabs,body.profile-page.registration-tab-active.visitor-pass-mode .profile-registration-browser>.profile-panel-head,body.profile-page.registration-tab-active.visitor-pass-mode #my-registration-history,body.profile-page.registration-tab-active.visitor-pass-mode .registration-detail-nav,body.profile-page.registration-tab-active.visitor-pass-mode .registration-event-summary{display:none!important}
  body.profile-page.registration-tab-active.visitor-pass-mode .profile-shell{display:block;width:100%;max-width:none;margin:0;padding:0}
  body.profile-page.registration-tab-active.visitor-pass-mode .profile-workspace,body.profile-page.registration-tab-active.visitor-pass-mode [data-profile-panel="registrations"],body.profile-page.registration-tab-active.visitor-pass-mode .profile-registration-browser,body.profile-page.registration-tab-active.visitor-pass-mode [data-registration-content],body.profile-page.registration-tab-active.visitor-pass-mode .registration-detail,body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-panel{display:block;width:100%;margin:0;padding:0!important;border:0;border-radius:0;background:transparent!important;box-shadow:none}
  body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-wrap{display:grid;gap:12px;padding:0 0 calc(18px + env(safe-area-inset-bottom))}
  body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-back{display:none}
  body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-card{min-height:100vh;min-height:100dvh;align-content:space-between;gap:14px;padding:calc(22px + env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) 24px max(20px,env(safe-area-inset-left));border-radius:0;box-shadow:none}
  .visitor-pass-brand{padding-top:4px}.visitor-pass-event h1{font-size:23px}.visitor-pass-event span{font-size:12px}.visitor-pass-person{padding:13px 0}.visitor-pass-person>strong{font-size:34px}.visitor-pass-person>div{grid-template-columns:1fr 1fr}.visitor-pass-person>div p:last-child{grid-column:1/-1}.visitor-pass-qr img{width:min(56vw,250px);max-width:100%}
  body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-switcher,body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-tools{margin-inline:14px}
  body.profile-page.registration-tab-active.visitor-pass-mode .visitor-pass-tools{padding-bottom:12px}
}

/* Persistent floor-plan display ordering. */
.floorplan-library-card{grid-template-rows:auto auto}
.floorplan-order-controls{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:6px;align-items:center;padding:8px;border-top:1px solid #e2e8ef;background:#f8fafc}
.floorplan-order-controls>span{display:grid;gap:1px;min-width:0}.floorplan-order-controls>span b{font-size:12px}.floorplan-order-controls>span small{color:var(--muted);font-size:11px}
.floorplan-order-controls>button{min-width:62px;min-height:34px;padding:5px 9px;border:1px solid #bdcad7;border-radius:8px;background:#fff;color:#294158;font-size:12px;font-weight:850;cursor:pointer}
.floorplan-order-controls>button:is(:hover,:focus-visible){border-color:var(--brand-blue);color:var(--brand-blue);outline:none;box-shadow:0 0 0 2px rgba(14,110,184,.12)}
.floorplan-order-controls>button:disabled{border-color:#dde3e9;background:#f1f3f5;color:#a1aab5;cursor:not-allowed;box-shadow:none}
@media(max-width:430px){.floorplan-order-controls{grid-template-columns:1fr 1fr}.floorplan-order-controls>span{grid-column:1/-1}.floorplan-order-controls>button{width:100%}}

/* Shuttle registration and confirm-first on-site check-in. */
.shuttle-settings{padding:16px;border:1px solid #cfd9e5;border-radius:16px;background:#f7f9fc}.shuttle-settings[hidden],.shuttle-booking-fields[hidden],.checkin-workspace[hidden]{display:none!important}.shuttle-settings h3,.shuttle-settings h4,.shuttle-public-info h3{margin:0}.shuttle-media-grid,.shuttle-media-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shuttle-media-card{display:grid;gap:8px;padding:13px;border:1px solid var(--reg-line);border-radius:13px;background:#fff}.shuttle-media-card input[type=file]{max-width:100%}.shuttle-media-card>a{display:grid;gap:5px;color:inherit;text-decoration:none}.shuttle-media-card img,.shuttle-media-links img{display:block;width:100%;max-height:220px;object-fit:contain;border:1px solid #e0e6ed;border-radius:10px;background:#fff}.shuttle-public-info{display:grid;gap:10px;padding-top:14px;border-top:1px solid var(--reg-line)}.shuttle-media-links>a{display:grid;gap:6px;padding:8px;border:1px solid var(--reg-line);border-radius:12px;background:#fff;color:inherit;text-align:center;text-decoration:none}.shuttle-media-links b{font-size:13px}.shuttle-booking-fields{padding:12px;border:1px solid var(--reg-line);border-radius:13px;background:#f7f9fc}.visitor-pass-shuttle{display:block;margin-top:7px;padding:9px 11px;border-radius:10px;background:#eef7fd;color:#145680;font-size:13px;line-height:1.45}.shuttle-update-form{padding-top:12px;border-top:1px solid rgba(255,255,255,.2)}
.checkin-workspace{display:grid;gap:14px}.checkin-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end}.checkin-confirm{min-width:92px}.checkin-confirmed-head{display:grid;gap:3px}.checkin-confirmed-head>span{color:var(--reg-blue);font-size:12px;font-weight:850}.checkin-confirmed-head h2,.checkin-confirmed-head p{margin:0}.checkin-confirmed-head p{color:var(--muted);font-weight:750}.checkin-scanner{min-height:170px;margin:0}.checkin-scanner video{height:170px;min-height:170px}.checkin-results{min-height:280px;margin-top:0}.checkin-person{grid-template-columns:76px minmax(0,1fr) auto;min-height:132px;padding:18px}.checkin-person img,.checkin-avatar{width:76px;height:76px}.checkin-person strong{font-size:1.35rem}.checkin-person small{font-size:.92rem;line-height:1.45}
@media(max-width:850px){.checkin-top{grid-template-columns:1fr}.checkin-confirm{width:100%}.shuttle-media-grid,.shuttle-media-links{grid-template-columns:1fr}.checkin-person{grid-template-columns:66px minmax(0,1fr);min-height:150px}.checkin-person img,.checkin-avatar{width:66px;height:66px}.checkin-person .reg-actions{grid-column:1/-1}.checkin-person .button{width:100%}}
@media(max-width:520px){.checkin-shell{padding-inline:10px}.checkin-selection{padding:13px}.checkin-scanner{min-height:145px;border-radius:15px}.checkin-scanner video{height:145px;min-height:145px}.checkin-results{min-height:320px}.checkin-person{grid-template-columns:58px minmax(0,1fr);min-height:164px;padding:16px 13px}.checkin-person img,.checkin-avatar{width:58px;height:58px}.checkin-person strong{font-size:1.4rem}.shuttle-settings{padding:12px}}

/* Confirmed check-in mode and square centered mobile scanner. */
.checkin-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkin-title-row h1{margin:0}.checkin-change{flex:0 0 auto;min-width:74px}.checkin-selection>[data-checkin-selection-controls]{display:grid;gap:12px}.checkin-selection>[data-checkin-selection-controls][hidden]{display:none!important}.checkin-event-highlight{justify-self:start;margin-top:7px!important;padding:7px 12px;border-radius:9px;background:var(--reg-ink);color:#fff!important;font-size:1rem;font-weight:850;line-height:1.35}.checkin-scanner{width:min(100%,360px);height:auto!important;min-height:0!important;aspect-ratio:1;justify-self:center;margin:0 auto}.checkin-scanner video{width:100%;height:100%!important;min-height:0!important;object-fit:cover}.checkin-scanner [data-camera-placeholder]{padding:18px;text-align:center}
@media(max-width:520px){.checkin-scanner{width:min(66.667vw,320px);border-radius:15px}.checkin-guide{inset:12%;border-width:2px;border-radius:14px}}

/* V1.1.14 registration methods and organization access-code quotas. */
.registration-method-settings{padding:18px;border:1px solid #d5e0eb;border-radius:16px;background:#f8fafc}.registration-method-settings>div:first-child h3,.organization-code-settings h4{margin:0}.registration-method-settings>div:first-child p,.organization-code-settings p{margin:5px 0 0}.registration-mode-notice{border-left:4px solid var(--reg-blue);background:#eef7fd}.access-code-settings{padding:15px;border:1px solid #cbd9e6;border-radius:14px;background:#fff}.access-code-settings[hidden],.organization-code-settings[hidden],[data-universal-access-code][hidden]{display:none!important}.access-code-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.access-code-input input{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:1.08rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.access-code-input .button{min-height:44px;white-space:nowrap}.access-code-allocation-list{display:grid;gap:9px}.access-code-allocation{display:grid;grid-template-columns:minmax(180px,1.6fr) minmax(120px,.65fr) minmax(220px,1fr) auto auto;gap:9px;align-items:end;padding:12px;border:1px solid var(--reg-line);border-radius:13px;background:#f7f9fc}.access-code-usage{display:grid;gap:2px;min-width:82px;padding:6px 9px;border-radius:9px;background:#eaf3fa;color:#43516a;font-size:11px}.access-code-usage b{color:#0e6eb8;font-size:17px}.access-code-public-field{padding:13px;border:1px solid #bad2e6;border-radius:12px;background:#eef7fd}.access-code-public-field input{text-align:center;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:1.2rem!important;font-weight:900;letter-spacing:.2em;text-transform:uppercase}
@media(max-width:1100px){.access-code-allocation{grid-template-columns:minmax(190px,1.5fr) minmax(120px,.65fr) minmax(220px,1fr)}.access-code-usage,.access-code-allocation>[data-remove-access-code]{align-self:stretch}.access-code-allocation>[data-remove-access-code]{grid-column:3}}
@media(max-width:700px){.registration-method-settings,.access-code-settings{padding:12px}.access-code-allocation{grid-template-columns:1fr}.access-code-allocation>[data-remove-access-code]{grid-column:auto}.access-code-input{grid-template-columns:1fr}.access-code-input .button{width:100%}}

/* Assisted registration button, email lookup and editable CSV roster. */
.registration-time-range{display:block;max-width:100%;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.assisted-registration-launch{display:flex}.assisted-registration-panel{display:grid;gap:14px;padding:15px;border:1px solid #c9d8e7;border-radius:15px;background:#f7fafc}.assisted-registration-panel[hidden],.assisted-direct-panel[hidden],.assisted-import-panel[hidden],.assisted-import-table-wrap[hidden],.assisted-bulk-identity[hidden]{display:none!important}.assisted-registration-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.assisted-registration-panel h3,.assisted-registration-panel p{margin:0}.assisted-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:5px;border:1px solid #d5e0eb;border-radius:12px;background:#edf3f8}.assisted-mode-tabs button{min-height:40px;padding:7px 10px;border:0;border-radius:9px;background:transparent;color:#526077;font-weight:850;cursor:pointer}.assisted-mode-tabs button.active{background:#fff;color:#0e6eb8;box-shadow:0 4px 13px rgba(19,42,68,.12)}.assisted-direct-panel,.assisted-import-panel{display:grid;gap:11px}.assisted-account-status{margin:0;padding:9px 11px;border-radius:10px;background:#edf2f7;font-size:12px;font-weight:750}.assisted-account-status.is-checking{background:#eef7fd;color:#0e6eb8}.assisted-account-status.is-found{background:#e8f7f0;color:#087a55}.assisted-account-status.is-missing{background:#fff6df;color:#8a5700}.assisted-account-status.is-error{background:#ffeaed;color:#9e1020}.assisted-personal-heading{padding:8px 10px;border-radius:10px;background:#eef3f8;color:#34445c;font-size:13px;font-weight:900}.assisted-import-actions{display:flex;gap:8px;flex-wrap:wrap}.assisted-file-button{position:relative;overflow:hidden;cursor:pointer}.assisted-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.assisted-bulk-identity{display:grid;grid-template-columns:minmax(200px,1fr) auto;gap:9px;align-items:end;padding:11px;border:1px solid #d5e0eb;border-radius:12px;background:#fff}.assisted-import-table-wrap{max-width:100%;overflow:auto;border:1px solid #d5e0eb;border-radius:12px;background:#fff}.assisted-import-table{width:100%;min-width:1120px;border-collapse:collapse}.assisted-import-table th,.assisted-import-table td{padding:8px;border-bottom:1px solid #e7edf3;text-align:left;vertical-align:top}.assisted-import-table th{background:#f0f4f8;color:#526077;font-size:12px;white-space:nowrap}.assisted-import-table input,.assisted-import-table select{box-sizing:border-box;width:100%;min-width:120px;min-height:38px;padding:7px 8px;border:1px solid #c7d3df;border-radius:8px;background:#fff;font:inherit}.assisted-import-table [data-import-email]{min-width:210px}.assisted-import-table [data-import-organization]{min-width:170px}.assisted-import-table [data-import-identity]{min-width:160px}.assisted-import-status{display:block;min-width:86px;padding:6px 8px;border-radius:8px;background:#edf2f7;color:#58667a;font-size:11px;font-weight:850;overflow-wrap:anywhere}.assisted-import-status.is-success{background:#e8f7f0;color:#087a55}.assisted-import-status.is-error{background:#ffeaed;color:#9e1020}.assisted-row-remove{min-height:36px!important;padding:6px 9px!important;font-size:11px!important}
@media(max-width:600px){.registration-time-range{font-size:12px}.assisted-registration-panel{padding:12px}.assisted-registration-panel>header{display:grid}.assisted-registration-panel>header .button{width:100%}.assisted-mode-tabs{grid-template-columns:1fr}.assisted-import-actions{display:grid}.assisted-import-actions .button{width:100%;justify-content:center}.assisted-bulk-identity{grid-template-columns:1fr}.assisted-bulk-identity .button{width:100%}}

/* V1.1.14 exhibition registration center */
.registration-exhibition-banner{position:relative;display:grid;min-height:250px;overflow:hidden;padding:clamp(24px,4vw,48px);border-radius:24px;background-image:radial-gradient(circle at 82% 18%,rgba(14,110,184,.42),transparent 36%),linear-gradient(118deg,rgba(16,27,49,.96),rgba(71,19,43,.88) 58%,rgba(14,110,184,.8)),var(--registration-exhibition-banner);background-position:center;background-size:cover;color:#fff;box-shadow:0 20px 48px rgba(17,31,54,.18)}
.registration-exhibition-banner-copy{display:grid;align-content:center;gap:13px;max-width:1060px}.registration-exhibition-brand{display:flex;align-items:center;gap:14px}.registration-exhibition-brand img{width:70px;height:70px;flex:0 0 70px;border:3px solid rgba(255,255,255,.88);border-radius:17px;object-fit:cover}.registration-exhibition-brand span{color:#ffbec6;font-size:12px;font-weight:900;letter-spacing:.12em}.registration-exhibition-brand h1{margin:4px 0 0;color:#fff;font-size:clamp(28px,4vw,46px);line-height:1.1}.registration-exhibition-banner-copy>p{max-width:900px;margin:0;color:#e5edf7;font-size:15px;line-height:1.6}.registration-exhibition-facts{display:flex;gap:8px;flex-wrap:wrap}.registration-exhibition-facts span{padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:11px;background:rgba(8,19,38,.3);font-size:12px}.registration-exhibition-banner .button.secondary{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:#fff}
.registration-center-layout{display:grid;grid-template-columns:minmax(215px,18%) minmax(0,1fr);gap:18px;align-items:start}.exhibition-registration-profile{position:sticky;top:84px;display:grid;gap:13px;min-width:0;padding:17px;border:1px solid #cfdbe8;border-top:5px solid var(--reg-blue);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(24,38,64,.08)}.exhibition-registration-profile h2,.exhibition-registration-profile h3,.exhibition-registration-profile p{margin:0}.registration-profile-kicker{color:var(--reg-blue);font-size:10px;font-weight:900;letter-spacing:.12em}.registration-profile-form{display:grid;gap:10px}.registration-profile-form .field{gap:4px}.registration-profile-form .field>span{font-size:12px;font-weight:850}.registration-profile-form input,.registration-profile-form select{min-width:0;min-height:40px;padding:7px 9px;font-size:13px}.registration-profile-professional-fields{display:grid;gap:10px}.registration-profile-status{padding:8px 9px;border-radius:9px;background:#fff4e8;color:#8a4800;font-size:11px;font-weight:800;line-height:1.4}.registration-profile-status.is-confirmed{background:#e5f7f0;color:var(--reg-ok)}
.exhibition-shared-pass{display:grid;place-items:center;gap:6px;padding-top:13px;border-top:1px solid var(--reg-line);text-align:center}.exhibition-shared-pass h3{font-size:14px}.exhibition-shared-pass img{display:block;width:min(100%,210px);padding:8px;border:1px solid #dfe6ef;border-radius:14px;background:#fff}.registration-items-column{min-width:0}.registration-items-column .reg-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.exhibition-registration-item{min-height:100%;align-content:start}.exhibition-registration-item .reg-actions{margin-top:auto}.exhibition-registration-item .reg-card-meta>span:first-child{white-space:nowrap;overflow-x:auto}.registration-item-page .exhibition-registration-profile{top:84px}.registration-detail-heading{margin-bottom:12px}.registration-item-detail{min-width:0}.registration-event-summary{padding:clamp(20px,3vw,34px)!important}.registration-event-summary h1{margin:.45rem 0 0;font-size:clamp(25px,3vw,38px)}.registration-detail-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.registration-detail-facts>div{display:grid;gap:5px;padding:12px;border:1px solid var(--reg-line);border-radius:12px;background:#f7f9fc}.registration-detail-facts b{font-size:12px}.registration-detail-facts span{font-size:13px;line-height:1.4}.registration-item-register-form{display:grid;gap:10px;padding:15px;border:1px solid #cfe0ef;border-radius:14px;background:#f5f9fd}.registration-item-register-form .button{justify-self:start;min-width:150px}.registration-access-code{display:grid;gap:7px}.registration-access-code .field{gap:6px}.registration-access-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:stretch}.registration-access-code-row input{min-width:0;width:100%}.registration-access-code-row .button{justify-self:stretch;min-width:108px}.registration-access-code>p{margin:0}.registration-item-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid #cfdbe8;border-radius:14px;background:#f7f9fc}.registration-item-status.registered{border-color:#a9ddcb;background:#eaf8f2;color:#087a55}
.registration-assistance{display:grid;gap:12px;padding-top:17px;border-top:1px solid var(--reg-line)}.registration-assistance-buttons{display:flex;gap:8px;flex-wrap:wrap}.registration-assistance-panel{display:grid;gap:13px;padding:16px;border:1px solid #cbd8e5;border-radius:15px;background:#f7fafc}.registration-assistance-panel[hidden]{display:none!important}.registration-assistance-panel h3,.registration-assistance-panel h4,.registration-assistance-panel p{margin:0}.registration-inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:end}.registration-inline-form .button{min-height:43px}.registration-history-list{display:grid;gap:6px}.registration-history-list>div{display:grid;grid-template-columns:minmax(160px,1fr) auto auto auto;gap:8px;align-items:center;padding:9px 10px;border:1px solid #dfe6ee;border-radius:10px;background:#fff;font-size:12px}.registration-history-list span{min-width:0;overflow-wrap:anywhere}.registration-history-list b{color:#087a55}.registration-history-list small{color:#68768a}.registration-history-list a{font-weight:850}.group-registration-preview{max-width:100%;overflow:auto;border:1px solid #d5e0eb;border-radius:12px;background:#fff}.group-registration-preview .assisted-import-table{min-width:960px}.group-registration-preview input{box-sizing:border-box;width:100%;min-width:130px;min-height:38px;padding:7px 8px;border:1px solid #c7d3df;border-radius:8px}.group-registration-preview [data-group-email]{min-width:210px}.group-registration-result .notice{margin:0}.group-registration-result ul{margin:8px 0 0;padding-left:20px;max-height:240px;overflow:auto}.group-access-code-field{max-width:360px}
@media(max-width:980px){.registration-center-layout{grid-template-columns:minmax(210px,28%) minmax(0,1fr)}.registration-items-column .reg-grid{grid-template-columns:1fr}.registration-detail-facts{grid-template-columns:1fr}}
@media(max-width:700px){.registration-exhibition-banner{min-height:0;padding:18px 15px;border-radius:17px}.registration-exhibition-brand img{width:48px;height:48px;flex-basis:48px;border-radius:12px}.registration-exhibition-brand span{font-size:9px}.registration-exhibition-brand h1{font-size:23px}.registration-exhibition-banner-copy>p{font-size:12px}.registration-exhibition-facts{display:grid;gap:5px}.registration-exhibition-facts span{padding:5px 7px}.registration-center-layout{grid-template-columns:1fr}.exhibition-registration-profile{position:static;grid-row:1}.registration-inline-form{grid-template-columns:1fr}.registration-inline-form .button{width:100%}.registration-history-list>div{grid-template-columns:1fr}.registration-assistance-buttons{display:grid}.registration-assistance-buttons .button{width:100%}.registration-item-status{display:grid}.registration-item-status .button{width:100%}}
.profile-registration-exhibition{display:grid;gap:12px;padding:16px;border:1px solid var(--reg-line);border-radius:16px;background:#fff}.profile-registration-exhibition>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.profile-registration-exhibition h3,.profile-registration-exhibition h4,.profile-registration-exhibition p{margin:0}.profile-registration-exhibition h3{margin-top:6px}.profile-exhibition-qr{display:grid;place-items:center;gap:4px;flex:0 0 150px;text-align:center}.profile-exhibition-qr img{width:132px;padding:6px;border:1px solid #dfe6ef;border-radius:12px;background:#fff}.profile-exhibition-qr small{color:#657186;font-size:10px}.profile-registration-event-list{display:grid;gap:7px}.profile-registration-event-list>article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #e0e7ef;border-radius:12px;background:#f8fafc}.profile-registration-event-list h4{font-size:14px}.profile-registration-event-list p{margin-top:3px;color:#69768a;font-size:12px}.profile-registration-event-list .button{min-height:34px;padding:6px 9px;font-size:11px}@media(max-width:600px){.profile-registration-exhibition>header{display:grid}.profile-exhibition-qr{justify-self:center}.profile-registration-event-list>article{grid-template-columns:1fr}.profile-registration-event-list .reg-actions{display:grid}.profile-registration-event-list .button{width:100%}}

/* Shuttle trip editor, ordered stops, Google Maps and registrant route timeline. */
.shuttle-trip-create{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(150px,.65fr) auto;gap:10px;align-items:end;padding:14px;border:1px solid var(--reg-line);border-radius:14px;background:#fff}.shuttle-trip-list{display:grid;gap:10px}.shuttle-trip-card{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--reg-line);border-radius:14px;background:#fff}.shuttle-trip-card h4,.shuttle-trip-card p{margin:5px 0}.shuttle-trip-card small{display:block;color:var(--muted);overflow-wrap:anywhere}.shuttle-trip-meta{display:flex;gap:6px;flex-wrap:wrap}.shuttle-trip-meta>span,.shuttle-trip-facts>span,.shuttle-trip-facts>a{padding:5px 8px;border-radius:8px;background:#f2f6fa;color:#42516a;font-size:12px;font-weight:750;text-decoration:none}.shuttle-trip-editor{scroll-margin-top:92px;padding:16px;border:1px solid #b9cadc;border-radius:15px;background:#fff}.shuttle-stop-list{display:grid;gap:10px}.shuttle-stop-row{display:grid;gap:10px;padding:12px;border:1px solid var(--reg-line);border-radius:13px;background:#f8fafc}.shuttle-stop-order{display:flex;align-items:center;justify-content:space-between;gap:10px}.shuttle-stop-order>div{display:flex;gap:5px}.shuttle-stop-order button{min-width:34px;min-height:32px;padding:5px 8px;border:1px solid #bdcad7;border-radius:8px;background:#fff;color:#294158;font-weight:800;cursor:pointer}.shuttle-stop-order button:disabled{opacity:.4;cursor:not-allowed}.shuttle-map-preview,.shuttle-public-map{display:grid;gap:9px}.shuttle-map-preview iframe,.shuttle-public-map iframe{display:block;width:100%;height:300px;border:1px solid var(--reg-line);border-radius:13px;background:#eef2f6}.shuttle-public-trips{display:grid;gap:12px}.shuttle-public-trip{display:grid;gap:11px;padding:14px;border:1px solid var(--reg-line);border-radius:14px;background:#fff}.shuttle-public-trip>header{display:flex;justify-content:space-between;gap:12px;align-items:start}.shuttle-public-trip h4{margin:5px 0}.shuttle-public-trip small{display:block;color:var(--muted);overflow-wrap:anywhere}.shuttle-public-trip>header>span{color:#42516a;font-size:13px;font-weight:800;text-align:right}.shuttle-trip-facts{display:flex;gap:6px;flex-wrap:wrap}.shuttle-stop-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.shuttle-stop-timeline li{position:relative;display:grid;grid-template-columns:54px 1fr;gap:12px;padding:8px 0 8px 18px;border-left:2px solid #c7d6e5}.shuttle-stop-timeline li::before{content:"";position:absolute;left:-6px;top:15px;width:10px;height:10px;border-radius:50%;background:var(--reg-blue);box-shadow:0 0 0 3px #e3f0f9}.shuttle-stop-timeline time{color:var(--reg-blue);font-size:13px;font-weight:900}.shuttle-stop-timeline div{display:grid;gap:2px;min-width:0}.shuttle-stop-timeline span{color:var(--muted);font-size:12px;overflow-wrap:anywhere}.reg-check.disabled{opacity:.55;background:#eef1f4}.shuttle-trip-pagination:empty{display:none}
@media(max-width:1000px){.shuttle-trip-create{grid-template-columns:1fr 1fr}.shuttle-trip-card{grid-template-columns:1fr}.shuttle-trip-card>.reg-actions{justify-content:flex-start}}
@media(max-width:600px){.shuttle-trip-create{grid-template-columns:1fr;padding:11px}.shuttle-trip-create>.button{width:100%}.shuttle-trip-card,.shuttle-trip-editor,.shuttle-public-trip{padding:11px}.shuttle-trip-card .button,.shuttle-trip-editor .button,.shuttle-public-trip .button{min-height:36px;padding:7px 10px;font-size:12px}.shuttle-stop-row{padding:9px}.shuttle-stop-order{align-items:flex-start}.shuttle-map-preview iframe,.shuttle-public-map iframe{height:210px}.shuttle-public-trip>header{display:grid}.shuttle-public-trip>header>span{text-align:left}.shuttle-stop-timeline li{grid-template-columns:46px 1fr;gap:8px;padding-left:14px}.shuttle-trip-pagination{align-items:flex-start}.shuttle-trip-pagination .reg-page-buttons{width:100%}.shuttle-trip-pagination .reg-page-buttons button{flex:1;min-width:32px}}

/* Standalone shuttle planning workspace and shuttle check-in. */
.shuttle-planning-shell{display:grid;gap:14px}.shuttle-planning-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden;padding:24px;border-radius:20px;background:linear-gradient(125deg,#111c32 0%,#183858 62%,#0e6eb8 100%);color:#fff}.shuttle-planning-hero::after{content:"";position:absolute;right:-55px;bottom:-88px;width:230px;height:230px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.04),0 0 0 70px rgba(255,255,255,.035)}.shuttle-planning-hero>div,.shuttle-planning-hero>.button{position:relative;z-index:1}.shuttle-planning-hero h2,.shuttle-planning-hero p{margin:0;color:#fff}.shuttle-planning-hero h2{margin-top:4px;font-size:clamp(1.45rem,3vw,2.2rem)}.shuttle-planning-hero p{margin-top:7px;color:#d9e8f5}.shuttle-kicker{color:#78c9ff;font-size:11px;font-weight:900;letter-spacing:.13em}.shuttle-checkin-launch{background:#fff!important;color:#10233e!important;border-color:#fff!important;white-space:nowrap}.shuttle-planning-workspace{gap:14px}.shuttle-settings-form,.shuttle-trip-console,.shuttle-roster-panel{margin:0!important}.shuttle-trip-console{display:grid;gap:13px}.shuttle-trip-card{border-left:4px solid #cbd6e2}.shuttle-trip-card.selected{border-color:#0e6eb8;background:#f3f9fd;box-shadow:0 0 0 2px rgba(14,110,184,.1)}.shuttle-trip-card>.reg-actions{justify-content:flex-end}.shuttle-roster-panel{scroll-margin-top:92px;border-top:5px solid var(--reg-blue)!important}.shuttle-roster-actions{display:flex;gap:8px;flex-wrap:wrap}.shuttle-roster-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:12px;align-items:end}.segmented-control{display:flex;padding:4px;border:1px solid var(--reg-line);border-radius:12px;background:#f3f6fa}.segmented-control button{min-height:38px;padding:7px 12px;border:0;border-radius:9px;background:transparent;color:#526077;font-weight:850;cursor:pointer}.segmented-control button.active{background:#15223a;color:#fff;box-shadow:0 3px 10px rgba(19,32,54,.16)}.shuttle-roster-table{min-width:960px}.shuttle-roster-table td small{display:block;margin-top:3px;color:#68758a}.shuttle-roster-table .checkin-status{display:inline-flex;padding:4px 7px;border-radius:999px;background:#eef1f4;color:#68758a}.shuttle-roster-table .checkin-status.is-checked{background:#e5f7f0;color:var(--reg-ok)}
.shuttle-subnav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:6px;border:1px solid #ced9e5;border-radius:15px;background:#eef3f8;position:sticky;top:76px;z-index:8}.shuttle-subnav button{min-height:44px;padding:8px 12px;border:0;border-radius:11px;background:transparent;color:#536177;font-weight:900;cursor:pointer}.shuttle-subnav button.active{background:#fff;color:#0d5f9b;box-shadow:0 5px 16px rgba(29,52,78,.13)}.shuttle-planning-workspace{display:grid;gap:14px}.shuttle-subpanel{display:grid;gap:14px}.shuttle-subpanel[hidden]{display:none!important}.shuttle-create-form{margin:0!important;border-top:5px solid #0e6eb8!important}.shuttle-create-form .notice{margin:0}.shuttle-roster-add{display:grid;grid-template-columns:minmax(190px,1.2fr) minmax(160px,1fr) minmax(160px,1fr) minmax(180px,1fr) auto;gap:9px;align-items:end;padding:12px;border:1px solid var(--reg-line);border-radius:13px;background:#f7f9fc}.shuttle-roster-add[hidden]{display:none!important}.shuttle-roster-add>.button{min-height:44px}.shuttle-roster-table .reg-actions{gap:5px;flex-wrap:nowrap}.shuttle-roster-table .reg-actions .button{min-height:32px;padding:5px 8px;font-size:11px}.shuttle-roster-edit{display:grid;min-width:220px;gap:7px}.shuttle-roster-edit label{display:grid;gap:3px}.shuttle-roster-edit label>span{color:#657186;font-size:11px;font-weight:850}.shuttle-roster-edit select,.shuttle-roster-edit input{width:100%;min-height:34px;padding:5px 7px;border:1px solid #c7d2df;border-radius:8px;background:#fff;font:inherit}.registration-toolbar>[data-event-toolbar-field][hidden],.registration-toolbar>[data-new-event][hidden]{display:none!important}
.shuttle-checkin-page .checkin-selection>[data-shuttle-checkin-selection-controls]{display:grid;gap:12px}.shuttle-checkin-page .checkin-selection>[data-shuttle-checkin-selection-controls][hidden]{display:none!important}.shuttle-checkin-page .checkin-title-row>div{display:grid;gap:3px}.shuttle-checkin-page .checkin-scanner [data-shuttle-camera-placeholder]{padding:18px;text-align:center}.shuttle-checkin-meta{margin-top:6px;color:#526077;font-size:13px;font-weight:750}.shuttle-checkin-person{min-height:174px}.shuttle-passenger-route{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.shuttle-passenger-route>span{display:grid;gap:2px;padding:8px 9px;border-radius:9px;background:#eef4fa;color:#34435a;font-size:12px}.shuttle-passenger-route b{color:#0e6eb8;font-size:10px;letter-spacing:.06em}.shuttle-checkin-person.checked .shuttle-passenger-route>span{background:#e4f4ee}
@media(max-width:1100px){.shuttle-roster-add{grid-template-columns:1fr 1fr}.shuttle-roster-add>.button{width:100%}}
@media(max-width:850px){.shuttle-planning-hero{align-items:flex-start}.shuttle-trip-card>.reg-actions{justify-content:flex-start}.shuttle-roster-toolbar{grid-template-columns:1fr}.segmented-control button{flex:1}.shuttle-roster-table{display:block;min-width:0}.shuttle-roster-table thead{display:none}.shuttle-roster-table tbody{display:grid;gap:10px}.shuttle-roster-table tr{display:grid;overflow:hidden;border:1px solid var(--reg-line);border-radius:14px;background:#fff}.shuttle-roster-table td{display:grid;grid-template-columns:100px minmax(0,1fr);gap:10px;padding:9px 11px;border-bottom:1px solid #edf1f5;overflow-wrap:anywhere}.shuttle-roster-table td:last-child{border-bottom:0}.shuttle-roster-table td::before{content:attr(data-label);color:#657186;font-size:12px;font-weight:850}.shuttle-roster-table td[colspan]{display:block}.shuttle-roster-table td[colspan]::before{display:none}}
@media(max-width:600px){.shuttle-planning-hero{display:grid;padding:18px}.shuttle-planning-hero .button{width:100%}.shuttle-subnav{top:66px;gap:4px;padding:4px}.shuttle-subnav button{min-height:39px;padding:6px 4px;font-size:12px;line-height:1.2}.shuttle-create-form,.shuttle-trip-console,.shuttle-roster-panel{padding:13px}.shuttle-roster-add{grid-template-columns:1fr;padding:10px}.shuttle-roster-actions{display:grid;grid-template-columns:1fr 1fr}.shuttle-roster-actions .button{justify-content:center;min-height:38px;padding:7px 8px;font-size:12px;text-align:center}.shuttle-roster-table td{grid-template-columns:82px minmax(0,1fr)}.shuttle-passenger-route{grid-template-columns:1fr}.shuttle-checkin-page .checkin-person{min-height:210px}.shuttle-checkin-page .checkin-title-row h1{font-size:1.45rem}}

/* Mobile-first on-site and shuttle check-in console. */
.checkin-selection.checkin-compact-active{gap:5px;max-height:16.666dvh;padding:10px 13px;overflow:hidden}
.checkin-selection.checkin-compact-active .checkin-title-row h1{font-size:1.08rem;line-height:1.15}
.checkin-selection.checkin-compact-active .checkin-change{min-width:62px;min-height:32px;padding:5px 10px;font-size:12px}
.checkin-confirmed-inline{display:grid;gap:4px;min-width:0}
.checkin-confirmed-inline[hidden]{display:none!important}
.checkin-confirmed-inline>strong{display:block;overflow:hidden;color:#26354b;font-size:.9rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.checkin-confirmed-inline .checkin-event-highlight{display:-webkit-box;justify-self:stretch;max-width:100%;margin:0!important;padding:5px 9px;font-size:.82rem;line-height:1.25;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.checkin-confirmed-inline .shuttle-checkin-meta{margin:0;overflow:hidden;font-size:.74rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.checkin-camera-row{display:grid;grid-template-columns:minmax(240px,360px) minmax(130px,180px);gap:12px;align-items:stretch;justify-content:center}
.checkin-camera-row .checkin-scanner{width:100%;justify-self:start;margin:0}
.checkin-camera-actions{display:flex;flex-direction:column;justify-content:center;gap:9px;padding:12px;border:1px solid #d7e0e9;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(31,47,71,.08)}
.checkin-camera-actions>span{color:#657186;font-size:12px;font-weight:850;text-align:center}
.checkin-camera-actions .button{width:100%;min-height:40px;padding:8px 9px;font-size:13px;line-height:1.25;white-space:normal}
.checkin-camera-actions .button:disabled{opacity:.45;cursor:not-allowed}
.checkin-camera-actions .checkin-camera-toggle{min-height:54px;font-size:17px;font-weight:900;letter-spacing:.08em}
.checkin-camera-actions .checkin-camera-toggle[data-active="true"]{background:#0f766e;border-color:#0f766e;box-shadow:0 8px 20px rgba(15,118,110,.24)}
.checkin-results{min-height:0!important}
.checkin-results[hidden]{display:none!important}
.checkin-search-panel{padding:12px}
.checkin-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px;align-items:center}
.checkin-search input{width:100%;min-width:0}
.checkin-search .button{width:auto!important;min-width:96px;white-space:nowrap}
.checkin-results+.checkin-search-panel{transition:margin-top .18s ease}
.checkin-results:not([hidden])+.checkin-search-panel{margin-top:0}
.checkin-person .reg-actions{align-content:center}
.checkin-person.checked .reg-actions{display:grid;grid-template-columns:1fr;gap:7px}
.checkin-results>.reg-actions{margin-top:8px}
@media(max-width:520px){
  .checkin-shell{gap:9px;padding-top:9px}
  .checkin-selection.checkin-compact-active{gap:4px;max-height:calc(16.666dvh - 4px);padding:8px 10px;border-radius:13px}
  .checkin-selection.checkin-compact-active .checkin-title-row{gap:8px}
  .checkin-selection.checkin-compact-active .checkin-title-row h1,.shuttle-checkin-page .checkin-selection.checkin-compact-active .checkin-title-row h1{font-size:1rem}
  .checkin-confirmed-inline>strong{font-size:.84rem}
  .checkin-confirmed-inline .checkin-event-highlight{padding:4px 7px;font-size:.76rem;-webkit-line-clamp:2}
  .checkin-confirmed-inline .shuttle-checkin-meta{display:none}
  .checkin-workspace{gap:9px}
  .checkin-camera-row{grid-template-columns:min(66.667vw,320px) minmax(0,1fr);gap:8px;justify-content:stretch}
  .checkin-camera-row .checkin-scanner{width:100%;border-radius:13px}
  .checkin-camera-row .checkin-scanner [data-camera-placeholder],.checkin-camera-row .checkin-scanner [data-shuttle-camera-placeholder]{padding:10px 7px}
  .checkin-camera-row .checkin-scanner [data-camera-placeholder] p,.checkin-camera-row .checkin-scanner [data-shuttle-camera-placeholder] p{margin:0;font-size:12px;line-height:1.35}
  .checkin-camera-actions{gap:7px;padding:8px 6px;border-radius:12px}
  .checkin-camera-actions>span{font-size:12px}
  .checkin-camera-actions .button{min-height:42px;padding:7px 4px;font-size:12px}
  .checkin-search-panel{padding:8px}
  .checkin-search{gap:6px}
  .checkin-search input{min-height:42px;padding-inline:9px;font-size:14px}
  .checkin-search .button{min-width:84px;min-height:42px;padding:7px 8px;font-size:12px}
  .checkin-results{display:grid;gap:8px}
  .checkin-person,.shuttle-checkin-page .checkin-person{grid-template-columns:52px minmax(0,1fr);min-height:0;padding:12px 10px}
  .checkin-person img,.checkin-avatar{width:52px;height:52px}
  .checkin-person strong{font-size:1.16rem}
  .checkin-person small{font-size:.82rem}
  .checkin-person .reg-actions{display:grid;grid-template-columns:1fr;gap:7px}
  .checkin-person .button{min-height:40px;padding:7px 9px;font-size:12px}
  .checkin-person.checked .reg-actions{grid-template-columns:1fr 1fr}
  .walkin-box,.online-registration{padding:13px}
}
@media(max-width:340px){
  .checkin-camera-row{grid-template-columns:min(64vw,218px) minmax(0,1fr)}
  .checkin-camera-actions{padding-inline:4px}
  .checkin-camera-actions .button{font-size:11px}
  .checkin-search .button{min-width:76px;padding-inline:5px}
}

/* Clear registration status and independent personal-registration action. */
.registration-dialog-head{align-items:flex-start}.registration-dialog-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.registration-personal-link{white-space:nowrap}.registration-choice-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.registration-choice.is-registered{border-color:#8fd0b7;background:#f5fcf9}.registration-choice.is-unregistered{border-color:#d8dee8}.registration-choice .toolbar{justify-content:flex-end}.registration-choice .button[aria-disabled=true]{pointer-events:none;opacity:.72}@media(max-width:620px){.registration-dialog-head{display:grid;grid-template-columns:1fr auto}.registration-dialog-actions{grid-column:1/-1;width:100%;justify-content:space-between;margin-left:0}.registration-personal-link{order:0}.registration-choice .toolbar,.registration-choice .toolbar .button{width:100%}}

/* V1.1.8 shared physical booth exhibitor directory */
.sub-booth-directory{margin-top:18px}.sub-booth-directory .page-head{margin-bottom:14px}.sub-booth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.sub-booth-card{display:grid;gap:7px;padding:16px;border:1px solid #dbe3ee;border-radius:16px;background:#fff;color:#172033;text-decoration:none;transition:.18s ease}.sub-booth-card:hover,.sub-booth-card:focus-visible{border-color:#c30e23;box-shadow:0 10px 24px rgba(195,14,35,.12);transform:translateY(-1px)}.sub-booth-card.active{border-color:#0e6eb8;background:#f3f8fd}.sub-booth-card .status{justify-self:start}.sub-booth-card small{color:#64748b}
/* V1.1.8: paginated management lists expand to show the selected page size. */
.booth-table-wrap,
.admin-results,
.admin-report-table-wrap,
.reg-table-wrap {
  max-height: none !important;
  height: auto !important;
  overflow-x: auto;
}

/* V1.1.8 direct multi-exhibitor floor-plan navigation and editor */
.map-booth-primary-name{display:block;width:100%;font-size:1.14em!important;font-weight:900!important;line-height:1.12;margin-bottom:.16em;text-align:center}.map-booth-exhibitors{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;max-width:100%;font-size:.82em;line-height:1.15;text-align:center;color:var(--booth-color,var(--brand-blue))}.map-booth-exhibitors>.map-booth-primary-name{display:inline;width:auto;margin:0;font-size:inherit!important;line-height:inherit}.map-booth-exhibitor-link,.map-booth-exhibitor-link:link,.map-booth-exhibitor-link:visited,.map-booth-exhibitor-link:hover,.map-booth-exhibitor-link:focus-visible,.map-booth-exhibitor-name{color:var(--booth-color,var(--brand-blue))!important;font:inherit;font-weight:700;text-decoration:none;overflow-wrap:anywhere}.map-booth-exhibitor-link:hover,.map-booth-exhibitor-link:focus-visible{text-decoration:underline;text-underline-offset:2px}.map-booth-exhibitor-separator{padding:0 .18em;opacity:.72}.editor-form-grid>.booth-exhibitor-editor{grid-column:1/-1;min-width:0;width:100%;box-sizing:border-box}.booth-exhibitor-editor{display:grid;gap:12px;padding:14px;border:1px solid #dbe3ee;border-radius:14px;background:#f8fafc;overflow:hidden}.booth-exhibitor-editor-head{min-width:0}.booth-exhibitor-editor-head small{display:block;margin-top:4px;color:#64748b;white-space:normal}.booth-exhibitor-list{display:grid;gap:9px;min-width:0}.booth-exhibitor-row,.booth-exhibitor-add-row{display:grid;align-items:end;gap:8px;min-width:0}.booth-exhibitor-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) repeat(4,auto)}.booth-exhibitor-add-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.booth-exhibitor-row .field,.booth-exhibitor-add-row .field{margin:0;min-width:0;width:100%}.booth-exhibitor-row input,.booth-exhibitor-add-row input{width:100%;min-width:0;box-sizing:border-box}.booth-exhibitor-row>.admin-record-open,.booth-exhibitor-add-row>.button{margin-bottom:1px;white-space:nowrap}@media(max-width:900px){.booth-exhibitor-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.booth-exhibitor-add-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.booth-exhibitor-row>.admin-record-open{width:100%}}@media(max-width:700px){.booth-exhibitor-row,.booth-exhibitor-add-row{grid-template-columns:1fr}.booth-exhibitor-add-row>.button{width:100%}.map-booth-exhibitors{font-size:.72em}}

/* Registration-page short links and downloadable QR codes. */
.registration-share-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;min-width:0;margin:18px 0 0;padding:18px 20px;border:1px solid #cfdae8;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(24,38,64,.06)}
.registration-share-copy{min-width:0}.registration-share-copy h3{margin:0 0 5px}.registration-share-copy p{margin:0;color:#5f6b7d;line-height:1.55}.registration-share-tools>.button{margin:0;white-space:nowrap}
.registration-share-result[hidden]{display:none!important}.registration-share-result{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;padding-top:14px;border-top:1px solid #e2e8f0}.registration-share-result>.field{margin:0}.registration-share-result input[readonly]{background:#f7f9fc;color:#263247}
.registration-share-qr{display:grid;grid-template-columns:180px minmax(150px,auto);gap:12px;align-items:end}.registration-share-qr>img{width:180px;height:180px;box-sizing:border-box;padding:9px;border:1px solid #d7e0eb;border-radius:14px;background:#fff}.registration-share-qr .reg-actions{display:grid;grid-template-columns:1fr}.registration-share-qr .button{width:100%;box-sizing:border-box;text-align:center;white-space:nowrap}
@media(max-width:760px){.registration-share-tools,.registration-share-result{grid-template-columns:1fr}.registration-share-tools>.button{width:100%}.registration-share-qr{grid-template-columns:150px minmax(0,1fr);align-items:center}.registration-share-qr>img{width:150px;height:150px}}
@media(max-width:480px){.registration-share-qr{grid-template-columns:1fr;justify-items:center;width:100%}.registration-share-qr .reg-actions{width:100%}}
