:root{--accent-cyan: #00FFFF;--accent-lime: #BFFF00;--bg-card: #0A0A0A;--bg-page: #000000;--bg-surface: #1A1A1A;--border-color: #1A1A1A;--text-muted: #666666;--text-primary: #FFFFFF;--text-secondary: #999999}[data-astro-cid-ct3bgug4]{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,Inter,sans-serif;background-color:var(--bg-page);color:var(--text-primary);min-height:100vh;overflow-x:hidden}body:after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:linear-gradient(rgba(191,255,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(191,255,0,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:0}.font-mono[data-astro-cid-ct3bgug4]{font-family:JetBrains Mono,monospace}.font-display[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif}.font-jp[data-astro-cid-ct3bgug4]{font-family:Noto Sans JP,sans-serif}[data-astro-cid-ct3bgug4][data-lang=en] .lang-jp[data-astro-cid-ct3bgug4],[data-astro-cid-ct3bgug4][data-lang=jp] .lang-en[data-astro-cid-ct3bgug4]{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{0%,50%{border-color:var(--accent-lime)}51%,to{border-color:transparent}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glow{0%,to{box-shadow:0 0 5px var(--accent-lime),0 0 10px var(--accent-lime),0 0 15px var(--accent-lime)}50%{box-shadow:0 0 10px var(--accent-lime),0 0 20px var(--accent-lime),0 0 30px var(--accent-lime)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInLine{0%{width:0}to{width:40px}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes borderGlow{0%,to{border-color:#bfff004d}50%{border-color:#bfff00cc}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reveal[data-astro-cid-ct3bgug4]{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal[data-astro-cid-ct3bgug4].active{opacity:1;transform:translateY(0)}.reveal-left[data-astro-cid-ct3bgug4]{opacity:0;transform:translate(-40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal-left[data-astro-cid-ct3bgug4].active{opacity:1;transform:translate(0)}.reveal-right[data-astro-cid-ct3bgug4]{opacity:0;transform:translate(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal-right[data-astro-cid-ct3bgug4].active{opacity:1;transform:translate(0)}.reveal-scale[data-astro-cid-ct3bgug4]{opacity:0;transform:scale(.8);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal-scale[data-astro-cid-ct3bgug4].active{opacity:1;transform:scale(1)}.delay-1[data-astro-cid-ct3bgug4]{transition-delay:.1s}.delay-2[data-astro-cid-ct3bgug4]{transition-delay:.2s}.delay-3[data-astro-cid-ct3bgug4]{transition-delay:.3s}.delay-4[data-astro-cid-ct3bgug4]{transition-delay:.4s}.delay-5[data-astro-cid-ct3bgug4]{transition-delay:.5s}.container[data-astro-cid-ct3bgug4]{max-width:1440px;margin:0 auto;position:relative;z-index:1}.header[data-astro-cid-ct3bgug4]{display:flex;justify-content:space-between;align-items:center;padding:0 80px;height:80px;background-color:var(--bg-page);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);background-color:#000c;animation:fadeInUp .6s ease-out}.logo-group[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:12px}.logo-img[data-astro-cid-ct3bgug4]{height:48px;width:auto;transition:opacity .3s ease}.logo-group[data-astro-cid-ct3bgug4]:hover .logo-img[data-astro-cid-ct3bgug4]{opacity:.8}.nav-group[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:48px}.nav-link[data-astro-cid-ct3bgug4]{font-size:12px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;position:relative}.nav-link[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--accent-lime);transition:width .3s ease}.nav-link[data-astro-cid-ct3bgug4]:hover{color:var(--text-primary)}.nav-link[data-astro-cid-ct3bgug4]:hover:after{width:100%}.nav-link[data-astro-cid-ct3bgug4].active{color:var(--accent-lime)}.lang-toggle[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:8px;padding:8px 12px;text-decoration:none;color:var(--text-primary);background-color:var(--bg-surface);border-radius:4px;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.lang-toggle[data-astro-cid-ct3bgug4]:hover{background-color:#252525;border-color:var(--accent-lime);box-shadow:0 0 15px #bfff0033}.lang-toggle[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:14px;height:14px;color:var(--text-primary);transition:transform .3s ease}.lang-toggle[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:rotate(180deg);color:var(--accent-lime)}.lang-option[data-astro-cid-ct3bgug4]{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.lang-option[data-astro-cid-ct3bgug4].active{color:var(--accent-lime);font-weight:600;text-shadow:0 0 10px var(--accent-lime)}.lang-divider[data-astro-cid-ct3bgug4]{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--text-muted)}.hero-section[data-astro-cid-ct3bgug4]{padding:120px 80px;background-color:var(--bg-page);min-height:700px;display:flex;flex-direction:column;gap:40px;position:relative;overflow:hidden}.hero-row[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:60px;flex:1;position:relative;z-index:1}.hero-left[data-astro-cid-ct3bgug4]{flex:1;display:flex;flex-direction:column;gap:40px}.hero-visual[data-astro-cid-ct3bgug4]{width:380px;min-width:380px;height:260px;border-radius:12px;overflow:hidden;animation:fadeInRight 1s ease-out .6s both}.hero-visual[data-astro-cid-ct3bgug4] img[data-astro-cid-ct3bgug4]{width:100%;height:100%;object-fit:cover}.hero-content[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:24px}.hero-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:80px;font-weight:700;color:var(--text-primary);animation:fadeInUp .8s ease-out .2s both;background:linear-gradient(90deg,var(--text-primary),var(--accent-lime),var(--text-primary));background-size:200% auto;-webkit-background-clip:text;background-clip:text;transition:all .5s ease}.hero-title[data-astro-cid-ct3bgug4].gradient-active{-webkit-text-fill-color:transparent;animation:gradientShift 2s ease infinite}.hero-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:72px}.hero-sub[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:20px;color:var(--text-secondary);line-height:1.6;max-width:700px;animation:fadeInUp .8s ease-out .4s both}.hero-sub[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:18px;line-height:1.7}.hero-cta[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background-color:var(--accent-lime);color:#000;text-decoration:none;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;transition:all .3s ease;position:relative;z-index:1;animation:fadeInUp .8s ease-out .6s both;width:fit-content}.hero-cta[data-astro-cid-ct3bgug4]:hover{transform:translate(5px);box-shadow:0 0 30px #bfff0080}.hero-cta[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:16px;height:16px;transition:transform .3s ease}.hero-cta[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:translate(5px)}.hero-cta[data-astro-cid-ct3bgug4].lang-jp{font-family:Noto Sans JP,sans-serif}.scroll-indicator[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:8px;animation:fadeInUp .8s ease-out .8s both;position:relative;z-index:1}.scroll-line[data-astro-cid-ct3bgug4]{width:40px;height:2px;background-color:var(--accent-lime);animation:slideInLine 1s ease-out 1s both,glow 2s ease-in-out infinite 1s}.scroll-text[data-astro-cid-ct3bgug4]{font-size:10px;color:var(--text-muted);animation:pulse 2s ease-in-out infinite}.scroll-text[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:11px}.legacy-section[data-astro-cid-ct3bgug4]{padding:100px 80px;background-color:var(--bg-card);display:flex;flex-direction:column;gap:60px}.legacy-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.legacy-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:56px;font-weight:700;color:var(--text-primary)}.legacy-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:52px}.legacy-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:18px;color:var(--text-muted);line-height:1.6;max-width:800px}.legacy-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:16px;line-height:1.6}.firm-label[data-astro-cid-ct3bgug4]{font-size:12px;color:var(--accent-lime);text-shadow:0 0 10px rgba(191,255,0,.5)}.firm-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.stats-row[data-astro-cid-ct3bgug4]{display:flex;gap:48px}.stat[data-astro-cid-ct3bgug4]{width:300px;display:flex;flex-direction:column;gap:8px;padding:24px;border-radius:8px;transition:all .4s ease;border:1px solid transparent}.stat[data-astro-cid-ct3bgug4]:hover{background:#bfff000d;border-color:#bfff0033;transform:translateY(-5px)}.stat-num[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:72px;font-weight:700;color:var(--accent-lime);text-shadow:0 0 30px rgba(191,255,0,.3);transition:all .3s ease}.stat[data-astro-cid-ct3bgug4]:hover .stat-num[data-astro-cid-ct3bgug4]{text-shadow:0 0 50px rgba(191,255,0,.6);transform:scale(1.05)}.stat-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:16px;color:var(--text-secondary);line-height:1.5;max-width:280px}.stat-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.6}.vision-section[data-astro-cid-ct3bgug4]{padding:80px 80px 100px;background-color:var(--bg-page);display:flex;flex-direction:row;gap:60px;align-items:center}.vision-left-col[data-astro-cid-ct3bgug4]{flex:1;display:flex;flex-direction:column;gap:24px}.editor-screenshot[data-astro-cid-ct3bgug4]{width:520px;min-width:520px;height:277px;border-radius:12px;overflow:hidden;background-color:#111;border:1px solid transparent;background-clip:padding-box;position:relative;box-shadow:0 8px 40px #000000b3,0 0 30px #bfff0014}.editor-screenshot[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;inset:-1px;border-radius:13px;padding:1px;background:linear-gradient(135deg,#bfff0066,#3336,#bfff0066);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.editor-img[data-astro-cid-ct3bgug4]{width:100%;height:100%;object-fit:contain}.vision-title-group[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:8px}.vision-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.vision-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.vision-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:40px;font-weight:700;color:var(--text-primary)}.vision-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:40px}.vision-p-title[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:var(--text-primary);line-height:1.5;max-width:560px}.vision-p-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:18px;line-height:1.6}.vision-p-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:15px;color:var(--text-muted);line-height:1.6;max-width:480px}.vision-p-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.8}.believe-section[data-astro-cid-ct3bgug4]{padding:80px 80px 60px;background-color:var(--bg-card);display:flex;flex-direction:column;gap:24px;align-items:center;position:relative;overflow:hidden}.believe-section[data-astro-cid-ct3bgug4]:before,.believe-section[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(191,255,0,.1);animation:rotateGlow 20s linear infinite}.believe-section[data-astro-cid-ct3bgug4]:before{width:600px;height:600px;top:-300px;right:-300px}.believe-section[data-astro-cid-ct3bgug4]:after{width:400px;height:400px;bottom:-200px;left:-200px;animation-direction:reverse}.believe-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime);position:relative;z-index:1}.believe-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.believe-quote[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:40px;font-weight:700;color:var(--text-primary);text-align:center;line-height:1.3;max-width:1000px;position:relative;z-index:1}.believe-quote[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:36px;line-height:1.3}.believe-desc[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:400;color:var(--text-secondary);text-align:center;line-height:1.7;max-width:800px;position:relative;z-index:1}.believe-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.solutions-section[data-astro-cid-ct3bgug4]{padding:100px 80px;background-color:var(--bg-card);display:flex;flex-direction:column;gap:48px}.solutions-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.solutions-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.solutions-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.solutions-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:var(--text-primary)}.solutions-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:44px}.solutions-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:16px;color:var(--text-secondary);line-height:1.6;max-width:900px}.solutions-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.8}.solutions-grid[data-astro-cid-ct3bgug4]{display:flex;gap:24px}.solution-card[data-astro-cid-ct3bgug4]{flex:1;background-color:var(--bg-surface);padding:32px;display:flex;flex-direction:column;gap:16px;transition:all .4s ease;border:1px solid transparent}.solution-card[data-astro-cid-ct3bgug4]:hover{border-color:#bfff0066;transform:translateY(-8px);box-shadow:0 16px 40px #0000004d,0 0 20px #bfff0014;background-color:#222}.solution-card[data-astro-cid-ct3bgug4]:hover .solution-icon[data-astro-cid-ct3bgug4]{transform:scale(1.2)}.solution-icon[data-astro-cid-ct3bgug4]{transition:transform .3s ease}.solution-icon[data-astro-cid-ct3bgug4]{color:var(--accent-lime);width:32px;height:32px}.solution-icon[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:32px;height:32px}.solution-card-title[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:var(--text-primary)}.solution-card-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.solution-card-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);line-height:1.6}.solution-card-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.portfolio-section[data-astro-cid-ct3bgug4]{padding:100px 80px;background-color:var(--bg-page);display:flex;flex-direction:column;gap:48px}.portfolio-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.portfolio-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.portfolio-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.portfolio-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:56px;font-weight:700;color:var(--text-primary)}.portfolio-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:52px}.portfolio-subtitle[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:18px;color:var(--text-muted);line-height:1.6;max-width:700px}.portfolio-subtitle[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:16px;line-height:1.8}.portfolio-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:16px;color:var(--text-secondary);line-height:1.6;max-width:900px}.portfolio-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:15px;line-height:1.6}.portfolio-grid[data-astro-cid-ct3bgug4]{display:flex;gap:24px}.portfolio-card[data-astro-cid-ct3bgug4]{flex:1;background-color:var(--bg-card);display:flex;flex-direction:column;border-radius:8px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.portfolio-card[data-astro-cid-ct3bgug4]:hover{transform:translateY(-10px) scale(1.02);border-color:#bfff004d;box-shadow:0 20px 40px #0000004d,0 0 30px #bfff001a}.card-image[data-astro-cid-ct3bgug4]{height:180px;background-size:200% 200%;transition:all .6s ease}.portfolio-card[data-astro-cid-ct3bgug4]:hover .card-image[data-astro-cid-ct3bgug4]{animation:gradientShift 3s ease infinite}.card-image[data-astro-cid-ct3bgug4].gradient-1{background:linear-gradient(135deg,#bfff00,#0f8,#bfff00);background-size:200% 200%}.card-image[data-astro-cid-ct3bgug4].gradient-2{background:linear-gradient(135deg,#0ff,#06f,#0ff);background-size:200% 200%}.card-image[data-astro-cid-ct3bgug4].gradient-3{background:linear-gradient(135deg,#f0f,#f60,#f0f);background-size:200% 200%}.card-content[data-astro-cid-ct3bgug4]{padding:24px;display:flex;flex-direction:column;gap:12px}.card-title[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:var(--text-primary);transition:color .3s ease}.portfolio-card[data-astro-cid-ct3bgug4]:hover .card-title[data-astro-cid-ct3bgug4]{color:var(--accent-lime)}.card-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.card-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);line-height:1.5}.card-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;line-height:1.6}.view-portfolio-btn[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background-color:var(--accent-lime);color:#000;text-decoration:none;font-size:14px;font-weight:600;transition:all .3s ease;width:fit-content;position:relative;overflow:hidden}.view-portfolio-btn[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.view-portfolio-btn[data-astro-cid-ct3bgug4]:hover:before{left:100%}.view-portfolio-btn[data-astro-cid-ct3bgug4]:hover{transform:translate(5px);box-shadow:0 0 30px #bfff0080}.view-portfolio-btn[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.view-portfolio-btn[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:16px;height:16px;transition:transform .3s ease}.view-portfolio-btn[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:translate(5px)}.usecase-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.usecase-card[data-astro-cid-ct3bgug4]{background-color:var(--bg-card);padding:32px;display:flex;gap:24px;align-items:center;height:180px;transition:all .4s ease;border:1px solid transparent}.usecase-card[data-astro-cid-ct3bgug4]:hover{border-color:#bfff0066;transform:translateY(-4px);box-shadow:0 12px 32px #0000004d,0 0 16px #bfff000f;background-color:#111;z-index:1}.usecase-accent[data-astro-cid-ct3bgug4]{width:3px;min-width:3px;height:100%;background-color:var(--accent-lime);border-radius:2px;transition:height .3s ease}.usecase-body[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:12px;flex:1}.usecase-num[data-astro-cid-ct3bgug4]{font-size:12px;font-weight:600;color:var(--accent-lime)}.usecase-title[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:var(--text-primary)}.usecase-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.usecase-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);line-height:1.6}.usecase-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;line-height:1.7}.features-section[data-astro-cid-ct3bgug4]{padding:60px 80px 80px;background-color:var(--bg-card);display:flex;flex-direction:column;gap:48px}.features-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.features-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.features-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.features-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:var(--text-primary)}.features-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:44px}.features-subtitle[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:18px;color:var(--text-muted);line-height:1.6;max-width:700px}.features-subtitle[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:16px;line-height:1.8}.features-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card[data-astro-cid-ct3bgug4]{background-color:var(--bg-surface);padding:32px;display:flex;flex-direction:column;gap:16px;transition:all .4s ease;border:1px solid transparent;height:220px}.feature-card[data-astro-cid-ct3bgug4]:hover{border-color:#bfff0066;transform:translateY(-8px);box-shadow:0 16px 40px #0000004d,0 0 20px #bfff0014;background-color:#222}.feature-icon[data-astro-cid-ct3bgug4]{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.feature-icon[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:32px;height:32px;color:var(--accent-lime);transition:transform .3s ease}.feature-card[data-astro-cid-ct3bgug4]:hover .feature-icon[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{transform:scale(1.2)}.feature-title[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:var(--text-primary)}.feature-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:18px}.feature-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);line-height:1.6}.feature-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;line-height:1.7}.testimonials-section[data-astro-cid-ct3bgug4]{padding:100px 80px;background-color:var(--bg-page);display:flex;flex-direction:column;gap:48px}.testimonials-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.testimonials-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.testimonials-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.testimonials-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:var(--text-primary)}.testimonials-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:44px}.testimonials-subtitle[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:16px;color:var(--text-muted)}.testimonials-subtitle[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.testimonials-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card[data-astro-cid-ct3bgug4]{background-color:var(--bg-card);padding:32px;display:flex;flex-direction:column;gap:24px;transition:all .4s ease;border:1px solid transparent}.testimonial-card[data-astro-cid-ct3bgug4]:hover{border-color:#bfff0033;transform:translateY(-5px)}.testimonial-quote[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:24px;height:24px;color:var(--accent-lime)}.testimonial-text[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:15px;color:var(--text-secondary);line-height:1.7}.testimonial-text[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;line-height:1.7}.testimonial-author[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:12px;margin-top:auto}.author-avatar[data-astro-cid-ct3bgug4]{width:48px;height:48px;background-color:var(--bg-surface);border-radius:50%}.author-info[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:4px}.author-name[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--text-primary)}.author-name[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.author-role[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:12px;color:var(--text-muted)}.author-role[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.contact-section[data-astro-cid-ct3bgug4]{background-color:var(--bg-card)}.contact-inner[data-astro-cid-ct3bgug4]{display:flex;gap:80px;padding:100px 80px}.contact-left[data-astro-cid-ct3bgug4]{width:500px;display:flex;flex-direction:column;gap:32px}.contact-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.contact-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.contact-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.contact-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;color:var(--text-primary)}.contact-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:40px}.contact-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:15px;color:var(--text-muted);line-height:1.8}.contact-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.contact-info[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:24px}.contact-item[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:16px;color:var(--text-secondary);font-size:16px}.contact-item[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:24px;height:24px;color:var(--accent-lime)}.contact-form[data-astro-cid-ct3bgug4]{flex:1;background-color:var(--bg-surface);padding:40px;display:flex;flex-direction:column;gap:24px}.form-row[data-astro-cid-ct3bgug4]{display:flex;gap:16px}.form-field[data-astro-cid-ct3bgug4]{flex:1;display:flex;flex-direction:column;gap:8px}.form-field[data-astro-cid-ct3bgug4] label[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--text-secondary)}.form-field[data-astro-cid-ct3bgug4] label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.form-field[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4],.form-field[data-astro-cid-ct3bgug4] select[data-astro-cid-ct3bgug4],.form-field[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]{background-color:var(--bg-card);border:1px solid var(--border-color);padding:12px 16px;color:var(--text-primary);font-family:Inter,sans-serif;font-size:14px;transition:all .3s ease}.form-field[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4]:focus,.form-field[data-astro-cid-ct3bgug4] select[data-astro-cid-ct3bgug4]:focus,.form-field[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]:focus{outline:none;border-color:var(--accent-lime);box-shadow:0 0 10px #bfff0033}.form-field[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4]::placeholder,.form-field[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]::placeholder{color:var(--text-muted)}.form-field[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]{min-height:120px;resize:vertical}.form-field[data-astro-cid-ct3bgug4] select[data-astro-cid-ct3bgug4]{cursor:pointer}.submit-btn[data-astro-cid-ct3bgug4]{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;background-color:var(--accent-lime);color:#000;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn[data-astro-cid-ct3bgug4]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #bfff0066}.submit-btn[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:16px;height:16px;transition:transform .3s ease}.submit-btn[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:translate(5px)}.community-section[data-astro-cid-ct3bgug4]{padding:100px 80px;background-color:var(--bg-card);display:flex;flex-direction:column;gap:48px;align-items:center}.community-title[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.community-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.community-headline[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:var(--text-primary);text-align:center;line-height:1.4;max-width:700px}.community-headline[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:28px;line-height:1.5}.social-links[data-astro-cid-ct3bgug4]{display:flex;gap:32px;align-items:center}.social-link[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:var(--bg-surface);color:var(--text-primary);text-decoration:none;font-size:14px;transition:all .3s ease;border:1px solid transparent;position:relative;overflow:hidden}.social-link[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#bfff001a;border-radius:50%;transform:translate(-50%,-50%);transition:all .5s ease}.social-link[data-astro-cid-ct3bgug4]:hover:before{width:300px;height:300px}.social-link[data-astro-cid-ct3bgug4]:hover{border-color:var(--accent-lime);transform:translateY(-3px);box-shadow:0 10px 20px #0003}.social-link[data-astro-cid-ct3bgug4].newsletter{background-color:var(--accent-lime);color:#000;font-weight:600}.social-link[data-astro-cid-ct3bgug4].newsletter:hover{box-shadow:0 10px 30px #bfff0066}.social-link[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:20px;height:20px;position:relative;z-index:1;transition:transform .3s ease}.social-link[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:scale(1.2)}.footer-cta[data-astro-cid-ct3bgug4]{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px;border-bottom:1px solid var(--border-color)}.footer-cta-left[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:8px}.footer-cta-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;color:var(--text-primary)}.footer-cta-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.footer-cta-desc[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:15px;color:var(--text-secondary)}.footer-cta-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.footer-cta-btn[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background-color:var(--accent-lime);color:#000;text-decoration:none;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap}.footer-cta-btn[data-astro-cid-ct3bgug4].lang-jp{font-family:Noto Sans JP,sans-serif}.footer-cta-btn[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:16px;height:16px;transition:transform .3s ease}.footer-cta-btn[data-astro-cid-ct3bgug4]:hover{transform:translate(5px);box-shadow:0 0 30px #bfff0080}.footer-cta-btn[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:translate(5px)}.footer[data-astro-cid-ct3bgug4]{padding:60px 80px;background-color:var(--bg-page);border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:48px}.footer-main[data-astro-cid-ct3bgug4]{display:flex;justify-content:space-between}.footer-brand[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.footer-logo[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:12px}.footer-logo-img[data-astro-cid-ct3bgug4]{height:40px;width:auto;transition:opacity .3s ease}.footer-logo[data-astro-cid-ct3bgug4]:hover .footer-logo-img[data-astro-cid-ct3bgug4]{opacity:.8}.footer-tagline[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;color:var(--text-muted);max-width:250px}.footer-tagline[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;max-width:280px}.footer-links[data-astro-cid-ct3bgug4]{display:flex;gap:80px}.footer-col[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.footer-col-title[data-astro-cid-ct3bgug4]{font-size:12px;color:var(--accent-lime)}.footer-col-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.footer-col-link[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:14px;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;position:relative}.footer-col-link[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:0;height:2px;background:var(--accent-lime);transition:width .3s ease}.footer-col-link[data-astro-cid-ct3bgug4]:hover{color:var(--text-primary);padding-left:8px}.footer-col-link[data-astro-cid-ct3bgug4]:hover:before{width:8px}.footer-col-link[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.footer-bottom[data-astro-cid-ct3bgug4]{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border-color)}.footer-copyright[data-astro-cid-ct3bgug4]{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--text-muted)}.footer-legal[data-astro-cid-ct3bgug4]{display:flex;gap:32px}.footer-legal-link[data-astro-cid-ct3bgug4]{font-size:12px;color:var(--text-muted);text-decoration:none;transition:color .3s ease}.footer-legal-link[data-astro-cid-ct3bgug4]:hover{color:var(--accent-lime)}.footer-legal-link[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.testimonial-text[data-astro-cid-ct3bgug4] strong[data-astro-cid-ct3bgug4]{color:var(--text-primary)}.perk-avatar[data-astro-cid-ct3bgug4]{width:48px;height:48px;background:#bfff001a;border:1px solid rgba(191,255,0,.3);border-radius:50%}.blog-section[data-astro-cid-ct3bgug4]{padding:100px 80px;background-color:var(--bg-card);display:flex;flex-direction:column;gap:48px}.blog-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:16px}.blog-header-top[data-astro-cid-ct3bgug4]{display:flex;justify-content:space-between;align-items:center}.blog-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime)}.blog-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.blog-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:var(--text-primary)}.blog-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:44px}.blog-view-all[data-astro-cid-ct3bgug4]{font-family:JetBrains Mono,monospace;font-size:14px;color:var(--accent-lime);text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.blog-view-all[data-astro-cid-ct3bgug4]:hover{transform:translate(5px);text-shadow:0 0 10px rgba(191,255,0,.5)}.blog-view-all[data-astro-cid-ct3bgug4] i[data-astro-cid-ct3bgug4]{width:16px;height:16px;transition:transform .3s ease}.blog-view-all[data-astro-cid-ct3bgug4]:hover i[data-astro-cid-ct3bgug4]{transform:translate(5px)}.blog-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card[data-astro-cid-ct3bgug4]{background-color:var(--bg-surface);display:flex;flex-direction:column;overflow:hidden;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease;border:1px solid transparent;text-decoration:none}.blog-card[data-astro-cid-ct3bgug4]:hover{border-color:#bfff0066;transform:translateY(-8px);box-shadow:0 16px 40px #0000004d,0 0 20px #bfff0014;background-color:#222}.blog-card-image[data-astro-cid-ct3bgug4]{aspect-ratio:16 / 9;width:100%;transition:background-position .6s ease}.blog-card[data-astro-cid-ct3bgug4]:hover .blog-card-image[data-astro-cid-ct3bgug4].has-gradient{animation:gradientShift 3s ease infinite}.blog-card-image[data-astro-cid-ct3bgug4].gradient-1{background:linear-gradient(135deg,#bfff00,#0f8,#bfff00);background-size:200% 200%}.blog-card-image[data-astro-cid-ct3bgug4].gradient-2{background:linear-gradient(135deg,#0ff,#06f,#0ff);background-size:200% 200%}.blog-card-image[data-astro-cid-ct3bgug4].gradient-3{background:linear-gradient(135deg,#f0f,#f60,#f0f);background-size:200% 200%}.blog-card-body[data-astro-cid-ct3bgug4]{padding:24px;display:flex;flex-direction:column;gap:12px}.blog-card-meta[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-muted)}.blog-card-tag[data-astro-cid-ct3bgug4]{font-family:JetBrains Mono,monospace;font-size:10px;padding:2px 8px;border-radius:2px}.blog-card-tag[data-astro-cid-ct3bgug4].ai{background:#00ffff1a;color:#0ff}.blog-card-tag[data-astro-cid-ct3bgug4].engineering{background:#bfff001a;color:#bfff00}.blog-card-tag[data-astro-cid-ct3bgug4].design{background:#ffbb001a;color:#fb0}.blog-card-tag[data-astro-cid-ct3bgug4].community{background:#bf00ff1a;color:#bf00ff}.blog-card-tag[data-astro-cid-ct3bgug4].essay{background:#ff66001a;color:#f60}.blog-card-title[data-astro-cid-ct3bgug4]{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:var(--text-primary);transition:color .3s ease}.blog-card[data-astro-cid-ct3bgug4]:hover .blog-card-title[data-astro-cid-ct3bgug4]{color:var(--accent-lime)}.blog-card-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.blog-card-desc[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-desc[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}@media(max-width:1024px){.blog-section[data-astro-cid-ct3bgug4]{padding-left:40px;padding-right:40px}.blog-grid[data-astro-cid-ct3bgug4]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-section[data-astro-cid-ct3bgug4]{padding-left:20px;padding-right:20px}.blog-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}}.company-section[data-astro-cid-ct3bgug4]{padding:80px;background-color:var(--bg-page);border-top:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;gap:40px}.company-section-header[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;align-items:center;gap:8px}.company-label[data-astro-cid-ct3bgug4]{font-size:14px;color:var(--accent-lime);font-family:JetBrains Mono,monospace}.company-label[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-weight:500}.company-title[data-astro-cid-ct3bgug4]{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:700;color:var(--text-primary)}.company-title[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.company-table[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;width:100%;max-width:720px;border:1px solid var(--border-color)}.company-row[data-astro-cid-ct3bgug4]{display:flex;border-bottom:1px solid var(--border-color)}.company-row[data-astro-cid-ct3bgug4]:last-child{border-bottom:none}.company-key[data-astro-cid-ct3bgug4]{width:160px;min-width:160px;padding:16px 20px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--accent-lime);background-color:var(--bg-card);display:flex;align-items:center}.company-key[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500}.company-value[data-astro-cid-ct3bgug4]{flex:1;padding:16px 20px;font-family:Inter,sans-serif;font-size:14px;color:var(--text-secondary);display:flex;align-items:center}.company-value[data-astro-cid-ct3bgug4].jp{font-family:Noto Sans JP,sans-serif}.cursor-glow[data-astro-cid-ct3bgug4]{position:fixed;width:300px;height:300px;background:radial-gradient(circle,rgba(191,255,0,.08) 0%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:9999;opacity:0;transition:opacity .3s ease}body:hover .cursor-glow[data-astro-cid-ct3bgug4]{opacity:1}@media(max-width:1024px){.header[data-astro-cid-ct3bgug4]{padding:0 40px}.nav-group[data-astro-cid-ct3bgug4]{gap:24px}.hero-visual[data-astro-cid-ct3bgug4]{width:300px;min-width:300px;height:200px}.editor-screenshot[data-astro-cid-ct3bgug4]{width:360px;min-width:360px;height:240px}.hero-section[data-astro-cid-ct3bgug4],.legacy-section[data-astro-cid-ct3bgug4],.vision-section[data-astro-cid-ct3bgug4],.believe-section[data-astro-cid-ct3bgug4],.portfolio-section[data-astro-cid-ct3bgug4],.features-section[data-astro-cid-ct3bgug4],.testimonials-section[data-astro-cid-ct3bgug4],.community-section[data-astro-cid-ct3bgug4],.footer[data-astro-cid-ct3bgug4]{padding-left:40px;padding-right:40px}.contact-inner[data-astro-cid-ct3bgug4]{padding-left:40px;padding-right:40px;flex-direction:column}.contact-left[data-astro-cid-ct3bgug4]{width:100%}.stats-row[data-astro-cid-ct3bgug4]{flex-wrap:wrap}.usecase-grid[data-astro-cid-ct3bgug4],.features-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.solutions-grid[data-astro-cid-ct3bgug4]{flex-direction:column}.solution-card[data-astro-cid-ct3bgug4]{width:100%}.testimonials-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}}@media(max-width:768px){.header[data-astro-cid-ct3bgug4]{padding:20px;flex-direction:column;height:auto;gap:20px}.nav-group[data-astro-cid-ct3bgug4]{flex-wrap:wrap;justify-content:center;gap:16px}.hero-row[data-astro-cid-ct3bgug4]{flex-direction:column}.hero-visual[data-astro-cid-ct3bgug4]{display:none}.hero-title[data-astro-cid-ct3bgug4]{font-size:48px}.hero-section[data-astro-cid-ct3bgug4],.legacy-section[data-astro-cid-ct3bgug4],.vision-section[data-astro-cid-ct3bgug4],.believe-section[data-astro-cid-ct3bgug4],.portfolio-section[data-astro-cid-ct3bgug4],.features-section[data-astro-cid-ct3bgug4],.testimonials-section[data-astro-cid-ct3bgug4],.community-section[data-astro-cid-ct3bgug4],.footer[data-astro-cid-ct3bgug4],.contact-inner[data-astro-cid-ct3bgug4]{padding-left:20px;padding-right:20px}.vision-section[data-astro-cid-ct3bgug4]{flex-direction:column}.editor-screenshot[data-astro-cid-ct3bgug4]{width:100%;min-width:unset;height:300px}.footer-cta[data-astro-cid-ct3bgug4]{flex-direction:column;align-items:flex-start;gap:24px}.footer-main[data-astro-cid-ct3bgug4]{flex-direction:column;gap:40px}.footer-links[data-astro-cid-ct3bgug4]{gap:40px}.footer-bottom[data-astro-cid-ct3bgug4]{flex-direction:column;gap:16px;text-align:center}.social-links[data-astro-cid-ct3bgug4]{flex-wrap:wrap;justify-content:center}.form-row[data-astro-cid-ct3bgug4]{flex-direction:column}.company-section[data-astro-cid-ct3bgug4]{padding-left:20px;padding-right:20px}.company-key[data-astro-cid-ct3bgug4]{width:90px;min-width:90px;font-size:11px;padding:12px}.company-value[data-astro-cid-ct3bgug4]{padding:12px 14px;font-size:13px}}@media(max-width:1024px){.company-section[data-astro-cid-ct3bgug4]{padding-left:40px;padding-right:40px}}
