:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:var(--page);color:var(--ink);font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;--blue: #007aff;--blue-dark: #005fcc;--ink: #08090c;--muted: #686d78;--hairline: #e7e8ec;--soft: #f5f7fb;--soft-blue: #edf6ff;--shadow: 0 20px 60px rgba(9, 17, 30, .08);--page: #ffffff;--surface: #ffffff;--surface-subtle: #fbfcfe;--control: #ffffff;--control-border: #dfe2e8;--body-background: linear-gradient(180deg, rgba(248, 250, 253, .72), rgba(255, 255, 255, 0) 320px), #ffffff;--dock-background: rgba(255, 255, 255, .94);--dock-shadow: 0 18px 50px rgba(9, 17, 30, .16)}.who-home,.who-page{display:grid;grid-template-columns:minmax(0,1fr);min-width:0;gap:22px}.who-list-index{display:grid;border-top:1px solid var(--hairline)}.who-list-index>a{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:92px;padding:16px 4px;border-bottom:1px solid var(--hairline);transition:background .14s ease}.who-list-index>a:hover{background:var(--surface-subtle)}.who-list-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:13px;color:var(--blue);background:var(--soft-blue)}.who-list-index>a>span:nth-child(2){display:grid;gap:4px}.who-list-index strong{font-size:17px}.who-list-index small{color:var(--muted);font-size:13px}.who-list-index em{color:var(--blue);font-size:11px;font-style:normal;font-weight:700;text-transform:capitalize}.who-open-arrow{color:var(--muted);transform:rotate(180deg)}.who-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.who-heading h1{margin:0;font-size:clamp(34px,5vw,54px);letter-spacing:-.055em}.who-heading p{max-width:880px;margin:7px 0 0;color:var(--muted);line-height:1.5}.who-toolbar{display:flex;align-items:center;gap:9px}.who-search{display:flex;min-width:280px;flex:1;align-items:center;gap:10px;margin-left:auto;padding:0 13px;border:1px solid var(--control-border);border-radius:10px;color:var(--muted);background:var(--control)}.who-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 16%,transparent)}.who-search input{width:100%;height:42px;padding:0;border:0;outline:0;color:var(--ink);background:transparent}.who-search button{display:grid;padding:4px;border:0;color:var(--muted);background:transparent;cursor:pointer}.who-filter-row{position:relative;z-index:4;display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) auto;gap:9px;align-items:end}.who-filter{position:relative;min-width:0}.who-filter summary{display:grid;min-height:54px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 8px;padding:9px 12px;border:1px solid var(--control-border);border-radius:10px;background:var(--control);cursor:pointer;list-style:none}.who-filter summary::-webkit-details-marker{display:none}.who-filter summary>span{grid-column:1 / -1;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.who-filter summary strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.who-filter[open] summary{border-color:var(--blue)}.who-filter-popover{position:absolute;z-index:12;top:calc(100% + 6px);left:0;display:grid;width:max(100%,210px);max-height:260px;overflow:auto;padding:7px;border:1px solid var(--hairline);border-radius:11px;background:var(--surface);box-shadow:var(--shadow)}.who-filter-popover button,.who-filter-popover label{display:grid;min-height:37px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;border:0;border-radius:7px;color:var(--ink);background:transparent;font-size:12px;text-align:left;cursor:pointer}.who-filter-popover button{grid-template-columns:1fr;color:var(--blue);font-weight:700}.who-filter-popover button:hover,.who-filter-popover label:hover{background:var(--soft)}.who-filter-popover input{position:absolute;opacity:0}.who-check{display:grid;width:18px;height:18px;place-items:center;border:1px solid var(--control-border);border-radius:5px}.who-filter-popover input:checked+.who-check{border-color:var(--blue);color:#fff;background:var(--blue)}.who-reset{min-height:44px;padding:0 10px;border:0;color:var(--blue);background:transparent;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap}.who-results-summary{margin-top:-8px;color:var(--muted);font-size:12px}.who-results-summary strong{color:var(--ink)}.who-table{min-width:0;border:1px solid var(--hairline);border-radius:12px;overflow:hidden}.who-table-head,.who-person-row{display:grid;grid-template-columns:minmax(170px,1.35fr) minmax(130px,.9fr) minmax(135px,1fr) minmax(110px,.8fr) minmax(120px,.9fr) minmax(100px,.75fr) minmax(105px,.75fr) 74px minmax(90px,.7fr);gap:12px;align-items:center}.who-table-head{min-width:1120px;padding:10px 14px;color:var(--muted);background:var(--surface-subtle);font-size:10px;font-weight:750;text-transform:uppercase}.who-person-row{width:100%;min-width:1120px;min-height:67px;padding:10px 14px;border:0;border-top:1px solid var(--hairline);color:var(--ink);background:var(--surface);font-size:12px;text-align:left;cursor:pointer;transition:background .12s ease}.who-person-row:hover,.who-person-row:focus-visible{outline:none;background:var(--soft-blue)}.who-person-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.who-person-row>span:nth-child(2){display:inline-flex;align-items:center;gap:5px}.who-person-name{display:flex;align-items:center;gap:10px}.who-person-name i{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:999px;color:#fff;background:var(--blue-dark);font-style:normal;font-weight:720}.who-person-name>span{display:grid;min-width:0;gap:3px}.who-person-name strong,.who-person-name small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.who-person-name small{display:none;color:var(--muted);font-size:11px;font-weight:500}.who-status{display:inline-flex;max-width:100%;padding:4px 7px;border:1px solid color-mix(in srgb,var(--blue) 45%,var(--hairline));border-radius:6px;overflow:hidden;color:var(--blue-dark);background:var(--soft-blue);font-size:10px;font-style:normal;font-weight:750;text-overflow:ellipsis}.who-status.parking-yes{border-color:#227a3b;color:#35c75a;background:#07170b}.who-status.parking-no{border-color:#822536;color:#ff697d;background:#170609}.who-status.checkin-yes{border-color:#208642;color:#15943a;background:color-mix(in srgb,#35c75a 12%,var(--surface))}.who-status.checkin-no{border-color:var(--control-border);color:var(--muted);background:var(--soft)}.who-accreditation-badge{display:inline-flex;max-width:100%;min-height:25px;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--control-border);border-radius:7px;overflow:hidden;color:var(--muted);background:var(--soft);font-size:10px;font-style:normal;font-weight:800;letter-spacing:.025em;text-overflow:ellipsis;white-space:nowrap}.who-accreditation-badge>span{width:8px;height:8px;flex:0 0 auto;border:1px solid var(--control-border);border-radius:999px;background:var(--surface)}.who-accreditation-badge.colour-coded{border-color:color-mix(in srgb,var(--accreditation-colour) 72%,#08090c);color:var(--accreditation-text);background:var(--accreditation-colour);box-shadow:0 3px 12px color-mix(in srgb,var(--accreditation-colour) 24%,transparent)}.who-accreditation-badge.colour-coded>span{border-color:color-mix(in srgb,var(--accreditation-text) 45%,transparent);background:var(--accreditation-text)}.who-accreditation-badge.prominent{min-height:31px;padding:6px 11px;border-radius:9px;font-size:12px;letter-spacing:.045em;text-transform:uppercase}.who-accreditation-legend{display:flex;min-width:0;align-items:center;gap:12px;padding:11px 13px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface-subtle)}.who-accreditation-legend>strong{flex:0 0 auto;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.who-accreditation-legend>div{display:flex;min-width:0;flex-wrap:wrap;gap:7px}.who-person-row.checked-in{color:var(--muted);background:color-mix(in srgb,var(--soft) 80%,var(--surface))}.who-person-row.checked-in .who-person-name i{background:#22863a}.who-person-row.checked-in .who-person-name strong{color:var(--muted);text-decoration:line-through;text-decoration-thickness:1px}.who-filter-row.extended{grid-template-columns:repeat(6,minmax(120px,1fr)) auto}.who-rego-field{display:grid;grid-column:span 2;gap:8px}.who-rego-field>span{color:var(--ink);font-size:12px;font-weight:700}.who-rego-field>span small{margin-left:6px;color:var(--muted);font-weight:500}.who-rego-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.who-rego-entry input{min-width:0}.who-rego-chips{display:flex;flex-wrap:wrap;gap:6px}.who-rego-chips>span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:7px;color:var(--blue-dark);background:var(--soft-blue);font-size:11px;font-weight:750}.who-accreditation-colours{width:min(820px,calc(100vw - 32px))}.who-accreditation-add{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px}.who-accreditation-add .workspace-secondary{min-height:42px}.who-accreditation-colour-list{display:grid;max-height:min(52vh,520px);gap:8px;overflow-y:auto;padding-right:3px}.who-accreditation-colour-list>article{display:grid;grid-template-columns:minmax(130px,.85fr) minmax(250px,1.4fr) auto auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface-subtle)}.who-colour-swatches{display:flex;flex-wrap:wrap;gap:6px}.who-colour-swatches button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:2px solid transparent;border-radius:8px;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px #0000002e}.who-colour-swatches button.selected{border-color:var(--ink);outline:2px solid var(--surface);outline-offset:-4px}.who-custom-colour{display:grid;justify-items:center;gap:3px;color:var(--muted);font-size:9px;cursor:pointer}.who-custom-colour input{width:30px;height:28px;padding:0;border:1px solid var(--control-border);border-radius:7px;background:transparent;cursor:pointer}.who-clear-colour{padding:7px 5px;border:0;color:var(--muted);background:transparent;font-size:10px;font-weight:700;cursor:pointer}.who-clear-colour:disabled{opacity:.38;cursor:default}.who-rego-chips button{display:grid;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.who-rego-empty{color:var(--muted)}.who-ticket-panel{display:grid;grid-template-columns:104px minmax(0,1fr);gap:15px;align-items:center;margin-top:18px;padding:14px;border:1px solid var(--hairline);border-radius:13px;background:var(--surface-subtle)}.who-ticket-qr{display:grid;width:104px;height:104px;place-items:center;overflow:hidden;border-radius:9px;background:#fff}.who-ticket-qr img{width:100%;height:100%;object-fit:contain}.who-ticket-panel>div:last-child{display:grid;min-width:0;gap:4px}.who-ticket-panel span{color:var(--blue);font-size:10px;font-weight:760;letter-spacing:.06em;text-transform:uppercase}.who-ticket-panel strong{font-size:16px}.who-ticket-panel small{color:var(--muted)}.who-ticket-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.who-ticket-actions button{min-height:36px;padding:0 10px;font-size:11px}.who-import-modal{width:min(980px,calc(100vw - 32px))}.who-import-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.who-file-picker{display:flex;min-height:70px;align-items:center;gap:12px;padding:12px 14px;border:1px dashed var(--control-border);border-radius:11px;color:var(--blue);background:var(--soft-blue);cursor:pointer}.who-file-picker>span{display:grid;gap:3px;color:var(--ink)}.who-file-picker small{color:var(--muted)}.who-file-picker input{position:absolute;width:1px;height:1px;opacity:0}.who-import-summary{display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;padding:11px 13px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface-subtle);font-size:12px}.who-import-summary .invalid{color:#cf243e}.who-import-summary label{display:inline-flex;align-items:center;gap:7px;margin-left:auto;cursor:pointer}.who-import-preview{overflow:auto;border:1px solid var(--hairline);border-radius:11px}.who-import-preview>div{display:grid;min-width:760px;grid-template-columns:48px minmax(150px,1.2fr) minmax(110px,1fr) minmax(120px,1fr) minmax(110px,1fr) minmax(170px,1.4fr);gap:10px;padding:9px 11px;border-bottom:1px solid var(--hairline);font-size:11px}.who-import-preview>div:first-child{color:var(--muted);background:var(--surface-subtle);font-size:9px;font-weight:750;text-transform:uppercase}.who-import-preview>div.invalid{color:#cf243e;background:color-mix(in srgb,#ff697d 8%,var(--surface))}.who-import-preview p{margin:0;padding:10px 12px;color:var(--muted);font-size:11px}.who-import-empty{display:grid;min-height:160px;place-items:center;align-content:center;gap:10px;color:var(--muted);text-align:center}.who-import-empty p{max-width:500px;margin:0;line-height:1.5}.who-gate-share{width:min(650px,calc(100vw - 32px))}.who-sheet-backdrop{position:fixed;z-index:130;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:18px 18px max(90px,calc(env(safe-area-inset-bottom) + 82px));background:#00000085;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.who-person-sheet{position:relative;display:grid;width:min(1320px,100%);max-height:min(76vh,760px);grid-template-columns:minmax(0,1.8fr) minmax(320px,.9fr);overflow:auto;border:1px solid var(--hairline);border-radius:18px;background:var(--surface);box-shadow:0 26px 90px #00000080}.who-sheet-handle{position:absolute;top:9px;left:50%;width:42px;height:4px;border-radius:99px;background:var(--muted);opacity:.55;transform:translate(-50%)}.who-sheet-close{position:absolute;z-index:2;top:16px;right:16px}.who-person-fields,.who-history{min-width:0;padding:26px}.who-person-fields{border-right:1px solid var(--hairline)}.who-person-fields>header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.who-person-fields>header>svg{color:var(--blue)}.who-person-fields h2,.who-person-fields p{margin:0}.who-person-fields p{margin-top:4px;color:var(--muted);font-size:13px}.who-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.who-sheet-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px}.who-history .section-title-row h2{display:flex;align-items:center;gap:8px}.who-history ol{display:grid;gap:0;margin:18px 0 0;padding:0;list-style:none}.who-history li{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;padding-bottom:20px}.who-history li:not(:last-child):before{position:absolute;top:13px;bottom:-2px;left:6px;width:1px;background:var(--hairline);content:""}.who-history li>span{position:relative;z-index:1;width:13px;height:13px;margin-top:4px;border:3px solid var(--surface);border-radius:999px;background:var(--blue);box-shadow:0 0 0 1px var(--blue)}.who-history li>div{display:grid;gap:4px}.who-history time{color:var(--muted);font-size:10px}.who-history strong{font-size:12px;line-height:1.4}.who-history small{color:var(--muted);font-size:11px;line-height:1.45}.who-history-intro,.who-history-empty{display:grid;place-items:center;min-height:220px;color:var(--muted);text-align:center}.who-history-intro p{max-width:280px;line-height:1.55}.who-access-row{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--hairline)}.who-access-row>label{display:flex;min-width:0;flex:1;align-items:center;gap:10px;cursor:pointer}.who-access-row>label>input{width:17px;height:17px}.who-access-row>label>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:999px;color:#fff;background:var(--blue-dark);font-weight:750;text-transform:uppercase}.who-access-row>label>div{display:grid;min-width:0;gap:2px}.who-access-row small{color:var(--muted)}.who-access-row select{min-width:105px}.public-who-shell{min-height:100vh;color:var(--ink);background:var(--page)}.public-who-content{display:grid;width:min(1220px,calc(100vw - 36px));gap:20px;margin:0 auto;padding:52px 0 110px}.public-who-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.public-who-heading span{color:var(--blue);font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.public-who-heading h1{margin:7px 0 0;font-size:clamp(34px,5vw,56px);letter-spacing:-.055em}.public-who-heading p{max-width:520px;margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.public-who-search{width:100%;margin:0}.public-who-table .who-table-head,.public-who-table .who-person-row{min-width:1080px;grid-template-columns:minmax(170px,1.35fr) minmax(130px,.9fr) minmax(135px,1fr) minmax(110px,.8fr) minmax(120px,.9fr) minmax(100px,.75fr) minmax(105px,.75fr) 74px minmax(100px,.75fr)}.public-who-table .who-person-row{cursor:default}.public-who-table .who-person-row:hover,.public-who-table .who-person-row:focus-visible{background:var(--surface)}.who-gate-shell{min-height:100vh;color:var(--ink);background:var(--page)}.who-gate-topbar{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:16px;padding:0 max(20px,calc((100vw - 1040px)/2));border-bottom:1px solid var(--hairline);background:var(--surface)}.who-gate-topbar a{color:var(--blue);font-size:17px;font-weight:780;letter-spacing:-.04em}.who-gate-topbar span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.who-gate-content{display:grid;width:min(1000px,calc(100vw - 32px));gap:16px;margin:0 auto;padding:36px 0 90px}.who-gate-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.who-gate-heading>div:first-child>span{color:var(--blue);font-size:11px;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.who-gate-heading h1{margin:6px 0 0;font-size:clamp(34px,6vw,58px);letter-spacing:-.06em}.who-gate-heading p{max-width:650px;margin:8px 0 0;color:var(--muted);line-height:1.5}.who-gate-count{display:grid;min-width:150px;gap:2px;padding:13px 16px;border-radius:13px;color:#fff;background:var(--blue);text-align:right}.who-gate-count strong{font-size:28px;line-height:1}.who-gate-count span{font-size:11px}.who-gate-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:8px}.who-gate-toolbar .who-search{min-width:0;margin:0}.who-scan-button{min-height:44px}.who-gate-status-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px}.who-gate-status-tabs button{min-height:36px;padding:0 12px;border:1px solid var(--control-border);border-radius:999px;color:var(--muted);background:var(--control);font-size:11px;font-weight:720;cursor:pointer;white-space:nowrap}.who-gate-status-tabs button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.who-gate-message{display:flex;align-items:center;gap:8px;margin:0;padding:11px 13px;border-radius:10px;font-size:12px;font-weight:650}.who-gate-message.success{color:#19733a;background:color-mix(in srgb,#35c75a 13%,var(--surface))}.who-gate-message.error{color:#b52038;background:color-mix(in srgb,#ff697d 12%,var(--surface))}.who-gate-list{display:grid;border:1px solid var(--hairline);border-radius:14px;overflow:hidden}.who-gate-list article{display:grid;min-height:82px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 14px;border-bottom:1px solid var(--hairline);background:var(--surface)}.who-gate-list article:last-child{border-bottom:0}.who-gate-list article.checked{opacity:.68;background:var(--soft)}.who-gate-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;color:#fff;background:var(--blue-dark);font-size:12px;font-weight:760}.who-gate-list article.checked .who-gate-avatar{background:#22863a}.who-gate-person{display:grid;min-width:0;gap:3px}.who-gate-person strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.who-gate-person span,.who-gate-person small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.who-gate-accreditation{display:flex;min-width:0;align-items:center;gap:9px;margin-top:4px}.who-gate-accreditation .who-accreditation-badge{flex:0 0 auto}.who-gate-accreditation small{min-width:0}.who-gate-checked{display:grid;grid-template-columns:auto auto;align-items:center;justify-items:end;gap:2px 5px;color:#22863a}.who-gate-checked small{display:inline-flex;grid-column:1 / -1;align-items:center;gap:3px;color:var(--muted)}.who-scanner-backdrop{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:18px;background:#000000b8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.who-scanner{display:grid;width:min(560px,100%);max-height:calc(100vh - 36px);gap:14px;overflow:auto;padding:20px;border:1px solid var(--hairline);border-radius:18px;background:var(--surface);box-shadow:0 30px 100px #0000008c}.who-camera{position:relative;display:grid;min-height:310px;place-items:center;overflow:hidden;border-radius:13px;color:#ffffffbf;background:#050505}.who-camera video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.who-camera>span{position:relative;z-index:1;display:grid;width:190px;height:190px;place-items:center;border:3px solid rgba(255,255,255,.8);border-radius:18px}.who-manual-ticket{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.who-manual-ticket .workspace-primary{min-height:42px}.who-scanner-note{margin:0;color:var(--muted);font-size:11px;text-align:center}@media(max-width:1180px){.who-filter-row,.who-filter-row.extended{grid-template-columns:repeat(3,minmax(150px,1fr))}.who-table{overflow-x:auto}.who-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.who-heading{align-items:center}.who-heading h1{font-size:38px}.who-toolbar{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}.who-toolbar .workspace-primary{grid-column:1 / -1;width:100%}.who-toolbar .workspace-secondary{width:100%;min-width:0;padding-right:8px;padding-left:8px}.who-search{grid-column:1 / -1;grid-row:auto;min-width:0;margin:0}.who-filter-row,.who-filter-row.extended{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;overflow:visible}.who-filter{min-width:0}.who-filter summary{min-height:48px}.who-filter-popover{width:min(240px,calc(100vw - 28px))}.who-filter:nth-child(2n) .who-filter-popover{right:0;left:auto}.who-reset{min-height:48px;border:1px solid var(--control-border);border-radius:10px;background:var(--control)}.who-results-summary{margin-top:-14px}.who-table{border-right:0;border-left:0;border-radius:0;overflow:visible}.who-table-head{display:none}.who-person-row{display:grid;min-width:0;min-height:92px;grid-template-columns:minmax(0,1fr) auto auto;gap:6px 9px;padding:14px 4px;background:transparent}.who-person-name{grid-column:1;grid-row:1 / span 2}.who-person-name small{display:block}.who-person-row>span:nth-child(2),.who-person-row>span:nth-child(3),.who-person-row>span:nth-child(4),.who-person-row>span:nth-child(5),.who-person-row>span:nth-child(6){display:none}.who-person-row>span:nth-child(7){grid-column:2;grid-row:1}.who-person-row>span:nth-child(8){grid-column:3;grid-row:1}.who-person-row>span:nth-child(9){grid-column:2 / span 2;grid-row:2;color:var(--muted);font-size:10px;text-align:right}.who-person-row>span:nth-child(9):before{content:"Added by "}.who-sheet-backdrop{padding:64px 0 max(82px,calc(env(safe-area-inset-bottom) + 74px))}.who-person-sheet{width:100%;max-height:88vh;grid-template-columns:1fr;border-right:0;border-left:0;border-radius:24px 24px 0 0}.who-person-fields,.who-history{padding:24px 18px}.who-person-fields{border-right:0;border-bottom:1px solid var(--hairline)}.who-form-grid{grid-template-columns:1fr 1fr;gap:11px}.who-rego-field{grid-column:1 / -1}.who-history-intro{min-height:130px}.public-who-content{width:calc(100vw - 28px);padding:32px 0 90px}.public-who-heading{display:grid;align-items:start;gap:14px}.public-who-heading h1{font-size:38px}.public-who-table .who-person-row{min-width:0;grid-template-columns:minmax(0,1fr) auto auto}.public-who-table .who-person-row>span:nth-child(8){grid-column:3;grid-row:1 / span 2}.public-who-table .who-person-row>span:nth-child(9){display:none}.public-who-table .who-person-row>span:nth-child(9):before{content:none}.who-ticket-panel{grid-template-columns:82px minmax(0,1fr)}.who-ticket-qr{width:82px;height:82px}.who-import-actions{grid-template-columns:1fr}.who-import-actions>button{width:100%}.who-accreditation-colour-list>article{grid-template-columns:1fr}.who-colour-swatches{justify-content:flex-start}.who-custom-colour{grid-template-columns:auto auto;justify-content:start;align-items:center}.who-clear-colour{justify-self:start}.who-gate-heading{align-items:stretch;flex-direction:column}.who-gate-count{width:100%;text-align:left}.who-gate-toolbar{grid-template-columns:1fr}.who-gate-toolbar .who-search{grid-row:auto}.who-gate-list article{grid-template-columns:42px minmax(0,1fr)}.who-gate-accreditation{align-items:flex-start;flex-direction:column;gap:5px}.who-gate-list article>button,.who-gate-checked{grid-column:1 / -1;width:100%;justify-content:center}.who-gate-checked{grid-template-columns:auto auto;justify-items:center}.who-manual-ticket{grid-template-columns:1fr}}@media(max-width:460px){.who-list-index>a{grid-template-columns:48px minmax(0,1fr) auto;gap:11px}.who-form-grid{grid-template-columns:1fr}.who-rego-field{grid-column:auto}.who-ticket-panel{grid-template-columns:1fr}.who-ticket-qr{width:112px;height:112px}.who-ticket-actions{display:grid;grid-template-columns:1fr}.who-import-summary{align-items:flex-start;flex-direction:column}.who-import-summary label{margin-left:0}.who-gate-topbar{padding:0 14px}.who-gate-topbar span{font-size:0}.who-gate-topbar span svg{width:18px;height:18px}.who-gate-content{width:calc(100vw - 24px);padding-top:24px}.who-scanner-backdrop{align-items:end;padding:0}.who-scanner{width:100%;max-height:92vh;border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0}.who-camera{min-height:280px}.who-sheet-actions{align-items:stretch;flex-direction:column-reverse}.who-sheet-actions>button{width:100%}.who-access-row{align-items:flex-start;flex-direction:column}.who-access-row select{width:100%}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:var(--body-background)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{width:min(1220px,calc(100vw - 36px));margin:0 auto;padding:18px 0 44px}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:48px;border-bottom:1px solid var(--hairline)}.brand,.topbar-actions{display:inline-flex;align-items:center;gap:10px}.brand{font-size:15px;font-weight:720}.brand-mark,.panel-icon,.summary-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:#fff;background:var(--ink)}.topbar-actions{color:var(--muted);font-size:13px;font-weight:560}.status-dot{width:8px;height:8px;border-radius:999px;background:var(--blue);box-shadow:0 0 0 4px #007aff1f}.home-grid{display:grid;grid-template-columns:minmax(0,1.25fr) 420px;gap:28px;align-items:start;padding-top:46px}.intro-panel{min-width:0}.intro-copy{display:grid;gap:16px;max-width:780px;margin-bottom:34px}.intro-copy h1{max-width:700px;margin:0;font-size:clamp(42px,6vw,78px);line-height:.96;letter-spacing:0}.intro-copy p{max-width:620px;margin:0;color:var(--muted);font-size:18px;line-height:1.55}.preview-board,.create-panel,.summary-card,.share-panel,.best-panel,.availability-panel,.admin-edit-panel,.admin-responses-panel{border:1px solid var(--hairline);border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow)}.preview-board{overflow:auto}.preview-title,.availability-head,.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.preview-title{padding:22px;border-bottom:1px solid var(--hairline)}.preview-title h2,.panel-heading h2,.availability-head h2,.share-panel h2,.best-panel h2{margin:0;font-size:18px;line-height:1.2;letter-spacing:0}.preview-title p,.panel-heading p,.availability-head p,.response-form-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.grid-table{display:grid;min-width:max-content}.grid-corner,.slot-head,.participant-name,.vote-cell{min-height:74px;border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.grid-corner{background:var(--soft)}.slot-head{display:grid;align-content:center;gap:4px;padding:12px;text-align:center;background:#fbfcfe}.slot-head strong{font-size:13px}.slot-head span,.slot-head em{color:var(--muted);font-size:12px;font-style:normal}.participant-name{display:grid;align-content:center;gap:4px;padding:14px;font-size:14px;font-weight:700}.participant-name small{color:var(--muted);font-size:12px;font-weight:500}.vote-cell{display:flex;align-items:center;justify-content:center}.check-pill{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--hairline);border-radius:999px;color:#fff;background:#fff}.check-pill.active{border-color:var(--blue);background:var(--blue)}.create-panel{position:sticky;top:18px;display:grid;gap:18px;padding:22px}.panel-heading{justify-content:flex-start}.panel-icon{background:var(--blue)}.field,.slots-editor{display:grid;gap:8px}.field span,.slots-editor-head{color:#2a2d35;font-size:13px;font-weight:700}.field-row,.response-fields{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px}.duration-field select{min-width:0}input,textarea,select{width:100%;border:1px solid #dfe2e8;border-radius:8px;background:#fff;color:var(--ink);outline:none;padding:12px 13px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:#007affa3;box-shadow:0 0 0 4px #007aff1f}.slots-editor{padding-top:4px}.slots-editor-head{display:flex;align-items:center;justify-content:space-between}.slot-input{display:grid;grid-template-columns:18px minmax(0,1fr) 30px;align-items:center;gap:10px;color:var(--muted)}.date-time-picker{position:relative;min-width:0}.date-time-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;padding:0 12px;border:1px solid #dfe2e8;border-radius:8px;color:var(--ink);background:#fff;cursor:pointer;text-align:left}.date-time-trigger.open,.date-time-trigger:focus-visible{border-color:#007affa3;outline:none;box-shadow:0 0 0 4px #007aff1f}.calendar-popover{position:absolute;z-index:50;top:calc(100% + 8px);right:0;width:min(320px,calc(100vw - 56px));padding:14px;border:1px solid var(--hairline);border-radius:12px;color:var(--ink);background:#fff;box-shadow:0 22px 60px #09111e2e}.calendar-month-head,.calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);align-items:center}.calendar-month-head{grid-template-columns:32px 1fr 32px;margin-bottom:10px;text-align:center}.calendar-month-head strong{font-size:14px}.calendar-nav,.calendar-days button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;color:var(--ink);background:transparent;cursor:pointer}.calendar-nav{width:32px;height:32px}.calendar-nav:hover,.calendar-days button:hover{background:var(--soft)}.calendar-weekdays span{padding:5px 0;color:var(--muted);font-size:11px;font-weight:750;text-align:center}.calendar-days{gap:2px}.calendar-days button{aspect-ratio:1;min-width:0;font-size:12px}.calendar-days button.outside{color:#a6aab3}.calendar-days button.selected{color:#fff;background:var(--blue)}.calendar-time-field{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--hairline);font-size:13px;font-weight:700}.calendar-time-field input{padding:9px 11px}.calendar-help{margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.35}.delete-slot-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;cursor:pointer}.delete-slot-button{width:30px;height:30px;color:#b42338;background:#fff1f2}.delete-slot-button:disabled{cursor:not-allowed;opacity:.35}.tbd-option{display:grid;gap:2px;min-height:42px;align-content:center;padding:7px 12px;border:1px solid #dfe2e8;border-radius:8px;color:var(--ink);background:var(--soft)}.tbd-option strong{font-size:13px}.tbd-option span{color:var(--muted);font-size:11px}.icon-button,.ghost-button,.primary-button,.link-copy,.slot-choice{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;cursor:pointer;font-weight:720;letter-spacing:0}.icon-button{width:30px;height:30px;color:var(--blue);background:var(--soft-blue)}.ghost-button{min-height:38px;padding:0 13px;color:var(--ink);background:var(--soft);font-size:13px}.ghost-button:disabled{cursor:not-allowed;opacity:.68}.primary-button{min-height:46px;padding:0 16px;color:#fff;background:var(--blue);box-shadow:0 10px 24px #007aff38}.primary-button:hover{background:var(--blue-dark)}.primary-button:disabled{cursor:not-allowed;opacity:.68}.form-error,.form-success,.copy-confirmed{margin:0;font-size:13px;font-weight:700}.form-error{color:#c81932}.form-success,.copy-confirmed{color:#087a28}.poll-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:24px;padding-top:34px;align-items:start}.poll-summary{display:grid;gap:14px}.summary-card,.share-panel,.best-panel,.availability-panel,.admin-edit-panel,.admin-responses-panel{padding:20px}.poll-main{display:grid;min-width:0;gap:16px}.admin-edit-panel,.admin-responses-panel{display:grid;gap:16px}.admin-edit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--hairline)}.admin-edit-head h2{margin:8px 0 0;font-size:20px}.admin-edit-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.admin-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;color:#005fcc;background:var(--soft-blue);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.admin-edit-actions{display:flex;justify-content:flex-end;gap:10px}.duplicate-poll-box{display:grid;gap:14px;padding:16px;border:1px solid #b8d8ff;border-radius:9px;background:#f4f9ff}.duplicate-poll-box>div:first-child{display:flex;align-items:flex-start;gap:10px;color:var(--blue)}.duplicate-poll-box>div:first-child span{display:grid;gap:4px}.duplicate-poll-box strong{color:var(--ink);font-size:14px}.duplicate-poll-box small{color:var(--muted);font-size:12px;line-height:1.45}.duplicate-poll-actions{display:flex;justify-content:flex-end;gap:9px}.admin-response-list{display:grid;gap:12px}.admin-response-card{display:grid;gap:14px;padding:16px;border:1px solid var(--hairline);border-radius:8px;background:#fbfcfe}.admin-response-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.65fr);gap:12px}.admin-response-times{display:grid;gap:8px}.admin-response-times>span{color:#2a2d35;font-size:13px;font-weight:700}.admin-slot-choice-list{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}.admin-response-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;gap:7px;padding:0 12px;border:0;border-radius:8px;color:#b42338;background:#fff1f2;cursor:pointer;font-weight:720}.danger-button:disabled{cursor:not-allowed;opacity:.55}.compact-button{min-height:40px;box-shadow:none}.admin-responses-empty{margin:0;padding:18px;border-radius:8px;color:var(--muted);background:var(--soft);font-size:14px;text-align:center}.summary-card h1{margin:14px 0;font-size:30px;line-height:1.05}.summary-line,.summary-notes{display:flex;align-items:center;gap:8px;margin:10px 0 0;color:var(--muted);font-size:14px}.summary-notes{display:block;line-height:1.5}.share-panel,.best-panel{display:grid;gap:12px}.link-copy{justify-content:flex-start;min-width:0;min-height:42px;padding:0 12px;color:var(--ink);background:var(--soft)}.link-copy span{overflow:hidden;flex:1;text-align:left;text-overflow:ellipsis;white-space:nowrap}.best-panel strong{font-size:20px}.best-panel span{color:var(--muted);font-size:14px}.availability-panel{overflow:auto}.availability-head{margin-bottom:18px}.live-table{overflow:hidden;border-top:1px solid var(--hairline);border-left:1px solid var(--hairline);border-radius:8px}.response-form{display:grid;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--hairline)}.response-form-head h3{margin:0;font-size:18px}.slot-choice-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.slot-choice{justify-content:space-between;min-height:58px;padding:9px 10px 9px 12px;border:1px solid var(--hairline);color:var(--ink);background:#fff;text-align:left}.slot-choice span:first-child{display:grid;gap:2px;font-size:13px;font-weight:600}.slot-choice strong{font-size:13px}.slot-choice.selected{border-color:#007aff7a;background:var(--soft-blue)}.choice-mark{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #dce0e7;border-radius:999px;color:transparent;background:#fff}.slot-choice.selected .choice-mark{border-color:var(--blue);color:#fff;background:var(--blue)}.center-state{display:grid;place-items:center;gap:14px;min-height:52vh;text-align:center}.center-state h1{margin:0}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media(max-width:960px){.home-grid,.poll-layout{grid-template-columns:1fr}.create-panel{position:static}.intro-copy h1{font-size:48px}}@media(max-width:620px){.app-shell{width:min(100% - 24px,1220px);padding-top:10px}.topbar-actions{display:none}.home-grid{padding-top:28px}.intro-copy h1{font-size:38px;line-height:1}.intro-copy p{font-size:16px}.field-row,.response-fields,.admin-response-fields{grid-template-columns:1fr}.admin-response-actions{align-items:stretch;flex-direction:column-reverse}.admin-edit-actions,.duplicate-poll-actions{align-items:stretch;flex-direction:column}.admin-edit-actions button,.duplicate-poll-actions button{justify-content:center}.preview-title,.availability-head{align-items:flex-start;flex-direction:column}.summary-card h1{font-size:28px}}.workspace-shell,.login-screen{min-height:100vh;color:var(--ink);background:var(--page)}.workspace-wordmark{display:inline-flex;align-items:center;color:var(--blue);font-size:21px;font-weight:720;letter-spacing:-.045em;white-space:nowrap}.workspace-wordmark span{color:var(--ink)}.workspace-shell{display:block;padding-bottom:112px}.workspace-main-column{width:100%;min-width:0}.workspace-topbar{position:relative;z-index:45;display:flex;min-height:64px;align-items:center;justify-content:space-between;padding:0 clamp(20px,3.4vw,54px);border-bottom:1px solid transparent;background:var(--dock-background);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workspace-account{position:relative}.workspace-account>button,.workspace-account-menu button,.workspace-account-menu a{display:flex;align-items:center;gap:8px;border:0;color:var(--ink);background:transparent;cursor:pointer}.workspace-account>button{padding:8px 4px;font-size:14px;font-weight:620}.workspace-account-menu{position:absolute;top:calc(100% + 8px);right:0;display:grid;width:230px;padding:8px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface);box-shadow:0 20px 48px #08090c21}.workspace-account-menu>span{overflow:hidden;padding:9px 10px 12px;border-bottom:1px solid var(--hairline);color:var(--muted);font-size:12px;text-overflow:ellipsis}.workspace-account-menu button,.workspace-account-menu a{min-height:38px;padding:0 10px;border-radius:7px;font-size:13px;font-weight:600}.workspace-account-menu button:hover,.workspace-account-menu a:hover{background:var(--soft)}.workspace-content{width:min(1280px,100%);margin:0 auto;padding:22px clamp(24px,3.4vw,54px) 56px}.workspace-content-wide{width:100%;max-width:none}.workspace-page-head,.schedule-editor-head,.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.workspace-page-head{margin-bottom:34px}.workspace-page-head h1,.schedule-editor-head h1,.dashboard-heading h1{margin:0;font-size:clamp(32px,3.3vw,46px);line-height:1.02;letter-spacing:-.045em}.workspace-page-head p,.schedule-editor-head p,.dashboard-heading p{margin:8px 0 0;color:var(--muted);font-size:16px;line-height:1.45}.section-title-row h2{margin:0;font-size:18px;letter-spacing:-.02em}.section-title-row a,.section-title-row button{display:inline-flex;align-items:center;gap:4px;border:0;color:var(--blue);background:transparent;cursor:pointer;font-size:13px;font-weight:650}.workspace-primary,.workspace-secondary,.workspace-danger,.workspace-icon-button,.resource-add{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 15px;border:0;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.workspace-primary{color:#fff;background:var(--blue);box-shadow:0 8px 20px #007aff2e}.workspace-primary:hover{background:var(--blue-dark)}.workspace-secondary{border:1px solid #dfe2e8;color:#252932;background:#fff}.workspace-secondary:hover{background:var(--soft)}.workspace-danger{border:1px solid #ffb7bf;color:#c81932;background:#fff}.workspace-icon-button{width:38px;min-height:38px;padding:0;color:#303540;background:var(--soft)}.workspace-primary:disabled,.workspace-secondary:disabled,.workspace-danger:disabled,.workspace-icon-button:disabled{cursor:not-allowed;opacity:.55}.workspace-primary.wide{width:100%}.workspace-primary.compact{min-height:38px;padding:0 12px}.workspace-field{display:grid;gap:7px;min-width:0}.workspace-field>span,.resource-editor-label{color:#353a44;font-size:12px;font-weight:700}.workspace-field input,.workspace-field select,.workspace-field textarea,.link-entry input,.schedule-list-toolbar input{width:100%;border:1px solid #dfe2e8;border-radius:8px;color:var(--ink);background:#fff;font-size:14px}.workspace-field input,.workspace-field select,.link-entry input{min-height:42px;padding:0 12px}.workspace-field textarea{padding:11px 12px;line-height:1.45}.workspace-field input:focus,.workspace-field select:focus,.workspace-field textarea:focus,.link-entry input:focus{border-color:#007aff9e;outline:none;box-shadow:0 0 0 3px #007aff1a}.workspace-field>small{color:var(--muted);font-size:11px}.workspace-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.task-classification-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.task-assignment-section{display:grid;gap:14px;padding:14px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface-subtle)}.task-assignment-heading h3,.task-assignment-heading p{margin:0}.task-assignment-heading h3{font-size:14px}.task-assignment-heading p{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45}.task-scope-field{align-content:start}.task-scope-field>input:disabled{cursor:not-allowed;opacity:1;color:var(--muted);background:var(--soft)}.task-scope-mode{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:3px;border:1px solid var(--hairline);border-radius:8px;background:var(--surface)}.task-scope-mode button{display:inline-flex;min-height:30px;align-items:center;justify-content:center;gap:6px;padding:0 8px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-size:11px;font-weight:700}.task-scope-mode button:hover,.task-scope-mode button.selected{color:var(--blue);background:var(--soft-blue)}.task-scope-check{display:grid;width:16px;height:16px;flex:0 0 auto;place-items:center;border:1px solid var(--control-border);border-radius:5px;background:var(--control)}.task-scope-mode button.selected .task-scope-check{border-color:var(--blue);color:#fff;background:var(--blue)}.department-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.department-picker{display:grid;gap:6px}.department-search-row>span{display:flex;min-width:0;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--control-border);border-radius:8px;color:var(--muted);background:var(--control)}.department-search-row input{min-width:0;min-height:40px;padding:0;border:0;background:transparent;box-shadow:none}.department-search-row input:focus{border:0;box-shadow:none}.department-search-clear{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:7px;color:var(--muted);background:transparent;cursor:pointer}.department-search-clear:hover,.department-search-clear:focus-visible{color:var(--ink);background:var(--soft)}.department-search-row:focus-within>span{border-color:#007aff9e;box-shadow:0 0 0 3px #007aff1a}.department-search-row>button,.department-add-choice{border:1px solid var(--control-border);border-radius:8px;color:var(--blue);background:var(--control);cursor:pointer;font-size:11px;font-weight:750}.department-search-row>button{padding:0 12px}.department-search-row>button:disabled{cursor:default;opacity:.45}.department-choice-list{display:grid;max-height:148px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;overflow-y:auto;padding:5px;border:1px solid var(--hairline);border-radius:8px;background:var(--surface)}.task-classification-fields .department-choice-list{grid-template-columns:1fr}.department-choice-list label,.department-add-choice{display:flex;min-width:0;min-height:32px;align-items:center;gap:7px;padding:5px 7px;border-radius:6px}.department-choice-list label{position:relative;color:var(--muted);cursor:pointer;font-size:11px;font-weight:650}.department-choice-list label:hover,.department-choice-list label:has(input:checked){color:var(--blue);background:var(--soft-blue)}.department-choice-list input{position:absolute;width:1px;height:1px;opacity:0}.department-choice-check{display:grid;width:16px;height:16px;flex:0 0 auto;place-items:center;border:1px solid var(--control-border);border-radius:5px;color:#fff;background:var(--control)}.department-choice-list label:has(input:checked) .department-choice-check{border-color:var(--blue);background:var(--blue)}.department-choice-list label:has(input:focus-visible){outline:2px solid rgba(0,122,255,.62);outline-offset:1px}.department-choice-list label>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.department-add-choice{grid-column:1 / -1;justify-content:flex-start;text-align:left}.workspace-error,.workspace-success{margin:0;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:650}.workspace-error{color:#b42338;background:#fff1f2}.workspace-success{color:#087a28;background:#eefbf2}.workspace-state,.workspace-empty{display:grid;place-items:center;gap:10px;min-height:48vh;color:var(--muted);text-align:center}.workspace-empty{min-height:340px;padding:44px 20px;border:1px dashed #d9dde5;border-radius:12px}.workspace-empty h3,.workspace-state h1{margin:0;color:var(--ink)}.workspace-empty p{max-width:430px;margin:0 0 6px;line-height:1.5}.mobile-only,.mobile-task-meta,.task-drawer-handle{display:none}.workspace-bottom-nav{position:fixed;z-index:90;bottom:max(16px,env(safe-area-inset-bottom));left:50%;display:grid;grid-template-columns:repeat(var(--dock-items, 5),52px);gap:4px;padding:7px;border:1px solid var(--hairline);border-radius:18px;background:var(--dock-background);box-shadow:var(--dock-shadow);-webkit-backdrop-filter:blur(22px) saturate(1.35);backdrop-filter:blur(22px) saturate(1.35);transform:translate(-50%)}.workspace-bottom-nav a{position:relative;display:grid;width:52px;height:48px;place-items:center;border-radius:12px;color:var(--muted);transition:color .14s ease,background .14s ease,transform .14s ease}.workspace-bottom-nav a:hover,.workspace-bottom-nav a:focus-visible{color:var(--ink);background:var(--soft);outline:none;transform:translateY(-1px)}.workspace-bottom-nav a.active,.workspace-bottom-nav a.dock-create{color:var(--blue)}.workspace-bottom-nav a.active{background:var(--soft-blue)}.dock-label{position:absolute;bottom:calc(100% + 13px);left:50%;width:max-content;max-width:150px;padding:6px 9px;border:1px solid var(--hairline);border-radius:7px;color:var(--ink);background:var(--surface);box-shadow:0 8px 24px #09111e29;font-size:11px;font-weight:700;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.workspace-bottom-nav a:hover .dock-label,.workspace-bottom-nav a:focus-visible .dock-label{opacity:1;transform:translate(-50%)}.login-screen{display:grid;grid-template-columns:minmax(420px,.92fr) minmax(440px,1.08fr)}.login-brand-panel,.login-form-panel{min-height:100vh;padding:clamp(34px,5vw,70px)}.login-brand-panel{display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--hairline);background:#fbfcfe}.login-brand-panel h1{max-width:600px;margin:0;font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.055em}.login-brand-panel p{max-width:560px;margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.55}.login-form-panel{display:grid;place-items:center;background:#fff}.login-form{display:grid;width:min(420px,100%);gap:18px}.login-form h2{margin:0;font-size:34px;letter-spacing:-.04em}.login-form p{margin:7px 0 0;color:var(--muted);line-height:1.5}.login-form .login-help{margin:0;font-size:12px;text-align:center}.login-arrow{transform:rotate(180deg)}.dashboard-heading{margin-bottom:38px}.production-office-home{display:grid;gap:12px}.production-office-heading{margin:28px 0 26px}.production-office-heading h1{font-size:clamp(38px,4.2vw,58px)}.module-launch-list{display:grid;gap:10px}.module-launch{display:grid;min-height:124px;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:22px;padding:20px 24px;border:1px solid var(--hairline);border-radius:14px;color:var(--ink);background:var(--surface);transition:border-color .14s ease,background .14s ease,transform .14s ease}.module-launch:hover,.module-launch:focus-visible{border-color:color-mix(in srgb,var(--blue) 58%,var(--hairline));background:var(--surface-subtle);outline:none;transform:translateY(-1px)}.module-launch>svg{color:var(--blue)}.module-launch-icon{display:grid;width:76px;height:76px;place-items:center;border:1px solid var(--hairline);border-radius:14px;color:var(--blue);background:var(--page)}.module-launch-copy{display:grid;min-width:0;gap:4px}.module-launch-copy strong{font-size:23px;letter-spacing:-.025em}.module-launch-copy small,.module-launch-copy em{color:var(--muted);font-style:normal;line-height:1.4}.module-launch-copy small{font-size:14px}.module-launch-copy em{margin-top:4px;font-size:12px}.office-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:2px}.office-overview-grid.single{grid-template-columns:minmax(0,1fr)}.office-overview-panel{min-width:0;padding:20px 20px 8px;border:1px solid var(--hairline);border-radius:14px;background:var(--surface)}.office-overview-panel>.section-title-row{margin-bottom:9px}.office-list{display:grid}.office-list>a{display:grid;min-height:64px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid var(--hairline);color:var(--ink)}.office-list>a:last-child{border-bottom:0}.office-list>a:hover>span:nth-child(2) strong{color:var(--blue)}.office-list>a>span:nth-child(2){display:grid;min-width:0;gap:3px}.office-list>a>span:nth-child(2) strong,.office-list>a>span:nth-child(2) small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.office-list>a>span:nth-child(2) strong{font-size:13px}.office-list>a>span:nth-child(2) small{color:var(--muted);font-size:11px}.office-date{display:grid;width:45px;height:45px;place-items:center;align-content:center;border:1px solid var(--hairline);border-radius:9px;line-height:1}.office-date strong{font-size:18px}.office-date small{margin-top:3px;color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase}.office-poll-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:9px;color:var(--blue);background:var(--soft-blue)}.office-inline-empty{display:grid;min-height:78px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;color:var(--muted)}.office-inline-empty>span{display:grid;gap:3px}.office-inline-empty strong{color:var(--ink);font-size:13px}.office-inline-empty small{font-size:11px}.office-inline-empty>a{color:var(--blue);font-size:12px;font-weight:700}.availability-index-list{border-top:1px solid var(--hairline)}.availability-index-row{display:grid;min-height:76px;grid-template-columns:minmax(0,1fr) 40px 40px;align-items:center;gap:6px;border-bottom:1px solid var(--hairline)}.availability-index-row>a{display:grid;min-width:0;min-height:76px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;color:var(--ink)}.availability-index-row>a>span:nth-child(2){display:grid;min-width:0;gap:4px}.availability-index-row>a strong,.availability-index-row>a small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.availability-index-row>a small{color:var(--muted);font-size:11px}.availability-index-row>button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer}.availability-index-row>button:hover{color:var(--blue);background:var(--soft-blue)}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:clamp(28px,4vw,56px);align-items:start}.dashboard-primary,.dashboard-rail{min-width:0}.dashboard-primary>.section-title-row{margin-bottom:14px}.upcoming-list{display:grid;gap:28px}.upcoming-schedule{overflow:hidden;border-bottom:1px solid var(--hairline)}.schedule-band{display:grid;width:100%;min-height:43px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:0 12px;border:1px solid #dbe5f1;border-radius:7px;color:var(--ink);background:#f1f7ff;cursor:pointer;text-align:left}.schedule-band strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.schedule-band time{color:#4d5666;font-size:12px}.schedule-dot,.poll-summary-icon{border-radius:999px;background:var(--blue)}.schedule-dot{width:8px;height:8px}.tone-1{background:#34b233}.tone-2{background:#8b4cf6}.tone-3{background:#ff9f0a}.dashboard-task-row{display:grid;width:100%;min-height:48px;grid-template-columns:70px minmax(180px,1fr) 160px auto;align-items:center;gap:10px;padding:0 12px;border:0;border-bottom:1px solid var(--hairline);color:var(--ink);background:#fff;cursor:pointer;text-align:left}.dashboard-task-row:hover{background:#fbfcfe}.dashboard-task-row time,.dashboard-task-row small,.task-company{color:var(--muted);font-size:12px}.dashboard-task-row>span:nth-child(2){display:grid;gap:2px}.dashboard-task-row strong{font-size:13px}.view-schedule-link{display:inline-flex;padding:10px 12px 13px;color:var(--blue);font-size:12px;font-weight:650}.inline-empty{margin:0;padding:16px 12px;color:var(--muted);font-size:13px}.open-empty{margin-top:12px}.dashboard-rail{display:grid;gap:30px}.mini-calendar{padding-bottom:24px;border-bottom:1px solid var(--hairline)}.mini-calendar-head{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:14px;text-align:center}.mini-calendar-head button,.calendar-view-head button{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:7px;color:var(--ink);background:transparent;cursor:pointer}.mini-calendar-head strong{font-size:14px}.mini-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.mini-calendar-grid span{position:relative;display:grid;aspect-ratio:1;place-items:center;border-radius:999px;color:#303540;font-size:11px}.mini-calendar-grid.weekdays span{aspect-ratio:auto;padding-bottom:7px;color:var(--muted);font-size:9px;font-weight:700}.mini-calendar-grid span.outside{color:#b0b4bd}.mini-calendar-grid span.today{color:#fff;background:var(--blue)}.mini-calendar-grid span.has-task:after{position:absolute;bottom:1px;width:4px;height:4px;border-radius:999px;background:#34b233;content:""}.mini-calendar-grid span.today.has-task:after{background:#fff}.dashboard-filters{display:grid;gap:12px}.dashboard-filters .section-title-row{margin-bottom:2px}.recent-polls{display:grid}.recent-polls .section-title-row{margin-bottom:8px}.recent-polls .section-title-row>span{color:var(--muted);font-size:12px;font-weight:700}.poll-summary-row{display:grid;min-height:58px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px}.poll-summary-item{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;align-items:center;gap:4px;border-bottom:1px solid var(--hairline)}.poll-summary-item>button{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:0;border-radius:6px;color:var(--blue);background:var(--soft-blue);cursor:pointer}.poll-summary-item>button:hover{background:#dcecff}.poll-summary-item>.poll-delete-button{color:#c81932;background:#fff1f2}.poll-summary-item>.poll-delete-button:hover{background:#ffe2e5}.poll-summary-item>button:disabled{cursor:wait;opacity:.65}.poll-delete-error{margin:2px 0 8px}.poll-summary-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;color:#fff}.poll-summary-row>span:nth-child(2){display:grid;gap:3px}.poll-summary-row strong{font-size:12px;line-height:1.25}.poll-summary-row small{color:var(--muted);font-size:10px}.create-poll-link{margin-top:14px}.rail-empty{padding-inline:0}.duplicate-workspace-modal{width:min(500px,100%)}.duplicate-workspace-note{margin:0;padding:12px;border-radius:7px;color:#35526f;background:var(--soft-blue);font-size:12px;line-height:1.5}.schedule-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--hairline)}.schedule-list-toolbar label{display:flex;width:min(380px,100%);min-height:42px;align-items:center;gap:8px;padding:0 12px;border:1px solid #dfe2e8;border-radius:8px}.schedule-list-toolbar input{min-height:38px;padding:0;border:0;outline:none}.schedule-list-toolbar>span{color:var(--muted);font-size:13px}.schedule-index-list{border-top:1px solid var(--hairline)}.schedule-index-row{display:grid;min-height:78px;grid-template-columns:54px minmax(210px,1fr) minmax(160px,.7fr) auto;align-items:center;gap:18px;padding:10px 8px;border-bottom:1px solid var(--hairline)}.schedule-index-row:hover{background:#fbfcfe}.schedule-index-date{display:grid;width:44px;height:50px;place-items:center;align-content:center;border:1px solid var(--hairline);border-radius:8px;background:var(--soft)}.schedule-index-date strong{font-size:18px}.schedule-index-date small,.schedule-index-row>span:nth-child(2) small,.schedule-index-departments{color:var(--muted);font-size:12px}.schedule-index-row>span:nth-child(2){display:grid;gap:5px}.workspace-modal-backdrop,.task-drawer-backdrop{position:fixed;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#08090c38}.workspace-modal{display:grid;width:min(560px,100%);max-height:calc(100vh - 40px);gap:18px;overflow:auto;padding:24px;border:1px solid var(--hairline);border-radius:12px;background:#fff;box-shadow:0 28px 80px #08090c33}.workspace-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.workspace-modal-head h2{margin:0;font-size:23px;letter-spacing:-.035em}.workspace-modal-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.workspace-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.who-form-spacer{flex:1}.schedule-colour-settings{margin:0;min-width:0;padding:18px;border:1px solid var(--hairline);border-radius:12px}.schedule-form{width:min(980px,100%)}.schedule-form .workspace-form-actions{flex-wrap:wrap}.schedule-delete-action{margin-right:auto}.schedule-colour-settings legend{padding:0 5px;color:var(--ink);font-size:12px;font-weight:750}.schedule-colour-settings>p{margin:0 0 12px;color:var(--muted);font-size:11px;line-height:1.5}.schedule-colour-add{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-bottom:14px}.schedule-colour-add .workspace-secondary{min-height:42px}.schedule-colour-list{display:grid;gap:8px}.schedule-colour-list>article{display:grid;grid-template-columns:minmax(115px,.75fr) minmax(145px,1fr) minmax(248px,1.4fr) 58px 44px 34px;align-items:center;gap:10px;padding:10px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface-subtle)}.schedule-colour-preview{display:flex;min-width:0;min-height:40px;align-items:center;gap:8px;padding:0 11px;border:1px solid color-mix(in srgb,var(--task-accent) 55%,var(--hairline));border-radius:8px;background:var(--task-tint)}.schedule-colour-preview strong{overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.schedule-colour-name{gap:4px}.schedule-colour-name>span{font-size:9px}.schedule-colour-name input{min-height:40px}.schedule-colour-swatches{display:flex;flex-wrap:wrap;gap:5px}.schedule-colour-swatches button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:2px solid transparent;border-radius:7px;color:#fff;box-shadow:inset 0 0 0 1px #0000001f}.schedule-colour-swatches button.selected{border-color:var(--ink);box-shadow:0 0 0 2px var(--surface),0 0 0 3px var(--ink)}.schedule-custom-colour{display:grid;justify-items:center;gap:3px;color:var(--muted);font-size:9px;font-weight:700;cursor:pointer}.schedule-custom-colour input{width:34px;height:31px;padding:2px;border:1px solid var(--control-border);border-radius:7px;background:var(--surface);cursor:pointer}.schedule-colour-usage{display:grid;justify-items:center;color:var(--muted);font-size:9px}.schedule-colour-usage strong{color:var(--ink);font-size:12px}.schedule-remove-colour{display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid var(--hairline);border-radius:8px;color:#c81932;background:var(--surface)}.schedule-remove-colour:disabled{color:var(--muted);opacity:.38;cursor:not-allowed}.schedule-colour-help{display:flex;align-items:center;gap:7px;margin-top:12px;color:var(--muted);font-size:10px}.workspace-breadcrumb{display:inline-flex;gap:8px;margin-bottom:18px;color:var(--blue);font-size:12px;font-weight:650}.workspace-breadcrumb span,.workspace-breadcrumb:not(:hover){color:var(--muted)}.schedule-editor-head{align-items:flex-start;margin-bottom:20px}.schedule-editor-head h1{font-size:clamp(32px,3.2vw,44px)}.schedule-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--hairline)}.schedule-sort{display:inline-flex;min-height:42px;align-items:center;gap:8px;margin-left:auto;color:var(--muted);font-size:12px;font-weight:700}.schedule-sort select{width:auto;min-height:38px;padding:0 34px 0 11px}.format-toolbar{display:flex;gap:5px}.format-toolbar button{display:inline-flex;width:30px;height:28px;align-items:center;justify-content:center;border:1px solid var(--hairline);border-radius:6px;color:var(--muted);background:var(--surface);cursor:pointer}.formatted-text{display:grid;gap:2px;min-width:0}.formatted-line{display:block;white-space:normal}.formatted-line.bullet:before{margin-right:6px;content:"•"}.formatted-line.numbered:before{margin-right:6px;content:attr(data-number) "."}.timeline-task-details,.timeline-notes{overflow:hidden;color:var(--muted);font-size:10px}.task-record-actions{display:flex;gap:8px}.view-switch{display:inline-flex;margin-left:auto;padding:3px;border:1px solid #dfe2e8;border-radius:8px;background:#fff}.view-switch button{display:inline-flex;min-height:34px;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:650}.view-switch button.active{color:var(--blue);background:var(--soft-blue)}.schedule-filter-row{display:grid;max-width:760px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px 0}.schedule-task-search{display:grid;max-width:760px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:16px}.schedule-task-search>label{display:flex;min-width:0;min-height:44px;align-items:center;gap:9px;padding:0 9px 0 12px;border:1px solid var(--control-border);border-radius:10px;color:var(--muted);background:var(--surface)}.schedule-task-search>label:focus-within{border-color:#007aff9e;box-shadow:0 0 0 3px #007aff1a}.schedule-task-search input{min-width:0;flex:1;padding:0;border:0;background:transparent;box-shadow:none}.schedule-task-search input:focus{border:0;box-shadow:none}.schedule-task-search button{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:7px;color:var(--muted);background:transparent;cursor:pointer}.schedule-task-search button:hover,.schedule-task-search button:focus-visible{color:var(--ink);background:var(--soft)}.schedule-task-search>span{color:var(--muted);font-size:11px;white-space:nowrap}.schedule-task-search>span strong{color:var(--ink)}.checkbox-filter{position:relative;min-width:0}.checkbox-filter-label{display:flex;min-height:22px;align-items:center;justify-content:space-between;gap:8px;color:var(--ink);font-size:12px;font-weight:700}.checkbox-filter-label button{padding:0;border:0;color:var(--blue);background:transparent;cursor:pointer;font-size:10px;font-weight:700}.checkbox-filter-label button:disabled{color:var(--muted);cursor:default;opacity:.55}.checkbox-filter details{position:relative}.checkbox-filter summary{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid var(--control-border);border-radius:8px;color:var(--ink);background:var(--surface);cursor:pointer;font-size:12px;list-style:none}.checkbox-filter summary::-webkit-details-marker{display:none}.checkbox-filter details[open] summary{border-color:var(--blue);box-shadow:0 0 0 2px #007aff1f}.checkbox-filter details[open] summary svg{transform:rotate(180deg)}.checkbox-filter-menu{position:absolute;z-index:30;top:calc(100% + 6px);left:0;display:grid;width:max(100%,230px);max-height:280px;gap:3px;overflow:auto;padding:7px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface);box-shadow:0 18px 45px #08090c2e}.checkbox-filter-menu label{display:grid;min-height:36px;grid-template-columns:1px 20px minmax(0,1fr);align-items:center;gap:8px;padding:0 8px;border-radius:7px;cursor:pointer;font-size:12px}.checkbox-filter-menu label:hover{background:var(--soft-blue)}.checkbox-filter-menu input{width:1px;height:1px;opacity:0}.checkbox-filter-check{display:grid;width:18px;height:18px;place-items:center;border:1px solid var(--control-border);border-radius:5px;color:#fff}.checkbox-filter-menu input:checked+.checkbox-filter-check{border-color:var(--blue);background:var(--blue)}.schedule-colour-legend{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:2px 0 14px;color:var(--muted);font-size:10px}.schedule-colour-legend>strong{margin-right:3px;color:var(--ink)}.schedule-colour-legend>span{display:inline-flex;min-height:28px;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--hairline);border-radius:999px;color:var(--ink);background:var(--task-tint);font-weight:700}.schedule-colour-legend .task-color-swatch{width:9px;height:9px}.schedule-timeline{min-width:0;overflow:auto;border-top:1px solid var(--hairline)}.timeline-columns,.timeline-row-main{display:grid;grid-template-columns:68px 86px minmax(230px,1.5fr) minmax(110px,.7fr) minmax(120px,.8fr) minmax(110px,.7fr) minmax(92px,.6fr) minmax(100px,.7fr);gap:12px;align-items:center}.timeline-columns{min-width:1110px;grid-template-columns:68px 86px minmax(230px,1.5fr) minmax(110px,.7fr) minmax(120px,.8fr) minmax(110px,.7fr) minmax(92px,.6fr) minmax(100px,.7fr) 52px;min-height:34px;padding:0 10px;color:var(--muted);font-size:10px;font-weight:700}.timeline-day{min-width:1110px}.timeline-day h2{margin:0;padding:7px 10px;color:#fff;background:#08090c;font-size:14px;letter-spacing:-.01em}.timeline-day h2.timeline-date-heading{padding:0}.timeline-date-add{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:7px 10px;border:0;color:inherit;background:transparent;font:inherit;font-weight:inherit;letter-spacing:inherit;cursor:pointer;text-align:left}.timeline-date-add-hint{display:inline-flex;align-items:center;gap:5px;color:#a1a1aa;font-size:11px;font-weight:650;opacity:0;transition:color .16s ease,opacity .16s ease}.timeline-date-add:hover,.timeline-date-add:focus-visible{background:#111318;outline:none}.timeline-date-add:hover .timeline-date-add-hint,.timeline-date-add:focus-visible .timeline-date-add-hint{color:#fff;opacity:1}.timeline-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 52px;min-height:44px;border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline);border-left:1px solid var(--hairline)}.timeline-row.selected{z-index:1;border-color:#007affb8;background:var(--soft-blue);box-shadow:0 0 0 1px #007aff3d}.timeline-row-main{min-width:940px;padding:0 10px;border:0;color:var(--ink);background:transparent;cursor:pointer;text-align:left}.timeline-columns.internal-viewer-columns,.public-timeline-row.internal-viewer-row{min-width:1060px;grid-template-columns:68px 86px minmax(230px,1.5fr) minmax(110px,.7fr) minmax(120px,.8fr) minmax(110px,.7fr) minmax(92px,.6fr) minmax(100px,.7fr)}.timeline-creator{font-weight:650}.timeline-row-main:hover{background:#fbfcfe}.timeline-row-main time,.timeline-row-main>span:not(.timeline-task-name){overflow:hidden;color:#454b57;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.timeline-task-name{display:grid;gap:2px;min-width:0}.timeline-task-name strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.timeline-task-name small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.timeline-order{display:flex;align-items:center;justify-content:center;border-left:1px solid var(--hairline)}.timeline-drag-handle{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:grab;touch-action:none}.timeline-drag-handle:hover,.timeline-drag-handle:focus-visible{color:var(--blue);background:var(--soft-blue);outline:none}.timeline-drag-handle:active,.timeline-row.dragging .timeline-drag-handle{cursor:grabbing}.timeline-row.dragging{z-index:2;opacity:.42}.timeline-row.drop-before:before,.timeline-row.drop-after:after{position:absolute;z-index:4;right:0;left:0;height:3px;border-radius:999px;background:var(--blue);content:"";pointer-events:none}.timeline-row.drop-before:before{top:-2px}.timeline-row.drop-after:after{bottom:-2px}.timeline-empty{min-width:0;border:0}.share-schedule-modal{width:min(590px,calc(100% - 32px))}.schedule-access-modal{width:min(680px,calc(100% - 32px))}.schedule-access-badge{display:inline-flex;min-height:30px;align-items:center;padding:0 11px;border-radius:999px;color:var(--blue);background:var(--soft-blue);font-size:12px;font-weight:720}.schedule-owner-note{display:flex;gap:12px;margin-bottom:16px;padding:13px 14px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface-subtle)}.schedule-owner-note svg{flex:0 0 auto;color:var(--blue)}.schedule-owner-note strong,.schedule-owner-note p{display:block}.schedule-owner-note p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.schedule-access-list{display:grid;max-height:min(46vh,440px);gap:8px;overflow-y:auto}.schedule-access-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface)}.schedule-access-row.selected{border-color:color-mix(in srgb,var(--blue) 42%,var(--hairline));background:var(--soft-blue)}.schedule-access-row>label{display:grid;grid-template-columns:auto 34px minmax(0,1fr);align-items:center;gap:10px;cursor:pointer}.schedule-access-row input{width:18px;height:18px;accent-color:var(--blue)}.schedule-access-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:12px;font-weight:760}.schedule-access-row label>span:last-child{display:grid;min-width:0;gap:2px}.schedule-access-row small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.schedule-access-row select{min-height:36px;padding:0 30px 0 10px}.workspace-empty.compact{min-height:190px}.share-schedule-note{margin:2px 0 20px;color:var(--muted);font-size:12px;line-height:1.55}.share-password-settings{display:grid;gap:13px;padding:15px;border:1px solid var(--hairline);border-radius:12px;background:var(--surface-subtle)}.share-password-settings.enabled{border-color:color-mix(in srgb,var(--blue) 42%,var(--hairline))}.share-password-toggle{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;cursor:pointer}.share-password-toggle>input{position:absolute;opacity:0;pointer-events:none}.share-password-check{display:grid;width:20px;height:20px;place-items:center;margin-top:1px;border:1px solid var(--control-border);border-radius:6px;color:#fff;background:var(--control)}.share-password-toggle>input:focus-visible+.share-password-check{outline:2px solid color-mix(in srgb,var(--blue) 35%,transparent);outline-offset:2px}.share-password-toggle>input:checked+.share-password-check{border-color:var(--blue);background:var(--blue)}.share-password-toggle>span:last-child{display:grid;gap:3px}.share-password-toggle strong{font-size:13px}.share-password-toggle small,.share-protection-status{color:var(--muted);font-size:11px;line-height:1.5}.share-password-save{justify-self:start}.share-protection-status{display:flex;align-items:center;gap:8px;margin:0;padding:12px;border:1px solid var(--hairline);border-radius:10px;background:var(--surface-subtle)}.share-schedule-modal .workspace-form-actions{justify-content:space-between}.public-schedule-shell{min-height:100vh;padding-bottom:48px}.public-schedule-unlock{display:grid;width:min(440px,100%);gap:18px;margin:clamp(64px,11vh,130px) auto 0;padding:28px;border:1px solid var(--hairline);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.public-schedule-unlock-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:14px;color:var(--blue);background:var(--soft-blue)}.public-schedule-unlock>div>span{color:var(--blue);font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.public-schedule-unlock h1{margin:5px 0 0;font-size:30px;letter-spacing:-.04em}.public-schedule-unlock>div>p{margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.public-schedule-topbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);border-bottom:1px solid var(--hairline);background:var(--dock-background);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-view-badge{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:0 10px;border-radius:999px;color:var(--blue);background:var(--soft-blue);font-size:11px;font-weight:720}.public-schedule-content{width:100%;margin:0 auto;padding:38px clamp(24px,4vw,64px)}.public-schedule-heading{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:end;gap:36px;margin-bottom:30px}.public-schedule-heading>div>span{color:var(--blue);font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.public-schedule-heading h1{margin:7px 0 0;font-size:clamp(34px,4.5vw,58px);line-height:.98;letter-spacing:-.05em}.public-schedule-heading>div>p,.public-schedule-summary{color:var(--muted)}.public-schedule-heading>div>p{margin:10px 0 0;font-size:15px}.public-schedule-summary{margin:0;white-space:pre-wrap;font-size:13px;line-height:1.55}.public-schedule-filters{max-width:760px;padding-top:0}.public-timeline-columns,.public-timeline-row{min-width:1020px;display:grid;grid-template-columns:minmax(56px,.55fr) minmax(56px,.55fr) minmax(260px,2.4fr) minmax(110px,1fr) minmax(130px,1.15fr) minmax(110px,1fr) minmax(150px,1.35fr);align-items:center;gap:12px}.public-timeline-columns{min-height:34px}.public-timeline-row{min-height:52px;align-items:start;padding:7px 10px;border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline);border-left:1px solid var(--hairline)}.public-timeline-row.task-colour-coded{border-left:3px solid var(--task-accent);background:var(--task-tint)}.public-timeline-row time{color:#454b57;font-size:11px;white-space:nowrap}.public-timeline-row>span{min-width:0}.public-timeline-row>span:not(.timeline-task-name){overflow:visible;color:#454b57;font-size:11px;line-height:1.4;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.public-timeline-row .timeline-task-name strong,.public-timeline-row .timeline-task-name small,.public-timeline-row .timeline-task-details,.public-timeline-row .timeline-notes{overflow:visible;line-height:1.4;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.public-task-resources{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.public-task-resources a,.public-resource-protected{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border:0;border-radius:5px;color:var(--blue);background:var(--soft-blue);cursor:pointer;font-size:10px;font-weight:650}.public-resource-protected small{color:var(--muted);font-size:8px;font-weight:650}.protected-resource-backdrop{z-index:180}.protected-resource-modal{width:min(460px,100%)}.public-mobile-task-notes{display:none}.public-schedule-footer{padding:22px 0;color:var(--muted);font-size:11px;text-align:center}.public-schedule-view-switch{display:flex;justify-content:flex-end;margin:-10px 0 12px}.gantt-shell{min-width:0;overflow:auto;border:1px solid var(--hairline);background:var(--page)}.gantt-grid{display:grid;min-width:1180px;grid-template-columns:360px minmax(820px,1fr)}.gantt-axis-row{position:sticky;z-index:6;top:0;min-height:42px;color:var(--muted);background:var(--surface);box-shadow:0 1px 0 var(--hairline);font-size:10px;font-weight:700}.gantt-label-head{position:sticky;z-index:7;left:0;display:grid;grid-template-columns:72px 1fr;align-items:center;padding:0 12px;border-right:1px solid var(--hairline);background:var(--surface)}.gantt-axis,.gantt-track{position:relative;min-width:820px}.gantt-axis span{position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.gantt-axis span:first-child{transform:translateY(-50%)}.gantt-axis span:last-child{transform:translate(-100%,-50%)}.gantt-day{min-width:1180px}.gantt-day h2{position:sticky;z-index:5;left:0;margin:0;padding:8px 12px;color:#fff;background:#0a0a0b;font-size:13px;letter-spacing:-.01em}.gantt-task-row{width:100%;min-height:48px;padding:0;border:0;border-bottom:1px solid var(--hairline);color:var(--ink);background:transparent;text-align:left}button.gantt-task-row{cursor:pointer}button.gantt-task-row:hover{background:var(--surface-subtle)}.gantt-task-label{position:sticky;z-index:4;left:0;display:grid;min-width:0;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:0;padding:6px 12px;border-right:1px solid var(--hairline);background:var(--page)}button.gantt-task-row:hover .gantt-task-label{background:var(--surface-subtle)}.gantt-task-label time{color:var(--muted);font-size:11px}.gantt-task-label>span{display:grid;min-width:0;gap:2px}.gantt-task-label strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.gantt-task-label small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.gantt-track{min-height:47px}.gantt-grid-line{position:absolute;top:0;bottom:0;width:1px;border-left:1px dashed var(--hairline)}.gantt-bar{position:absolute;top:50%;height:18px;min-width:8px;border-radius:4px;background:var(--task-accent, var(--blue));box-shadow:inset 0 0 0 1px #ffffff26;transform:translateY(-50%)}.gantt-bar.overnight{border-radius:4px 0 0 4px;background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.16) 0 5px,transparent 5px 10px)}.gantt-bar em{position:absolute;top:50%;left:calc(100% + 6px);color:var(--muted);font-size:9px;font-style:normal;transform:translateY(-50%);white-space:nowrap}.gantt-milestone{position:absolute;top:50%;width:13px;height:13px;border-radius:2px;background:var(--task-accent, var(--blue));transform:translate(-50%,-50%) rotate(45deg)}.gantt-empty{min-width:1180px;padding:44px;color:var(--muted);text-align:center}.pdf-branding-backdrop{position:fixed;z-index:120;inset:0;display:flex;align-items:flex-end;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pdf-branding-drawer{position:relative;display:grid;width:min(1500px,calc(100% - 18px));height:min(88vh,940px);grid-template-columns:390px minmax(0,1fr);overflow:hidden;border:1px solid var(--hairline);border-radius:18px 18px 0 0;color:var(--ink);background:var(--surface);box-shadow:0 -30px 80px #00000061}.pdf-branding-drawer:before{position:absolute;z-index:4;top:9px;left:50%;width:42px;height:4px;border-radius:999px;background:var(--muted);content:"";opacity:.6;transform:translate(-50%)}.pdf-branding-close{position:absolute;z-index:5;top:16px;right:16px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:9px;color:var(--muted);background:var(--soft);cursor:pointer}.pdf-branding-settings{display:grid;align-content:start;gap:15px;overflow:auto;padding:32px 28px 28px;border-right:1px solid var(--hairline)}.pdf-branding-settings header h2{margin:0;font-size:23px;letter-spacing:-.035em}.pdf-branding-settings header p{margin:5px 0 0;color:var(--muted);font-size:12px}.pdf-logo-setting{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.pdf-logo-setting>span,.pdf-colour-setting legend,.pdf-header-setting legend,.pdf-orientation-setting legend{grid-column:1 / -1;color:var(--ink);font-size:12px;font-weight:700}.pdf-logo-setting>div{display:grid;min-height:70px;grid-row:span 2;place-items:center;padding:10px;border:1px dashed var(--control-border);border-radius:9px;color:var(--muted);background:var(--control)}.pdf-logo-setting img{max-width:100%;max-height:54px;object-fit:contain}.pdf-logo-setting>label,.pdf-logo-setting>button{min-width:108px;justify-content:center}.pdf-logo-setting input{position:absolute;width:1px;height:1px;opacity:0}.pdf-logo-setting small{grid-column:1 / -1;color:var(--muted);font-size:10px}.pdf-colour-setting,.pdf-header-setting,.pdf-orientation-setting{display:grid;gap:8px;margin:0;padding:0;border:0}.pdf-colour-setting>div{display:flex;gap:8px}.pdf-colour-setting button{display:grid;width:31px;height:31px;place-items:center;border:2px solid transparent;border-radius:7px;color:#fff;cursor:pointer}.pdf-colour-setting button.active{border-color:#fff;box-shadow:0 0 0 2px var(--blue)}.pdf-header-setting>div,.pdf-orientation-setting>div{display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid var(--control-border);border-radius:8px;background:var(--control)}.pdf-header-setting button,.pdf-orientation-setting button{min-height:34px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:650}.pdf-header-setting button.active,.pdf-orientation-setting button.active{color:var(--blue);background:var(--soft-blue)}.pdf-options{display:grid;gap:9px}.pdf-options label{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:12px}.pdf-options input{width:15px;height:15px;flex:0 0 15px;margin:0;accent-color:var(--blue)}.pdf-export-filters{display:grid;gap:10px;padding:13px;border:1px solid var(--hairline);border-radius:11px;background:var(--soft)}.pdf-export-filters>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pdf-export-filters>header h3{margin:0;font-size:13px;letter-spacing:-.015em}.pdf-export-filters>header p{margin:3px 0 0;color:var(--muted);font-size:10px;line-height:1.35}.pdf-export-filters>header>button{flex:0 0 auto;padding:2px 0;border:0;color:var(--blue);background:transparent;cursor:pointer;font-size:10px;font-weight:750}.pdf-export-filters>header>button:disabled{color:var(--muted);cursor:default;opacity:.55}.pdf-task-filter .checkbox-filter-label{min-height:18px;font-size:11px}.pdf-task-filter summary{min-height:38px;background:var(--control)}.pdf-task-filter .checkbox-filter-menu{width:100%;max-height:210px}.pdf-export-filters>p{margin:1px 0 0;color:var(--muted);font-size:10px}.pdf-export-filters>p strong{color:var(--ink)}.pdf-export-filters>p.empty,.pdf-export-filters>p.empty strong{color:var(--danger)}.pdf-branding-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:4px}.pdf-branding-actions button{justify-content:center}.pdf-export-help{display:flex;align-items:center;justify-content:center;gap:6px;margin:-5px 0 0;color:var(--muted);font-size:10px}.pdf-preview-stage{display:grid;overflow:auto;place-items:center;padding:54px 38px 38px;background:#111214}.pdf-preview-document{display:flex;width:min(100%,1040px);aspect-ratio:1.414 / 1;flex-direction:column;padding:28px 30px 22px;color:#111318;background:#fff;box-shadow:0 24px 70px #0000006b}.pdf-preview-document.orientation-portrait{width:min(100%,735px);aspect-ratio:1 / 1.414}.pdf-preview-document.orientation-portrait .pdf-preview-header{grid-template-columns:145px 1fr}.pdf-preview-document.orientation-portrait .pdf-brand-lockup img{max-width:135px}.pdf-preview-document.orientation-portrait table{font-size:6.8px}.pdf-preview-header{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:22px;min-height:58px;padding-bottom:10px;border-bottom:2px solid var(--pdf-accent)}.pdf-preview-document.header-banner .pdf-preview-header{margin:-28px -30px 12px;padding:20px 30px;border-bottom:0;color:#fff;background:var(--pdf-accent)}.pdf-brand-lockup{overflow:hidden;color:var(--pdf-accent);font-size:16px}.header-banner .pdf-brand-lockup{color:#fff}.pdf-brand-lockup img{max-width:170px;max-height:40px;object-fit:contain;object-position:left center}.pdf-preview-header h3{margin:0;font-size:20px;letter-spacing:-.03em}.pdf-preview-header p,.pdf-preview-notes{margin:4px 0 0;color:#5b606a;font-size:9px}.header-banner .pdf-preview-header p{color:#ffffffc7}.pdf-preview-notes{margin:9px 0}.pdf-preview-document table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:7.5px}.pdf-preview-document th,.pdf-preview-document td{padding:4px 6px;border:1px solid #dfe1e5;text-align:left;vertical-align:top}.pdf-preview-document th{color:#4a4f58;background:#f4f5f7;font-size:6.5px;text-transform:uppercase}.pdf-preview-document .pdf-task-colour-row>td{background:var(--task-tint)}.pdf-preview-document .pdf-task-colour-row>td:first-child{border-left:3px solid var(--task-accent)}.pdf-preview-document th:nth-child(1),.pdf-preview-document th:nth-child(2){width:8%}.pdf-preview-document th:nth-child(3){width:33%}.pdf-preview-document th:nth-child(4){width:14%}.pdf-preview-document th:nth-child(5){width:18%}.pdf-preview-document td strong,.pdf-preview-document td small{display:block}.pdf-preview-document td small{margin-top:2px;color:#686d76;white-space:pre-line}.pdf-date-row td{color:#fff;background:#15171b;font-weight:700}.pdf-preview-more{margin:8px 0 0;color:#686d76;font-size:8px}.pdf-preview-empty{display:grid;min-height:130px;place-content:center;gap:4px;border:1px dashed #cfd3da;border-top:0;color:#6b7079;text-align:center}.pdf-preview-empty strong{color:#25282e;font-size:12px}.pdf-preview-empty span{font-size:9px}.pdf-preview-document footer{display:flex;justify-content:space-between;margin-top:auto;padding-top:12px;color:#5b606a;font-size:8px}.pdf-branding-loading{display:flex;min-width:250px;min-height:120px;align-items:center;justify-content:center;gap:10px;margin-bottom:18vh;border:1px solid var(--hairline);border-radius:12px;color:var(--ink);background:var(--surface)}.task-drawer-backdrop{align-items:flex-start;justify-content:center;overflow:hidden;padding:20px;background:#08090c52;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.task-drawer{display:flex;width:min(1480px,100%);height:min(920px,calc(100dvh - 40px));max-height:calc(100dvh - 40px);flex-direction:column;gap:16px;padding:15px 24px 20px;border:1px solid var(--hairline);border-radius:20px;background:#fff;box-shadow:0 28px 90px #08090c3d}.task-drawer .workspace-modal-head>div{min-width:0}.task-drawer .workspace-modal-head h2{overflow-wrap:anywhere}.task-drawer-handle{display:block;width:54px;height:5px;flex:0 0 auto;margin:-5px auto 0;border-radius:999px;background:#b9bec8}.task-editor-scroll{display:grid;min-height:0;grid-template-columns:minmax(0,1fr) 300px;gap:24px;overflow:auto;padding:2px 4px 8px 0}.task-editor-fields{display:grid;min-width:0;align-content:start;gap:14px}.task-time-grid{display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(130px,1fr));gap:12px}.duplicate-task-notice{display:flex;align-items:flex-start;gap:10px;margin:12px 0 0;padding:10px 12px;border:1px solid rgba(0,122,255,.35);border-radius:9px;color:var(--blue);background:var(--soft-blue)}.duplicate-task-notice svg{flex:0 0 auto}.duplicate-task-notice div{display:grid;gap:2px}.duplicate-task-notice strong{font-size:12px}.duplicate-task-notice span{color:var(--muted);font-size:10px}.multi-day-toggle,.new-resource-protection{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border:1px solid var(--hairline);border-radius:9px;background:var(--surface-subtle);cursor:pointer}.multi-day-toggle input,.new-resource-protection input{width:17px;height:17px;flex:0 0 auto;accent-color:var(--blue)}.multi-day-toggle>span{display:grid;gap:2px}.multi-day-toggle strong{color:var(--ink);font-size:12px}.multi-day-toggle small,.new-resource-protection{color:var(--muted);font-size:10px}.task-color-field{min-width:0;margin:0;padding:0;border:0}.task-color-field legend{margin-bottom:7px;color:#353a44;font-size:12px;font-weight:700}.task-color-options{display:flex;flex-wrap:wrap;gap:7px}.task-color-options label{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--hairline);border-radius:8px;color:var(--muted);background:var(--surface);cursor:pointer;font-size:11px;font-weight:700}.task-color-options label:hover,.task-color-options label.selected{border-color:var(--task-accent, var(--control-border));color:var(--ink);background:var(--task-tint, var(--soft))}.task-color-options input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.task-color-swatch{width:13px;height:13px;flex:0 0 auto;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:var(--task-accent, #71717a)}.task-color-default{--task-accent: #71717a;--task-tint: var(--soft);--task-text: var(--blue)}.task-color-blue{--task-accent: #0a84ff;--task-tint: rgba(10, 132, 255, .12);--task-text: #075aaf}.task-color-green{--task-accent: #34c759;--task-tint: rgba(52, 199, 89, .12);--task-text: #197333}.task-color-orange{--task-accent: #ff9f0a;--task-tint: rgba(255, 159, 10, .14);--task-text: #955b00}.task-color-red{--task-accent: #ff453a;--task-tint: rgba(255, 69, 58, .12);--task-text: #ae2018}.task-color-purple{--task-accent: #bf5af2;--task-tint: rgba(191, 90, 242, .13);--task-text: #7c2aa6}.task-color-pink{--task-accent: #ff375f;--task-tint: rgba(255, 55, 95, .12);--task-text: #ad1536}.timeline-row.task-colour-coded{border-left:3px solid var(--task-accent);background:var(--task-tint)}.schedule-calendar-grid button.task-colour-coded,.schedule-calendar-grid a.task-colour-coded{border-left:3px solid var(--task-accent);color:var(--task-text);background:var(--task-tint)}.duration-input{position:relative}.duration-input small{position:absolute;top:50%;right:10px;color:var(--muted);font-size:10px;transform:translateY(-50%)}.resource-editor{display:grid;min-width:0;align-content:start;gap:8px;padding-left:24px;border-left:1px solid var(--hairline)}.resource-row{display:grid;min-height:52px;grid-template-columns:20px minmax(0,1fr) 32px 32px;align-items:center;gap:9px;padding:7px 9px;border:1px solid var(--hairline);border-radius:8px}.resource-row-wrap{display:grid;gap:6px}.resource-row>a{display:grid;min-width:0;gap:2px}.resource-row strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.resource-row small,.resource-limit,.resource-save-first{color:var(--muted);font-size:10px}.resource-row>button{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:0;border-radius:6px;color:#b42338;background:#fff1f2;cursor:pointer}.resource-row>button.resource-protection{color:var(--muted);background:var(--surface-subtle)}.resource-row>button.resource-protection.active{color:var(--blue);background:var(--soft-blue)}.resource-protection-editor{display:grid;grid-template-columns:18px minmax(140px,1fr) auto auto;align-items:center;gap:7px;padding:8px;border:1px solid var(--hairline);border-radius:8px;background:var(--surface-subtle)}.resource-protection-editor svg{color:var(--blue)}.resource-protection-editor input{min-height:36px}.new-resource-protection{align-items:center}.resource-code-field small{color:var(--muted);font-size:10px}.resource-add.disabled{cursor:not-allowed;opacity:.45}.resource-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.resource-add{position:relative;min-height:40px;border:1px dashed var(--blue);color:var(--blue);background:#fff;overflow:hidden}.resource-add input{position:absolute;width:1px;height:1px;opacity:0}.link-entry{display:grid;grid-template-columns:.75fr 1.25fr auto;gap:7px}.task-drawer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid var(--hairline)}.task-drawer-actions>div{display:flex;gap:8px}.schedule-delete-floating{position:fixed;z-index:110;bottom:32px;left:calc(50% - 236px);display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 12px;border:1px solid #ffb7bf;border-radius:8px;color:#b42338;background:#fff;cursor:pointer;font-weight:700}.calendar-view-head{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 0 16px}.calendar-view-head h2{min-width:190px;margin:0;font-size:18px;text-align:center}.calendar-view-head.standalone{justify-content:flex-start;border-top:1px solid var(--hairline)}.schedule-calendar-weekdays,.schedule-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(100px,1fr));min-width:760px}.schedule-calendar-view,.calendar-page{min-width:0;overflow:auto}.schedule-calendar-weekdays span{padding:8px;border-bottom:1px solid var(--hairline);color:var(--muted);font-size:10px;font-weight:700}.schedule-calendar-grid>div{display:grid;min-height:126px;align-content:start;gap:5px;padding:8px;border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.schedule-calendar-grid>div:nth-child(7n+1){border-left:1px solid var(--hairline)}.schedule-calendar-grid>div.outside{color:#a9adb6;background:#fbfcfe}.schedule-calendar-grid time{font-size:11px;font-weight:700}.schedule-calendar-grid button,.schedule-calendar-grid a{display:block;overflow:hidden;padding:6px;border:0;border-radius:6px;color:#075aaf;background:var(--soft-blue);cursor:pointer;font-size:10px;font-weight:650;text-align:left;text-overflow:ellipsis}.schedule-calendar-grid button span,.schedule-calendar-grid a span{margin-right:4px;font-weight:800}.global-calendar a small{display:block;overflow:hidden;margin-top:2px;opacity:.74;text-overflow:ellipsis;white-space:nowrap}.calendar-integration-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:24px;padding:18px;border:1px solid var(--hairline);border-radius:10px;background:#fbfcfe}.calendar-integration-note strong{font-size:13px}.calendar-integration-note p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.calendar-integration-note>span{padding:5px 8px;border-radius:999px;color:var(--muted);background:#eceff4;font-size:10px;font-weight:700}.people-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:38px;align-items:start}.account-settings-section,.team-users-section{display:grid;gap:18px}.current-user-summary{display:flex;align-items:center;gap:12px;padding:15px 0;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.current-user-summary>div{display:grid;gap:4px}.current-user-summary span{color:var(--muted);font-size:12px}.password-form,.create-user-form{display:grid;gap:14px}.password-form h3,.create-user-form h3{margin:0;font-size:15px}.user-list{border-top:1px solid var(--hairline)}.user-row{display:grid;min-height:62px;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:11px;border-bottom:1px solid var(--hairline)}.user-row>span{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;color:#fff;background:var(--blue);font-size:13px;font-weight:800}.user-row>div{display:grid;gap:3px}.user-row small{color:var(--muted);font-size:10px}.user-row em{color:var(--muted);font-size:10px;font-style:normal;font-weight:750;text-transform:uppercase}.user-row.user-permission-row{display:grid;min-height:0;grid-template-columns:1fr;gap:11px;padding:14px 0}.user-identity{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px!important}.user-identity>span:first-child{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;color:#fff;background:var(--blue);font-size:13px;font-weight:800}.user-identity>div{display:grid;gap:3px}.module-access-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.module-access-controls>label{position:relative;display:grid;min-width:0;min-height:58px;grid-template-columns:18px 18px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--hairline);border-radius:10px;color:var(--muted);background:var(--surface);cursor:pointer}.module-access-controls>label.selected{border-color:color-mix(in srgb,var(--blue) 44%,var(--hairline));color:var(--blue);background:var(--soft-blue)}.module-access-controls input{position:absolute;width:1px;height:1px;opacity:0}.module-access-check{display:grid;width:18px;height:18px;place-items:center;border:1px solid var(--control-border);border-radius:5px;color:#fff;background:var(--control)}.module-access-controls label.selected .module-access-check{border-color:var(--blue);background:var(--blue)}.module-access-controls label>span:last-child{display:grid;min-width:0;gap:2px}.module-access-controls strong{color:var(--ink);font-size:11px}.module-access-controls small{overflow:visible;font-size:9px;line-height:1.35;white-space:normal}.module-access-controls label:has(input:focus-visible){outline:2px solid var(--blue);outline-offset:2px}.module-access-controls label:has(input:disabled){cursor:default;opacity:.72}.owner-access-note{color:var(--muted);font-size:10px}.new-user-module-access{display:grid;gap:9px;margin:0;padding:13px;border:1px solid var(--hairline);border-radius:10px}.new-user-module-access legend{padding:0 4px;color:var(--ink);font-size:12px;font-weight:750}.new-user-module-access>p{margin:0;color:var(--muted);font-size:10px;line-height:1.4}.module-unavailable p{max-width:470px;margin:0;color:var(--muted)}.create-user-form{margin-top:6px;padding:18px;border:1px solid var(--hairline);border-radius:10px;background:#fbfcfe}.create-user-form>div:first-child{display:flex;align-items:center;gap:8px}.create-user-form>p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.workspace-poll-builder .home-grid{grid-template-columns:minmax(0,1fr) 410px;padding-top:26px}.workspace-poll-builder .intro-copy h1{font-size:clamp(42px,5vw,68px)}@media(max-width:1100px){.dashboard-layout{grid-template-columns:1fr}.dashboard-rail{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.mini-calendar{border-bottom:0}.workspace-poll-builder .home-grid{grid-template-columns:1fr}}@media(max-width:900px){.pdf-branding-drawer{display:block;height:min(94vh,1100px);overflow:auto}.pdf-branding-settings{overflow:visible;border-right:0;border-bottom:1px solid var(--hairline)}.pdf-preview-stage{min-height:620px;overflow:auto;place-items:start center}.pdf-preview-document{min-width:850px}.workspace-shell{display:block;padding-bottom:106px}.workspace-main-column{width:100%}.workspace-topbar{min-height:58px;justify-content:space-between;padding:0 16px;border-bottom-color:var(--hairline)}.workspace-topbar .workspace-wordmark{font-size:16px}.workspace-account>button>span,.workspace-account>button>svg:last-child{display:none}.workspace-content{width:100%;padding:28px 20px 40px}.workspace-bottom-nav{bottom:max(10px,env(safe-area-inset-bottom));width:min(304px,calc(100vw - 24px));grid-template-columns:repeat(var(--dock-items, 5),1fr);gap:2px;padding:6px;border-radius:17px}.workspace-bottom-nav a{width:100%;min-width:0;height:48px}.dashboard-rail{grid-template-columns:1fr 1fr}.recent-polls{grid-column:1 / -1}.people-layout,.office-overview-grid,.login-screen{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{min-height:100vh}}@media(max-width:700px){.public-schedule-topbar{min-height:58px;padding:0 16px}.public-schedule-content{padding:26px 14px 34px}.public-schedule-heading{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.public-schedule-heading h1{font-size:38px}.public-schedule-filters{grid-template-columns:1fr}.public-schedule-view-switch{justify-content:stretch;margin-top:0}.public-schedule-view-switch .view-switch{width:100%}.public-schedule-view-switch button{flex:1;justify-content:center}.pdf-branding-drawer{width:100%;border-right:0;border-left:0;border-radius:20px 20px 0 0}.pdf-branding-settings{padding:34px 18px 26px}.pdf-branding-actions{grid-template-columns:1fr}.pdf-preview-stage{min-height:520px;padding:34px 16px}.public-schedule-timeline{overflow:visible;border-top:0}.public-timeline-columns{display:none}.public-timeline-day{min-width:0;margin-top:14px}.public-timeline-row{min-width:0;min-height:86px;grid-template-columns:62px minmax(0,1fr);align-items:start;gap:12px;padding:13px 11px}.public-timeline-row>time:nth-child(2),.public-timeline-row>span:nth-child(n+4),.public-timeline-row>.timeline-notes{display:none}.public-timeline-row time:first-child{padding-top:1px;font-size:14px}.public-timeline-row .timeline-task-details{display:grid;margin-top:3px;font-size:11px}.public-timeline-row .timeline-task-name strong{overflow:visible;white-space:normal}.public-mobile-task-notes{display:grid;margin-top:5px;color:var(--muted);font-size:11px}.share-schedule-modal .workspace-form-actions{align-items:stretch}.share-schedule-modal .workspace-form-actions>*{justify-content:center}.schedule-access-row{grid-template-columns:1fr}.schedule-access-row select{width:100%}.workspace-page-head,.dashboard-heading{align-items:flex-start}.workspace-page-head h1,.dashboard-heading h1,.schedule-editor-head h1{font-size:32px}.desktop-create{display:none}.dashboard-task-row{grid-template-columns:58px minmax(0,1fr) auto}.dashboard-task-row .task-company{display:none}.dashboard-rail{grid-template-columns:1fr}.recent-polls{grid-column:auto}.schedule-index-row{grid-template-columns:48px minmax(0,1fr) auto;gap:12px}.schedule-index-departments{display:none}.schedule-toolbar{display:grid;grid-template-columns:1fr 1fr}.schedule-sort{width:100%;grid-column:1 / -1;justify-content:space-between;margin-left:0}.schedule-toolbar>.workspace-primary,.schedule-toolbar>.workspace-secondary,.schedule-toolbar>a{width:100%}.view-switch{width:100%;grid-column:1 / -1;margin-left:0}.view-switch button{flex:1;justify-content:center}.schedule-filter-row,.workspace-field-row{grid-template-columns:1fr}.schedule-task-search{grid-template-columns:1fr;gap:7px}.checkbox-filter-menu{position:static;width:100%;margin-top:5px;box-shadow:none}.schedule-colour-add,.schedule-colour-list>article{grid-template-columns:1fr}.schedule-colour-add .workspace-secondary{width:100%}.schedule-colour-list>article{align-items:stretch}.schedule-colour-swatches{padding:3px 0}.schedule-custom-colour,.schedule-colour-usage{justify-items:start}.schedule-custom-colour{grid-template-columns:auto 1fr;align-items:center}.department-choice-list{grid-template-columns:1fr}.schedule-timeline{overflow:visible;border-top:0}.timeline-columns{display:none}.timeline-day{min-width:0;margin-top:14px}.timeline-day h2{padding:9px 12px;font-size:16px}.timeline-day h2.timeline-date-heading{padding:0}.timeline-date-add{min-height:42px;padding:9px 12px}.timeline-date-add-hint{font-size:12px;opacity:.8}.timeline-row{min-height:76px;grid-template-columns:minmax(0,1fr) 52px}.timeline-row-main{min-width:0;grid-template-columns:62px minmax(0,1fr);gap:12px;padding:0 10px}.timeline-row-main>time:nth-child(2),.timeline-row-main>span:nth-child(n+4){display:none}.timeline-row-main time:first-child{font-size:14px}.timeline-task-name strong{font-size:14px}.timeline-task-details{display:none}.mobile-task-meta{display:block;font-size:11px!important}.task-drawer-backdrop{align-items:flex-start;padding:max(8px,env(safe-area-inset-top)) 0 0}.task-drawer{width:100%;height:calc(100dvh - max(8px,env(safe-area-inset-top)));max-height:calc(100dvh - max(8px,env(safe-area-inset-top)));padding:14px 18px 28px;border-top:1px solid var(--hairline);border-left:0;border-radius:22px 22px 0 0}.task-editor-scroll{display:block;padding-right:2px}.task-editor-fields{margin-bottom:18px}.task-time-grid{grid-template-columns:1fr 1fr}.task-time-grid .workspace-field:first-child{grid-column:1 / -1}.resource-actions,.link-entry{grid-template-columns:1fr}.resource-protection-editor{grid-template-columns:18px minmax(0,1fr)}.resource-protection-editor button{grid-column:2}.resource-editor{padding-top:18px;padding-left:0;border-top:1px solid var(--hairline);border-left:0}.task-drawer-actions{align-items:stretch;flex-direction:column-reverse}.task-drawer-actions>div{display:grid;grid-template-columns:1fr 1fr}.workspace-danger{width:100%}.workspace-modal-backdrop{align-items:flex-end;padding:0}.workspace-modal{width:100%;max-height:90vh;border-radius:22px 22px 0 0}.schedule-delete-floating{right:24px;bottom:28px;left:auto}.calendar-integration-note{grid-template-columns:auto 1fr}.calendar-integration-note>span{grid-column:2;justify-self:start}.workspace-poll-builder .home-grid{padding-top:18px}.workspace-poll-builder .intro-copy h1{font-size:38px}.production-office-heading{margin:14px 0 20px}.production-office-heading h1{font-size:clamp(34px,10vw,46px)}.module-launch{min-height:122px;grid-template-columns:64px minmax(0,1fr) auto;gap:15px;padding:16px}.module-launch-icon{width:62px;height:62px}.module-launch-copy strong{font-size:20px}.module-launch-copy small{font-size:12px}.module-launch-copy em{font-size:11px}.office-overview-panel{padding:17px 14px 6px}.availability-index-row{grid-template-columns:minmax(0,1fr) 38px 38px}.availability-index-row>a{grid-template-columns:42px minmax(0,1fr) auto}.module-access-controls{grid-template-columns:1fr}}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--blue: #0a84ff;--blue-dark: #409cff;--ink: #ffffff;--muted: #a1a1aa;--hairline: #27272a;--soft: #101012;--soft-blue: rgba(10, 132, 255, .17);--shadow: 0 22px 64px rgba(0, 0, 0, .56);--page: #000000;--surface: #080808;--surface-subtle: #080808;--control: #080808;--control-border: #303036;--body-background: #000000;--dock-background: rgba(5, 5, 5, .94);--dock-shadow: 0 20px 58px rgba(0, 0, 0, .78)}.preview-board,.create-panel,.summary-card,.share-panel,.best-panel,.availability-panel,.admin-edit-panel,.admin-responses-panel,.workspace-modal,.task-drawer,.login-form-panel,.workspace-account-menu,.view-switch,.resource-add,.schedule-delete-floating,.dashboard-task-row,.slot-choice,.calendar-popover,.date-time-trigger,.admin-response-card,.datetime-input,.admin-response-row,.response-editor,.time-option-row,.create-user-form,.calendar-integration-note{color:var(--ink);background:var(--surface)}.login-brand-panel,.grid-header,.slot-head,.schedule-calendar-grid>div.outside,.schedule-index-row:hover,.dashboard-task-row:hover,.timeline-row-main:hover{background:var(--surface-subtle)}input,textarea,select,.workspace-field input,.workspace-field textarea,.workspace-field select,.link-entry input,.schedule-list-toolbar input{border-color:var(--control-border);color:var(--ink);background:var(--control)}input::placeholder,textarea::placeholder{color:#71717a}.workspace-secondary{border-color:var(--control-border);color:var(--ink);background:var(--surface)}.workspace-danger,.danger-button,.resource-row>button,.remove-time-button,.admin-delete-response,.poll-summary-item>.poll-delete-button,.poll-summary-item>.poll-delete-button:hover{border-color:#6f1d2b;color:#ff697d;background:#170609}.workspace-error,.form-error{color:#ff7b8e;background:#170609}.workspace-success{color:#63d57d;background:#07170b}.workspace-field>span,.field span,.slots-editor-head,.admin-response-times>span,.task-color-field legend,.resource-editor-label,.timeline-row-main time,.timeline-row-main>span:not(.timeline-task-name),.public-timeline-row time,.public-timeline-row>span:not(.timeline-task-name),.schedule-band time,.mini-calendar-grid span{color:#d4d4d8}.mini-calendar-grid span.outside{color:#52525b}.schedule-band{border-color:#173454;background:#071421}.timeline-day h2{color:#fff;background:#0a0a0a}.check-pill,.answer-dot,.choice-mark{border-color:#3f3f46;background:#000}.check-pill.active,.answer-dot.active,.mini-calendar-grid span.today{border-color:var(--blue);color:#fff;background:var(--blue)}.duplicate-workspace-note,.admin-access-banner,.admin-share-panel{color:#b9d9ff;background:var(--soft-blue)}.calendar-integration-note>span{background:#18181b}.task-color-blue{--task-text: #8bc4ff}.task-color-green{--task-text: #7ae895}.task-color-orange{--task-text: #ffc267}.task-color-red{--task-text: #ff918a}.task-color-purple{--task-text: #dc9cff}.task-color-pink{--task-text: #ff89a0}.brand-mark,.summary-icon{color:#000;background:#fff}}@media(prefers-reduced-motion:reduce){.workspace-bottom-nav a,.dock-label{transition:none}}@media(max-width:460px){.workspace-content{padding-right:14px;padding-left:14px}.workspace-page-head{flex-direction:column}.workspace-page-head>.workspace-primary{width:100%}.workspace-page-head>a.workspace-primary{width:100%}.module-launch{grid-template-columns:56px minmax(0,1fr) auto;gap:12px;padding:14px}.module-launch-icon{width:54px;height:54px}.module-launch>svg{width:20px}.office-list>a{grid-template-columns:48px minmax(0,1fr) auto}.office-inline-empty{grid-template-columns:auto minmax(0,1fr)}.office-inline-empty>a{grid-column:2}.availability-index-row>a>svg{display:none}.schedule-toolbar{grid-template-columns:1fr}.view-switch{grid-column:auto}.task-time-grid{grid-template-columns:1fr}.task-time-grid .workspace-field:first-child{grid-column:auto}.timeline-row{grid-template-columns:minmax(0,1fr) 64px}.timeline-order{gap:3px}.timeline-order button{width:24px}.login-form-panel{padding:26px 20px}.login-form:before{display:block;margin-bottom:22px;color:var(--blue);content:"The Production Office";font-size:21px;font-weight:750;letter-spacing:-.045em}}
