*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{color:#333;font-family:Poppins,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 5%}.btn{color:#6c5ce7;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-primary:hover{box-shadow:0 10px 30px #667eea66}.section-title{text-align:center;color:#2d3436;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:#636e72;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.form-group{margin-bottom:1.5rem}.form-group label{color:#2d3436;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:12px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus{border-color:#6c5ce7;outline:none;box-shadow:0 0 0 4px #6c5ce71a}.error-message{color:#e74c3c;text-align:center;background:#ffe6e6;border-radius:10px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.navbar{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;padding:.75rem 5%;display:flex;position:fixed;top:0;box-shadow:0 2px 20px #0000001a}.navbar-transparent{box-shadow:none;background:0 0}.logo{align-items:center;text-decoration:none;display:flex}.logo-img{width:auto;height:80px}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#2d3436;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#6c5ce7}.nav-links .nav-login{color:#fff;background:#6c5ce7;border-radius:25px;padding:.5rem 1.25rem;transition:background .3s,transform .2s}.nav-links .nav-login:hover{color:#fff;background:#5b4cdb;transform:translateY(-2px)}.logout-btn{color:#636e72;cursor:pointer;background:0 0;border:2px solid #e9ecef;border-radius:25px;padding:.5rem 1.25rem;font-weight:500;transition:all .3s}.logout-btn:hover{color:#e74c3c;border-color:#e74c3c}.language-dropdown{position:relative}.language-btn{color:#636e72;cursor:pointer;background:0 0;border:2px solid #e9ecef;border-radius:25px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.language-btn:hover{color:#667eea;border-color:#667eea}.language-btn svg{flex-shrink:0}.language-menu{z-index:100;background:#fff;border-radius:12px;min-width:140px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.language-option{text-align:left;color:#2d3436;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;display:block}.language-option:hover{color:#667eea;background:#f8f9fa}.language-option.active{color:#fff;background:#667eea}.mobile-language-selector{border-top:1px solid #e9ecef;margin-top:1rem;padding:1rem 1.5rem}.mobile-language-label{color:#636e72;margin-bottom:.75rem;font-size:.85rem;display:block}.mobile-language-options{gap:.5rem;display:flex}.mobile-language-btn{color:#2d3436;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.mobile-language-btn:hover{color:#667eea;border-color:#667eea}.mobile-language-btn.active{color:#fff;background:#667eea;border-color:#667eea}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:8px;transition:background .2s;display:none}.mobile-menu-btn:hover{background:#f8f9fa}.hamburger-line{background:#2d3436;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s}.mobile-menu-btn.active .hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;opacity:0;background:#00000080;transition:opacity .3s;display:none;position:fixed;inset:0}.mobile-menu-overlay.active{opacity:1}.mobile-menu{z-index:1002;background:#fff;flex-direction:column;width:100%;max-width:320px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.mobile-menu.active{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-menu-title{color:#2d3436;font-size:1.1rem;font-weight:600}.mobile-close-btn{cursor:pointer;color:#636e72;background:#f8f9fa;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex}.mobile-close-btn:hover{color:#2d3436;background:#e9ecef}.mobile-nav-links{flex:1;padding:1rem 0;list-style:none;overflow-y:auto}.mobile-nav-links li{border-bottom:1px solid #f1f2f6}.mobile-nav-links a{color:#2d3436;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav-links a:hover{color:#6c5ce7;background:#f8f9fa}.mobile-menu-footer{border-top:1px solid #e9ecef;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.mobile-btn{text-align:center;cursor:pointer;border-radius:12px;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.mobile-btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}.mobile-btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.mobile-btn-secondary{color:#636e72;background:#fff;border:2px solid #e9ecef}.mobile-btn-secondary:hover{color:#6c5ce7;border-color:#6c5ce7}.footer{color:#fff;text-align:center;background:#2d3436;padding:3rem 5%}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.copyright{opacity:.6;font-size:.9rem}.hero{text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:200%;height:200%;animation:20s linear infinite move;position:absolute}@keyframes move{0%{transform:translate(-50%,-50%)}to{transform:translate(0%)}}.hero-content{z-index:1;box-sizing:border-box;width:100%;min-width:0;max-width:800px;padding:0 1rem;position:relative}.hero h1{color:#fff;text-shadow:2px 2px 4px #0003;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:1.5rem;padding:0;font-size:clamp(1.75rem,5vw,3.5rem)}.hero p{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem}.prompt-generator{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;width:100%;min-width:0;margin-top:3rem;display:flex}.prompt-box-container{flex:1;width:100%;min-width:0;max-width:900px}.prompt-label{color:#fffc;text-align:left;margin-bottom:.75rem;font-size:.9rem}.prompt-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffff26;border:2px solid #fff3;border-radius:16px;width:100%;padding:.5rem .75rem;transition:background .3s,border-color .3s,padding .3s,border-radius .3s,box-shadow .3s}.prompt-box:focus-within{background:#ffffff40;border-color:#fff9;border-radius:20px;padding:.75rem 1rem;box-shadow:0 15px 50px #00000040}.prompt-input-wrapper{align-items:flex-end;gap:.75rem;width:100%;min-width:0;display:flex}.prompt-input{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;min-width:0;min-height:40px;max-height:150px;padding:.5rem;font-family:inherit;font-size:1rem;line-height:1.4;transition:font-size .2s;overflow-y:auto}.prompt-box:focus-within .prompt-input{font-size:1.1rem}.prompt-input::placeholder{color:#ffffff80}.prompt-input:disabled{opacity:.6}.prompt-send-btn{cursor:pointer;background:#fff;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.prompt-box:focus-within .prompt-send-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;width:50px;height:50px}.prompt-box:focus-within .prompt-send-btn svg{color:#fff}.prompt-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 5px 20px #0003}.prompt-send-btn:disabled{opacity:.6;cursor:not-allowed}.prompt-send-btn svg{color:#6c5ce7;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.prompt-box:focus-within .prompt-send-btn svg{width:24px;height:24px}.preview-cta{text-align:center;margin-top:1.5rem;animation:.5s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.preview-cta p{color:#ffffffe6;margin-bottom:1rem;font-size:1rem}.btn-cta{color:#6c5ce7;background:#fff;border-radius:50px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 5px 20px #00000026}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040}.iphone-preview{flex-shrink:0;width:280px;height:560px;position:relative}.iphone-frame{background:#1a1a1a;border-radius:45px;padding:12px;position:absolute;inset:0;box-shadow:0 0 0 3px #333,0 20px 50px #0006,inset 0 0 0 2px #2a2a2a}.iphone-notch{z-index:10;background:#1a1a1a;border-radius:0 0 20px 20px;width:120px;height:28px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.iphone-notch:before{content:"";background:#333;border-radius:3px;width:60px;height:6px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.iphone-screen{background:linear-gradient(#2d3436 0%,#1a1a2e 100%);border-radius:35px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.iphone-status-bar{color:#ffffffe6;justify-content:space-between;align-items:flex-end;height:44px;padding:0 24px 8px;font-size:12px;font-weight:600;display:flex;position:absolute;top:0;left:0;right:0}.screen-placeholder{text-align:center;color:#fff9;padding:2rem}.screen-placeholder-icon{opacity:.7;margin-bottom:1rem;font-size:4rem}.screen-placeholder-text{font-size:.9rem;line-height:1.5}.screen-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.loading-spinner{border:4px solid #fff3;border-top-color:#6c5ce7;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#ffffffb3;font-size:.85rem}.loading-progress{background:#fff3;border-radius:2px;width:150px;height:4px;margin-top:1rem;overflow:hidden}.loading-progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:0%;height:100%;animation:3s ease-out forwards progress}@keyframes progress{0%{width:0%}20%{width:20%}50%{width:60%}80%{width:85%}to{width:100%}}.screen-result{width:100%;height:100%}.screen-result img{object-fit:cover;width:100%;height:100%}.result-overlay{color:#fff;background:linear-gradient(#0000,#000000b3);padding:2rem 1rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.result-title{font-size:.85rem;font-weight:600}.features{background:#f8f9fa;padding:6rem 5%}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{text-align:center;background:#fff;border-radius:20px;padding:2.5rem;transition:transform .3s;box-shadow:0 10px 40px #00000014}.feature-card:hover{transform:translateY(-10px)}.feature-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.feature-card h3{color:#2d3436;margin-bottom:1rem}.feature-card p{color:#636e72}.pricing-banner{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;max-width:900px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:2.5rem 3rem;display:flex;box-shadow:0 15px 40px #667eea59}.pricing-banner-content{align-items:center;gap:1.5rem;display:flex}.pricing-badge{color:#6c5ce7;white-space:nowrap;background:#fff;border-radius:12px;padding:1rem 1.5rem;font-size:2rem;font-weight:700}.pricing-period{opacity:.8;font-size:1rem;font-weight:500}.pricing-text h3{margin-bottom:.25rem;font-size:1.4rem}.pricing-text p{color:#ffffffe6;margin:0;font-size:1rem}.pricing-btn{color:#6c5ce7;white-space:nowrap;background:#fff;flex-shrink:0}.pricing-btn:hover{background:#f8f9fa}.designs{padding:6rem 5%}.designs-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.design-card{background:#fff;border-radius:20px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 40px #0000001a}.design-card.clickable{cursor:pointer}.design-card:hover{transform:translateY(-10px)}.design-preview{justify-content:center;align-items:center;height:250px;font-size:4rem;display:flex;overflow:hidden}.design-preview img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.design-card.clickable:hover .design-preview img{transform:scale(1.05)}.design-1{background:linear-gradient(135deg,#ff9a9e 0%,#fecfef 100%)}.design-2{background:linear-gradient(135deg,#a18cd1 0%,#fbc2eb 100%)}.design-3{background:linear-gradient(135deg,#ffecd2 0%,#fcb69f 100%)}.design-4{background:linear-gradient(135deg,#84fab0 0%,#8fd3f4 100%)}.design-5{background:linear-gradient(135deg,#a1c4fd 0%,#c2e9fb 100%)}.design-6{background:linear-gradient(135deg,#d299c2 0%,#fef9d7 100%)}.design-info{padding:1.5rem}.design-info h3{color:#2d3436;margin-bottom:.5rem}.design-info p{color:#636e72;font-size:.9rem}.about{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 5%}.about-content{text-align:center;max-width:800px;margin:0 auto}.about h2{margin-bottom:1.5rem;font-size:2.5rem}.about p{opacity:.9;margin-bottom:1.5rem;font-size:1.1rem}.stats{flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:3rem;display:flex}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:700}.stat-label{opacity:.8}.faq{background:#fff;padding:6rem 5%}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#f8f9fa;border-radius:16px;margin-bottom:1rem;transition:box-shadow .3s;overflow:hidden}.faq-item:hover{box-shadow:0 5px 20px #00000014}.faq-item.open{box-shadow:0 10px 30px #0000001a}.faq-question{text-align:left;color:#2d3436;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:color .3s;display:flex}.faq-question:hover{color:#6c5ce7}.faq-icon{color:#6c5ce7;flex-shrink:0;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{color:#636e72;margin:0;line-height:1.8}.contact{background:#f8f9fa;padding:6rem 5%}.contact-container{max-width:600px;margin:0 auto}.contact-form{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #0000001a}.contact-form textarea{resize:vertical;height:150px}.contact-form .btn{border:none;width:100%;font-size:1rem}.design-modal-overlay{z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.design-modal{flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;position:relative}.modal-close-btn{color:#fff;cursor:pointer;opacity:.7;z-index:10;background:0 0;border:none;padding:.5rem;transition:opacity .3s;position:absolute;top:-50px;right:0}.modal-close-btn:hover{opacity:1}.modal-content{flex-direction:column;align-items:center;display:flex}.modal-image-container{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.modal-image-wrapper{flex:1;justify-content:center;align-items:center;max-height:70vh;display:flex}.modal-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:70vh;box-shadow:0 20px 60px #00000080}.nav-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:background .3s,transform .2s;display:flex}.nav-arrow:hover{background:#fff3;transform:scale(1.1)}.modal-info{text-align:center;color:#fff;margin-top:1.5rem}.modal-info h2{margin-bottom:.5rem;font-size:1.5rem}.modal-info p{opacity:.8;font-size:.95rem}.image-indicators{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.indicator{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;transition:background .3s,transform .2s}.indicator:hover{background:#ffffff80}.indicator.active{background:#fff;transform:scale(1.2)}.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;min-height:100vh;display:flex}.auth-nav{background:#fff;padding:.75rem 5%}.auth-nav .logo-img{width:auto;height:80px}.auth-container{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card{background:#fff;border-radius:24px;width:100%;max-width:420px;padding:3rem;box-shadow:0 20px 60px #0003}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h1{color:#2d3436;margin-bottom:.5rem;font-size:1.75rem}.auth-header p{color:#636e72;font-size:.95rem}.registration-required{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.registration-required-icon{margin-bottom:.5rem;font-size:2rem}.registration-required p{margin:.25rem 0;font-size:.9rem}.test-hint{color:#004085;background:#e8f4fd;border:1px solid #b8daff;border-radius:10px;margin-bottom:1.5rem;padding:1rem;font-size:.85rem}.pending-prompt{background:#f8f9fa;border-left:4px solid #6c5ce7;border-radius:12px;flex-direction:column;justify-content:center;min-height:200px;margin-bottom:1.5rem;padding:2rem;display:flex;overflow:hidden}.pending-prompt-label{color:#636e72;margin-bottom:.75rem;font-size:.9rem}.pending-prompt-text{color:#2d3436;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;font-size:1.1rem;font-weight:500;line-height:1.8}.form-options{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem;display:flex}.remember-me{color:#636e72;cursor:pointer;align-items:center;gap:.5rem;display:flex}.remember-me input{accent-color:#6c5ce7;width:18px;height:18px}.forgot-password{color:#6c5ce7;font-weight:500;text-decoration:none}.forgot-password:hover{text-decoration:underline}.btn-full{border-radius:12px;width:100%;padding:1rem;font-size:1rem}.divider{color:#b2bec3;align-items:center;margin:2rem 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:#e9ecef;flex:1;height:1px}.divider span{padding:0 1rem}.social-login{gap:1rem;display:flex}.social-btn{color:#2d3436;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:border-color .3s,background .3s;display:flex}.social-btn:hover{background:#f8f9fa;border-color:#6c5ce7}.social-btn svg{width:20px;height:20px}.auth-footer{text-align:center;color:#636e72;margin-top:2rem;font-size:.95rem}.auth-footer a{color:#6c5ce7;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.password-requirements{color:#636e72;margin-top:.5rem;font-size:.8rem}.terms-checkbox{color:#636e72;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.terms-checkbox input{accent-color:#6c5ce7;flex-shrink:0;width:18px;height:18px;margin-top:2px}.terms-checkbox a{color:#6c5ce7;text-decoration:none}.terms-checkbox a:hover{text-decoration:underline}.dashboard{background:#f8f9fa;min-height:100vh}.dashboard-nav{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;padding:.75rem 5%;display:flex;position:fixed;top:0;box-shadow:0 2px 20px #0000001a}.dashboard-nav .logo-img{width:auto;height:80px}.nav-right{align-items:center;gap:1.5rem;display:flex}.user-menu{align-items:center;gap:.75rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:600;display:flex}.user-name{color:#2d3436;font-weight:500}.dashboard-content{max-width:1400px;margin:0 auto;padding:8rem 5% 3rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#2d3436;margin-bottom:.5rem;font-size:2rem}.dashboard-header p{color:#636e72}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f}.stat-card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.stat-card-icon.purple{background:#6c5ce71a}.stat-card-icon.green{background:#00b8941a}.stat-card-icon.orange{background:#fd79a81a}.stat-card h3{color:#2d3436;margin-bottom:.25rem;font-size:1.75rem}.stat-card p{color:#636e72;font-size:.9rem}.create-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;margin-bottom:2rem;padding:2.5rem}.create-section h2{margin-bottom:.5rem;font-size:1.5rem}.create-section>p{opacity:.9;margin-bottom:1.5rem}.prompt-container{flex-wrap:wrap;align-items:flex-start;gap:2rem;display:flex}.prompt-box-wrapper{flex:1;width:100%;min-width:0}.prompt-hint{opacity:.8;margin-top:.75rem;font-size:.85rem}.phone-preview-small{flex-shrink:0;width:160px;height:320px}.phone-preview-small .phone-frame{background:#1a1a1a;border-radius:24px;width:100%;height:100%;padding:8px;box-shadow:0 10px 30px #0000004d}.phone-preview-small .phone-screen{background:linear-gradient(#2d3436 0%,#1a1a2e 100%);border-radius:18px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.phone-preview-small .screen-placeholder{text-align:center;color:#ffffff80;font-size:.7rem}.phone-preview-small .screen-placeholder-icon{margin-bottom:.5rem;font-size:2rem}.phone-preview-small .screen-loading{color:#fff;flex-direction:column;align-items:center;font-size:.7rem;display:flex}.phone-preview-small .loading-spinner{border:3px solid #fff3;border-top-color:#6c5ce7;border-radius:50%;width:24px;height:24px;margin-bottom:.5rem;animation:1s linear infinite spin}.phone-preview-small .screen-result{width:100%;height:100%}.phone-preview-small .screen-result img{object-fit:cover;width:100%;height:100%}.designs-section{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 4px 20px #0000000f}.designs-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.designs-header h2{color:#2d3436;font-size:1.25rem}.download-all-btn{color:#fff;cursor:pointer;background:#6c5ce7;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-weight:500;transition:background .3s;display:flex}.download-all-btn:hover{background:#5b4cdb}.dashboard .designs-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.dashboard .design-card{background:#f8f9fa;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.dashboard .design-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.dashboard .design-preview{height:200px;position:relative;overflow:hidden}.dashboard .design-preview img{object-fit:cover;width:100%;height:100%}.design-status{text-transform:capitalize;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;right:.75rem}.design-status.completed{color:#fff;background:#00b894e6}.design-prompt{color:#2d3436;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.85rem;display:-webkit-box;overflow:hidden}.design-meta{color:#636e72;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.design-action-btn{cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .3s,color .3s;display:flex}.design-action-btn:hover{color:#fff;background:#6c5ce7}.empty-state{text-align:center;color:#636e72;padding:4rem 2rem}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state h3{color:#2d3436;margin-bottom:.5rem}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:24px;width:100%;max-width:450px;padding:2rem;box-shadow:0 20px 60px #0000004d}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h2{color:#2d3436;margin-bottom:.5rem;font-size:1.5rem}.modal-header p{color:#636e72}.payment-amount{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.payment-amount .price{font-size:2.5rem;font-weight:700}.payment-amount .price .price-note{opacity:.8;font-size:1rem;font-weight:500}.payment-amount .description{opacity:.9;font-size:.9rem}.trial-benefits{background:#f8f9fa;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.25rem}.benefit-item{color:#2d3436;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;display:flex}.benefit-item svg{color:#00b894;flex-shrink:0}.subscription-status.green{color:#00b894;font-size:1.25rem}.subscription-status.gray{color:#636e72;font-size:1.25rem}.subscription-banner{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #667eea4d}.subscription-banner-content{align-items:center;gap:1.25rem;display:flex}.subscription-banner-icon{font-size:2.5rem}.subscription-banner-text h3{margin-bottom:.25rem;font-size:1.25rem}.subscription-banner-text p{opacity:.9;margin:0;font-size:.95rem}.subscribe-btn{color:#6c5ce7;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:12px;padding:.875rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0003}.card-element-wrapper{border:2px solid #e9ecef;border-radius:12px;margin-bottom:1rem;padding:1rem}.card-error{color:#e74c3c;margin-bottom:1rem;font-size:.85rem}.pay-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.pay-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.pay-btn:disabled{opacity:.6;cursor:not-allowed}.modal-close{color:#636e72;cursor:pointer;background:0 0;border:2px solid #e9ecef;border-radius:12px;width:100%;margin-top:1rem;padding:.75rem;font-family:inherit;font-size:.9rem;transition:border-color .3s;display:block}.modal-close:hover{border-color:#636e72}.secure-badge{color:#636e72;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.legal-page{background:#f8f9fa;min-height:100vh}.page-header{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 5% 4rem}.page-header h1{margin-bottom:.5rem;font-size:2.5rem}.page-header p{opacity:.9}.content{max-width:800px;margin:0 auto;padding:4rem 2rem}.content-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #00000014}.content-card h2{color:#2d3436;margin:2rem 0 1rem;font-size:1.5rem}.content-card h2:first-child{margin-top:0}.content-card p{color:#636e72;margin-bottom:1rem;line-height:1.8}.content-card ul{color:#636e72;margin-bottom:1rem;padding-left:1.5rem;line-height:1.8}.content-card li{margin-bottom:.5rem}.highlight-box{background:#f8f9fa;border-left:4px solid #6c5ce7;border-radius:0 10px 10px 0;margin:1.5rem 0;padding:1rem 1.5rem}.highlight-box p{margin-bottom:0}@media (max-width:768px){.section-title{font-size:2rem}.prompt-generator{flex-direction:column;gap:2rem}.pricing-banner{text-align:center;flex-direction:column;padding:2rem}.pricing-banner-content{flex-direction:column}.stats{gap:2rem}.stat-number{font-size:2rem}.iphone-preview{width:220px;height:440px}.iphone-frame{border-radius:35px;padding:10px}.iphone-screen{border-radius:28px}.iphone-notch{width:90px;height:22px;top:10px}.design-modal-overlay{padding:1rem}.nav-arrow{width:44px;height:44px}.modal-close-btn{top:-40px}.desktop-nav{display:none}.mobile-menu-btn{display:flex}.mobile-menu-overlay{pointer-events:none;display:block}.mobile-menu-overlay.active{pointer-events:auto}.mobile-menu{display:flex}.logo-img{height:70px}.auth-card{padding:2rem}.form-row{flex-direction:column;gap:0}.social-login{flex-direction:column}.dashboard-content{padding:5rem 1rem 2rem}.prompt-container{flex-direction:column}.phone-preview-small{align-self:center}.nav-right{gap:.75rem}.user-name{display:none}.subscription-banner{text-align:center;flex-direction:column;padding:1.5rem}.subscription-banner-content{flex-direction:column}.page-header h1{font-size:2rem}.content-card{padding:2rem}}@media (max-width:480px){.navbar{padding:.5rem 4%}.logo-img{height:65px}.mobile-menu{max-width:100%}.hero{padding:7rem 1rem 2rem}.hero p{font-size:1rem}.prompt-box{border-radius:12px;padding:.4rem .6rem}.prompt-box:focus-within{border-radius:16px;padding:.6rem .8rem}.prompt-input-wrapper{gap:.5rem}.prompt-input{min-height:36px;padding:.4rem;font-size:.9rem}.prompt-box:focus-within .prompt-input{font-size:1rem}.prompt-send-btn{border-radius:8px;width:36px;height:36px}.prompt-box:focus-within .prompt-send-btn{border-radius:10px;width:44px;height:44px}.prompt-send-btn svg{width:18px;height:18px}.prompt-box:focus-within .prompt-send-btn svg{width:22px;height:22px}.section-title{font-size:1.5rem}.pricing-banner{padding:1.5rem}.pricing-badge{padding:.75rem 1rem;font-size:1.5rem}.create-section{border-radius:16px;padding:1.5rem}.auth-card{padding:1.5rem}}
