:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #f5f7f4;--surface: #ffffff;--surface-strong: #f7faf9;--text: #10211e;--muted: #5f6f6c;--border: #d8e2de;--brand: #0f766e;--brand-soft: #d7f3ef;--error: #b42318;--shadow: 0 12px 32px rgba(16, 33, 30, .07);--shadow-raised: 0 18px 48px rgba(16, 33, 30, .12)}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fbfa 0%,var(--background) 100%);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;padding:24px clamp(16px,3vw,40px) 40px}.app-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;max-width:1440px;margin:0 auto 24px}.app-header h1{margin:4px 0 0;font-size:clamp(1.8rem,2.6vw,2.6rem)}.eyebrow{margin:0;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.top-nav{display:flex;gap:8px;flex-wrap:wrap}.nav-link{padding:10px 14px;border-radius:999px;color:var(--muted)}.nav-link.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.page-shell{max-width:1440px;margin:0 auto}.page-grid{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:24px;align-items:start}.stack{display:grid;gap:20px}.dual-grid,.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-panel,.sidebar-panel{display:grid;gap:20px;align-content:start}.sidebar-panel{position:sticky;top:16px}.card,.calendar-card,.form-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:20px}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px 20px;box-shadow:var(--shadow);flex-wrap:wrap}.calendar-toolbar{position:sticky;top:12px;z-index:10;box-shadow:var(--shadow-raised)}.toolbar-group{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.button{border:1px solid transparent;border-radius:999px;min-height:44px;padding:10px 16px;cursor:pointer;transition:.12s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible,.input:focus-visible,.legend-item:has(input:focus-visible){outline:3px solid rgba(15,118,110,.24);outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.65}.button-primary{background:var(--brand);color:#fff}.button-secondary{background:var(--surface-strong);border-color:var(--border)}.button-ghost{background:transparent;color:var(--muted)}.month-chip,.badge{border-radius:999px;background:var(--brand-soft);color:var(--brand);padding:8px 12px;font-weight:600}.badge{display:inline-flex}.sync-label,.muted-copy,.state-card p{color:var(--muted)}.legend-list,.picker-list,.results-list,.settings-list,.source-list{display:grid;gap:12px}.legend-item,.picker-item,.settings-row,.source-actions,.source-meta{display:flex;align-items:center;gap:10px}.settings-apartment{display:grid;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--border)}.settings-apartment:last-child{border-bottom:0;padding-bottom:0}.source-row{display:grid;grid-template-columns:minmax(150px,1fr) 150px minmax(220px,1.2fr) auto;gap:12px;align-items:end}.source-meta{align-self:center;color:var(--muted);flex-wrap:wrap}.source-actions{justify-content:flex-end;align-self:end}.error-copy{color:var(--error)}.legend-item{min-height:52px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.legend-item:hover{border-color:#0f766e73}.legend-item.selected{border-color:#0f766e59;background:#d7f3ef6b}.legend-copy{display:grid}.legend-copy small{color:var(--muted)}.color-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex:0 0 auto}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-card{padding:0;overflow:hidden}.calendar-context-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border);background:var(--surface)}.calendar-selection-context{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem}.calendar-context-copy{display:grid;gap:4px}.calendar-turnover-hint{margin:0 0 0 18px;color:var(--muted);font-size:.76rem}.calendar-mobile-key{display:none}.calendar-selection-context-empty{color:var(--error)}.calendar-keyboard-hint{margin:0;color:var(--muted);font-size:.78rem;text-align:right}.calendar-scroll{max-height:min(76vh,920px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scroll-behavior:smooth;padding:4px 20px 28px}.calendar-month{padding-top:24px;scroll-margin-top:16px}.calendar-month+.calendar-month{margin-top:24px;border-top:1px solid var(--border)}.calendar-month-title{position:sticky;top:0;z-index:6;margin:0 -4px 14px;padding:10px 4px 8px;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1.2rem;letter-spacing:-.02em}.calendar-weekdays{margin-bottom:4px;color:var(--muted);font-size:.78rem;font-weight:600;text-align:center}.calendar-weekdays span{padding:6px 0}.calendar-grid{grid-auto-rows:minmax(104px,auto);isolation:isolate}.calendar-cell{position:relative;min-width:0;min-height:96px;margin:4px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-strong);color:var(--text);display:flex;flex-direction:column;justify-content:space-between;text-align:left;cursor:pointer;appearance:none;touch-action:manipulation;z-index:1;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.calendar-cell:hover{border-color:#0f766e80}.calendar-cell:focus-visible{outline:3px solid rgba(15,118,110,.3);outline-offset:-1px;z-index:5}.calendar-cell.busy{border-color:#b4231847;background-color:snow;background-image:repeating-linear-gradient(-45deg,rgba(180,35,24,.045) 0,rgba(180,35,24,.045) 4px,transparent 4px,transparent 9px)}.calendar-cell.past{color:var(--muted);background:#f2f4f3;opacity:.58}.calendar-cell.selection-range{background:linear-gradient(180deg,#d7f3efe6,#d7f3ef7a);border-color:#0f766e47}.calendar-cell.selection-start,.calendar-cell.selection-end{border-color:var(--brand);box-shadow:inset 0 0 0 2px var(--brand);opacity:1}.calendar-cell.selection-start .cell-header>span:first-child,.calendar-cell.selection-end .cell-header>span:first-child{display:grid;place-items:center;min-width:28px;height:28px;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;font-weight:700}.calendar-cell.selection-reset-candidate{border-color:#d97706;box-shadow:inset 0 0 0 2px #d977068c;background:#fff7ed}.calendar-cell.muted{background:transparent;border-color:transparent;cursor:default;opacity:0}.cell-header,.result-header,.result-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.cell-header,.cell-blocked-status{position:relative;z-index:4}.cell-day-number{font-variant-numeric:tabular-nums}.cell-blocked-status{display:grid;gap:7px}.cell-blocked-label{display:flex;align-items:center;gap:5px;color:#8f2f27;font-size:.7rem;line-height:1}.cell-blocked-word-compact{display:none}.blocked-pattern-swatch{width:12px;height:12px;flex:0 0 auto;border:1px solid currentColor;border-radius:3px;background:repeating-linear-gradient(-45deg,currentColor 0,currentColor 1px,transparent 1px,transparent 4px)}.cell-blocked-bars{display:flex;flex-wrap:wrap;gap:4px}.cell-blocked-bar{width:22px;height:6px;border-radius:999px;box-shadow:inset 0 0 0 1px #10211e38}.calendar-range{position:relative;z-index:3;align-self:center;height:28px;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#fff;font-size:.75rem;font-weight:700;line-height:1.1;box-shadow:0 3px 10px #10211e24}.calendar-range-request{background:var(--brand)}.calendar-range-gap{background:#d97706;background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.14) 0,rgba(255,255,255,.14) 5px,transparent 5px,transparent 10px)}.calendar-range-start{border-top-left-radius:999px;border-bottom-left-radius:999px;border-left:2px solid rgba(255,255,255,.68)}.calendar-range-end{border-top-right-radius:999px;border-bottom-right-radius:999px;border-right:2px solid rgba(255,255,255,.68)}.calendar-range-label{position:absolute;left:50%;max-width:min(320px,90vw);padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transform:translate(-50%);text-align:center;text-shadow:0 1px 2px rgba(16,33,30,.3)}.calendar-range-label-compact{display:none}.calendar-range-short .calendar-range-label{max-width:calc(100% - 8px)}.field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.field-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.validation-form{display:grid;gap:14px}.validation-actions,.modal-actions{display:flex;gap:10px;flex-wrap:wrap}.inline-hint{min-height:1.25rem;margin:-2px 0 0;color:var(--muted);font-size:.86rem}.inline-hint-error{color:var(--error)}.field{display:grid;gap:8px}.field-label{font-weight:600}.input{width:100%;min-height:46px;border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--surface)}.date-input-group{display:grid;grid-template-columns:minmax(0,1fr) 48px}.date-text-input{min-width:0;border-top-right-radius:0;border-bottom-right-radius:0}.date-text-input[aria-invalid=true]{border-color:var(--error)}.date-picker-control{position:relative;min-width:48px;min-height:46px;display:grid;place-items:center;border:1px solid var(--border);border-left:0;border-radius:0 10px 10px 0;background:var(--surface-strong);color:var(--brand);overflow:hidden}.date-picker-control:hover{background:var(--brand-soft)}.date-picker-control:focus-within{outline:3px solid rgba(15,118,110,.24);outline-offset:2px;z-index:1}.date-picker-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.date-picker-icon path:nth-child(2){fill:currentColor;stroke:none}.date-picker-native{position:absolute;inset:0;width:100%;height:100%;margin:0;border:0;opacity:0;cursor:pointer}.range-list{margin:12px 0 0;padding-left:18px;color:var(--muted)}.loading-card,.state-card{display:flex;align-items:center;gap:12px}.error-card{border-color:#b4231838}.modal-backdrop{position:fixed;inset:0;z-index:20;padding:20px;background:#10211e6b;display:grid;place-items:center}.modal-panel{width:min(560px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-raised);padding:22px;display:grid;gap:16px}.modal-panel h2,.modal-panel p{margin:0}.modal-list{display:grid;gap:10px}.modal-list-item{display:grid;gap:4px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-strong)}.modal-list-item small{color:var(--muted)}.spinner{width:18px;height:18px;border:2px solid rgba(15,118,110,.2);border-top-color:var(--brand);border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.page-grid,.dual-grid,.stats-grid,.source-row,.field-grid{grid-template-columns:1fr}.app-shell{padding:16px}.sidebar-panel,.calendar-toolbar{position:static}.calendar-scroll{max-height:none;overflow:visible}.calendar-cell{min-height:84px}}@media(max-width:640px){.app-header{align-items:flex-start;flex-direction:column}.top-nav{width:100%}.nav-link{flex:1;text-align:center}.card,.form-card{padding:14px}.toolbar{padding:12px}.toolbar-group{width:100%}.calendar-context-row{align-items:flex-start;flex-direction:column;padding:14px}.calendar-keyboard-hint{display:none}.calendar-turnover-hint{margin-left:18px}.calendar-mobile-key{display:grid;gap:7px;margin-top:8px;padding:10px;border:1px solid rgba(180,35,24,.2);border-radius:10px;background:snow;color:var(--muted)}.calendar-mobile-key-title{display:flex;align-items:center;gap:7px;color:var(--text);font-size:.78rem;font-weight:700}.calendar-mobile-key-copy{font-size:.7rem;line-height:1.35}.calendar-mobile-key-list{display:flex;flex-wrap:wrap;gap:5px 10px}.calendar-mobile-key-item{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;white-space:nowrap}.calendar-mobile-key-item .color-dot{width:8px;height:8px}.calendar-scroll{padding:0 6px 20px}.calendar-month{padding-top:18px}.calendar-month-title{margin-inline:4px;padding-inline:2px}.calendar-weekdays{font-size:.68rem}.calendar-grid{grid-auto-rows:minmax(84px,auto)}.calendar-cell{min-height:80px;margin:2px;padding:7px 5px;border-radius:9px}.calendar-cell.selection-start .cell-header>span:first-child,.calendar-cell.selection-end .cell-header>span:first-child{min-width:24px;height:24px}.cell-blocked-status{gap:5px}.cell-blocked-label{align-items:flex-start;flex-direction:column;gap:2px;font-size:.56rem;line-height:1.05}.cell-blocked-label .blocked-pattern-swatch{width:9px;height:9px;border-radius:2px}.cell-blocked-bars{gap:2px}.cell-blocked-bar{width:9px;height:4px}.calendar-range{height:22px;font-size:.65rem}.calendar-range-label{max-width:min(180px,78vw);padding-inline:5px}.calendar-range-label-full{display:none}.calendar-range-label-compact{display:inline}}@media(max-width:360px){.cell-blocked-word-full{display:none}.cell-blocked-word-compact{display:inline}}
