*,*:before,*:after{box-sizing:border-box}:root{--bg: #f0f2f5;--surface: #ffffff;--text: #1a1d23;--text-muted: #5c6370;--border: #c5cad3;--primary: #1b5e3b;--primary-hover: #144a2e;--admin: #b45309;--admin-hover: #92400e;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--radius: 10px;--font: "Source Sans 3", system-ui, sans-serif;--cell-green: #6b9e4e;--cell-orange: #d4a574;--cell-blue: #a8d4f0;--cell-grey: #b8bcc4;--cell-yellow: #f5e6a3;--cell-lightgreen: #c8e6b0;--cell-red: #c97a6b;--cell-brightblue: #4a9fd4;--cell-white: #ffffff}html{font-size:14px}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.4}#root{min-height:100vh}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.25rem;border:none;border-radius:var(--radius);font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff;width:100%}.btn-primary:hover{background:var(--primary-hover)}.btn-admin{background:transparent;color:var(--admin);border:2px solid var(--admin);width:100%}.btn-admin:hover{background:var(--admin);color:#fff}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--bg);color:var(--text)}.btn-sm{padding:.4rem .85rem;font-size:.9rem;width:auto}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(145deg,#1b5e3b,#2d8a5a 50%,#f0f2f5 50%)}.login-card{background:var(--surface);border-radius:16px;box-shadow:var(--shadow);padding:2.5rem 2rem;width:100%;max-width:400px;text-align:center}.login-logo{display:flex;justify-content:center;margin-bottom:.75rem}.header-icon{flex-shrink:0}.login-card h1{margin:0 0 .5rem;font-size:1.6rem;color:var(--primary)}.login-subtitle{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem}.login-form{text-align:left}.login-form label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.9rem}.login-form input{width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:1rem;margin-bottom:1rem}.login-form input:focus{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}.login-error{color:#c0392b;font-size:.9rem;margin:-.5rem 0 .75rem}.login-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--text-muted);font-size:.85rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:var(--surface);border-radius:16px;padding:2rem;width:100%;max-width:380px;position:relative;box-shadow:var(--shadow)}.modal-card h2{margin:0 0 .35rem;font-size:1.25rem}.modal-card p{color:var(--text-muted);margin:0 0 1.25rem;font-size:.95rem}.modal-card label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.9rem}.modal-card input{width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:1rem;margin-bottom:1rem}.modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted);padding:.25rem .5rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.modal-actions .btn-primary{width:auto}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.75rem}.header-left{display:flex;align-items:center;gap:.75rem}.app-header h1{margin:0;font-size:1.25rem;color:var(--primary)}.header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .55rem;border-radius:6px}.badge-admin{background:#fef3c7;color:var(--admin)}.admin-hint{margin:0;padding:.6rem 1.25rem;background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e;font-size:.9rem}.add-employee-panel{margin:0 1rem 1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.add-employee-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.add-employee-header h2{margin:0;font-size:1.1rem;color:var(--primary)}.add-employee-header .modal-close{position:static}.add-employee-desc{margin:0 0 1rem;color:var(--text-muted);font-size:.88rem}.add-employee-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1rem;align-items:end}.add-employee-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600}.add-employee-form input,.add-employee-form select{padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.95rem}.add-employee-form input:focus,.add-employee-form select:focus{outline:2px solid var(--primary);outline-offset:1px}.add-employee-actions{display:flex;gap:.5rem;justify-content:flex-end;grid-column:1 / -1}.add-employee-actions .btn-primary{width:auto}.planning-wrapper{flex:1;overflow:auto;padding:1rem}.planning-table{width:100%;border-collapse:collapse;background:var(--surface);box-shadow:var(--shadow);font-size:.8rem;min-width:1100px}.planning-table th,.planning-table td{border:1px solid var(--border);padding:.35rem .45rem;text-align:center;vertical-align:middle}.planning-header-meta th{background:#e8eaed;font-weight:700;padding:.5rem}.meta-badge{background:#fde047;padding:.2rem .6rem;border-radius:4px;display:inline-block}.meta-input{border:1px dashed var(--border);background:#fff;font-family:inherit;font-weight:700;padding:.2rem .4rem;border-radius:4px;width:100%;max-width:120px}.meta-input--highlight{background:#fde047}.meta-input--short{max-width:70px}.col-agent{min-width:140px;background:#e8eaed;font-weight:700;text-align:left!important;padding-left:.6rem!important}.col-day{min-width:72px;background:#e8eaed;font-weight:700;line-height:1.2}.day-name{display:block;font-size:.75rem}.day-date{display:block;font-size:.7rem;font-weight:400;color:var(--text-muted)}.col-site,.col-hours{min-width:100px;background:#e8eaed;font-weight:700;font-size:.75rem}.agent-name{text-align:left!important;font-weight:600;background:#f8f9fa;white-space:nowrap;padding-left:.6rem!important}.agent-name-input{width:100%;border:1px dashed var(--border);background:#fff;font-family:inherit;font-weight:600;padding:.15rem .3rem}.agent-site,.agent-hours{font-size:.72rem;text-align:left;background:#f8f9fa;color:var(--text-muted)}.info-input{width:100%;border:1px dashed var(--border);background:#fff;font-family:inherit;font-size:.72rem;padding:.15rem}.agent-tags{margin-top:.2rem;display:flex;flex-wrap:wrap;gap:.2rem}.tag{font-size:.65rem;background:var(--primary);color:#fff;padding:.05rem .3rem;border-radius:3px}.schedule-cell{position:relative;min-width:68px;min-height:2rem;font-weight:600;font-size:.72rem;line-height:1.15;cursor:default}.schedule-cell--editable{cursor:pointer}.schedule-cell--editable:hover{outline:2px solid var(--primary);outline-offset:-2px}.cell-text{display:block;word-break:break-word}.cell-green{background:var(--cell-green);color:#1a3d12}.cell-orange{background:var(--cell-orange);color:#4a3010}.cell-blue{background:var(--cell-blue);color:#1a4a6b}.cell-grey{background:var(--cell-grey);color:#2a2d33}.cell-yellow{background:var(--cell-yellow);color:#5a4a10}.cell-lightgreen{background:var(--cell-lightgreen);color:#2a4a1a}.cell-red{background:var(--cell-red);color:#fff}.cell-brightblue{background:var(--cell-brightblue);color:#fff}.cell-white{background:var(--cell-white);color:var(--text)}.cell-editor{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 32px #0000002e;padding:.75rem;min-width:220px;text-align:left}.cell-editor label{display:block;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.cell-editor input,.cell-editor select{display:block;width:100%;margin-top:.2rem;padding:.35rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.85rem}.cell-editor-presets{margin:.5rem 0}.presets-label{font-size:.7rem;color:var(--text-muted);display:block;margin-bottom:.35rem}.preset-chips{display:flex;flex-wrap:wrap;gap:.25rem;max-height:120px;overflow-y:auto}.preset-chip{border:1px solid var(--border);border-radius:4px;padding:.15rem .35rem;font-size:.65rem;font-weight:600;cursor:pointer;font-family:inherit}.preset-chip:hover{filter:brightness(.95)}@media(max-width:768px){.app-header h1{font-size:1rem}.planning-wrapper{padding:.5rem}}
