.manager-shell-page{width:100%;height:100vh;min-height:100vh;padding:var(--manager-side-top-inset) 0 var(--manager-side-bottom-inset);--manager-left-layout-offset:16px;--manager-right-layout-offset:16px;grid-template-rows:auto minmax(0,1fr);margin:0;display:grid;overflow:hidden}.manager-shell-page-left-open{--manager-left-layout-offset:calc(var(--manager-left-pane-width) + var(--manager-shell-gap))}.manager-shell-page-right-open{--manager-right-layout-offset:calc(var(--manager-right-pane-width) + var(--manager-shell-gap))}.manager-top-bar{z-index:20;margin:0 calc(var(--manager-right-pane-width) + var(--manager-shell-gap)) 8px calc(var(--manager-left-pane-width) + var(--manager-shell-gap));transition:margin var(--motion-shell) var(--motion-ease-soft);position:sticky;top:0;overflow:visible}.manager-top-bar-toolbar,.manager-toolbar-group-left,.manager-toolbar-group-right{align-items:center;gap:12px;display:flex}.manager-top-bar-toolbar{width:min(100%, var(--manager-top-bar-max-width));min-width:0;height:var(--manager-top-row-height);box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:height var(--motion-shell) var(--motion-ease-soft), padding var(--motion-shell) var(--motion-ease-soft), box-shadow var(--motion-shell) var(--motion-ease-soft), border-color var(--motion-shell) var(--motion-ease-soft);background:#ffffffeb;border:1px solid #08604814;border-radius:18px;justify-content:space-between;padding:6px 8px}.manager-toolbar-group-left{flex:auto;min-width:0}.manager-toolbar-group-right{flex:none;justify-content:flex-end;margin-left:auto}.care-manager-toast-stack{z-index:90;pointer-events:none;gap:10px;width:min(360px,100vw - 32px);display:grid;position:fixed;bottom:24px;right:24px}.care-manager-toast{color:#57251d;animation:care-manager-toast-fade 3s var(--motion-ease-soft) forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffbf8f5;border:1px solid #7d271c33;border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.35;box-shadow:0 18px 44px #30181229}@keyframes care-manager-toast-fade{0%{opacity:0;transform:translateY(8px)}12%,72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}.manager-toolbar-divider{background:#0860481f;width:1px;height:24px}.manager-toolbar-entity-cluster{align-items:center;gap:8px;display:inline-flex}.manager-top-bar-actions,.manager-toolbar,.manager-toolbar-group,.manager-right-header,.left-pane-block-heading,.manager-filter-cluster,.attachment-cluster{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.manager-top-bar-actions,.manager-toolbar,.manager-right-header,.left-pane-block-heading{justify-content:space-between}.manager-top-bar-actions{flex-wrap:nowrap;justify-content:flex-end;min-width:auto}.manager-search-shell{align-items:center;gap:8px;min-width:0;display:flex;position:relative}.manager-search-shell-expanded{flex:auto}.manager-search-field-shell{opacity:0;pointer-events:none;width:0;min-width:0;transition:width var(--motion-shell) var(--motion-ease), opacity var(--motion-quick) ease, transform var(--motion-shell) var(--motion-ease);overflow:hidden;transform:translate(-8px)}.manager-search-field-shell-expanded{opacity:1;pointer-events:auto;width:min(420px,36vw);transform:translate(0)}.manager-search-field{width:100%;min-width:0;height:42px;box-shadow:none;transition:border-color var(--motion-quick) var(--motion-ease-soft), background-color var(--motion-quick) var(--motion-ease-soft);background:#fffffff5;border:1px solid #0860481f;border-radius:999px;align-items:center;padding:0 14px;display:inline-flex}.manager-search-shell :focus-visible{box-shadow:none;outline:none}.manager-search-field:focus-within{background:#fffffffa;border-color:#08604833}.manager-search-input{width:100%;min-width:0;color:var(--primary-green);font:inherit;background:0 0;border:0}.manager-search-input:focus{outline:none}.manager-search-input::placeholder{color:var(--muted)}.manager-top-bar-copy .section-copy{display:none}.manager-top-bar-copy .section-eyebrow{margin-bottom:4px}.manager-option-group{gap:10px;display:grid}.search-results-panel-shell,.search-results-panel{z-index:35;opacity:0;pointer-events:none;width:min(520px,100vw - 112px);transition:opacity var(--motion-quick) ease, transform var(--motion-enter) var(--motion-ease), box-shadow var(--motion-shell) var(--motion-ease);transform-origin:0 0;background:linear-gradient(#f9f7f3f5,#fffffffa);border:1px solid #08604814;border-radius:18px;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-10px)scale(.98);box-shadow:0 18px 36px #08604824}.search-results-panel-shell .state-box{background:0 0;padding:0}.search-results-panel-open,.search-results-panel-shell-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.search-results-panel-detailed{max-height:min(52vh,420px);overflow:auto}.search-results-panel-compact{max-height:min(54vh,420px);overflow:auto}.search-results-header,.search-result-heading,.search-result-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.search-results-list{opacity:0;transition:opacity var(--motion-quick) ease, transform var(--motion-enter) var(--motion-ease);gap:12px;margin:0;padding:0;list-style:none;display:grid;transform:translateY(6px)}.search-results-panel-open .search-results-list,.search-results-panel-shell-open .search-results-list{opacity:1;transform:translateY(0)}.search-results-list-compact{grid-template-columns:1fr;gap:8px}.search-result-card{transition:transform var(--motion-quick) var(--motion-ease-soft), box-shadow var(--motion-quick) var(--motion-ease-soft), border-color var(--motion-quick) var(--motion-ease-soft), background-color var(--motion-quick) var(--motion-ease-soft);background:#ffffffe6;border:1px solid #08604814;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.search-result-card-active{background:#f7fbf9fa;border-color:#08604829;box-shadow:0 4px 12px #0860480f}.search-result-card-compact{gap:10px;padding:10px 12px}.search-result-main{min-width:0;color:inherit;text-align:left;background:0 0;border:0;flex:auto;gap:3px;padding:0;display:grid}.search-result-main strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.search-result-type{color:var(--muted);font-size:.84rem;line-height:1.2}.search-result-patient{color:var(--grey);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.2;overflow:hidden}.workbench-entity-card{align-items:flex-start;min-height:100%}.workbench-entity-main{gap:6px}.workbench-entity-subtitle{color:var(--grey);font-size:.9rem;line-height:1.4}.search-result-actions-compact{flex-wrap:nowrap;flex-shrink:0;gap:6px}.search-result-main:focus-visible{outline:none}.icon-button{width:38px;height:38px;color:var(--primary-green);background:#ffffffeb;border:1px solid #08604826;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button-secondary{background:#ffffffeb}.icon-button-exit{color:var(--orange);background:#fad6a538;border-color:#ac662a38;box-shadow:inset 0 0 0 1px #fad6a53d}.icon-button-active{background:#0860481f;border-color:#08604847;box-shadow:inset 0 0 0 1px #08604814}.icon-button-ghost{background:#f9f7f3f2}.icon-button-compact{width:30px;height:30px}.icon-button-compact .icon-glyph{width:17px;height:17px}.icon-button-disabled{opacity:.38;cursor:not-allowed}.manager-search-shell .icon-button:focus-visible,.manager-search-shell .search-result-main:focus-visible{box-shadow:none;outline:none}.icon-button:focus-visible,.search-result-main:focus-visible{outline:none;box-shadow:0 0 0 3px #08604814}.icon-glyph{flex-shrink:0;width:21px;height:21px}.icon-glyph-host{flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex;position:relative}.icon-glyph-host .icon-glyph{width:100%;height:100%}.icon-glyph-host-asset{pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}.icon-button-compact .icon-glyph-host{width:17px;height:17px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.manager-segmented-control{flex-wrap:wrap;gap:8px;display:flex}.segment-chip,.filter-chip{min-height:38px;color:var(--primary-green);background:#ffffffe0;border:1px solid #08604824;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;display:inline-flex}.segment-chip-active,.filter-chip-active{background:#fad6a566;border-color:#ac662a4d}.manager-workspace-grid{height:100%;min-height:0;padding:0 var(--manager-right-layout-offset) 0 var(--manager-left-layout-offset);transition:padding var(--motion-shell) var(--motion-ease-soft);will-change:padding;overflow:hidden}.manager-pane{--manager-pane-padding:9px;min-height:280px;padding:var(--manager-pane-padding);box-shadow:none;background:var(--bg-card);border:1px solid #08604814;border-radius:24px}.manager-pane-slot{top:var(--manager-side-top-inset);height:calc(100vh - var(--manager-side-top-inset) - var(--manager-side-bottom-inset));z-index:12;transition:height var(--motion-shell) var(--motion-ease-soft);contain:layout paint;will-change:height;display:flex;position:fixed;overflow:clip}.manager-pane-slot-collapsed{height:var(--manager-top-row-height)}.manager-pane-slot-left{width:var(--manager-left-pane-width);left:0}.manager-pane-slot-right{width:var(--manager-right-pane-width);justify-content:flex-end;right:0}.manager-pane-slot-right-overlay{contain:none;width:0;height:0;position:static;overflow:visible}.manager-pane-slot-right-overlay .manager-pane-receiving-surface-panel{overflow:visible}.manager-pane-stage{opacity:0;visibility:hidden;min-width:0;transition:opacity var(--motion-quick) var(--motion-ease-soft), transform var(--motion-shell) var(--motion-ease-soft), visibility 0s linear var(--motion-quick);will-change:opacity, transform;position:absolute;inset:0;overflow:hidden;transform:translateY(-4px)}.manager-pane-stage-panel{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--motion-quick) var(--motion-ease-soft), transform var(--motion-shell) var(--motion-ease-soft), visibility 0s linear;transform:translateY(0)}.manager-pane-stage-rail{pointer-events:none}.manager-pane-receiving-surface{min-width:0;height:100%;min-height:0;position:relative}.manager-pane-receiving-surface-panel,.manager-pane-receiving-surface-rail{display:flex}.manager-pane-receiving-surface-rail{align-items:stretch}.manager-pane-receiving-overlay{z-index:7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#ffffff94;border:1px dashed #08604829;border-radius:20px;place-items:center;display:grid;position:absolute;inset:8px}.manager-pane-receiving-overlay span{letter-spacing:.01em;background:#ffffffe6;border:1px solid #0860481f;border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:700}.manager-pane-slot-collapsed .manager-pane-stage-panel{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px)}.manager-pane-slot-collapsed .manager-pane-stage-rail{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--motion-quick) var(--motion-ease-soft), transform var(--motion-shell) var(--motion-ease-soft), visibility 0s linear;transform:translateY(0)}.manager-pane-left,.manager-pane-right{scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;overflow:auto}.manager-pane-left::-webkit-scrollbar{width:0;height:0}.manager-pane-right::-webkit-scrollbar{width:0;height:0}.manager-pane-left,.manager-status-rail-left{border-left:0;border-radius:0 20px 20px 0}.manager-pane-left{overflow:hidden}.manager-pane-right,.manager-status-rail-right{border-right:0;border-radius:20px 0 0 20px}.manager-pane-right{padding-top:0;position:relative}.manager-pane-center{min-width:0;height:100%;min-height:0;transition:box-shadow var(--motion-shell) var(--motion-ease-soft);flex-direction:column;display:flex;overflow:hidden}.manager-pane-center>*{min-width:0;min-height:0}.manager-pane-header{gap:6px;margin-bottom:8px;display:grid}.manager-pane-footer{border-top:1px solid #08604814;gap:6px;margin-top:9px;padding-top:9px;display:grid}
.left-pane-layout,.right-pane-layout{gap:7px;display:grid}.left-pane-block,.right-pane-block{background:linear-gradient(#f9f7f3f5,#fffffffa);border:1px solid #08604812;border-radius:18px;padding:7px}.manager-right-header{z-index:4;background:linear-gradient(#fffffffc,#fffffff0);margin:0 -9px 12px;padding:9px 9px 12px;display:block;position:sticky;top:0;box-shadow:0 1px #08604814}.right-pane-nav-header{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;display:grid}.right-pane-nav-leading,.right-pane-nav-actions{align-items:center;gap:8px;display:flex}.right-pane-nav-action-slot{display:contents}.right-pane-nav-leading{justify-content:flex-start}.right-pane-nav-actions{justify-content:flex-end}.right-pane-nav-title{text-align:center;justify-self:center;min-width:0;font-size:.98rem;font-weight:700;line-height:1.2}.right-pane-nav-button{width:34px;height:34px;color:inherit;background:#fffffff0;border:1px solid #08604817;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:relative}.right-pane-nav-button:disabled{cursor:default;opacity:.48}.right-pane-nav-button-primary{background:linear-gradient(#ffecd1f5,#fff5e7f5);border-color:#08604824}.right-pane-nav-button-primary:hover:not(:disabled),.right-pane-nav-button-primary:focus-visible{background:#ffecd1fa;border-color:#0860483d;outline:none}.right-pane-nav-button-danger{color:#8a2f28}.right-pane-nav-button-danger:hover:not(:disabled),.right-pane-nav-button-danger:focus-visible{background:#ffe8e1d1;border-color:#8a2f2829;outline:none}.right-pane-nav-badge{color:#fff;background:#ac662af0;border-radius:999px;min-width:18px;padding:1px 5px;font-size:.7rem;font-weight:700;position:absolute;top:-4px;right:-4px}.right-pane-nav-spacer{width:34px;height:34px;display:block}.right-pane-page{gap:8px;display:grid}.right-pane-page-divider{background:#08604812;min-height:1px}.right-pane-page-catalog{gap:12px}.right-pane-page-catalog>*+*{border-top:1px solid #08604812;padding-top:10px}.right-pane-card-list,.right-pane-catalog-stack,.right-pane-catalog-cards,.right-pane-catalog-flow-block{gap:8px;display:grid}.right-pane-catalog-group{gap:6px;display:grid}.right-pane-node-toggle{width:100%;color:inherit;text-align:left;background:#ffffffd6;border:1px solid #08604812;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-weight:600;display:flex}.right-pane-page-catalog .right-pane-node-toggle{color:#17322a;background:0 0;border:0;border-radius:0;min-height:30px;padding:2px 0;font-size:.82rem;font-weight:700;line-height:1.2}.right-pane-page-catalog .right-pane-node-toggle:hover,.right-pane-page-catalog .right-pane-node-toggle:focus-visible{color:#193a31}.right-pane-node-toggle-child{padding-left:14px;font-weight:500}.right-pane-page-catalog .right-pane-node-toggle-child{padding-left:10px;font-weight:650}.right-pane-catalog-card{--right-pane-catalog-card-background:linear-gradient(180deg, #fff7edfa, #fffffff5);--right-pane-catalog-card-border:#ac662a1f;--right-pane-catalog-card-edge-border:#ac662a14;--right-pane-catalog-card-edge-color:var(--orange);border:1px solid var(--right-pane-catalog-card-border);background:var(--right-pane-catalog-card-background);border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:0;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffad}.right-pane-catalog-card-patient{--right-pane-catalog-card-background:linear-gradient(180deg, #e8ecfffa, #fffffff5);--right-pane-catalog-card-border:#5462d22e;--right-pane-catalog-card-edge-border:#5462d21f;--right-pane-catalog-card-edge-color:#384aaa}.right-pane-catalog-card-specialist{--right-pane-catalog-card-background:linear-gradient(180deg, #fff3e2fc, #fff9eff5);--right-pane-catalog-card-border:#e08d452e;--right-pane-catalog-card-edge-border:#e08d451f;--right-pane-catalog-card-edge-color:#884e1c}.right-pane-catalog-handle{width:44px;min-width:44px;height:100%;min-height:48px;color:var(--right-pane-catalog-card-edge-color);box-shadow:inset -1px 0 0 var(--right-pane-catalog-card-edge-border), inset 0 1px 0 #ffffff14;background:linear-gradient(#ffffff2e,#ffffff0a),linear-gradient(90deg,#ffffff1a,#fff0);border:0;border-radius:0;justify-content:center;align-self:stretch;align-items:center;display:inline-flex}.right-pane-entity-icon-button{width:42px;min-width:42px;height:42px;color:inherit;background:#f4f8f6e6;border:1px solid #08604814;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.right-pane-catalog-body{text-align:left;width:100%;color:inherit;min-height:48px;box-shadow:none;background:0 0;border:0;border-radius:0;align-content:center;gap:0;padding:10px 14px 10px 12px;display:grid}.right-pane-catalog-body strong,.right-pane-notification-main strong{font-weight:700}.right-pane-catalog-body strong{font-size:.85rem;line-height:1.18}.right-pane-catalog-body span,.right-pane-notification-main span,.right-pane-entity-copy span{color:var(--grey);line-height:1.4}.right-pane-catalog-body small,.right-pane-notification-main small{color:var(--muted)}.right-pane-catalog-handle:hover,.right-pane-catalog-body:hover{background-color:#ffffff14}.right-pane-catalog-edge-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.right-pane-catalog-edge-icon .icon-glyph{width:18px;height:18px}.right-pane-notification-card{background:#ffffffe6;border:1px solid #08604814;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding:8px;display:grid}.right-pane-notification-card-read{opacity:.62}.right-pane-notification-main{text-align:left;width:100%;color:inherit;background:0 0;border:0;gap:4px;padding:6px 8px;display:grid}.right-pane-notification-dismiss{width:34px;height:34px;color:inherit;background:#f6f8f7e6;border:1px solid #08604812;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.right-pane-notification-groups{gap:0;display:grid}.right-pane-notification-groups>*+*{border-top:1px solid #08604812;padding-top:10px}.right-pane-page-notifications{gap:10px}.right-pane-notification-group{gap:0;display:grid}.right-pane-notification-group-toggle{color:#0f6a50;background:0 0;border:0;min-height:30px;padding:2px 0;font-size:.94rem;font-weight:700;line-height:1.2}.right-pane-notification-group-toggle:hover,.right-pane-notification-group-toggle:focus-visible{color:#0b5a44;outline:none}.right-pane-notification-group-toggle:disabled{cursor:default}.right-pane-notification-group-meta{color:#0f6a50b8;align-items:center;gap:8px;display:inline-flex}.right-pane-notification-group-count{color:#0f6a50;text-align:center;background:#0f6a5014;border-radius:999px;min-width:24px;padding:2px 8px;font-size:.74rem;font-weight:700}.right-pane-notification-group-toggle .icon-glyph{width:15px;height:15px}.right-pane-notification-group-body{gap:6px;padding-top:8px;display:grid}.right-pane-page-menu{gap:10px}.right-pane-menu-nav-list{gap:0;display:grid}.right-pane-menu-nav-list>*{margin:0}.right-pane-menu-nav-list>*+*{border-top:1px solid #08604812;padding-top:10px}.right-pane-menu-nav-row{color:#0f6a50;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:34px;padding:2px 0;font-size:.97rem;font-weight:700;line-height:1.2;display:flex}.right-pane-menu-nav-row:hover,.right-pane-menu-nav-row:focus-visible{color:#0b5a44;outline:none}.right-pane-menu-nav-row-exit{color:#9a4a2a}.right-pane-menu-nav-row-exit .right-pane-menu-nav-row-icon{color:#9a4a2ad1}.right-pane-menu-nav-row-exit:hover,.right-pane-menu-nav-row-exit:focus-visible{color:#7f3a1d}.right-pane-menu-nav-row-main{align-items:center;gap:10px;display:inline-flex}.right-pane-menu-nav-row-icon,.right-pane-menu-nav-row>.icon-glyph{width:17px;height:17px}.right-pane-menu-nav-row-icon{color:#0f6a50d1;justify-content:center;align-items:center;display:inline-flex}.right-pane-menu-recent-group .right-pane-notification-group-body{padding-top:10px}.right-pane-page-placeholder{gap:0}.right-pane-placeholder-copy{color:#1d2822e0;margin:0;line-height:1.5}.right-pane-notification-entity-list{gap:6px;display:grid}.right-pane-notification-entity-item{display:grid}.right-pane-notification-entity-item-read{opacity:.6}.right-pane-page-entity{--right-pane-entity-accent-rgb:8, 96, 72;gap:12px;display:grid}.right-pane-page-entity-patient{--right-pane-entity-accent-rgb:165, 110, 45}.right-pane-page-entity-room,.right-pane-page-entity-procedure{--right-pane-entity-accent-rgb:120, 102, 48}.right-pane-page-entity-appointment{--right-pane-entity-accent-rgb:46, 108, 120}.right-pane-page-entity-conflict{--right-pane-entity-accent-rgb:154, 45, 45}.right-pane-page-entity-slot{--right-pane-entity-accent-rgb:74, 95, 153}.right-pane-page-entity-fallback{--right-pane-entity-accent-rgb:104, 111, 126}.right-pane-entity-stage{background:linear-gradient(145deg, rgba(var(--right-pane-entity-accent-rgb), .2), rgba(var(--right-pane-entity-accent-rgb), .04));border-radius:26px;padding:1px;position:relative;overflow:hidden}.right-pane-entity-stage:before{content:"";background:radial-gradient(circle, rgba(var(--right-pane-entity-accent-rgb), .18) 0%, rgba(var(--right-pane-entity-accent-rgb), 0) 72%);border-radius:50%;width:154px;height:154px;position:absolute;top:-48px;right:-36px}.right-pane-entity-surface{z-index:1;background:linear-gradient(180deg, #fffffffa, #f9f7f3f5), radial-gradient(circle at top right, rgba(var(--right-pane-entity-accent-rgb), .12), rgba(var(--right-pane-entity-accent-rgb), 0) 44%);border-radius:25px;gap:16px;padding:16px;display:grid;position:relative}.right-pane-entity-hero-band{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.right-pane-entity-kicker{background:rgba(var(--right-pane-entity-accent-rgb), .08);border:1px solid rgba(var(--right-pane-entity-accent-rgb), .14);color:#1d2822c7;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:.76rem;font-weight:700;display:inline-flex}.right-pane-entity-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.right-pane-entity-status-pill,.right-pane-entity-hero-action{border:1px solid rgba(var(--right-pane-entity-accent-rgb), .14);border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;display:inline-flex}.right-pane-entity-status-pill{color:#1d2822d1;background:#ffffffd1;font-size:.83rem;font-weight:600}.right-pane-entity-hero-action{background:rgba(var(--right-pane-entity-accent-rgb), .08);color:inherit}.right-pane-entity-hero-layout,.right-pane-entity-panel-grid,.right-pane-entity-link-grid,.right-pane-entity-hero-copy,.right-pane-entity-story{gap:10px;display:grid}.right-pane-entity-hero-main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;display:grid}.right-pane-page-entity .right-pane-entity-icon-button{border-color:rgba(var(--right-pane-entity-accent-rgb), .16);background:linear-gradient(180deg, rgba(var(--right-pane-entity-accent-rgb), .12), #ffffffe0);border-radius:20px;width:56px;min-width:56px;height:56px;box-shadow:inset 0 1px #ffffffb8}.right-pane-entity-copy{gap:5px;display:grid}.right-pane-entity-name-button{width:fit-content;min-width:0;color:inherit;text-align:left;cursor:grab;background:0 0;border:0;justify-content:flex-start;padding:0;display:inline-flex}.right-pane-entity-name-button strong{pointer-events:none}.right-pane-entity-copy strong{font-size:1.12rem;line-height:1.22}.right-pane-entity-summary,.right-pane-empty-copy{color:#1d2822e0;margin:0;line-height:1.52}.right-pane-entity-hero-note,.right-pane-entity-panel-copy,.right-pane-entity-links-copy{color:var(--muted);margin:0;line-height:1.5}.right-pane-entity-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.right-pane-entity-highlight{border:1px solid rgba(var(--right-pane-entity-accent-rgb), .12);background:linear-gradient(180deg, #ffffffe0, rgba(var(--right-pane-entity-accent-rgb), .06));border-radius:18px;gap:6px;min-height:82px;padding:12px 13px;display:grid}.right-pane-entity-highlight span{color:var(--muted);line-height:1.35}.right-pane-entity-highlight strong{font-size:.97rem;line-height:1.3}.right-pane-entity-highlight-warm{background:linear-gradient(#fff3e0e0,#fffffff0);border-color:#ac662a29}.right-pane-entity-highlight-alert{background:linear-gradient(#ffe8e8d6,#fffffff0);border-color:#9a2d2d29}.right-pane-entity-panel,.right-pane-entity-links,.right-pane-entity-note,.right-pane-entity-action-bar{border:1px solid rgba(var(--right-pane-entity-accent-rgb), .1);background:linear-gradient(#fdfdfbf5,#f7f8f6f0);border-radius:22px;gap:12px;padding:14px;display:grid}.right-pane-entity-note p{color:#1d2822db;margin:0;line-height:1.5}.right-pane-entity-action-bar{z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));position:sticky;bottom:0}.right-pane-entity-action-bar .filter-chip{white-space:normal;justify-content:center;min-width:0}.right-pane-entity-panel-header{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;display:grid}.right-pane-entity-panel-index{background:rgba(var(--right-pane-entity-accent-rgb), .08);color:#1d2822bd;letter-spacing:.05em;border-radius:12px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:.74rem;font-weight:700;display:inline-flex}.right-pane-entity-panel-heading{gap:4px;display:grid}.right-pane-entity-fact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.right-pane-entity-fact{border:1px solid rgba(var(--right-pane-entity-accent-rgb), .08);background:#ffffffdb;border-radius:15px;gap:2px;padding:11px 12px;display:grid}.right-pane-entity-fact span{color:var(--muted);line-height:1.35}.right-pane-entity-fact strong{line-height:1.45}.right-pane-entity-panel-empty{border:1px dashed rgba(var(--right-pane-entity-accent-rgb), .14);color:var(--grey);background:#f5f7f6e6;border-radius:15px;padding:11px 12px;line-height:1.45}.right-pane-entity-links-header{gap:4px;display:grid}.right-pane-entity-link-card{text-align:left;border:1px solid rgba(var(--right-pane-entity-accent-rgb), .1);width:100%;color:inherit;transition:border-color var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease), background-color var(--motion-fast) var(--motion-ease);background:#ffffffe6;border-radius:18px;gap:4px;padding:13px 14px;display:grid}.right-pane-entity-link-card:hover,.right-pane-entity-link-card:focus-visible{border-color:rgba(var(--right-pane-entity-accent-rgb), .22);background:#fffffffa;transform:translateY(-1px)}.right-pane-entity-link-card-muted{background:#f6f7f6e0}.right-pane-entity-link-card span{color:var(--grey);line-height:1.45}.right-pane-inline-error{color:#9a2d2deb;margin:0;line-height:1.45}.right-pane-inline-warning{color:#855219eb;margin:0;line-height:1.45}.right-pane-inline-meta{color:#304f44e0;margin:0;line-height:1.45}.right-pane-regular-rule-list{gap:8px;display:grid}.right-pane-catalog-cards>*+*,.right-pane-regular-rule-list>*+*,.right-pane-card-entity-list>*+*{position:relative}.right-pane-catalog-cards>*+:before,.right-pane-regular-rule-list>*+:before,.right-pane-card-entity-list>*+:before{content:"";pointer-events:none;background:#08604812;height:1px;position:absolute;top:0;left:0;right:0}.right-pane-regular-rule-dialog{grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100vw - 32px);max-height:min(720px,100vh - 40px)}.right-pane-regular-rule-form{gap:14px;min-height:0;padding-right:2px;display:grid;overflow:auto}.right-pane-regular-rule-time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.right-pane-regular-rule-weekdays{gap:8px;display:grid}.right-pane-regular-rule-weekday-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.right-pane-regular-rule-weekday{color:#193a31;min-height:38px;font:inherit;background:#f7f8f5;border:1px solid #17322a1a;border-radius:12px;font-weight:600}.right-pane-regular-rule-weekday-selected{color:#7c4b1b;background:#fff4e6;border-color:#ac662a42;box-shadow:0 0 0 3px #ac662a14}.right-pane-regular-rule-checkbox{color:#1d2822d1;align-items:center;gap:9px;display:inline-flex}.right-pane-regular-rule-checkbox input{width:16px;height:16px}@media (max-width:1399px){.right-pane-entity-highlight-grid,.right-pane-entity-fact-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:959px){.right-pane-entity-highlight-grid,.right-pane-entity-fact-list{grid-template-columns:minmax(0,1fr)}.right-pane-entity-surface,.right-pane-entity-panel,.right-pane-entity-links,.right-pane-entity-note,.right-pane-entity-action-bar{padding:12px}.right-pane-entity-action-bar,.right-pane-regular-rule-time-grid{grid-template-columns:minmax(0,1fr)}.right-pane-regular-rule-weekday-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.manager-pane-right-overlay{top:var(--manager-side-top-inset);right:16px;bottom:var(--manager-side-bottom-inset);width:min(var(--manager-right-pane-width), calc(100vw - var(--manager-left-layout-offset) - 32px));z-index:28;animation:shell-overlay-enter var(--motion-enter) var(--motion-ease);border:1px solid #08604814;border-radius:24px;position:fixed;box-shadow:0 24px 48px #0860482e}.right-pane-page-entity{gap:14px}.right-pane-page-entity .right-pane-entity-stage{background:0 0;border-radius:0;padding:0;overflow:visible}.right-pane-page-entity .right-pane-entity-stage:before{display:none}.right-pane-page-entity .right-pane-entity-surface{background:0 0;border-radius:0;padding:0 2px 8px}.right-pane-page-entity .right-pane-entity-hero-layout{gap:0}.right-pane-page-entity .right-pane-entity-hero-main{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.right-pane-page-entity .right-pane-entity-icon-button{color:#193a31;cursor:grab;width:42px;min-width:42px;height:42px;box-shadow:none;background:#f0f4ee;border:1px solid #17322a1a;border-radius:15px;justify-content:center;align-items:center;display:inline-flex}.right-pane-entity-icon-static{cursor:default}.right-pane-page-entity .right-pane-entity-copy{gap:3px}.right-pane-page-entity .right-pane-entity-copy strong{font-size:1.06rem;line-height:1.25}.right-pane-page-entity .right-pane-entity-copy span{color:#1d2822a8;line-height:1.35}.right-pane-entity-subtitle-line{color:#1d2822ad;margin:8px 0 0 54px;line-height:1.4}.right-pane-edit-field{color:#17322a;width:100%;min-width:0;font:inherit;background:#fffdfa;border:1px solid #17322a29;border-radius:12px;outline:none;line-height:1.35}.right-pane-edit-field:focus{border-color:#17322a57;box-shadow:0 0 0 3px #17322a14}.right-pane-edit-form{border-bottom:1px solid #17322a14;gap:14px;width:100%;padding:2px 0 10px;display:grid}.right-pane-edit-grid{gap:12px;display:grid}.right-pane-edit-control{gap:6px;display:grid}.right-pane-edit-control span{color:#1d2822a8;letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:700}.right-pane-edit-control input,.right-pane-edit-control select,.right-pane-edit-control textarea{padding:9px 11px}.right-pane-edit-control-textarea{grid-column:1/-1}.right-pane-edit-field-title{padding:8px 10px;font-weight:700}.right-pane-edit-field-subtitle{width:calc(100% - 54px);margin:8px 0 0 54px;padding:7px 9px}.right-pane-edit-field-textarea{resize:vertical;padding:8px 10px;display:block}.right-pane-entity-hero-action,.right-pane-card-icon-action{color:#193a31;background:#f7f8f5;border:1px solid #17322a1a;border-radius:12px;justify-content:center;align-items:center;min-width:34px;min-height:34px;display:inline-flex}.right-pane-card-list-toggle .icon-glyph{width:15px;height:15px}.right-pane-department-toggle{box-shadow:none;appearance:none;background:0 0;border:0}.right-pane-entity-flat-stack{gap:14px;width:100%;display:grid}.right-pane-entity-flat-stack>*+*{border-top:1px solid #08604812;padding-top:12px}.right-pane-card-text-block,.right-pane-card-list-block,.right-pane-card-tag-cloud,.right-pane-card-status{width:100%;min-width:0}.right-pane-card-text-block{gap:5px;display:grid}.right-pane-card-text-block p,.right-pane-card-list-block p{color:#1d2822d1;margin:0;line-height:1.48}.right-pane-card-nested-list{color:#1d2822db;gap:7px;margin:8px 0 0;padding:0 0 0 18px;display:grid}.right-pane-card-nested-list li+li{border-top:1px solid #08604812;padding-top:7px}.right-pane-card-tag-cloud{flex-wrap:wrap;gap:6px;display:flex}.right-pane-card-tag{color:#21463c;min-height:24px;font:inherit;cursor:pointer;background:#edf3ef;border:0;border-radius:999px;align-items:center;padding:0 8px;font-size:.76rem;line-height:1;display:inline-flex}.right-pane-card-tag-selected{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #17322a2e,0 0 0 3px #17322a14}.right-pane-card-tag-cloud-selected{margin-bottom:2px}.right-pane-card-tag-cloud-selected-inline{border-top:1px solid #08604812;border-bottom:1px solid #08604812;flex-wrap:nowrap;min-width:0;max-width:100%;margin:2px 0 8px;padding:8px 0;overflow:hidden}.right-pane-card-tag-cloud-selected-inline .right-pane-card-tag{flex:0 auto;justify-content:flex-start;min-width:0;max-width:min(180px,46%);overflow:hidden}.right-pane-card-tag-cloud-selected-inline-overflow{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 30px;align-items:center;column-gap:6px;display:grid}.right-pane-card-tag-cloud-selected-inline-overflow .right-pane-card-tag{width:100%;max-width:none}.right-pane-card-tag-cloud-selected-inline .right-pane-card-tag-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.right-pane-card-tag-overflow{box-sizing:border-box;color:#21463c;cursor:default;font-variant-numeric:tabular-nums;text-align:center;background:#edf3ef;border:0;border-radius:999px;place-items:center;width:30px;min-width:30px;height:24px;min-height:24px;padding:0;font-size:.78rem;font-weight:800;line-height:1;display:inline-grid}.right-pane-card-tag-clinical{color:#22466d;background:#e8f1ff}.right-pane-card-tag-schedule{color:#73512a;background:#fff1d8}.right-pane-card-tag-risk{color:#7a3527;background:#ffe8e1}.right-pane-card-tag-patient-segment,.right-pane-card-tag-age-group{color:#22466d;background:#e8f1ff}.right-pane-card-tag-clinical-condition,.right-pane-card-tag-restriction{color:#7a3527;background:#ffe8e1}.right-pane-card-tag-specialist-capability,.right-pane-card-tag-equipment{color:#2f6547;background:#eef6ef}.right-pane-card-tag-service-requirement,.right-pane-card-tag-location-requirement{color:#7a4a24;background:#fff0e3}.right-pane-card-tag-schedule-preference{color:#22536a;background:#e9f3f7}.right-pane-card-block-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.right-pane-card-block-title-toggle{appearance:none;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:auto;align-self:stretch;align-items:center;padding:0;display:flex}.right-pane-card-block-title-toggle:focus-visible{outline-offset:3px;outline:2px solid #3d6f5a5c}.right-pane-card-block-title-toggle:hover .field-label,.right-pane-card-block-title-toggle:focus-visible .field-label{color:#17322a}.right-pane-card-block-actions{gap:6px;display:inline-flex}.right-pane-card-candidate-block .right-pane-card-block-actions{gap:2px}.right-pane-card-candidate-block{min-width:0;overflow:hidden}.right-pane-card-candidate-block .right-pane-card-icon-action,.right-pane-filter-dialog-actions .right-pane-card-icon-action{color:#086048c7;background:0 0;border:0;border-radius:8px;min-width:30px;min-height:30px;padding:0;transition:background-color .16s,color .16s}.right-pane-card-candidate-block .right-pane-card-icon-action:hover:not(:disabled),.right-pane-card-candidate-block .right-pane-card-icon-action:focus-visible,.right-pane-filter-dialog-actions .right-pane-card-icon-action:hover:not(:disabled),.right-pane-filter-dialog-actions .right-pane-card-icon-action:focus-visible{color:#086048;background:#08604814}.right-pane-card-candidate-block .right-pane-card-icon-action:disabled{cursor:default;opacity:.36}.right-pane-card-candidate-block .right-pane-card-icon-action .icon-glyph,.right-pane-filter-dialog-actions .right-pane-card-icon-action .icon-glyph{width:18px;height:18px}.right-pane-card-candidate-block .right-pane-card-list-toggle .icon-glyph{width:20px;height:20px}.right-pane-filter-dialog-backdrop{z-index:36;background:#11211b47;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.right-pane-filter-dialog{background:#fffdf8fa;border:1px solid #17322a1f;border-radius:18px;grid-template-rows:auto auto minmax(0,1fr);gap:10px;width:min(420px,100vw - 32px);height:min(560px,100vh - 40px);padding:14px;display:grid;overflow:hidden;box-shadow:0 18px 44px #17322a2e}.right-pane-filter-dialog-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.right-pane-filter-dialog-actions{align-items:center;gap:6px;display:inline-flex}.right-pane-filter-dialog-sticky{z-index:1;background:#fffdf8fa;gap:8px;padding-bottom:4px;display:grid;position:sticky;top:0}.right-pane-filter-search{display:grid}.right-pane-filter-dialog-body{min-height:0;padding-right:2px;overflow:auto}.right-pane-password-reset-dialog{grid-template-rows:auto minmax(0,1fr) auto;height:auto;min-height:0}.right-pane-password-reset-summary{color:var(--grey);gap:10px;line-height:1.45;display:grid}.right-pane-password-reset-summary p{margin:0}.right-pane-card-action-block{gap:12px}.right-pane-card-action-panel{gap:10px;display:grid}.right-pane-account-block{gap:0}.right-pane-account-panel{gap:10px;display:grid}.right-pane-account-session-section{gap:8px;display:grid}.right-pane-account-session-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.right-pane-account-session-list{gap:8px;display:grid}.right-pane-account-session-row{background:#f4f7f4eb;border:1px solid #17322a14;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px 12px;display:grid}.right-pane-account-session-copy{gap:4px;min-width:0;display:grid}.right-pane-account-session-copy strong{color:#17322a;word-break:break-word;font-weight:700}.right-pane-account-session-meta{color:#1d2822a3;word-break:break-word;font-size:.78rem;line-height:1.4}.right-pane-account-session-close{flex-shrink:0}.right-pane-account-field{gap:4px;display:grid}.right-pane-account-field span{color:#1d2822a3;letter-spacing:.01em;font-size:.78rem;font-weight:700}.right-pane-account-field strong{color:#17322a;word-break:break-word;font-weight:700}.right-pane-filter-clear-button{color:#1d28226b;min-width:30px;min-height:30px;font:inherit;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .16s,color .16s;display:inline-flex}.right-pane-filter-clear-button .icon-glyph{width:17px;height:17px}.right-pane-filter-clear-button-active{color:#8a3d24}.right-pane-account-save-button{color:var(--primary-green)}.right-pane-account-delete-button{color:#9a2d2d}.right-pane-filter-clear-button:hover:not(:disabled),.right-pane-filter-clear-button:focus-visible{color:#8a3d24;background:#8a3d2414}.right-pane-account-save-button:hover:not(:disabled),.right-pane-account-save-button:focus-visible{color:var(--primary-green);background:#08604814}.right-pane-account-delete-button:hover:not(:disabled),.right-pane-account-delete-button:focus-visible{color:#9a2d2d;background:#9a2d2d14}.right-pane-filter-clear-button:disabled{cursor:default;opacity:.44}.right-pane-filter-section-stack{gap:7px;display:grid}.right-pane-filter-section{gap:6px;display:grid}.right-pane-filter-section-toggle{color:#17322a;min-height:28px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;font-size:.78rem;font-weight:750;line-height:1.2;display:flex}.right-pane-filter-section-toggle .icon-glyph{width:14px;height:14px}.right-pane-filter-section-heading{align-items:center}.right-pane-filter-section-toggle-main{flex:auto;justify-content:flex-start;min-width:0}.right-pane-selection-section-stack .right-pane-filter-section-toggle-action{min-width:24px;min-height:24px;box-shadow:none;appearance:none;background:0 0;border:0;border-radius:0;padding:0}.right-pane-filter-chip-list{flex-wrap:wrap;gap:4px;display:flex}.right-pane-filter-chip{min-height:23px;padding:0 7px;font-size:.74rem}.right-pane-filter-chip-specialty{color:#2f6547;background:#eef6ef}.right-pane-filter-chip-service{color:#7a4a24;background:#fff0e3}.right-pane-filter-chip-category{color:#345f53;background:#eef2f0}.right-pane-filter-chip-rehab{color:#22536a;background:#e9f3f7}.right-pane-filter-chip-tag-clinical{color:#22466d;background:#e8f1ff}.right-pane-filter-chip-tag-schedule{color:#73512a;background:#fff1d8}.right-pane-filter-chip-tag-risk{color:#7a3527;background:#ffe8e1}.right-pane-filter-chip-tag-default{color:#21463c;background:#edf3ef}.right-pane-filter-chip-tag-patient-segment,.right-pane-filter-chip-tag-age-group{color:#22466d;background:#e8f1ff}.right-pane-filter-chip-tag-clinical-condition,.right-pane-filter-chip-tag-restriction{color:#7a3527;background:#ffe8e1}.right-pane-filter-chip-tag-specialist-capability,.right-pane-filter-chip-tag-equipment{color:#2f6547;background:#eef6ef}.right-pane-filter-chip-tag-service-requirement,.right-pane-filter-chip-tag-location-requirement{color:#7a4a24;background:#fff0e3}.right-pane-filter-chip-tag-schedule-preference{color:#22536a;background:#e9f3f7}.right-pane-filter-date-range{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.right-pane-filter-date-range label{color:#1d2822b8;gap:4px;font-size:.74rem;font-weight:650;display:grid}.right-pane-filter-dialog-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.right-pane-filter-dialog{margin:auto}.right-pane-card-entity-list{gap:6px;display:grid}.right-pane-card-entity-row{--right-pane-entity-accent-rgb:23, 50, 42;background:linear-gradient(#f8faf6f5,#fffffff0);border:1px solid #17322a17;border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:stretch;min-width:0;min-height:36px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffb8}.right-pane-card-entity-row-with-action{grid-template-columns:30px minmax(0,1fr) 38px}.right-pane-card-entity-row-patient{--right-pane-entity-accent-rgb:56, 74, 170}.right-pane-card-entity-row-specialist{--right-pane-entity-accent-rgb:136, 78, 28}.right-pane-card-entity-icon,.right-pane-card-entity-main{color:#17322a;cursor:grab;background:0 0;border:0;border-radius:0;align-items:center;min-width:0;display:inline-flex}.right-pane-card-entity-row-static .right-pane-card-entity-icon,.right-pane-card-entity-row-static .right-pane-card-entity-main{cursor:pointer}.right-pane-card-entity-icon{border-right:1px solid rgba(var(--right-pane-entity-accent-rgb), .1);background:rgba(var(--right-pane-entity-accent-rgb), .08);width:30px;min-width:30px;color:rgb(var(--right-pane-entity-accent-rgb));justify-content:center}.right-pane-card-entity-main{text-align:left;justify-content:flex-start;width:100%;padding:4px 9px}.right-pane-card-entity-icon:hover,.right-pane-card-entity-icon:focus-visible,.right-pane-card-entity-main:hover,.right-pane-card-entity-main:focus-visible{background:rgba(var(--right-pane-entity-accent-rgb), .07)}.right-pane-card-entity-copy{gap:1px;min-width:0;display:grid}.right-pane-card-entity-copy-main{align-items:center;gap:8px;min-width:0;display:flex}.right-pane-card-entity-name{color:#17322a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.88rem;font-weight:700;line-height:1.18;overflow:hidden}.right-pane-card-entity-subtitle{color:#1d28229e;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.2;overflow:hidden}.right-pane-card-entity-stack{gap:8px;display:grid}.right-pane-card-entity-extra{gap:8px;padding-left:38px;display:grid}.right-pane-card-entity-detail-list{color:#1d2822c7;gap:6px;margin:0;padding:0 0 0 18px;display:grid}.right-pane-card-entity-detail-list li{line-height:1.35}.right-pane-card-entity-summary-chip,.right-pane-card-status-chip{color:#17322aeb;letter-spacing:.02em;white-space:nowrap;background:#08604814;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:.72rem;font-weight:800;display:inline-flex}.right-pane-card-entity-row-alert .right-pane-card-entity-name,.right-pane-card-status-alert{color:#8a2f28}.right-pane-card-entity-row-appointment.right-pane-card-entity-row-neutral{background:#edf3ef}.right-pane-card-entity-row-appointment.right-pane-card-entity-row-warm{background:#fff1d8}.right-pane-card-entity-row-appointment.right-pane-card-entity-row-alert{background:#ffe8e1}.right-pane-card-entity-row-appointment.right-pane-card-entity-row-alert .right-pane-card-entity-name{color:#17322a}.right-pane-card-status-row{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.right-pane-card-status{background:#edf3ef;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:.84rem;font-weight:700;display:inline-flex}.right-pane-card-status-warm{color:#73512a;background:#fff1d8}.right-pane-card-status-alert{background:#ffe8e1}.right-pane-card-entity-linked-slots{gap:6px;display:grid;position:relative}.right-pane-card-entity-linked-slots-toggle{justify-content:space-between}.right-pane-linked-slot-dropdown{width:100%;max-height:min(320px,48dvh);padding:8px}.right-pane-linked-slot-list{gap:8px;display:grid}.right-pane-linked-slot-list .assignment-slot{margin:0}.right-pane-card-slot-capacity{color:#1d2822db;align-items:center;gap:5px;line-height:1.35;display:inline-flex}.right-pane-card-slot-capacity strong{font-size:.94rem}.right-pane-card-slot-capacity .icon-glyph{width:1em;height:1em}.right-pane-edit-checkbox{accent-color:#2f6f61;width:18px;height:18px}.right-pane-catalog-create-dialog .right-pane-filter-dialog-body,.right-pane-appointment-create-dialog .right-pane-filter-dialog-body{gap:10px;display:grid}.right-pane-edit-inline-actions{justify-content:flex-end;gap:8px;display:flex}.right-pane-edit-inline-actions .right-pane-filter-clear-button{border:1px solid #8a3d2424;min-height:32px;padding:0 10px}.right-pane-edit-appointment-list{gap:6px;display:grid}.right-pane-edit-appointment-row{background:#ffffffb8;border:1px solid #08604812;border-radius:8px;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:8px;min-width:0;padding:7px 8px;display:grid}.right-pane-edit-appointment-main{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:2px;padding:0;display:grid}.right-pane-edit-appointment-title,.right-pane-edit-appointment-subtitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.right-pane-edit-appointment-title{font-size:.9rem;font-weight:700}.right-pane-edit-appointment-subtitle{color:#1d282294;font-size:.78rem}.right-pane-edit-appointment-delete{color:#8a2f28b8;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.right-pane-edit-appointment-delete:hover:not(:disabled),.right-pane-edit-appointment-delete:focus-visible{color:#8a2f28;background:#ffe8e1c7;outline:none}.right-pane-edit-appointment-delete:disabled{cursor:default;opacity:.42}.right-pane-edit-appointment-delete .icon-glyph{width:16px;height:16px}.right-pane-card-entity-action{border:0;border-left:1px solid rgba(var(--right-pane-entity-accent-rgb), .1);background:rgba(var(--right-pane-entity-accent-rgb), .06);color:#1d282294;cursor:pointer;border-radius:0;justify-content:center;place-self:stretch stretch;align-items:center;width:100%;height:100%;min-height:100%;display:flex}.right-pane-card-entity-action:hover:not(:disabled),.right-pane-card-entity-action:focus-visible{background:rgba(var(--right-pane-entity-accent-rgb), .14);color:#17322a;outline:none}.right-pane-card-entity-action:disabled{cursor:default;opacity:.42}.right-pane-card-entity-action .icon-glyph{width:16px;height:16px}.right-pane-card-entity-action-dismiss{color:#8a2f28d1;background:#8a2f2814}.right-pane-card-entity-action-dismiss:hover:not(:disabled),.right-pane-card-entity-action-dismiss:focus-visible{color:#8a2f28;background:#8a2f2826}.right-pane-card-entity-action-restore{color:#0f6a50db;background:#0f6a5014}.right-pane-card-entity-action-restore:hover:not(:disabled),.right-pane-card-entity-action-restore:focus-visible{color:#0b5a44;background:#0f6a5029}.right-pane-selection-section-stack{margin-top:2px}.right-pane-selection-chip-list{gap:6px;display:grid}.right-pane-selection-chip{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.right-pane-selection-chip-selected .right-pane-card-tag{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #17322a2e,0 0 0 3px #17322a14}.right-pane-selection-chip-aside{align-items:center;display:inline-flex}.right-pane-edit-field-capacity{text-align:center;width:58px;padding:5px 7px}.right-pane-drag-preview{color:#fffdfa;pointer-events:none;background:#17322a;border-radius:13px;max-width:220px;padding:8px 10px;font-size:.86rem;font-weight:700;line-height:1.2;position:fixed;top:-1000px;left:-1000px;box-shadow:0 12px 28px #17322a33}
.chat-thread-card{text-align:left;width:100%;color:inherit;background:#ffffffe0;border:1px solid #08604812;border-radius:18px;gap:8px;padding:14px;display:grid}.chat-thread-card-active{background:#ffecd16b;border-color:#ac662a47}.chat-thread-title{font-weight:700}.chat-thread-subtitle{color:var(--grey);line-height:1.45}.chat-thread-meta,.message-card-meta{color:var(--muted);flex-wrap:wrap;gap:10px;font-size:.88rem;display:flex}.message-card,.composer-card,.schedule-card{background:#ffffffeb;border:1px solid #08604814;border-radius:18px;padding:16px}.message-card-human{background:linear-gradient(#fffffff5,#f9f7f3fa)}.message-card-system{background:linear-gradient(#ecf2ffe6,#fffffffa)}.message-card-mixed{background:linear-gradient(#ffecd199,#fffffffa)}.composer-draft{margin:14px 0;line-height:1.55}.left-pane-messenger{height:calc(100% + (var(--manager-pane-padding) * 2));margin:calc(var(--manager-pane-padding) * -1);padding:0 0 var(--manager-pane-padding);grid-template-rows:auto minmax(0,1fr) auto;gap:0;display:grid;overflow:hidden}.left-pane-page-header{z-index:5;padding:12px var(--manager-pane-padding) 10px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#fffffffe,#fffffff6 74%,#ffffffdb);align-items:center;gap:8px;display:grid;position:sticky;top:0;box-shadow:0 1px #08604814,0 12px 20px #fffffff0}.left-pane-dialog-header{grid-template-columns:minmax(0,1fr)}.left-pane-dialog-toolbar{grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;display:grid}.left-pane-thread-header{grid-template-columns:34px minmax(0,1fr) 34px}.left-pane-thread-entity{--left-pane-thread-tone-color:var(--primary-green);--left-pane-thread-tone-border:#08604824;--left-pane-thread-tone-surface-start:#f9f7f3f5;--left-pane-thread-tone-surface-end:#fffffffa;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.left-pane-thread-entity-icon,.left-pane-thread-entity-name{appearance:none;font:inherit;text-align:inherit;-webkit-user-select:none;user-select:none;background:0 0;border:0;min-width:0;margin:0;padding:0}.left-pane-thread-entity-handle{cursor:grab}.left-pane-thread-entity-icon{border:1px solid var(--left-pane-thread-tone-border);background:linear-gradient(180deg, var(--left-pane-thread-tone-surface-start), var(--left-pane-thread-tone-surface-end));width:32px;height:32px;color:var(--left-pane-thread-tone-color);border-radius:12px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 1px #ffffffc7,0 1px 2px #0860480f}.left-pane-thread-entity-name{text-overflow:ellipsis;white-space:nowrap;color:var(--left-pane-thread-tone-color);border-radius:10px;justify-self:center;align-items:center;font-size:.96rem;font-weight:700;line-height:1.2;display:inline-flex;overflow:hidden}.left-pane-thread-entity-icon:hover,.left-pane-thread-entity-icon:active{border-color:color-mix(in srgb, var(--left-pane-thread-tone-color) 22%, white);background:linear-gradient(180deg, color-mix(in srgb, var(--left-pane-thread-tone-surface-start) 78%, white), var(--left-pane-thread-tone-surface-end))}.left-pane-thread-entity-name:hover,.left-pane-thread-entity-name:active{background:color-mix(in srgb, var(--left-pane-thread-tone-color) 10%, white)}.left-pane-thread-entity-icon:focus-visible,.left-pane-thread-entity-name:focus-visible{box-shadow:0 0 0 2px #fffffff5, 0 0 0 4px color-mix(in srgb, var(--left-pane-thread-tone-color) 26%, white);outline:0}.left-pane-thread-entity-patient{--left-pane-thread-tone-color:#4556c0;--left-pane-thread-tone-border:#5462d22e;--left-pane-thread-tone-surface-start:#e8ecfffa;--left-pane-thread-tone-surface-end:#fffffffc}.left-pane-thread-entity-specialist{--left-pane-thread-tone-color:#965928;--left-pane-thread-tone-border:#e08d452e;--left-pane-thread-tone-surface-start:#fff3e2fa;--left-pane-thread-tone-surface-end:#fffffffc}.left-pane-thread-title{text-align:center;color:var(--primary-green);font-size:.96rem;font-weight:700;line-height:1.2}.left-pane-thread-title-patient{color:#4556c0}.left-pane-thread-title-specialist{color:#965928}.left-pane-thread-spacer{width:34px;height:34px}.left-pane-search-field{width:0;min-width:0;min-height:34px;box-shadow:none;opacity:0;pointer-events:none;transition:width var(--motion-shell) var(--motion-ease), opacity var(--motion-quick) ease, transform var(--motion-shell) var(--motion-ease);background:0 0;border:1px solid #0000;border-radius:14px;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:6px;padding:0;display:grid;overflow:hidden;transform:translate(-6px)}.left-pane-search-field-expanded{opacity:1;pointer-events:auto;background:linear-gradient(#f9f7f3e6,#fffffff5);border-color:#0860481a;width:100%;padding:0 4px 0 12px;transform:translate(0);box-shadow:inset 0 1px #ffffffd1,0 8px 18px #0860480a}.left-pane-search-input{min-width:0;min-height:34px;box-shadow:none;background:0 0;border:0;outline:none;padding:0}.left-pane-search-input:focus,.left-pane-search-input:focus-visible,.left-pane-composer-input:focus,.left-pane-composer-input:focus-visible{box-shadow:none;outline:none}.left-pane-search-mode-toggle{width:28px;height:28px;color:var(--primary-green);background:#08604814;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.left-pane-search-mode-toggle .icon-glyph{width:15px;height:15px}.left-pane-page-body{scrollbar-width:none;-ms-overflow-style:none;min-height:0;padding:4px 0 0;overflow:auto}.left-pane-page-body::-webkit-scrollbar{width:0;height:0}.left-pane-composer-input::-webkit-scrollbar{width:0;height:0}.left-pane-dialog-list{padding:0;display:block}.left-pane-dialog-list.left-pane-page-body{padding:0}.left-pane-conversation-list,.left-pane-conversation-list.workspace-list{gap:0;margin:0;display:grid}.left-pane-conversation-list .workspace-list-item{margin:0}.left-pane-conversation-card{--left-pane-conversation-accent:var(--primary-green);--left-pane-conversation-surface-hover:#f9f7f3c2;--left-pane-conversation-surface-active-start:#f9f7f3d6;--left-pane-conversation-surface-active-end:#fffffff5;--left-pane-conversation-edge:#08604824;text-align:left;width:100%;min-height:72px;color:inherit;box-shadow:none;transition:background-color var(--motion-quick) ease, border-color var(--motion-quick) ease, color var(--motion-quick) ease;background:0 0;border:0;border-top:1px solid #08604812;border-radius:0;padding:0;display:block}.left-pane-conversation-content{min-height:72px;padding:10px calc(var(--manager-pane-padding) + 3px) 9px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"head head""preview unread";align-content:center;gap:4px 10px;display:grid}.left-pane-conversation-list .workspace-list-item:first-child .left-pane-conversation-card{border-top-color:#0000}.left-pane-conversation-card:hover{background:var(--left-pane-conversation-surface-hover)}.left-pane-conversation-card-active{border-top-color:color-mix(in srgb, var(--left-pane-conversation-edge) 68%, transparent);background:linear-gradient(90deg, var(--left-pane-conversation-edge), var(--left-pane-conversation-edge)) left / 3px 100% no-repeat, linear-gradient(180deg, var(--left-pane-conversation-surface-active-start), var(--left-pane-conversation-surface-active-end))}.left-pane-conversation-card-patient{--left-pane-conversation-accent:#4556c0;--left-pane-conversation-surface-hover:#eff3ffe0;--left-pane-conversation-surface-active-start:#e8ecffeb;--left-pane-conversation-surface-active-end:#f6f8fffa;--left-pane-conversation-edge:#5462d22e}.left-pane-conversation-card-specialist{--left-pane-conversation-accent:#965928;--left-pane-conversation-surface-hover:#fff7ece6;--left-pane-conversation-surface-active-start:#fff1ddeb;--left-pane-conversation-surface-active-end:#fff8f0fa;--left-pane-conversation-edge:#e08d452e}.left-pane-conversation-row{grid-area:head;justify-content:space-between;align-items:baseline;gap:10px;min-width:0;display:flex}.left-pane-conversation-identity{align-items:center;gap:8px;min-width:0;display:inline-flex}.left-pane-conversation-icon{border:1px solid color-mix(in srgb, var(--left-pane-conversation-edge) 88%, transparent);background:color-mix(in srgb, var(--left-pane-conversation-surface-hover) 86%, white);width:24px;height:24px;color:var(--left-pane-conversation-accent);border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.left-pane-conversation-icon .icon-glyph{width:13px;height:13px}.left-pane-conversation-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--primary-green);font-size:.9rem;font-weight:600;line-height:1.22;overflow:hidden}.left-pane-conversation-title-patient{color:#4556c0}.left-pane-conversation-title-specialist{color:#965928}.left-pane-conversation-time{color:var(--muted);flex:none;font-size:.68rem}.left-pane-conversation-preview{max-width:100%;color:var(--grey);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;grid-area:preview;min-height:2.1976rem;font-size:.82rem;font-weight:400;line-height:1.34;display:-webkit-box;overflow:hidden}.left-pane-conversation-unread{color:#8a4914;text-align:center;background:#ac662a2e;border-radius:999px;grid-area:unread;align-self:end;min-width:18px;padding:1px 6px;font-size:.68rem;font-weight:700}.left-pane-thread-body{min-height:0;padding:6px var(--manager-pane-padding) 0}.left-pane-message-list{align-content:start;gap:4px;min-height:100%;margin:0;padding:0 0 8px;list-style:none;display:grid}.left-pane-message-item{width:100%;display:flex}.left-pane-message-item-incoming,.left-pane-message-item-system{justify-content:flex-start}.left-pane-message-item-outgoing{justify-content:flex-end}.left-pane-message-item-system{justify-content:center}.left-pane-message-bubble{--left-pane-message-meta-color:var(--muted);border:1px solid var(--left-pane-message-border,#0860480f);background:var(--left-pane-message-background,linear-gradient(180deg, #fffffffe, #f9f7f2fb));width:auto;min-width:132px;max-width:80%;color:var(--left-pane-message-color,var(--primary-green));border-radius:18px;flex-direction:column;align-items:stretch;gap:4px;padding:9px 12px 7px;display:flex;box-shadow:0 1px 2px #08604808,0 6px 16px #08604805}.left-pane-message-bubble-incoming{border-radius:18px 18px 18px 9px}.left-pane-message-bubble-outgoing{border-radius:18px 18px 9px}.left-pane-message-bubble-system{border-radius:14px;min-width:0;max-width:88%}.left-pane-message-bubble-patient{--left-pane-message-color:#384aaa;--left-pane-message-meta-color:#384aaab8;--left-pane-message-border:#5462d22e;--left-pane-message-background:linear-gradient(180deg, #e8ecfffa, #fffffffe)}.left-pane-message-bubble-specialist{--left-pane-message-color:#884e1c;--left-pane-message-meta-color:#884e1cb8;--left-pane-message-border:#e08d452e;--left-pane-message-background:linear-gradient(180deg, #fff3e2fc, #fff9effe)}.left-pane-message-bubble-care_manager{--left-pane-message-color:#086048;--left-pane-message-meta-color:#086048b8;--left-pane-message-border:#1161482e;--left-pane-message-background:linear-gradient(180deg, #e9f4eefc, #f7fbf9fe)}.left-pane-message-bubble-system{--left-pane-message-color:#60615c;--left-pane-message-meta-color:#60615c8f;--left-pane-message-border:#8f724d0b;--left-pane-message-background:linear-gradient(180deg, #fff, #fbf8f4fd)}.left-pane-message-meta{color:var(--left-pane-message-meta-color);white-space:nowrap;opacity:.9;justify-content:flex-end;align-self:flex-end;gap:4px;font-size:.67rem;line-height:1;display:flex}.left-pane-message-meta strong{display:none}.left-pane-message-bubble-system .left-pane-message-meta{justify-content:center}.left-pane-message-body{letter-spacing:-.005em;margin:0;font-size:.81rem;font-weight:400;line-height:1.4}.left-pane-message-bubble-system .left-pane-message-body{text-align:center;font-style:italic}.left-pane-token-row{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.left-pane-entity-token,.left-pane-attachment-token{max-width:100%;color:inherit;background:#ffffffc7;border:1px solid #08604814;border-radius:999px;align-items:center;gap:5px;padding:3px 7px;font-size:.72rem;line-height:1.2;display:inline-flex}.left-pane-entity-token{background:var(--left-pane-entity-token-background,#ffefded1);border-color:var(--left-pane-entity-token-border,#ac662a1f);color:var(--left-pane-entity-token-color,inherit)}.left-pane-attachment-token-linked{background:#ffefded1;border-color:#ac662a1f}.left-pane-attachment-token-slot-patient{color:#384aaa;background:#e8ecfff0;border-color:#5462d22e}.left-pane-attachment-token-slot-specialist{color:#884e1c;background:#ffefdeeb;border-color:#e08d4529}.left-pane-attachment-token-slot-deleted{color:#953a3a;background:#fff0f0f5;border-color:#c458582e}.left-pane-attachment-token-slot-deleted .icon-glyph{opacity:.86}.left-pane-entity-token-patient{--left-pane-entity-token-background:#e8ecffeb;--left-pane-entity-token-border:#5462d22e;--left-pane-entity-token-color:#384aaa}.left-pane-entity-token-specialist{--left-pane-entity-token-background:#ffefdee0;--left-pane-entity-token-border:#e08d4529;--left-pane-entity-token-color:#884e1c}.left-pane-entity-token-neutral{--left-pane-entity-token-background:#f3ece4db;--left-pane-entity-token-border:#8f724d1f;--left-pane-entity-token-color:#585f61}.left-pane-attachment-token-asset{background:#ffffffc7;border-color:#08604814}.left-pane-entity-token .icon-glyph,.left-pane-attachment-token .icon-glyph{flex:none;width:12px;height:12px}.left-pane-entity-token-label,.left-pane-attachment-token-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.left-pane-entity-token-draft,.left-pane-attachment-token-draft{border-style:dashed}.left-pane-entity-token-split,.left-pane-attachment-token-split{gap:0;padding:0;overflow:hidden}.left-pane-entity-token-handle{appearance:none;min-width:0;font:inherit;text-align:inherit;color:inherit;cursor:grab;-webkit-user-select:none;user-select:none;background:0 0;border:0;align-items:center;margin:0;padding:0;display:inline-flex}.left-pane-entity-token-handle:hover,.left-pane-entity-token-handle:active{background:#ffffff57}.left-pane-entity-token-handle:focus-visible{z-index:1;background:#ffffff70;outline:0;position:relative}.left-pane-entity-token-handle-icon{border-right:1px solid #ac662a1f;justify-content:center;width:24px;padding:3px 6px}.left-pane-entity-token-handle-name{min-width:0;padding:3px 8px 3px 6px}.left-pane-entity-token-handle-name .left-pane-entity-token-label,.left-pane-entity-token-handle-name .left-pane-attachment-token-label{pointer-events:none}.left-pane-entity-token-split:focus-within,.left-pane-attachment-token-split:focus-within{outline:0;box-shadow:0 0 0 2px #fffffff0,0 0 0 4px #ac662a33}.left-pane-entity-token-preview{border-style:dashed}.left-pane-composer-shell{padding:6px var(--manager-pane-padding) 0;background:linear-gradient(#fff9,#fffffff5 28%,#fffffffe);gap:5px;display:grid;box-shadow:0 -8px 18px #ffffffe6}.left-pane-attachment-menu,.left-pane-suggest-panel{background:#fffffffa;border:1px solid #08604814;border-radius:16px;gap:6px;padding:6px;display:grid;box-shadow:0 12px 26px #0860481a}.left-pane-attachment-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.left-pane-attachment-menu-item,.left-pane-suggest-option{text-align:left;color:inherit;background:#f9f7f3b8;border:1px solid #08604814;border-radius:12px;gap:3px;padding:9px 11px;display:grid}.left-pane-attachment-menu-item{grid-template-columns:14px minmax(0,1fr);align-items:center;gap:8px}.left-pane-attachment-menu-item .icon-glyph{width:14px;height:14px}.left-pane-suggest-option-active{background:#fff1dde0;border-color:#ac662a57}.left-pane-suggest-option span{color:var(--muted);font-size:.74rem}.left-pane-composer{background:linear-gradient(#fffffffa,#f9f7f3f0);border:1px solid #08604817;border-radius:16px;grid-template-columns:30px minmax(0,1fr) 30px;align-items:flex-end;gap:6px;padding:6px;display:grid;box-shadow:inset 0 1px #ffffffd6,0 8px 18px #0860480d}.left-pane-composer-receiving{background:linear-gradient(#f4f6fffa,#fffffff5);border-color:#2a28bd2e;box-shadow:inset 0 1px #ffffffe0,0 0 0 1px #2a28bd0d,0 10px 22px #2a28bd14}.left-pane-composer-field{gap:5px;min-width:0;padding:2px 0;display:grid}.left-pane-composer-input{resize:none;width:100%;min-height:22px;max-height:88px;color:inherit;font:inherit;scrollbar-width:none;appearance:none;background:0 0;border:0;outline:none;padding:0;font-size:.9rem;line-height:1.32;overflow-y:auto}.left-pane-composer .icon-button-compact{background:#f9f7f3f5;border-color:#0860481a;border-radius:11px;width:30px;height:30px}.left-pane-composer .icon-button-compact .icon-glyph,.left-pane-thread-header .icon-button-compact .icon-glyph{width:15px;height:15px}.left-pane-thread-header .icon-button-compact{border-radius:12px;width:32px;height:32px}.left-pane-token-row-draft{margin-bottom:-1px}
.workbench-surface{background:linear-gradient(#f9f7f3f5,#fffffffa);border:1px solid #08604814;border-radius:22px;gap:7px;min-width:0;padding:8px;display:grid}.workbench-inline-header,.assignment-toolbar,.assignment-control-panel,.assignment-stage-panel,.assignment-toolbar-group,.assignment-toolbar-day,.assignment-lane-actions{align-items:center;gap:10px;display:flex}.workbench-inline-header{justify-content:space-between}.assignment-toolbar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;display:grid;position:relative}.assignment-toolbar-drop-preview{outline-offset:-2px;outline:1px solid #1762a461}.assignment-toolbar-drop-ghost{color:#164c73;pointer-events:none;z-index:4;background:#ebf7ffe0;border:1px dashed #1762a46b;border-radius:8px;place-items:center;font-size:12px;font-weight:700;display:grid;position:absolute;inset:4px}.assignment-toolbar-group{flex-wrap:wrap}.assignment-toolbar-identity-group{justify-content:flex-start;min-width:0}.assignment-toolbar-entity{background:#ffffffb8;border:1px solid #08604814;border-radius:999px;align-items:center;gap:8px;min-width:0;max-width:min(100%,260px);padding:3px 8px 3px 3px;display:inline-flex}.assignment-toolbar-entity-patient{background:linear-gradient(90deg,#2a28bd12,#ffffffc7);border-color:#2a28bd24}.assignment-toolbar-entity-resource{background:linear-gradient(90deg,#fad6a538,#ffffffc7);border-color:#ac662a29}.assignment-toolbar-entity-icon{cursor:grab}.assignment-toolbar-entity-name{color:#273734d6;cursor:grab;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.86rem;font-weight:800;overflow:hidden}.assignment-toolbar-cross-icons{background:#ffffffb8;border:1px solid #08604814;border-radius:999px;align-items:center;gap:6px;padding:3px;display:inline-flex}.assignment-toolbar-static-icon{pointer-events:none}.assignment-toolbar-day{justify-content:center}.assignment-toolbar-month-chip{font:inherit;cursor:pointer;color:var(--primary-green);border:1px solid #0860481f;transition:border-color .16s,box-shadow .16s,transform .16s}.assignment-toolbar-month-chip:hover{border-color:#08604847;transform:translateY(-1px);box-shadow:0 8px 18px #0860481f}.assignment-toolbar-month-chip:focus-visible{outline-offset:2px;outline:2px solid #1762a46b}.assignment-toolbar-group-right{justify-content:flex-end}.assignment-toolbar-passive-handle[draggable=true]{cursor:grab}.assignment-toolbar-passive-handle[draggable=true]:active{cursor:grabbing}.assignment-scroll-shell{isolation:isolate;scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-width:0;min-height:0;position:relative;overflow:hidden}.assignment-track-shell{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:auto;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.assignment-scroll-shell::-webkit-scrollbar{width:0;height:0}.assignment-track-shell::-webkit-scrollbar{width:0;height:0}.assignment-scroll-content{gap:4px;min-width:max-content;height:100%;min-height:100%;padding-bottom:2px;display:grid}.assignment-shared-field{gap:4px;height:100%;min-height:100%;display:grid}.assignment-shared-field-split{grid-template-columns:minmax(0,1fr)}.assignment-section-viewport{background:0 0;border:0;border-radius:0;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.assignment-section-scroll{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain;min-width:0;height:100%;min-height:0;overflow:hidden auto}.assignment-section-scroll::-webkit-scrollbar{width:0;height:0}.assignment-section-stack{align-content:start;gap:4px;min-width:max-content;min-height:100%;padding-right:2px;display:grid}.assignment-section-stack-patient{align-content:end}.assignment-section-stack-resource{align-content:start;padding-bottom:8px}.assignment-section-drop-ghost{z-index:5;pointer-events:none;position:absolute;left:8px;right:8px}.assignment-section-viewport-patient .assignment-section-drop-ghost{bottom:8px}.assignment-section-viewport-resource .assignment-section-drop-ghost{top:8px}.assignment-section-drop-ghost-card{--assignment-section-drop-ghost-background:linear-gradient(180deg, #fff7edeb, #ffffffe6);--assignment-section-drop-ghost-border:#ac662a2e;--assignment-section-drop-ghost-edge:#e08d4547;--assignment-section-drop-ghost-accent:var(--orange);border:1px dashed var(--assignment-section-drop-ghost-border);background:var(--assignment-section-drop-ghost-background);border-radius:14px;grid-template-columns:30px minmax(0,1fr);align-items:stretch;min-height:70px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffb8}.assignment-section-drop-ghost-card-patient{--assignment-section-drop-ghost-background:linear-gradient(180deg, #e8ecffeb, #ffffffe6);--assignment-section-drop-ghost-border:#2a28bd38;--assignment-section-drop-ghost-edge:#5462d238;--assignment-section-drop-ghost-accent:var(--indigo)}.assignment-section-drop-ghost-edge{color:var(--assignment-section-drop-ghost-accent);border-right:1px solid var(--assignment-section-drop-ghost-edge);background:linear-gradient(#fff3,#ffffff0a),linear-gradient(90deg,#ffffff14,#fff0);place-items:center;display:grid}.assignment-section-drop-ghost-edge .icon-glyph{width:16px;height:16px}.assignment-section-drop-ghost-copy{align-content:center;min-width:0;padding:10px 12px;display:grid}.assignment-section-drop-ghost-copy strong{min-width:0;font-size:.82rem;line-height:1.18}.assignment-section-pinned{z-index:2;align-content:start;gap:4px;display:grid;position:sticky}.assignment-section-pinned-patient{background:linear-gradient(#fff0,#fffffff0 28%);padding-top:0;bottom:0}.assignment-section-pinned-resource{background:linear-gradient(#fffffff0 72%,#fff0);padding-bottom:0;top:0}.assignment-section-divider{cursor:row-resize;transition:box-shadow var(--motion-shell) var(--motion-ease-soft), background-color var(--motion-shell) var(--motion-ease-soft);background:#08604824;border:0;border-radius:999px;display:block;position:relative}.assignment-section-divider:focus-visible{background:#2a28bd3d;outline:none;box-shadow:0 0 0 2px #2a28bd2e}.assignment-section-divider:hover{background:#08604838}.assignment-axis-shell{z-index:5;position:relative}.assignment-axis-header,.assignment-row{grid-template-columns:192px auto;align-items:stretch;display:grid}.assignment-axis-header{gap:7px}.assignment-row{z-index:1;--assignment-meta-column-width:192px;--assignment-row-column-gap:6px;--assignment-track-viewport-offset:calc(var(--assignment-meta-column-width) + var(--assignment-row-column-gap));--assignment-row-drag-width:30px;--assignment-track-left-clip:var(--assignment-row-drag-width);gap:6px;position:relative}.assignment-axis-label{z-index:2;background:var(--bg-card);border-radius:18px;align-items:center;min-height:1px;display:flex;box-shadow:10px 0 18px #f9f7f3eb}.assignment-axis-corner{justify-content:flex-start;padding-left:6px}.assignment-axis-track-shell{overscroll-behavior:contain;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;touch-action:none;-webkit-user-select:none;user-select:none;overflow:hidden}.assignment-axis-track-shell::-webkit-scrollbar{width:0;height:0}.assignment-axis-track-shell-dragging{cursor:grabbing}.assignment-axis-track,.assignment-row-track{display:grid}.assignment-axis-track{will-change:transform}.assignment-row-meta{z-index:4;isolation:isolate;height:70px;transform:translateX(var(--assignment-meta-scroll-left,0px));background:var(--assignment-card-background);border-radius:var(--assignment-row-card-radius);--assignment-card-background:var(--bg-card);--assignment-card-border-color:#08604814;--assignment-card-border-style:solid;--assignment-edge-base-top:#f6f8fcfa;--assignment-edge-base-bottom:#f2f5faf2;--assignment-edge-ridge-light:#ffffff9e;--assignment-edge-ridge-mid:#ffffff1f;--assignment-edge-ridge-shadow:#70798c0a;--assignment-edge-side-line:#0860480a;--assignment-edge-flat-top:#ffffff1f;--assignment-edge-flat-bottom:#ffffff0a;--assignment-row-card-radius:14px;position:sticky;left:0}.assignment-row-meta:after{content:"";width:calc(var(--assignment-row-card-radius) + 2px);border-radius:0 var(--assignment-row-card-radius) var(--assignment-row-card-radius) 0;background:var(--assignment-card-background);pointer-events:none;z-index:0;position:absolute;inset:0 0 0 auto;transform:translate(1px)}.assignment-row-meta-card{z-index:1;border-radius:var(--assignment-row-card-radius);border:1px solid var(--assignment-card-border-color);border-style:var(--assignment-card-border-style);background:var(--assignment-card-background);height:100%;box-shadow:none;backface-visibility:hidden;grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:0;display:grid;position:relative;overflow:hidden;transform:translateZ(0)}.assignment-row-meta-patient{--assignment-card-background:linear-gradient(180deg, #eef0ff, #fffffffa);--assignment-card-border-color:#2a28bd24;--assignment-edge-base-top:#eff3fffa;--assignment-edge-base-bottom:#ebeffdf2;--assignment-edge-ridge-light:#ffffffad;--assignment-edge-ridge-mid:#ffffff24;--assignment-edge-ridge-shadow:#7c85ad0b;--assignment-edge-side-line:#2a28bd0f;--assignment-edge-flat-top:#ffffff24;--assignment-edge-flat-bottom:#ffffff0d}.assignment-row-meta-resource{--assignment-card-background:linear-gradient(180deg, #fff7ed, #fffffffa);--assignment-card-border-color:#0860481a;--assignment-edge-base-top:#fff8effa;--assignment-edge-base-bottom:#fbf5ecf2;--assignment-edge-ridge-light:#ffffffa3;--assignment-edge-ridge-mid:#ffffff1f;--assignment-edge-ridge-shadow:#a48a6c0a;--assignment-edge-side-line:#ac662a0d;--assignment-edge-flat-top:#ffffff1f;--assignment-edge-flat-bottom:#ffffff0a}.assignment-row-meta-empty{--assignment-card-background:#f9f7f3eb;--assignment-card-border-style:dashed}.assignment-row-leading{align-items:center;gap:8px;min-width:0;display:flex}.assignment-row-icon{width:28px;height:28px;color:var(--primary-green);border:1px solid #0860481a;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.assignment-row-icon .icon-glyph{width:15px;height:15px}.assignment-row-icon-patient{color:var(--indigo);background:#2a28bd14;border-color:#2a28bd29}.assignment-row-icon-resource{color:var(--orange);background:#fad6a53d;border-color:#ac662a2e}.assignment-row-copy{z-index:1;-webkit-user-select:none;user-select:none;align-content:center;gap:2px;min-width:0;padding:8px 12px;display:grid;position:relative}.assignment-row-copy-draggable{cursor:grab}.assignment-row-copy-draggable>*{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.assignment-row-copy-dragging{opacity:.64}.assignment-row-title{font-size:.82rem;line-height:1.18}.assignment-row-edge{color:var(--primary-green);isolation:isolate;transition:background-color var(--motion-shell) var(--motion-ease-soft), color var(--motion-shell) var(--motion-ease-soft), opacity var(--motion-shell) var(--motion-ease-soft), transform var(--motion-shell) var(--motion-ease-soft);background:0 0;border:0;align-self:stretch;padding:0;position:relative;overflow:hidden}.assignment-row-edge:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #2a28bd29}.assignment-row-edge:before,.assignment-row-edge:after{content:"";pointer-events:none;display:none;position:absolute;inset:0}.assignment-row-edge-drag{width:var(--assignment-row-drag-width);cursor:grab;z-index:3;border-right:1px solid var(--assignment-edge-side-line);background:linear-gradient(180deg, var(--assignment-edge-base-top), var(--assignment-edge-base-bottom)), linear-gradient(90deg, #ffffff14, #fff0);place-items:center;display:grid;position:relative;box-shadow:inset -1px 0 #ffffff14,inset 0 1px #ffffff0a}.assignment-row-edge-drag:hover{background-color:#ffffff14}.assignment-row-dragging .assignment-row-edge-drag{cursor:grabbing}.assignment-row-edge-drag:before{background:linear-gradient(#ffffff2e,#ffffff0a),linear-gradient(90deg,#ffffff14,#fff0);display:block;inset:0;box-shadow:inset 0 1px #ffffff14,inset 0 -1px #00000003,inset -1px 0 #ffffff0d}.assignment-row-edge-drag:after{opacity:.18;background:linear-gradient(90deg,#ffffff1a,#0000 55%),linear-gradient(#ffffff0a,#0000 42%,#00000004);display:block;inset:0}.assignment-row-remove-reveal-zone{z-index:2;width:25%;position:absolute;top:0;bottom:0;right:0}.assignment-row-edge-stack{z-index:4;border-left:1px solid var(--assignment-edge-side-line);opacity:0;pointer-events:none;background:linear-gradient(180deg, var(--assignment-edge-flat-top), var(--assignment-edge-flat-bottom)), linear-gradient(270deg, #fad6a50a, transparent 58%);grid-template-rows:repeat(2,minmax(0,1fr));width:24px;display:grid;position:relative;transform:translate(10px);box-shadow:inset 1px 0 #ffffff1a,inset 0 1px #ffffff0a}.assignment-row-edge-remove,.assignment-row-edge-pin{place-items:center;width:100%;display:grid}.assignment-row-edge-remove{color:#ac662ae0}.assignment-row-edge-pin{color:#086048c7;border-top:1px solid #08604814}.assignment-row-edge-pin-active{color:#2a28bde0;background-color:#2a28bd0a}.assignment-row-remove-reveal-zone:hover~.assignment-row-edge-stack,.assignment-row-edge-stack:hover,.assignment-row-edge-stack:focus-within{opacity:1;pointer-events:auto;transform:translate(0)}.assignment-row-edge-remove:hover,.assignment-row-edge-pin:hover{background-color:#ffffff0f}.assignment-row-pinned .assignment-row-meta-card,.assignment-row-pinned .assignment-track{border-color:#2a28bd29;box-shadow:inset 0 1px #ffffffb8,0 0 0 1px #2a28bd0f}.assignment-row-pinned{z-index:2}.assignment-row-pinned .assignment-row-meta{z-index:3}.assignment-row-edge-icon{z-index:1;justify-content:center;align-items:center;display:inline-flex;position:relative}.assignment-row-edge .icon-glyph{z-index:1;width:16px;height:16px;position:relative}.assignment-row-edge-patient{color:var(--indigo)}.assignment-row-edge-resource{color:var(--orange)}.assignment-axis-row{-webkit-user-select:none;user-select:none;align-items:stretch;padding-top:12px;padding-left:0;display:flex;position:relative}.assignment-axis-row:before{content:"";pointer-events:none;background:#0860482e;height:1px;position:absolute;top:3px;left:0;right:0}.assignment-axis-day{flex:none;grid-template-columns:repeat(auto-fit,minmax(0,1fr));display:grid;position:relative}.assignment-axis-day-today{background:linear-gradient(#fad6a51f,#0000 82%)}.assignment-axis-hour{color:#0860489e;-webkit-user-select:none;user-select:none;padding:8px 0 4px 8px;font-size:.82rem;position:relative}.assignment-axis-hour-label{z-index:1;display:inline-block;position:relative}.assignment-axis-hour-label-whole{font-weight:600}.assignment-axis-hour-label-offset{font-weight:400}.assignment-axis-hour:before{content:"";background:#0860483d;border-radius:999px;width:2px;height:18px;position:absolute;top:-10px;left:0}.assignment-axis-hour-minor-tick{top:-6px;left:var(--assignment-axis-minor-left);pointer-events:none;background:#08604829;border-radius:999px;width:2px;height:12px;position:absolute;transform:translate(-50%)}.assignment-axis-hour-day-start:before{background:#08604857;width:2px;height:20px}
.assignment-workbench{min-width:0;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;grid-template-rows:auto minmax(0,1fr);gap:6px;padding:0;display:grid;position:relative}.assignment-live-loading-overlay{z-index:18;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:var(--primary-green);pointer-events:none;background:radial-gradient(circle,#ffffffa3,#f4f0e85c),#10181c29;border-radius:18px;align-content:center;place-items:center;gap:10px;display:grid;position:absolute;inset:54px 8px 8px}.assignment-live-loading-overlay strong{background:#ffffffc7;border:1px solid #0860481a;border-radius:999px;padding:7px 12px;font-size:.82rem;box-shadow:0 10px 24px #15262a1f}.assignment-live-loading-spinner{border:3px solid #08604829;border-top-color:#086048db;border-radius:999px;width:38px;height:38px;animation:.85s linear infinite assignment-live-loading-spin}@keyframes assignment-live-loading-spin{to{transform:rotate(360deg)}}.assignment-control-panel,.assignment-stage-panel{border:1px solid #08604814;border-radius:18px;align-items:stretch;gap:6px;padding:7px;display:grid}.assignment-control-panel{background:linear-gradient(#f4f0e8f5,#ffffffeb);box-shadow:inset 0 1px #ffffffb8}.assignment-stage-panel{--assignment-stage-panel-background:#ffffffd1;--assignment-stage-panel-mask-background:#fff;background:var(--assignment-stage-panel-background);flex-direction:column;min-width:0;min-height:0;padding-bottom:0;padding-right:0;display:flex;position:relative;overflow:hidden}.assignment-workbench-show-slot-ghost{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#ffffff85;border-radius:16px;place-items:center;display:grid;position:absolute;inset:7px}.assignment-workbench-show-slot-ghost span{background:#ffffffe6;border:1px solid #0860481f;border-radius:999px;padding:9px 16px;font-size:.84rem;font-weight:700}.assignment-single-stage{--assignment-single-board-background:linear-gradient(180deg, #fffffff5, #f7fbfce6);--assignment-single-board-border:#08604814;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.assignment-single-stage-patient{--assignment-single-board-background:linear-gradient(180deg, #f4f6fff7, #ffffffeb);--assignment-single-board-border:#2a28bd1f}.assignment-single-stage-resource{--assignment-single-board-background:linear-gradient(180deg, #fff8eff7, #ffffffeb);--assignment-single-board-border:#ac662a1f}.assignment-single-week-board{flex:auto;min-width:0;min-height:0;display:grid;position:relative}.assignment-single-board-zoom-cluster{z-index:9;background:#fafcfbeb;border:1px solid #08604814;border-radius:9px;align-items:center;gap:0;width:62px;height:26px;padding:1px;display:inline-flex;position:absolute;top:8px;left:6px;box-shadow:0 10px 24px #08604814}.assignment-single-board-zoom-cluster .assignment-stage-zoom-button{border-radius:7px;flex:1 1 0;width:auto;min-width:0;height:22px;min-height:22px}.assignment-single-board-zoom-cluster .assignment-stage-zoom-button .icon-glyph{width:16px;height:16px}.assignment-single-grid-shell{border:1px solid var(--assignment-single-board-border);background:var(--assignment-single-board-background);overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;border-radius:14px;grid-template-columns:74px max-content;min-height:0;display:grid;overflow:auto}.assignment-single-grid-shell::-webkit-scrollbar{width:0;height:0}.assignment-single-time-rail{z-index:8;background:#fafcfb;border-right:1px solid #0860481a;min-height:604px;position:sticky;left:0}.assignment-single-time-rail:before{content:"";z-index:6;background:#fafcfb;border-bottom:1px solid #0860481a;height:42px;display:block;position:sticky;top:0}.assignment-single-time-rail span{color:#2737349e;font-size:10px;font-weight:700;position:absolute;right:8px;transform:translateY(-50%)}.assignment-single-time-rail .assignment-single-time-label-minor{color:#27373475;font-size:9px}.assignment-single-days{grid-template-columns:repeat(var(--assignment-single-day-count,21), minmax(var(--assignment-single-day-width,116px), var(--assignment-single-day-width,116px)));min-width:max-content;display:grid}.assignment-single-day-column{border-right:1px solid #08604814;min-width:0}.assignment-single-day-column-loading{background:linear-gradient(#ecf7f594,#fff0)}.assignment-single-day-header{z-index:6;background:#f8fbfcf5;border-bottom:1px solid #0860481a;justify-content:space-between;align-items:center;gap:6px;height:42px;padding:0 9px;display:flex;position:sticky;top:0}.assignment-single-day-header-today{background:#ebf7fff5}.assignment-single-day-header-loading{background:#eff8f4f5}.assignment-single-day-header strong{font-size:18px}.assignment-single-day-header span{color:#2737349e;font-size:11px;font-weight:800}.assignment-single-day-track{background-image:linear-gradient(#08604814 1px,#0000 1px);background-position-y:18px;background-size:100% var(--assignment-single-hour-height,25.2px);position:relative}.assignment-single-day-loading{z-index:4;pointer-events:none;grid-template-rows:repeat(3,minmax(44px,.16fr));grid-template-columns:minmax(0,1fr);gap:12px;display:grid;position:absolute;inset:58px 10px 12px}.assignment-single-day-loading span{background:linear-gradient(90deg,#fffc,#ecf4f1f0);border:1px solid #08604814;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 8px 18px #15262a0f}.assignment-single-day-loading span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffd1,#0000);animation:1.05s ease-in-out infinite assignment-row-loading-sweep;position:absolute;inset:0;transform:translate(-100%)}.assignment-single-day-loading span:nth-child(2):after{animation-delay:.12s}.assignment-single-day-loading span:nth-child(3):after{animation-delay:.24s}.assignment-single-hour-line{pointer-events:none;background:#0860481a;height:1px;position:absolute;left:0;right:0}.assignment-single-hour-line-minor{background:#0860480f}.assignment-single-month-grid{grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(var(--assignment-single-month-week-count,6), minmax(0, 1fr));border:1px solid var(--assignment-single-board-border);background:var(--assignment-single-board-background);border-radius:16px;gap:6px;height:100%;min-height:0;padding:6px;display:grid}.assignment-single-month-day{--assignment-month-accent:#087c54c7;--assignment-month-accent-soft:#087c5442;--assignment-month-accent-ink:#086048f0;font-variant-numeric:tabular-nums;color:#273734e0;text-align:left;cursor:pointer;background:linear-gradient(#ffffffeb,#ffffffb8),linear-gradient(135deg,#08604814,#1762a40f);border:1px solid #0860481a;border-radius:13px;grid-template-rows:auto auto 5px auto;align-items:start;gap:5px;min-width:0;min-height:0;padding:8px 9px 7px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative;overflow:hidden}.assignment-single-month-day-availability-green{--assignment-month-accent:#087c54d1;--assignment-month-accent-soft:#087c5447;--assignment-month-accent-ink:#086048f5}.assignment-single-month-day-availability-yellow{--assignment-month-accent:#c49614e0;--assignment-month-accent-soft:#c4961457;--assignment-month-accent-ink:#845e08fa}.assignment-single-month-day-availability-red{--assignment-month-accent:#b53e27e0;--assignment-month-accent-soft:#b53e2757;--assignment-month-accent-ink:#8a2a18fa}.assignment-single-month-day:hover{border-color:#0860483d;transform:translateY(-1px);box-shadow:0 14px 24px #0860481a}.assignment-single-month-day:focus-visible{outline-offset:2px;outline:2px solid #1762a46b}.assignment-single-month-day-muted{opacity:.42}.assignment-single-month-day-disabled{box-shadow:none;cursor:default;opacity:.42;pointer-events:none;background:linear-gradient(#f6f8f7d1,#eef2f0a3),linear-gradient(135deg,#1518170a,#15181705);border-color:#15181714;grid-template-rows:auto;transform:none}.assignment-single-month-day-disabled:hover{box-shadow:none;border-color:#15181714;transform:none}.assignment-single-month-day-today{border-color:#1762a447;box-shadow:inset 0 0 0 1px #1762a414}.assignment-single-month-day-selected{border-color:#08604866;box-shadow:inset 0 0 0 1px #0860482e,0 14px 28px #0860481f}.assignment-single-month-day-passive-full{background:repeating-linear-gradient(135deg,#15181724 0 6px,#1518170a 6px 12px),linear-gradient(#ffffffdb,#f5f7f6c2);border-color:#1518175c}.assignment-single-month-day-data-conflict{border-color:#aa362470}.assignment-single-month-day-top,.assignment-single-month-day-markers{justify-content:space-between;align-items:center;gap:5px;min-width:0;display:flex}.assignment-single-month-day-top strong{font-size:1.12rem;line-height:1}.assignment-single-month-day-top span{color:#27373494;font-size:.68rem;font-weight:800}.assignment-single-month-day-status{gap:2px;min-width:0;display:grid}.assignment-single-month-day-status strong{color:var(--assignment-month-accent-ink);font-size:.8rem;font-weight:900;line-height:1.05}.assignment-single-month-day-status span{color:#273734a3;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.66rem;font-weight:800;line-height:1.05;overflow:hidden}.assignment-single-month-day-meter{background:#08604814;border-radius:999px;height:5px;display:block;overflow:hidden}.assignment-single-month-day-meter:before{content:"";width:var(--assignment-month-free,0%);border-radius:inherit;background:linear-gradient(90deg, var(--assignment-month-accent), var(--assignment-month-accent-soft));height:100%;display:block}.assignment-single-month-day-capacity{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.assignment-single-month-day-capacity span{color:var(--assignment-month-accent-ink);letter-spacing:-.02em;white-space:nowrap;font-size:.72rem;font-weight:900;line-height:1}.assignment-single-month-day-capacity span:last-child{opacity:.86;justify-self:end}@media (max-width:1180px),(max-height:760px){.assignment-single-month-grid{gap:5px;padding:5px}.assignment-single-month-day{border-radius:12px;grid-template-rows:auto auto 4px auto;gap:4px;padding:7px 8px 6px}.assignment-single-month-day-top strong{font-size:1rem}.assignment-single-month-day-top span{font-size:.62rem}.assignment-single-month-day-status strong{font-size:.72rem}.assignment-single-month-day-status span{font-size:.6rem}.assignment-single-month-day-meter{height:4px}.assignment-single-month-day-capacity span{font-size:.64rem}}@media (max-width:1060px),(max-height:660px){.assignment-single-month-grid{gap:4px;padding:4px}.assignment-single-month-day{border-radius:11px;gap:3px;padding:6px 7px 5px}.assignment-single-month-day-top{gap:4px}.assignment-single-month-day-top strong{font-size:.92rem}.assignment-single-month-day-top span{font-size:.58rem}.assignment-single-month-day-status strong{font-size:.66rem}.assignment-single-month-day-status span{font-size:.56rem}.assignment-single-month-day-capacity{gap:4px}.assignment-single-month-day-capacity span{font-size:.58rem}}.assignment-single-month-marker{border-radius:999px;width:8px;height:8px}.assignment-single-month-marker-passive{background:#151817c2}.assignment-single-month-marker-conflict{background:#aa3624db}.assignment-multi-week-stage{padding:0;overflow:hidden}.assignment-multi-week-board{--assignment-multi-week-meta-width:minmax(210px, 230px);--assignment-multi-week-day-width:148px;--assignment-multi-week-day-gap:6px;border:1px solid var(--assignment-single-board-border);background:var(--assignment-single-board-background);overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;border-radius:16px;height:100%;min-height:0;overflow:auto}.assignment-multi-week-board::-webkit-scrollbar{width:0;height:0}.assignment-multi-week-board-row-add-active{box-shadow:inset 0 0 0 2px #087c543d,0 18px 40px #1436301f}.assignment-multi-week-header,.assignment-multi-week-row{grid-template-columns:var(--assignment-multi-week-meta-width) max-content;width:max-content;min-width:100%;display:grid}.assignment-multi-week-header{z-index:7;background:0 0;border-bottom:1px solid #0860481a;position:sticky;top:0}.assignment-multi-week-corner,.assignment-multi-week-row-meta{z-index:5;background:#fff;border-right:1px solid #0860481a;min-width:0;position:sticky;left:0}.assignment-multi-week-corner{z-index:8;background:#fff}.assignment-multi-week-days,.assignment-multi-week-cells{grid-template-columns:repeat(var(--assignment-multi-week-day-count,21), minmax(var(--assignment-multi-week-day-width), var(--assignment-multi-week-day-width)));gap:var(--assignment-multi-week-day-gap);width:max-content;min-width:max-content;display:grid}.assignment-multi-week-days{padding:0 8px}.assignment-multi-week-day-heading{min-width:0;width:var(--assignment-multi-week-day-width);font-variant-numeric:tabular-nums;border-right:1px solid #08604814;border-radius:0;position:sticky}.assignment-multi-week-body{min-height:0;overflow:visible}.assignment-multi-week-row{border-bottom:1px solid #08604814;min-height:112px}.assignment-multi-week-row-dragging{opacity:.72;filter:saturate(.9)}.assignment-multi-week-row-ghost{pointer-events:none;min-height:92px}.assignment-multi-week-row-meta-ghost{background:#fff;padding:8px}.assignment-multi-week-row-meta-ghost .assignment-section-drop-ghost-card{height:70px}.assignment-multi-week-cells-ghost{align-items:stretch}.assignment-multi-week-cell-ghost{background:#ffffff7a;border:1px dashed #08604829;border-radius:12px;min-height:92px}.assignment-multi-week-row-meta,.assignment-multi-week-cells{padding:8px}.assignment-multi-week-row-meta.assignment-row-meta{--assignment-row-drag-width:42px;background:#fff;border-radius:0;align-items:center;height:auto;min-height:92px;display:grid;transform:none}.assignment-multi-week-row-meta.assignment-row-meta:after{display:none}.assignment-multi-week-row-meta .assignment-row-meta-card{height:70px}.assignment-multi-week-cell{min-height:92px;width:var(--assignment-multi-week-day-width);border-radius:12px;grid-template-rows:auto 5px auto;align-content:center}.assignment-multi-week-cell .assignment-single-month-day-status{min-height:34px}.assignment-multi-week-cell-loading{box-shadow:none;cursor:progress;pointer-events:none;background:linear-gradient(#f5fbf9f5,#e8f5f1d1),linear-gradient(135deg,#0860481f,#1762a414);border-color:#0860482e;grid-template-rows:repeat(3,minmax(11px,1fr));align-content:center;gap:10px;transform:none}.assignment-multi-week-cell-loading:hover{box-shadow:none;border-color:#0860482e;transform:none}.assignment-multi-week-cell-loading span{background:#08604829;border-radius:999px;display:block;position:relative;overflow:hidden}.assignment-multi-week-cell-loading span:first-child{width:82%}.assignment-multi-week-cell-loading span:nth-child(2){width:58%}.assignment-multi-week-cell-loading span:nth-child(3){width:72%}.assignment-multi-week-cell-loading span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffdb,#0000);animation:1.05s ease-in-out infinite assignment-row-loading-sweep;position:absolute;inset:0;transform:translate(-100%)}.assignment-multi-week-cell-loading span:nth-child(2):after{animation-delay:.12s}.assignment-multi-week-cell-loading span:nth-child(3):after{animation-delay:.24s}.assignment-multi-week-empty{color:#475b56b8;text-align:center;place-items:center;min-height:100%;padding:24px;font-size:.86rem;font-weight:700;display:grid}@media (max-width:1180px){.assignment-multi-week-board{--assignment-multi-week-meta-width:minmax(190px, 210px)}.assignment-multi-week-cell{padding:6px 7px 5px}}.assignment-stage-zoom-cluster{align-items:center;gap:2px;margin-left:10px;display:inline-flex}.assignment-stage-zoom-button{width:28px;min-width:28px;height:28px;min-height:28px;color:var(--primary-green);box-shadow:none;background:0 0;border:0;border-radius:8px}.assignment-stage-zoom-button .icon-glyph{width:22px;height:22px}.assignment-stage-zoom-button:hover{background:#0860480f}.assignment-stage-zoom-button:focus-visible{box-shadow:inset 0 0 0 1px #08604829}.assignment-row-dragging .assignment-row-meta,.assignment-row-dragging .assignment-track{opacity:.72}.assignment-row-dragging .assignment-row-meta-card,.assignment-row-dragging .assignment-track{border-color:#2a28bd3d}.assignment-track{z-index:1;height:70px;clip-path:inset(0 0 0 var(--assignment-track-visible-left));backface-visibility:hidden;--assignment-track-visible-left:max(0px, calc(var(--assignment-meta-scroll-left,0px) - var(--assignment-track-viewport-offset) + var(--assignment-track-left-clip)));--assignment-track-surface:linear-gradient(180deg, #fffffff5, #f7f9fcfa);--assignment-track-border-color:#08604814;background:0 0;border:0;border-radius:0 14px 14px 0;position:relative;overflow:hidden;transform:translateZ(0)}.assignment-track:before{content:"";border:1px solid var(--assignment-track-border-color);background:var(--assignment-track-surface);clip-path:inset(0 0 0 var(--assignment-track-visible-left));pointer-events:none;border-left:0;border-radius:0 14px 14px 0;position:absolute;inset:0}.assignment-row-pinned .assignment-track{z-index:2}.assignment-track-patient{--assignment-track-border-color:#2a28bd1f;--assignment-track-surface:linear-gradient(180deg, #e8ecfff7, #f4f7fffa), linear-gradient(90deg, #5462d21f, #919eff0f)}.assignment-track-resource{--assignment-track-border-color:#ac662a1a;--assignment-track-surface:linear-gradient(180deg, #fff4e7f7, #fffaf5fa), linear-gradient(90deg, #e08d451f, #ffd6aa0f)}.assignment-track-right-pane-draft{--assignment-track-border-color:#2a28bd29}.assignment-track-loading:before{border-style:solid;box-shadow:inset 0 0 0 1px #1762a414}.assignment-row-loading-slots{inset:10px 14px 10px max(34px, var(--assignment-track-visible-left));z-index:9;pointer-events:none;grid-template-columns:minmax(120px,.7fr) minmax(90px,.45fr) minmax(150px,.9fr);align-items:stretch;gap:12px;display:grid;position:absolute}.assignment-row-loading-slots span{background:linear-gradient(90deg,#ffffff8c,#eef4f9e0);border:1px solid #1762a414;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 18px #15262a12}.assignment-row-loading-slots span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);animation:1.05s ease-in-out infinite assignment-row-loading-sweep;position:absolute;inset:0;transform:translate(-100%)}.assignment-row-loading-slots span:nth-child(2):after{animation-delay:.12s}.assignment-row-loading-slots span:nth-child(3):after{animation-delay:.24s}@keyframes assignment-row-loading-sweep{to{transform:translate(100%)}}.assignment-track-empty{--assignment-track-surface:linear-gradient(180deg, #f9f7f3fa, #fffffffa)}.assignment-track-empty:before{border-style:dashed}.assignment-row-track{z-index:1;will-change:transform;backface-visibility:hidden;position:relative;transform:translateZ(0)}.assignment-track-grid{clip-path:inset(0 0 0 var(--assignment-track-visible-left));position:absolute;inset:0;transform:translateZ(0)}.assignment-track-day{background:var(--assignment-day-cycle,#ffffffb8);grid-template-columns:repeat(auto-fit,minmax(0,1fr));display:grid;position:absolute;inset:0 auto 0 0}.assignment-track-gridline{position:relative}.assignment-track-gridline:before{content:"";background:#0860480d;width:1px;position:absolute;inset:0 auto 0 0}.assignment-track-gridline-day-start:before{background:#08604824;width:2px}.assignment-segment,.assignment-draft-overlay{backface-visibility:hidden;border:1px solid #08604814;border-radius:10px;align-content:center;gap:3px;padding:5px 8px;display:grid;position:absolute;top:6px;bottom:6px;overflow:hidden;transform:translateZ(0)}.assignment-segment strong,.assignment-draft-overlay span{font-size:.78rem}.assignment-segment span{color:var(--grey);font-size:.68rem;line-height:1.25}.assignment-segment-neutral{background:#ffffffe6}.assignment-segment-positive{background:#d7f7e1e6;border-color:#08604824}.assignment-segment-warning{background:#ffecd1d1}.assignment-segment-critical{background:#ffe0e0e0;border-color:#ac662a33}.assignment-draft-overlay{pointer-events:none;background:#2a28bd14;border-style:dashed;border-color:#2a28bd33;top:4px;bottom:4px}.assignment-draft-overlay-right-pane{background:linear-gradient(#ffffff6b,#ffffff2e),#2a28bd1c;border-color:#2a28bd47;align-items:center;display:flex}.assignment-draft-overlay-copy{align-items:center;gap:6px;min-width:0;display:inline-flex}.assignment-draft-overlay-icon{width:18px;height:18px;color:var(--indigo);background:#ffffffb8;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.assignment-draft-overlay-icon .icon-glyph{width:13px;height:13px}.assignment-draft-overlay-copy strong{min-width:0;font-size:.78rem;line-height:1.15}.assignment-draft-overlay-buffer{background:repeating-linear-gradient(45deg,#18181c29 0 3px,#0000 3px 11px),linear-gradient(#18181c2e,#18181c1f);border-color:#18181c38}.assignment-draft-overlay-buffer span{color:#222226db;font-size:.68rem}.assignment-draft-overlay-passive{color:#222226eb;background:repeating-linear-gradient(45deg,#18181c38 0 3px,#0000 3px 11px),linear-gradient(#18181c2e,#18181c1f);border-color:#18181c47}.assignment-slot{box-sizing:border-box;backface-visibility:hidden;-webkit-user-select:none;user-select:none;border:1px solid #08604814;border-radius:10px;align-items:center;gap:6px;min-width:0;padding:6px 8px;display:flex;position:absolute;top:6px;bottom:6px;overflow:hidden;transform:translateZ(0)}.assignment-slot-orientation-vertical{min-height:20px;inset:auto 7px}.assignment-slot-layout-inline{width:100%;min-height:52px;position:relative;inset:auto}.assignment-slot-layout-inline.assignment-slot-active{cursor:pointer;padding-right:12px}.assignment-slot>*{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.assignment-slot strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.76rem;line-height:1.15;overflow:hidden}.assignment-slot span{min-width:0;font-size:.66rem;line-height:1.2}.assignment-slot-copy{flex:auto;align-items:center;gap:6px;min-width:0;max-width:100%;display:flex}.assignment-slot-icon{width:var(--assignment-slot-icon-size,14px);height:var(--assignment-slot-icon-size,14px);flex:none;justify-content:center;align-items:center;display:flex}.assignment-slot-icon .icon-glyph{width:100%;height:100%}.assignment-slot-active{--assignment-slot-center-offset:10px;z-index:2;cursor:grab;align-content:center;justify-items:center;gap:2px;padding-right:28px;display:grid;box-shadow:inset 0 1px #ffffff3d,0 6px 14px #0c183014}.assignment-slot-active-patient{color:#8b4f17;background:linear-gradient(#fff6eef5,#ffeddcf0);border-color:#c4722a38}.assignment-slot-active-resource{color:#2c3d9b;background:linear-gradient(#ecf1fffa,#dee8fff5);border-color:#3749c62e}.assignment-slot-passive{z-index:1;text-align:center;color:#fffffff0;background:repeating-linear-gradient(45deg,#ffffff2e 0 3px,#0000 3px 11px),repeating-linear-gradient(-45deg,#ffffff1f 0 3px,#0000 3px 11px),linear-gradient(#101012f5,#1a1a1ef5);border-color:#ffffff24;align-content:center;justify-items:center;gap:3px;display:grid}.assignment-slot-passive-title,.assignment-slot-passive span{max-width:100%}.assignment-slot-passive span{color:#ffffffb8;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.assignment-slot-passive-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.assignment-slot-conflict{border-color:#bd313f6b;box-shadow:inset 0 0 0 1px #bd313f33,0 0 0 2px #ff666614}.assignment-slot-dragging{opacity:.56}.assignment-slot-shadowed{opacity:.42}.assignment-slot-draft{z-index:3;color:#164c73;pointer-events:none;background:#ebf7ffb8;border:1px dashed #1762a475;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-height:20px;padding:4px 6px;display:grid}.assignment-slot-draft-buffer{color:#222226db;background:repeating-linear-gradient(45deg,#18181c29 0 3px,#0000 3px 11px),linear-gradient(#18181c2e,#18181c1f);border-color:#18181c38}.assignment-slot-draft-passive{color:#222226eb;background:repeating-linear-gradient(45deg,#18181c38 0 3px,#0000 3px 11px),linear-gradient(#18181c2e,#18181c1f);border-color:#18181c47}.assignment-slot-title{flex:0 auto;min-width:0}.assignment-slot-time{white-space:nowrap;flex:none}.assignment-slot-time-block{text-overflow:ellipsis;justify-self:center;max-width:100%;display:block;overflow:hidden}.assignment-slot-density-full .assignment-slot-copy,.assignment-slot-density-time .assignment-slot-copy,.assignment-slot-density-icon,.assignment-slot-density-icon-tight{justify-content:center}.assignment-slot-density-icon,.assignment-slot-density-icon-tight{align-items:center;padding-left:5px;padding-right:5px;display:flex}.assignment-slot-density-full .assignment-slot-copy,.assignment-slot-density-time .assignment-slot-copy{transform:translateX(var(--assignment-slot-center-offset));flex:0 auto;justify-content:center;justify-self:center}.assignment-slot-density-icon .assignment-slot-copy,.assignment-slot-density-icon-tight .assignment-slot-copy{flex:0 auto;justify-self:center}.assignment-slot-density-full .assignment-slot-time-block,.assignment-slot-density-time .assignment-slot-time-block{transform:translateX(var(--assignment-slot-center-offset))}.assignment-slot-density-icon-tight{padding-left:2px;padding-right:2px}.assignment-slot-density-icon .assignment-slot-remove-reveal-zone,.assignment-slot-density-icon-tight .assignment-slot-remove-reveal-zone{width:100%}.assignment-slot-density-icon .assignment-slot-edge-remove,.assignment-slot-density-icon-tight .assignment-slot-edge-remove{width:min(20px,100% - 2px)}.assignment-slot-density-icon .assignment-slot-edge-remove .icon-glyph{width:11px;height:11px;transform:translateY(-14px)}.assignment-slot-density-icon-tight .assignment-slot-edge-remove .icon-glyph{width:9px;height:9px;transform:translateY(-16px)}.assignment-slot-passive-density-label{gap:0;padding-left:5px;padding-right:5px}.assignment-slot-passive-density-label .assignment-slot-passive-caption{display:none}.assignment-slot-passive-density-bare{justify-content:center;align-items:center;padding-left:2px;padding-right:2px;display:flex}.assignment-slot-passive-density-bare .assignment-slot-passive-title,.assignment-slot-passive-density-bare .assignment-slot-passive-caption{display:none}.assignment-slot-remove-reveal-zone{z-index:1;pointer-events:auto;width:28%;position:absolute;top:0;bottom:0;right:0}.assignment-slot-edge-remove{color:currentColor;opacity:0;pointer-events:none;cursor:pointer;z-index:2;background:linear-gradient(#ffffff24,#ffffff0d),linear-gradient(270deg,#ffffff14,#0000 58%);border:0;border-left:1px solid #ffffff2e;place-items:center;width:min(24px,100% - 2px);padding:0;display:grid;position:absolute;top:0;bottom:0;right:0;transform:translate(10px);box-shadow:inset 1px 0 #ffffff1a,inset 0 1px #ffffff0a}.assignment-slot-edge-remove .icon-glyph{width:12px;height:12px}.assignment-slot-remove-reveal-zone:hover~.assignment-slot-edge-remove,.assignment-slot-edge-remove:hover,.assignment-slot-edge-remove:focus-visible{opacity:1;pointer-events:auto;transform:translate(0)}.assignment-slot-edge-remove:hover{background-color:#ffffff14}.assignment-slot-edge-remove:focus-visible{outline:none;box-shadow:inset 1px 0 #ffffff1a,inset 0 1px #ffffff0a,0 0 0 2px #2a28bd2e}.assignment-conflict-overlay{pointer-events:none;z-index:2;background:repeating-linear-gradient(-63deg,#bd313f2e 0 6px,#ffffff0a 6px 12px);border:1px dashed #bd313f75;border-radius:12px;justify-content:flex-end;align-items:flex-start;padding:6px;display:flex;position:absolute;top:4px;bottom:4px}.assignment-conflict-overlay span{color:#9d2030;background:#bd313f24;border-radius:999px;padding:2px 6px;font-size:.66rem;line-height:1}.assignment-toolbar-message{color:#9d2030;background:#bd313f14;border-radius:12px;margin-top:2px;padding:8px 10px;font-size:.79rem;line-height:1.3}.assignment-duration-dialog-backdrop{z-index:80;background:#12141852;place-items:center;display:grid;position:fixed;inset:0}.assignment-duration-dialog{box-sizing:border-box;background:#fffdfafa;border:1px solid #08604814;border-radius:18px;gap:12px;width:min(420px,100vw - 32px);min-width:0;max-width:calc(100vw - 32px);padding:18px;display:grid;box-shadow:0 24px 64px #0c18302e}.assignment-duration-dialog-copy{gap:4px;display:grid}.assignment-duration-dialog-copy strong{font-size:1rem}.assignment-duration-dialog-copy span{color:var(--grey);font-size:.86rem}.assignment-duration-dialog-field{min-width:0;color:var(--grey);gap:6px;font-size:.84rem;display:grid}.assignment-duration-dialog-field input,.assignment-duration-dialog-field select,.assignment-duration-dialog-field textarea{box-sizing:border-box;background:#ffffffeb;border:1px solid #0860481f;border-radius:12px;width:100%;min-width:0;height:40px;padding:0 12px}.assignment-duration-dialog-field textarea{resize:vertical;height:auto;min-height:84px;padding:10px 12px}.assignment-appointment-link-dialog{width:min(520px,100vw - 32px)}.assignment-appointment-link-dialog-hint{color:var(--grey);margin:0;font-size:.82rem;line-height:1.45}.assignment-appointment-link-dialog-list{gap:8px;max-height:min(48vh,360px);padding-right:4px;display:grid;overflow:auto}.assignment-appointment-link-option{text-align:left;width:100%}.assignment-appointment-link-option-selected{background:#e9f7f1eb;border-color:#0860486b}.assignment-appointment-link-option-title,.assignment-appointment-link-option-meta,.assignment-appointment-link-option-period{display:block}.assignment-appointment-link-option-title{color:#273734eb;font-weight:700}.assignment-appointment-link-option-meta,.assignment-appointment-link-option-period{color:#2737349e;margin-top:2px;font-size:.8rem}.assignment-workday-dialog{width:min(460px,100vw - 32px)}.assignment-workday-dialog-field-static strong{color:#273734e0;font-size:.94rem}.assignment-workday-dialog-mode-group,.assignment-workday-dialog-weekday-grid{gap:8px;display:grid}.assignment-workday-dialog-mode-group{grid-template-columns:repeat(2,minmax(0,1fr))}.assignment-workday-dialog-mode,.assignment-workday-dialog-weekday{color:#273734d6;font:inherit;background:#ffffffeb;border:1px solid #0860481f;border-radius:12px;transition:border-color .16s,background .16s,color .16s,transform .16s}.assignment-workday-dialog-mode{min-height:40px}.assignment-workday-dialog-weekday-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.assignment-workday-dialog-weekday{min-height:36px}.assignment-workday-dialog-mode:hover,.assignment-workday-dialog-weekday:hover{border-color:#0860483d;transform:translateY(-1px)}.assignment-workday-dialog-mode-active,.assignment-workday-dialog-weekday-active{color:var(--primary-green);background:#0860481f;border-color:#0860487a;font-weight:700}.assignment-workday-dialog-time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.assignment-workday-dialog-note{color:var(--grey);margin:0;font-size:.84rem;line-height:1.45}.assignment-workday-dialog-checkbox{color:#273734d6;align-items:center;gap:8px;font-size:.88rem;display:inline-flex}.assignment-workday-dialog-checkbox input{accent-color:#086048eb}@media (max-width:720px){.assignment-workday-dialog-weekday-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.assignment-duration-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0;display:flex}.assignment-duration-dialog-button{box-sizing:border-box;max-width:100%;color:var(--primary-green);background:#ffffffeb;border:1px solid #0860481f;border-radius:12px;padding:9px 14px}.assignment-duration-dialog-button-primary{color:#fff;background:#086048eb;border-color:#086048eb}.assignment-now-marker{pointer-events:none;z-index:4;border-left:2px solid #ac662ab3;width:0;position:absolute;inset:0 auto 0 0}.assignment-now-marker span{color:var(--orange);text-transform:lowercase;white-space:nowrap;background:#ac662a1f;border-radius:999px;padding:3px 8px;font-size:.74rem;line-height:1;position:absolute;top:8px;left:8px}.assignment-now-marker-axis{top:0;bottom:-12px}.assignment-now-marker-axis span{top:-6px}.assignment-now-marker-track{top:0;bottom:0}.assignment-now-marker-track span{top:10px}.assignment-empty-state{background:#ffffffb8;border:1px dashed #08604829;border-radius:18px;padding:18px}
