*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#6366f1;--secondary:#ec4899;--accent:#f59e0b;--success:#10b981;--bg-dark:#0f172a;--bg-card:#1e293b;--bg-card-hover:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#475569;--shadow:rgba(0, 0, 0, 0.3);--gradient-1:linear-gradient(135deg, #6366f1 0%, #ec4899 100%);--gradient-2:linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);--gradient-3:linear-gradient(135deg, #10b981 0%, #06b6d4 100%);--gradient-4:linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%)}body{font-family:'Noto Sans SC',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg-dark);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}.bg-decoration{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:blobFloat 20s infinite ease-in-out}.blob-1{width:500px;height:500px;background:var(--primary);top:-100px;left:-100px;animation-delay:0s}.blob-2{width:400px;height:400px;background:var(--secondary);top:50%;right:-100px;animation-delay:-5s}.blob-3{width:450px;height:450px;background:var(--accent);bottom:-100px;left:30%;animation-delay:-10s}@keyframes blobFloat{0%,100%{transform:translate(0,0) scale(1)}25%{transform:translate(50px,-50px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(30px,50px) scale(1.05)}}.container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.header{padding:40px 0;text-align:center;position:relative;z-index:1}.header-small{padding:24px 0}.header .container{display:flex;flex-direction:column;align-items:center;gap:12px}.header-small .container{flex-direction:row;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900}.logo-emoji{font-size:40px;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.logo-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{color:var(--text-secondary);font-size:16px}.back-link{display:flex;align-items:center;gap:8px;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--primary)}.back-arrow{font-size:20px}.main{padding-bottom:60px;position:relative;z-index:1}.hero{text-align:center;margin-bottom:48px}.hero-title{font-size:42px;font-weight:900;margin-bottom:16px;line-height:1.2}.wave{display:inline-block;animation:wave 2.5s infinite;transform-origin:70% 70%}@keyframes wave{0%,100%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}}.hero-subtitle{font-size:18px;color:var(--text-secondary);max-width:600px;margin:0 auto}.filter-section{margin-bottom:32px}.filter-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.filter-btn{padding:10px 20px;border:2px solid var(--border);background:var(--bg-card);color:var(--text-secondary);border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:var(--primary);color:var(--text-primary);transform:translateY(-2px)}.filter-btn.active{background:var(--gradient-1);border-color:transparent;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.product-card{background:var(--bg-card);border-radius:20px;overflow:hidden;border:1px solid var(--border);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);cursor:pointer}.product-card:hover{transform:translateY(-8px) scale(1.02);border-color:var(--primary);box-shadow:0 20px 40px var(--shadow)}.product-card.hidden{display:none}.product-image{height:200px;display:flex;align-items:center;justify-content:center;font-size:80px;position:relative;overflow:hidden}.product-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;filter:blur(40px);opacity:.5;transform:scale(1.2)}.product-image span{position:relative;z-index:1;animation:float 3s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.product-logo-img{position:relative;z-index:1;max-width:140px;max-height:140px;object-fit:contain;animation:float 3s ease-in-out infinite}.product-content{padding:24px}.product-type{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px}.type-website{background:var(--gradient-1);color:#fff}.type-extension{background:var(--gradient-3);color:#fff}.type-app{background:var(--gradient-4);color:#fff}.type-game{background:var(--gradient-2);color:#fff}.type-miniprogram{background:var(--success);color:#fff}.product-title{font-size:22px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.product-description{color:var(--text-secondary);font-size:14px;line-height:1.6;margin-bottom:16px}.product-meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--border)}.product-status{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%}.status-live .status-dot{background:var(--success);animation:pulse 2s infinite}.status-coming .status-dot{background:var(--accent)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.status-live{color:var(--success)}.status-coming{color:var(--accent)}.product-cta{padding:8px 20px;background:var(--primary);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-cta:hover{background:#4f46e5;transform:scale(1.05)}.product-cta:disabled{background:var(--border);cursor:not-allowed;transform:none}.product-detail{max-width:900px;margin:0 auto}.detail-header{text-align:center;margin-bottom:48px}.detail-image{width:200px;height:200px;margin:0 auto 32px;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:100px;position:relative}.detail-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;filter:blur(60px);opacity:.4;border-radius:40px}.detail-image span{position:relative;z-index:1;animation:float 3s ease-in-out infinite}.detail-logo-img{position:relative;z-index:1;max-width:150px;max-height:150px;object-fit:contain;animation:float 3s ease-in-out infinite}.detail-type{display:inline-block;padding:6px 18px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:16px}.detail-title{font-size:48px;font-weight:900;margin-bottom:16px}.detail-description{font-size:20px;color:var(--text-secondary);max-width:600px;margin:0 auto}.detail-actions{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:14px 32px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:var(--gradient-1);color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(99,102,241,.4)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);transform:translateY(-3px)}.detail-section{background:var(--bg-card);border-radius:20px;padding:32px;margin-bottom:24px;border:1px solid var(--border)}.detail-section h3{font-size:20px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:10px}.detail-section p,.detail-section ul{color:var(--text-secondary);line-height:1.8}.detail-section ul{list-style:none;padding:0}.detail-section li{padding:8px 0;padding-left:28px;position:relative}.detail-section li::before{content:'✨';position:absolute;left:0}.feature-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.feature-item{background:var(--bg-dark);padding:20px;border-radius:14px;border:1px solid var(--border)}.feature-icon{font-size:28px;margin-bottom:12px}.feature-title{font-weight:600;margin-bottom:6px}.feature-desc{font-size:14px;color:var(--text-muted)}.screenshots{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.screenshot-item{aspect-ratio:16/10;background:var(--bg-dark);border-radius:14px;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);font-size:14px}.screenshot-emoji{font-size:40px}.footer{padding:40px 0;text-align:center;color:var(--text-muted);position:relative;z-index:1}.footer-small{font-size:13px;margin-top:8px;opacity:.7}.intro-section{margin-bottom:48px}.intro-card{padding:40px 20px;text-align:center;position:relative}.office-canvas-wrapper{display:flex;justify-content:center;margin-bottom:24px}#lobsterCanvas{border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-width:100%;height:auto}.time-controls{display:none}.time-btn{padding:8px 16px;background:var(--bg-card);border:2px solid var(--border);border-radius:10px;color:var(--text-primary);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.time-btn:hover{border-color:var(--primary);transform:translateY(-2px)}.intro-title{font-size:32px;font-weight:900;margin-bottom:24px;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-content{max-width:700px;margin:0 auto 32px}.intro-content p{font-size:18px;line-height:1.8;color:var(--text-secondary);margin-bottom:16px}.intro-content strong{color:var(--text-primary);font-weight:700}.funds-section{max-width:500px;margin:0 auto}.funds-progress-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:4px 0}.funds-progress-info{font-size:24px;font-weight:800}.funds-current{color:var(--accent)}.funds-separator{color:var(--text-muted);margin:0 8px}.funds-total{color:var(--text-muted)}.funds-toggle-icon{color:var(--text-muted);font-size:14px;transition:transform .3s ease}.funds-toggle-icon.open{transform:rotate(180deg)}.funds-progress-bar{width:100%;height:16px;background:rgba(255,255,255,.1);border-radius:10px;overflow:hidden;margin-top:12px}.funds-progress-fill{height:100%;background:var(--gradient-1);border-radius:10px;transition:width .8s cubic-bezier(.4, 0, .2, 1);width:0%}.funds-summary{display:flex;justify-content:center;gap:24px;margin-top:12px;font-size:14px;color:var(--text-muted)}.funds-summary-item.income{color:var(--success)}.funds-details{margin-top:20px;background:rgba(255,255,255,.05);border-radius:16px;overflow:hidden;max-height:0;opacity:0;transition:all .4s ease}.funds-details.open{max-height:500px;opacity:1}.funds-details-tabs{display:flex;padding:12px 16px 0;gap:8px;border-bottom:1px solid var(--border)}.funds-tab{padding:8px 16px;background:0 0;border:none;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;border-radius:8px 8px 0 0;transition:all .3s ease}.funds-tab:hover{color:var(--text-primary)}.funds-tab.active{color:var(--primary);background:rgba(99,102,241,.1)}.funds-list{padding:16px;max-height:300px;overflow-y:auto}.funds-list-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.funds-list-item:last-child{border-bottom:none}.funds-item-left{display:flex;align-items:center;gap:12px}.funds-item-icon{font-size:20px}.funds-item-info{text-align:left}.funds-item-title{font-size:14px;font-weight:600;color:var(--text-primary)}.funds-item-date{font-size:12px;color:var(--text-muted)}.funds-item-amount{font-size:16px;font-weight:700}.funds-item-amount.income{color:var(--success)}.funds-item-amount.expense{color:var(--secondary)}@media (max-width:768px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.products-grid{grid-template-columns:1fr}.detail-title{font-size:36px}.header-small .container{flex-direction:column;gap:16px}.filter-buttons{justify-content:flex-start}#lobsterCanvas{width:100%;max-width:360px;height:auto}.intro-title{font-size:24px}.intro-content p{font-size:16px}.funds-progress-info{font-size:20px}.funds-summary{gap:16px;font-size:13px}.funds-details-tabs{padding:12px 12px 0}.funds-tab{padding:8px 12px;font-size:13px}}.installation-block{background:var(--bg-dark);border-radius:16px;padding:24px;margin-bottom:16px;border:1px solid var(--border)}.installation-block:last-child{margin-bottom:0}.installation-block h4{font-size:18px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.installation-block ol{list-style:none;padding:0;margin:0}.installation-block li{padding:12px 0;padding-left:40px;position:relative;color:var(--text-secondary);line-height:1.6}.installation-block li::before{content:counter(step);counter-increment:step;position:absolute;left:0;top:10px;width:28px;height:28px;background:var(--gradient-1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.installation-block ol{counter-reset:step}