:root{--black: #000000;--white: #ffffff;--gray-50: #f7f7f7;--gray-100: #e8e8e8;--gray-200: #d1d1d1;--gray-300: #a0a0a0;--gray-400: #6b6b6b;--gray-500: #454545;--gray-600: #2a2a2a;--gray-700: #1a1a1a;--gray-800: #111111;--gray-900: #0a0a0a;--orange: oklch(.702 .191 41.6);--orange-glow: oklch(.702 .191 41.6 / .15);--orange-dim: oklch(.702 .191 41.6 / .6);--green: oklch(.72 .22 142);--blue: oklch(.62 .19 250)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Clash Grotesk,system-ui,sans-serif;background:var(--black);color:var(--gray-200);line-height:1.6;overflow-x:hidden}::selection{background:var(--orange);color:var(--black)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between;background:#000c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-left{display:flex;align-items:center;gap:.75rem}.nav-logo{width:28px;height:28px}.nav-wordmark{font-weight:600;font-size:1.05rem;color:var(--white);letter-spacing:-.01em}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--gray-400);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--white)}.nav-gh{display:flex;align-items:center;gap:.4rem}.nav-gh svg{width:18px;height:18px;fill:currentColor}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;position:relative}.hero:before{content:"";position:absolute;top:10%;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse,var(--orange-glow) 0%,transparent 70%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero h1{font-size:clamp(3rem,8vw,6rem);font-weight:700;color:var(--white);line-height:1.05;letter-spacing:-.035em;max-width:800px;margin-bottom:1.5rem}.hero h1 span{color:var(--orange)}.hero-sub{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--gray-400);max-width:540px;margin-bottom:3rem;line-height:1.65;font-weight:400}.hero-ctas{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.8rem;background:var(--orange);color:var(--black);font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .15s;letter-spacing:-.01em}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary svg{width:18px;height:18px}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;background:transparent;color:var(--gray-300);font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .15s}.btn-secondary:hover{border-color:#fff3;color:var(--white);background:#ffffff08}.btn-secondary svg{width:18px;height:18px;fill:currentColor}.hero-meta{margin-top:2rem;display:flex;gap:1.5rem;font-size:.78rem;color:var(--gray-500);font-weight:400}.hero-meta span{display:flex;align-items:center;gap:.35rem}.dict-card{border:1px solid rgba(255,255,255,.08);background:#ffffff05;padding:.6rem 1.2rem;margin-bottom:2rem;display:inline-flex;flex-direction:column;gap:.2rem}.dict-top{display:flex;align-items:baseline;gap:.6rem}.dict-word{font-size:1rem;font-weight:700;color:var(--white);letter-spacing:-.02em}.dict-phonetic{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--gray-500)}.dict-pos{font-size:.7rem;font-style:italic;color:var(--gray-500)}.dict-def{font-size:.82rem;color:var(--gray-300);line-height:1.4}.dict-def strong{color:var(--orange);font-weight:600}.screenshot-section{padding:0 2rem 6rem;display:flex;justify-content:center}.screenshot-img-wrap{max-width:1100px;width:100%}.screenshot-img{width:100%;height:auto;display:block}.powered-by{padding:5rem 2rem 6rem}.powered-by-inner{max-width:960px;margin:0 auto}.powered-by-header{margin-bottom:3rem}.powered-by-sub{font-size:1.05rem;color:var(--gray-400);line-height:1.7}.powered-by-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.powered-by-item{background:var(--black);padding:2rem;display:flex;gap:1rem;align-items:flex-start}.powered-by-icon{flex-shrink:0;color:var(--orange);margin-top:.1rem}.powered-by-title{font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.4rem;letter-spacing:-.01em}.powered-by-desc{font-size:.85rem;color:var(--gray-400);line-height:1.6}.workflow{padding:6rem 2rem;max-width:960px;margin:0 auto}.section-label{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--white);letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem}.section-desc{font-size:1.05rem;color:var(--gray-400);max-width:600px;line-height:1.7;margin-bottom:3.5rem}.workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.workflow-step{background:var(--black);padding:2rem}.step-number{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--orange-dim);margin-bottom:1rem;letter-spacing:.05em}.step-title{font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:.65rem;letter-spacing:-.01em}.step-desc{font-size:.88rem;color:var(--gray-400);line-height:1.6}.features{padding:6rem 2rem;max-width:960px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.feature{background:var(--black);padding:2rem}.feature-icon{font-size:1.25rem;margin-bottom:.85rem}.feature-title{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:.45rem;letter-spacing:-.01em}.feature-desc{font-size:.85rem;color:var(--gray-400);line-height:1.6}.screenshot-section-2{padding:4rem 2rem 6rem;display:flex;justify-content:center}.download{padding:6rem 2rem;text-align:center;position:relative}.download:before{content:"";position:absolute;bottom:20%;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(ellipse,var(--orange-glow) 0%,transparent 70%);pointer-events:none}.download>*{position:relative;z-index:1}.download-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--white);letter-spacing:-.03em;margin-bottom:.75rem}.download-sub{font-size:1rem;color:var(--gray-400);margin-bottom:2.5rem}.download-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.dl-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--gray-200);font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s}.dl-btn:hover{border-color:#fff3;background:#ffffff0f;color:var(--white)}.dl-btn.recommended{border-color:var(--orange);background:#ffa5000f;color:var(--white)}.dl-btn.recommended:hover{background:#ffa5001a}.dl-btn svg{width:18px;height:18px}footer{padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;flex-wrap:wrap;gap:1rem}.footer-left{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--gray-500)}.footer-left a{color:var(--gray-400);text-decoration:none;transition:color .15s}.footer-left a:hover{color:var(--orange)}.footer-right{display:flex;gap:1.25rem}.footer-link{color:var(--gray-500);text-decoration:none;font-size:.8rem;transition:color .15s}.footer-link:hover{color:var(--gray-300)}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fade-up .6s ease-out forwards;opacity:0}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}@media(max-width:768px){nav{padding:0 1.25rem}.hero{padding:4.5rem 1.5rem 2rem}.powered-by-grid,.workflow-steps,.features-grid{grid-template-columns:1fr}.hero-meta{flex-direction:column;gap:.5rem;align-items:center}.download-buttons{flex-direction:column;align-items:center}footer{flex-direction:column;text-align:center}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}
