.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f3f4f6}.login-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 16px #00000026;width:320px;display:flex;flex-direction:column}.login-form h2{text-align:center;margin-bottom:1.5rem}.login-form input{padding:.75rem;margin-bottom:1rem;border-radius:8px;border:1px solid #d1d5db;font-size:1rem}.login-form button{padding:.75rem;background:#2563eb;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.login-form button:hover{background:#1d4ed8}.error-text{color:#dc2626;margin-bottom:.75rem;font-size:.9rem;text-align:center}.form-container{width:100%;min-height:100vh;padding:2rem;display:flex;justify-content:center;align-items:center;background:#f9fafb;overflow:hidden}.form-card{width:100%;max-width:900px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #00000014;overflow-y:auto;max-height:95vh}.form-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:span 2}label{font-size:.9rem;font-weight:500;margin-bottom:.3rem;color:#374151}input,select,textarea{padding:.6rem 1rem;border-radius:8px;border:1px solid #d1d5db;font-size:.95rem;transition:border .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb}textarea{resize:vertical}.form-actions{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:1rem}.btn-primary{background:#2563eb;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e5e7eb;color:#111827;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer}.btn-secondary:hover{background:#d1d5db}.input-error{border:2px solid #dc2626}.error-text{color:#dc2626;font-size:.8rem;margin-top:.2rem}.success-message{background:#d1fae5;padding:.5rem 1rem;margin-bottom:1rem;border-radius:6px;color:#065f46}.error-banner{background:#fee2e2;padding:.5rem 1rem;margin-bottom:1rem;border-radius:6px;color:#991b1b}body{margin:0}.calendar-container{width:100%;min-height:100vh;padding:40px 60px;background-color:#f4f6f9;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.back-button{background-color:#1f2937;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;margin-bottom:20px}.back-button:hover{background-color:#111827}.calendar-date{margin-bottom:30px;color:#1f2937}.hours-wrapper{display:flex;width:100%;gap:30px}.hours-scroll-wrapper{display:flex;overflow-x:auto;gap:20px;padding-bottom:20px;scroll-behavior:smooth}.hour-column{min-width:220px;background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000d}.hour-title{margin-bottom:20px;font-weight:700;font-size:18px;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.order-card{background-color:#f9fafb;border-radius:10px;padding:15px;margin-bottom:15px;box-shadow:0 3px 8px #0000000d;transition:transform .15s ease}.order-card:hover{transform:translateY(-2px)}.order-location{font-weight:700;margin-bottom:6px}.order-status{font-weight:700;margin-top:8px}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.header-left h1{margin:0;font-size:28px;color:#111827}.calendar-date{margin:5px 0 0;color:#6b7280}.current-hour{background-color:#eff6ff;border-top:4px solid #2563eb}.no-orders{color:#9ca3af;font-style:italic}.order-card{background-color:#fff;border-radius:10px;padding:16px;margin-bottom:16px;box-shadow:0 4px 12px #0000000d;transition:all .2s ease-in-out}.order-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.order-row{margin-bottom:4px;font-size:14px}.order-description{margin-top:6px;font-size:14px;color:#374151}.filter-container{margin-bottom:20px;display:flex;gap:10px}.filter-container button{padding:8px 14px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer}.filter-container button.active-filter{background-color:#2563eb;color:#fff;border:none}.calendar-hours{display:flex;gap:16px;overflow-x:auto;padding:10px 0}.next-panel{display:flex;gap:20px;margin:20px 0}.next-hour,.next-delivery{background:#f6f7fb;padding:12px 18px;border-radius:10px;font-weight:600}.next-hour p,.next-delivery p{margin:4px 0 0;font-weight:400}.sidebar{width:220px;background:#061049;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1rem}.sidebar-logo{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.sidebar-menu button{display:block;width:100%;padding:.75rem;margin-bottom:.5rem;background:none;border:none;color:#fff;font-size:1rem;text-align:left;cursor:pointer;border-radius:6px;transition:background .2s}.sidebar-menu button:hover{background:#1528ff}.logout-button{padding:.75rem;width:100%;background:#1528ff;color:#fff;border:none;border-radius:6px;cursor:pointer}.logout-button:hover{background:#1c3aff}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.dashboard-layout{display:flex;min-height:100vh;background:#f9fafb}.sidebar{background:#111827;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1rem;width:250px;transition:all .3s ease;position:fixed;height:100vh}.sidebar.closed{width:70px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.sidebar-header h2{font-size:1.4rem;font-weight:700;white-space:nowrap}.toggle-btn{background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer}.sidebar-menu{display:flex;flex-direction:column;gap:.5rem}.sidebar-menu button{padding:.8rem 1rem;border-radius:8px;border:none;background:none;color:#fff;font-size:1rem;text-align:left;cursor:pointer;transition:all .2s ease}.sidebar-menu button.active,.sidebar-menu button:hover{background:#374151}.sidebar-bottom{margin-top:auto}.logout-button{padding:.8rem 1rem;border-radius:8px;border:none;background:#dc2626;cursor:pointer;transition:background .2s}.logout-button:hover{background:#b91c1c}.dashboard-content{margin-left:250px;flex:1;padding:2rem;transition:margin-left .3s ease}.sidebar.closed+.dashboard-content{margin-left:70px}@media(max-width:768px){.sidebar{position:absolute;z-index:100;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.dashboard-content{margin-left:0}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}body{margin:0;min-height:100vh}#root{width:100%}
