:root{--primary:#10b981;--primary-dark:#059669;--bg:#fff;--bg-dark:#0a0f1a;--bg-dark-2:#111827;--bg-subtle:#f8fafc;--text:#1e293b;--text-muted:#64748b;--text-light:#e2e8f0;--border:#e2e8f0;--max-w:1200px;--transition:0.3s cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 0;transition:var(--transition)}.nav--scrolled{background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:10px 0}.nav__inner{max-width:var(--max-w);margin:0 auto;padding:0 32px;justify-content:space-between}.nav__inner,.nav__logo{display:flex;align-items:center}.nav__logo{gap:10px;font-weight:700;font-size:20px;cursor:pointer}.nav__logo-icon{width:36px;height:36px;border-radius:10px;overflow:hidden;flex-shrink:0}.nav__logo-icon img{width:100%;height:100%;display:block}.nav__links{display:flex;align-items:center;gap:24px}.nav__links a{font-weight:500;color:var(--text-muted);transition:var(--transition)}.nav__links a:hover{color:var(--primary)}.hero{min-height:100vh;display:flex;align-items:center;background:var(--bg-dark);color:#fff;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 30% 40%,rgba(16,185,129,.2) 0,transparent 70%),radial-gradient(ellipse 50% 60% at 70% 60%,rgba(6,182,212,.12) 0,transparent 70%)}.hero__inner{max-width:var(--max-w);margin:0 auto;padding:120px 32px 80px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero__badge{display:inline-block;background:rgba(16,185,129,.15);color:#34d399;border:1px solid rgba(16,185,129,.3);padding:4px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.hero h1{font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:20px;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:18px;color:#94a3b8;line-height:1.7;margin-bottom:32px;max-width:500px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}.hero__actions .ant-btn{height:48px;padding:0 28px;font-size:16px;font-weight:600;border-radius:10px}.hero__download{margin-top:32px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.08);max-width:520px}.hero__download-label{display:flex;align-items:center;color:#94a3b8;font-size:13px;letter-spacing:.4px;text-transform:uppercase;font-weight:600;margin-bottom:12px}.hero__download-version{margin-left:auto;color:#64748b;text-transform:none;letter-spacing:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:500;background:hsla(0,0%,100%,.05);padding:2px 8px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08)}.hero__download-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero__download-buttons a{flex:1 1;min-width:200px}.hero__dl-btn.ant-btn{width:100%;height:64px;padding:8px 18px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.12);color:#fff;text-align:left;display:flex;align-items:center;gap:12px;font-weight:500;transition:all .15s ease}.hero__dl-btn.ant-btn:hover{background:hsla(0,0%,100%,.08);border-color:rgba(16,185,129,.5);color:#fff;transform:translateY(-1px)}.hero__dl-btn.ant-btn .anticon{font-size:20px;color:#10b981}.hero__dl-btn.ant-btn span{display:flex;flex-direction:column;line-height:1.25}.hero__dl-btn.ant-btn strong{font-size:15px;font-weight:600;color:#fff}.hero__dl-btn.ant-btn em{font-size:12px;font-style:normal;color:#94a3b8;margin-top:2px}.hero__download-buttons--single a{flex:1 1 100%;min-width:0}.hero__dl-btn--primary.ant-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;color:#fff}.hero__dl-btn--primary.ant-btn:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;transform:translateY(-1px);box-shadow:0 6px 20px rgba(99,102,241,.35)}.hero__dl-btn--primary.ant-btn .anticon{color:#fff}.hero__dl-btn--primary.ant-btn em,.hero__dl-btn--primary.ant-btn strong{color:#fff!important}.hero__download-alt{margin-top:10px;font-size:12px;color:#64748b}.hero__download-alt a{color:#94a3b8;text-decoration:underline;text-underline-offset:3px}.hero__download-alt a:hover{color:#6366f1}.hero__visual{display:flex;justify-content:center;align-items:center}.hero__screenshot{max-width:600px;height:auto;display:block;border-radius:12px}.hero__mock,.hero__screenshot{width:100%;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 20px 60px rgba(0,0,0,.4)}.hero__mock{max-width:480px;aspect-ratio:16/10;background:var(--bg-dark-2);border-radius:12px;position:relative;overflow:hidden}.hero__mock-bar{height:32px;background:hsla(0,0%,100%,.04);display:flex;align-items:center;gap:6px;padding:0 12px;border-bottom:1px solid hsla(0,0%,100%,.06)}.hero__mock-dot{width:8px;height:8px;border-radius:50%}.hero__mock-body{padding:16px;display:flex;gap:12px;height:calc(100% - 32px)}.hero__mock-sidebar{width:140px;background:hsla(0,0%,100%,.03);border-radius:8px;padding:12px}.hero__mock-sidebar div{height:8px;background:rgba(16,185,129,.3);border-radius:4px;margin-bottom:8px}.hero__mock-sidebar div:nth-child(2){width:80%;background:hsla(0,0%,100%,.08)}.hero__mock-sidebar div:nth-child(3){width:60%;background:hsla(0,0%,100%,.06)}.hero__mock-main{flex:1 1;background:hsla(0,0%,100%,.02);border-radius:8px;padding:12px}.hero__mock-main div{height:6px;background:hsla(0,0%,100%,.06);border-radius:3px;margin-bottom:6px}.hero__mock-main div:first-child{width:50%;background:rgba(16,185,129,.2);height:8px}.pricing{padding:100px 0;background:var(--bg-subtle)}.pricing__inner{max-width:var(--max-w);margin:0 auto;padding:0 32px;text-align:center}.pricing__label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--primary);margin-bottom:12px}.pricing__title{font-size:clamp(28px,4vw,42px);font-weight:800;margin-bottom:16px}.pricing__desc{color:var(--text-muted);font-size:17px;margin-bottom:48px}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:stretch}.pricing__grid--two{grid-template-columns:repeat(2,1fr);max-width:880px;margin:0 auto}.pricing__grid--three{grid-template-columns:repeat(3,1fr)}.pricing__grid--four{grid-template-columns:repeat(4,1fr)}.pricing__card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:36px 28px;text-align:left;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:var(--transition)}.pricing__card:hover{transform:translateY(-4px);box-shadow:0 10px 40px rgba(0,0,0,.08)}.pricing__card--popular{border:2px solid var(--primary);box-shadow:0 10px 40px rgba(16,185,129,.12)}.pricing__card--free{border:1px solid #cbd5e1;background:linear-gradient(170deg,#fff 60%,#f8fafc)}.pricing__card--free:hover{box-shadow:0 10px 40px rgba(100,116,139,.1)}.pricing__popular--free{background:#64748b}.pricing__cta--free{width:100%;height:46px;font-size:15px;font-weight:700;border-radius:10px;border:2px solid #64748b;color:#64748b;background:#fff}.pricing__cta--free:hover{background:#64748b;color:#fff!important;border-color:#64748b}.pricing__card--enterprise{border:1px solid #c7d2fe;background:linear-gradient(170deg,#fff 60%,#eef2ff)}.pricing__card--enterprise:hover{box-shadow:0 10px 40px rgba(99,102,241,.1)}.pricing__cta--enterprise{width:100%;height:46px;font-size:15px;font-weight:700;border-radius:10px;border:2px solid #6366f1;color:#6366f1;background:#fff}.pricing__cta--enterprise:hover{background:#6366f1;color:#fff!important;border-color:#6366f1}.pricing__popular{position:absolute;top:16px;right:-32px;background:var(--primary);color:#fff;font-size:11px;font-weight:700;padding:4px 40px;transform:rotate(45deg);letter-spacing:.5px}.pricing__plan{font-size:22px;font-weight:800;color:var(--text);margin-bottom:4px}.pricing__plan-desc{color:var(--text-muted);font-size:14px;margin-bottom:20px}.pricing__price{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.pricing__price-old{font-size:22px;color:#cbd5e1;text-decoration:line-through;font-weight:600}.pricing__price-new{font-size:44px;font-weight:800;color:var(--text)}.pricing__price-period{font-size:15px;color:var(--text-muted)}.pricing__save{display:inline-block;background:#fef3c7;color:#92400e;font-size:12px;font-weight:700;padding:4px 12px;border-radius:6px;margin-bottom:16px}.pricing__features{list-style:none;margin-bottom:28px;flex:1 1}.pricing__features li{padding:7px 0;color:var(--text-muted);font-size:14px;display:flex;align-items:center}.pricing__features li:before{display:none}.pricing__cta{width:100%;height:46px;font-size:15px;font-weight:700;border-radius:10px}.pricing__cta-group{display:flex;flex-direction:column;gap:10px}.pricing__cta--trial{width:100%;height:44px;font-size:14px;font-weight:600;border-radius:10px;border:1px solid #cbd5e1;color:#475569;background:#fff}.pricing__cta--trial:hover{background:#f1f5f9;color:#6366f1!important;border-color:#6366f1}.features{padding:100px 0}.features__inner{max-width:var(--max-w);margin:0 auto;padding:0 32px}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:48px}.feature-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px 24px;transition:var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.06)}.feature-card__icon{width:48px;height:48px;border-radius:12px;background:rgba(16,185,129,.1);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--primary);margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.feature-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-subtle);padding:40px 20px}.auth-card{background:#fff;border-radius:20px;padding:40px;width:100%;max-width:440px;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid var(--border)}.auth-card h1{font-size:24px;font-weight:800;margin-bottom:4px;text-align:center}.auth-card .auth-sub{text-align:center;color:var(--text-muted);margin-bottom:28px;font-size:14px}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-muted);font-size:13px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-footer{text-align:center;margin-top:20px;font-size:14px;color:var(--text-muted)}.auth-footer a{color:var(--primary);font-weight:600}.google-btn{width:100%;height:42px;border-radius:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:#fff;cursor:pointer;transition:var(--transition);font-size:14px}.google-btn:hover{background:var(--bg-subtle);border-color:#cbd5e1}.google-btn svg{width:18px;height:18px}.google-btn-wrap{width:100%}.google-btn-container{width:100%;display:flex;justify-content:center;min-height:42px}.google-btn-container>div{width:100%!important}.google-btn-container iframe{width:100%!important;margin:0!important}.google-btn-placeholder{text-align:center;color:var(--text-muted);font-size:13px;padding:12px 0}.google-btn-error{text-align:center;color:#dc2626;font-size:13px;padding:8px 0}.dash{max-width:900px;margin:0 auto;padding:100px 32px 60px}.dash h1{font-size:28px;font-weight:800;margin-bottom:24px}.dash-section{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;margin-bottom:20px}.dash-section h2{margin-bottom:16px;display:flex;align-items:center;gap:8px}.dash-section h2,.license-key{font-size:18px;font-weight:700}.license-key{font-family:SF Mono,Menlo,monospace;background:var(--bg-subtle);padding:12px 20px;border-radius:10px;border:1px solid var(--border);letter-spacing:1px;display:inline-block}.license-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:6px;font-size:13px;font-weight:600}.license-badge--active{background:#d1fae5;color:#065f46}.license-badge--expired{background:#fee2e2;color:#991b1b}.license-badge--cancelled{background:#fef3c7;color:#92400e}.company{background:var(--bg-dark);color:#e2e8f0;padding:80px 0 40px}.company__inner{max-width:var(--max-w);margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:60px;gap:60px}.company__logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.company__logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:800;font-size:16px}.company__logo-icon--img{background:transparent;overflow:hidden;padding:0}.company__logo-icon--img img{width:100%;height:100%;display:block;object-fit:contain}.company__logo-text{font-size:22px;font-weight:800;color:#fff}.company__desc{color:#94a3b8;font-size:15px;line-height:1.7;max-width:460px}.company__links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.company__col h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:1px}.company__col a{display:block;color:#94a3b8;font-size:14px;padding:4px 0;transition:var(--transition)}.company__col a:hover{color:#10b981}.footer{background:var(--bg-dark);color:var(--text-light);padding:24px 0 32px;text-align:center;border-top:1px solid hsla(0,0%,100%,.06)}.footer p{color:#475569;font-size:13px;margin:0}.footer__addr{margin-top:6px!important;color:#64748b!important}.footer__sep{margin:0 8px;color:#334155}.legal{background:var(--bg-subtle,#f8fafc);min-height:100vh;padding:80px 24px 120px;color:#0f172a}.legal__inner{max-width:880px;margin:0 auto;background:#fff;border-radius:16px;padding:48px 56px;box-shadow:0 4px 24px rgba(15,23,42,.06)}.legal__breadcrumb{font-size:13px;margin-bottom:24px}.legal__breadcrumb a{color:#6366f1;font-weight:600}.legal__breadcrumb a:hover{text-decoration:underline}.legal__title{font-size:26px;font-weight:800;color:#0f172a;margin:0 0 8px;line-height:1.3}.legal__title-en{display:block;font-size:14px;font-weight:500;color:#64748b;margin-top:6px;letter-spacing:.3px}.legal__lead{font-size:14px;color:#475569;line-height:1.8;margin:20px 0 32px;padding:16px 18px;background:#f1f5f9;border-left:3px solid #6366f1;border-radius:6px}.legal__table{border-top:1px solid #e2e8f0}.legal__row{display:grid;grid-template-columns:200px 1fr;grid-gap:24px;gap:24px;padding:20px 0;border-bottom:1px solid #e2e8f0;align-items:start}.legal__row-label-ja{font-size:15px;font-weight:700;color:#0f172a}.legal__row-label-en{font-size:12px;color:#64748b;margin-top:4px;letter-spacing:.3px}.legal__row-value p{margin:0}.legal__row-value-ja{font-size:14.5px;color:#0f172a;line-height:1.75}.legal__row-value-en{font-size:13px;color:#475569;line-height:1.7;margin-top:6px!important}.legal__row-value-note{margin-top:8px!important;padding-top:8px;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:2px}.legal__row-value-note span:first-child{font-size:12.5px;color:#64748b;line-height:1.7}.legal__row-value-note span:last-child{font-size:12px;color:#94a3b8;line-height:1.6}.legal__footnote{margin-top:32px;font-size:12.5px;color:#94a3b8;line-height:1.7;text-align:center}.legal__articles{display:flex;flex-direction:column;gap:28px;border-top:1px solid #e2e8f0;padding-top:28px}.legal__article{padding:0}.legal__article-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 10px;display:flex;flex-direction:column;gap:2px}.legal__article-title-en{font-size:12px;font-weight:500;color:#94a3b8;letter-spacing:.3px}.legal__article-body-ja{font-size:14.5px;color:#0f172a;line-height:1.85;margin:0 0 10px;white-space:pre-line}.legal__article-body-en{font-size:13px;color:#64748b;line-height:1.75;margin:0;white-space:pre-line}.support__contact{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:8px 0 40px}.support__contact-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px}.support__contact-card h3{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 10px;letter-spacing:.3px;text-transform:uppercase}.support__contact-card p{font-size:14px;color:#0f172a;line-height:1.6;margin:0 0 6px}.support__contact-card a{color:#6366f1;font-weight:600;text-decoration:none}.support__contact-card a:hover{text-decoration:underline}.support__note{font-size:12px!important;color:#64748b!important;line-height:1.6!important;margin-top:8px!important}.support__faq-title{font-size:18px;font-weight:800;color:#0f172a;margin:32px 0 16px;gap:2px}.support__faq,.support__faq-title{display:flex;flex-direction:column}.support__faq{gap:10px;border-top:1px solid #e2e8f0;padding-top:16px}.support__faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;transition:border-color .15s ease}.support__faq-item[open]{border-color:#c7d2fe;background:#fafbff}.support__faq-item summary{cursor:pointer;list-style:none;display:flex;flex-direction:column;gap:2px;padding-right:20px;position:relative}.support__faq-item summary::-webkit-details-marker{display:none}.support__faq-item summary:after{content:"+";position:absolute;right:2px;top:-2px;font-size:18px;color:#94a3b8;font-weight:400;transition:transform .2s ease}.support__faq-item[open] summary:after{content:"−";color:#6366f1}.support__faq-q-ja{font-size:14.5px;font-weight:700;color:#0f172a;line-height:1.5}.support__faq-q-en{font-size:12px;color:#94a3b8;line-height:1.5}.support__faq-a{margin-top:12px;padding-top:12px;border-top:1px dashed #e2e8f0}.support__faq-a-ja{font-size:14px;color:#0f172a;line-height:1.8;margin:0 0 8px}.support__faq-a-en{font-size:12.5px;color:#64748b;line-height:1.7;margin:0}@media (max-width:720px){.legal{padding:40px 16px 80px}.legal__inner{padding:28px 22px;border-radius:12px}.legal__title{font-size:22px}.legal__row{grid-template-columns:1fr;gap:8px;padding:16px 0}.legal__row-label-en{margin-top:2px}.support__contact{grid-template-columns:1fr}}@media (max-width:900px){.pricing__grid,.pricing__grid--four,.pricing__grid--three,.pricing__grid--two{grid-template-columns:1fr;max-width:440px;margin:0 auto}}@media (max-width:768px){.hero__inner{grid-template-columns:1fr}.hero__visual{display:none}.company__inner,.features__grid{grid-template-columns:1fr}.company__inner{gap:32px}.company__links{grid-template-columns:repeat(2,1fr)}.footer__sep{display:none}.footer__addr{display:flex;flex-direction:column;gap:2px;font-size:12px}}