:root{--ui-color-text: #201c1a;--ui-color-muted: #6f6762;--ui-color-subtle: #b8b5b1;--ui-color-primary: #e16349;--ui-color-primary-hover: #c84e37;--ui-color-surface: #fff;--ui-color-soft: #f7f7f6;--ui-color-card: #f1f1ef;--ui-color-navigation: #f2eee5;--ui-color-border: #ded8ce;--ui-color-success: #276749;--ui-color-danger: #a32929;--ui-font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ui-text-caption: .75rem;--ui-text-label: .875rem;--ui-text-body: 1rem;--ui-text-section: clamp(1.1rem, 1.7vw, 1.5rem);--ui-text-title: clamp(1.45rem, 2.7vw, 2.35rem);--ui-text-metric: clamp(1.5rem, 3vw, 2.75rem);--ui-space-1: .25rem;--ui-space-2: .5rem;--ui-space-3: .75rem;--ui-space-4: 1rem;--ui-space-5: 1.5rem;--ui-space-6: 2rem;--ui-radius-control: .5rem;--ui-radius-card: 1rem;--ui-radius-pill: 999px;--ui-focus-ring: 3px solid var(--ui-color-primary)}:where(.ui-text){margin:0;font-family:var(--ui-font-family);color:var(--ui-color-text);line-height:1.4}.ui-text.ui-text--title{font-size:var(--ui-text-title);font-weight:500;letter-spacing:-.05em}.ui-text.ui-text--section{font-size:var(--ui-text-section);font-weight:600;letter-spacing:-.035em}:where(.ui-text--body){font-size:var(--ui-text-body)}:where(.ui-text--label){font-size:var(--ui-text-label);font-weight:600}:where(.ui-text--caption){font-size:var(--ui-text-caption)}:where(.ui-text--eyebrow){font-size:var(--ui-text-caption);text-transform:uppercase;letter-spacing:.1em;font-weight:700}:where(.ui-text--metric){font-size:var(--ui-text-metric);font-weight:600;letter-spacing:-.04em}:where(.ui-text--muted){color:var(--ui-color-muted)}:where(.ui-text--subtle){color:var(--ui-color-subtle)}.ui-button.ui-button{font:inherit;cursor:pointer}.ui-button.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--ui-space-2);min-height:2.6rem;padding:.65rem 1.1rem;border:1px solid transparent;border-radius:var(--ui-radius-pill);font-size:var(--ui-text-label);font-weight:600}.ui-button.ui-button--primary{background:var(--ui-color-primary);color:#fff}.ui-button.ui-button--primary:hover{background:var(--ui-color-primary-hover)}.ui-button.ui-button--secondary{background:var(--ui-color-surface);color:var(--ui-color-text);border-color:var(--ui-color-border)}:where(.ui-button--ghost){background:transparent;color:var(--ui-color-muted)}.ui-button.ui-button--sm{min-height:2rem;padding:.35rem .75rem}:where(.ui-button:disabled){opacity:.5;cursor:not-allowed}:where(.ui-button:focus-visible,.ui-input:focus-visible,.ui-select:focus-visible,.ui-textarea:focus-visible){outline:var(--ui-focus-ring);outline-offset:3px}:where(.ui-icon-button){display:grid;place-items:center;width:1.7rem;height:1.7rem;padding:0;border:0;border-radius:50%;background:var(--ui-color-card);color:var(--ui-color-text)}:where(.holiday-inline-icon){width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}:where(.ui-card:not(.ui-card--bare)){min-width:0;padding:var(--ui-space-4);border-radius:var(--ui-radius-card);background:var(--ui-color-surface)}:where(.ui-card--surface){border:1px solid var(--ui-color-border)}:where(.ui-card--soft){background:var(--ui-color-card)}:where(.ui-card--activity){display:flex;min-height:12rem;flex-direction:column}:where(.ui-card-header,.ui-card-footer){display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-3)}:where(.ui-card-footer){margin-top:var(--ui-space-4);padding-top:var(--ui-space-4);border-top:1px solid var(--ui-color-border)}:where(.ui-input--standard,.ui-select,.ui-textarea){display:block;max-width:100%;width:100%;min-height:2.6rem;padding:.65rem .8rem;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-control);background:var(--ui-color-surface);color:var(--ui-color-text);font:inherit}:where(.ui-textarea){resize:vertical}:where(.ui-input--instruction){min-width:0;background:transparent;border:0;border-bottom:1px solid transparent;font:inherit;font-size:var(--ui-text-title)}:where(.ui-input:disabled,.ui-select:disabled,.ui-textarea:disabled){background:var(--ui-color-soft);color:var(--ui-color-muted);cursor:not-allowed}:where([aria-invalid=true].ui-input){border-color:var(--ui-color-danger)}:where(.ui-field){display:grid;gap:var(--ui-space-2)}:where(.ui-field label){font-size:var(--ui-text-label);font-weight:600}:where(.ui-field small){color:var(--ui-color-muted);font-size:var(--ui-text-caption)}:where(.ui-field small.ui-field-error){color:var(--ui-color-danger)}:where(.ui-avatar){display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:50%;background:var(--ui-color-navigation);color:var(--ui-color-text)}:where(.ui-badge){display:inline-flex;border-radius:var(--ui-radius-pill);padding:.2rem .6rem;font-size:var(--ui-text-caption);background:var(--ui-color-card);color:var(--ui-color-muted)}:where(.ui-badge--success){color:var(--ui-color-success);background:#e9f4ec}:where(.ui-badge--warning){color:#885900;background:#fff3d5}:where(.ui-badge--danger){color:var(--ui-color-danger);background:#fce9e7}:where(.ui-progress){height:.5rem;border-radius:var(--ui-radius-pill);background:var(--ui-color-card);overflow:hidden}:where(.ui-progress span){display:block;height:100%;background:var(--ui-color-primary)}:where(.ui-segmented){display:flex;flex-wrap:wrap;gap:var(--ui-space-1);padding:var(--ui-space-1);border-radius:var(--ui-radius-pill);background:var(--ui-color-card);width:fit-content}:where(.ui-segmented button){padding:.4rem .8rem;border:0;border-radius:var(--ui-radius-pill);background:transparent;color:var(--ui-color-muted)}:where(.ui-segmented button[aria-pressed=true]){background:var(--ui-color-surface);color:var(--ui-color-text)}.ui-label{display:grid;gap:var(--ui-space-2);font-size:var(--ui-text-label);font-weight:600}.ui-checkbox{width:1.1rem;height:1.1rem;min-height:0;accent-color:var(--ui-color-primary)}.ui-table{width:100%;border-collapse:collapse;font-size:var(--ui-text-label)}.ui-table :is(th,td){padding:var(--ui-space-3);text-align:left;border-bottom:1px solid var(--ui-color-border)}.ui-table th{color:var(--ui-color-muted);font-weight:600}.ui-toggle{position:relative;display:inline-grid;cursor:pointer;width:fit-content;max-width:100%;font-weight:500}.ui-toggle input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:1}.ui-toggle-track{display:grid;grid-template-columns:1fr 1fr;gap:var(--ui-space-1);padding:var(--ui-space-1);background:var(--ui-color-card);border-radius:var(--ui-radius-pill)}.ui-toggle-track>span{padding:.45rem .8rem;color:var(--ui-color-muted);border-radius:var(--ui-radius-pill);text-align:center;font-size:var(--ui-text-label)}.ui-toggle-track>.is-selected{background:var(--ui-color-surface);color:var(--ui-color-text);box-shadow:0 1px 3px #00000012}.ui-toggle input:focus-visible+.ui-toggle-track{outline:var(--ui-focus-ring);outline-offset:3px}.ui-toggle input:disabled+.ui-toggle-track{opacity:.5}.ui-toggle input:disabled{cursor:not-allowed}.ui-icon-button:focus-visible,.ui-segment-option:focus-visible{outline:var(--ui-focus-ring);outline-offset:3px}.ui-icon-button:disabled,.ui-segment-option:disabled{opacity:.5;cursor:not-allowed}.ui-navigation-item{display:block;width:100%;min-height:2.55rem;padding:.55rem .7rem;border:0;border-radius:.4rem;color:var(--ui-color-text);background:transparent;font:inherit;font-size:var(--ui-text-label);font-weight:500;text-align:left;cursor:pointer}.ui-navigation-item:hover{color:var(--ui-color-primary-hover);background:#e1634914}.ui-navigation-item[aria-current=page]{color:#fff;background:var(--ui-color-primary);font-weight:700}.ui-navigation-item:focus-visible{outline:var(--ui-focus-ring);outline-offset:2px}.ui-search-input{display:inline-flex;position:relative;min-width:0}.ui-search-input>svg{position:absolute;width:17px;height:17px;left:12px;top:50%;transform:translateY(-50%);color:var(--ui-color-muted);pointer-events:none}.ui-search-input>input{padding-left:37px;width:100%}.ui-button.ui-list-card{width:100%;min-width:0;box-sizing:border-box;display:grid;--ui-list-card-leading: 36px;--ui-list-card-trailing: 90px;align-items:center;gap:12px;padding:16px 14px;text-align:left;white-space:normal;font-weight:400;color:var(--ui-color-text);background:var(--ui-color-surface);border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-card)}.ui-button.ui-list-card:hover:not(:disabled){background:var(--ui-color-soft)}.ui-button.ui-list-card[aria-current=true]{border-color:var(--ui-color-text);background:var(--ui-color-soft)}.ui-response-list-card__avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#111827;color:#fff;font-size:12px;font-weight:700}.ui-list-card__copy{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;min-width:0}.ui-list-card__heading{display:flex;align-items:baseline;gap:9px;min-width:0}.ui-list-card__heading>b{flex:0 1 auto;max-width:42%;font-size:11px;color:var(--ui-color-muted)}.ui-list-card__heading>strong{flex:1 1 0;font-size:12px;line-height:1.4}.ui-list-card__heading>b,.ui-list-card__heading>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-list-card__description{min-width:0;overflow:hidden;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.5;color:var(--ui-color-muted)}.ui-list-card__trailing{display:grid;justify-items:end;min-width:0;gap:8px}.ui-list-card__trailing time{width:100%;overflow-wrap:anywhere;font-size:10px;line-height:1.4;text-align:right;color:var(--ui-color-muted)}.ui-response-list-card__status{display:inline-flex;align-items:center;gap:4px;border-radius:var(--ui-radius-pill);padding:4px 9px;font-size:10px}.ui-response-list-card__status.is-read{color:var(--ui-color-success);background:#e8f6ec}.ui-response-list-card__status.is-unread{color:var(--ui-color-primary-hover);background:#ffe7e1}.ui-response-list-card__status svg{width:13px;height:13px}@media(max-width:760px){.ui-button.ui-list-card{--ui-list-card-leading: 28px;--ui-list-card-trailing: 74px;gap:8px;padding:13px 9px}.ui-response-list-card__avatar{width:28px;height:28px;font-size:10px}}.ui-date-range{display:flex;align-items:end;gap:8px;margin:0;padding:0;border:0;min-width:0}.ui-date-range .ui-label{gap:4px}.ui-date-range .ui-input{width:138px;min-width:0}.workspace-page{color:var(--ui-color-text);min-width:0}.workspace-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}.workspace-heading h1{margin:2px 0 6px}.workspace-heading p{margin:0;color:var(--ui-color-muted);font-size:13px}.workspace-heading .workspace-eyebrow{color:var(--ui-color-primary);font-size:11px;font-weight:700;margin-bottom:5px}.workspace-heading-actions,.workspace-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.workspace-toolbar{margin-bottom:20px}.workspace-toolbar>.ui-search-input{flex:0 1 280px}.workspace-toolbar>.ui-select{width:auto;min-width:150px}.workspace-toolbar .ui-segmented{flex-wrap:wrap;border-radius:24px}.workspace-split{display:grid;grid-template-columns:minmax(270px,38%) minmax(0,1fr);gap:24px;align-items:start}.workspace-list{display:grid;gap:12px;list-style:none;padding:0;margin:0;min-width:0}.workspace-list>li{margin:0}.workspace-list-heading{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border:1px solid var(--ui-color-border);border-radius:10px;font-size:12px;margin:0}.workspace-detail.ui-card,.workspace-panel.ui-card{padding:22px;border:1px solid var(--ui-color-border);border-radius:12px;background:var(--ui-color-surface);min-width:0}.workspace-detail>h2{margin-top:0}.workspace-detail h3{font-size:14px;margin-top:24px}.workspace-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;font-size:13px}.workspace-detail dl div{min-width:0}.workspace-detail dt{color:var(--ui-color-muted);font-size:11px;margin-bottom:5px}.workspace-detail dd{margin:0;overflow-wrap:anywhere}.workspace-detail p,.workspace-detail li{font-size:13px;line-height:1.65;overflow-wrap:anywhere}.workspace-detail form{display:grid;gap:14px;margin-top:20px;padding:18px;background:var(--ui-color-soft);border-radius:10px}.workspace-detail .eyebrow{color:var(--ui-color-primary);font-size:11px}.workspace-status{display:inline-block;max-width:100%;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:600;background:var(--ui-color-soft);color:var(--ui-color-muted);text-transform:capitalize;overflow-wrap:anywhere}.workspace-detail .ui-card{margin:12px 0;padding:16px}.workspace-caption{font-size:12px;color:var(--ui-color-muted)}.workspace-empty{padding:28px 16px;font-size:13px;color:var(--ui-color-muted)}.workspace-page .ui-list-card__trailing time{font-size:10px}.workspace-page .ui-list-card__heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-page .inline-form{margin-bottom:24px;padding:22px;border:1px solid var(--ui-color-border);border-radius:12px;background:var(--ui-color-surface)}.workspace-page .worker-activity-list>li{background:var(--ui-color-surface);border:1px solid var(--ui-color-border);border-radius:12px;padding:18px}.settings-workspace .settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.settings-workspace .settings-grid>.ui-card{padding:24px;border:1px solid var(--ui-color-border);border-radius:12px}.settings-workspace .settings-grid>.ui-card:last-child{grid-column:1/-1}.settings-workspace .user-settings>.ui-card{padding:24px;max-width:760px;border:1px solid var(--ui-color-border);border-radius:12px}.settings-workspace h2{font-size:20px}.settings-workspace form{display:grid;gap:14px}.settings-workspace p{font-size:13px;line-height:1.65}@media(max-width:760px){.workspace-heading{flex-wrap:wrap}.workspace-split{grid-template-columns:minmax(0,1fr);gap:18px}.workspace-list{max-height:420px;overflow:auto}.workspace-toolbar>.ui-search-input,.workspace-toolbar>.ui-select{flex:1 1 100%;width:100%;min-width:0}.workspace-detail.ui-card{padding:18px}.settings-workspace .settings-grid{grid-template-columns:minmax(0,1fr)}}@media(min-width:761px){.fixed-list-workspace{display:flex;flex-direction:column;height:calc(100dvh - clamp(2.4rem,6vw,5rem));min-height:0;overflow:hidden}.fixed-list-workspace>.responses-layout,.fixed-list-workspace>.workspace-split{flex:1;min-height:0;overflow:hidden}.fixed-list-workspace .scroll-list-column{display:flex;flex-direction:column;min-height:0;overflow:hidden}.fixed-list-workspace .scroll-list-column>.responses-list,.fixed-list-workspace .scroll-list-column>.workspace-list{flex:1;min-height:0;align-content:start;overflow-y:auto;scrollbar-gutter:stable;padding-right:6px}}.administration-list-panel{min-width:0}.administration-card-list{padding-top:12px}.administration-list-card .response-avatar svg{width:18px;height:18px}.administration-list-card .ui-list-card__description{text-transform:capitalize}@media(min-width:761px){.fixed-list-workspace>.responses-layout,.fixed-list-workspace>.workspace-split{align-items:stretch}.fixed-list-workspace .scroll-list-column,.fixed-list-workspace>.responses-layout>.response-detail,.fixed-list-workspace>.workspace-split>.workspace-detail{height:100%;max-height:100%}.fixed-list-workspace>.responses-layout>.response-detail,.fixed-list-workspace>.workspace-split>.workspace-detail{min-height:0;overflow-y:auto;scrollbar-gutter:stable}}.responses-workspace{color:#172032}.responses-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}.responses-heading h1{margin:2px 0 6px}.responses-heading p{margin:0;font-size:13px;color:#687183}.responses-workspace .responses-eyebrow{color:var(--color-coral, #ee6048);font-size:11px;font-weight:700;margin:0 0 5px}.responses-heading .create-area{margin:8px 0 0}.responses-heading .inline-form{width:min(360px,100%)}.responses-toolbar{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.responses-toolbar .ui-segmented{background:transparent;gap:9px;padding:0}.responses-toolbar .ui-segment-option{border-radius:24px;background:#f1f3f5;font-size:12px;padding:9px 15px}.responses-toolbar .ui-segment-option[aria-pressed=true]{background:#ef634b;color:#fff}.responses-search-controls{display:flex;gap:12px;flex:0 1 490px}.responses-search-controls input{flex:1;min-width:100px}.responses-search-controls select{width:155px}.responses-workspace input,.responses-workspace select{border-color:#e0e4e9;border-radius:8px;font-size:12px}.responses-layout{display:grid;grid-template-columns:minmax(300px,38%) minmax(0,1fr);gap:24px;align-items:start}.responses-list-heading{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e7eb;border-radius:9px;padding:5px 14px;font-size:12px;min-height:42px}.responses-list-heading select{width:auto;border:0;background:transparent;padding:5px}.responses-list{display:grid;gap:12px;list-style:none;padding:12px 0 0;margin:0}.responses-list li{margin:0}.response-avatar{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#111827;color:#fff;font-size:12px;font-weight:700}.response-status{display:inline-flex;align-items:center;gap:5px;border-radius:20px;background:#f1f3f5;color:#626a78;padding:5px 10px;font-size:10px;font-weight:600;text-transform:capitalize;white-space:nowrap}.response-status.is-unread{background:#ffe7e1;color:#d9452d}.response-status svg{width:13px;height:13px}.responses-workspace .response-detail{border:1px solid #e5e7eb;border-radius:10px;padding:22px 16px;background:#fff;box-shadow:0 3px 18px #192a4306;min-width:0}.response-detail-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:0 0 18px;border-bottom:1px solid #f0f1f3}.response-detail-heading h2{font-size:21px;line-height:1.35;margin:0;overflow-wrap:anywhere}.response-metadata{display:flex;flex-wrap:wrap;gap:18px;padding:18px 0 24px;font-size:11px}.response-metadata>div{display:flex;gap:9px;align-items:center}.response-metadata>div>div{display:grid;gap:4px}.response-metadata small{color:#7a8290;font-size:10px}.response-metadata svg{width:18px;height:18px;color:#687183}.response-metadata .response-owner{margin-right:auto}.response-sections{display:grid;gap:12px}.response-section{display:flex;gap:12px;padding:14px 12px;border:1px solid #f0f1f3;border-radius:10px;box-shadow:0 2px 9px #192a4305}.response-section>div{flex:1;min-width:0}.response-section h3{margin:3px 0 10px;font-size:13px}.response-section p{margin:0;border-radius:8px;padding:12px;background:#f3f4f6;color:#4a5363;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.response-section-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#e0e7ff;color:#4e65cd;flex-shrink:0}.response-section-icon svg{width:18px;height:18px}.response-section-response .response-section-icon{background:#d5f4dd;color:#23a455}.response-section-context .response-section-icon{background:#def0ff;color:#3888b2}.response-section-recommendation .response-section-icon{background:bisque;color:#b97832}.responses-empty{padding:25px 10px;color:#687183;font-size:13px}@media(max-width:1050px){.responses-layout{grid-template-columns:minmax(270px,40%) minmax(0,1fr);gap:14px}}@media(max-width:760px){.responses-layout{grid-template-columns:1fr}.responses-heading{flex-wrap:wrap;gap:10px}.responses-toolbar{gap:14px}.responses-search-controls{flex-basis:100%}.response-detail-heading h2{font-size:18px}.responses-list{max-height:360px;overflow-y:auto}}@media(max-width:760px){.responses-search-controls{flex-wrap:wrap}.responses-search-controls input,.responses-search-controls select{width:100%;flex:1 1 100%;min-width:0}.responses-inbox{min-width:0}.response-detail-heading{flex-wrap:wrap}}.response-read-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.response-read-actions button{font-size:11px;padding:5px 8px}.response-status.is-read{color:#288446;background:#e8f6ec}.responses-toolbar>select{width:155px;min-width:0}.responses-toolbar .ui-search-input{flex:0 1 270px}.response-metadata .response-owner{margin-right:0}.response-metadata .response-owner+.response-owner{border-left:1px solid var(--ui-color-border);padding-left:18px}@media(max-width:760px){.responses-toolbar>select,.responses-toolbar .ui-search-input{width:100%;flex:1 1 100%}.response-metadata .response-owner+.response-owner{border-left:0;padding-left:0}}.user-settings{margin-bottom:30px}.user-settings form{max-width:520px;display:grid;gap:14px}.response-continuation{display:grid;gap:13px;margin-top:18px;padding:18px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}.response-continuation h3{margin:2px 0 6px;font-size:15px}.response-continuation>div>p:last-child{margin:0;color:#687183;font-size:12px}.response-continuation textarea{width:100%;resize:vertical}.response-continuation .user-mention-textarea>small{color:#7a8290}.response-email-option{display:inline-flex;align-items:center;gap:9px;width:fit-content;color:#333c4d;font-size:12px;font-weight:600;cursor:pointer}.response-continuation-message{margin:0;font-size:12px}.response-continuation-message.is-error{color:#b42318}.response-continuation-message.is-success{color:#18794e}.response-continuation>button{justify-self:start}.responses-toolbar .ui-date-range{align-self:center}.responses-toolbar .ui-date-range .ui-label{display:block;line-height:1}.responses-toolbar .ui-date-range-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.responses-toolbar .ui-date-range .ui-input{height:36px;padding-top:0;padding-bottom:0;font-size:12px}.style-guide{padding:clamp(1rem,3vw,2.5rem);min-height:0;max-width:90rem;margin:auto}.style-guide-intro{display:grid;gap:var(--ui-space-3)}.style-guide-nav{display:flex;flex-wrap:wrap;gap:var(--ui-space-4);padding-block:var(--ui-space-5)}.style-guide-nav a{color:var(--ui-color-text);text-underline-offset:.3rem;font-size:var(--ui-text-label)}.style-guide-section{display:grid;gap:var(--ui-space-5);padding-block:var(--ui-space-6);border-top:1px solid var(--ui-color-border);scroll-margin-top:1rem}.style-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-4)}.style-guide-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--ui-space-4)}.style-guide-swatches{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:var(--ui-space-3)}.style-guide-swatch{display:block;height:4rem;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-control);margin-bottom:var(--ui-space-3)}.style-guide code{display:block;font-size:.7rem;color:var(--ui-color-muted);overflow-wrap:anywhere}.style-guide-space{display:grid;gap:var(--ui-space-2)}.style-guide-space span{display:block;height:1.5rem;background:var(--ui-color-primary)}.style-guide-type{display:grid;grid-template-columns:10rem 1fr;align-items:center;gap:var(--ui-space-4)}.style-guide-icon{display:grid;justify-items:center;gap:var(--ui-space-2)}.style-guide .holiday-monthly-overview{grid-column:auto}.style-guide .ui-card--soft{background:var(--ui-color-card)}.style-guide .ui-card>.ui-text--metric{display:block;margin-block:var(--ui-space-4)}@media(max-width:45rem){.style-guide-grid,.style-guide-type,.style-guide .holiday-activity-counters,.style-guide .holiday-monthly-overview{grid-template-columns:1fr}}.objectives-create{margin-bottom:24px;padding:22px}.objectives-create form{display:grid;gap:14px}.objectives-workspace .responses-toolbar .ui-segmented{flex-wrap:wrap}.objective-list-card .response-avatar svg{width:18px;height:18px}.objective-list-card .response-status{max-width:100%;white-space:normal;overflow-wrap:anywhere}.objective-status-completed{color:#288446;background:#e8f6ec}.objective-status-attention{color:#946018;background:#fff1d7}.objective-status-active{color:#4e65a6;background:#edf0fa}.objective-activity{margin-top:24px;font-size:13px}.objective-activity h3{font-size:14px}.objective-activity h3 span{color:var(--ui-color-muted);margin-left:8px}.objective-activity details{border-top:1px solid var(--ui-color-border);padding:16px 0}.objective-activity summary{cursor:pointer;font-weight:600}.objective-activity p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.objective-task{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--ui-color-border)}.objective-task strong{flex:1;min-width:0;overflow-wrap:anywhere}.objective-task p{flex-basis:100%;margin:0}.instruction-time{color:var(--ui-color-text);font-weight:700}html,body{width:100%;margin:0}.holiday-root,.holiday-dashboard-theme{--holiday-navigation: var(--ui-color-navigation);--holiday-main: var(--ui-color-surface);--holiday-primary: var(--ui-color-primary);--holiday-primary-strong: var(--ui-color-primary-hover);--holiday-text: var(--ui-color-text);--holiday-muted: var(--ui-color-muted);--holiday-border: var(--ui-color-border);--holiday-soft: var(--ui-color-soft);--holiday-card: var(--ui-color-card)}.holiday-root{width:100%;min-height:100vh;padding:0;overflow-x:clip;color:var(--holiday-text);background:#e9e9e8;font-family:var(--ui-font-family);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.holiday-root *,.holiday-root *:before,.holiday-root *:after{box-sizing:border-box}.holiday-root button:focus-visible{outline:3px solid var(--holiday-primary);outline-offset:3px}.holiday-shell{width:100%;min-height:100vh}.holiday-navigation{display:grid;gap:1.2rem;padding-top:1rem}.holiday-navigation-group{display:grid;gap:.2rem}.holiday-navigation-group p{margin:0 0 .25rem .7rem;color:var(--holiday-muted);font-size:.68rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.holiday-navigation-group button{display:grid;grid-template-columns:2rem 1fr;align-items:center;gap:.45rem;width:100%;min-height:3rem;padding:.78rem .85rem;border:0;border-radius:.4rem;color:var(--holiday-text);background:transparent;font-size:1rem;font-weight:500;line-height:1.25;text-align:left;transition:color .14s ease,background-color .14s ease,box-shadow .14s ease}.holiday-navigation-group button:not([aria-current=page]):hover{color:var(--holiday-primary);background:#e1634917;box-shadow:inset 3px 0 var(--holiday-primary)}.holiday-navigation-group button span{display:grid;place-items:center;color:#111}.holiday-navigation-group button svg{width:1.35rem;height:1.35rem}.holiday-navigation-group button[aria-current=page]{color:#fff;background:var(--holiday-primary);font-weight:600}.holiday-navigation-group button[aria-current=page] span{color:#111}.holiday-organisation{display:grid;grid-template-columns:2rem 1fr;align-items:center;gap:.6rem;padding:1rem .35rem .7rem;border-top:1px solid var(--holiday-border);font-size:.8rem}.holiday-organisation span{display:grid;width:2rem;height:2rem;place-items:center;border-radius:50%;color:#fff;background:var(--holiday-primary)}.holiday-return{width:100%;border-color:var(--holiday-primary);color:var(--holiday-primary);background:transparent}.holiday-workspace{width:100%;min-width:0;min-height:100vh;max-width:none;margin:0;padding:0;background:var(--holiday-main);border-radius:0;overflow:hidden}.holiday-workspace-bar{display:block;margin:0;padding:1.45rem 2.25rem 0;background:#fff;border-bottom:1px solid var(--holiday-border)}.holiday-header-top{display:flex;align-items:center;gap:.85rem}.holiday-icon-button{display:inline-grid;width:2.85rem;height:2.85rem;flex:0 0 auto;padding:0;place-items:center;border:1px solid #ebe8e2;border-radius:50%;color:var(--holiday-text);background:#fff}.holiday-icon-button svg,.holiday-search-button svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.holiday-header-identity{display:flex;align-items:center;gap:.7rem}.holiday-header-identity>span{display:grid;width:2.7rem;height:2.7rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:#111;font-weight:800}.holiday-header-identity>div{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.holiday-page-logo{display:block;width:7rem;height:auto}.holiday-inline-icon,.holiday-clear-dayworker svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.holiday-header-identity strong,.holiday-header-identity small,.holiday-instruction-identity strong,.holiday-instruction-identity small{display:block}.holiday-header-identity strong{font-size:.95rem}.holiday-header-identity small,.holiday-instruction-identity small{color:var(--holiday-muted)}.holiday-header-actions{display:flex;align-items:flex-start;gap:1.2rem;margin-left:auto}.holiday-selected-worker-control{display:grid;width:clamp(28rem,52vw,46rem);min-width:0;gap:.45rem}.holiday-search-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:.65rem;width:min(14rem,23vw);min-height:2.85rem;padding:0 .95rem;border:0;border-left:1px solid #ebe8e2;color:var(--holiday-muted);background:transparent;text-align:left}.holiday-search-button:disabled,.holiday-notification-button:disabled{color:var(--holiday-muted);cursor:not-allowed;opacity:1}.holiday-search-button span{overflow:hidden;flex:1;white-space:nowrap;text-overflow:ellipsis}.holiday-instruction-identity{display:flex;align-items:center;gap:.65rem;min-width:12rem;justify-self:end}.holiday-instruction-identity>div{min-width:0;flex:1}.holiday-instruction-identity strong,.holiday-instruction-identity small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.holiday-clear-dayworker{display:grid;width:1.8rem;height:1.8rem;flex:0 0 auto;padding:0;place-items:center;border:1px solid #e3e1dd;border-radius:50%;color:var(--holiday-muted);background:#fff;font:inherit;font-size:1rem}.holiday-clear-dayworker:hover{color:var(--holiday-text);border-color:#c9c6c1}.holiday-worker-instruction{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 2.5rem;align-items:center;padding:.8rem .9rem .65rem;border:1px solid #ebe8e2;border-radius:1rem;background:#fff;box-shadow:0 8px 24px #201c1a14}.holiday-worker-instruction label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.holiday-worker-instruction textarea{min-width:0;min-height:5.5rem;padding:.45rem 0;resize:vertical;border:0;outline:0;color:var(--holiday-text);background:transparent;font:inherit;font-size:.78rem}.holiday-worker-instruction textarea::placeholder{color:#aaa6a1}.holiday-worker-availability{display:grid;min-width:9rem;align-self:center;padding:.35rem .75rem;border-left:1px solid #ebe8e2}.holiday-worker-availability small,.holiday-worker-availability strong{display:block}.holiday-worker-availability small{color:var(--holiday-muted);font-size:.62rem}.holiday-worker-availability strong{margin-top:.15rem;text-transform:capitalize;font-size:.76rem}.holiday-drawer-search{display:flex;width:100%;min-height:2.65rem;align-items:center;gap:.6rem;margin:.85rem 0;padding:0 .8rem;border:1px solid #e5e2dc;border-radius:999px;color:var(--holiday-muted);background:#fff;font:inherit;text-align:left}.holiday-drawer-search svg{width:1rem;fill:none;stroke:currentColor;stroke-width:1.8}.holiday-worker-instruction:focus-within{border-color:#d4d0ca;box-shadow:0 10px 28px #201c1a1f}.holiday-worker-instruction button{display:grid;width:2rem;height:2rem;padding:0;place-items:center;border:0;color:#aaa6a1;background:transparent}.holiday-worker-instruction button svg{width:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.holiday-instruction-feedback{grid-column:1 / -1;min-height:.8rem;color:var(--holiday-muted);font-size:.62rem}.holiday-notification-button{width:4.7rem;height:4.7rem;border:0;background:#fff}.holiday-dayworker-identity-badge{display:grid;width:2.7rem;height:2.7rem;place-items:center;border-radius:50%;color:#fff;background:var(--holiday-primary);font-weight:800}.holiday-header-hero{display:grid;grid-template-columns:minmax(15rem,1fr) minmax(24rem,34rem) minmax(15rem,1fr);align-items:center;min-height:8.5rem;padding:1.4rem 0 1.3rem;gap:clamp(1rem,4vw,4rem);text-align:center}.holiday-date-actions{display:flex;align-items:center;justify-self:start;gap:.9rem}.holiday-date-actions time{display:flex;align-items:center;gap:.7rem}.holiday-date-actions time>strong{display:grid;width:4rem;height:4rem;place-items:center;border:1px solid #dededb;border-radius:50%;font-size:1.35rem}.holiday-date-actions time span,.holiday-date-actions time small{display:block;color:var(--holiday-text);font-size:.78rem;font-weight:500;line-height:1.15;text-align:left}.holiday-date-actions>button{display:inline-flex;min-height:2.8rem;align-items:center;gap:1.1rem;padding:.65rem 1.15rem;border:0;border-radius:999px;color:#fff;background:var(--holiday-primary);font:inherit;font-size:.76rem;font-weight:600}.holiday-date-actions>button:hover{background:var(--holiday-primary-strong)}.holiday-date-actions>button svg{width:1rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.holiday-instruction-composer{width:100%;justify-self:center;margin:0}.holiday-instruction-composer h1{margin:0;font-weight:500;letter-spacing:-.04em}.holiday-instruction-composer p{margin:.25rem 0 0;color:#b8b5b1;font-size:clamp(1.25rem,2.4vw,2.05rem);letter-spacing:-.035em}.holiday-instruction-composer h1{font-size:clamp(1.6rem,3vw,2.6rem)}.holiday-instruction-line{display:grid;grid-template-columns:minmax(18rem,34rem) 2.5rem;align-items:center}.holiday-instruction-line label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.holiday-instruction-line input{min-width:0;padding:.15rem 0 .35rem;border:0;border-bottom:1px solid transparent;outline:0;color:var(--holiday-text);background:transparent;font:inherit;font-size:clamp(1.45rem,2.7vw,2.35rem);letter-spacing:-.04em}.holiday-instruction-line input::placeholder{color:#b8b5b1;opacity:1}.holiday-instruction-line input:focus{border-bottom-color:var(--holiday-primary)}.holiday-instruction-line button{display:grid;width:2.5rem;height:2.5rem;padding:0;place-items:center;border:0;color:#b8b5b1;background:transparent}.holiday-instruction-line button svg{width:1.3rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.holiday-header-hero .holiday-notification-button{justify-self:end;margin-left:0}.holiday-workspace-content{width:100%;max-width:none;margin:0;padding:1.5rem 2.25rem 2.25rem}.holiday-foundation-screen{display:grid;gap:1.5rem}.holiday-screen-heading{padding-bottom:1rem;border-bottom:1px solid var(--holiday-border)}.holiday-screen-heading h1{margin-bottom:.45rem;font-size:clamp(1.8rem,3vw,2.8rem)}.holiday-screen-heading>p:last-child{max-width:48rem;color:var(--holiday-muted)}.holiday-eyebrow{margin-bottom:.35rem;color:var(--holiday-primary);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.holiday-state-panel{min-height:12rem;padding:1.25rem;border:1px solid var(--holiday-border);border-radius:.55rem;background:#fff;box-shadow:0 2px 8px #201c1a0f}.holiday-state-panel strong{color:var(--holiday-primary)}.holiday-state-panel p{max-width:42rem;margin-top:.55rem;color:var(--holiday-muted)}.holiday-dashboard{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);gap:1rem;align-items:start;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif}.holiday-dashboard-main{display:grid;grid-template-columns:minmax(14rem,1.15fr) minmax(25rem,2.4fr) minmax(10rem,1fr) 9rem;grid-template-rows:minmax(11rem,auto) minmax(11rem,auto);min-width:0;gap:.65rem;padding:1rem}.holiday-monthly-overview{display:contents}.holiday-monthly-overview article{min-width:0;border-radius:.9rem}.holiday-monthly-overview p{margin:0;color:var(--holiday-muted);font-size:.7rem}.holiday-monthly-overview strong,.holiday-monthly-overview small{display:block}.holiday-monthly-overview small{color:var(--holiday-muted);font-size:.66rem}.holiday-monthly-stack{display:grid;grid-column:4;grid-row:1 / span 2;grid-template-rows:repeat(3,auto);align-content:space-between;justify-items:center;gap:0}.holiday-monthly-overview .holiday-token-card{position:relative;display:grid;width:8.8rem;aspect-ratio:1;place-items:center;padding:.55rem;border-radius:50%;color:#fff;background:#0f0f0f}.holiday-token-gauge{position:absolute;inset:.45rem}.holiday-token-gauge svg{width:100%;height:100%;rotate:-90deg}.holiday-token-gauge circle{fill:none;stroke:#3c3c3c;stroke-width:9}.holiday-token-gauge .holiday-token-progress{stroke:var(--holiday-primary);stroke-linecap:round;transition:stroke-dashoffset .18s ease}.holiday-token-copy{position:relative;z-index:1;text-align:center}.holiday-token-copy strong{margin:0;font-size:1.05rem}.holiday-token-copy p,.holiday-token-copy small{color:#bdbdbd}.holiday-token-copy p{margin-top:.1rem;font-size:.62rem;line-height:1.1}.holiday-token-copy small{margin-top:.12rem;font-size:.54rem;line-height:1.15}.holiday-token-card-label{position:absolute;bottom:1.15rem;left:50%;width:6rem;translate:-50% 0;color:#919191;font-size:.52rem;text-align:center}.holiday-monthly-overview .holiday-highest-user-card{display:flex;width:8.8rem;min-width:8.8rem;height:8.8rem;min-height:8.8rem;aspect-ratio:1;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.7rem;border-radius:50%;color:#fff;background:var(--holiday-primary);text-align:center}.holiday-monthly-overview .holiday-completed-circle-card{display:flex;width:8.8rem;aspect-ratio:1;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:1rem;border-radius:50%;background:var(--holiday-card);text-align:center}.holiday-completed-circle-card>span{display:grid;width:1.9rem;height:1.9rem;place-items:center;border-radius:50%;color:#111;background:#fff;font-size:.75rem;font-weight:800}.holiday-completed-circle-card strong{margin-top:.15rem;overflow-wrap:anywhere;font-size:.88rem}.holiday-completed-circle-card p{margin-top:.12rem;color:var(--holiday-text);font-size:.7rem;font-weight:650}.holiday-highest-user-card .holiday-user-symbol,.holiday-analytics-icon{display:grid;width:1.9rem;height:1.9rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#111;background:#fff;font-size:.75rem;font-weight:700}.holiday-highest-user-card .holiday-user-symbol{width:1.85rem;height:1.85rem;color:#111;background:transparent;line-height:1}.holiday-highest-user-card .holiday-user-symbol svg{width:1.75rem;height:1.75rem;stroke-width:1.5}.holiday-highest-user-card p,.holiday-highest-user-card small{color:#fff}.holiday-highest-user-card p{font-size:.83rem;font-weight:750;line-height:1.05}.holiday-highest-user-card strong{max-width:7rem;margin:.22rem auto 0;overflow-wrap:anywhere;font-size:.56rem;line-height:1.08}.holiday-highest-user-card small{max-width:7rem;margin:.22rem auto 0;font-size:.49rem;line-height:1.08;opacity:.82}.holiday-time-card,.holiday-comparison-card{padding:1rem;background:var(--holiday-card)}.holiday-time-card{display:flex;grid-column:3;grid-row:1;flex-direction:column}.holiday-comparison-card{grid-column:3;grid-row:2}.holiday-trend-card{display:flex;min-width:0;grid-column:1;grid-row:1;flex-direction:column;justify-content:space-between;padding:1rem;border-radius:1.35rem;background:var(--holiday-card)}.holiday-budget-card{display:grid;min-width:0;grid-column:1;grid-row:2;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--holiday-card);border-radius:1.35rem;background:#fff}.holiday-budget-card-main{display:flex;min-height:11rem;flex-direction:column;padding:1rem}.holiday-budget-card-main>header{display:block}.holiday-budget-card h2,.holiday-budget-card p{margin:0}.holiday-budget-card h2{margin-top:.16rem;font-size:1rem}.holiday-budget-card p,.holiday-budget-identity small,.holiday-budget-summary dt{color:var(--holiday-muted);font-size:.64rem}.holiday-budget-card select{width:100%;min-width:0;max-width:none;margin-top:.75rem;padding:.5rem 1.75rem .5rem .65rem;border:1px solid #e4e4e1;border-radius:999px;color:var(--holiday-text);background:#fff;font:inherit;font-size:.65rem}.holiday-budget-identity{display:flex;min-width:0;align-items:center;gap:.55rem;margin-top:1rem}.holiday-budget-identity>div{min-width:0}.holiday-budget-identity small,.holiday-budget-identity strong{display:block}.holiday-budget-identity strong{margin-top:.15rem;overflow-wrap:anywhere;font-size:.76rem}.holiday-budget-editor>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:auto;padding-top:.8rem}.holiday-budget-editor button{min-height:2rem;border:0;border-radius:999px;color:#fff;background:#111;font:inherit;font-size:.66rem;font-weight:650}.holiday-budget-editor button:first-child{color:var(--holiday-text);background:var(--holiday-card)}.holiday-budget-editor button:disabled,.holiday-budget-card select:disabled,.holiday-budget-edit:disabled{cursor:not-allowed;opacity:.52}.holiday-budget-editor{margin-top:auto;padding-top:.65rem}.holiday-budget-editor label{display:grid;gap:.25rem;color:var(--holiday-muted);font-size:.64rem}.holiday-budget-editor input{min-width:0;padding:.5rem .65rem;border:1px solid #dededb;border-radius:.65rem;color:var(--holiday-text);background:#fff;font:inherit}.holiday-budget-editor>div{margin-top:.45rem;padding-top:0}.holiday-budget-summary{display:flex;align-items:end;gap:.75rem;padding:.85rem 1rem;background:var(--holiday-card)}.holiday-budget-summary dl{display:flex;width:100%;justify-content:space-between;gap:.9rem;margin:0}.holiday-budget-summary dd{margin:.15rem 0 0;font-size:.78rem;font-weight:700}.holiday-budget-edit{display:inline-flex;align-items:center;align-self:flex-end;gap:.45rem;margin-top:auto;padding:.55rem .8rem;border:1px solid #e4e4e1;border-radius:999px;color:var(--holiday-primary);background:#fff;font:inherit;font-size:.66rem;font-weight:700}.holiday-budget-edit span{display:grid;width:1.35rem;height:1.35rem;place-items:center;border-radius:50%;color:#fff;background:var(--holiday-primary)}.holiday-trend-heading{display:grid;grid-template-columns:auto repeat(2,minmax(0,1fr));align-items:center;gap:.65rem}.holiday-trend-heading small,.holiday-trend-heading strong{display:block}.holiday-trend-heading small{color:var(--holiday-muted);font-size:.6rem}.holiday-trend-heading strong{margin-top:.1rem;overflow-wrap:anywhere;font-size:.8rem}.holiday-trend-card>svg{flex-shrink:0;width:100%;height:4rem;margin:.4rem 0;overflow:visible}.holiday-trend-empty{display:grid;min-height:6.5rem;flex:1;place-content:center;justify-items:center;padding:.75rem 0;text-align:center}.holiday-trend-empty>span{color:var(--holiday-primary);font-size:1.3rem}.holiday-trend-empty strong,.holiday-trend-empty small{display:block}.holiday-trend-empty strong{margin-top:.3rem;font-size:.74rem}.holiday-trend-empty small{margin-top:.15rem;color:var(--holiday-muted);font-size:.61rem}.holiday-trend-card>svg polyline,.holiday-trend-card>svg .holiday-trend-point{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;vector-effect:non-scaling-stroke}.holiday-trend-card>svg .holiday-trend-point{stroke-width:6}.holiday-trend-card>svg .is-completed{stroke:var(--holiday-primary)}.holiday-trend-card>svg .is-dayworkers{stroke:#efb8ab}.holiday-trend-card>footer{display:flex;align-items:end;justify-content:space-between;gap:.65rem}.holiday-trend-card h2,.holiday-trend-card p{margin:0}.holiday-trend-card h2{font-size:1rem;letter-spacing:-.02em}.holiday-trend-card p{margin-top:.14rem;color:var(--holiday-muted);font-size:.62rem}.holiday-trend-legend{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--holiday-muted);font-size:.62rem}.holiday-trend-legend span{display:inline-flex;align-items:center;gap:.3rem}.holiday-trend-legend span:before{width:.45rem;height:.45rem;border-radius:50%;background:var(--holiday-primary);content:""}.holiday-trend-legend span:last-child:before{background:#202020}.holiday-time-card>p,.holiday-comparison-card>p{margin-top:.8rem}.holiday-time-card>strong,.holiday-comparison-card>strong{margin-top:.25rem;font-size:1.15rem}.holiday-time-card>small{margin-top:.15rem}.holiday-runtime-calendar{display:flex;min-height:0;flex:1;flex-direction:column;margin-top:.65rem}.holiday-runtime-calendar-heading{display:flex;align-items:baseline;justify-content:space-between;gap:.35rem;margin-bottom:.3rem;color:var(--holiday-text);font-size:.65rem;font-weight:700}.holiday-runtime-calendar-heading small{color:var(--holiday-muted);font-size:.55rem;font-weight:500;white-space:nowrap}.holiday-runtime-calendar-grid{display:grid;min-height:0;flex:1;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(1.35rem,1fr);gap:.16rem;text-align:center}.holiday-runtime-day{display:grid;width:clamp(1.15rem,1.55vw,1.55rem);aspect-ratio:1;place-self:center;place-items:center;border-radius:50%;color:#555;background:#ffffffb8;font-size:.55rem;font-weight:600;line-height:1}.holiday-runtime-day.is-active{color:#fff;background:var(--holiday-primary)}.holiday-usage-bars{display:flex;height:8.5rem;align-items:end;justify-content:center;gap:1.2rem;margin-top:.75rem;padding-top:.5rem;background-image:linear-gradient(#dcdcd9 1px,transparent 1px),linear-gradient(90deg,#dcdcd9 1px,transparent 1px);background-size:1.3rem 1.3rem}.holiday-usage-bars>div{display:grid;width:3.5rem;height:100%;grid-template-rows:1fr auto auto;align-items:end;justify-items:center}.holiday-usage-bars>div>span{width:1.5rem;min-height:.7rem;border-radius:.55rem .55rem 0 0;background:#aaa}.holiday-usage-bars>div:last-child>span{background:var(--holiday-primary)}.holiday-usage-bars small,.holiday-usage-bars b{padding:.12rem .22rem;background:var(--holiday-card);font-size:.58rem;white-space:nowrap}.holiday-usage-bars b{font-weight:650}.holiday-activity-manager{grid-column:2;grid-row:1 / span 2;margin:0;padding:1rem;border-radius:1.35rem;background:var(--holiday-card)}.holiday-activity-manager>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.holiday-activity-manager h2{margin:0;font-size:.82rem;font-weight:650;letter-spacing:-.01em}.holiday-activity-filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.4rem}.holiday-activity-filters label{color:var(--holiday-muted);font-size:.66rem;font-weight:650}.holiday-activity-filters select{min-height:1.8rem;max-width:13rem;padding:.3rem 1.7rem .3rem .65rem;border:1px solid #dfdfdc;border-radius:999px;color:var(--holiday-text);background:#fff;font:inherit;font-size:.66rem}.holiday-activity-filters>div{display:flex;flex-wrap:wrap;gap:.3rem}.holiday-activity-filters button{display:inline-flex;min-height:1.8rem;align-items:center;gap:.4rem;padding:.3rem .65rem;border:1px solid #dfdfdc;border-radius:999px;color:var(--holiday-text);background:#fff;font:inherit;font-size:.66rem;font-weight:550;opacity:1}.holiday-activity-filters button[aria-pressed=true]{border-color:var(--holiday-primary);color:#fff;background:var(--holiday-primary)}.holiday-activity-filters button>span{width:.35rem;height:.35rem;border-radius:50%;background:var(--holiday-primary)}.holiday-activity-filters button small{color:var(--holiday-muted);font-size:.78rem}.holiday-activity-status{min-height:1.4rem;margin:-.55rem 0 .55rem;color:var(--holiday-muted);font-size:.64rem}.holiday-activity-status button{margin-left:.5rem;padding:0;border:0;color:var(--holiday-primary);background:transparent;font:inherit;font-weight:700;text-decoration:underline}.holiday-activity-counters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.holiday-counter-icon{display:grid;width:1.7rem;height:1.7rem;place-items:center;border-radius:50%;color:#111;background:var(--holiday-card);font-size:.72rem}.holiday-activity-counters p{max-width:8rem;margin:.75rem 0 0;font-size:clamp(.9rem,1.4vw,1.1rem);line-height:1.12}.holiday-activity-counters article>strong{margin-top:.45rem;overflow-wrap:normal;font-size:clamp(1rem,1.45vw,1.45rem);white-space:nowrap;word-break:normal}.holiday-activity-counters footer{display:flex;align-items:end;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid #ededeb}.holiday-activity-counters footer small{color:var(--holiday-muted);font-size:.66rem}.holiday-activity-counters footer b{overflow-wrap:anywhere;font-size:.76rem}.holiday-dashboard-section,.holiday-dayworker-panel{border:0;border-radius:.55rem;background:#fff;box-shadow:none}.holiday-dashboard-section{padding:1rem}.holiday-dashboard-section>h2,.holiday-dayworker-panel h2{margin:0 0 .8rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.holiday-category-grid,.holiday-metric-grid{display:grid;gap:.65rem}.holiday-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.holiday-category-card,.holiday-metric-card,.holiday-empty-panel{border:0;border-radius:.9rem;background:var(--holiday-card)}.holiday-category-card,.holiday-metric-card{padding:.9rem}.holiday-category-card>strong,.holiday-category-card>small,.holiday-metric-card>strong,.holiday-metric-card>small{display:block}.holiday-category-card>small,.holiday-metric-card>small{margin-top:.25rem;color:var(--holiday-muted)}.holiday-category-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.9rem 0 0}.holiday-category-card dt{color:var(--holiday-muted);font-size:.68rem}.holiday-category-card dd{margin:.15rem 0 0;font-weight:700}.holiday-metric-card>p{margin:0;color:var(--holiday-muted);font-size:.75rem}.holiday-metric-card>strong{margin-top:.5rem;font-size:clamp(1rem,1.5vw,1.45rem)}.holiday-metric-card.tone-danger>strong{color:var(--holiday-text)}.holiday-metric-card.tone-warning>strong{color:var(--holiday-text)}.holiday-metric-card.tone-success>strong{color:var(--holiday-text)}.holiday-empty-panel{padding:1rem;color:var(--holiday-muted);font-size:.78rem}.holiday-empty-panel strong{display:block;margin-bottom:.25rem;color:var(--holiday-text)}.holiday-empty-panel p{margin:0}.holiday-dayworker-panel{position:sticky;top:5.3rem;margin-top:1rem;overflow:hidden;padding:.1rem;border-radius:.9rem;background:var(--holiday-card)}.holiday-dayworker-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0;padding:.7rem .8rem;background:inherit}.holiday-dayworker-heading p{margin:0 0 .15rem;color:var(--holiday-muted);font-size:.62rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.holiday-dayworker-heading h2{margin:0;font-size:.86rem;letter-spacing:-.01em;text-transform:none}.holiday-dayworker-filterbar{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.4rem .8rem;background:inherit}.holiday-project-filter{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.45rem;align-items:center;padding:.25rem .8rem .4rem}.holiday-project-filter label{color:var(--holiday-muted);font-size:.68rem;font-weight:650}.holiday-project-filter select,.holiday-project-filter button,.holiday-dashboard-request-status button{min-height:2rem;border:1px solid #e5e1dc;border-radius:.55rem;background:#fff;color:var(--holiday-text);font:inherit;font-size:.72rem}.holiday-project-filter select{min-width:0;padding:.35rem 1.8rem .35rem .55rem}.holiday-project-filter button,.holiday-dashboard-request-status button{padding:.35rem .65rem;font-weight:650}.holiday-project-filter button:disabled{opacity:.5}.holiday-dashboard-request-status{display:flex;min-height:1.5rem;align-items:center;justify-content:space-between;gap:.5rem;padding:0 .8rem;color:var(--holiday-muted);font-size:.66rem}.holiday-role-tabs{display:flex;gap:.35rem}.holiday-role-tabs button{min-height:1.8rem;padding:.3rem .65rem;border:1px solid #ece9e4;border-radius:999px;background:#fff;color:var(--holiday-muted);font:inherit;font-size:.68rem;font-weight:600}.holiday-role-tabs button[aria-pressed=true]{border-color:#e163493d;color:var(--holiday-primary);background:#e1634912}.holiday-dayworker-count{color:var(--holiday-muted);font-size:.68rem}.holiday-dayworker-list{display:grid;gap:.55rem;margin:0;padding:.45rem .8rem .8rem;background:inherit;list-style:none}.holiday-dayworker-list li{display:grid;grid-template-columns:2rem minmax(0,1fr) auto;gap:.6rem;align-items:center;padding:.8rem;border:0;border-radius:.8rem;background:inherit}.holiday-dayworker-list li.is-selected{box-shadow:inset 0 0 0 1px #c9c9c7;background:#fff}.holiday-avatar{display:grid;width:2rem;height:2rem;place-items:center;border-radius:50%;color:#fff;background:#202020;font-weight:700}.holiday-dayworker-list li div strong,.holiday-dayworker-list li div small{display:block}.holiday-dayworker-list li div small{margin-top:.15rem;color:var(--holiday-muted)}.holiday-dayworker-list .is-active{color:#343434}.holiday-dayworker-list .is-idle{color:var(--holiday-muted)}.holiday-dayworker-actions{display:flex;align-items:center;gap:.5rem}.holiday-instruct-button{min-height:1.9rem;padding:.35rem .65rem;border:1px solid var(--holiday-primary);border-radius:999px;color:var(--holiday-primary);background:#fff;font:inherit;font-size:.7rem;font-weight:600}.holiday-instruct-button:hover,.holiday-instruct-button[aria-pressed=true]{color:#fff;background:var(--holiday-primary)}.holiday-table-scroll{overflow-x:auto}.holiday-usage-table{width:100%;border-collapse:collapse;font-size:.75rem;text-align:left}.holiday-usage-table th,.holiday-usage-table td{padding:.7rem .5rem;border-bottom:1px solid var(--holiday-border);white-space:nowrap}.holiday-usage-table th{color:var(--holiday-muted);font-weight:600}.holiday-drawer-layer{position:fixed;inset:0;z-index:30;display:grid}.holiday-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background:#201c1a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.holiday-drawer{position:relative;display:flex;width:min(23rem,90vw);height:100%;flex-direction:column;overflow:auto;padding:1.25rem;color:var(--holiday-text);background:#fff;box-shadow:16px 0 42px #201c1a33}.holiday-drawer>header{display:flex;align-items:center;justify-content:space-between;margin:0;padding-bottom:1rem;border-bottom:1px solid var(--holiday-border)}.holiday-drawer-brand{display:flex;align-items:center;gap:.7rem}.holiday-drawer-brand img{width:7.5rem;height:auto}.holiday-drawer-brand strong,.holiday-drawer-brand small{display:block}.holiday-drawer-brand small{margin-top:.12rem;color:var(--holiday-muted)}.holiday-drawer-footer{margin-top:auto}@media(max-width:1500px){.holiday-dashboard{grid-template-columns:1fr}.holiday-dayworker-panel{position:static;margin:0 1rem 1rem}}@media(max-width:1100px){.holiday-header-hero{display:flex;flex-wrap:wrap}.holiday-date-actions{margin-right:auto}.holiday-instruction-composer{width:min(100%,36rem)}.holiday-dashboard-main{grid-template-columns:minmax(11rem,.8fr) minmax(24rem,1.7fr);grid-template-rows:repeat(3,auto)}.holiday-trend-card{grid-column:1;grid-row:1}.holiday-budget-card{grid-column:1;grid-row:2}.holiday-activity-manager{grid-column:2;grid-row:1 / span 2}.holiday-time-card{grid-column:1;grid-row:3}.holiday-comparison-card{grid-column:2;grid-row:3}.holiday-monthly-stack{grid-column:1 / -1;grid-row:4;grid-template-columns:repeat(2,minmax(9rem,1fr))}}@media(max-width:850px){.holiday-workspace-bar{padding:1rem 1rem 0}.holiday-header-top{flex-wrap:wrap}.holiday-header-actions{width:100%;order:3;gap:.75rem}.holiday-search-button{flex:1;width:auto;border:1px solid #ebe8e2;border-radius:1.5rem}.holiday-workspace-content{padding:1rem}.holiday-header-hero{display:flex;flex-wrap:wrap;min-height:7.5rem}.holiday-date-actions{margin-right:auto}.holiday-instruction-composer{width:min(100%,36rem);margin-left:0}.holiday-dashboard{grid-template-columns:1fr}.holiday-dashboard-main{grid-template-columns:1fr;padding:0}.holiday-trend-card,.holiday-budget-card,.holiday-activity-manager,.holiday-time-card,.holiday-comparison-card,.holiday-monthly-stack{grid-column:auto;grid-row:auto}.holiday-monthly-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-activity-manager{margin-inline:0}.holiday-dayworker-panel{position:static;margin-top:0}.holiday-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.holiday-root{padding:0}.holiday-workspace{min-height:100vh;border-radius:0}.holiday-instruction-identity>div{display:none}.holiday-header-actions{margin-left:0}.holiday-project-filter{grid-template-columns:1fr auto}.holiday-project-filter label{grid-column:1 / -1}.holiday-dayworker-filterbar{align-items:flex-start;flex-direction:column}.holiday-header-hero .holiday-notification-button{width:3.5rem;height:3.5rem}.holiday-instruction-line{grid-template-columns:minmax(0,1fr) 2.5rem}.holiday-category-grid,.holiday-metric-grid,.holiday-monthly-overview,.holiday-monthly-stack{grid-template-columns:1fr}.holiday-monthly-stack{grid-column:auto}.holiday-activity-manager>header{align-items:flex-start;flex-direction:column}.holiday-activity-filters{justify-content:flex-start}.holiday-activity-counters{grid-template-columns:1fr}.holiday-activity-counters article{min-height:10rem}}@media(prefers-reduced-motion:reduce){.holiday-root *,.holiday-root *:before,.holiday-root *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.holiday-worker-instruction form,.holiday-worker-instruction .holiday-instruction-line{display:contents}.holiday-worker-instruction form>label,.holiday-worker-instruction>small{grid-column:1 / -1}.holiday-worker-instruction form>label{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;margin-bottom:.5rem}@media(max-width:850px){.holiday-header-actions{position:relative}.holiday-selected-worker-control{min-width:0;flex:1;width:auto}.holiday-worker-instruction{width:100%}}.holiday-header-hero{grid-template-columns:minmax(18rem,1fr) minmax(18rem,.72fr) minmax(28rem,1fr);align-items:start;min-height:8.5rem;gap:clamp(1rem,2vw,2rem)}.holiday-date-actions{grid-column:1;grid-row:1}.holiday-header-chat-slot{grid-column:1;grid-row:2;width:100%}.holiday-instruction-composer{grid-column:2;grid-row:1 / span 2;align-self:start;padding-top:.4rem}.holiday-header-instruction-slot{grid-column:3;grid-row:1 / span 2;width:100%}.holiday-header-chat-card,.holiday-header-instruction-slot .holiday-worker-instruction{width:100%;border:1px solid #ebe8e2;border-radius:1rem;background:#fff;box-shadow:0 8px 24px #201c1a14;text-align:left}.holiday-header-chat-card{position:relative;display:block;min-height:13rem;padding:.9rem}.holiday-header-card-title{display:flex;align-items:center;justify-content:space-between}.holiday-header-card-title .ui-button{min-height:auto;padding:.2rem .45rem}.holiday-chat-empty{min-height:5rem}.holiday-header-chat-card textarea{width:100%;min-height:4.5rem;resize:vertical;border:1px solid #ebe8e2;border-radius:.75rem;padding:.7rem;font:inherit}.holiday-header-chat-card small{color:var(--holiday-muted)}.holiday-header-instruction-slot .holiday-worker-instruction{display:block;padding:.9rem}.holiday-header-instruction-slot .holiday-worker-instruction h2{margin:0 0 .65rem;font-size:1rem}.holiday-header-instruction-slot .holiday-worker-instruction form{display:grid;gap:.65rem}.holiday-header-instruction-slot .holiday-instruction-line{display:block}.holiday-header-instruction-slot .holiday-instruction-line label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.holiday-header-instruction-slot .holiday-worker-instruction textarea{width:100%;min-height:7rem;padding:.7rem;resize:vertical;border:1px solid #ebe8e2;border-radius:.75rem}.holiday-header-instruction-slot .holiday-worker-instruction form>label{display:grid;gap:.3rem;margin:0}.holiday-header-instruction-slot .holiday-worker-instruction .holiday-email-response{position:static;display:flex;width:auto;height:auto;align-items:center;gap:.5rem;overflow:visible;clip:auto;white-space:normal;font-size:.78rem}.user-mention-textarea{position:relative}.user-mention-textarea>small{display:block;margin-top:.25rem}.user-mention-menu{position:absolute;z-index:20;right:0;left:0;max-height:12rem;overflow:auto;border:1px solid #dedad3;border-radius:.65rem;background:#fff;box-shadow:0 10px 30px #201c1a24}.user-mention-menu button{display:flex!important;width:100%!important;height:auto!important;padding:.55rem .7rem!important;justify-content:space-between;gap:1rem;text-align:left}.user-mention-menu span{color:var(--holiday-muted);font-size:.72rem}.holiday-header-instruction-slot .holiday-worker-instruction select{width:100%}.holiday-header-instruction-slot .holiday-worker-instruction form>.ui-button{width:fit-content;min-width:5.5rem;min-height:2rem;padding:.4rem 1rem;border-radius:999px}@media(max-width:1100px){.holiday-header-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-instruction-composer{grid-column:1 / -1;grid-row:1}.holiday-date-actions{grid-column:1 / -1;grid-row:2}.holiday-header-chat-slot{grid-column:1;grid-row:3}.holiday-header-instruction-slot{grid-column:2;grid-row:3}}@media(max-width:700px){.holiday-header-hero{display:grid;grid-template-columns:1fr}.holiday-header-chat-slot,.holiday-header-instruction-slot{grid-column:1}.holiday-header-chat-slot{grid-row:3}.holiday-header-instruction-slot{grid-row:4}}.holiday-header-top .holiday-selected-worker-control{width:auto;min-width:13rem}.holiday-dayworker-filterbar .ui-toggle-track{border:1px solid #ded8d1}.holiday-dashboard{display:grid;grid-template-columns:minmax(0,1fr);gap:.65rem}.holiday-manager-selector{min-width:0;padding:0}.holiday-manager-selector>h2{margin:0 0 .65rem;font-size:1rem;letter-spacing:-.02em}.holiday-manager-scroll{display:flex;gap:.7rem;overflow-x:auto;padding:0;scrollbar-color:var(--holiday-primary) #efefed;scrollbar-width:thin;scroll-snap-type:x proximity}.holiday-manager-card{position:relative;display:grid;flex:0 0 clamp(14rem,18vw,19rem);min-height:7rem;align-content:start;gap:.7rem;padding:1rem;overflow:visible;border:1px solid var(--holiday-border);border-radius:1rem;color:var(--holiday-text);background:#fff;font:inherit;text-align:left;scroll-snap-align:start;cursor:pointer}.holiday-manager-card:hover{background:#fdfcfb}.holiday-manager-card.is-selected{border:2px solid var(--holiday-primary);box-shadow:0 0 0 2px #e163491f}.holiday-manager-card-heading{display:flex;min-width:0;align-items:center;gap:.65rem}.holiday-manager-card-heading strong{overflow:hidden;font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.holiday-manager-team{display:grid;min-height:2.15rem;gap:.16rem;padding-left:.15rem;color:var(--holiday-muted);font-size:.72rem;line-height:1.35}.holiday-manager-team>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holiday-manager-team .is-truncated:after{content:" …";color:var(--holiday-text);font-weight:700}.holiday-manager-tooltip{position:fixed;z-index:1000;display:grid;gap:.25rem;max-height:min(20rem,calc(100dvh - 1.5rem));overflow-y:auto;padding:.7rem .8rem;border:1px solid var(--holiday-border);border-radius:.7rem;color:var(--holiday-text);background:#fff;box-shadow:0 .5rem 1.5rem #00000024;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.72rem;line-height:1.4;pointer-events:none}.holiday-manager-tooltip strong{margin-bottom:.1rem;font-size:.7rem}.holiday-manager-tooltip span{overflow-wrap:anywhere}.holiday-manager-empty,.holiday-manager-load-more{display:flex;flex:0 0 13rem;min-height:7rem;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border-radius:1rem;color:var(--holiday-muted);background:var(--holiday-card);font-size:.75rem}.holiday-dashboard-main{grid-template-columns:minmax(14rem,1.05fr) minmax(27.5rem,2.35fr) minmax(12rem,1fr) minmax(20rem,1.65fr);grid-template-rows:minmax(11rem,auto) minmax(12rem,auto);padding:0}.holiday-activity-manager{grid-column:2;grid-row:1}.holiday-activity-manager .holiday-activity-counters>article{min-height:9rem}.holiday-monthly-stack{grid-column:2;grid-row:2;grid-template-columns:repeat(3,minmax(8rem,1fr));grid-template-rows:none;align-content:center;justify-items:center;gap:.5rem}.holiday-latest-instructions{display:flex;min-width:0;min-height:0;contain:size;max-height:min(43rem,calc(100dvh - 2rem));grid-column:4;grid-row:1 / span 2;flex-direction:column;overflow:hidden;padding:1rem .65rem .65rem;border-radius:1.35rem;background:var(--holiday-card)}.holiday-latest-instructions>header{padding:0 .5rem .8rem}.holiday-latest-instructions h2,.holiday-latest-instructions p{margin:0}.holiday-latest-instructions h2{font-size:1rem}.holiday-latest-instructions>header p{margin-top:.18rem;color:var(--holiday-muted);font-size:.66rem}.holiday-latest-list{display:grid;min-height:0;flex:1;gap:.65rem;overflow-y:auto;padding:.15rem;scrollbar-color:#aaa9a6 transparent;scrollbar-width:thin}.holiday-latest-list::-webkit-scrollbar{width:.45rem}.holiday-latest-list::-webkit-scrollbar-track{background:transparent}.holiday-latest-list::-webkit-scrollbar-thumb{border-radius:999px;background:#aaa9a6}.holiday-latest-list>article{padding:.8rem;border:1px solid #e8e7e3;border-radius:.85rem;background:#fff}.holiday-latest-list>article.is-unread{border-color:#e1634973}.holiday-latest-list article>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;margin-bottom:.65rem}.holiday-latest-list article>header div{display:grid;min-width:0}.holiday-latest-list article>header small,.holiday-latest-list article>header time{color:var(--holiday-muted);font-size:.58rem}.holiday-latest-list article>header strong{overflow:hidden;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.holiday-latest-status{padding:.28rem .48rem;border-radius:999px;color:var(--holiday-muted);background:var(--holiday-card);font-size:.58rem;font-weight:700;text-transform:capitalize}.holiday-latest-status.is-unread{color:#9c351f;background:#fff0ec}.holiday-latest-response,.holiday-latest-pending,.holiday-latest-instruction{display:grid;gap:.35rem;width:100%;margin-top:.45rem;padding:.75rem;border:0;border-radius:.65rem;color:var(--holiday-text);background:#f6f6f5;font:inherit;text-align:left}.holiday-latest-response{cursor:pointer}.holiday-latest-response:hover{background:#efefed}.holiday-latest-response strong,.holiday-latest-pending strong,.holiday-latest-instruction strong{font-size:.7rem}.holiday-latest-response span,.holiday-latest-pending span,.holiday-latest-instruction span{display:-webkit-box;overflow:hidden;color:var(--holiday-muted);font-size:.68rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.holiday-latest-pending{color:#8b5b00;background:#fff8e9}.holiday-latest-instruction{background:#f7f7fa}.holiday-latest-empty{margin:auto .2rem;padding:1rem;color:var(--holiday-muted);text-align:center}.holiday-latest-empty strong{color:var(--holiday-text);font-size:.78rem}.holiday-latest-empty p{margin-top:.25rem;font-size:.68rem}@media(max-width:1450px){.holiday-dashboard-main{grid-template-columns:minmax(13rem,.9fr) minmax(25rem,1.8fr) minmax(11rem,.9fr);grid-template-rows:repeat(3,auto)}.holiday-latest-instructions{grid-column:1 / -1;grid-row:3;height:min(43rem,calc(100dvh - 2rem));max-height:calc(100dvh - 2rem)}}@media(max-width:1100px){.holiday-dashboard-main{grid-template-columns:minmax(13rem,.8fr) minmax(25rem,1.7fr);grid-template-rows:repeat(4,auto)}.holiday-activity-manager{grid-column:2;grid-row:1}.holiday-monthly-stack{grid-column:2;grid-row:2;grid-template-columns:repeat(3,minmax(8rem,1fr))}.holiday-time-card{grid-column:1;grid-row:3}.holiday-comparison-card{grid-column:2;grid-row:3}.holiday-latest-instructions{grid-column:1 / -1;grid-row:4}}@media(max-width:850px){.holiday-manager-selector{padding-inline:0}.holiday-manager-card{flex-basis:min(78vw,18rem)}.holiday-dashboard-main{grid-template-columns:1fr}.holiday-trend-card,.holiday-budget-card,.holiday-activity-manager,.holiday-time-card,.holiday-comparison-card,.holiday-monthly-stack,.holiday-latest-instructions{grid-column:auto;grid-row:auto}.holiday-monthly-stack{grid-template-columns:repeat(3,minmax(7rem,1fr));overflow-x:auto}}@media(max-width:520px){.holiday-monthly-stack{grid-template-columns:1fr}}.holiday-root :where(button:not(:disabled),a[href],select:not(:disabled),summary){cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease}.holiday-root :where(button:not(:disabled),a[href],summary):hover{transform:translateY(-1px);box-shadow:0 6px 16px #141c2d1a}.holiday-root select:not(:disabled):hover{border-color:#aaa}.holiday-header-chat-card .holiday-chat-close{position:absolute;z-index:2;top:1.35rem;right:8.1rem;min-height:2rem;padding:.25rem .55rem}.holiday-header-hero{position:relative}.holiday-header-chat-slot{position:absolute;z-index:30;top:5.25rem;left:0;width:min(42rem,calc(100vw - 4.5rem))}.holiday-header-chat-card{min-height:0;max-height:min(38rem,calc(100dvh - 8rem))}@media(max-width:1100px){.holiday-header-chat-slot{top:8.5rem;grid-column:auto;grid-row:auto}}@media(max-width:700px){.holiday-header-chat-slot{top:9.5rem;width:100%}}.app-shell--dashboard{grid-template-columns:minmax(0,1fr)}.menu-button{display:block}.dashboard-content{padding:0}.holiday-product-dashboard{background:#fff}.holiday-product-dashboard .holiday-workspace-content{padding:1.5rem 2.25rem 2.25rem}.holiday-product-dashboard .holiday-instruction-composer h2{margin:0;font-size:clamp(1.45rem,2.7vw,2.35rem);font-weight:500;letter-spacing:-.05em}.holiday-product-dashboard select{min-height:0}.holiday-product-dashboard .holiday-counter-icon{border:0;cursor:pointer}.holiday-product-dashboard button:disabled{cursor:not-allowed}.dashboard-service-status{margin:0 2.25rem .5rem;color:#6f6762;font-size:.7rem}.dashboard-service-status summary{cursor:pointer;width:fit-content}.dashboard-service-status p{margin:.6rem 0}.dashboard-capability-detail ul{color:#4f4844}.dashboard-service-status button{padding:.35rem .75rem;border:1px solid #ded8ce;border-radius:99px;background:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.holiday-product-dashboard .holiday-instruction-feedback{display:block}.holiday-objective-composer{min-width:0}.holiday-objective-composer form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.holiday-objective-composer label,.holiday-objective-readback{display:grid;gap:.3rem}.holiday-objective-composer textarea,.holiday-objective-composer input,.holiday-objective-composer select{width:100%}.holiday-objective-composer form label:nth-of-type(n+3),.holiday-objective-composer form button{grid-column:1 / -1}.holiday-objective-composer form>button,.holiday-objective-readback button,.holiday-objective-error button{min-height:2.6rem;padding:.55rem 1rem;border:0;border-radius:999px;color:#fff;background:#e96045;font-weight:700}.holiday-objective-composer button:disabled{opacity:.55}.holiday-objective-error{margin-top:.65rem;color:#721714}.holiday-objective-readback{margin-top:.8rem;padding:.8rem;border:1px solid rgba(255,255,255,.45);border-radius:.75rem}.holiday-objective-readback header{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.holiday-objective-readback code{overflow-wrap:anywhere}.holiday-objective-record{padding-block:.4rem;border-top:1px solid rgba(255,255,255,.35)}@media(max-width:700px){.holiday-objective-composer form{grid-template-columns:1fr}}.holiday-product-dashboard .holiday-dayworker-panel{scroll-margin-top:1rem}@media(max-width:42rem){.holiday-product-dashboard .holiday-workspace-content{padding:1rem}.dashboard-service-status{margin-inline:1rem}.holiday-product-dashboard .holiday-header-actions{min-width:0}}.holiday-usage-history{margin:0 1.25rem 1rem;padding:1rem;border:1px solid var(--holiday-border, #dce3df);border-radius:.75rem;background:#fff}.holiday-usage-history header{display:flex;justify-content:space-between;gap:1rem}.holiday-usage-history ul{margin:.75rem 0 0;padding-left:1.25rem}.reports-workspace{display:grid;gap:1.4rem;min-width:0}.reports-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.reports-heading h1{margin:.2rem 0 .4rem}.reports-heading p,.reports-section-title p{margin:.35rem 0 0;color:var(--ui-color-muted)}.reports-heading-actions{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.reports-period{font-size:.8rem;color:var(--ui-color-muted)}.reports-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.reports-metric{padding:1.3rem;border-radius:1.2rem;background:var(--holiday-card, #f3f3f1);min-width:0}.reports-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;background:#fff;color:var(--ui-color-primary)}.reports-metric-icon svg{width:1.2rem;height:1.2rem}.reports-metric p{margin:.9rem 0 .25rem;font-weight:500}.reports-metric strong{display:block;font-size:clamp(2rem,3vw,3.2rem);font-weight:500;line-height:1.2;letter-spacing:-.04em}.reports-metric small{display:block;color:var(--ui-color-muted);margin-top:.7rem}.reports-section-title h2{margin:0}.reports-performance{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:stretch}.reports-performance .holiday-trend-card{grid-column:1 / 3;grid-row:1;min-height:20rem;padding:1.5rem}.reports-performance .holiday-trend-card>svg{flex:1;min-height:9rem;max-height:13rem}.reports-performance .holiday-monthly-stack{grid-column:3;grid-row:1 / 3;gap:1rem;justify-items:stretch;align-content:start}.reports-performance .holiday-monthly-stack>article{width:100%;min-height:8rem;height:auto;aspect-ratio:auto;margin:0;border-radius:1.2rem;padding:1rem}.reports-performance .holiday-token-card{aspect-ratio:auto;min-height:12rem!important}.reports-performance .holiday-time-card{grid-column:1;grid-row:2;padding:1.5rem;border-radius:1.2rem}.reports-performance .holiday-comparison-card{grid-column:2;grid-row:2;padding:1.5rem;border-radius:1.2rem}.reports-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.reports-breakdown{min-width:0;padding:1.5rem;border-radius:1.2rem}.reports-breakdown header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.reports-breakdown header h2{margin:0}.reports-breakdown header p{color:var(--ui-color-muted);font-size:.8rem;margin:.25rem 0}.reports-breakdown dl{margin:0}.reports-breakdown dl>div{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--ui-color-border);padding:.85rem 0}.reports-breakdown dd{font-weight:600;margin:0;text-align:right}.reports-note{color:var(--ui-color-muted);font-size:.75rem;line-height:1.6}@media(max-width:75rem){.reports-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:58rem){.reports-performance{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-performance .holiday-monthly-stack{grid-column:1 / -1;grid-row:3;grid-template-columns:repeat(3,minmax(0,1fr))}.reports-details{grid-template-columns:1fr}}@media(max-width:42rem){.reports-metrics,.reports-performance{grid-template-columns:minmax(0,1fr)}.reports-performance .holiday-trend-card,.reports-performance .holiday-time-card,.reports-performance .holiday-comparison-card,.reports-performance .holiday-monthly-stack{grid-column:1;grid-row:auto}.reports-performance .holiday-monthly-stack{grid-template-columns:minmax(0,1fr)}.reports-breakdown,.reports-performance .holiday-trend-card,.reports-performance .holiday-time-card,.reports-performance .holiday-comparison-card{padding:1rem}.reports-breakdown dl>div{flex-direction:column;gap:.3rem}.reports-breakdown dd{text-align:left}}.reports-performance .holiday-trend-heading small,.reports-performance .holiday-observation-coverage,.reports-performance .holiday-trend-legend,.reports-performance .holiday-monthly-overview p{font-size:.85rem}.reports-performance .holiday-trend-heading strong{font-size:1.5rem}.reports-performance .holiday-completed-circle-card strong{font-size:1.4rem}.reports-performance .holiday-highest-user-card strong{font-size:1.1rem;max-width:none}.reports-performance .holiday-highest-user-card small{font-size:.75rem;max-width:none}.reports-performance .holiday-highest-user-card p{color:#fff}.reports-performance .holiday-token-copy strong{font-size:1.5rem}.reports-performance .holiday-token-copy small{font-size:.7rem}.reports-worker-filter{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.reports-worker-filter .ui-label{min-width:min(20rem,100%)}.reports-worker-filter p{color:var(--ui-color-muted);font-size:.85rem}.reports-profile-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.reports-profile-metric{padding:1rem;min-width:0}.reports-profile-metric p{margin:0 0 .5rem}.reports-profile-metric strong{display:block;font-size:1.3rem;overflow-wrap:anywhere}.reports-profile-metric small{color:var(--ui-color-muted)}.reports-profile-list{list-style:none;padding:0}.reports-profile-list li{display:grid;gap:.3rem;border-top:1px solid var(--ui-color-border);padding:.8rem 0;overflow-wrap:anywhere}.reports-profile-list small{color:var(--ui-color-muted)}@media(max-width:65rem){.reports-profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:42rem){.reports-profile-metrics{grid-template-columns:minmax(0,1fr)}}.reports-workspace .workspace-heading,.reports-workspace .workspace-toolbar{margin-bottom:0}.reports-workspace .reports-metric,.reports-workspace .reports-profile-metric,.reports-workspace .reports-breakdown{border:1px solid var(--ui-color-border);border-radius:12px;background:var(--ui-color-surface)}.reports-workspace .reports-metric-icon{background:var(--ui-color-soft);color:var(--ui-color-text)}.reports-workspace .reports-metric strong{font-size:2.3rem}.reports-workspace .reports-worker-filter{padding:18px;border:1px solid var(--ui-color-border);border-radius:12px;background:var(--ui-color-surface)}.reports-workspace[data-report-view=performance] .reports-details,.reports-workspace[data-report-view=performance] .reports-profile-metrics,.reports-workspace[data-report-view=details] .reports-performance{display:none}.reports-workspace[data-report-view=details] .reports-section-title:has(+.reports-performance),.reports-workspace[data-report-view=performance] .reports-section-title:has(+.reports-profile-metrics){display:none}.manager-job-description{display:grid;gap:18px;margin:0}.job-description-heading p,.job-description-group>p{color:var(--ui-color-muted);font-size:13px;margin:6px 0}.job-description-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.job-description-summary .ui-card{display:grid;gap:5px;padding:14px}.job-description-group{display:grid;gap:12px}.job-description-list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.job-description-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--ui-color-border);border-radius:10px;background:var(--ui-color-surface)}.job-description-row>div:first-child{min-width:0}.job-description-row strong{font-size:14px}.job-description-row p{font-size:13px;color:var(--ui-color-muted);margin:7px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.job-description-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:5px;font-size:12px;color:var(--ui-color-muted)}.job-description-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.job-description-categories{display:flex;gap:8px;flex-wrap:wrap}.job-description-editor{border:1px solid var(--ui-color-border);border-radius:12px;padding:18px;background:var(--ui-color-surface)}.job-description-editor form{display:grid;gap:16px}.job-description-editor form>label{display:grid;gap:7px;font-size:13px}.job-description-editor small{color:var(--ui-color-muted)}.job-description-editor .user-mention-textarea{display:grid}.job-description-editor .user-mention-menu button{display:flex;width:100%;padding:.55rem .7rem;justify-content:space-between;border:0;background:#fff}.job-description-weekdays{display:flex;flex-wrap:wrap;gap:12px}.job-description-weekdays label{display:flex;align-items:center;gap:5px}.job-description-editor fieldset{border:0;padding:0;margin:0}.job-description-editor legend{margin-bottom:8px}@media(max-width:640px){.job-description-row{flex-direction:column;align-items:stretch}.job-description-actions{justify-content:flex-end}}.manager-job-description{min-width:0;grid-template-columns:minmax(0,1fr);overflow-wrap:anywhere}.job-description-group,.job-description-list,.job-description-row{min-width:0}.job-description-actions{min-width:0;flex-wrap:wrap}.job-description-group>.ui-button{min-width:0;max-width:100%;white-space:normal}.job-description-heading h3.ui-text{display:flex;align-items:center;gap:.75rem}.job-description-heading h3 .holiday-inline-icon{width:30px;height:30px;flex-shrink:0;padding:6px;border-radius:8px;color:var(--ui-color-primary);background:#fff1e9}.job-description-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.job-description-heading>.ui-button{flex-shrink:0;max-width:13rem;white-space:normal}@media(max-width:640px){.job-description-heading{flex-direction:column}}.job-instructions-intro{padding-top:16px;border-top:1px solid var(--ui-color-border)}.job-description-summary .ui-text,.job-description-group>h3.ui-text,.job-description-editor h3.ui-text{display:flex;align-items:center;gap:8px}.job-description-summary .holiday-inline-icon,.job-description-group>h3 .holiday-inline-icon,.job-description-editor h3 .holiday-inline-icon{width:20px;height:20px;flex-shrink:0;color:var(--ui-color-primary)}.job-description-editor{scroll-margin-top:24px}.dayworkers-workspace{width:100%}.dayworkers-heading,.dayworkers-toolbar,.dayworkers-section-heading,.dayworkers-detail-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dayworkers-heading{align-items:flex-start;margin-bottom:1.5rem}.dayworkers-heading h1{margin-bottom:.35rem}.dayworkers-heading p:last-child{color:var(--ui-color-muted);margin:0}.dayworkers-heading>.ui-button{flex-shrink:0}.dayworkers-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.dayworkers-summary-card{display:flex;align-items:center;gap:1rem}.dayworkers-summary-card>div{display:grid;gap:.2rem}.dayworkers-summary-card strong{font-size:1.4rem}.dayworkers-summary-card small{color:var(--ui-color-muted);font-size:.72rem}.dayworkers-summary-card span{font-size:.85rem}.dayworkers-summary-icon{display:grid;place-items:center;width:2.7rem;height:2.7rem;flex-shrink:0;border-radius:50%;background:var(--ui-color-surface);color:var(--ui-color-muted)}.dayworkers-toolbar{margin-bottom:1rem;flex-wrap:wrap}.dayworkers-toolbar>input{width:min(100%,22rem)}.dayworkers-create{margin-bottom:1.5rem}.dayworkers-create .inline-form{margin-bottom:0}.dayworkers-workspace .dayworker-layout{grid-template-columns:minmax(0,1fr);align-items:start}.dayworkers-list-panel{min-width:0}.dayworkers-section-heading{margin-bottom:1rem}.dayworkers-section-heading h2{margin:0;font-size:.9rem}.dayworkers-section-heading select{width:auto;max-width:11rem;font-size:.8rem}.dayworkers-list-panel>.record-list{max-height:65vh;overflow-y:auto;padding:.15rem}.dayworkers-workspace .dayworkers-detail{background:var(--ui-color-surface);border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-card);padding:1.25rem;min-height:28rem}.dayworkers-detail-heading{padding:0 0 1.25rem;justify-content:flex-start;align-items:flex-start}.dayworkers-detail-heading>.ui-avatar{flex-shrink:0}.dayworkers-detail-heading>div{min-width:0}.dayworkers-detail-heading h2{margin:0 0 .4rem}.dayworkers-detail-heading p{margin:0;font-size:.8rem;color:var(--ui-color-muted)}.dayworkers-badges{margin-left:auto;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.dayworkers-badges .ui-badge{white-space:nowrap}.dayworkers-detail>.ui-segmented{margin:0 1.25rem 1rem;max-width:calc(100% - 2.5rem);flex-wrap:wrap}.dayworkers-tab-content{padding:0 1.25rem 1.25rem}.dayworkers-tab-content[hidden]{display:none}.dayworkers-tab-content>section+section{border-top:1px solid var(--ui-color-border);margin-top:1.25rem;padding-top:1.25rem}.dayworkers-tab-content h3{font-size:.95rem}.dayworkers-tab-content p{color:var(--ui-color-muted);font-size:.8rem}.dayworkers-workspace .dayworkers-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-block:1rem}.dayworkers-workspace .dayworkers-detail dl>div{display:block;background:var(--ui-color-soft);border:0;border-radius:.4rem;padding:.65rem;min-width:0}.dayworkers-workspace .dayworkers-detail dt{font-size:.7rem;margin-bottom:.3rem}.dayworkers-workspace .dayworkers-detail dd{margin:0;overflow-wrap:anywhere;font-size:.82rem}.dayworkers-workspace .dayworkers-detail form{margin-top:.8rem}.dayworkers-empty{padding:2rem 1rem;color:var(--ui-color-muted)}@media(max-width:1100px){.dayworkers-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dayworkers-workspace .dayworker-layout{grid-template-columns:minmax(0,1fr)}.dayworkers-workspace .dayworkers-detail{grid-row:auto}.dayworkers-list-panel>.record-list{max-height:20rem}}@media(max-width:520px){.dayworkers-heading{flex-wrap:wrap}.dayworkers-summary{gap:.65rem}.dayworkers-summary-card{padding:.8rem;gap:.6rem}.dayworkers-summary-icon{display:none}.dayworkers-detail-heading{flex-wrap:wrap}.dayworkers-badges{margin-left:0}.dayworkers-workspace .dayworkers-detail dl{grid-template-columns:minmax(0,1fr)}}.dayworker-profile-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.5rem 0}.dayworker-profile-metrics .ui-card{padding:1rem}.dayworker-profile-metrics strong{display:block;font-size:1.6rem;margin-top:.5rem;overflow-wrap:anywhere}.dayworker-profile-about{padding-block:1rem;border-top:1px solid var(--ui-color-border)}.dayworker-profile-about p{white-space:pre-wrap;line-height:1.6}.dayworker-profile-editor{width:min(720px,calc(100vw - 2rem));max-height:calc(100dvh - 3rem);border:1px solid var(--ui-color-border);border-radius:1.25rem;padding:1.5rem;background:var(--ui-color-surface);color:var(--ui-color-text);box-sizing:border-box}.dayworker-profile-editor::backdrop{background:#00000059}.dayworker-profile-editor .dayworkers-section-heading{margin-bottom:1rem}.dayworker-profile-editor .management-form{margin-block:1.5rem}.dayworker-profile-editor input,.dayworker-profile-editor textarea,.dayworker-profile-editor select{max-width:100%}@media(max-width:520px){.dayworker-profile-metrics{grid-template-columns:1fr}.dayworker-profile-editor{padding:1rem}}.dayworkers-detail>.ui-button{display:flex;margin-left:auto}.dayworker-profile-about summary{cursor:pointer;font-weight:600;padding-block:.25rem}.dayworkers-workspace .dayworkers-detail{display:flex;flex-direction:column;gap:1rem;padding:0;border:0;background:transparent}.dayworkers-detail>.dayworkers-back.ui-button{align-self:flex-start;margin:0;padding-inline:0}.dayworker-profile-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;width:100%}.dayworker-profile-column{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(max-width:1100px){.dayworker-profile-columns{grid-template-columns:minmax(0,1fr)}}.workforce-identity-card,.dayworker-profile-column>.dayworker-profile-about,.workforce-connections>.dayworker-profile-about{background:var(--ui-color-surface);border:1px solid var(--ui-color-border);border-radius:1rem;box-shadow:0 3px 18px #141c2d08;padding:1.25rem}.workforce-identity-card{position:relative}.workforce-initial{display:grid;place-items:center;width:64px;height:64px;flex:0 0 64px;border-radius:14px;color:var(--ui-color-primary);background:#fff3ed;font-size:2rem;font-weight:700}.workforce-identity-card>.dayworkers-detail-heading>.workforce-initial{color:#fff;background:#111}.workforce-identity-card .dayworkers-detail-heading{min-height:112px;gap:1rem;padding:0 0 1rem}.workforce-identity-card .dayworkers-detail-heading h2{font-size:1.4rem}.workforce-identity-card>.ui-button{position:absolute;right:1.25rem;top:4.4rem;font-size:.75rem;padding:.55rem .85rem}.workforce-identity-card .dayworkers-badges{max-width:170px}.dayworkers-workspace .dayworkers-detail .dayworker-profile-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:0}.dayworkers-workspace .dayworkers-detail .dayworker-profile-facts>div{position:relative;padding:.8rem .5rem .8rem 2.7rem;background:linear-gradient(130deg,var(--ui-color-soft),var(--ui-color-surface))}.dayworker-profile-facts dt .holiday-inline-icon{position:absolute;left:.5rem;top:1rem;width:24px;height:24px;background:#eef0f4;border-radius:6px;padding:4px}.dayworkers-workspace .dayworker-profile-facts dt{font-size:.62rem;text-transform:none}.dayworkers-workspace .dayworker-profile-facts dd{font-size:.7rem;font-weight:650}.dayworker-profile-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;gap:.6rem}.dayworker-profile-metrics .workforce-stat{position:relative;padding:.9rem;border-radius:12px;background:linear-gradient(135deg,var(--ui-color-surface),var(--ui-color-soft))}.workforce-stat .ui-text{display:flex;align-items:center;gap:.4rem;font-size:.6rem;min-height:30px}.workforce-stat .holiday-inline-icon{width:23px;height:23px;padding:4px;background:#f0f1f5;border-radius:6px;flex-shrink:0}.workforce-stat:first-child .holiday-inline-icon{color:#17a966;background:#e9f9f1}.workforce-stat:first-child{background:linear-gradient(135deg,var(--ui-color-surface),#f0faf5)}.workforce-stat strong{font-size:clamp(15px,1.6vw,24px);position:relative;z-index:1}.workforce-stat:last-child strong{font-size:clamp(13px,1.15vw,19px)}.workforce-stat:after{content:"";position:absolute;right:24px;bottom:16px;width:4px;height:6px;background:#e3e6ec;box-shadow:6px -3px #e3e6ec,12px -7px #e3e6ec,18px -11px #e3e6ec;opacity:.7}.workforce-stat:first-child:after{background:#8addb5;box-shadow:6px -3px #8addb5,12px -7px #8addb5,18px -11px #8addb5}.dayworker-profile-about{margin:0}.dayworker-profile-about summary,.dayworkers-detail .dayworker-profile-about h3.ui-text{display:flex;align-items:center;gap:.75rem;font-size:.95rem;margin:0 0 1rem}.dayworker-profile-about summary{list-style:none;margin-bottom:0}.dayworker-profile-about summary::-webkit-details-marker{display:none}.dayworker-profile-about summary:after{content:"⌄";margin-left:auto;color:var(--ui-color-muted)}.dayworker-profile-about[open] summary:after{content:"⌃"}.dayworker-profile-about summary>.holiday-inline-icon,.dayworker-profile-about h3>.holiday-inline-icon{width:30px;height:30px;padding:6px;border-radius:8px;background:#fff1e9;color:var(--ui-color-primary);flex-shrink:0}.dayworker-profile-about p{font-size:.8rem;line-height:1.75;color:var(--ui-color-muted)}.workforce-connections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.workforce-connections ul{list-style:none;padding:0;margin:0}.workforce-connections li{position:relative;padding-left:2.5rem;font-size:.8rem}.workforce-connections li p{margin-top:.15rem;line-height:1.4;font-size:.7rem}.credential-provider-icon{position:absolute;left:0;top:3px;width:28px;height:28px;background:#0078d4;color:#fff;border-radius:4px;display:grid;place-items:center;font-weight:700}.workforce-team-count{background:#f0f1f5;color:var(--ui-color-muted);border-radius:20px;padding:.1rem .45rem;font-size:.7rem}.dayworkers-detail .dayworker-profile-about .record-list button{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto 16px;grid-template-rows:auto auto;text-align:left;gap:.2rem .6rem;background:var(--ui-color-surface);border-radius:10px;padding:.85rem}.workforce-initial--small{width:32px;height:32px;min-width:32px;border-radius:8px;font-size:1.1rem;grid-row:1/3}.dayworkers-detail .dayworker-profile-about .record-list button strong{grid-column:2;font-size:.8rem}.dayworkers-detail .dayworker-profile-about .record-list button small{grid-column:2;grid-row:2;font-size:.65rem;color:var(--ui-color-muted)}.dayworkers-detail .workforce-team-status{grid-column:3;grid-row:1/3;align-self:center;font-size:.65rem;color:#15956a}.dayworkers-detail .dayworker-profile-about .record-list button>.holiday-inline-icon{grid-column:4;grid-row:1/3;width:14px;align-self:center}@media(max-width:600px){.workforce-identity-card .dayworkers-detail-heading{padding-bottom:3rem}.workforce-identity-card>.ui-button{top:5rem}.workforce-identity-card .dayworkers-badges{max-width:140px}.dayworkers-workspace .dayworkers-detail .dayworker-profile-facts,.dayworker-profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.workforce-stat strong,.workforce-stat:last-child strong{font-size:1.2rem}}@media(max-width:420px){.workforce-connections{grid-template-columns:1fr}.workforce-identity-card .dayworkers-badges{max-width:none}.workforce-identity-card>.ui-button{position:static;margin:0 0 1rem auto}.workforce-identity-card .dayworkers-detail-heading{padding-bottom:1rem}}.workforce-identity-card .dayworkers-detail-heading>div:first-of-type{flex:1;min-width:0}.workforce-identity-card .dayworkers-badges{flex-shrink:0;align-self:flex-start}.dayworker-profile-metrics .workforce-stat:last-child strong{font-size:1rem;white-space:nowrap}.workforce-stat:after{pointer-events:none;opacity:.35}@media(max-width:600px){.workforce-identity-card .dayworkers-detail-heading{display:grid;grid-template-columns:48px minmax(0,1fr);min-height:0;padding-bottom:.5rem}.workforce-identity-card .workforce-initial{width:48px;height:48px}.workforce-identity-card .dayworkers-badges{grid-column:1 / -1;max-width:none;justify-content:flex-start}.workforce-identity-card>.ui-button{position:static;display:flex;margin:0 0 1rem auto}.workforce-identity-card .dayworkers-detail-heading h2{font-size:1.15rem}}@media(max-width:420px){.dayworker-profile-metrics,.dayworkers-workspace .dayworkers-detail .dayworker-profile-facts{grid-template-columns:1fr}.dayworkers-detail .dayworker-profile-about .record-list button{grid-template-columns:28px minmax(0,1fr) 12px}.dayworkers-detail .dayworker-profile-about .record-list button>.holiday-inline-icon{grid-column:3}.dayworkers-detail .workforce-team-status{grid-column:2;grid-row:3}}.workforce-identity-card .dayworkers-detail-heading{display:grid;grid-template-columns:64px minmax(0,1fr);padding-right:120px;min-height:0}.workforce-identity-card .dayworkers-badges{grid-column:1 / -1;flex-direction:row;justify-content:flex-start;margin-left:0;max-width:none}.workforce-identity-card>.ui-button{position:absolute;top:1.25rem;right:1.25rem;margin:0}@media(max-width:600px){.workforce-identity-card .dayworkers-detail-heading{grid-template-columns:48px minmax(0,1fr);padding-right:0}.workforce-identity-card .dayworkers-detail-heading>div:first-of-type{grid-column:1 / -1}}.dayworkers-workspace :where(button:not(:disabled),select:not(:disabled),summary){cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.dayworkers-workspace :where(button:not(:disabled),summary):hover{transform:translateY(-1px);box-shadow:0 6px 16px #141c2d1a}.dayworkers-workspace select:not(:disabled):hover{border-color:#aaa}.role-instructions-card>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.role-instructions-card>header h3.ui-text{margin:0}.role-instructions-card>header .ui-button{flex-shrink:0}.role-instructions-editor{display:grid;gap:1rem}.dayworker-profile-editor>.dayworkers-tab-content+.dayworkers-tab-content{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--ui-color-border)}.dayworker-profile-editor .ui-button{width:fit-content;max-width:min(100%,16rem);white-space:normal}.dayworker-profile-editor .management-actions{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:520px){.role-instructions-card>header{align-items:flex-start;flex-direction:column}}.jobs-workspace{max-width:100rem;margin-inline:auto}.jobs-toolbar,.jobs-actions,.jobs-section-heading,.jobs-list-heading,.jobs-form-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.jobs-toolbar{margin-bottom:1.5rem;flex-wrap:wrap}.jobs-toolbar h1,.jobs-section-heading h2,.jobs-list-heading h2{margin:0}.jobs-toolbar p{margin:.5rem 0 0;color:var(--ui-color-muted)}.jobs-layout{display:grid;grid-template-columns:minmax(15rem,21rem) minmax(0,1fr);gap:1.5rem;align-items:start}.jobs-list-panel{padding:1rem;background:var(--ui-color-soft);border:1px solid var(--ui-color-border);border-radius:1rem;position:sticky;top:1rem}.jobs-list-heading{margin-bottom:1rem}.jobs-list{display:grid;gap:.6rem;margin-top:1rem;max-height:65vh;overflow-y:auto}.jobs-list .jobs-list-item{display:grid;justify-content:stretch;gap:.45rem;text-align:left;white-space:normal;padding:1rem;border:1px solid transparent;height:auto;width:100%;border-radius:.75rem}.jobs-list-item[aria-pressed=true]{background:var(--ui-color-surface);border-color:var(--ui-color-primary);box-shadow:0 2px 8px #201c1a0a}.jobs-list-number{color:var(--ui-color-muted);font-size:.72rem}.jobs-list-footer{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap;font-size:.7rem}.jobs-status{color:var(--ui-color-primary-hover);text-transform:capitalize}.jobs-detail-panel{display:grid;gap:1rem;min-width:0}.jobs-detail-panel>.ui-card{padding:1.5rem}.jobs-fields{border:0;margin:1.5rem 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;min-width:0}.jobs-fields .ui-field{align-content:start;min-width:0}.jobs-fields input,.jobs-fields select,.jobs-fields textarea{width:100%;min-width:0}.jobs-address{grid-column:1/-1;border:1px solid var(--ui-color-border);border-radius:.75rem;padding:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;min-width:0}.jobs-address legend{padding:0 .4rem;font-size:.8rem}.jobs-checkbox{display:flex;gap:.5rem;align-items:center}.jobs-checkbox input{width:auto}.jobs-section-heading>span,.jobs-hint{font-size:.75rem;color:var(--ui-color-muted)}.jobs-form-actions{justify-content:flex-start;margin-top:1.25rem;flex-wrap:wrap}.jobs-related-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--ui-color-border)}.jobs-related-row:last-child{border:0}.jobs-related-row p{margin:.35rem 0;color:var(--ui-color-muted);font-size:.78rem;overflow-wrap:anywhere}.jobs-record-meta{font-size:.75rem;color:var(--ui-color-muted)}.jobs-record-meta dl>div{display:grid;grid-template-columns:6rem 1fr;gap:1rem;margin-top:.4rem}.jobs-record-meta dd{margin:0;overflow-wrap:anywhere}.jobs-notice{padding:.8rem 1rem;border-radius:.5rem;background:#eef7f0;color:var(--ui-color-success)}.jobs-error{padding:.8rem 1rem;background:#fff1ee;color:var(--ui-color-danger);border-radius:.5rem}.jobs-empty{padding:3rem}@media(max-width:850px){.jobs-layout{grid-template-columns:minmax(0,1fr)}.jobs-list-panel{position:static}.jobs-list{max-height:19rem}}@media(max-width:520px){.jobs-fields,.jobs-address{grid-template-columns:minmax(0,1fr)}.jobs-detail-panel>.ui-card{padding:1rem}.jobs-toolbar,.jobs-section-heading{align-items:flex-start}.jobs-section-heading{flex-wrap:wrap}}.tasks-workspace :where(button:not(:disabled),input:not(:disabled),select:not(:disabled)){transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.tasks-workspace :where(button:not(:disabled),input:not(:disabled),select:not(:disabled)):hover{border-color:var(--ui-color-text);box-shadow:0 6px 16px #141c2d1a}.tasks-workspace button:not(:disabled):hover{transform:translateY(-1px)}.tasks-workspace .workspace-toolbar{align-items:end}.tasks-workspace .workspace-toolbar label:first-child{flex:1}.tasks-list-panel{min-width:0}.tasks-list-heading{margin-bottom:12px}.tasks-list-heading select{width:auto;border:0;background:transparent}.task-list-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#111827;color:#fff}.task-list-icon svg{width:18px;height:18px}.tasks-workspace .ui-list-card__description{display:grid;gap:4px}.tasks-workspace .ui-list-card__description b{color:var(--ui-color-text);font-size:10px;font-weight:600}.tasks-workspace .ui-list-card__trailing time strong{color:var(--ui-color-text);font-weight:700}.task-detail-timeline{display:grid;margin:20px 0;border-top:1px solid var(--ui-color-border)}.task-detail-timeline section{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid var(--ui-color-border)}.task-detail-timeline svg{width:28px;height:28px;padding:6px;border-radius:8px;color:var(--ui-color-primary);background:#fff1e9}.task-detail-timeline small{color:var(--ui-color-muted)}.task-detail-timeline p{margin:4px 0 0;white-space:pre-wrap}.task-detail-timeline strong{font-weight:700}.general-chat{display:flex;flex-direction:column;min-height:22rem;max-height:min(38rem,calc(100vh - 8rem));padding:1rem;border:1px solid var(--ui-color-border);border-radius:.75rem;color:#172032;background:#fff;box-shadow:0 1rem 3rem #1e18141a}.general-chat>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid #f0f1f3}.general-chat h1,.general-chat h2,.general-chat p{margin:0}.general-chat>header h1{margin:2px 0 6px}.general-chat header small,.general-chat-message small,.general-chat-welcome p{color:#687183}.general-chat-eyebrow{margin:0 0 5px!important;color:var(--ui-color-primary)!important;font-size:11px;font-weight:700}.general-chat-layout,.general-chat-thread{display:flex;min-height:0;flex:1}.general-chat-thread{flex-direction:column}.general-chat-layout>aside{width:17rem;padding:.8rem .8rem .8rem 0;border-right:1px solid #e5e7eb;overflow:auto}.general-chat-list-heading{display:flex;min-height:42px;align-items:center;justify-content:space-between;margin-bottom:12px;padding:5px 12px;border:1px solid #e5e7eb;border-radius:9px;color:#303746;font-size:11px}.general-chat-list{display:grid;gap:12px}.general-chat-list>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:3px 10px;width:100%;min-width:0;padding:12px;border:1px solid #e4ddd4;border-radius:10px;color:#172032;background:#fff;text-align:left;cursor:pointer}.general-chat-list>button:hover,.general-chat-list>button.selected{border-color:#222;box-shadow:0 3px 16px #192a430f}.general-chat-avatar{display:grid;grid-row:1 / span 2;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:#111827;font-size:11px;font-weight:700}.general-chat-list-copy{display:grid;min-width:0;gap:5px}.general-chat-list-copy strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.general-chat-list-copy small{overflow:hidden;color:#687183;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.general-chat-list time{grid-column:3;color:#7a8290;font-size:9px;white-space:nowrap}.general-chat-read-state{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:5px 10px;color:#288446;background:#e8f6ec;font-size:10px;font-weight:600;white-space:nowrap}.general-chat-read-state.is-unread{color:#d9452d;background:#ffe7e1}.general-chat-thread-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 16px;border-bottom:1px solid #f0f1f3}.general-chat-thread-heading h2{font-size:21px;line-height:1.35;overflow-wrap:anywhere}.general-chat-messages{display:flex;min-height:10rem;flex:1;flex-direction:column;gap:12px;padding:16px;overflow:auto;scrollbar-color:#a9adb3 transparent}.general-chat-message{max-width:82%;padding:12px;border:1px solid #f0f1f3;border-radius:10px;background:#f3f4f6;color:#4a5363;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.general-chat-message small{display:block;margin-bottom:5px;color:#172032;font-weight:700}.general-chat-message--user{align-self:flex-end;border-color:#f1c8bf;color:#172032;background:#fff7f4}.general-chat-message--user small{color:var(--ui-color-primary)}.general-chat-welcome{margin:auto;text-align:center}.general-chat-confirm{display:grid;gap:.5rem;margin-top:.8rem;padding:.8rem;border-color:#ef634b;background:#fff}.general-chat-confirm strong{display:block}.general-chat form{display:flex;align-items:flex-end;gap:.65rem;padding:14px 16px;border-top:1px solid #f0f1f3;background:#fafafa}.general-chat form .user-mention-textarea{position:relative;flex:1}.general-chat form textarea{min-height:3.1rem;max-height:8rem;border-color:#e0e4e9;border-radius:8px}.general-chat form .user-mention-textarea>small{display:none}.general-chat-error{padding:.5rem .8rem;color:#a42e22}.general-chat--workspace{height:calc(100dvh - 10rem);max-height:none;padding:0;border:0;border-radius:0;box-shadow:none}.general-chat--workspace>header{min-height:94px;padding:0 0 28px;border:0}.general-chat--workspace .general-chat-layout{display:grid;grid-template-columns:minmax(300px,38%) minmax(0,1fr);gap:24px}.general-chat--workspace .general-chat-layout>aside{width:auto;padding:0;border:0}.general-chat--workspace .general-chat-thread{min-width:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 3px 18px #192a4306}.topbar-chat{flex:0 0 auto;transition:transform .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease,box-shadow .14s ease}.topbar-chat:hover,.topbar-chat[aria-expanded=true]{transform:translateY(-1px);border-color:var(--ui-color-primary);background:#fff4f0;color:var(--ui-color-primary);box-shadow:0 6px 16px #141c2d1a}.topbar-chat-panel{position:fixed;z-index:30;top:5.9rem;left:calc(var(--rail-width, 15rem) + 2rem);width:min(42rem,calc(100vw - var(--rail-width, 15rem) - 4rem));padding:0}.topbar-chat-panel .general-chat{width:100%}.holiday-header-chat-card .general-chat{height:100%;max-height:32rem;padding:0;border:0;border-radius:0;box-shadow:none}@media(max-width:1050px){.general-chat--workspace .general-chat-layout{grid-template-columns:minmax(270px,40%) minmax(0,1fr);gap:14px}}@media(max-width:760px){.general-chat--workspace{height:auto;min-height:calc(100dvh - 8rem)}.general-chat--workspace .general-chat-layout{grid-template-columns:1fr}.general-chat--workspace .general-chat-layout>aside{max-height:18rem}.general-chat--workspace .general-chat-thread{min-height:32rem}.topbar-chat-panel{right:.8rem;left:calc(var(--rail-width, 8.25rem) + .8rem);width:auto}.general-chat-message{max-width:95%}}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/montserrat/montserrat-latin-400-normal.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/montserrat/montserrat-latin-500-normal.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/montserrat/montserrat-latin-600-normal.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/montserrat/montserrat-latin-700-normal.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/fonts/montserrat/montserrat-latin-800-normal.woff2) format("woff2")}:root{color:#201c1a;background:#f2eee5;font-family:var(--ui-font-family);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:20rem;min-height:100vh}button,input,select,textarea{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e16349;outline-offset:2px}button{cursor:pointer}.eyebrow{margin:0 0 .4rem;color:#e16349;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1,h2,p{margin-top:0}.auth-shell,.fatal-state{display:grid;min-height:100vh;place-items:center;padding:1.25rem;background:radial-gradient(circle at 15% 20%,rgb(225 99 73 / 16%),transparent 28rem),#f2eee5}.auth-card{width:min(100%,34rem);padding:clamp(1.5rem,5vw,3.5rem);border:1px solid #ded8ce;border-radius:1rem;background:#fff;box-shadow:0 1.5rem 4rem #3d2b241f}.auth-card>img{width:10rem;margin-bottom:2.5rem}.auth-card h1{margin-bottom:.5rem;font-size:clamp(2rem,6vw,3.6rem);font-weight:500;letter-spacing:-.05em}.auth-card>p:not(.eyebrow,.error,.notice){color:#6f6762;line-height:1.55}form{display:grid;gap:.85rem}label{display:grid;gap:.35rem;color:#4f4844;font-size:.78rem;font-weight:700}input,select,textarea{width:100%;min-height:2.75rem;padding:.65rem .75rem;border:1px solid #ded8ce;border-radius:.45rem;color:#201c1a;background:#fff}textarea{min-height:5rem;resize:vertical}.primary{min-height:2.8rem;padding:.7rem 1rem;border:0;border-radius:999px;color:#fff;background:#e16349;font-weight:700}.primary:hover{background:#c84e37}.primary.compact{width:auto;min-height:2.4rem}.text-button{margin-top:1rem;padding:.5rem 0;border:0;color:#c84e37;background:transparent}.error,.notice{padding:.75rem;border-radius:.4rem}.error{color:#8b2018;background:#fff0ed}.notice{color:#28613d;background:#edf8f1}.session-banner{position:fixed;z-index:30;top:0;width:100%;padding:.7rem;color:#fff;background:#8b2018;text-align:center}.app-shell{display:grid;min-height:100vh;grid-template-columns:minmax(0,1fr);background:#e9e9e8}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;padding:1.35rem 1rem;background:#f2eee5}.sidebar>img{width:8.5rem;margin:.3rem .5rem 2rem}nav{display:grid;gap:1.2rem}nav section{display:grid;gap:.15rem}nav section>p{margin:0 0 .25rem .65rem;color:#6f6762;font-size:.64rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}nav button{min-height:2.55rem;padding:.55rem .7rem;border:0;border-radius:.4rem;color:#201c1a;background:transparent;text-align:left}nav button:hover{color:#c84e37;background:#e1634914}nav button[aria-current=page]{color:#fff;background:#e16349;font-weight:700}.account{display:grid;gap:.2rem;margin-top:auto;padding:1rem .5rem 0;border-top:1px solid #ded8ce}.account small{color:#6f6762;text-transform:capitalize}.account button{margin-top:.5rem;padding:.5rem;border:1px solid #e16349;border-radius:999px;color:#c84e37;background:transparent}.workspace{min-width:0;min-height:100vh;background:#fff}.topbar{position:sticky;z-index:10;top:0;display:flex;min-height:5.4rem;align-items:center;gap:1rem;padding:1rem 2rem;border-bottom:1px solid #ded8ce;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar>div{display:flex;align-items:center;gap:.8rem}.topbar img{width:7rem}.topbar span{color:#6f6762;font-size:.78rem}.topbar label{display:flex;align-items:center;gap:.5rem;margin-left:auto}.topbar select{min-width:11rem}.topbar>button:last-child{padding:.65rem 1rem;border:1px solid #ded8ce;border-radius:999px;background:#fff}.menu-button{display:block;border:0;background:transparent;font-size:1.4rem}.content{padding:clamp(1.2rem,3vw,2.5rem)}.page-heading{padding-bottom:1.25rem;border-bottom:1px solid #ded8ce}.page-heading h1{margin:0 0 .4rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:500;letter-spacing:-.05em}.page-heading>p:last-child{max-width:52rem;margin:0;color:#6f6762;line-height:1.55}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-top:1.2rem}.metric-grid article{min-height:9rem;padding:1.2rem;border-radius:1rem;background:#f1f1ef}.metric-grid span,.metric-grid small{display:block;color:#6f6762;font-size:.72rem}.metric-grid strong{display:block;margin:.75rem 0;font-size:2.2rem}.dashboard-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:.8rem;margin-top:.8rem}.feature-card{min-height:15rem;padding:1.4rem;border-radius:1rem;background:#f2eee5}.feature-card h2{max-width:18rem;font-size:1.6rem}.feature-card p{color:#6f6762;line-height:1.5}.feature-card.coral{color:#fff;background:#e16349}.feature-card.coral p{color:#fff}.feature-card.dark{color:#fff;background:#181716}.feature-card.dark p{color:#d6d1ce}.state-panel{max-width:46rem;margin:1rem 0;padding:1.1rem;border:1px solid #ded8ce;border-radius:.65rem;background:#f7f7f6}.state-panel strong{color:#c84e37}.state-panel p{margin:.4rem 0 0;color:#6f6762}.state-panel button{margin-top:.7rem}.authority-note{display:flex;max-width:52rem;align-items:center;gap:.8rem;margin:1rem 0;padding:.8rem 1rem;border-left:4px solid #e16349;background:#fff5f2}.authority-note span{color:#6f6762}.control-status{background:#231f20;color:#fff;display:flex;gap:1rem;justify-content:space-between;padding:.65rem 1.5rem}.control-status>div{display:grid;gap:.2rem}.control-status span{color:#ffb59f}.control-status ul,.dashboard-capability-detail ul{display:flex;flex-wrap:wrap;gap:.3rem 1rem;margin:0;padding:0;list-style:none}.control-status button{border:1px solid currentColor;border-radius:99px;background:transparent;color:inherit}.eligibility-row{align-items:center;display:flex;gap:.6rem;margin:.75rem 0}.detail-panel pre{background:#f4f1eb;max-width:100%;overflow:auto;padding:.75rem;white-space:pre-wrap}.create-area{margin:1rem 0}.inline-form{max-width:42rem;margin-top:.8rem;padding:1rem;border:1px solid #ded8ce;border-radius:.6rem;background:#f7f7f6}.filters{display:grid;grid-template-columns:minmax(14rem,1fr) minmax(10rem,14rem);gap:.7rem;margin:1rem 0}.record-layout{display:grid;grid-template-columns:minmax(16rem,.8fr) minmax(20rem,1.2fr);gap:1rem}.record-list{display:grid;align-content:start;gap:.75rem;margin:0;padding:0;list-style:none}.record-list button{display:grid;width:100%;grid-template-columns:1fr auto;gap:.25rem .7rem;padding:.9rem;border:1px solid #ded8ce;border-radius:.55rem;background:#fff;text-align:left}.record-list button[aria-current=true]{border-color:#e16349;box-shadow:inset 4px 0 #e16349}.record-list span{color:#c84e37;font-size:.72rem;text-transform:capitalize}.record-list small{grid-column:1/-1;color:#817873}.detail-panel{min-height:20rem;padding:1.2rem;border-radius:.7rem;background:#f1f1ef}.detail-panel h2{overflow-wrap:anywhere}.detail-panel dl{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.detail-panel dl div{padding:.6rem;background:#fff}.detail-panel dt{color:#6f6762;font-size:.65rem;text-transform:uppercase}.detail-panel dd{margin:.25rem 0 0;overflow-wrap:anywhere}.detail-panel form{margin-top:1rem}.dayworker-layout .record-list small{line-height:1.45}.management-form{padding-top:1rem;border-top:1px solid #ded8ce}.management-actions{display:flex;flex-wrap:wrap;gap:.65rem}.management-actions button,.management-form>button{min-height:2.5rem;padding:.55rem .85rem;border:1px solid #e16349;border-radius:999px;color:#c84e37;background:#fff}.management-actions button:disabled,.management-form>button:disabled{cursor:not-allowed;opacity:.55}.load-more{margin-top:1rem;padding:.7rem 1rem;border:1px solid #e16349;border-radius:999px;color:#c84e37;background:#fff}.report-table{max-width:48rem;margin-top:1.2rem;border:1px solid #ded8ce;border-radius:.7rem;overflow:hidden}.report-table>div{display:grid;grid-template-columns:1fr 1fr;padding:.8rem 1rem;border-bottom:1px solid #ded8ce}.report-table>div:last-child{border:0}.report-table>div:first-child{color:#fff;background:#201c1a}.report-table span{text-transform:capitalize}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1rem}.settings-grid article{padding:1rem;border-radius:.7rem;background:#f1f1ef}.settings-grid p{color:#6f6762;line-height:1.5}.drawer-layer{position:fixed;z-index:20;inset:0}.backdrop{position:absolute;inset:0;width:100%;border:0;background:#00000073}.drawer{position:relative;width:min(20rem,88vw);height:100%;padding:1rem;overflow:auto;background:#f2eee5;box-shadow:1rem 0 3rem #0003}.drawer header{display:flex;justify-content:space-between;margin-bottom:1rem}.drawer header button{border:0;background:transparent;font-size:1.8rem}@media(max-width:64rem){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.menu-button{display:block}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr 1fr}.feature-card:first-child{grid-column:1/-1}}@media(max-width:42rem){.topbar{min-height:4.5rem;padding:.7rem 1rem;flex-wrap:wrap}.topbar>div img{width:6rem}.topbar>div span,.topbar>button:last-child{display:none}.topbar label{order:3;width:100%;margin:0}.topbar select{flex:1}.content{padding:1rem}.metric-grid,.dashboard-grid,.filters,.record-layout,.settings-grid{grid-template-columns:1fr}.feature-card:first-child{grid-column:auto}.record-layout{display:block}.detail-panel{margin-top:.8rem}.detail-panel dl{grid-template-columns:1fr}.authority-note{align-items:flex-start;flex-direction:column}.auth-card{padding:1.4rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.content.dashboard-content{padding:0}.app-shell--tabs{--rail-width: 15rem;grid-template-columns:var(--rail-width) minmax(0,1fr)}.app-shell--tabs>.workspace{grid-column:2}.app-shell--tabs>.sidebar{display:flex;position:fixed;inset:0 auto 0 0;width:var(--rail-width);height:100dvh;overflow-y:auto;background:#fff;border-right:1px solid var(--ui-color-border);z-index:10}.app-shell--tabs .sidebar nav{margin-bottom:1.5rem}.app-shell--dashboard .drawer{background:#fff}.dayworker-layout{grid-template-columns:minmax(12rem,.8fr) minmax(0,1.2fr);align-items:start}.dayworker-layout .detail-panel{min-width:0;color:var(--ui-color-text)}@media(max-width:64rem){.dayworker-layout{display:grid;grid-template-columns:1fr}.dayworker-layout .detail-panel{grid-row:1}}@media(max-width:42rem){.app-shell--tabs{--rail-width: 8.25rem}.app-shell--tabs>.sidebar{padding:1rem .45rem}.app-shell--tabs .sidebar>img{width:6rem;margin:.3rem .25rem 1.5rem}.app-shell--tabs .ui-navigation-item{padding:.55rem .35rem;font-size:.75rem;overflow-wrap:anywhere}.app-shell--tabs .content{padding:.8rem}.app-shell--tabs .account{padding:.75rem .2rem 0;overflow-wrap:anywhere}.app-shell--tabs .detail-panel dl,.app-shell--tabs .filters{grid-template-columns:1fr}}.record-list{min-width:0}.record-list .ui-button.ui-button{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;justify-content:stretch;border-radius:.55rem;padding:.9rem;text-align:left}.record-list .ui-button>strong{min-width:0;overflow-wrap:anywhere}.ui-label,.ui-select,.ui-input{min-width:0}@media(max-width:64rem){.dayworker-layout{grid-template-columns:minmax(0,1fr)}}.topbar .tab-account-identity{margin-left:auto;display:flex;gap:1.5rem;text-align:right;flex-wrap:wrap;justify-content:flex-end}.tab-account-identity>div{display:grid;gap:.2rem;min-width:0}.tab-account-identity strong{font-size:.85rem}.tab-account-identity small{color:var(--ui-color-muted);font-size:.72rem;overflow-wrap:anywhere}.app-shell--dashboard .drawer{box-shadow:none;border-right:1px solid var(--ui-color-border)}.app-shell--dashboard .backdrop{background:transparent;border-radius:0;box-shadow:none}@media(max-width:42rem){.topbar{flex-wrap:wrap}.topbar .tab-account-identity{width:100%;gap:.7rem;text-align:left;justify-content:flex-start}}.sidebar nav,.drawer nav{gap:1.25rem}.sidebar nav section,.drawer nav section{gap:.2rem}.sidebar nav section>p,.drawer nav section>p{margin:0 0 .4rem .75rem;color:#818181;font-size:.75rem;font-weight:500;letter-spacing:0;text-transform:none}.sidebar .ui-navigation-item,.drawer .ui-navigation-item{display:flex;align-items:center;gap:.7rem;width:100%;min-height:2.3rem;padding:.55rem .75rem;border-radius:.45rem;font-size:.82rem;font-weight:500;line-height:1.3;color:#393939;background:transparent}.navigation-icon{flex:0 0 18px;color:#8a8a8a}.sidebar .ui-navigation-item:hover,.drawer .ui-navigation-item:hover{background:#f4f4f4}.sidebar .ui-navigation-item[aria-current=page],.drawer .ui-navigation-item[aria-current=page]{color:#b83f29;background:#fcece7;font-weight:600;box-shadow:inset 3px 0 #e16349}.ui-navigation-item[aria-current=page] .navigation-icon{color:#e16349}.sidebar>img{width:9rem;height:auto;margin:.35rem .75rem 1.75rem}.drawer header{align-items:center;padding:0 .5rem 1rem;border-bottom:1px solid #ededed}.drawer header>img{width:9rem;height:auto}.app-shell--dashboard .drawer{width:min(16rem,88vw)}.sidebar .account,.drawer .account{margin-top:1.5rem;border-color:#ededed;font-size:.8rem}@media(max-width:42rem){.sidebar .ui-navigation-item{gap:.4rem;padding:.55rem .35rem;font-size:.72rem}.sidebar nav section>p{margin-left:.35rem}}.sidebar,.drawer{scrollbar-width:thin;scrollbar-color:#e1e1e1 transparent}.sidebar::-webkit-scrollbar,.drawer::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track,.drawer::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb,.drawer::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px}.sidebar::-webkit-scrollbar-thumb:hover,.drawer::-webkit-scrollbar-thumb:hover{background:#cfcfcf}.worker-activity{border-top:1px solid var(--ui-color-border);padding-top:1rem;margin-top:1rem}.worker-activity>p,.worker-activity time{color:var(--ui-color-muted);font-size:.8rem}.worker-activity-list{list-style:none;padding:0;display:grid;gap:.75rem;max-height:32rem;overflow-y:auto}.worker-activity-list li{border:1px solid var(--ui-color-border);border-radius:.65rem;padding:.85rem;overflow-wrap:anywhere}.worker-activity-list li>div{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.worker-activity-list p{margin:.5rem 0;font-size:.8rem}.worker-activity-outcome{font-size:.7rem;border-radius:1rem;padding:.2rem .5rem;background:#fff2d7;color:#705015}.worker-activity-outcome--succeeded{background:#e9f3ec;color:#276342}.worker-activity details{font-size:.75rem}.activity-workspace{display:grid;gap:1rem}.activity-workspace .page-heading{margin-bottom:0}.activity-workspace .worker-activity{border:0;margin:0;padding:0}.credentials-workspace{display:grid;grid-template-columns:minmax(12rem,.7fr) minmax(0,1.5fr);align-items:start;gap:1rem}.credential-catalog-item{display:grid;gap:.3rem;width:100%;text-align:left;justify-content:start;border-radius:.6rem}.credential-catalog-item[aria-pressed=true]{background:#fcece7;border-color:#e16349;color:#b83f29}.credential-catalog-item small,.credential-guidance{font-size:.8rem}.credential-details{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem 1rem;font-size:.85rem}.credential-details dd{margin:0;overflow-wrap:anywhere}@media(max-width:64rem){.credentials-workspace{grid-template-columns:1fr}}.activity-workspace :where(button:not(:disabled),input:not(:disabled),select:not(:disabled)){cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.activity-workspace :where(button:not(:disabled),input:not(:disabled),select:not(:disabled)):hover{border-color:var(--ui-color-text);box-shadow:0 6px 16px #141c2d1a}.activity-workspace button:not(:disabled):hover{transform:translateY(-1px)}.activity-list-heading{margin-bottom:12px}.activity-list-heading select{width:auto;border:0;background:transparent}.activity-feed-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.activity-feed-heading h3{margin:0}.activity-feed-heading p{margin:4px 0 0;color:var(--ui-color-muted);font-size:12px}.worker-activity .workspace-toolbar{align-items:end}.worker-activity .workspace-toolbar label{min-width:130px}.worker-activity .workspace-toolbar label:first-child{flex:1}.worker-activity-list{max-height:none;margin:0}.worker-activity-list li{border:0;padding:0}.activity-card.ui-card{display:grid;gap:16px;padding:18px}.activity-card>header{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:start;gap:12px}.activity-card>header>div{display:grid;gap:5px}.activity-card time{color:var(--ui-color-muted);font-size:12px}.activity-card time strong{color:var(--ui-color-text);font-weight:700}.activity-card-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;color:var(--ui-color-primary);background:#fff1e9}.activity-card-icon svg{width:20px;height:20px}.activity-card-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.activity-card-details section{min-width:0;padding:13px;border-radius:9px;background:var(--ui-color-soft)}.activity-card-details small{display:block;margin-bottom:5px;color:var(--ui-color-muted)}.activity-card-details p{margin:5px 0 0;white-space:pre-wrap}.activity-email-content{max-height:12rem;overflow:auto}@media(max-width:640px){.activity-card>header{grid-template-columns:36px minmax(0,1fr)}.activity-card>header .worker-activity-outcome{grid-column:2;justify-self:start}.activity-card-details{grid-template-columns:1fr}}.activity-view-tabs .ui-segmented{gap:9px;padding:0;border-radius:0;background:transparent}.activity-view-tabs .ui-segment-option{padding:9px 15px;border-radius:24px;background:#f1f3f5;font-size:12px}.activity-view-tabs .ui-segment-option[aria-pressed=true]{background:#ef634b;color:#fff}
