.image-editing-page{color:#1e293b;background:#fff;min-height:100vh;font-family:Montserrat,sans-serif;position:relative;overflow-x:hidden}.particle-background{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.particle{background:#3b82f633;border-radius:50%;animation:15s ease-in-out infinite float;position:absolute}.particle:first-child{width:12px;height:12px;animation-duration:18s;top:15%;left:10%}.particle:nth-child(2){width:18px;height:18px;animation-duration:22s;top:45%;left:25%}.particle:nth-child(3){width:10px;height:10px;animation-duration:20s;top:65%;left:55%}.particle:nth-child(4){width:15px;height:15px;animation-duration:19s;top:25%;left:75%}.particle:nth-child(5){width:14px;height:14px;animation-duration:21s;top:85%;left:15%}.particle:nth-child(6){width:16px;height:16px;animation-duration:23s;top:35%;left:65%}@keyframes float{0%{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.5;transform:translateY(-80px)scale(1.1)}to{opacity:.3;transform:translateY(0)scale(1)}}.container{max-width:1400px;margin:0 auto;padding:0 20px}.hero-section{text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);padding:100px 20px 60px}.hero-content h1{color:#1e293b;margin-bottom:20px;font-size:2.8rem;font-weight:800;line-height:1.2}.hero-description{color:#64748b;max-width:800px;margin:0 auto 40px;font-size:1.2rem;line-height:1.6}.cta-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 40px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0000001a}.cta-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 30px #3b82f64d}.cta-button:disabled{color:#6b7280;cursor:not-allowed;background:#e5e7eb;transform:none}.projects-section{background:#f8fafc;padding:60px 20px}.section-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.section-header h2{color:#1e293b;font-size:2.2rem;font-weight:700}.loading-state{text-align:center;padding:80px 20px}.spinner{border:4px solid #3b82f6;border-top-color:#0000;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;background:#fff;border-radius:16px;padding:80px 20px;box-shadow:0 4px 20px #0000000d}.empty-icon{color:#cbd5e1;margin-bottom:20px;font-size:4rem}.empty-state h3{color:#1e293b;margin-bottom:10px;font-size:1.8rem;font-weight:600}.empty-state p{color:#64748b;margin-bottom:30px;font-size:1.1rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}.project-card{background:#fff;border:1px solid #3b82f61a;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #3b82f626}.project-preview{cursor:pointer;background:#f1f5f9;width:100%;height:220px;overflow:hidden}.project-preview img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.project-preview:hover img{transform:scale(1.05)}.project-placeholder{color:#0000001a;justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.project-info{padding:20px}.project-info h3{color:#1e293b;margin-bottom:8px;font-size:1.3rem;font-weight:600}.project-meta{color:#64748b;margin-bottom:5px;font-size:.9rem}.project-status{color:#3b82f6;background:#dbeafe;border-radius:12px;margin-bottom:15px;padding:4px 12px;font-size:.85rem;font-weight:600;display:inline-block}.project-actions{flex-wrap:wrap;gap:10px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.edit-btn{color:#fff;background:linear-gradient(90deg,#3b82f6,#8b5cf6);flex:1}.edit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d}.download-btn{color:#fff;background:#10b981}.download-btn:hover{background:#059669;transform:translateY(-2px)}.delete-btn{color:#fff;background:#ef4444;padding:8px 12px}.delete-btn:hover{background:#dc2626;transform:translateY(-2px)}.features-section{background:#fff;padding:80px 20px}.features-section h2{text-align:center;color:#1e293b;margin-bottom:50px;font-size:2.4rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.feature-card{text-align:center;background:#f8fafc;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 4px 20px #0000000d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #3b82f61f}.feature-icon{margin-bottom:20px;font-size:3rem;display:block}.feature-card h3{color:#1e293b;margin-bottom:15px;font-size:1.4rem;font-weight:600}.feature-card p{color:#64748b;font-size:1rem;line-height:1.6}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.create-modal,.login-modal{background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;padding:40px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s;position:absolute;top:15px;right:15px}.modal-close:hover{color:#3b82f6}.create-modal h2,.login-modal h1{color:#1e293b;text-align:center;margin-bottom:25px;font-size:2rem;font-weight:700}.form-group{margin-bottom:20px}.form-group label{color:#1e293b;margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:2px solid #3b82f633;border-radius:10px;width:100%;padding:12px 15px;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.preset-sizes{flex-direction:column;gap:10px;margin:20px 0;display:flex}.preset-sizes button{cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:10px;font-size:.9rem;transition:all .3s}.preset-sizes button:hover{background:#e2e8f0;border-color:#3b82f6}.login-modal form{flex-direction:column;gap:15px;display:flex}.login-modal input{padding:14px 15px}.divider{color:#64748b;text-align:center;margin:20px 0;font-size:.9rem;position:relative}.divider:before,.divider:after{content:"";background:#e5e7eb;width:42%;height:1px;position:absolute;top:50%}.divider:before{left:0}.divider:after{right:0}.auth-link{text-align:center;color:#64748b;margin-top:20px;font-size:.95rem}.auth-link a{color:#3b82f6;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.error-message{color:#ef4444;text-align:center;background:#ef44441a;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:15px;padding:12px}.error-toast{color:#fff;z-index:1001;background:#ef4444;border-radius:12px;padding:16px 24px;animation:.3s slideIn;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 30px #0003}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.use-cases-section{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:80px 20px}.use-cases-section h2{text-align:center;color:#1e293b;margin-bottom:50px;font-size:2.4rem;font-weight:700}.use-cases-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.use-case-card{background:#fff;border:1px solid #3b82f61a;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 4px 20px #0000000f}.use-case-card:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 8px 30px #3b82f626}.use-case-card h3{color:#1e293b;margin-bottom:15px;font-size:1.5rem;font-weight:600}.use-case-card p{color:#64748b;font-size:1rem;line-height:1.7}.how-it-works-section{background:#fff;padding:80px 20px}.how-it-works-section h2{text-align:center;color:#1e293b;margin-bottom:15px;font-size:2.4rem;font-weight:700}.section-subtitle{text-align:center;color:#64748b;margin-bottom:50px;font-size:1.2rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:35px;max-width:1200px;margin:0 auto;display:grid}.step-card{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:2px solid #0000;border-radius:16px;padding:35px;transition:all .3s;position:relative;box-shadow:0 4px 20px #0000000d}.step-card:hover{border-color:#3b82f633;transform:translateY(-5px);box-shadow:0 8px 30px #3b82f61f}.step-number{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:1.8rem;font-weight:700;display:flex;box-shadow:0 4px 15px #3b82f64d}.step-card h3{color:#1e293b;margin-bottom:15px;font-size:1.4rem;font-weight:600}.step-card p{color:#64748b;font-size:1rem;line-height:1.7}.faq-section{background:#f8fafc;padding:80px 20px}.faq-section h2{text-align:center;color:#1e293b;margin-bottom:50px;font-size:2.4rem;font-weight:700}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;max-width:1200px;margin:0 auto;display:grid}.faq-item{background:#fff;border-left:4px solid #3b82f6;border-radius:12px;padding:30px;transition:all .3s;box-shadow:0 4px 15px #0000000d}.faq-item:hover{transform:translate(5px);box-shadow:0 6px 25px #3b82f61a}.faq-item h3{color:#1e293b;margin-bottom:12px;font-size:1.2rem;font-weight:600;line-height:1.4}.faq-item p{color:#64748b;font-size:1rem;line-height:1.7}.final-cta-section{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);padding:100px 20px}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:20px;font-size:2.8rem;font-weight:700}.cta-content p{color:#ffffffe6;margin-bottom:40px;font-size:1.3rem;line-height:1.6}.large-cta{color:#3b82f6;background:#fff;padding:20px 50px;font-size:1.2rem;box-shadow:0 8px 30px #0003}.large-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000004d}.comparison-section{background:#fff;padding:80px 20px}.comparison-section h2{text-align:center;color:#1e293b;margin-bottom:15px;font-size:2.4rem;font-weight:700}.comparison-table-wrapper{border-radius:16px;margin-top:40px;overflow-x:auto;box-shadow:0 4px 20px #00000014}.comparison-table{border-collapse:collapse;background:#fff;width:100%;min-width:700px}.comparison-table thead{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.comparison-table th{text-align:left;padding:20px 15px;font-size:1.1rem;font-weight:600}.comparison-table th:first-child{border-radius:16px 0 0}.comparison-table th:last-child{border-radius:0 16px 0 0}.comparison-table td{border-bottom:1px solid #e5e7eb;padding:18px 15px;font-size:1rem}.comparison-table tbody tr:hover{background:#f8fafc}.comparison-table .check{color:#10b981;font-size:1.3rem;font-weight:700}.comparison-table .cross{color:#ef4444;font-size:1.3rem;font-weight:700}.comparison-table .limited{color:#f59e0b;background:#fef3c7;border-radius:6px;padding:4px 8px;font-size:.85rem;font-weight:600}.templates-section{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:80px 20px}.templates-section h2{text-align:center;color:#1e293b;margin-bottom:15px;font-size:2.4rem;font-weight:700}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px;display:grid}.template-card{background:#fff;border:2px solid #0000;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 4px 20px #0000000f}.template-card:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 8px 30px #3b82f626}.template-icon{text-align:center;margin-bottom:15px;font-size:3rem}.template-card h3{color:#1e293b;text-align:center;margin-bottom:20px;font-size:1.5rem;font-weight:600}.template-sizes{margin:0;padding:0;list-style:none}.template-sizes li{color:#64748b;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:10px 0;font-size:.95rem;display:flex}.template-sizes li:last-child{border-bottom:none}.tutorials-section{background:#fff;padding:80px 20px}.tutorials-section h2{text-align:center;color:#1e293b;margin-bottom:15px;font-size:2.4rem;font-weight:700}.tutorials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:50px;display:grid}.tutorial-card{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border-left:5px solid #3b82f6;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 4px 20px #0000000d}.tutorial-card:hover{transform:translate(5px);box-shadow:0 8px 30px #3b82f61f}.tutorial-number{color:#3b82f6;opacity:.3;margin-bottom:15px;font-size:2.5rem;font-weight:800}.tutorial-card h3{color:#1e293b;margin-bottom:15px;font-size:1.4rem;font-weight:600}.tutorial-card>p{color:#64748b;margin-bottom:20px;font-size:1rem;line-height:1.7}.tutorial-topics{margin:0;padding:0;list-style:none}.tutorial-topics li{color:#475569;padding:8px 0 8px 25px;font-size:.9rem;position:relative}.tutorial-topics li:before{content:"→";color:#3b82f6;font-weight:700;position:absolute;left:0}.benefits-section{background:#f8fafc;padding:80px 20px}.benefits-section h2{text-align:center;color:#1e293b;margin-bottom:50px;font-size:2.4rem;font-weight:700}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;display:grid}.benefit-card{text-align:center;background:#fff;border-radius:16px;padding:30px;transition:all .3s;box-shadow:0 4px 15px #0000000d}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #3b82f61a}.benefit-icon{margin-bottom:15px;font-size:3rem}.benefit-card h3{color:#1e293b;margin-bottom:12px;font-size:1.3rem;font-weight:600}.benefit-card p{color:#64748b;font-size:.95rem;line-height:1.7}.deep-dive-section{background:#fff;padding:80px 20px}.deep-dive-section h2{text-align:center;color:#1e293b;margin-bottom:50px;font-size:2.4rem;font-weight:700}.industry-cards{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.industry-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:2px solid #0000;border-radius:16px;padding:35px;transition:all .3s;box-shadow:0 4px 20px #0000000f}.industry-card:hover{border-color:#3b82f633;transform:translateY(-5px);box-shadow:0 8px 30px #3b82f61f}.industry-card h3{color:#1e293b;margin-bottom:15px;font-size:1.5rem;font-weight:600}.industry-card p{color:#64748b;margin-bottom:20px;font-size:1rem;line-height:1.7}.industry-features{flex-wrap:wrap;gap:10px;display:flex}.industry-features span{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600}.seo-content-section{background:#f8fafc;padding:80px 20px}.seo-content{max-width:1000px;margin:0 auto}.seo-content h2{color:#1e293b;text-align:center;margin-bottom:40px;font-size:2.4rem;font-weight:700}.content-block{background:#fff;border-left:4px solid #3b82f6;border-radius:12px;margin-bottom:25px;padding:35px;box-shadow:0 4px 15px #0000000d}.content-block h3{color:#1e293b;margin-bottom:15px;font-size:1.6rem;font-weight:600}.content-block p{color:#475569;font-size:1.05rem;line-height:1.8}.stats-section{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:80px 20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.stat-card{text-align:center;padding:20px}.stat-number{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3.5rem;font-weight:800;line-height:1}.stat-label{color:#fffc;font-size:1.2rem;font-weight:500}@media (max-width:1024px){.comparison-table th,.comparison-table td{padding:15px 12px;font-size:.95rem}.templates-grid,.tutorials-grid,.industry-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-description{font-size:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:20px}.projects-grid,.features-grid,.form-row{grid-template-columns:1fr}.use-cases-section h2,.how-it-works-section h2,.faq-section h2{font-size:2rem}.steps-grid,.use-cases-grid,.faq-grid{grid-template-columns:1fr}.cta-content h2{font-size:2.2rem}.cta-content p{font-size:1.1rem}.large-cta{padding:16px 35px;font-size:1.1rem}.comparison-section h2,.templates-section h2,.tutorials-section h2,.benefits-section h2,.deep-dive-section h2,.seo-content h2{font-size:2rem}.comparison-table-wrapper{border-radius:12px}.comparison-table th,.comparison-table td{padding:12px 10px;font-size:.9rem}.template-card,.tutorial-card,.benefit-card,.industry-card,.content-block{padding:25px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stat-number{font-size:2.8rem}.stat-label{font-size:1rem}.industry-cards{grid-template-columns:1fr}.tutorial-number{font-size:2rem}}@media (max-width:480px){.hero-content h1,.section-header h2{font-size:1.8rem}.cta-button{padding:14px 30px;font-size:1rem}.create-modal,.login-modal{padding:30px 20px}.use-case-card,.step-card,.faq-item{padding:25px}.step-number{width:50px;height:50px;font-size:1.5rem}.cta-content h2{font-size:1.8rem}.comparison-section,.templates-section,.tutorials-section,.benefits-section,.deep-dive-section,.seo-content-section,.stats-section{padding:60px 15px}.comparison-section h2,.templates-section h2,.tutorials-section h2,.benefits-section h2,.deep-dive-section h2,.seo-content h2{font-size:1.8rem}.section-subtitle{font-size:1rem}.comparison-table{min-width:600px}.template-card h3,.tutorial-card h3,.benefit-card h3,.industry-card h3{font-size:1.2rem}.stats-grid{grid-template-columns:1fr;gap:25px}.stat-number{font-size:2.5rem}.content-block{padding:20px}.content-block h3{font-size:1.3rem}.content-block p{font-size:1rem}}@media print{.comparison-section,.seo-content-section{page-break-inside:avoid}.comparison-table{border:1px solid #e5e7eb}}.comparison-table:focus-within,.template-card:focus-within,.tutorial-card:focus-within,.benefit-card:focus-within,.industry-card:focus-within{outline-offset:2px;outline:3px solid #3b82f6}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-card{animation:.6s ease-out countUp}html{scroll-behavior:smooth}.template-sizes li:hover,.tutorial-topics li:hover{background:#f8fafc;padding-left:30px;transition:all .2s}.industry-features span:hover{transform:scale(1.05);box-shadow:0 2px 8px #3b82f64d}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/1000px 100%;animation:2s infinite shimmer}
