.workspace-theme{--primary:var(--primary-ink);--primary-hover:var(--primary-ink-hover);--primary-foreground:var(--card);--popover-foreground:var(--foreground);--accent:var(--info-background);--accent-foreground:var(--primary-ink);--info-foreground:var(--primary-ink);--input:#7b8d9b}body:has(.workspace-shell){--primary:var(--primary-ink);--primary-hover:var(--primary-ink-hover);--primary-foreground:var(--card);--popover-foreground:var(--foreground);--accent:var(--info-background);--accent-foreground:var(--primary-ink);--info-foreground:var(--primary-ink);--input:#7b8d9b}.workspace-shell{--workspace-header-height:76px;background:var(--background);height:100dvh;color:var(--foreground);display:flex}.workspace-shell :is(a,button):focus-visible{outline:2px solid var(--ring);outline-offset:3px}.workspace-nav{flex-direction:column;gap:7px;display:flex}.workspace-nav-link{min-height:48px;color:var(--secondary-foreground);border-radius:12px;align-items:center;gap:12px;padding:12px;font-size:14px;display:flex}.workspace-nav-link svg{flex-shrink:0}.workspace-nav-link:hover{background:var(--background);color:var(--primary-ink)}.workspace-nav-link[aria-current=page]{background:var(--info-background);color:var(--primary-ink);box-shadow:inset 3px 0 var(--primary-ink);font-weight:600}.workspace-body{flex-direction:column;flex:1;min-width:0;display:flex}.workspace-header{min-height:var(--workspace-header-height);border-bottom:1px solid var(--border);background:var(--card);z-index:30;flex-shrink:0;align-items:center;gap:16px;padding:12px 32px;display:flex}.workspace-context{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.workspace-org-link{align-items:center;min-width:0;min-height:44px;font-size:13px;font-weight:600;display:flex}.workspace-org-link>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workspace-org-link img{object-fit:contain;max-width:160px;max-height:36px}.workspace-context-divider{color:var(--border-strong);flex-shrink:0}.workspace-current{color:var(--muted-foreground);font-size:13px}.workspace-main{outline:none;flex:1;min-width:0;position:relative;overflow:auto}.workspace-content{width:100%;padding:32px}.workspace-skip{z-index:60;background:var(--primary);color:var(--primary-foreground);border-radius:12px;padding:12px 20px;position:absolute;top:12px;left:12px;transform:translateY(-160%)}.workspace-skip:focus{transform:none}@media (min-width:1024px){.workspace-mobile-trigger{display:none}}@media (max-width:1023px){.workspace-header{min-height:68px;padding:10px 20px}.workspace-content{padding:24px}}@media (max-width:639px){.workspace-header{gap:10px;padding:8px 12px}.workspace-context{flex-direction:column;align-items:flex-start;gap:2px}.workspace-context-divider{display:none}.workspace-org-link{max-width:100%;min-height:24px}.workspace-current{font-size:11px}.workspace-content{padding:24px 16px}}.dashboard-page{gap:28px;max-width:1600px;margin-inline:auto}.dashboard-hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:12px 0 4px;display:flex}.dashboard-eyebrow{color:var(--primary-ink);text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:11px;font-weight:600}.dashboard-hero h1{color:var(--heading);letter-spacing:-.035em;font-size:clamp(28px,2.7vw,38px);font-weight:600;line-height:1.2}.dashboard-scope{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:flex}.dashboard-scope svg{flex-shrink:0}.dashboard-actions{flex-wrap:wrap;gap:10px;display:flex}.dashboard-actions :is(button,a){min-height:44px}.dashboard-metrics{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;display:grid}.dashboard-metric{border:1px solid var(--border);background:var(--card);box-shadow:0 3px 12px rgb(var(--shadow-ink) / .025);border-radius:20px;padding:24px;position:relative}.dashboard-metric:hover{border-color:var(--border-strong)}.dashboard-metric-label{align-items:center;gap:12px;margin-bottom:10px;display:flex}.dashboard-metric-icon{background:var(--info-background);width:38px;height:38px;color:var(--primary-ink);border-radius:12px;place-items:center;display:grid}.dashboard-metric[data-tone=lilac] .dashboard-metric-icon{background:var(--primary-soft)}.dashboard-metric [data-slot=stat] .numeric{letter-spacing:-.035em;color:var(--heading);font-size:38px}.dashboard-metric [data-slot=stat]>span:last-child{margin-top:6px}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);align-items:start;gap:24px;display:grid}.dashboard-page [data-slot=card]{box-shadow:0 3px 12px rgb(var(--shadow-ink) / .025);border-radius:20px}.dashboard-page [data-slot=card-title]{font-size:17px;font-weight:600}.dashboard-page [data-slot=card-header]{align-items:center}.dashboard-panel-heading{align-items:center;gap:10px;display:flex}.dashboard-panel-heading svg{color:var(--primary-ink)}.dashboard-sidebar{flex-direction:column;gap:20px;min-width:0;display:flex}.dashboard-list-row{border-top:1px solid var(--border);min-height:80px}.dashboard-list-row:first-child{border-top:0}.dashboard-row-link{align-items:center;gap:16px;min-height:80px;padding:16px 22px;display:flex}.dashboard-row-link:hover{background:var(--background)}.dashboard-time{border:1px solid var(--border);background:var(--background);border-radius:12px;flex-shrink:0;place-items:center;width:58px;min-height:46px;font-size:13px;font-weight:600;display:grid}.dashboard-band{background:var(--background);border-block:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:12px 22px;font-size:12px;display:flex}.dashboard-band>span:last-child{background:var(--card);border:1px solid var(--border);border-radius:6px;padding:2px 8px}.dashboard-well{border:1px dashed var(--border-strong);background:var(--background);border-radius:14px;margin:16px 22px;padding:22px;font-size:13px;line-height:1.7}.dashboard-well>p:first-child{color:var(--foreground);font-weight:500}.dashboard-workspace-card{border:1px solid var(--border);background:var(--card);border-radius:20px;overflow:hidden}.dashboard-attention-count{background:var(--info-background);width:38px;height:38px;color:var(--primary-ink);border-radius:12px;flex-shrink:0;place-items:center;font-size:18px;font-weight:600;display:grid}@media (max-width:1199px){.dashboard-grid{grid-template-columns:1fr}.dashboard-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}}@media (max-width:639px){.dashboard-sidebar{display:flex}.dashboard-metrics{grid-template-columns:1fr;gap:12px}.dashboard-row-link{flex-wrap:wrap;gap:10px;padding:14px 16px}.dashboard-row-link>span:last-child{font-size:11px}.dashboard-well{margin-inline:16px;padding:18px}.dashboard-page{gap:20px}.dashboard-metric{padding:16px}.dashboard-metric [data-slot=stat]{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 12px;display:grid}.dashboard-metric-label{gap:10px;margin-bottom:0}.dashboard-metric-icon{border-radius:10px;width:32px;height:32px}.dashboard-metric [data-slot=stat] .numeric{font-size:28px}.dashboard-metric [data-slot=stat]>span:last-child{grid-column:1/-1;margin-top:2px}}.workspace-shell{background:var(--card)}.workspace-header{border:0}.workspace-body{min-height:0}.workspace-main{border:1px solid var(--border);background:var(--background);scrollbar-gutter:stable;border-radius:24px;min-height:0;margin:0 12px 12px 0}.workspace-top-brand,.workspace-top-navigation{display:none}.dashboard-module-options input{accent-color:var(--primary-ink);flex-shrink:0;width:18px;height:18px}.workspace-preference-note{color:var(--muted-foreground);font-size:12px;line-height:1.7}@media (min-width:1024px){.workspace-shell[data-navigation=top] .workspace-main{margin-left:12px}.workspace-top-brand{align-items:center;margin-right:16px;display:flex}.workspace-top-navigation{padding:0 24px 12px;display:block}.workspace-top-navigation .workspace-nav{flex-flow:wrap;gap:8px;margin:0}.workspace-top-navigation .workspace-nav-link{padding-inline:20px}.workspace-top-navigation .workspace-nav-link[aria-current=page]{box-shadow:inset 0 -2px var(--primary-ink)}}@media (max-width:1023px){.workspace-main{border-radius:18px;margin:0 8px 8px}}.dashboard-personalization{gap:20px;display:grid}.dashboard-customize-bar,.dashboard-editor-intro{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-customize-bar>p{color:var(--muted-foreground);font-size:12px}.dashboard-customize-bar button,.dashboard-editor button{min-height:44px}.dashboard-editor,.dashboard-empty-layout{border:1px solid var(--border);background:var(--card);border-radius:20px;padding:24px}.dashboard-editor h2,.dashboard-empty-layout h2{font-weight:600}.dashboard-editor-intro p,.dashboard-empty-layout p{color:var(--muted-foreground);margin-top:6px;font-size:13px}.dashboard-module-options{flex-wrap:wrap;gap:8px 20px;margin-block:16px;display:flex}.dashboard-module-options label{cursor:pointer;align-items:center;gap:10px;min-height:44px;font-size:13px;display:flex}.dashboard-board{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:20px;display:grid}.dashboard-module{border-radius:20px;grid-column:span 6;min-width:0}.dashboard-module[data-metric=true]{grid-column:span 4}.dashboard-module[data-wide=true]{grid-column:1/-1}.dashboard-module-content>.dashboard-metric{height:100%;display:block}.dashboard-module-content{min-width:0}.dashboard-board[data-editing=true] .dashboard-module{outline:1px dashed var(--border-strong);outline-offset:4px}.dashboard-module-tools{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;margin-bottom:8px;display:flex}.dashboard-drag-handle{min-height:44px;color:var(--muted-foreground);cursor:grab;touch-action:none;align-items:center;gap:6px;font-size:12px;display:flex}.dashboard-module-tool-actions{align-items:center;gap:2px;display:flex}.dashboard-module-tool-actions button{min-width:44px;min-height:44px}.dashboard-width-toggle{cursor:pointer;border-radius:10px;padding-inline:10px;font-size:12px}.dashboard-width-toggle[aria-pressed=true]{color:var(--primary-ink);background:var(--info-background)}@media (max-width:1199px){.dashboard-module{grid-column:1/-1}}@media (max-width:639px){.dashboard-board{gap:16px}.dashboard-module[data-metric=true]{grid-column:1/-1}.dashboard-customize-bar>p{display:none}.dashboard-customize-bar{justify-content:flex-end}.dashboard-editor{padding:18px}}.dashboard-module-content{gap:20px;display:grid}.dashboard-drag-handle{-webkit-user-select:none;user-select:none}.workspace-content{padding:24px}.dashboard-page{gap:20px;max-width:none}.dashboard-hero{padding-top:4px}.workspace-header-context{flex:1;min-width:0}@media (min-width:1024px){.workspace-shell[data-navigation=top] .workspace-header-context{display:none}.workspace-top-brand{margin-right:auto}.workspace-top-navigation{align-items:center;gap:24px;display:flex}.workspace-top-navigation .workspace-nav{flex:1}.workspace-top-navigation .workspace-context{flex:0 auto;max-width:32%}.workspace-top-navigation .workspace-current{white-space:nowrap}.workspace-top-navigation .workspace-nav-link{padding-inline:14px}}@media (max-width:639px){.workspace-content{padding:20px 16px}}.dashboard-module{position:relative}.dashboard-module[data-span="4"]{grid-column:span 4}.dashboard-module[data-span="6"]{grid-column:span 6}.dashboard-module[data-span="8"]{grid-column:span 8}.dashboard-module[data-span="12"]{grid-column:1/-1}.dashboard-width-select{border:1px solid var(--border-strong);background:var(--card);max-width:130px;min-height:44px;color:var(--foreground);border-radius:10px;padding:0 8px;font-size:12px}.dashboard-module[data-dragging=true]{opacity:1}.dashboard-module[data-dragging=true]>:not(.dashboard-drop-preview){visibility:hidden}.dashboard-drop-preview{border:2px dashed var(--primary-ink);background:var(--info-background);box-shadow:inset 0 0 0 6px rgb(var(--shadow-ink) / .03), 0 8px 24px rgb(var(--shadow-ink) / .08);color:var(--primary-ink);pointer-events:none;border-radius:20px;place-items:center;font-size:14px;font-weight:500;display:grid;position:absolute;inset:0}.dashboard-drag-badge{z-index:45;border:1px solid var(--border);background:var(--card);max-width:230px;box-shadow:0 12px 32px rgb(var(--shadow-ink) / .18);pointer-events:none;color:var(--primary-ink);border-radius:12px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex;position:fixed}.dashboard-board .dashboard-module[data-drop=true]{outline:1px dashed var(--border-strong);outline-offset:4px}@media (max-width:900px){.dashboard-module[data-span]{grid-column:1/-1}.dashboard-drag-badge{display:none}}@media (min-width:1024px){.workspace-shell[data-navigation=top] .workspace-header{gap:16px;padding:12px 24px}.workspace-shell[data-navigation=top] .workspace-top-brand{flex-shrink:0;margin-right:8px}.workspace-shell[data-navigation=top] .workspace-top-navigation{scrollbar-width:thin;flex:1;min-width:0;padding:0;overflow-x:auto}.workspace-shell[data-navigation=top] .workspace-top-navigation .workspace-nav{flex-wrap:nowrap;flex:none;gap:4px}.workspace-shell[data-navigation=top] .workspace-nav-link{white-space:nowrap}.workspace-shell[data-navigation=top] .workspace-header-context{flex:0 280px;max-width:22%;display:block}.workspace-shell[data-navigation=top] .workspace-context{justify-content:flex-end;gap:10px}.workspace-shell[data-navigation=top] .workspace-current{white-space:nowrap}}.dashboard-toolbar{gap:16px;padding:2px 0 4px}.dashboard-toolbar h1{letter-spacing:-.025em;font-size:30px}.dashboard-context-line{flex-wrap:wrap;gap:6px 20px;margin-top:10px;display:flex}.dashboard-context-line .dashboard-scope{margin-top:0;font-size:12px}.dashboard-toolbar-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.dashboard-toolbar-actions>button{min-height:44px}@media (max-width:639px){.dashboard-toolbar h1{font-size:26px}.dashboard-toolbar-actions{gap:8px;margin-left:0}.dashboard-toolbar-actions .dashboard-actions{gap:8px;display:contents}.dashboard-toolbar-actions>button{width:44px;padding-inline:10px}.dashboard-customize-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}.dashboard-position-control{color:var(--muted-foreground);align-items:center;gap:6px;font-size:12px;display:flex}.dashboard-position-number{background:var(--secondary);min-width:24px;min-height:24px;color:var(--primary-ink);font-variant-numeric:tabular-nums;border-radius:8px;justify-content:center;align-items:center;margin-right:4px;display:inline-flex}.dashboard-module-tool-actions{flex-wrap:wrap;gap:8px}.dashboard-location-heading{align-items:center;gap:16px;display:flex}.dashboard-location-brand{background:var(--secondary);height:64px;color:var(--primary-ink);border-radius:16px;flex:0 0 64px;justify-content:center;align-items:center;padding:8px;display:flex}.dashboard-location-brand img{object-fit:contain;width:100%;height:100%}.dashboard-location-list li{border-top:1px solid var(--border);overflow-wrap:anywhere;gap:12px;padding:20px;display:flex}.dashboard-location-list li>svg{color:var(--primary-ink);flex-shrink:0;margin-top:2px}.dashboard-location-edit{min-height:44px;color:var(--primary-ink);align-items:center;margin-top:4px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-module{flex-direction:column;min-width:0;display:flex}.dashboard-module[data-height=row]{align-self:stretch}.dashboard-module-content{flex:1;align-content:stretch}.dashboard-module-content>.dashboard-metric{height:auto}.dashboard-module-tools{flex-shrink:0}.dashboard-module-content>*{overflow-wrap:anywhere;min-width:0}.dashboard-metric{padding:18px}.dashboard-metric-label{gap:8px;margin-bottom:6px}.dashboard-metric-icon{flex-shrink:0;width:32px;height:32px}.dashboard-metric [data-slot=stat] .numeric{font-size:30px}.dashboard-module[data-height=compact] .dashboard-metric{padding:12px}.dashboard-module[data-height=compact] [data-slot=card]{--card-spacing:12px}.dashboard-module[data-height=compact] .dashboard-empty{padding:12px}@media (min-width:901px){.dashboard-module[data-span="2"],.dashboard-module[data-span="3"]{grid-column:span 3}}@media (min-width:1600px){.dashboard-module[data-span="2"]{grid-column:span 2}}@media (min-width:901px) and (max-width:1199px){.dashboard-module[data-span="2"],.dashboard-module[data-span="3"]{grid-column:span 4}}.dashboard-module[data-pinned=true] .dashboard-position-number{background:var(--info-background);color:var(--primary-ink)}.dashboard-module-tools :disabled{opacity:.55;cursor:not-allowed}.dashboard-goal-progress>span:first-child{flex:1;max-width:none;height:10px}.dashboard-board[data-spatial=true]{display:block;position:relative}.dashboard-board[data-spatial=true] .dashboard-module{align-self:auto}.dashboard-board[data-spatial=true] .dashboard-module[data-pinned=true] .dashboard-module-content{scrollbar-gutter:stable;min-height:0;display:block;overflow:auto}.dashboard-board[data-spatial=true] .dashboard-module[data-pinned=true] .dashboard-module-tools{max-height:55%;overflow:auto}@media (min-width:1024px){.workspace-shell[data-navigation=top] .workspace-top-navigation .workspace-nav{align-items:center;margin:0}}.calendar-workbench{grid-template-columns:minmax(0,1fr);gap:16px;min-width:0;display:grid}.calendar-command-bar{border:1px solid var(--border);background:var(--card);border-radius:16px;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:12px 20px;padding:14px;display:flex}.calendar-date-controls,.calendar-location-controls,.calendar-display-controls{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.calendar-location-controls:empty,.calendar-display-controls:empty{display:none}.calendar-control-label{color:var(--muted-foreground);font-size:12px;font-weight:500}.calendar-command-bar :is(button,input,select){min-height:44px}.calendar-command-bar button[aria-expanded=true]{background:var(--info-background);border-color:var(--primary-ink);color:var(--primary-ink)}.calendar-filter-rail{align-self:start;min-width:0}.calendar-filter-rail>section{padding:12px}.calendar-help{border-top:1px solid var(--border);color:var(--muted-foreground);font-size:12px}.calendar-help summary{cursor:pointer;align-items:center;gap:8px;width:fit-content;min-height:44px;display:flex}.calendar-help summary:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.calendar-help p{max-width:90ch;padding-bottom:12px;line-height:1.8}.calendar-event[aria-expanded=true]{outline:2px solid var(--primary-ink);outline-offset:1px}@media (min-width:1024px){.calendar-workbench[data-panel-open=true]{grid-template-columns:232px minmax(0,1fr)}}@media (max-width:639px){.calendar-command-bar{gap:12px;padding:12px}.calendar-command-bar:not([data-compact=true]) .calendar-date-controls,.calendar-command-bar:not([data-compact=true]) .calendar-display-controls{width:100%;margin-left:0}.calendar-view-controls{margin-left:auto}.calendar-control-label{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}}.calendar-side-panel[data-slot=sheet-content]{width:min(720px,100vw);max-width:none;min-height:0;color:var(--foreground);background:var(--card);gap:0}.calendar-side-panel [data-slot=sheet-header]{border-bottom:1px solid var(--border);gap:6px;padding:24px 60px 20px 24px}.calendar-side-body{overscroll-behavior:contain;flex:1;min-height:0;padding:24px;overflow-y:auto}.calendar-side-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:12px 20px;display:flex}.calendar-side-tabs button{min-height:44px}.calendar-side-tabs button[aria-pressed=true]{background:var(--info-background);color:var(--primary-ink)}.calendar-tools-body [data-slot=card]{box-shadow:none}.calendar-tools-body [data-slot=card]>.group>div:first-child{cursor:default;flex-wrap:wrap;padding-block:12px}.calendar-tools-body [data-slot=card]>.group>div:first-child>svg:first-child{display:none}.calendar-tools-body [data-slot=card-content] li{align-items:flex-start}.calendar-tools-body [data-slot=card-content] li>div:first-child{flex:260px}@media (max-width:639px){.calendar-side-body{padding:16px}.calendar-side-tabs{padding-inline:12px}}.calendar-callback-row summary{cursor:pointer;flex-wrap:wrap;align-items:center;gap:4px 8px;min-height:60px;padding:12px 16px;display:flex}.calendar-callback-row summary:after{content:"+";margin-left:auto}.calendar-callback-row[open] summary:after{content:"−"}.calendar-callback-row summary:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}body:has(.calendar-side-panel) [data-slot=sheet-overlay]{-webkit-backdrop-filter:none;backdrop-filter:none}.calendar-panel-layout,.calendar-panel-page{min-width:0}.calendar-panel-host{display:none}@media (min-width:1024px){.calendar-panel-layout{position:relative}.calendar-panel-layout[data-docked-open=true] .calendar-panel-host{inset:var(--calendar-toolbar-height,0px) 0 0 auto;width:min(440px,42%);min-width:340px;max-height:calc(100dvh - var(--workspace-header-height) - var(--calendar-toolbar-height,0px) - 8px);z-index:40;display:block;position:absolute}}.calendar-docked-panel{border:1px solid var(--border);background:var(--card);border-radius:0;flex-direction:column;min-width:0;height:calc(100dvh - 140px);min-height:360px;display:flex;overflow:hidden}.calendar-docked-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:8px;padding:16px;display:flex}.calendar-docked-header h2{font-size:16px;font-weight:600}.calendar-docked-header p{color:var(--muted-foreground);margin-top:6px;font-size:12px}.calendar-docked-panel .calendar-side-body{padding:12px}.calendar-docked-panel .calendar-side-tabs{margin-bottom:12px;padding:0 0 12px}.calendar-docked-panel[data-kind=tools]{border:0;border-left:1px solid var(--border);background:var(--card);border-radius:0}.calendar-docked-panel[data-kind=tools] .calendar-side-tabs button{border-radius:12px;min-height:44px}.calendar-docked-panel[data-kind=tools] .calendar-side-tabs button[aria-pressed=true]{box-shadow:inset 3px 0 var(--primary-ink)}.calendar-tools-intro{flex-wrap:wrap;align-items:center;gap:8px;padding:4px 0 16px;display:flex}.calendar-tools-intro h3{width:100%;font-size:16px;font-weight:600}.calendar-tools-intro p{width:100%;color:var(--muted-foreground);font-size:13px;line-height:1.6}.calendar-tools-body .daily-work-section{box-shadow:none;border:0;border-radius:0}.daily-work-operation .daily-work-row{flex-direction:column;align-items:stretch;gap:12px;padding:16px 0;display:flex}.daily-work-operation .daily-work-person{flex-direction:column;align-items:flex-start;gap:6px}.daily-work-operation .daily-work-person p{white-space:normal;line-height:1.6}.daily-work-operation .daily-work-actions{align-items:center;gap:8px}.daily-work-visit>summary{cursor:pointer;align-items:center;gap:12px;min-height:72px;padding:12px 0;list-style:none;display:flex}.daily-work-visit>summary::-webkit-details-marker{display:none}.daily-work-visit>summary:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.daily-work-visit-time{color:var(--muted-foreground);flex-shrink:0;font-size:12px}.daily-work-visit-person{flex:1;min-width:0;font-size:13px}.daily-work-visit-person strong,.daily-work-visit-person>span{overflow-wrap:anywhere;display:block}.daily-work-visit-person strong{font-weight:600}.daily-work-visit-person>span{color:var(--muted-foreground);margin-top:4px;font-size:12px}.daily-work-visit-toggle{width:44px;height:44px;color:var(--primary-ink);background:var(--info-background);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.daily-work-visit-toggle:after{content:"+";font-size:22px}.daily-work-visit[open] .daily-work-visit-toggle:after{content:"−"}.daily-work-visit .daily-work-row{padding-top:0}.daily-work-visit .daily-work-actions>div:last-child{width:100%}.daily-work-visit button{min-height:44px}.calendar-time-grid{padding-bottom:12px;overflow-y:hidden}@media (min-width:1024px) and (min-height:700px){.workspace-main:has(.calendar-panel-layout){overflow:hidden}.workspace-content:has(.calendar-panel-layout){height:100%}.calendar-panel-layout{height:100%;min-height:0}.calendar-panel-page{height:100%;min-height:0;overflow:hidden}.calendar-panel-layout:has(.calendar-docked-panel) .calendar-panel-page{height:100%;min-height:0;overflow:hidden}.calendar-panel-page>[data-slot=page]{height:100%;min-height:0}.calendar-panel-page>[data-slot=page]>[data-slot=page-header]{flex-shrink:0}.calendar-workbench{flex:1;grid-template-rows:auto minmax(0,1fr);min-height:0}.calendar-schedule{overscroll-behavior-y:contain;scrollbar-gutter:stable;min-height:0;overflow-y:auto}.calendar-schedule>[aria-busy],.calendar-grid,.calendar-time-grid,.calendar-time-grid>div,.calendar-grid-body{flex:1 0 auto}.calendar-time-grid,.calendar-time-grid>div{flex-direction:column;display:flex}.calendar-filter-rail{min-height:0;overflow-y:auto}}@media (max-width:1023px){.workspace-main:has(.calendar-panel-layout){overflow:hidden}.workspace-content:has(.calendar-panel-layout){flex-direction:column;height:100%;min-height:0;padding:12px;display:flex}.calendar-panel-layout{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.calendar-panel-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.calendar-panel-page>[data-slot=page]{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex;overflow:hidden}.calendar-workbench{flex:1;grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.calendar-schedule{overscroll-behavior-y:contain;min-height:0;overflow:hidden auto}}.calendar-payment-symbol{flex-shrink:0;align-items:center;width:20px;height:20px;display:inline-flex;position:relative}.calendar-payment-check{stroke-width:3px;background:var(--card);width:12px;height:12px;color:var(--primary-ink);border-radius:50%;position:absolute;bottom:-1px;right:-2px}.calendar-payment-dollar{stroke-width:2px;width:10px;height:12px;position:absolute;top:4px;left:4px}.calendar-drag-time{z-index:40;pointer-events:none;white-space:nowrap;color:var(--primary-foreground);background:var(--primary);box-shadow:0 2px 6px var(--border);border-radius:6px;padding:5px 9px;font-size:13px;font-weight:700;line-height:1.3;position:absolute}.calendar-checkout{gap:20px}.calendar-checkout [data-checkout-columns]{grid-template-columns:minmax(0,1fr)}.calendar-checkout [data-checkout-till]{max-height:none;padding-right:0;position:static;overflow:visible}.calendar-checkout form>.grid:not([role=group]){grid-template-columns:minmax(0,1fr)}.calendar-checkout input,.calendar-checkout select{max-width:100%}.calendar-checkout [data-slot=page-header] h1{font-size:20px}.calendar-checkout-full{min-height:44px;color:var(--primary-ink);align-items:center;font-size:13px;display:inline-flex}.calendar-appointment-detail{gap:20px}.calendar-appointment-detail .grid{grid-template-columns:minmax(0,1fr)}.calendar-appointment-detail input,.calendar-appointment-detail select{max-width:100%}.calendar-appointment-detail [data-slot=page-header]{flex-wrap:wrap}.calendar-appointment-detail [data-slot=page-header] h1{font-size:20px}.calendar-filter-popover{width:min(320px,100vw - 24px);max-height:min(560px, var(--available-height));overscroll-behavior:contain;border:1px solid var(--border);background:var(--card);color:var(--foreground);box-shadow:0 12px 32px color-mix(in oklch, var(--foreground) 14%, transparent);border-radius:16px;padding:12px;overflow-y:auto}@media (max-width:1023px){.calendar-filter-popover{width:min(360px,100vw - 24px)}.calendar-filter-popover :is(button,input,select){min-height:44px}}.calendar-navigation-controls,.calendar-work-controls,.calendar-create-controls{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.calendar-work-controls{margin-left:auto}.calendar-navigation-controls{column-gap:12px}.calendar-workbench{gap:0}.calendar-command-bar{border-bottom:0;border-radius:16px 16px 0 0;gap:12px}.calendar-schedule{border:1px solid var(--border);background:var(--card);border-top:0;border-radius:0 0 16px 16px}.calendar-schedule>div>.calendar-time-grid{border-left:0;border-right:0;border-radius:0}.calendar-full-date{white-space:normal;text-align:left}.calendar-display-controls{margin-left:0}.daily-work-filters{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:6px;padding:12px 0;display:flex}.daily-work-filters button{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:8px 10px;font-size:12px;display:flex}.daily-work-filters button[aria-pressed=true]{background:var(--info-background);border-color:var(--primary-ink);color:var(--primary-ink);font-weight:600}.daily-work-filters button:focus-visible,.daily-work-payment:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.daily-work-payment{width:28px;height:44px;color:var(--primary-ink);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.daily-work-visit-person .daily-work-status{font-size:11px}.daily-work-visit .daily-work-row{background:var(--background);border-radius:12px;margin-bottom:12px;padding:12px}.daily-work-visit .daily-work-open-appointment{min-height:44px}.appointment-more-actions>summary{cursor:pointer;min-height:44px;color:var(--muted-foreground);align-items:center;gap:8px;font-size:13px;display:flex}.appointment-more-actions>summary:before{content:"+";font-size:18px}.appointment-more-actions[open]>summary:before{content:"−"}.appointment-more-actions>summary:focus-visible{outline:2px solid var(--ring)}@media (max-width:1023px){.calendar-work-controls{margin-left:0}}@media (max-width:599px){.calendar-command-bar{padding:10px}.calendar-create-controls{border:0;padding-left:0}.daily-work-visit>summary{gap:8px}.daily-work-visit-time{overflow-wrap:anywhere;max-width:52px}}.appointment-action-set button{min-height:44px}.calendar-command-bar{flex-wrap:wrap;gap:8px;display:flex}.calendar-navigation-controls{gap:8px}.calendar-work-controls{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.calendar-command-bar button{padding-inline:10px}.calendar-workbench[data-filter-rail=true]{grid-template-columns:208px minmax(0,1fr);column-gap:16px}.calendar-workbench[data-filter-rail=true]>.calendar-filter-rail{flex-direction:column;grid-area:1/1/3;align-self:stretch;gap:12px;min-height:0;max-height:100%;display:flex;overflow-y:auto}.calendar-workbench[data-filter-rail=true]>.calendar-filter-rail>*{flex:none}.calendar-workbench[data-filter-rail=true]>.calendar-command-bar,.calendar-workbench[data-filter-rail=true]>.calendar-schedule{grid-column:2}.calendar-primary-controls,.calendar-primary-actions,.calendar-secondary-controls{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.calendar-primary-controls,.calendar-secondary-controls{width:100%}.calendar-secondary-controls{padding-top:4px}.calendar-workbench[data-filter-rail=true] .calendar-schedule{padding:12px}@media (min-width:1024px) and (max-width:1279px){.calendar-workbench[data-filter-rail=true]{grid-template-columns:184px minmax(0,1fr);column-gap:12px}}@media (max-width:1023px){.calendar-work-controls{margin-left:0}}.workspace-module-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.workspace-module-description{color:var(--muted-foreground);font-size:12px}.workspace-module-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.calendar-display-options:empty,.calendar-tools:empty{display:none}.calendar-command-bar[data-compact=true]{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 10px;display:grid}.calendar-command-bar[data-compact=true] .calendar-primary-controls,.calendar-command-bar[data-compact=true] .calendar-secondary-controls{display:contents}.calendar-command-bar[data-compact=true] .calendar-navigation-controls{grid-area:1/1/auto/-1;grid-template-columns:auto minmax(0,1fr);gap:8px;display:grid}.calendar-command-bar[data-compact=true] .calendar-location-controls{grid-area:2/1}.calendar-command-bar[data-compact=true] .calendar-location-controls select{width:100%}.calendar-command-bar[data-compact=true] .calendar-display-options{grid-area:2/2}.calendar-command-bar[data-compact=true] .calendar-display-options>button{width:100%}.calendar-command-bar[data-compact=true] .calendar-tools{grid-area:3/1;margin-left:0}.calendar-command-bar[data-compact=true] .calendar-primary-actions{grid-area:3/2;margin-left:0}.calendar-command-bar[data-compact=true] .calendar-date-controls>button{white-space:normal;justify-content:flex-start;width:100%;height:auto;padding-block:6px}.calendar-command-bar[data-compact=true] .calendar-full-date{text-wrap:balance;font-size:13px;line-height:1.25}.calendar-command-bar[data-compact=true] .calendar-create-controls{border:0;padding-left:0}.calendar-display-popover-section{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.calendar-display-popover-label{color:var(--muted-foreground);margin-bottom:8px;font-size:12px;font-weight:600}.calendar-filter-popover{width:min(360px,100vw - 24px)}.calendar-schedule{container:calendar-schedule/inline-size}.calendar-schedule [aria-label=Calendar\ statistics] dl{grid-template-columns:repeat(3,minmax(0,1fr))}@container calendar-schedule (min-width:800px){.calendar-schedule [aria-label=Calendar\ statistics] dl{grid-template-columns:repeat(6,minmax(0,1fr))}}.calendar-display-popover-section [aria-label=Calendar\ statistics] dl{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-time-axis,.calendar-time-corner{z-index:20;background:var(--card);position:sticky;left:0}.calendar-time-corner{z-index:30;background:var(--muted)}.calendar-staff-column:not(:last-child){border-right:8px solid var(--background)}.calendar-current-date{font-size:14px;font-weight:600;line-height:1.4}.calendar-create-controls{border-left:0;padding-left:0}.calendar-command-bar[data-compact=true] .calendar-navigation-controls{grid-template-columns:minmax(0,1fr) auto}.calendar-command-bar[data-compact=true] .calendar-date-controls{width:100%;min-width:0}.calendar-command-bar[data-compact=true] .calendar-primary-actions,.calendar-command-bar[data-compact=true] .calendar-create-controls,.calendar-command-bar[data-compact=true] .calendar-create-controls>button{width:100%}.calendar-command-bar[data-compact=true] .calendar-tools>button{width:100%;padding-inline:8px;font-size:13px}.workspace-mobile-navigation{width:min(280px,100vw - 24px);max-height:calc(100dvh - 90px);overflow-y:auto}.workspace-mobile-navigation [role=menuitem]{min-height:44px}.calendar-command-bar{gap:8px;padding:12px}.calendar-primary-controls{justify-content:flex-start;gap:12px}.calendar-primary-actions{margin-left:auto}.calendar-secondary-controls{gap:8px}.calendar-secondary-controls>:last-child{margin-left:0}.calendar-secondary-controls>.calendar-help-trigger{margin-left:auto}.calendar-workbench[data-filter-rail=true] .calendar-schedule{padding-top:8px}.calendar-statistics{background:var(--muted);border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.calendar-statistics dl{gap:8px}.calendar-statistics dd{font-size:20px}.calendar-statistics dl>div{min-width:0}.calendar-workbench{container:calendar-workbench/inline-size}.calendar-schedule,.calendar-schedule>.calendar-grid{gap:12px}@container calendar-workbench (min-width:1450px){.calendar-command-bar:not([data-compact=true]) .calendar-primary-controls,.calendar-command-bar:not([data-compact=true]) .calendar-secondary-controls{display:contents}.calendar-command-bar:not([data-compact=true]){align-items:center}.calendar-command-bar:not([data-compact=true]) .calendar-primary-actions{order:2;margin-left:auto}}
.workspace-shell{--workspace-header-height:68px;background:var(--background)}.workspace-shell .workspace-header{box-shadow:none;gap:24px;padding-inline:22px}.workspace-shell .workspace-main{background:var(--card);border:0;border-radius:0;margin:0}.workspace-shell .workspace-content{padding:0}.workspace-shell .workspace-content>[data-slot=page]{padding:22px}.workspace-shell [data-slot=page]{gap:20px;min-width:0}.workspace-shell [data-slot=card]{box-shadow:none;border-radius:8px}.workspace-shell [data-slot=page-header] h1,.workspace-shell .workspace-module-heading h1{color:var(--heading);letter-spacing:-.4px;margin:0;font-size:20px;font-weight:600;line-height:1.4}.workspace-shell .workspace-module-heading{min-width:0}.workspace-shell .workspace-module-description{margin-top:5px;font-size:12px}.workspace-shell .workspace-module-toolbar{min-height:48px}.workspace-shell .workspace-module-actions :is(a,button),.workspace-shell .familiar-sidebar :is(button,select,input:not([type=hidden]):not([type=checkbox])){min-height:44px}.workspace-shell .familiar-frame{grid-template-rows:auto 1fr;grid-template-columns:222px minmax(0,1fr);min-width:0;min-height:100%;display:grid}.workspace-shell .familiar-header{border-bottom:1px solid var(--border);grid-area:1/2;padding:20px 22px}.workspace-shell .familiar-sidebar{background:var(--background);border-right:1px solid var(--border);flex-direction:column;grid-area:1/1/3;gap:20px;min-width:0;padding:22px 16px;display:flex}.workspace-shell .familiar-sidebar-title{color:var(--muted-foreground);overflow-wrap:anywhere;font-size:12px;font-weight:600}.workspace-shell .familiar-section-nav{flex-direction:column;gap:4px;display:flex}.workspace-shell .familiar-section-nav a{overflow-wrap:anywhere;border-radius:6px;min-height:44px;padding:10px 12px;font-size:13px}.workspace-shell .familiar-content{grid-area:2/2;min-width:0;padding:22px}.workspace-shell .familiar-sidebar [data-slot=card]{background:0 0;border:0;gap:16px;padding:0}.workspace-shell .familiar-sidebar :is([data-slot=card-header],[data-slot=card-content]){padding:0}.workspace-shell .familiar-sidebar [data-slot=card-title]{font-size:15px}.workspace-shell .familiar-scope-controls{border-top:1px solid var(--border);padding-top:18px}.workspace-shell .familiar-scope-controls form{flex-direction:column;align-items:stretch}.workspace-shell .familiar-sidebar :is(select,input:not([type=checkbox]):not([type=hidden])){width:100%;min-width:0}.workspace-shell .familiar-scope-controls label:has(input[type=checkbox]){height:auto;min-height:44px;font-size:12px}.workspace-shell .familiar-scope-controls>a{align-items:center;height:auto;min-height:44px;font-size:12px;display:inline-flex}.workspace-shell .dashboard-page{background:var(--card)}.workspace-shell .dashboard-module{box-shadow:none;border-radius:8px}.workspace-shell .calendar-workbench[data-filter-rail=true]{grid-template-columns:222px minmax(0,1fr);column-gap:0}.workspace-shell .calendar-workbench[data-filter-rail=true]>.calendar-filter-rail{background:var(--background);border-right:1px solid var(--border);gap:20px;padding:20px 14px}.workspace-shell .calendar-filter-rail>section{background:0 0;border:0;border-radius:0;padding:0}.workspace-shell .calendar-command-bar{border:0;border-bottom:1px solid var(--border);border-radius:0;padding:16px 20px}.workspace-shell .calendar-schedule{border:0;border-radius:0}.workspace-shell .calendar-workbench[data-filter-rail=true] .calendar-schedule{padding:12px 16px}.workspace-shell .calendar-staff-column:not(:last-child){border-right-color:var(--card)}@media (min-width:1024px){.workspace-shell .workspace-top-brand{margin-right:0}.workspace-shell .workspace-top-navigation{flex:1}.workspace-shell[data-navigation=top] .workspace-header-context{flex:0 220px;display:block}.workspace-shell .workspace-header-context :is(.workspace-current,.workspace-context-divider){display:none}.workspace-shell .workspace-top-navigation .workspace-nav-link{box-shadow:none;border-radius:6px;padding-inline:12px;font-size:13px}.workspace-shell .workspace-top-navigation .workspace-nav-link svg{display:none}}@media (min-width:1024px) and (max-width:1199px){.workspace-shell .workspace-header{gap:12px}.workspace-shell[data-navigation=top] .workspace-header-context{flex-basis:150px}.workspace-shell .workspace-top-navigation .workspace-nav-link{padding-inline:8px}}@media (max-width:1023px){.workspace-shell .workspace-header{gap:12px;padding-inline:14px}.workspace-shell .familiar-frame{grid-template-rows:auto auto 1fr;grid-template-columns:minmax(0,1fr)}.workspace-shell .familiar-header{grid-area:1/1;padding:16px}.workspace-shell .familiar-sidebar{border-right:0;border-bottom:1px solid var(--border);grid-area:2/1;gap:12px;padding:14px 16px}.workspace-shell .familiar-section-nav{flex-flow:wrap}.workspace-shell .familiar-content{grid-area:3/1;padding:16px}.workspace-shell .familiar-scope-controls form{flex-flow:wrap;align-items:end}.workspace-shell .familiar-scope-controls form>div{flex:150px;min-width:0}.workspace-shell .calendar-command-bar{padding:10px}}@media (max-width:639px){.workspace-shell .workspace-content>[data-slot=page]{padding:16px 12px}.workspace-shell [data-slot=page-header] h1,.workspace-shell .workspace-module-heading h1{font-size:18px}.workspace-shell .workspace-module-toolbar{align-items:flex-start}.workspace-shell .familiar-section-nav a{padding-inline:10px;font-size:12px}}.workspace-shell[data-navigation=top] .workspace-main{border:0;border-radius:0;margin:0}.workspace-shell .familiar-frame{min-height:calc(100dvh - var(--workspace-header-height))}.workspace-shell .workspace-header{border-bottom:1px solid var(--border-strong)}.calendar-mini-month{background:0 0;padding:0}.calendar-mini-month>div:first-child{margin-bottom:8px}.calendar-mini-month>div:first-child button{min-width:36px;min-height:44px}.calendar-mini-month a{border-radius:5px}.calendar-summary{border:1px solid var(--border);background:var(--background);border-radius:6px;flex-shrink:0;min-width:0;padding:8px 12px}.calendar-summary[hidden]{display:none}.calendar-summary .calendar-statistics{background:0 0;border:0;border-radius:0;margin:0;padding:0}@media (min-width:1024px){.calendar-panel-layout{min-height:100%}.calendar-panel-host{overflow:hidden}.calendar-docked-panel{border:0;border-left:1px solid var(--border-strong);height:100%;min-height:0;box-shadow:-8px 0 24px rgb(var(--shadow-ink) / .08);border-radius:0;animation:.22s cubic-bezier(.2,.7,.2,1) both calendar-panel-enter}.calendar-docked-panel[data-kind=tools]{border-left-color:var(--border-strong)}}.calendar-docked-panel .calendar-side-tabs button{border-radius:6px}@keyframes calendar-panel-enter{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.calendar-docked-panel{animation:none}}.workspace-shell{--workspace-header-height:56px}.workspace-shell[data-navigation=top] .workspace-header{min-height:56px;padding-block:6px}.workspace-shell .workspace-top-navigation .workspace-nav-link{min-height:44px;padding-block:6px}.workspace-shell .calendar-command-bar,.workspace-shell .calendar-schedule{padding:8px 12px}.calendar-date-controls>button{color:var(--primary-ink);background:0 0;border-color:#0000}.calendar-date-picker .calendar-mini-month>div:nth-child(3){border-top:1px solid var(--border);border-left:1px solid var(--border);gap:0}.calendar-date-picker .calendar-mini-month a{border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0;min-height:36px}.calendar-week-shortcuts{flex-wrap:wrap;align-items:center;gap:4px;margin-top:12px;display:flex}.calendar-week-shortcuts button{min-width:44px;min-height:44px;padding-inline:6px;font-size:12px}.calendar-week-shortcuts>span{color:var(--muted-foreground);font-size:11px}@media (min-width:1280px){.calendar-command-bar:not([data-compact=true]) .calendar-primary-controls,.calendar-command-bar:not([data-compact=true]) .calendar-secondary-controls{display:contents}.calendar-command-bar:not([data-compact=true]) .calendar-primary-actions{order:2;margin-left:auto}}.calendar-command-bar[data-compact=true] .calendar-navigation-controls{flex-wrap:wrap;display:flex}.calendar-command-bar[data-compact=true] .calendar-date-controls{flex:220px;width:auto}.calendar-command-bar[data-compact=true] .calendar-paging-controls{flex-shrink:0}.calendar-filter-popover>.calendar-display-popover-section:first-child{border-top:0;margin-top:0;padding-top:0}.workspace-shell .calendar-command-bar.calendar-toolbar-aligned{grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"date location tools book";align-items:center;gap:6px 12px;display:grid}.workspace-shell .calendar-toolbar-aligned .calendar-primary-controls{display:contents}.workspace-shell .calendar-toolbar-aligned .calendar-navigation-controls{flex-wrap:nowrap;grid-area:date;gap:6px;display:flex}.workspace-shell .calendar-toolbar-aligned .calendar-location-controls{grid-area:location}.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls{flex-wrap:nowrap;order:2;grid-area:tools;justify-content:flex-end;align-items:center;gap:4px;width:100%;margin-left:0;padding:0;display:flex}.workspace-shell .calendar-toolbar-aligned .calendar-primary-actions{order:3;grid-area:book;justify-self:end;width:auto;margin-left:0}.workspace-shell .calendar-toolbar-aligned :is(.calendar-create-controls,.calendar-tools){width:auto}.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls>*{margin-left:0}.workspace-shell .calendar-toolbar-aligned .calendar-view-controls{background:0 0;border:0;border-radius:0;gap:2px;padding:0}.workspace-shell .calendar-toolbar-aligned :is(button,select){min-height:44px;box-shadow:none;border-radius:6px;font-size:13px}.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls button{color:var(--muted-foreground);background:0 0;border-color:#0000}.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls button:is(:hover,[aria-pressed=true],[aria-expanded=true]){background:var(--info-background);color:var(--primary-ink)}.workspace-shell .calendar-toolbar-aligned .calendar-location-controls select{background:var(--background);border-color:#0000;width:auto}.workspace-shell .calendar-toolbar-aligned .calendar-location-controls select:hover{border-color:var(--border)}.calendar-statistics-control:empty{display:none}.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls>.calendar-tools{margin-right:auto}@media (min-width:600px) and (max-width:1023px){.workspace-shell .calendar-command-bar.calendar-toolbar-aligned{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"date date book""location tools tools"}.workspace-shell .calendar-toolbar-aligned .calendar-navigation-controls{flex-wrap:nowrap}}@media (max-width:599px){.workspace-shell .calendar-command-bar.calendar-toolbar-aligned{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"date date""location book""tools tools"}.workspace-shell .calendar-toolbar-aligned .calendar-navigation-controls{flex-wrap:wrap;width:100%}}@media (max-width:767px){.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls button{gap:4px;padding-inline:8px}}@media (max-width:599px){.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls{width:auto;margin-left:auto}.workspace-shell .calendar-toolbar-aligned .calendar-secondary-controls>.calendar-tools{margin-right:0}}.workspace-shell .calendar-command-bar.calendar-toolbar-aligned[data-compact=true]{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"date tools book";gap:6px}.workspace-shell .calendar-toolbar-aligned[data-compact=true] .calendar-navigation-controls{flex-wrap:nowrap;min-width:0}.workspace-shell .calendar-toolbar-aligned[data-compact=true] .calendar-date-controls{flex:0 auto;min-width:0}.workspace-shell .calendar-toolbar-aligned[data-compact=true] .calendar-secondary-controls{width:auto;margin-left:0}.calendar-filter-popover .calendar-location-controls{margin-top:8px}.calendar-filter-popover :is(button,select){min-height:44px}.workspace-shell .calendar-toolbar-aligned[data-compact=true] .calendar-date-controls>button{white-space:nowrap;gap:4px;padding-inline:6px}.workspace-shell .calendar-command-bar.calendar-toolbar-aligned[data-tablet=true]{grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"date location tools book";gap:4px}.workspace-shell .calendar-toolbar-aligned[data-tablet=true] :is(button,select){gap:4px;padding-inline:8px}.workspace-shell .calendar-toolbar-aligned[data-tablet=true] .calendar-secondary-controls{justify-self:end;gap:2px}.workspace-shell .calendar-toolbar-aligned[data-tablet=true] .calendar-location-controls{min-width:0;max-width:140px}@media (min-width:1024px){.calendar-panel-layout[data-docked-open=true] .calendar-panel-host:has([data-kind=checkout]){width:min(980px,100% - 24px)}}.calendar-side-panel[data-slot=sheet-content][data-kind=checkout]{width:min(980px,100vw)}:is(.calendar-docked-panel,.calendar-side-panel)[data-kind=checkout] .calendar-side-body{padding:12px}:is(.calendar-docked-panel,.calendar-side-panel)[data-kind=checkout] :is(.calendar-docked-header,[data-slot=sheet-header]){padding:10px 56px 10px 12px}:is(.calendar-docked-panel,.calendar-side-panel)[data-kind=checkout] :is(.calendar-docked-header p,[data-slot=sheet-description]){clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}:is(.calendar-docked-panel,.calendar-side-panel)[data-kind=checkout] .calendar-checkout-full{min-height:28px}.calendar-checkout{gap:12px}.calendar-checkout [data-checkout-mobile-total]{display:none}@media (min-width:768px){.calendar-checkout [data-checkout-columns]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.calendar-checkout :is([data-checkout-till],[data-checkout-columns]>section){gap:12px}.calendar-checkout form:has(#payment-method)>.grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.calendar-checkout form:has(#payment-method)>.grid>:is(div:has(#payment-reference),button){grid-column:1/-1}}@media (min-width:1024px){.calendar-panel-layout[data-docked-open=true] .calendar-panel-host:has([data-kind=checkout]){width:min(1180px,100% - 24px)}.calendar-checkout [data-checkout-columns]{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.calendar-checkout [data-checkout-till]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;display:grid}.calendar-checkout [data-checkout-till]>:first-child{grid-column:1}.calendar-checkout [data-checkout-till]>:nth-child(2){grid-area:1/2/span 2}}.workspace-shell .calendar-checkout{gap:12px}.calendar-checkout form>[aria-live]:empty{min-height:0;position:absolute}
