@import"https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--accent: #d6804d;--accent-dark: #b9683f;--title: #1f2b3d;--muted: #5b646f}*{margin:0;padding:0;box-sizing:border-box;font-family:Manrope,sans-serif}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:#f5f4f5}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.container{padding-left:10%;padding-right:10%}#root{width:100%;margin:0;padding:0}.full-width{width:100vw;margin-left:calc(-50vw + 50%);padding-left:0;padding-right:0}.btn{background:#fff6ea;color:#212121;padding:14px 25px;font-size:16px;border-radius:20px;cursor:pointer;border:0;outline:0}h1,h2,h3,h4,h5,h6{position:relative;margin-bottom:1.5rem}.text-center h1:after,.text-center h2:after,.text-center h3:after,.text-center h4:after,.text-center h5:after,.text-center h6:after,h6.text-center:after{left:50%;transform:translate(-50%)}@media (max-width: 768px){h1:after,h2:after{width:50px;height:2px}h3:after,h4:after,h5:after,h6:after{width:40px;height:2px}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.loading-container{text-align:center;position:relative}.loading-logo{margin-bottom:30px;animation:logoFloat 3s ease-in-out infinite}.loading-logo img{width:80px;height:80px;border-radius:50%;box-shadow:0 8px 32px #0003;background:#fff;padding:8px;animation:logoRotate 4s linear infinite}.loading-spinner{position:relative;width:120px;height:120px;margin:0 auto 30px}.spinner-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:3px solid transparent;border-radius:50%;animation:spin 2s linear infinite}.spinner-ring:nth-child(1){width:120px;height:120px;border-top:3px solid rgba(255,255,255,.8);animation-duration:2s}.spinner-ring:nth-child(2){width:100px;height:100px;border-right:3px solid rgba(255,255,255,.6);animation-duration:1.5s;animation-direction:reverse}.spinner-ring:nth-child(3){width:80px;height:80px;border-bottom:3px solid rgba(255,255,255,.4);animation-duration:1s}.loading-text{color:#fff;font-family:Arial,sans-serif;font-size:18px;font-weight:300;letter-spacing:2px;display:flex;justify-content:center;align-items:center;gap:5px}.loading-dots{display:flex;gap:2px}.loading-dots span{animation:dotBounce 1.4s ease-in-out infinite}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes logoRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes dotBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}@media (max-width: 768px){.loading-logo img{width:60px;height:60px}.loading-spinner{width:100px;height:100px}.spinner-ring:nth-child(1){width:100px;height:100px}.spinner-ring:nth-child(2){width:80px;height:80px}.spinner-ring:nth-child(3){width:60px;height:60px}.loading-text{font-size:16px}}@media (max-width: 480px){.loading-logo img{width:50px;height:50px}.loading-spinner{width:80px;height:80px}.spinner-ring:nth-child(1){width:80px;height:80px}.spinner-ring:nth-child(2){width:65px;height:65px}.spinner-ring:nth-child(3){width:50px;height:50px}.loading-text{font-size:14px}}
