.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ebf4eb;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity 0.5s ease-out}.loading-container{text-align:center}.loading-logo{width:200px;margin-bottom:20px;opacity:0;animation:fadeIn 1s ease-in forwards}.loading-title{font-size:2.5rem;font-weight:700;color:#2e7d32;margin-bottom:30px;opacity:0;animation:fadeIn 1s ease-in 0.3s forwards;font-family:'Arial',sans-serif;text-transform:uppercase;letter-spacing:2px}.leaf-loader{display:flex;justify-content:center;margin-bottom:20px}.leaf{width:15px;height:15px;background-color:#4CAF50;border-radius:50% 0 50% 50%;margin:0 5px;transform:rotate(45deg);opacity:0}.leaf:nth-child(1){animation:leafAnimation 1.5s infinite ease-in-out}.leaf:nth-child(2){animation:leafAnimation 1.5s infinite ease-in-out 0.2s}.leaf:nth-child(3){animation:leafAnimation 1.5s infinite ease-in-out 0.4s}.loading-text{color:#005A32;font-size:1rem;opacity:0;animation:fadeIn 1s ease-in 0.6s forwards}@keyframes fadeIn{to{opacity:1}}@keyframes leafAnimation{0%,100%{transform:translateY(0) rotate(45deg);opacity:.6}50%{transform:translateY(-15px) rotate(45deg);opacity:1}}.content-wrapper{opacity:0;transition:opacity 0.5s ease-in}@media (max-width:600px){.loading-logo{width:150px}}