:root{--bg: #f8f6f3;--surface: #ffffff;--border: #e2ddd6;--text: #1a1a1a;--muted: #6b6560;--accent: #2d6a4f;--accent-hover: #1b4332;--danger: #9b2226;--today: #d8f3dc;--event-bg: #e8f4ec;font-family:DM Sans,system-ui,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:var(--accent)}.app-shell{max-width:1100px;margin:0 auto;padding:1.25rem 1.5rem 2rem}@media(max-width:768px){.app-shell{padding:.75rem .65rem 1.5rem}.btn{padding:.6rem .85rem;min-height:44px}.modal{max-width:none;margin:.5rem;padding:1.15rem}.toast{left:.75rem;right:.75rem;bottom:1rem}}.btn{border:none;border-radius:8px;padding:.55rem 1rem;font-weight:600;background:var(--accent);color:#fff}.btn:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg)}.btn-danger{background:var(--danger)}.error-banner{background:#fde8e8;color:var(--danger);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--text);color:#fff;padding:.75rem 1.25rem;border-radius:8px;z-index:100}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background:var(--surface);border-radius:12px;padding:1.5rem;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px #00000026}.modal h2{margin:0 0 1rem;font-size:1.25rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:var(--muted)}.form-field input,.form-field select{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.25rem;flex-wrap:wrap}.calendar-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}.cal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.cal-header h1{margin:0;font-size:1.5rem}.user-line{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}.header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.month-nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.month-nav h2{margin:0;font-size:1.1rem;min-width:180px;text-align:center}.hours-block{margin:0 0 1rem}.hours-line{font-size:1rem;font-weight:700;color:var(--text);margin:0;line-height:1.4}.cleaning-line{margin-top:.35rem;font-size:.92rem;color:#6b4a44}@media(max-width:768px){.cal-header h1{font-size:1.2rem}.header-actions{width:100%}.header-actions .btn{flex:1}.month-nav{width:100%;justify-content:center}.month-nav h2{min-width:0;flex:1;font-size:1rem}.hours-line{font-size:.95rem}}
