.homepage{width:100%;height:100vh;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;background:#fff;position:relative;-webkit-overflow-scrolling:touch}.homepage::-webkit-scrollbar{width:0;background:transparent}.homepage{scrollbar-width:none}.homepage-section-full{scroll-snap-align:start;scroll-snap-stop:always;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 64px 60px;position:relative;overflow:hidden;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.homepage-section-full.visible{opacity:1;transform:translateY(0)}.homepage-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(102,126,234,.08);padding:14px 48px;display:flex;justify-content:space-between;align-items:center}.homepage-logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#667eea;cursor:pointer}.homepage-logo-icon{width:40px;height:40px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 14px #667eea40;padding:2px;flex-shrink:0}.homepage-nav-actions{display:flex;align-items:center;gap:16px}.homepage-nav-link{color:#444;font-size:14px;font-weight:500;padding:8px 16px;border-radius:10px;cursor:pointer;transition:all .25s ease;text-decoration:none}.homepage-nav-link:hover{background:#667eea1a;color:#667eea}.homepage-hero{background:linear-gradient(135deg,#f5f7fa,#e8ecf7,#f0ebf7);position:relative}.homepage-hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(102,126,234,.18) 0%,transparent 60%);border-radius:50%;z-index:0;pointer-events:none}.homepage-hero:after{content:"";position:absolute;bottom:-150px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(118,75,162,.12) 0%,transparent 60%);border-radius:50%;z-index:0;pointer-events:none}.homepage-hero-badge{display:inline-block;padding:10px 24px;background:#ffffffb3;color:#667eea;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:32px;border:1px solid rgba(102,126,234,.2);position:relative;z-index:1;box-shadow:0 4px 16px #667eea1a;letter-spacing:.5px}.homepage-hero-title{font-size:68px;font-weight:800;line-height:1.15;color:#1a1a2e;margin-bottom:24px;position:relative;z-index:1;letter-spacing:-1px;text-align:center;max-width:1000px}.homepage-hero-title-gradient{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage-hero-subtitle{font-size:20px;line-height:1.8;color:#5a5a6e;max-width:760px;margin:0 auto 48px;position:relative;z-index:1;text-align:center;font-weight:400}.homepage-hero-cta{position:relative;z-index:1;display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.homepage-hero-btn{padding:18px 42px;font-size:16px;font-weight:600;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:10px;border:none;text-decoration:none}.homepage-hero-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 28px #667eea66}.homepage-hero-btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 36px #667eea80}.homepage-hero-btn-secondary{background:#fff;color:#333;border:2px solid #e8e8e8}.homepage-hero-btn-secondary:hover{transform:translateY(-4px);border-color:#667eea;color:#667eea;box-shadow:0 8px 24px #667eea26}.homepage-hero-free-hint{font-size:14px;color:#888;position:relative;z-index:1}.homepage-scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#888;font-size:13px;z-index:1;animation:bounce 2s ease-in-out infinite}.homepage-scroll-hint-dot{width:26px;height:40px;border:2px solid #aaa;border-radius:14px;position:relative}.homepage-scroll-hint-dot:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#667eea;border-radius:2px;animation:scroll-dot 1.6s ease-in-out infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}@keyframes scroll-dot{0%{opacity:1;top:8px}to{opacity:0;top:22px}}.homepage-section-header{text-align:center;margin-bottom:56px;max-width:800px}.homepage-section-label{display:inline-block;padding:8px 20px;background:#667eea1a;color:#667eea;border-radius:24px;font-size:13px;font-weight:700;margin-bottom:20px;letter-spacing:2px;text-transform:uppercase}.homepage-section-title{font-size:48px;font-weight:800;color:#1a1a2e;margin-bottom:16px;letter-spacing:-.5px;line-height:1.2}.homepage-section-subtitle{font-size:17px;color:#666;margin:0 auto;line-height:1.7}.homepage-features{background:#fff}.homepage-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1200px;width:100%}.homepage-feature-card{background:linear-gradient(145deg,#fafbff,#fff);border-radius:28px;padding:48px 40px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid #f0f0f5;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;overflow:hidden}.homepage-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.homepage-feature-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px #667eea2e;border-color:#667eea33}.homepage-feature-card:hover:before{transform:scaleX(1)}.homepage-feature-icon{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:24px}.homepage-feature-icon-purple{background:linear-gradient(135deg,#667eea2e,#764ba22e);color:#667eea}.homepage-feature-icon-green{background:linear-gradient(135deg,#52c41a26,#10b98126);color:#52c41a}.homepage-feature-title{font-size:26px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.homepage-feature-desc{font-size:15px;color:#666;line-height:1.7;margin-bottom:24px}.homepage-feature-points{list-style:none;padding:0;margin:0 0 24px}.homepage-feature-points li{padding:8px 0 8px 32px;color:#555;font-size:14px;position:relative;font-weight:500}.homepage-feature-points li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.homepage-feature-card:nth-child(1) .homepage-feature-points li:before{content:"✓"}.homepage-feature-card:nth-child(2) .homepage-feature-points li:before{content:"✓";background:linear-gradient(135deg,#52c41a,#10b981)}.homepage-feature-preview{margin-top:auto;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:24px;color:#fff;font-size:13px;line-height:1.9;font-family:-apple-system,SF Mono,Menlo,monospace}.homepage-feature-preview-line{opacity:.92}.homepage-feature-preview-highlight{color:#a5b4fc;font-weight:600}.homepage-feature-detail{background:#fff;padding:60px 6% 80px}.homepage-feature-detail-alt{background:linear-gradient(180deg,#fff,#f0f5ff,#fff)}.homepage-feature-detail-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.2);border-radius:100px;font-size:14px;font-weight:600;color:#667eea;margin-bottom:30px}.badge-alt{background:linear-gradient(135deg,#52c41a14,#10b98114);border-color:#52c41a33;color:#52c41a}.homepage-feature-detail-content{display:flex;flex-direction:column;gap:40px;max-width:1200px;margin:0 auto}.homepage-feature-detail-left{display:flex;flex-direction:column;align-items:center;text-align:center}.homepage-feature-detail-label{font-size:12px;font-weight:700;letter-spacing:2px;color:#667eea;margin-bottom:16px}.label-alt{color:#52c41a}.homepage-feature-detail-title{font-size:44px;font-weight:700;color:#1a1a2e;margin:0 0 20px;line-height:1.2}.homepage-feature-detail-title-accent{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-alt{background:linear-gradient(135deg,#52c41a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage-feature-detail-desc{font-size:16px;line-height:1.8;color:#666;margin:0 0 32px;max-width:700px}.homepage-feature-detail-points{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:36px;max-width:800px;width:100%}.homepage-feature-detail-point{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#fafbff;border-radius:12px;border:1px solid #eef0f5;text-align:left}.homepage-feature-detail-point-icon{font-size:24px;flex-shrink:0}.homepage-feature-detail-point-title{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.homepage-feature-detail-point-desc{font-size:12px;color:#666;line-height:1.5}.homepage-feature-detail-cta{margin-top:auto}.homepage-feature-detail-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;box-shadow:0 8px 24px #667eea4d;transition:transform .2s ease,box-shadow .2s ease}.homepage-feature-detail-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea66}.btn-alt{background:linear-gradient(135deg,#52c41a,#10b981);box-shadow:0 8px 24px #52c41a4d}.btn-alt:hover{box-shadow:0 12px 32px #52c41a66}.homepage-feature-detail-right{display:flex;justify-content:center;width:100%}.homepage-feature-detail-preview{width:100%;max-width:1000px;background:#1a1a2e;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #667eea33;border:1px solid rgba(102,126,234,.15)}.preview-alt{background:#1f2937;border-color:#52c41a26;box-shadow:0 20px 60px #52c41a26}.homepage-feature-detail-preview-header{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.homepage-feature-detail-preview-dots{display:flex;gap:8px}.homepage-feature-detail-preview-dots span{width:12px;height:12px;border-radius:50%;background:#444}.homepage-feature-detail-preview-dots span:nth-child(1){background:#ff6b6b}.homepage-feature-detail-preview-dots span:nth-child(2){background:#ffd93d}.homepage-feature-detail-preview-dots span:nth-child(3){background:#6bcf7f}.homepage-feature-detail-preview-title{color:#a0a0b0;font-size:13px;font-family:SF Mono,Monaco,Consolas,monospace}.homepage-feature-detail-preview-body{padding:28px 32px;display:flex;flex-direction:column;gap:20px}.homepage-feature-detail-preview-section{display:flex;flex-direction:column;gap:12px}.homepage-feature-detail-preview-label{font-size:12px;font-weight:700;color:#a5b4fc;letter-spacing:.5px}.preview-alt .homepage-feature-detail-preview-label{color:#86efac}.homepage-feature-detail-preview-text{color:#d0d0e0;font-size:14px;line-height:1.7;font-family:SF Mono,Monaco,Consolas,monospace}.homepage-feature-detail-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.homepage-feature-detail-preview-chip{padding:14px 16px;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:12px;display:flex;flex-direction:column;gap:6px}.chip-1{background:#ff6b6b14;border-color:#ff6b6b33}.chip-2{background:#ffd93d14;border-color:#ffd93d33}.chip-3{background:#6bcf7f14;border-color:#6bcf7f33}.chip-4{background:#667eea1a;border-color:#667eea40}.homepage-feature-detail-preview-chip span{font-size:11px;color:#888;font-family:SF Mono,Monaco,Consolas,monospace}.homepage-feature-detail-preview-chip strong{color:#fff;font-size:14px;font-weight:600}.homepage-feature-detail-preview-quote{padding:16px 20px;background:#667eea14;border-left:3px solid #667eea;border-radius:0 8px 8px 0;color:#d0d0e0;font-size:14px;line-height:1.7;font-family:SF Mono,Monaco,Consolas,monospace}.quote-alt{background:#52c41a14;border-left-color:#52c41a}.homepage-feature-detail-preview-timeline{display:flex;flex-direction:column;gap:0}.homepage-feature-detail-preview-shot{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#667eea14;border-radius:10px}.homepage-feature-detail-preview-shot-num{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;font-family:SF Mono,Monaco,Consolas,monospace}.preview-alt .homepage-feature-detail-preview-shot-num{background:linear-gradient(135deg,#52c41a,#10b981)}.homepage-feature-detail-preview-shot-info{display:flex;flex-direction:column;gap:2px}.homepage-feature-detail-preview-shot-info strong{color:#fff;font-size:14px;font-weight:600}.homepage-feature-detail-preview-shot-info span{color:#888;font-size:12px}.homepage-feature-detail-preview-line{width:2px;height:14px;background:#667eea4d;margin-left:33px}.preview-alt .homepage-feature-detail-preview-line{background:#52c41a4d}.homepage-feature-detail-preview-components{display:flex;flex-wrap:wrap;gap:10px}.comp-chip{padding:8px 14px;border-radius:20px;font-size:13px;font-weight:500;color:#fff}.comp-chip-1{background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.comp-chip-2{background:linear-gradient(135deg,#ffd93d,#ff9f43)}.comp-chip-3{background:linear-gradient(135deg,#6bcf7f,#52c41a)}.comp-chip-4{background:linear-gradient(135deg,#74b9ff,#0984e3)}.comp-chip-5{background:linear-gradient(135deg,#a29bfe,#6c5ce7)}.homepage-carousel{position:relative;width:100%;max-width:900px;height:520px;overflow:hidden;border-radius:16px;background:#0a0a1a}.homepage-carousel-viewport{width:100%;height:100%;overflow:hidden}.homepage-carousel-track{display:flex;flex-wrap:nowrap;width:100%;height:100%;transition:transform .5s ease;will-change:transform}.homepage-carousel-slide{position:relative;flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0a0a1a}.homepage-carousel-slide img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;display:block;background:#0a0a1a}.homepage-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#00000080;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s ease,transform .2s ease;backdrop-filter:blur(8px)}.homepage-carousel-btn:hover{background:#667eeab3;transform:translateY(-50%) scale(1.1)}.homepage-carousel-prev{left:16px}.homepage-carousel-next{right:16px}.homepage-carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;padding:8px 14px;background:#0006;border-radius:20px;backdrop-filter:blur(8px)}.homepage-carousel-dots button{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.homepage-carousel-dots button:hover{background:#ffffff80}.homepage-carousel-dots button.active{background:#667eea;transform:scale(1.4)}.preview-alt .homepage-carousel-dots button.active{background:#10b981}.homepage-why{background:linear-gradient(180deg,#fff,#f5f7ff,#fff)}.homepage-why-grid{display:flex;flex-direction:column;gap:32px;max-width:1100px;width:100%}.homepage-why-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;background:#fff;border-radius:24px;padding:36px 40px;box-shadow:0 8px 32px #667eea14;border:2px solid #f0f0f5;transition:transform .3s ease,box-shadow .3s ease}.homepage-why-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #667eea26}.homepage-why-pain{padding:16px 20px;border-radius:16px;background:linear-gradient(135deg,#fff5f5,#fef2f2);border:1px solid #fecaca}.homepage-why-pain-label{display:inline-block;padding:6px 14px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;border-radius:8px;margin-bottom:16px;letter-spacing:1px}.homepage-why-pain-text{font-size:17px;color:#991b1b;font-weight:500;line-height:1.6;margin:0}.homepage-why-arrow{width:48px;height:2px;background:linear-gradient(90deg,#ef4444,#667eea);position:relative;flex-shrink:0}.homepage-why-arrow:after{content:"→";position:absolute;top:50%;right:-16px;transform:translateY(-50%);color:#667eea;font-size:18px;font-weight:700}.homepage-why-solution{padding:16px 20px;border-radius:16px;background:linear-gradient(135deg,#eef2ff,#ede9fe);border:1px solid #c7d2fe}.homepage-why-solution-label{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:12px;font-weight:700;border-radius:8px;margin-bottom:16px;letter-spacing:1px}.homepage-why-solution-text{font-size:17px;color:#1e3a8a;font-weight:500;line-height:1.6;margin:0 0 14px}.homepage-why-tags{display:flex;gap:10px;flex-wrap:wrap}.homepage-why-tags span{padding:6px 14px;background:#667eea1a;color:#667eea;border-radius:20px;font-size:13px;font-weight:500;border:1px solid rgba(102,126,234,.15)}.homepage-usecases{background:linear-gradient(180deg,#fafbff,#fff)}.homepage-usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;width:100%;margin-bottom:64px}.homepage-usecase-card{background:#fff;border-radius:24px;padding:40px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;border:2px solid #f0f0f5;box-shadow:0 4px 16px #00000005}.homepage-usecase-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #667eea1f;border-color:#667eea33}.homepage-usecase-emoji{font-size:56px;margin-bottom:18px;display:block}.homepage-usecase-title{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.homepage-usecase-desc{font-size:14px;color:#666;line-height:1.7}.homepage-demo{display:flex;justify-content:center;max-width:900px;width:100%}.homepage-demo-content{width:100%;text-align:center}.homepage-demo-content h3{font-size:36px;font-weight:800;color:#1a1a2e;margin-bottom:20px;line-height:1.25}.homepage-demo-content p{font-size:16px;color:#666;line-height:1.9;margin-bottom:28px}.homepage-demo-tags{display:flex;gap:12px;flex-wrap:wrap}.homepage-demo-tag{padding:10px 20px;background:#667eea1a;color:#667eea;border-radius:24px;font-size:14px;font-weight:600;border:1px solid rgba(102,126,234,.15)}.homepage-demo-visual{background:linear-gradient(135deg,#1a1a2e,#2d2d44);border-radius:28px;padding:40px;min-height:340px;display:flex;flex-direction:column;justify-content:center;color:#fff;box-shadow:0 20px 60px #667eea40;position:relative;overflow:hidden}.homepage-demo-visual:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(102,126,234,.3) 0%,transparent 60%);border-radius:50%}.homepage-demo-visual-label{font-size:12px;color:#a5b4fc;margin-bottom:20px;letter-spacing:2px;text-transform:uppercase;font-weight:700;position:relative;z-index:1}.homepage-demo-visual-content{font-size:15px;line-height:2;font-family:-apple-system,SF Mono,Menlo,monospace;position:relative;z-index:1}.homepage-demo-visual-line{padding:2px 0;opacity:.92}.homepage-demo-visual-line .hl{color:#a5b4fc;font-weight:700}.homepage-works{background:linear-gradient(180deg,#fff,#f0f3ff,#fff);padding:80px 6%}.homepage-works-card{width:100%;max-width:1100px;margin:48px auto 0}.homepage-works-carousel{position:relative;width:100%;height:560px;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #667eea40;background:#0a0a1a}.homepage-pricing{background:linear-gradient(180deg,#fff,#f5f7ff,#fff);padding:80px 6%}.homepage-pricing-card{background:#fff;border-radius:24px;padding:32px 48px;max-width:520px;margin:48px auto 0;box-shadow:0 8px 32px #667eea1f;border:1px solid rgba(102,126,234,.1)}.homepage-pricing-row{display:flex;align-items:center;justify-content:space-between;padding:24px 16px;position:relative}.homepage-pricing-row-price{display:flex;align-items:baseline;color:#1a1a2e}.homepage-pricing-currency{font-size:18px;font-weight:600;margin-right:4px;color:#1a1a2e}.homepage-pricing-amount{font-size:40px;font-weight:800;color:#1a1a2e}.homepage-pricing-unit{font-size:14px;margin-left:4px;color:#5a5a6e}.homepage-pricing-row-credit{display:flex;align-items:baseline;gap:4px;color:#5a5a6e;font-size:15px}.homepage-pricing-credit-num{font-size:24px;font-weight:700;color:#667eea}.homepage-pricing-row-divider{height:1px;padding:0;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.15) 50%,transparent 100%)}.homepage-pricing-row-recommended{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin:8px -8px;padding:28px 24px}.homepage-pricing-row-badge{position:absolute;top:-12px;left:24px;background:#ffd93d;color:#1a1a2e;padding:4px 16px;border-radius:12px;font-size:12px;font-weight:700;letter-spacing:1px}.homepage-pricing-row-recommended .homepage-pricing-currency,.homepage-pricing-row-recommended .homepage-pricing-amount,.homepage-pricing-row-recommended .homepage-pricing-unit{color:#fff}.homepage-pricing-row-recommended .homepage-pricing-row-credit{color:#ffffffe6}.homepage-pricing-row-recommended .homepage-pricing-credit-num{color:#ffd93d}@media (max-width: 768px){.homepage-pricing-card{padding:24px 20px;margin:32px auto 0}.homepage-pricing-row{flex-direction:column;gap:8px;padding:20px 12px}.homepage-pricing-amount{font-size:32px}}.homepage-faq{background:#fff}.homepage-faq-list{max-width:860px;width:100%}.homepage-faq-item{background:#fafbff;border-radius:20px;margin-bottom:16px;overflow:hidden;border:2px solid #f0f0f5;transition:all .3s ease}.homepage-faq-item:hover{border-color:#667eea33}.homepage-faq-item-active{border-color:#667eea4d;background:#fff;box-shadow:0 8px 24px #667eea14}.homepage-faq-question{padding:24px 32px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;color:#1a1a2e;user-select:none}.homepage-faq-toggle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;transition:transform .3s ease;font-weight:300}.homepage-faq-item-active .homepage-faq-toggle{transform:rotate(45deg)}.homepage-faq-answer{padding:0 32px 24px;font-size:15px;color:#666;line-height:1.8}.homepage-final-cta{background:linear-gradient(135deg,#667eea,#764ba2 60%,#a855f7);color:#fff;text-align:center;position:relative;overflow:hidden}.homepage-final-cta:before{content:"";position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 60%);border-radius:50%}.homepage-final-cta:after{content:"";position:absolute;bottom:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);border-radius:50%}.homepage-final-cta h2{font-size:56px;font-weight:800;margin-bottom:20px;letter-spacing:-1px;position:relative;z-index:1;line-height:1.15}.homepage-final-cta p{font-size:18px;opacity:.92;margin-bottom:48px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:1}.homepage-final-cta-btn{padding:22px 56px;font-size:17px;font-weight:700;border-radius:18px;background:#fff;color:#667eea;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 40px #0003;position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px}.homepage-final-cta-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 48px #0000004d}.homepage-final-cta-hint{margin-top:28px;font-size:14px;opacity:.85;position:relative;z-index:1}.homepage-footer-section{background:#1a1a2e;color:#a0a0b8;padding:60px 48px 24px;justify-content:flex-start}.homepage-footer-content{max-width:1200px;width:100%;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px}.homepage-footer-brand h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:10px}.homepage-footer-brand p{font-size:14px;line-height:1.8;color:#888;margin-bottom:24px}.homepage-footer-social{display:flex;gap:12px}.homepage-footer-social a{width:44px;height:44px;border-radius:12px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#a0a0b8;font-size:20px;text-decoration:none;transition:all .3s ease}.homepage-footer-social a:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.homepage-footer-col h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:22px}.homepage-footer-col ul{list-style:none;padding:0;margin:0}.homepage-footer-col li{margin-bottom:14px}.homepage-footer-col a{color:#888;text-decoration:none;font-size:14px;cursor:pointer;transition:color .2s ease}.homepage-footer-col span{color:#888;font-size:14px}.homepage-footer-col a:hover{color:#fff}.homepage-footer-bottom{max-width:1200px;width:100%;margin:0 auto;padding-top:28px;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:13px;color:#666}.homepage-dots{position:fixed;right:32px;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;gap:14px}.homepage-dot{width:10px;height:10px;border-radius:50%;background:#667eea40;cursor:pointer;transition:all .3s ease;position:relative;border:none;padding:0}.homepage-dot:hover{background:#667eea80;transform:scale(1.3)}.homepage-dot-active{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.4);box-shadow:0 4px 12px #667eea66}.homepage-dot-label{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:#1a1a2e;color:#fff;padding:6px 12px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.homepage-dot:hover .homepage-dot-label{opacity:1}@media (max-width: 1024px){.homepage-section-full{padding:80px 32px 48px;min-height:100vh}.homepage-hero-title{font-size:44px}.homepage-hero-subtitle{font-size:16px}.homepage-section-title{font-size:32px}.homepage-features-grid{grid-template-columns:1fr;gap:24px}.homepage-usecases-grid{grid-template-columns:1fr;gap:16px}.homepage-demo{display:flex;justify-content:center;max-width:100%;width:100%;text-align:center;align-items:center}.homepage-demo-content{width:100%}.homepage-demo-content h3{font-size:28px}.homepage-dots{right:16px}.homepage-dot-label,.homepage-dots{display:none}.homepage-why-grid{gap:24px}.homepage-why-card{grid-template-columns:1fr;gap:20px;padding:28px 24px}.homepage-why-arrow{width:2px;height:32px;background:linear-gradient(180deg,#ef4444,#667eea);position:relative;justify-self:center;margin:4px 0}.homepage-why-arrow:after{content:"↓";right:auto;left:50%;top:100%;transform:translate(-50%,-60%)}.homepage-why-pain-text,.homepage-why-solution-text{font-size:15px}.homepage-why-tags span{font-size:12px;padding:5px 12px}.homepage-works-carousel{height:400px}.homepage-carousel{height:420px;max-width:720px}.homepage-pricing-card{padding:24px 20px}.homepage-pricing-row{flex-direction:column;gap:8px;padding:20px 12px}.homepage-pricing-amount{font-size:32px}}@media (max-width: 640px){.homepage{height:100vh;height:100dvh}.homepage-nav{padding:12px 20px}.homepage-nav-link{display:none}.homepage-hero-title{font-size:32px;line-height:1.25}.homepage-hero-subtitle{font-size:15px;line-height:1.7}.homepage-hero-btn{padding:14px 28px;font-size:15px;width:100%;justify-content:center}.homepage-section-header{margin-bottom:40px}.homepage-section-label{font-size:11px;padding:6px 16px;margin-bottom:16px}.homepage-section-title{font-size:26px}.homepage-section-subtitle{font-size:14px;line-height:1.7}.homepage-feature-card{padding:28px 20px}.homepage-feature-title{font-size:20px}.homepage-feature-desc{font-size:14px}.homepage-section-full{padding:60px 20px 40px;min-height:auto}.homepage-why-grid{gap:16px}.homepage-why-card{padding:20px 16px;border-radius:16px;gap:14px}.homepage-why-pain{padding:14px 16px}.homepage-why-pain-label,.homepage-why-solution-label{font-size:11px;padding:5px 12px;margin-bottom:10px}.homepage-why-pain-text,.homepage-why-solution-text{font-size:14px;line-height:1.7}.homepage-why-arrow{height:24px}.homepage-why-tags{gap:8px}.homepage-why-tags span{font-size:11px;padding:4px 10px}.homepage-carousel{background:transparent;max-width:none;height:260px;border-radius:0}.homepage-carousel-slide,.homepage-carousel-slide img{background:transparent}.homepage-carousel-btn{display:none}.homepage-carousel-dots{display:flex;background:transparent;padding:0;bottom:10px;gap:6px}.homepage-carousel-dots button{width:8px;height:8px;border-radius:50%;background:#667eea4d;border:none;padding:0}.homepage-carousel-dots button.active{background:#667eea;width:24px;border-radius:4px}.homepage-works-carousel{background:transparent;border-radius:0;box-shadow:none;height:340px}.homepage-feature-detail-preview{box-shadow:none;border:none}.homepage-usecase-card{padding:24px 16px}.homepage-usecase-emoji{font-size:40px}.homepage-usecase-title{font-size:17px}.homepage-usecase-desc{font-size:13px}.homepage-demo-content h3{font-size:22px}.homepage-demo-content p{font-size:14px}.homepage-demo-tag{font-size:12px;padding:6px 14px}.homepage-pricing{padding-left:16px;padding-right:16px}.homepage-pricing-card{max-width:none;width:100%;padding:32px 28px;margin:32px auto 0}.homepage-pricing-row{padding:20px 12px;gap:8px}.homepage-pricing-currency{font-size:16px}.homepage-pricing-amount{font-size:36px}.homepage-pricing-unit{font-size:14px}.homepage-pricing-row-credit{font-size:15px}.homepage-pricing-credit-num{font-size:24px}.homepage-pricing-row-recommended{padding:28px 20px;margin:10px -8px}.homepage-pricing-row-badge{font-size:11px;padding:5px 14px;top:-12px}.homepage-faq-question{padding:18px 20px;font-size:14px}.homepage-faq-answer{padding:0 20px 20px;font-size:13px;line-height:1.7}.homepage-faq-toggle{width:28px;height:28px;font-size:18px}.homepage-final-cta h2{font-size:26px}.homepage-final-cta p{font-size:14px}.homepage-final-cta-btn{padding:16px 40px;font-size:15px}.homepage-dots{display:none!important}.homepage-hero-badge{font-size:12px;padding:8px 16px}.homepage-hero-cta{flex-direction:column;gap:12px;width:100%;max-width:300px;margin:0 auto}.homepage-hero-cta .homepage-hero-btn{width:100%}.homepage-footer-content{grid-template-columns:1fr;gap:24px}}.homepage-lightbox{position:fixed;inset:0;width:100vw;height:100vh;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out;animation:lightboxFadeIn .25s ease}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.homepage-lightbox-close{position:absolute;top:24px;right:32px;width:48px;height:48px;border-radius:50%;background:#ffffff1f;color:#fff;font-size:32px;line-height:1;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:all .2s ease;padding:0}.homepage-lightbox-close:hover{background:#ffffff40;transform:scale(1.08)}.homepage-lightbox-img{max-width:92vw;max-height:92vh;object-fit:contain;box-shadow:0 30px 100px #00000080;border-radius:8px;cursor:default;animation:lightboxZoomIn .3s ease}@keyframes lightboxZoomIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.homepage-section-full{min-height:100vh;min-height:100dvh;padding:3vh 16px 2vh;padding:3dvh 16px 2dvh}.homepage-section-header{margin-bottom:3vh;margin-bottom:3dvh}.homepage-section-title{font-size:clamp(18px,3.5vh,26px);font-size:clamp(18px,3.5dvh,26px)}.homepage-section-subtitle{font-size:clamp(12px,1.8vh,14px);font-size:clamp(12px,1.8dvh,14px)}.homepage-hero-badge{margin-bottom:2vh;margin-bottom:2dvh}.homepage-hero-title{font-size:clamp(22px,5vh,32px);font-size:clamp(22px,5dvh,32px);margin-bottom:1.5vh;margin-bottom:1.5dvh}.homepage-hero-subtitle{font-size:clamp(12px,2vh,15px);font-size:clamp(12px,2dvh,15px);margin-bottom:3vh;margin-bottom:3dvh}.homepage-hero-cta{margin-bottom:2vh;margin-bottom:2dvh}.homepage-hero-free-hint{font-size:clamp(11px,1.4vh,14px);font-size:clamp(11px,1.4dvh,14px)}.homepage-why-grid{gap:10px}.homepage-why-card{grid-template-columns:1fr 1fr;gap:8px;padding:10px}.homepage-why-arrow{display:none}.homepage-why-pain,.homepage-why-solution{padding:8px;border-radius:10px}.homepage-why-pain-label,.homepage-why-solution-label{font-size:10px;padding:3px 8px;margin-bottom:6px}.homepage-why-pain-text,.homepage-why-solution-text{font-size:clamp(11px,1.5vh,14px);font-size:clamp(11px,1.5dvh,14px);line-height:1.4}.homepage-why-tags{display:none}.homepage-feature-detail{padding:3vh 4% 2vh;padding:3dvh 4% 2dvh}.homepage-feature-detail-title{font-size:clamp(18px,3.5vh,28px);font-size:clamp(18px,3.5dvh,28px);margin-bottom:1vh;margin-bottom:1dvh}.homepage-feature-detail-desc{font-size:clamp(12px,1.6vh,15px);font-size:clamp(12px,1.6dvh,15px);margin-bottom:1.5vh;margin-bottom:1.5dvh}.homepage-feature-detail-points{gap:6px;margin-bottom:1.5vh;margin-bottom:1.5dvh}.homepage-feature-detail-point{padding:6px 8px;gap:6px}.homepage-feature-detail-point-icon{font-size:16px}.homepage-feature-detail-point-title{font-size:clamp(11px,1.4vh,14px);font-size:clamp(11px,1.4dvh,14px);margin-bottom:2px}.homepage-feature-detail-point-desc{font-size:clamp(10px,1.2vh,12px);font-size:clamp(10px,1.2dvh,12px)}.homepage-feature-detail-btn{padding:8px 18px;font-size:clamp(12px,1.4vh,14px);font-size:clamp(12px,1.4dvh,14px)}.homepage-carousel{height:clamp(140px,26vh,260px);height:clamp(140px,26dvh,260px);width:100%}.homepage-works-carousel{height:clamp(160px,28vh,340px);height:clamp(160px,28dvh,340px);width:100%}.homepage-carousel-viewport,.homepage-carousel-track{width:100%;flex-shrink:0}.homepage-carousel-slide{flex:0 0 100%;width:100%;height:100%}.homepage-carousel-slide img{width:100%;height:100%;object-fit:contain}.homepage-works{padding:3vh 4% 2vh;padding:3dvh 4% 2dvh}.homepage-works-card{margin-top:2vh;margin-top:2dvh}.homepage-usecases-grid{gap:8px;margin-bottom:2vh;margin-bottom:2dvh}.homepage-usecase-card{padding:10px 12px}.homepage-usecase-emoji{font-size:28px;margin-bottom:4px}.homepage-usecase-title{font-size:clamp(13px,1.6vh,17px);font-size:clamp(13px,1.6dvh,17px);margin-bottom:2px}.homepage-usecase-desc{font-size:clamp(11px,1.3vh,13px);font-size:clamp(11px,1.3dvh,13px);line-height:1.4}.homepage-demo-content p{font-size:clamp(12px,1.5vh,14px);font-size:clamp(12px,1.5dvh,14px);margin-bottom:1vh;margin-bottom:1dvh}.homepage-demo-tag{font-size:11px;padding:4px 10px}.homepage-pricing{padding-top:3vh;padding-top:3dvh;padding-bottom:2vh;padding-bottom:2dvh}.homepage-pricing-card{margin-top:2vh;margin-top:2dvh}.homepage-faq-item{margin-bottom:6px}.homepage-faq-question{padding:10px 14px;font-size:clamp(12px,1.5vh,14px);font-size:clamp(12px,1.5dvh,14px)}.homepage-faq-answer{padding:0 14px 10px;font-size:clamp(11px,1.3vh,13px);font-size:clamp(11px,1.3dvh,13px)}.homepage-faq-toggle{width:24px;height:24px;font-size:16px}.homepage-final-cta h2{font-size:clamp(20px,4vh,26px);font-size:clamp(20px,4dvh,26px)}.homepage-final-cta p{font-size:clamp(12px,1.6vh,14px);font-size:clamp(12px,1.6dvh,14px);margin-bottom:3vh;margin-bottom:3dvh}.homepage-final-cta-btn{padding:12px 32px;font-size:clamp(13px,1.5vh,15px);font-size:clamp(13px,1.5dvh,15px)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}#root{width:100%;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ant-card{border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;border:none!important}.ant-btn{border-radius:12px!important;font-weight:500;transition:all .3s ease}.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;box-shadow:0 4px 15px #667eea66!important}.ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80!important}.ant-input,.ant-input-password{border-radius:12px!important;border:2px solid #e8e8e8!important;transition:all .3s ease}.ant-input:focus,.ant-input-password:focus{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}.ant-typography{color:#2c3e50}.ant-typography h1,.ant-typography h2,.ant-typography h3{color:#1a1a2e;font-weight:600}.ant-card-head{border-bottom:2px solid #f0f0f0!important;border-radius:16px 16px 0 0!important}.ant-card-head-title{font-weight:600;color:#1a1a2e}.ant-spin-dot-item{background-color:#667eea!important}.task-completed-notification{max-width:400px}@media (max-width: 768px){.task-completed-notification{max-width:320px}}@media (max-width: 480px){.task-completed-notification{max-width:280px}}.ant-notification-notice{border-radius:8px!important}.ant-notification-notice-message{font-size:16px!important;font-weight:600!important}.ant-notification-notice-description{font-size:14px!important}.footer{background:#ffffffe6;backdrop-filter:blur(10px);position:absolute;bottom:0;left:0;right:0;z-index:90}.footer-content{max-width:1200px;margin:0 auto;padding:0 24px}.footer-follow-section{display:flex;align-items:center;margin-bottom:24px}.footer-follow-text{color:#333;font-size:16px;font-weight:600;flex-shrink:0}.footer-social-links{flex:1;display:flex;justify-content:center;gap:20px}.footer-twitter-link{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:8px 16px;border-radius:20px;background-color:#f5f5f5;transition:all .3s ease}.footer-twitter-link:hover{background-color:#e8f0fe}.footer-discord-link{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:8px 16px;border-radius:20px;background-color:#f5f5f5;transition:all .3s ease}.footer-discord-link:hover{background-color:#e6e8ff}.footer-contact-section{margin-bottom:24px}.footer-contact-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-contact-item{flex:1;min-width:250px}.footer-contact-title{color:#333;font-size:16px;font-weight:600;display:block;margin-bottom:12px}.footer-contact-text{color:#999;font-size:12px;display:block;margin-bottom:6px}.footer-terms-links{display:flex;gap:12px;flex-wrap:wrap}.footer-terms-link{color:#999;font-size:12px}.footer-copyright{text-align:center;padding-top:16px;border-top:1px solid #f0f0f0}.footer-copyright-text{color:#666;font-size:14px}.frame-container{display:flex;gap:24px;padding:16px;flex-wrap:wrap}.frame-item{flex:1;min-width:150px;display:flex;flex-direction:column;align-items:center}.frame-label-wrapper{margin-bottom:8px}.frame-label{font-size:14px;font-weight:500;color:#333}.frame-upload-box{width:150px;height:120px;border:2px dashed #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:#fafafa;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease}.frame-upload-box:hover{border-color:#d93026;background-color:#fff5f5}.frame-file-input{display:none}.frame-upload-trigger{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.cross-container{position:relative;width:40px;height:40px}.cross-line{position:absolute;background-color:#d93026;border-radius:2px}.cross-horizontal{width:100%;height:3px;top:50%;left:0;transform:translateY(-50%)}.cross-vertical{width:3px;height:100%;left:50%;top:0;transform:translate(-50%)}.frame-image{width:100%;height:100%;object-fit:cover}.reference-desc-textarea{width:100%;min-height:80px;padding:12px 16px;border:1px solid #e8e8e8;border-radius:8px;font-size:14px;resize:vertical;margin-top:16px;box-sizing:border-box;transition:border-color .3s ease}.reference-desc-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.reference-desc-textarea::placeholder{color:#999}.shot-desc-textarea{flex:1;min-width:200px;min-height:60px;padding:8px 12px;border:1px solid #e8e8e8;border-radius:6px;font-size:13px;resize:vertical;box-sizing:border-box;transition:border-color .3s ease}.shot-desc-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.shot-desc-textarea::placeholder{color:#999}.shots-container{width:100%}.add-shot-btn{width:100%;padding:12px 20px;border:2px dashed #d9d9d9;border-radius:12px;background-color:#fff;color:#667eea;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.add-shot-btn:hover{border-color:#667eea;background-color:#667eea0d;transform:translateY(-1px)}.shots-list{display:flex;flex-direction:column;gap:12px}.shot-item{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:12px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.shot-item:hover{box-shadow:0 4px 16px #00000014;border-color:#667eea}.shot-index{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-size:13px;font-weight:600;flex-shrink:0}.shot-fields{flex:1;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.shot-select{padding:10px 14px;border:2px solid #e8e8e8;border-radius:10px;font-size:13px;color:#333;background-color:#fff;cursor:pointer;transition:all .3s ease;outline:none;appearance:none;min-width:100px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');background-repeat:no-repeat;background-position:right 10px center;background-size:14px}.shot-select:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.shot-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.shot-input{flex:1;min-width:180px;padding:10px 14px;border:2px solid #e8e8e8;border-radius:10px;font-size:13px;color:#333;background-color:#fff;transition:all .3s ease;outline:none}.shot-input:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.shot-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.shot-input::placeholder{color:#999}.shot-delete-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #ff4d4f;border-radius:8px;color:#ff4d4f;font-size:20px;cursor:pointer;transition:all .3s ease;flex-shrink:0}.shot-delete-btn:hover{background-color:#fff2f0;transform:scale(1.05)}.shots-empty{text-align:center;padding:32px;color:#999;font-size:14px;background-color:#fff;border-radius:12px;border:1px dashed #e8e8e8}.reference-image-container{width:100%;padding:16px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:12px;border:1px solid #e8e8e8}.reference-image-header{padding-bottom:16px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.reference-image-content{display:flex;flex-direction:column;gap:16px}.reference-image-upload,.reference-image-type,.reference-image-desc{display:flex;flex-direction:column;gap:8px}.reference-image-label{font-size:14px;font-weight:500;color:#333}.reference-image-box{width:100%;max-width:200px}.reference-image-preview{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e8e8e8}.reference-image-img{width:100%;height:100%;object-fit:cover}.reference-image-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background-color:#0009;color:#fff;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.reference-image-remove:hover{background-color:#ff4d4f}.reference-image-upload-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:120px;border:2px dashed #d9d9d9;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#fff}.reference-image-upload-trigger:hover{border-color:#667eea;background-color:#667eea0d}.reference-image-file-input{display:none}.reference-image-upload-icon{display:flex;flex-direction:column;align-items:center}.reference-image-select{padding:10px 14px;border:2px solid #e8e8e8;border-radius:10px;font-size:14px;color:#333;background-color:#fff;cursor:pointer;transition:all .3s ease;outline:none;appearance:none;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');background-repeat:no-repeat;background-position:right 10px center;background-size:14px}.reference-image-select:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.reference-image-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.reference-image-textarea{padding:12px 14px;border:2px solid #e8e8e8;border-radius:10px;font-size:14px;color:#333;background-color:#fff;resize:vertical;min-height:80px;transition:all .3s ease;outline:none}.reference-image-textarea:hover{border-color:#667eea}.reference-image-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.reference-image-textarea::placeholder{color:#999}.analyze-btn{flex:1;min-width:180px;padding:14px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 15px #667eea66}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.btn-content{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.lightning-icon{font-size:18px}.points{padding:4px 10px;background:#fff3;border-radius:20px;font-size:12px;font-weight:500}.btn-text{font-size:15px;font-weight:600}.btn-description{width:100%;font-size:12px;opacity:.8;font-weight:400;text-align:center}.btn-loading{display:flex;align-items:center;gap:10px}.loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.footer{padding:24px 0;min-height:auto}.footer-follow-section{display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:16px}.footer-follow-text{margin-right:12px;margin-bottom:0}.footer-social-links{gap:8px}.footer-twitter-link,.footer-discord-link{font-size:12px;padding:6px 12px}.footer-contact-grid{justify-content:center}.footer-contact-item:not(.footer-terms-item){display:none}.footer-terms-item{text-align:center}.footer-terms-links{justify-content:center}.footer-contact-title{margin-bottom:8px}.footer-contact-section{margin-bottom:16px}.footer-copyright{display:none}}.reference-image-bar{background:#fff;border-radius:8px;padding:16px 12px;margin-bottom:20px;border:2px solid #e0e0e0;box-shadow:0 2px 8px #0000000f}.reference-image-bar-title{font-size:14px;font-weight:600;color:#333;margin-bottom:12px;display:flex;align-items:center;gap:8px;padding-left:4px}.reference-image-bar-title-icon{color:#667eea;font-size:18px}.reference-image-bar-hint{margin-left:auto;font-size:11px;color:#999;font-weight:400}.reference-image-list{display:flex;gap:8px;overflow-x:auto;padding:12px 8px;background:#f8f9fa;border-radius:4px}.reference-image-list::-webkit-scrollbar{height:6px}.reference-image-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.reference-image-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.reference-image-item{flex-shrink:0;cursor:grab}.reference-image-item:active{cursor:grabbing}.reference-image-item-frame{position:relative;background:#fff;border:2px solid #e8e8e8;border-radius:4px;padding:10px 0;transition:all .2s ease}.reference-image-item-frame:hover{border-color:#667eea;box-shadow:0 0 10px #667eea33}.reference-image-item-sprocket-left,.reference-image-item-sprocket-right{position:absolute;top:0;bottom:0;width:12px;display:flex;flex-direction:column;justify-content:space-between;padding:6px 0}.reference-image-item-sprocket-left{left:0}.reference-image-item-sprocket-right{right:0}.reference-image-item-sprocket-left:before,.reference-image-item-sprocket-left:after,.reference-image-item-sprocket-right:before,.reference-image-item-sprocket-right:after{content:"";width:6px;height:6px;border-radius:50%;background:#e0e0e0;margin:0 auto}.reference-image-item-sprocket-left:before,.reference-image-item-sprocket-right:before{margin-top:4px}.reference-image-item-sprocket-left:after,.reference-image-item-sprocket-right:after{margin-bottom:4px}.reference-image-item-content{position:relative;margin:0 14px}.reference-image-item-preview{width:100px;height:75px;object-fit:cover;display:block;border:1px solid #e0e0e0;border-radius:2px}.reference-image-item-label{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border-radius:50%;background:#ff4757;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ff47574d;z-index:2;cursor:pointer;transition:transform .2s ease;border:2px solid white}.reference-image-item-label:hover{transform:scale(1.1)}.reference-image-item-label-input{width:100%;height:100%;border-radius:50%;border:none;background:transparent;color:#fff;font-size:12px;font-weight:700;text-align:center;outline:none;cursor:pointer}.reference-image-item-label-input::placeholder{color:#ffffffb3}.reference-image-item-type{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);padding:2px 8px;border-radius:8px;background:#f0f0f0;color:#666;font-size:9px;font-weight:500;z-index:2;white-space:nowrap;border:1px solid #e0e0e0}.image-label-badge{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background:#d93026;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #d9302666;z-index:10}
