/* R188.5.5.6.81 — Master Workspace Window Architecture */
.k-master-r81-commandbar{display:flex;gap:8px;align-items:center;overflow-x:auto;padding:4px 0 10px;scrollbar-width:none}.k-master-r81-commandbar::-webkit-scrollbar{display:none}.k-master-r81-command{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--k-border,#e5e7eb);border-radius:14px;background:var(--k-surface,#fff);color:inherit;text-decoration:none;white-space:nowrap}.k-master-r81-command svg{width:18px;height:18px}.k-master-r81-command em{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--k-accent,#111827);color:#fff;font-size:11px;font-style:normal;display:inline-grid;place-items:center}
.k-master-r81-operations{border-top:1px solid var(--k-border,#e5e7eb);padding-top:18px}.k-master-r81-operations>header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:8px}.k-master-r81-operations>header h2{margin:2px 0 4px}.k-master-r81-operations>header p{margin:0;color:var(--k-muted,#6b7280)}.k-master-r81-operations>header>div:last-child{display:flex;gap:12px}.k-master-r81-operations>header a{font-size:13px;text-decoration:none}.k-master-r81-operation-list{display:flex;flex-direction:column;border-top:1px solid var(--k-border,#e5e7eb)}.k-master-r81-operation{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:18px;align-items:center;padding:16px 2px;border-bottom:1px solid var(--k-border,#e5e7eb);background:transparent}.k-master-r81-operation.is-priority{background:linear-gradient(90deg,color-mix(in srgb,var(--k-accent,#111827) 5%,transparent),transparent)}.k-master-r81-operation.is-warning{background:linear-gradient(90deg,rgba(245,158,11,.08),transparent)}.k-master-r81-operation__time{display:flex;flex-direction:column;gap:2px}.k-master-r81-operation__time small{font-size:10px;letter-spacing:.08em;color:var(--k-muted,#6b7280)}.k-master-r81-operation__time strong{font-size:20px}.k-master-r81-operation__time span{font-size:12px;color:var(--k-muted,#6b7280)}.k-master-r81-operation__main{min-width:0}.k-master-r81-operation__main>div{display:flex;align-items:center;gap:8px}.k-master-r81-operation__main h3{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-master-r81-operation__main p{margin:5px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-master-r81-operation__main small{color:var(--k-muted,#6b7280)}.k-master-r81-status{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;border:1px solid var(--k-border,#e5e7eb);font-size:11px;white-space:nowrap}.k-master-r81-operation__actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.k-master-r81-operation__actions .k-btn{min-height:36px;padding-inline:12px}.k-master-r81-attention{margin-bottom:12px}
.k-master-r81-window{width:min(980px,calc(100vw - 32px));max-width:none;max-height:min(860px,calc(100dvh - 32px));padding:0;border:0;border-radius:22px;background:transparent;color:inherit}.k-master-r81-window::backdrop{background:rgba(15,23,42,.48);backdrop-filter:blur(4px)}.k-master-r81-window__shell{display:flex;flex-direction:column;max-height:min(860px,calc(100dvh - 32px));overflow:hidden;border:1px solid color-mix(in srgb,var(--k-border,#e5e7eb) 86%,transparent);border-radius:22px;background:var(--k-surface,#fff);box-shadow:0 28px 80px rgba(15,23,42,.24)}.k-master-r81-window__shell>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid var(--k-border,#e5e7eb)}.k-master-r81-window__shell>header h2{margin:3px 0 5px}.k-master-r81-window__shell>header p{margin:0;color:var(--k-muted,#6b7280)}.k-master-r81-window__shell>header>button{width:40px;height:40px;border:0;border-radius:12px;background:var(--k-soft,#f3f4f6);font-size:24px;cursor:pointer}.k-master-r81-window__body{overflow:auto;padding:22px 24px;display:grid;gap:26px}.k-master-r81-window__shell>footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--k-border,#e5e7eb)}
.k-master-r81-toggle-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--k-border,#e5e7eb)}.k-master-r81-toggle{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:10px;text-align:left;padding:14px 4px;border:0;border-bottom:1px solid var(--k-border,#e5e7eb);background:transparent;color:inherit;cursor:pointer}.k-master-r81-toggle:nth-child(odd){padding-right:18px}.k-master-r81-toggle:nth-child(even){padding-left:18px;border-left:1px solid var(--k-border,#e5e7eb)}.k-master-r81-toggle>span{grid-row:1/3;width:26px;height:26px;border-radius:9px;background:var(--k-soft,#f3f4f6);display:grid;place-items:center}.k-master-r81-toggle.is-active>span{background:var(--k-accent,#111827);color:#fff}.k-master-r81-toggle svg{width:15px;height:15px}.k-master-r81-toggle small{color:var(--k-muted,#6b7280);margin-top:2px}.k-master-r81-window__body>section>label{display:grid;gap:8px;margin-top:16px}.k-master-r81-choice{display:flex;gap:6px;flex-wrap:wrap}.k-master-r81-choice button,.k-master-r81-tabs button{border:1px solid var(--k-border,#e5e7eb);border-radius:12px;background:transparent;padding:9px 13px;color:inherit;cursor:pointer}.k-master-r81-choice button.is-active,.k-master-r81-tabs button.is-active{background:var(--k-accent,#111827);color:#fff;border-color:var(--k-accent,#111827)}
.k-master-r81-schedule-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.k-master-r81-schedule-toolbar>div{display:flex;align-items:center;gap:12px}.k-master-r81-schedule-toolbar h1{margin:0}.k-master-r81-schedule-toolbar p{margin:3px 0 0;color:var(--k-muted,#6b7280)}.k-master-r81-schedule-toolbar nav{display:flex;gap:8px;flex-wrap:wrap}.k-master-r81-tabs{display:flex;gap:8px;padding:14px 24px 0;overflow-x:auto;border-bottom:1px solid var(--k-border,#e5e7eb)}.k-master-r81-tabs button{margin-bottom:14px;white-space:nowrap}.k-master-r81-schedule-window [data-r81-schedule-panel]>.k-master-r69-weekly,.k-master-r81-schedule-window [data-r81-schedule-panel]>.k-master-r72-control{border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0!important}.k-master-r81-schedule-window .k-master-r72-control>header,.k-master-r81-schedule-window .k-master-r69-weekly>header{padding-inline:0}.k-master-r81-schedule-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.k-master-r81-schedule-form>label{display:grid;gap:6px}.k-master-r81-schedule-form input[type=number]{min-height:44px}.k-master-r81-schedule-form .k-master-r70-toggle{grid-column:1/-1}.k-master-r81-schedule-form>button{grid-column:1/-1;justify-self:end}.k-master-r81-window-copy h3{margin:0 0 5px}.k-master-r81-window-copy p{margin:0;color:var(--k-muted,#6b7280)}
.k-master-r81-day{overflow:hidden}.k-master-r81-day .k-schedule-capacity{border-bottom:1px solid var(--k-border,#e5e7eb)}.k-master-r81-day__actions{display:flex;justify-content:flex-end;padding:12px 14px;border-top:1px solid var(--k-border,#e5e7eb)}.k-master-r81-day__actions button{display:inline-flex;align-items:center;gap:7px}.k-master-r81-day__actions svg{width:17px;height:17px}.k-master-r81-day-window__summary{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--k-border,#e5e7eb)}.k-master-r81-day-window__summary h3{margin:3px 0 0}.k-master-r81-day-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;padding:16px 0!important;border:0!important}.k-master-r81-day-form .k-schedule-note,.k-master-r81-day-form button{grid-column:1/-1}.k-master-r81-day-section{border-top:1px solid var(--k-border,#e5e7eb);padding-top:18px;margin-top:8px}.k-master-r81-day-section>header{display:flex;justify-content:space-between;align-items:center;gap:12px}.k-master-r81-day-section h4{margin:0}.k-master-r81-inline-form{display:flex;align-items:flex-end;gap:8px;margin-top:12px;flex-wrap:wrap}.k-master-r81-inline-form label{display:grid;gap:5px}.k-master-r81-inline-form button,.k-master-r81-day-section>header>button{min-height:40px;border:1px solid var(--k-border,#e5e7eb);border-radius:12px;background:transparent;padding:0 12px;color:inherit}.k-master-r81-inline-form .is-danger{color:#b91c1c}.k-master-r81-block-list{margin-top:12px;border-top:1px solid var(--k-border,#e5e7eb)}.k-master-r81-block-list article{display:grid;grid-template-columns:1fr auto minmax(0,1fr) 36px;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--k-border,#e5e7eb)}.k-master-r81-block-list article small{color:var(--k-muted,#6b7280)}.k-master-r81-block-list article button{width:34px;height:34px;border:0;border-radius:10px;background:var(--k-soft,#f3f4f6)}
@media(max-width:760px){.k-master-r81-operation{grid-template-columns:78px minmax(0,1fr);gap:10px}.k-master-r81-operation__actions{grid-column:1/-1;justify-content:flex-start;padding-left:88px}.k-master-r81-operations>header{align-items:flex-start;flex-direction:column}.k-master-r81-toggle-list{grid-template-columns:1fr}.k-master-r81-toggle:nth-child(n){padding-left:4px;padding-right:4px;border-left:0}.k-master-r81-schedule-form{grid-template-columns:1fr}.k-master-r81-window{width:100vw;height:100dvh;max-height:100dvh;margin:0;border-radius:0}.k-master-r81-window__shell{height:100dvh;max-height:100dvh;border-radius:0;border:0}.k-master-r81-window__shell>header,.k-master-r81-window__body,.k-master-r81-window__shell>footer{padding-left:16px;padding-right:16px}.k-master-r81-schedule-toolbar{align-items:flex-start;flex-direction:column}.k-master-r81-day-form{grid-template-columns:1fr}.k-master-r81-operation__main p{white-space:normal}.k-master-r81-block-list article{grid-template-columns:1fr auto 36px}.k-master-r81-block-list article small{grid-column:1/-1}}
