:root{--blue:#2455f5;--ink:#141619;--muted:#686e78;--line:#e0e3e9;--bg:#f4f6f9;--green:#197b46}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 'neue-haas-grotesk-text',Arial,sans-serif}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}button:disabled{opacity:.5;cursor:wait}[hidden]{display:none!important}header{height:76px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:white;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:11px;letter-spacing:.15em;font-weight:700}.brand svg{width:40px;height:32px}.brand img{width:42px;height:42px;object-fit:contain}.header-actions{display:flex;align-items:center;gap:20px}.language{display:flex;align-items:center;gap:5px;background:var(--blue);color:#fff;border-radius:5px;padding:0 10px}.language select{width:auto;max-width:130px;min-height:42px;background:transparent;border:0;color:white;font-size:13px;padding:8px}.language option{background:#fff;color:#111}button:focus-visible,a:focus-visible{outline:3px solid #91aaff;outline-offset:3px}.auth-layout{max-width:1400px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 76px)}.pitch{background:var(--blue);color:white;padding:65px 6vw;display:flex;flex-direction:column;justify-content:space-between}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 18px}.pitch h1{font-size:clamp(46px,5.3vw,78px);line-height:1;letter-spacing:-.06em;font-weight:600;white-space:pre-line;margin:28px 0}.pitch p{font-size:17px;max-width:360px;color:#e0e8ff}.rate{border-top:1px solid #7997fa;margin-top:40px;padding-top:28px}.rate strong{font-size:66px;letter-spacing:-.06em;line-height:1}.rate span{display:block;font-size:12px;color:#e0e8ff;max-width:360px;margin-top:14px}.auth-card{padding:45px clamp(24px,5vw,72px);background:#fff}.auth-switch{display:flex;border-bottom:1px solid var(--line);gap:28px;margin-bottom:28px}.auth-switch button{background:none;border:0;border-bottom:2px solid transparent;padding:14px 0;color:var(--muted)}.auth-switch .active{border-color:var(--blue);color:var(--blue)}h1,h2,h3{line-height:1.2}h2{font-size:30px;letter-spacing:-.045em;margin:0 0 14px}h3{font-size:18px;margin:0 0 14px}.subtle{color:var(--muted);font-size:13px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-size:12px;min-width:0}input,select,textarea{width:100%;min-width:0;border:1px solid #cdd3de;background:#fff;padding:11px 12px;border-radius:5px;min-height:46px;font-size:16px;color:var(--ink)}input:focus,textarea:focus,select:focus{outline:2px solid var(--blue);outline-offset:1px}textarea{resize:vertical;min-height:90px}input[type=checkbox]{width:19px;height:19px;min-height:19px;accent-color:var(--blue);flex-shrink:0;margin:2px 0}.check{display:flex;flex-direction:row;align-items:flex-start;gap:11px;font-size:12px;line-height:1.6;margin-top:20px}.primary,.secondary,.danger{border:0;min-height:44px;border-radius:5px;padding:12px 20px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.primary{background:var(--blue);color:#fff}.primary:hover{background:#1741d4}.secondary{background:#eaf0ff;color:#214ed8}.danger{background:#fff0ed;color:#a63b2c}.quiet{background:none;border:0;color:var(--muted);font-size:12px;padding:10px 0;min-height:40px;text-decoration:underline}.full{width:100%;margin-top:24px}.form-error{color:#ac302d;font-size:13px}.form-error:empty{display:none}.portal{max-width:1440px;margin:auto;display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 76px)}aside{padding:30px 24px;background:#fff;border-inline-end:1px solid var(--line)}.avatar{width:54px;height:54px;background:#eaf0ff;color:var(--blue);border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:700;margin-bottom:14px}.person{font-size:17px;font-weight:600;overflow-wrap:anywhere}.sidebar-nav{display:grid;gap:7px;margin-top:34px}.sidebar-nav button{border:0;background:none;color:var(--muted);padding:12px;text-align:start;border-radius:5px;font-size:14px}.sidebar-nav button.active{color:var(--blue);background:#edf2ff;font-weight:600}.sidebar-foot{font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:20px;margin-top:45px}.content{padding:34px clamp(20px,3vw,44px);min-width:0}.page-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px}.page-head h1{font-size:34px;letter-spacing:-.04em;margin:0}.page-head p{margin:8px 0 0}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.stat{background:white;border:1px solid var(--line);padding:20px;border-radius:8px;min-width:0}.stat span{font-size:11px;color:var(--muted)}.stat strong{display:block;font-size:25px;font-weight:600;margin-top:12px;overflow-wrap:anywhere}.stat small{display:block;font-size:10px;color:var(--muted);margin-top:8px}.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;margin-bottom:22px}.notice{background:#eaf0ff;border:1px solid #d5e0ff;border-radius:7px;padding:18px 20px;font-size:13px;color:#284791;margin-bottom:22px}.notice.warn{background:#fff7e6;border-color:#f0dbad;color:#7b561b}.empty{padding:35px 18px;text-align:center;color:var(--muted);font-size:14px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{font-size:10px;color:var(--muted);text-align:start;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}td,th{padding:14px 10px;border-bottom:1px solid var(--line);vertical-align:top}td strong{display:block;font-size:13px}td small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.pill{display:inline-block;border-radius:4px;font-size:10px;padding:5px 8px;background:#edf1f7;color:#4a576b;white-space:nowrap}.pill.green{background:#e8f5eb;color:#237544}.pill.blue{background:#eaf0ff;color:#2455f5}.toolbar{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.toolbar input{flex:1;min-width:160px}.toolbar select{width:180px}.cards{display:grid;gap:16px}.booking-card{border:1px solid var(--line);background:white;border-radius:8px;overflow:hidden}.booking-card summary{padding:20px;cursor:pointer;display:flex;justify-content:space-between;gap:16px;align-items:center}.booking-card h3{font-size:17px;margin:0 0 6px}.booking-detail{padding:0 20px 20px;border-top:1px solid var(--line)}.booking-detail dl,.breakdown{display:grid;grid-template-columns:1fr auto;gap:10px;font-size:13px;margin:20px 0}.booking-detail dd,.breakdown dd{margin:0;text-align:end;overflow-wrap:anywhere}.booking-detail dt,.breakdown dt{color:var(--muted)}.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.booking-detail .action-row button{font-size:12px}.bank-mask{font-size:22px;letter-spacing:.07em}.bank-help{font-size:11px;color:var(--muted);margin-top:14px}.profile-url{display:flex;gap:10px;align-items:center;margin-top:20px;overflow-wrap:anywhere}.profile-url a{color:var(--blue);font-size:12px}.profile-public{max-width:680px;margin:65px auto;padding:45px;background:#fff;border:1px solid var(--line);border-radius:10px;text-align:center}.profile-public .avatar{margin:0 auto 22px;width:90px;height:90px;font-size:36px}.profile-public p{white-space:pre-wrap}.profile-public h1{font-size:42px;letter-spacing:-.04em}.loading{padding:70px;text-align:center;color:var(--muted)}#toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#172b22;color:white;padding:12px 22px;border-radius:7px;z-index:100;font-size:13px;box-shadow:0 5px 30px #0002;max-width:90vw}#toast:empty{display:none}.trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}[dir=rtl] input[type=email],[dir=rtl] input[type=tel]{direction:ltr;text-align:right}.mono{font-family:ui-monospace,monospace;overflow-wrap:anywhere}dialog{border:1px solid var(--line);border-radius:10px;padding:28px;max-width:620px;width:calc(100% - 32px);max-height:90vh;overflow:auto}dialog::backdrop{background:#0007}@media(max-width:1000px){.stats{grid-template-columns:repeat(2,1fr)}.portal{grid-template-columns:190px 1fr}aside{padding:26px 17px}.content{padding:26px 20px}.pitch{padding:45px 32px}}@media(max-width:720px){header{height:68px;padding:0 20px}.brand{font-size:9px;gap:8px}.brand svg,.brand img{width:32px}.header-actions{gap:12px}.language select{max-width:92px;font-size:12px}.auth-layout{grid-template-columns:1fr}.pitch{padding:32px 24px}.pitch h1{font-size:45px;margin:18px 0}.pitch p{font-size:15px;margin-bottom:0}.rate{display:none}.auth-card{padding:28px 24px}.portal{display:block}.portal aside{padding:18px 20px;border-inline-end:0;border-bottom:1px solid var(--line)}aside .avatar,aside .subtle,aside .sidebar-foot{display:none}.person{font-size:15px}.sidebar-nav{display:flex;overflow:auto;gap:6px;margin-top:14px}.sidebar-nav button{font-size:12px;white-space:nowrap;padding:9px 12px}.content{padding:24px 18px}.page-head{align-items:flex-start}.page-head h1{font-size:28px}.page-head .primary{padding:11px 14px;white-space:nowrap}.stats{gap:10px}.stat{padding:15px}.stat strong{font-size:22px}.panel{padding:19px}.grid{grid-template-columns:1fr;gap:17px}.toolbar select{width:100%}.booking-card summary{padding:17px}.booking-detail{padding:0 17px 17px}.profile-public{margin:25px 16px;padding:30px 20px}.profile-public h1{font-size:32px}.profile-url{align-items:flex-start;flex-direction:column}.header-actions .quiet{font-size:11px}}
.language{flex-direction:row;white-space:nowrap}
@media(max-width:720px){.sidebar-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.sidebar-nav button{white-space:normal;text-align:center;font-size:11px;min-height:40px;padding:8px}.header-actions{gap:10px}.language{padding:0 6px}.language select{max-width:86px;padding:7px 3px}.brand{letter-spacing:.08em}}

/* Shared alignment across the programme, profiles and booking portal. */
:root{--shell:1280px;--gutter:clamp(24px,4vw,48px);--space:24px}
header{padding-inline:max(24px,calc((100% - var(--shell))/2));gap:24px}
.auth-layout{max-width:var(--shell);grid-template-columns:repeat(2,minmax(0,1fr));margin:32px auto;min-height:calc(100svh - 140px);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.pitch,.auth-card{padding:var(--gutter);min-width:0}
.pitch .eyebrow{font-size:11px;line-height:1.5;max-width:none;margin:0 0 32px}
.pitch h1{font-size:clamp(42px,4.3vw,64px);line-height:1.04;margin:0 0 24px;letter-spacing:-.045em;overflow-wrap:break-word}
.pitch p{max-width:100%;margin:0;line-height:1.65}
.rate{margin-top:48px;padding-top:24px}.rate span{max-width:100%}
.auth-switch{margin-bottom:24px;gap:24px}.auth-switch button{padding-top:0;padding-bottom:16px;flex:1;text-align:center}
.auth-card h2{font-size:28px}.auth-card>.subtle{margin:0 0 24px}.grid{gap:20px}.grid>label{justify-content:flex-start}
.portal{max-width:var(--shell);margin:32px auto;min-height:calc(100svh - 140px);border:1px solid var(--line);border-radius:12px;overflow:hidden}
aside,.content{padding:32px 24px}.page-head{margin-bottom:24px}.stats{gap:16px;margin:24px 0}.stat{padding:24px;display:flex;flex-direction:column}.stat small{margin-top:auto;padding-top:8px}.panel,.notice{margin-bottom:24px}.panel{padding:24px}.cards{gap:24px}
.profile-public{margin:32px auto;padding:48px}
@media(min-width:721px) and (max-width:1328px){.auth-layout,.portal{margin:24px}}
@media(max-width:900px) and (min-width:721px){.pitch,.auth-card{padding:28px}.pitch h1{font-size:44px}.auth-card .grid{grid-template-columns:1fr}}
@media(max-width:720px){header{padding-inline:20px;gap:12px}.auth-layout{display:block;margin:16px;border-radius:10px;min-height:0}.pitch,.auth-card{padding:28px 24px}.pitch .eyebrow{margin-bottom:20px}.pitch h1{font-size:40px;margin-bottom:20px}.pitch p{font-size:14px}.auth-card h2{font-size:26px}.auth-switch{gap:16px}.portal{display:block;margin:16px;min-height:0}.portal aside,.content{padding:24px 20px}.stats{gap:12px}.stat{padding:16px}.panel{padding:20px}.page-head{flex-wrap:wrap}.profile-public{margin:16px;padding:32px 24px}.grid{gap:20px}}

.event-results{border:1px solid var(--line);border-radius:5px;max-height:280px;overflow:auto;background:#fff;box-shadow:0 8px 24px #14161912}.event-results button{display:block;width:100%;text-align:start;padding:12px 14px;background:white;border:0;border-bottom:1px solid var(--line)}.event-results button:hover,.event-results button:focus{background:#eaf0ff;outline-offset:-3px}.event-results strong,.event-results span{display:block}.event-results strong{font-size:14px}.event-results span{font-size:12px;color:var(--muted);margin-top:4px}

/* Quiet workspace surfaces; cobalt is reserved for navigation and actions. */
:root{--bg:#f7f8fa;--line:#e4e7ec;--muted:#667085;--ink:#182230}
body{font-size:14px;-webkit-font-smoothing:antialiased}
header{height:68px}.brand{letter-spacing:.1em}.brand img,.brand svg{width:34px;height:34px}
.auth-layout,.portal{box-shadow:0 2px 8px #10182804;border-radius:8px}
.pitch{background:#f8fafc;color:var(--ink);border-inline-end:1px solid var(--line);justify-content:flex-start;gap:40px}
.pitch .eyebrow{color:var(--blue);font-size:10px}.pitch h1{font-size:clamp(34px,3.1vw,46px);line-height:1.14;letter-spacing:-.035em;max-width:440px}.pitch p{color:var(--muted);font-size:15px;line-height:1.7}.rate{margin-top:auto;border-color:var(--line);padding-top:24px}.rate strong{font-size:40px;letter-spacing:-.035em}.rate span{color:var(--muted);font-size:12px;line-height:1.7}
h2,.auth-card h2{font-size:24px;letter-spacing:-.025em}.page-head h1{font-size:28px;letter-spacing:-.03em}.page-head p{font-size:13px}
input,select,textarea{border-color:#d0d5dd;border-radius:6px;box-shadow:0 1px 2px #10182805}input:focus,select:focus,textarea:focus{outline:3px solid #2455f51a;outline-offset:0;border-color:#8099ee}
.primary,.secondary,.danger{border-radius:6px}.primary{box-shadow:0 1px 2px #10182812}.panel,.stat,.booking-card{border-radius:8px;box-shadow:0 1px 3px #10182804}.stat strong{font-size:26px;letter-spacing:-.03em}.sidebar-nav{gap:4px}.sidebar-nav button{font-size:13px}.sidebar-nav button.active{box-shadow:inset 3px 0 var(--blue)}
.notice{border:1px solid #e0e7f3;background:#f6f8fc;color:#475467;border-radius:6px}.notice.warn{background:#fffcf5;border-color:#f4e7c6;color:#85652f}
.selected-event{display:flex;align-items:center;gap:16px;border:1px solid var(--line);padding:14px;border-radius:8px;background:#fafbfc}.selected-event img{display:block;width:70px;height:90px;object-fit:contain;background:#eef0f3;border-radius:4px}.selected-event>div{min-width:0}.selected-event span{font-size:10px;color:var(--muted)}.selected-event strong{display:block;font-size:15px;font-weight:600;margin:3px 0}.selected-event p{font-size:12px;color:var(--muted);margin:0;line-height:1.6}.event-results{box-shadow:0 4px 12px #1018280a}
@media(max-width:720px){.pitch{gap:20px;border-inline-end:0;border-bottom:1px solid var(--line)}.pitch h1{font-size:32px}.pitch p{font-size:14px}.page-head h1{font-size:25px}.auth-card h2{font-size:23px}.sidebar-nav button.active{box-shadow:none}.selected-event{gap:12px}.selected-event img{width:58px;height:78px}}
