*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);height:100vh;line-height:1.4;overflow:hidden}.app-container{height:100vh;display:flex;flex-direction:column;padding:.5rem;overflow:hidden}.app-container.ar{direction:rtl;font-family:Segoe UI,Tahoma,Arial,sans-serif}.app-container.en{direction:ltr;font-family:Segoe UI,Roboto,Arial,sans-serif}.app-header{background:linear-gradient(135deg,#10b981,#059669);border-radius:.75rem;padding:.75rem;margin-bottom:.5rem;box-shadow:0 4px 15px #10b9814d;color:#fff;flex-shrink:0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.logo-section{display:flex;align-items:center;gap:.75rem;flex:1}.farm-logo{width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#fff;padding:3px;box-shadow:0 2px 8px #0003}.title-section{flex:1}.main-title{font-size:1.4rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 1px 3px rgba(0,0,0,.1)}.subtitle{font-size:.9rem;opacity:.9;font-weight:400}.language-toggle{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;padding:.5rem .75rem;font-size:.8rem}.language-toggle:hover{background:#ffffff4d;transform:translateY(-1px)}.calendar-container{background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(16,185,129,.1);flex:1;display:flex;flex-direction:column;overflow:hidden}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:.5rem;border:2px solid #f59e0b;flex-shrink:0}.month-year{font-size:1.3rem;font-weight:700;color:#92400e;text-align:center;flex:1}.nav-button{background:#fff;border:2px solid #f59e0b;color:#92400e;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-button:hover{background:#f59e0b;color:#fff;transform:scale(1.05)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem;flex-shrink:0}.weekday-header{text-align:center;font-weight:600;color:#374151;padding:.4rem;background:#f3f4f6;border-radius:.375rem;font-size:.75rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;flex:1;align-content:start}.calendar-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;cursor:pointer;transition:all .3s ease;position:relative;font-weight:500;border:2px solid transparent;padding:.25rem;min-height:0;max-height:80px}.calendar-day:hover{transform:scale(1.05);box-shadow:0 4px 15px #00000026}.calendar-day.empty{cursor:default;background:transparent}.calendar-day.empty:hover{transform:none;box-shadow:none}.calendar-day.normal{background:#fff;border-color:#d1d5db;color:#374151}.calendar-day.normal:hover{background:#f9fafb;border-color:#9ca3af}.calendar-day.one-day{background:linear-gradient(135deg,#fecaca,#fca5a5);border-color:#ef4444;color:#991b1b}.calendar-day.one-day:hover{background:linear-gradient(135deg,#fca5a5,#f87171);box-shadow:0 4px 15px #ef44444d}.calendar-day.two-days{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;color:#92400e}.calendar-day.two-days:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);box-shadow:0 4px 15px #f59e0b4d}.calendar-day.three-plus{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;color:#1e40af}.calendar-day.three-plus:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd);box-shadow:0 4px 15px #3b82f64d}.calendar-day.past{opacity:.5;cursor:not-allowed}.calendar-day.past:hover{transform:none;box-shadow:none}.day-number{font-size:.9rem;font-weight:700;margin-bottom:.1rem}.status-text{font-size:.5rem;font-weight:600;text-align:center;line-height:1.1;opacity:.9}.legend{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;padding:.75rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;margin-top:.5rem;flex-shrink:0}.legend-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:#374151}.legend-color{width:16px;height:16px;border-radius:.25rem;border:2px solid;flex-shrink:0}.legend-color.normal{background:#fff;border-color:#d1d5db}.legend-color.one-day{background:linear-gradient(135deg,#fecaca,#fca5a5);border-color:#ef4444}.legend-color.two-days{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.legend-color.three-plus{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6}.export-section{text-align:center;padding:.75rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(16,185,129,.1);margin-top:.5rem;flex-shrink:0}.export-button{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .3s ease;box-shadow:0 2px 10px #10b9814d}.export-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 15px #10b98166}.export-hint{margin-top:.5rem;color:#6b7280;font-size:.8rem;line-height:1.3}@media (max-width: 768px){.app-container{padding:.25rem}.app-header{padding:.5rem;margin-bottom:.25rem}.header-content,.logo-section{flex-direction:column;text-align:center;gap:.5rem}.farm-logo{width:40px;height:40px}.main-title{font-size:1.1rem}.subtitle{font-size:.8rem}.calendar-container{padding:.75rem}.calendar-header{padding:.5rem;margin-bottom:.5rem}.month-year{font-size:1.1rem}.nav-button{width:30px;height:30px}.calendar-day{padding:.15rem}.day-number{font-size:.8rem}.status-text{font-size:.45rem}.weekday-header{padding:.3rem;font-size:.65rem}.legend{gap:.75rem;padding:.5rem}.legend-item{font-size:.65rem}.legend-color{width:14px;height:14px}.export-section{padding:.5rem}.export-button{font-size:.8rem;padding:.6rem 1.2rem}.export-hint{font-size:.7rem}}@media (max-width: 480px){.calendar-day{padding:.1rem}.day-number{font-size:.7rem}.status-text{font-size:.4rem}.weekday-header{padding:.25rem;font-size:.6rem}.main-title,.month-year{font-size:1rem}.legend{flex-direction:column;align-items:center;gap:.5rem}.legend-item{font-size:.6rem}}@media (hover: hover){.calendar-day:not(.past):not(.empty):hover{cursor:pointer}}@media print{.export-section,.language-toggle{display:none}.app-container{height:auto;padding:0}.calendar-container{box-shadow:none;border:1px solid #ccc}}@media (min-width: 1200px){.app-container{max-width:1000px;margin:0 auto;padding:1rem}.calendar-day{max-height:70px}.day-number{font-size:.85rem}.status-text{font-size:.48rem}}@media (min-width: 768px) and (max-width: 1199px){.calendar-day{max-height:75px}.day-number{font-size:.88rem}.status-text{font-size:.49rem}}
