*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#ff6b6b;--secondary:#4ecdc4;--dark:#1a1a2e;--darker:#16213e;--light:#f8f9fa;--text:#333;--text-light:#666;--text-muted:#999;--border:#e1e8ed;--shadow:0 10px 40px rgba(0,0,0,0.1);--gradient:linear-gradient(135deg,var(--primary),var(--secondary))}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text);overflow-x:hidden;background:var(--light)}html{scroll-behavior:smooth}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:1000;transition:all 0.3s ease}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1400px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:0.5rem}.logo-icon{width:40px;height:40px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-weight:bold;font-size:1.2rem}.brand-text{font-size:1.5rem;font-weight:700;color:var(--dark)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-item{text-decoration:none;color:var(--text);font-weight:500;padding:0.5rem 1rem;border-radius:8px;transition:all 0.3s ease}.nav-item:hover{color:var(--primary);background:rgba(255,107,107,0.1)}.mobile-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-toggle span{width:25px;height:3px;background:var(--text);border-radius:2px;transition:0.3s}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:var(--dark);margin-bottom:1rem;position:relative}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--gradient);border-radius:2px}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.hero-section{min-height:100vh;display:flex;align-items:center;position:relative;background:var(--dark);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--dark) 0%,var(--darker) 100%)}.hero-particles{position:absolute;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,0.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,0.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,0.4),transparent);background-repeat:repeat;background-size:100px 100px;animation:float 20s infinite linear}.hero-container{display:flex;align-items:center;gap:4rem;padding:120px 2rem 2rem;position:relative;z-index:2;max-width:1400px;margin:0 auto}.hero-content{flex:1;color:white}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,107,107,0.2);color:var(--primary);padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,107,107,0.3)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,white,rgba(255,255,255,0.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.3rem;color:rgba(255,255,255,0.8);margin-bottom:3rem;line-height:1.6}.hero-stats{display:flex;gap:3rem;margin-bottom:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:0.5rem}.stat-label{color:rgba(255,255,255,0.7);font-size:0.9rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-outline{display:inline-flex;align-items:center;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:2px solid transparent}.btn-primary{background:var(--gradient);color:white;box-shadow:0 8px 30px rgba(255,107,107,0.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(255,107,107,0.4)}.btn-outline{background:transparent;color:white;border-color:rgba(255,255,255,0.3)}.btn-outline:hover{background:rgba(255,255,255,0.1);border-color:white}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.comic-showcase{position:relative;width:400px;height:500px}.comic-frame{position:absolute;width:200px;height:280px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,0.3);object-fit:cover;transition:all 0.3s ease}.frame-1{top:0;left:0;transform:rotate(-5deg);z-index:3}.frame-2{top:50px;left:100px;transform:rotate(5deg);z-index:2;opacity:0.8}.frame-3{top:100px;left:50px;transform:rotate(-2deg);z-index:1;opacity:0.6}.features-section{padding:120px 0;background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:white;padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:var(--shadow);transition:all 0.3s ease;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,0.15)}.feature-icon{width:80px;height:80px;margin:0 auto 2rem;background:var(--gradient);border-radius:20px;display:flex;align-items:center;justify-content:center;color:white}.feature-icon svg{width:40px;height:40px}.feature-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.feature-desc{color:var(--text-light);line-height:1.6}.comics-section{padding:120px 0;background:var(--light)}.comics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.comic-card{background:white;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transition:all 0.3s ease}.comic-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,0.15)}.comic-cover{position:relative;height:250px;overflow:hidden}.comic-image{width:100%;height:100%;object-fit:cover;border-radius:0}.comic-overlay{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:flex-start}.comic-rating{background:rgba(0,0,0,0.8);color:white;padding:0.3rem 0.8rem;border-radius:20px;font-size:0.9rem;font-weight:600}.comic-status{background:var(--primary);color:white;padding:0.3rem 0.8rem;border-radius:20px;font-size:0.8rem;font-weight:600}.comic-info{padding:1.5rem}.comic-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.comic-genre{color:var(--primary);font-size:0.9rem;font-weight:600;margin-bottom:1rem}.comic-desc{color:var(--text-light);font-size:0.95rem;line-height:1.5;margin-bottom:1rem}.comic-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--text-muted)}.comic-views{color:var(--text-muted)}.comic-likes{color:var(--primary)}.tutorial-section{padding:120px 0;background:white}.tutorial-timeline{max-width:800px;margin:0 auto;position:relative}.tutorial-timeline::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:2px;background:var(--gradient)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:80px}.timeline-marker{position:absolute;left:0;top:0;width:60px;height:60px;background:white;border:3px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px rgba(255,107,107,0.3)}.marker-number{font-size:1.5rem;font-weight:700;color:var(--primary)}.timeline-content{background:white;padding:2rem;border-radius:15px;box-shadow:var(--shadow);border:1px solid var(--border)}.timeline-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.timeline-desc{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.timeline-features{display:flex;gap:0.5rem;flex-wrap:wrap}.feature-tag{background:rgba(255,107,107,0.1);color:var(--primary);padding:0.3rem 0.8rem;border-radius:20px;font-size:0.8rem;font-weight:600}.about-section{padding:120px 0;background:var(--light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text .section-title{text-align:left;margin-bottom:2rem}.about-text .section-title::after{left:0;transform:none}.about-desc{font-size:1.1rem;color:var(--text-light);line-height:1.7;margin-bottom:3rem}.about-highlights{margin-bottom:3rem}.highlight-item{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:white;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.05)}.highlight-icon{font-size:2rem}.highlight-text h4{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.highlight-text p{color:var(--text-light);font-size:0.95rem}.contact-info h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:white;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,0.05)}.contact-icon{font-size:1.3rem}.contact-text{color:var(--text);font-weight:500}.about-visual{display:flex;justify-content:center}.visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:300px}.visual-card{height:120px;border-radius:15px;background:var(--gradient);opacity:0.8}.card-1{background:linear-gradient(135deg,#ff6b6b,#ff8e53)}.card-2{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.card-3{background:linear-gradient(135deg,#a8edea,#fed6e3)}.card-4{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.footer{background:var(--dark);color:white;padding:4rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:0.5rem;margin-bottom:1.5rem}.footer-logo .logo-icon{width:40px;height:40px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-weight:bold;font-size:1.2rem}.footer-logo .brand-text{font-size:1.5rem;font-weight:700;color:white}.footer-desc{color:rgba(255,255,255,0.7);line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.link-group .link-title{font-size:1.2rem;font-weight:700;color:white;margin-bottom:1rem}.link-list{list-style:none}.link-list li{margin-bottom:0.5rem}.link-list li a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.link-list li a:hover{color:var(--primary)}.link-list li:not(:has(a)){color:rgba(255,255,255,0.7)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;text-align:center;color:rgba(255,255,255,0.7)}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-20px)}100%{transform:translateY(0px)}}@media (max-width:1024px){.hero-container{flex-direction:column;text-align:center;gap:2rem}.hero-title{font-size:2.8rem}.comic-showcase{width:300px;height:400px}.comic-frame{width:150px;height:210px}.about-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr}}@media (max-width:768px){.nav-links{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:white;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 0;transition:left 0.3s ease;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.nav-links.active{left:0}.mobile-toggle{display:flex}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.section-container{padding:0 1rem}.section-title{font-size:2.5rem}.hero-title{font-size:2.2rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-number{font-size:2rem}.btn-primary,.btn-outline{padding:0.8rem 1.5rem;font-size:0.9rem}.features-grid,.comics-grid{grid-template-columns:1fr}.timeline-item{padding-left:60px}.timeline-marker{width:50px;height:50px}.marker-number{font-size:1.2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.hero-title{font-size:1.8rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-outline{width:100%;justify-content:center}.comic-showcase{width:250px;height:320px}.comic-frame{width:120px;height:170px}}
