.app{width:100%;overflow-x:hidden}.header{height:80px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;padding:0 4rem}.header.scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;height:60px}.logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;color:#fff}.header.scrolled .logo{color:var(--primary-color)}.nav{display:flex;gap:2rem;color:#fff}.header.scrolled .nav{color:var(--text-main)}.hero{background:var(--hero-gradient);padding:160px 0 100px;color:#fff;position:relative;overflow:hidden}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-text{flex:1}.hero-text h1{font-size:4rem;margin-bottom:1.5rem;color:#fff;line-height:1.1}.hero-text p{font-size:1.5rem;margin-bottom:3rem;opacity:.9}.download-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.8rem 1.5rem;border-radius:50px;font-weight:600;display:flex;align-items:center;gap:8px;font-size:1rem}.btn-white{background:#fff;color:var(--primary-color)}.btn-outline{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4)}.btn img{width:20px;height:20px;margin-right:8px;vertical-align:middle}.hero-image{flex:1;background:#fff3;border-radius:20px;aspect-ratio:16/10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 50px #0003}.tabs-section{padding:100px 0;text-align:center}.section-title{font-size:2.5rem;margin-bottom:3rem}.tabs-container{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem;background:#fff;padding:.6rem;border-radius:16px;border:1px solid #f0f0f0;box-shadow:0 4px 20px #00000008;width:fit-content;margin-left:auto;margin-right:auto}.tab{padding:.6rem 2rem;border-radius:8px;font-size:.95rem;color:#4b5563;background:transparent;font-weight:500}.tab.active{background:#0052d9;color:#fff}.feature-section{padding:80px 0}.feature-grid{display:flex;align-items:center;gap:6rem}.feature-grid.reverse{flex-direction:row-reverse}.feature-image-placeholder{flex:1;background:#e5e7eb;border-radius:20px;aspect-ratio:4/3;position:relative}.feature-info{flex:1}.feature-info h2{font-size:2.5rem;margin-bottom:1.5rem}.feature-info p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}.feature-list{list-style:none;margin-bottom:2rem}.feature-list li{margin-bottom:.8rem;display:flex;align-items:center;gap:10px;color:var(--text-muted)}.feature-list li:before{content:"•";color:var(--primary-color);font-weight:700}.btn-primary{background:var(--primary-color);color:#fff;padding:.8rem 2rem}.footer{background:#f9fafb;padding:80px 0 40px;border-top:1px solid #e5e7eb}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-logo{margin-bottom:1.5rem}.footer-column h4{margin-bottom:1.5rem;font-size:1.1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem;color:#4b5563}.footer-downloads{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.footer-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:.6rem 1rem;border:1px solid #0052d9;border-radius:6px;background:#fff;color:#0052d9;font-size:.9rem;font-weight:500;transition:all .3s ease;width:100%;max-width:200px}.footer-btn:hover{background:#f0f7ff}.footer-btn img{width:18px;height:18px;filter:invert(21%) sepia(94%) saturate(3453%) hue-rotate(212deg) brightness(91%) contrast(101%)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb;color:var(--text-muted);font-size:.9rem}@media (max-width: 1024px){.hero-content,.feature-grid{flex-direction:column;text-align:center}.hero-text h1{font-size:3rem}.download-buttons{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}}.dashboard{display:flex;flex-direction:column;height:100vh;background:#f8fafc}.dash-header{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.dash-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);cursor:pointer;display:flex;align-items:center;gap:8px}.dash-header-right{display:flex;gap:1rem}.btn-member{background:#3b82f6;color:#fff;padding:.5rem 1.2rem;border-radius:50px;font-weight:500}.btn-login{background:#6366f1;color:#fff;padding:.5rem 1.2rem;border-radius:50px;font-weight:500}.dash-body{display:flex;flex:1;overflow:hidden}.dash-sidebar{width:240px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 0}.dash-nav-item{padding:.8rem 2rem;display:flex;align-items:center;gap:12px;color:#64748b;cursor:pointer;transition:all .2s;font-weight:500}.dash-nav-item:hover{background:#f1f5f9;color:var(--primary-color)}.dash-nav-item.active{background:#eff6ff;color:#3b82f6;border-right:3px solid #3b82f6}.dash-content{flex:1;overflow-y:auto;padding:2rem 3rem}.dash-section{margin-bottom:3rem}.dash-section-title{font-size:1.25rem;margin-bottom:1.5rem;color:#1e293b}.dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.dash-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid #e2e8f0;cursor:pointer}.dash-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.dash-card-img{height:140px;background:#f1f5f9}.dash-card-img img{width:100%;height:100%;object-fit:cover}.dash-card-info{padding:1rem}.dash-card-info h3{font-size:1rem;margin-bottom:.4rem;color:#1e293b}.dash-card-info p{font-size:.85rem;color:#64748b;line-height:1.4}.editor-container{display:flex;flex-direction:column;height:100vh;background:#fdfdfd}.editor-header{height:60px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;border-bottom:1px solid #f0f0f0;z-index:100}.editor-logo{font-size:1.25rem;font-weight:700;color:#3b82f6;cursor:pointer;display:flex;align-items:center;gap:6px}.editor-toolbar{display:flex;gap:1.5rem}.tool-btn{background:transparent;color:#94a3b8;font-size:.9rem;display:flex;align-items:center;gap:4px;cursor:pointer}.tool-btn:hover{color:#3b82f6}.editor-actions{display:flex;align-items:center;gap:1rem}.btn-save{background:#e2e8f0;color:#475569;padding:.5rem 1.2rem;border-radius:8px;font-weight:500;display:flex;align-items:center;gap:6px;font-size:.9rem}.btn-login-small{background:#4f46e5;color:#fff;padding:.5rem 1.2rem;border-radius:8px;font-weight:500;font-size:.9rem}.editor-body{display:flex;flex:1;overflow:hidden}.editor-sidebar{width:280px;background:#fff;border-right:1px solid #f0f0f0;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.editor-tabs{display:flex;background:#f1f5f9;padding:4px;border-radius:10px}.editor-tab{flex:1;padding:.6rem;border-radius:8px;font-size:.9rem;font-weight:500;color:#64748b;background:transparent}.editor-tab.active{background:#fff;color:#4f46e5;box-shadow:0 2px 4px #0000000d}.editor-preview-box{width:100%;aspect-ratio:1/1;background:#f8fafc;border-radius:12px;overflow:hidden;border:1px solid #f1f5f9}.editor-preview-box img{width:100%;height:100%;object-fit:contain}.editor-section{display:flex;flex-direction:column;gap:1rem}.section-label{font-size:1rem;font-weight:600;color:#1e293b}.tag-grid{display:flex;flex-wrap:wrap;gap:.6rem}.tag-btn{padding:.4rem .8rem;border-radius:20px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.85rem;cursor:pointer;transition:all .2s}.tag-btn:hover{border-color:#4f46e5;color:#4f46e5}.tag-btn.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.tag-btn.dropdown{display:flex;align-items:center;gap:4px}.btn-start-process{width:100%;padding:.8rem;background:#c7d2fe;color:#fff;border-radius:10px;font-weight:600;font-size:1rem;margin-top:auto;cursor:not-allowed}.editor-main{flex:1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:2rem}.upload-zone{width:100%;max-width:600px;aspect-ratio:16/9;background:#fff;border:2px dashed #e2e8f0;border-radius:16px;display:flex;align-items:center;justify-content:center}.upload-box{text-align:center}.btn-open-img{background:#4f46e5;color:#fff;padding:.8rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #4f46e54d}.btn-open-img .plus{font-size:1.4rem}.upload-hint{margin-top:1rem;color:#94a3b8;font-size:.9rem}.canvas-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.main-image{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 10px 30px #0000001a;border-radius:4px}:root{font-family:Inter,Outfit,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #3b82f6;--primary-gradient: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--hero-gradient: linear-gradient(180deg, #3b82f6 0%, #60a5fa 100%);--text-main: #1f2937;--text-muted: #6b7280;--bg-light: #f9fafb;--card-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4{color:var(--text-main);font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;outline:none;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}
