.date-input{display:inline-flex;position:relative;isolation:isolate;align-items:center;width:100%;min-width:0}.date-input>.date-input-text{padding-right:45px;font-variant-numeric:tabular-nums}.date-input>.date-input-trigger{position:absolute;z-index:4;right:3px;top:3px;bottom:3px;width:37px;min-height:0;padding:0;border-color:transparent;background:transparent}.date-input>.date-input-trigger:hover:not(:disabled){background:#e8ece3;border-color:var(--line, #d3d8cf)}.date-input-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.date-input-portal>.modal{width:min(360px,calc(100% - 24px));padding:0 16px 16px;color:var(--ink, #292f2d);background:var(--paper, #fffefa)}.date-input-portal .modal-heading{gap:8px;margin-bottom:12px;padding:12px 0}.date-input-portal .modal-heading h2{font-size:17px;letter-spacing:-.3px;overflow-wrap:anywhere}.date-input-portal .modal-heading>button{flex-shrink:0}.date-input-month-nav{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.date-input-month-nav>button{width:38px;font-size:24px;padding:0}.date-input-month-nav>strong{text-align:center;font-size:15px}.date-input-calendar>table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:2px 4px}.date-input-calendar th,.date-input-calendar td{padding:0;text-align:center;border:0}.date-input-calendar th{padding-bottom:5px;color:var(--muted, #68716b);font-size:11px;font-weight:600}.date-input-calendar .date-input-day{width:100%;min-height:38px;padding:4px 0;border:1px solid transparent;background:transparent;font-size:13px;font-variant-numeric:tabular-nums}.date-input-calendar .date-input-day:hover:not(:disabled){background:#e8ece3;border-color:#879385}.date-input-calendar .date-input-day[aria-current=date]{border-color:#42764a}.date-input-calendar [aria-selected=true]>.date-input-day{color:var(--ink, #292f2d);background:var(--green, #00ee60);border-color:#42764a;font-weight:750}.date-input-calendar .date-input-day:disabled{opacity:.35}.date-input-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line, #d3d8cf);margin-top:10px;padding-top:12px}.date-input-footer>span{color:var(--muted, #68716b);font-size:11px;letter-spacing:.5px}:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#292f2d;background:#f5f4ef;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #292f2d;--muted: #68716b;--line: #d3d8cf;--paper: #fffefa;--green: #00ee60;--orange: #ffad3c;--cyan: #36dfee;--yellow: #ffe45c}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:7px 12px;border:1px solid #bdc5bc;border-radius:5px;color:var(--ink);background:var(--paper);cursor:pointer;font-size:13px;font-weight:600;line-height:1.3}button:hover{background:#e8ece3;border-color:#879385}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--ink);color:#fffefa;border-color:var(--ink)}button.primary:hover{background:#434e44}button.danger{color:#a62e24;border-color:#d9aca4;background:#fff8f4}button.text-button{background:transparent;border:0;text-decoration:underline;text-underline-offset:3px}button.icon-button{padding:3px 10px;font-size:24px}:focus-visible{outline:3px solid #266cbe;outline-offset:2px;z-index:3}input,select,textarea{width:100%;min-width:0;color:var(--ink);background:#fff;border:1px solid #adb7aa;border-radius:4px;padding:10px 11px;line-height:1.4;font-size:15px;min-height:43px}input[type=checkbox],input[type=radio]{width:18px;height:18px;min-height:18px;flex:0 0 auto;margin:0 5px 0 0;accent-color:#354e32}input[type=color]{width:80px;padding:4px;cursor:pointer}input[type=file]{padding:8px}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}fieldset{min-width:0;border:0;padding:0;margin:0}legend{font-size:13px;font-weight:600;margin-bottom:8px}h1,h2,h3,h4,p{margin-top:0}h1{letter-spacing:-1.6px}h2{font-size:23px;letter-spacing:-.6px;margin-bottom:15px}h3{font-size:19px;margin:20px 0 12px;letter-spacing:-.4px}h4{font-size:15px;margin:12px 0}p{line-height:1.6}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;background:#eef0e9;padding:12px;border-radius:4px;overflow:auto;max-height:460px}details{margin:12px 0;border-block:1px solid var(--line);padding:12px 0}summary{cursor:pointer;font-size:13px;font-weight:600;min-height:30px;padding:6px 0}details p{margin:10px 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.small,.field-hint{font-size:12px}.field-hint{color:var(--muted);font-weight:400;margin:8px 0 15px}.muted{color:var(--muted);font-size:12px;font-weight:400}.mono{font-family:SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.eyebrow{font-size:10px;font-weight:750;letter-spacing:1.5px;margin:0 0 7px;color:var(--muted)}.notice{border:1px solid #c8d0c4;border-left:3px solid #788b70;background:#f1f4eb;padding:11px 13px;font-size:13px;line-height:1.6;margin:12px 0;overflow-wrap:anywhere}.notice p:last-child{margin-bottom:0}.notice.error{border-color:#d9b3a8;border-left-color:#b3422b;background:#fff0e9;color:#842e1d}.notice.warning{border-color:#dfcf8b;border-left-color:#b29325;background:#fffae1}.notice.success{border-left-color:#319b4e;background:#edf9e7}.check{flex-direction:row;align-items:flex-start;line-height:1.5;font-size:13px;padding:8px 0;font-weight:500}.check input{margin-top:1px}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin:18px 0 5px}.form-actions>.danger:first-child{margin-right:auto}.editor-fields{display:flex;flex-direction:column;gap:14px}.editor-fields .field-hint{margin-bottom:0}.inline-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;margin:16px 0}.inline-controls label{flex:1;min-width:180px}.inline-controls button{min-height:43px}.color-dot{display:inline-block;width:13px;height:13px;border-radius:3px;background:var(--label-color);box-shadow:inset 0 0 0 1px #0002;flex:0 0 auto}.label-picker{display:flex;flex-wrap:wrap;gap:7px;padding:7px 0;align-items:center}.label-choice{min-height:40px;padding:8px 10px;border-radius:5px;border:1px solid var(--line);flex-direction:row;align-items:center;cursor:pointer;background:#fff}.label-choice.chosen{border-color:#677d5e;box-shadow:inset 0 -3px var(--label-color)}.label-choice input{width:15px;height:15px}.empty-state{padding:35px 15px;border-block:1px solid var(--line);color:var(--muted);text-align:center;margin-top:20px}.modal{color:var(--ink);background:var(--paper);border:1px solid #7b8476;border-radius:10px;box-shadow:0 20px 100px #19261e40;width:min(570px,calc(100% - 24px));max-height:calc(100dvh - 32px);padding:0 24px 24px;overscroll-behavior:contain}.modal.wide{width:min(1050px,calc(100% - 24px))}.modal::backdrop{background:#1e282766;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-heading{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 0 14px;margin-bottom:16px;border-bottom:1px solid var(--line);background:var(--paper)}.modal-heading h2{margin:0}.modal button{min-height:42px}.confirm-panel{border:2px solid #c49b37;padding:15px;margin-top:20px;background:#fff6d9}.confirm-panel>button{margin:3px}.scope{display:flex;flex-wrap:wrap;gap:12px;margin:10px 0 20px;padding:12px;border:1px solid var(--line);border-radius:4px;background:#f5f5ee}.scope label{flex-direction:row;align-items:center;min-height:28px}.weekday-picker{display:flex;flex-wrap:wrap;gap:8px}.weekday-picker label{flex-direction:row;align-items:center;min-height:40px;padding:6px;border:1px solid var(--line);border-radius:4px}.recurrence-fields{display:grid;gap:12px;padding:14px;background:#f0f2ea;border-left:2px solid #819378}.series-preview{padding-left:17px;font-size:11px;line-height:1.5}.series-preview li{margin-bottom:10px;overflow-wrap:anywhere}.app-shell{max-width:2200px;margin:auto;height:100dvh;display:flex;flex-direction:column}.app-shell[hidden]{display:none}.app-shell>main{display:flex;flex-direction:column;flex:1;min-height:0}.app-header{min-height:44px;padding:4px 12px;border-bottom:1px solid #c6cdc2;display:flex;align-items:center;justify-content:flex-start;gap:10px;background:#fbfaf6}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-size:19px;font-weight:750;letter-spacing:-.6px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:37px;height:37px;border-radius:8px;background:var(--ink);color:#c5f8aa;flex:0 0 auto}.brand-light{font-weight:400;color:#72796e}.header-actions{display:flex;gap:7px}.header-actions button{min-height:32px;padding:5px 9px;background:transparent;border-color:transparent;font-weight:500}.header-actions button:last-child{border-color:#c4cbbb;background:#eef1e7}.header-identity{display:flex;align-items:center;gap:10px;flex-shrink:0;white-space:nowrap}.app-header .brand-mark{width:30px;height:30px;border-radius:5px}.calendar-heading{font-size:21px;letter-spacing:-.6px;font-weight:650;margin:0;line-height:1.1}.calendar-heading .year{color:#8c9587;font-weight:400}.month-short,.header-more{display:none}.header-more{position:relative;margin:0;padding:0;border:0}.header-more>summary{display:flex;align-items:center;justify-content:center;width:32px;min-height:32px;list-style:none;border:1px solid #bdc5bc;border-radius:5px;background:var(--paper)}.header-more>summary::-webkit-details-marker{display:none}.header-more>.header-actions{position:absolute;right:0;top:calc(100% + 6px);z-index:16;display:flex;flex-direction:column;align-items:stretch;width:210px;padding:8px;border:1px solid var(--line);border-radius:5px;background:var(--paper);box-shadow:0 5px 20px #26342025}.header-more .header-actions button{justify-content:flex-start}.header-more .header-actions button span{display:inline}.family-legend{display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px;margin-right:auto;font-size:11px}.family-legend>span{display:flex;align-items:center;gap:6px}.family-legend i{width:11px;height:11px;border-radius:3px;border:1px solid #0002}.family-legend .away-key{background:var(--yellow)}.role-badge{font-size:10px;padding:4px 6px;background:#e6eae0;color:#6a7564;text-transform:uppercase;letter-spacing:.7px;border-radius:3px}.toolbar{display:flex;align-items:center;flex-wrap:nowrap;gap:5px;margin:0 0 0 auto;padding:0}.nav-cluster{display:flex;align-items:center;gap:5px;margin-right:0}.nav-cluster>button{padding-inline:9px;min-height:36px}.date-jump{width:152px}.date-jump input{min-height:36px;padding:6px;font-size:12px;width:100%}.view-options{position:relative;margin:0;padding:0;border:0}.view-options>summary{display:flex;align-items:center;gap:5px;min-height:36px;padding:7px 9px;border:1px solid #bdc5bc;border-radius:5px;background:var(--paper);list-style:none}.view-options>summary::-webkit-details-marker{display:none}.view-options-panel{position:absolute;top:calc(100% + 5px);right:0;z-index:15;width:min(300px,calc(100vw - 24px));padding:14px;display:flex;flex-direction:column;gap:12px;background:var(--paper);border:1px solid #aeb7a7;border-radius:6px;box-shadow:0 5px 20px #26342025}.zone-control{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.zone-control label{width:100%}.zone-control label,.scale-control{font-size:12px;color:var(--muted);font-weight:600}.zone-control input{flex:1;width:180px;font-size:12px;padding:7px;min-height:36px}.scale-control{flex-direction:row;align-items:center;justify-content:space-between}.scale-control select{font-size:12px;min-height:36px;padding:7px;width:144px}.add-plan{white-space:nowrap}.sync-strip{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin:0 12px 3px;padding:2px 0;font-size:10px;color:#697560}.sync-strip button{min-height:24px;padding:3px 7px;font-size:10px;background:transparent;border-color:#d7ddcf}.connection-indicator{display:inline-flex;align-items:center;gap:6px}.needs-attention{color:#896322}.coverage-summary{margin-right:auto}.app-shell main>.notice{margin:8px 28px}.toast{position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:30;display:flex;align-items:center;gap:10px;padding:11px 14px;max-width:min(90%,740px);width:max-content;border:1px solid #87947d;background:#eff5e7;box-shadow:0 5px 30px #26342030;border-radius:7px;font-size:13px}.toast button{flex:0 0 auto}.calendar-area{margin:0 8px;flex:1;min-height:160px;display:flex;flex-direction:column}.grid-scroll{width:100%;flex:1;min-height:0;overflow:auto;border:1px solid #aeb7a7;background:#fff;scrollbar-color:#87957e #e9eee4;scrollbar-width:auto;overscroll-behavior-x:contain}.grid-sheet{transform-origin:top left}.week{background:var(--paper);position:relative}.week-divider{display:flex;justify-content:space-between;align-items:center;min-height:37px;padding:8px 13px;background:#363e36;color:#f6f7f0;font-size:11px;letter-spacing:.4px}.week-divider strong{font-size:13px}.week-divider span{color:#c0cfb6;font-family:Consolas,monospace}.day-headings{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));position:sticky;top:0;z-index:6;border-bottom:2px solid #a3af98;background:#e9eddf}.day-heading{min-height:45px;padding:8px 7px 5px;border-right:1px solid #aab49f}.day-heading>div{display:flex;align-items:center;justify-content:space-between;gap:4px}.day-heading strong{font-size:13px}.day-heading span{font:11px Consolas,monospace}.day-heading.today{background:var(--today-color, #ff00ff);color:var(--today-foreground, #18201b)}.day-heading.today .away-note{background:var(--yellow);color:var(--ink)}.day-heading.today strong{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.away{background:var(--yellow)}.day-add{min-height:21px;width:20px;padding:0;border:0;background:#fff5;font-size:15px}.away-note{display:block;font-size:10px;line-height:1.35;min-height:20px;padding:2px 0;border:0;border-radius:0;background:transparent;text-align:left;width:100%;overflow-wrap:anywhere}.date-bands{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#fafbf6}.holiday-bands{border-bottom:1px solid #788873;gap:1px 0}.holiday-band{min-height:25px;border:0;border-inline:1px solid #0004;border-radius:0;padding:4px 9px;font-size:11px;text-align:left;justify-content:flex-start;overflow-wrap:anywhere}.all-day-bands{border-bottom:2px solid #a6b29c;gap:1px;background:#cbd4c3}.all-day-empty{min-height:29px;background:#f2f5ea;font-size:9px;font-weight:400;color:#78876d;border:0;border-radius:0;align-items:flex-start;justify-content:flex-start;padding:4px}.all-day-empty:disabled{opacity:1}.all-day-event{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:0;min-height:29px;border:1px solid #0002;font-size:11px;line-height:1.3;gap:1px;padding:5px;margin:0 1px;z-index:1;text-align:left;overflow-wrap:anywhere}.timed-grid{--calendar-row-height: var(--row-height-desktop, 26px);display:grid;grid-template-columns:repeat(7,32px minmax(0,1fr));grid-auto-rows:minmax(var(--calendar-row-height),auto);align-items:stretch}.time-cell{position:relative;font:9px/1.1 Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums;padding:0 2px;display:flex;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #d0d8c9;border-right:1px solid #bdc9b2;border-left:1px solid #a6b399;color:#6c7e5c;background:#eef3e5}.time-cell.current-slot{color:var(--today-foreground, #18201b);font-weight:700;background:var(--today-color, #ff00ff)}.now-tick{position:absolute;right:-3px;top:3px;width:6px;height:6px;border-radius:50%;background:#145c38;box-shadow:0 0 0 1px #fff;z-index:4}.slot-cell{position:relative;display:flex;flex-direction:column;border-bottom:1px solid #e0e4da;border-right:1px solid #b7c4ab;background:#fff;min-width:0}.slot-cell.hour-start{border-top:1px solid #becbb3}.slot-cell.weekend{background:#fafbf5}.empty-slot{flex:1;width:100%;min-height:0;border:0;border-radius:0;padding:0;background:transparent}.empty-slot:hover{background:#edf4e6;box-shadow:inset 0 0 0 1px #abc19a}.empty-slot:disabled{opacity:1;cursor:default}.event-piece{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:0;justify-content:flex-start;align-items:flex-start;min-height:0;padding:1px 17px 1px 3px;border:0;border-radius:0;border-left:3px solid #0003;text-align:left;font-size:11px;color:#152418;font-weight:400;overflow-wrap:anywhere}.event-piece:hover,.all-day-event:hover{filter:brightness(.95);outline:1px solid #0006;outline-offset:-1px}.event-piece.event-start{border-top:1px solid #0003}.event-piece.event-end{border-bottom:2px solid #0003}.event-resize-handle{display:none;position:absolute;left:3px;right:18px;height:6px;max-height:30%;min-height:0;padding:0;border:0;border-radius:0;background:transparent;cursor:ns-resize;z-index:3}@media(any-hover:hover)and (any-pointer:fine){.event-resize-handle{display:block}}.resize-start{top:0}.resize-end{bottom:0}.event-resize-handle:hover,.event-resize-handle:focus-visible{background:#266cbe80}.event-resize-handle:disabled{display:none}.resizing-calendar-event,.resizing-calendar-event *{cursor:ns-resize!important;-webkit-user-select:none!important;user-select:none!important}.resizing-event{opacity:.5}.resize-preview-slot:after{content:"";position:absolute;inset:0;background:#266cbe30;box-shadow:inset 3px 0 #266cbe;pointer-events:none;z-index:2}.resize-status{position:fixed;bottom:18px;left:50%;transform:translate(-50%);max-width:calc(100vw - 32px);padding:10px 16px;border:1px solid #266cbe;border-radius:5px;background:#fffefa;color:var(--ink);box-shadow:0 3px 15px #0002;font-size:13px;pointer-events:none;z-index:30}.resize-status.invalid{border-color:#a62e24;color:#a62e24}.event-piece strong{line-height:1.3;font-weight:650;white-space:pre-wrap}.calendar-area[data-wrap-entry-text=false] :is(.day-heading,.all-day-event){min-width:0}.calendar-area[data-wrap-entry-text=false] :is(.event-piece>strong,.all-day-event>strong,.all-day-event>span,.holiday-band,.away-note){display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.event-piece .event-time,.event-piece .event-labels,.event-piece .event-location,.event-piece .source-tag{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.event-piece>strong,.event-piece>span:not(.continuation-line),.all-day-event>strong,.all-day-event>span{background-color:var(--text-backing, transparent)}.event-time{font:9px/1.3 Consolas,monospace;display:block;letter-spacing:-.2px}.event-labels,.event-location{display:block;font-size:9px;line-height:1.4;font-weight:500}.event-labels:empty{display:none}.event-location{font-weight:400}.source-tag{display:block;font-size:8px;border:1px solid #0004;padding:0 2px;width:fit-content;background:#fff6}.event-continuation{padding:1px 5px;justify-content:center}.continuation-line{display:block;width:2px;min-height:0;height:100%;background:#0003;margin-left:1px}.pending-event{box-shadow:inset -3px 0 #516946}.pending-event.event-start:after{content:"";position:absolute;right:4px;bottom:4px;width:4px;height:4px;border-radius:50%;background:#354d2f;box-shadow:0 0 0 1px #fff}.add-another{position:absolute;right:1px;top:1px;width:16px;min-height:19px;padding:0;background:#ffffff70;border:0;border-radius:0;font-size:12px;z-index:1}.pan-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 0;font-size:10px;color:var(--muted)}.pan-controls button{min-height:30px;font-size:11px;background:transparent;border-color:#d1d8c9}.week-loader{display:block;width:calc(100% - 2px);margin:0 auto;padding:4px;min-height:26px;flex-shrink:0;border:0;border-radius:0;background:#e9eee1;color:#5d7350;font-size:11px;font-weight:500}.load-sentinel{height:1px}.entry-status{padding:10px;background:#edf6de;border:1px solid #a0b587;font-size:13px}.entry-status button{margin-left:8px}.inline-entry{position:absolute;top:0;left:0;width:min(200px,60vw);max-height:min(380px,60dvh);overflow:auto;padding:5px;background:#eef5e4;border:2px solid #55823b;min-height:80px;border-radius:5px;box-shadow:0 4px 18px #26342030}.slot-cell:has(.inline-entry){z-index:7}.inline-entry>input{padding:3px 4px;min-height:24px;font-size:12px}.inline-entry>span{font-size:11px;display:block;padding:3px 0;color:#536b44}.inline-entry>div{display:flex;flex-wrap:wrap;gap:2px}.inline-entry button{min-height:24px;font-size:11px;padding:3px 6px}.inline-entry .label-picker{gap:3px;padding:3px 0}.inline-entry .label-picker legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.inline-entry .label-choice{min-height:20px;padding:2px 3px;gap:3px;font-size:10px;max-width:100%;overflow-wrap:anywhere}.inline-entry .label-choice input{width:11px;height:11px;min-height:11px;margin:0}.inline-entry .color-dot{width:7px;height:7px;border-radius:2px}.inline-entry .muted{font-size:9px;margin:0}.inline-entry-heading{align-items:center;margin-bottom:3px}.inline-entry-heading>span{flex:1;font-size:10px;font-weight:500}.inline-entry .inline-entry-heading button{min-height:18px;padding:0 4px;font-size:11px}.app-footer{padding:3px 12px;color:var(--muted);font-size:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.app-footer button{min-height:26px;padding:3px 5px;font-size:11px}.scale-overview .pan-controls,.calendar-only .header-identity,.calendar-only .header-actions,.calendar-only .header-more,.calendar-only .app-footer,.calendar-only .pan-controls,.calendar-only .sync-strip:not(.needs-attention),.calendar-only .family-legend,.calendar-only .toolbar>:not(.calendar-view-toggle){display:none}.calendar-only .toolbar{position:fixed;top:0;right:8px;z-index:9;margin:0;padding:0}.calendar-only .app-header{height:0;min-height:0;padding:0;border:0}.calendar-view-toggle{padding-inline:8px}.calendar-only .calendar-view-toggle{min-height:26px;padding:3px 8px}.calendar-only .calendar-area{margin:0}.calendar-only .sync-strip{padding-right:44px}.spin{animation:spin 2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-tabs{display:flex;flex-wrap:wrap;gap:4px;padding-bottom:14px;border-bottom:1px solid var(--line)}.settings-tabs button{text-transform:capitalize;border:0;border-radius:0;background:transparent}.settings-tabs button[aria-current]{background:#e6eddc;box-shadow:inset 0 -2px #577d44}.settings-form{display:flex;flex-direction:column;gap:14px;max-width:550px;padding:12px 0 20px}.settings-form button{align-self:flex-start}.settings-form h3,.settings-form h4{margin:5px 0 0}.settings-form .field-hint{margin:0}.account-heading{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:15px 0}.account-heading h3{margin:0}.account-heading>span{color:var(--muted);font-size:12px}.account-heading>button{margin-left:auto}.account-list,.source-list,.label-list{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.account-list button{flex-direction:column;align-items:flex-start;min-width:175px;text-align:left;gap:4px}.account-list button.active{border-color:#658b4b;background:#edf4e2}.account-list span{font-size:11px;color:var(--muted);font-weight:400}.source-list{flex-direction:column}.source-list>div{border-bottom:1px solid var(--line);padding:10px 0}.source-list>div>span{display:block;font-size:12px;margin-top:6px}.operation-list{display:flex;flex-direction:column;margin:16px 0;gap:5px}.operation{display:flex;flex-direction:column;align-items:flex-start;padding:11px;text-align:left;gap:6px}.operation span{font-size:11px;font-weight:400;overflow-wrap:anywhere}.operation.conflict,.operation.blocked,.operation.error{background:#fff4d7;border-left:3px solid #c9932e}.version-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.version-grid textarea{font:12px/1.5 Consolas,monospace;min-height:260px}.version-summary{font-size:13px;overflow-wrap:anywhere}.version-summary p{margin:9px 0}.version-notes{white-space:pre-wrap}.version-grid pre{font-size:11px;min-height:100px}.coverage-list{padding-left:20px;font-size:12px;line-height:1.7}.search-controls{display:grid;grid-template-columns:1.4fr 1.2fr 1fr;gap:12px}.search-results,.history-list{display:flex;flex-direction:column;margin-top:12px;max-height:60dvh;overflow:auto}.search-results>button,.history-list>button{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:12px 5px;min-height:60px;gap:5px;background:transparent}.search-results>button:hover,.history-list>button:hover{background:#eef3e5}.search-results>button>div{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.search-results>button>span,.history-list>button>span{font-size:11px;color:var(--muted);font-weight:400}.history-list>button{position:relative;padding-left:105px}.history-list>button .history-action{position:absolute;left:3px;top:13px;color:#47653b;border:1px solid #c6d0b9;background:#eef3e6;padding:3px 6px;font-size:10px;max-width:98px;overflow-wrap:anywhere}.import-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:15px}.warning-list{max-height:280px;overflow:auto;padding-left:24px;font-size:12px;line-height:1.7}.candidate-list{margin:18px 0}.candidate{border-block:1px solid var(--line);padding:12px;display:flex;flex-direction:column;gap:5px;margin-top:-1px;font-size:12px}.candidate.needs-review{border-left:3px solid #c19b32;background:#fff9e5}.candidate>span{overflow-wrap:anywhere}.candidate ul{color:#8b691f;padding-left:22px;margin:5px 0;line-height:1.5}.candidate .form-actions{margin-top:4px}.import-calendar-scroll{overflow-x:auto;border:1px solid #9aac8b;margin:15px 0}.import-calendar{min-width:900px;font-size:10px}.import-calendar .date-bands>strong{background:#e7edda;padding:8px;border:1px solid #b7c7a9}.preview-slot{display:grid;grid-template-columns:30px 1fr;border-right:1px solid #aabb9a;border-bottom:1px solid #cad5c0;background:#fff}.preview-slot>span{grid-column:1;grid-row:1 / span 30;background:#edf4e4;color:#667a57;padding-top:4px;font:9px Consolas,monospace}.preview-slot>div{grid-column:2;min-height:18px;padding:2px 4px;overflow-wrap:anywhere}.login-page{min-height:100dvh;display:grid;grid-template-columns:1.05fr 1fr}.login-brand{padding:clamp(40px,8vw,130px) clamp(30px,7vw,100px);background:#e6ebdc;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.login-brand:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#7286610b 1px,transparent 1px),linear-gradient(90deg,#7286610b 1px,transparent 1px);background-size:42px 42px}.login-brand>*{z-index:1}.login-brand .brand-mark{width:50px;height:50px;margin-bottom:45px;border-radius:12px}.login-brand h1{font-size:clamp(34px,4.3vw,67px);font-weight:600;line-height:1.05;margin:18px 0 30px;letter-spacing:-2.8px}.login-brand>p:last-child{font-size:15px;line-height:1.7;color:#6a785e;margin-top:25px}.brand-stripes{display:flex;gap:6px;width:min(310px,95%);height:12px}.brand-stripes>span{background:var(--green);flex:1.4;border-radius:2px}.brand-stripes>span:nth-child(2){background:var(--orange);flex:1}.brand-stripes>span:nth-child(3){background:var(--cyan);flex:1.8}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:45px 30px}.login-form-panel form{display:flex;flex-direction:column;width:min(380px,100%);gap:18px}.login-form-panel .eyebrow{margin-bottom:0}.login-form-panel h2{font-size:33px;margin:0;letter-spacing:-1px}.login-form-panel .field-hint,.login-form-panel .notice{margin:0}.login-submit{min-height:46px;margin-top:5px}.password-page,.startup{max-width:600px;padding:50px 25px;margin:5vh auto}.startup{text-align:center}.startup h1{font-size:28px;margin-top:24px}.password-page .brand h1{font-size:27px;margin:0}@media(max-width:1050px){.desktop-actions{display:none}.header-more{display:block}.zone-control{margin-left:0}.toolbar{gap:5px}.search-controls{grid-template-columns:1fr 1fr}.search-controls>label:first-child{grid-column:1 / -1}}@media(max-width:650px){.app-header{padding:4px 6px;min-height:44px;gap:3px}.header-identity .brand,.month-full,.goto-text{display:none}.month-short{display:inline}.brand{font-size:16px;gap:8px}.brand-mark{width:32px;height:32px;border-radius:6px}.brand-light{display:none}.header-actions{gap:2px}.header-actions button{min-width:36px;min-height:36px;padding:7px}.header-actions button span{display:none}.header-identity{gap:7px}.calendar-heading{font-size:14px}.family-legend{max-width:100%;font-size:10px;gap:4px 8px}.family-legend>span{gap:4px}.toolbar{margin:0 0 0 auto;gap:2px;padding:0;align-items:center}.nav-cluster{gap:2px}.nav-cluster button{min-height:32px;min-width:30px;padding-inline:4px}.date-jump{width:128px}.date-jump input{min-height:36px}.zone-control{width:100%;justify-content:space-between}.zone-control label{font-size:11px}.zone-control input{flex:1;max-width:245px;min-height:44px;font-size:13px}.scale-control{gap:8px;font-size:11px}.scale-control select{min-height:44px;width:145px}.add-plan{min-height:32px;font-size:12px;padding-inline:5px}.add-plan span,.view-options summary span{display:none}.view-options>summary{min-height:32px;padding:4px 6px;font-size:12px}.view-options-panel{position:fixed;top:45px;right:8px}.calendar-view-toggle{min-height:32px;padding-inline:5px}.timed-grid{--calendar-row-height: var(--row-height-mobile, 26px)}.sync-strip{margin:0 8px 2px;gap:4px;font-size:10px}.sync-strip button{min-height:28px}.coverage-summary{display:none}.calendar-area{margin:0 5px}.pan-controls span{display:none}.pan-controls button{min-height:36px;white-space:nowrap}.week-loader{min-height:32px}.entry-status{padding:8px;font-size:12px}.entry-status button{margin:5px 5px 0 0;min-height:42px}.app-shell main>.notice{margin:8px 12px}.app-footer{display:none}.toast{bottom:8px;max-width:calc(100% - 16px);flex-wrap:wrap;font-size:12px;gap:6px;padding:10px}.toast>span{width:100%}.modal,.modal.wide{width:calc(100% - 12px);max-height:calc(100dvh - 12px);padding:0 16px 20px;border-radius:8px}.modal-heading{padding:14px 0}.modal-heading h2{font-size:21px}.modal button{min-height:44px}.modal input,.modal select,.modal textarea{font-size:16px;min-height:46px}.modal input[type=checkbox],.modal input[type=radio]{min-height:20px;width:20px;height:20px}.modal label{font-size:13px}.form-pair{gap:10px}.form-pair input{padding:8px 5px}.settings-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.settings-tabs button{flex:0 0 auto}.version-grid{grid-template-columns:1fr}.version-grid pre{max-height:230px}.search-controls{display:flex;flex-direction:column}.import-filters{grid-template-columns:1fr}.account-heading{align-items:flex-start}.account-heading>button{margin-left:0}.history-list>button{padding-left:85px}.history-list>button .history-action{max-width:80px}.login-page{grid-template-columns:1fr}.login-brand{padding:28px 25px 22px}.login-brand .brand-mark{width:35px;height:35px;margin-bottom:22px}.login-brand h1{font-size:35px;letter-spacing:-1.5px;margin:10px 0 20px}.login-brand>p:last-child{display:none}.brand-stripes{height:8px;max-width:220px}.login-form-panel{padding:30px 25px}.login-form-panel input{min-height:47px;font-size:16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important}}@media print{.app-shell,.app-shell>main,.calendar-area{display:block;height:auto}.app-header,.toolbar,.sync-strip,.pan-controls,.week-loader,.app-footer,.toast{display:none}.grid-scroll{overflow:visible}.grid-sheet{zoom:.7!important}.week{break-inside:avoid}button{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
