.Home_body__wNkVk{margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;color:#2d3748;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;overflow-x:hidden}.Home_container__9OuOz{min-height:100vh;width:100%;position:relative;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_main__2uIek{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;max-width:1200px;margin:0 auto;min-height:80vh}.Home_logoSection___Lrb2{margin-bottom:2rem}.Home_logo__ZEOng{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;box-shadow:0 20px 40px var(--shadow-medium);transition:var(--transition)}.Home_logo__ZEOng:hover{transform:scale(1.05);box-shadow:0 25px 50px var(--shadow-medium)}.Home_logo__ZEOng img{object-fit:cover}.Home_titleSection__A_Xyh{text-align:center;margin-bottom:3rem}.Home_title__YEn0u{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px var(--shadow-light)}.Home_subtitle__Qob9A{max-width:600px;margin:0 auto}.Home_arabicText__nkmMK{font-family:Amiri,serif;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:400;color:var(--text-secondary);margin:0 0 .5rem;direction:rtl}.Home_englishText__vGJbR{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-secondary);margin:0}.Home_errorMessage__X_0TQ{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;border-radius:var(--border-radius);padding:1rem 1.5rem;margin-bottom:2rem;color:#dc2626;display:flex;align-items:center;justify-content:space-between;max-width:500px;width:100%;box-shadow:0 4px 6px var(--shadow-light)}.Home_closeButton__3xUxp{background:none;border:none;color:#dc2626;cursor:pointer;font-size:1.2rem;padding:.25rem;border-radius:50%;transition:var(--transition)}.Home_closeButton__3xUxp:hover{background:rgba(220,38,38,.1)}.Home_predictionContainer__NuAol{width:100%;max-width:600px;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.Home_resultImage__s_jcm{background:var(--background-light);border-radius:var(--border-radius);padding:1rem;box-shadow:0 20px 40px var(--shadow-medium);margin-bottom:1rem;overflow:hidden}.Home_generatedImage__iHbXw{border-radius:var(--border-radius-small);width:100%;height:auto;display:block}.Home_successMessage__SCLRU{text-align:center;margin-top:1rem}.Home_successMessage__SCLRU p{color:#059669;font-weight:600;font-size:1.1rem;margin:0}.Home_loadingContainer__n2EF9{text-align:center;padding:2rem;background:var(--background-light);border-radius:var(--border-radius);box-shadow:0 10px 20px var(--shadow-light);max-width:400px;width:100%}.Home_loadingSpinner__eMQ06{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:Home_spin__mtALV 1s linear infinite;margin:0 auto 1rem}@keyframes Home_spin__mtALV{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_loadingText__H1HeN{color:var(--text-secondary);font-weight:500;margin:0 0 1rem}.Home_progressBar__SEhJ7{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;position:relative;margin-top:1rem}.Home_progressFill__lmpb4{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--primary-dark));border-radius:4px;transition:width .3s ease}.Home_progressText__iH0M_{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-top:.5rem;display:block}.Home_failedMessage__pSuV1{text-align:center;padding:1.5rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--border-radius);color:#dc2626;max-width:400px;width:100%}.Home_form__P1Xey{width:100%;max-width:600px;margin-bottom:4rem}.Home_inputGroup__3bZtI{margin-bottom:1.5rem}.Home_promptInput__XvFPE{width:100%;padding:1.5rem;font-size:1rem;font-family:inherit;border:2px solid var(--border-color);border-radius:var(--border-radius);background:var(--background-light);color:var(--text-primary);resize:vertical;min-height:120px;transition:var(--transition);box-shadow:0 4px 6px var(--shadow-light)}.Home_promptInput__XvFPE:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(255,105,180,.1)}.Home_promptInput__XvFPE:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.Home_promptInput__XvFPE::placeholder{color:#a0aec0}.Home_inputHint__vp4co{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);text-align:center}.Home_submitButton__dje68{width:100%;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;font-family:inherit;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);box-shadow:0 10px 20px var(--shadow-light);display:flex;align-items:center;justify-content:center;gap:.5rem}.Home_submitButton__dje68:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px var(--shadow-medium)}.Home_submitButton__dje68:active:not(:disabled){transform:translateY(0)}.Home_submitButton__dje68:disabled{opacity:.7;cursor:not-allowed;transform:none}.Home_buttonSpinner__8Whoq{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:Home_spin__mtALV 1s linear infinite}.Home_gallerySection__NUgFb{width:100%;padding:4rem 1rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Home_galleryHeader__nxEGw{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.Home_galleryHeader__nxEGw h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 1rem;color:var(--text-primary)}.Home_galleryHeader__nxEGw p{font-size:1.1rem;color:var(--text-secondary);margin:0}.Home_gallery__c9toR{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.Home_galleryCard__EV01z{background:var(--background-light);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 10px 25px var(--shadow-light);transition:var(--transition)}.Home_galleryCard__EV01z:hover{box-shadow:0 20px 40px var(--shadow-medium)}.Home_galleryLink__Jbwn0{display:block;text-decoration:none;color:inherit}.Home_imageContainer__PFGaB{position:relative;width:100%;height:250px;overflow:hidden}.Home_galleryImage__KE3pX{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.Home_galleryCard__EV01z:hover .Home_galleryImage__KE3pX{transform:scale(1.05)}.Home_galleryCaption__JHDro{padding:1rem}.Home_promptText__WX0tC{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.4}.Home_emptyGallery__I5YNX{grid-column:1/-1;text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem}.Home_footer__wJNRn{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 1rem 2rem;border-top:1px solid hsla(0,0%,100%,.1)}.Home_footerContent__wfaND{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.Home_footerLogo__TXwJA img{border-radius:50%}.Home_footerInfo__2_NQk{display:flex;flex-direction:column;align-items:center;gap:1rem}.Home_footerLink__fontJ{transition:var(--transition)}.Home_footerLink__fontJ:hover{transform:scale(1.05)}.Home_poweredBy__ceTPu{max-height:40px;width:auto}.Home_footerText__pE_46{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}@media (max-width:768px){.Home_main__2uIek{padding:1rem}.Home_logo__ZEOng{width:100px;height:100px}.Home_gallery__c9toR{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.Home_imageContainer__PFGaB{height:200px}.Home_footerContent__wfaND{flex-direction:column}}@media (max-width:480px){.Home_gallery__c9toR{grid-template-columns:1fr;gap:1rem}.Home_promptInput__XvFPE{padding:1rem;min-height:100px}.Home_submitButton__dje68{padding:1rem;font-size:1rem}}.Home_closeButton__3xUxp:focus-visible,.Home_promptInput__XvFPE:focus-visible,.Home_submitButton__dje68:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}