@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&family=JetBrains+Mono:wght@400;700&display=swap";:root{--accent: #6366F1;--accent-light: #818CF8;--accent-rgb: 99, 102, 241;--black: #0F0F0F;--white: #FFFFFF;--grey-light: #F0F0F0;--grey-mid: #A0A0A0;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--grid-gap: 1px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;overflow-x:hidden;cursor:default}::selection{background-color:var(--accent);color:var(--white)}h1{font-size:clamp(3.5rem,8vw,7rem);font-weight:900;letter-spacing:-.05em;line-height:.95}h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1}h3{font-size:1.25rem;font-weight:500;letter-spacing:-.01em}p{font-size:1.125rem;line-height:1.6;color:var(--black);font-weight:400}.mono-label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-mid)}[lang=zh-CN] h1{letter-spacing:0;line-height:1.1;font-size:clamp(2.5rem,6vw,5rem)}[lang=zh-CN] h2{letter-spacing:0;line-height:1.2}[lang=zh-CN] p{line-height:1.8}[lang=zh-CN] .ll-hero-desc{font-size:1.1rem}.ll-nav{position:fixed;top:0;width:100%;padding:1.25rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;mix-blend-mode:difference;color:var(--white)}.ll-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;text-decoration:none;color:inherit}.ll-logo-mark{width:24px;height:24px;background-color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.ll-logo-mark:after{content:"";width:6px;height:6px;background-color:var(--white);border-radius:50%;transform:translate(2px,-2px)}.ll-nav-links{display:flex;gap:1.5rem;font-family:var(--font-mono);font-size:.85rem;align-items:center}.ll-nav-links a{color:inherit;text-decoration:none;text-transform:uppercase;transition:opacity .2s}.ll-nav-links a:hover{opacity:.7}.ll-lang-toggle{display:flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:.85rem;margin-left:1.5rem}.ll-lang-toggle span{cursor:pointer;transition:opacity .2s}.ll-lang-toggle span:hover{opacity:.7}.ll-lang-toggle .active{font-weight:700}.ll-lang-toggle .inactive{font-weight:400;opacity:.6}.ll-lang-separator{opacity:.4}.btn{display:inline-flex;align-items:center;justify-content:center;background-color:var(--accent);color:var(--white);padding:1rem 2rem;border-radius:100px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .2s cubic-bezier(.16,1,.3,1);border:none;cursor:pointer;font-family:var(--font-sans)}.btn:hover{transform:scale(1.05)}.btn-outline{background-color:transparent;border:1.5px solid var(--grey-light);color:var(--black)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-cta-light{background-color:var(--white);color:var(--accent)}.btn-sm{padding:.75rem 1.5rem;font-size:.9rem}.ll-hero{height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative}.ll-hero-content{padding:2rem 3rem 2rem 4rem;display:flex;flex-direction:column;justify-content:center;z-index:10}.ll-hero-text-wrapper{max-width:600px;margin-top:auto;margin-bottom:15vh}.ll-hero-desc{margin-top:1.5rem;max-width:440px;font-size:1.25rem;color:var(--grey-mid)}.ll-hero-visual{position:relative;width:100%;height:100%;background-color:var(--white);overflow:hidden}.ll-hero-visual canvas{display:block;width:100%;height:100%}.ll-grid-line-v{position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:var(--grey-light);z-index:0}.ll-typewriter-word{color:var(--accent);transition:opacity .3s ease,transform .3s ease;display:inline-block}.ll-typewriter-cursor{color:var(--accent);animation:blink-cursor 1s step-end infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.ll-features{padding:6rem 3rem;background-color:var(--white);border-top:1px solid var(--grey-light)}.ll-section-header{margin-bottom:4rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.ll-grid-layout{display:grid;grid-template-columns:repeat(12,1fr);gap:2px;background-color:var(--grey-light);border:1px solid var(--grey-light)}.ll-card{background-color:var(--white);padding:2.5rem;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.ll-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.ll-card-accent{border-top:3px solid var(--accent)}.ll-card-span-8{grid-column:span 8;min-height:380px}.ll-card-span-4{grid-column:span 4;min-height:360px}.ll-card-span-6{grid-column:span 6;min-height:320px}.ll-card-span-12{grid-column:span 12}.ll-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.ll-status-dot{width:8px;height:8px;background-color:var(--accent);border-radius:50%;display:inline-block;margin-right:8px}.ll-data-viz{flex-grow:1;display:flex;align-items:flex-end;position:relative;min-height:200px}.ll-svg-graph{width:100%;height:100%;overflow:visible}.ll-graph-line{fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.ll-graph-grid{stroke:var(--grey-light);stroke-width:1}.ll-stat-cluster{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--grey-light)}.ll-stat-value{font-size:2rem;font-weight:700;letter-spacing:-.03em;color:var(--accent);line-height:1;margin-bottom:.5rem}.ll-abstract-node{position:relative;width:100%;height:200px;display:flex;align-items:center;justify-content:center}.ll-node-circle{width:120px;height:120px;border:2px solid var(--accent);border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.ll-node-circle:before{content:"";width:20px;height:20px;background-color:var(--accent);border-radius:50%}.ll-node-line{position:absolute;width:200%;height:2px;background-color:var(--accent);top:50%;left:-50%;z-index:-1;opacity:.2}.ll-srs-list{font-family:var(--font-mono);font-size:.85rem;line-height:2;margin-top:2rem}.ll-srs-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--grey-light);padding:.5rem 0}.ll-srs-row:last-child{border-bottom:none}.ll-srs-active{color:var(--accent)}.ll-waveform-container{flex-grow:1;display:flex;align-items:center;justify-content:center}.ll-cefr-levels{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.ll-cefr-row{display:flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:.85rem}.ll-cefr-bar{flex:1;height:8px;background-color:var(--grey-light);border-radius:4px;overflow:hidden}.ll-cefr-fill{height:100%;background-color:var(--accent);border-radius:4px;transition:width .6s ease}.ll-ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background-color:var(--grey-light);margin-top:2rem}.ll-ecosystem-item{background-color:var(--white);padding:1.5rem;font-family:var(--font-mono);font-size:.85rem}.ll-ecosystem-item-title{font-weight:700;margin-bottom:.5rem;color:var(--black)}.ll-ecosystem-item-desc{color:var(--grey-mid);font-size:.75rem;line-height:1.5}.ll-summary-strip{display:flex;align-items:center;justify-content:space-around;gap:2rem;padding:1rem 0;flex-wrap:wrap}.ll-summary-item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.85rem;color:var(--black);white-space:nowrap}.ll-summary-dot{width:6px;height:6px;border-radius:50%;background-color:var(--accent);flex-shrink:0}.ll-translation-demo{flex:1;display:flex;align-items:center;justify-content:center}.ll-translation-demo-inner{font-family:var(--font-mono);text-align:center}.ll-translation-demo-inner .ll-trans-source{font-size:1.5rem;font-weight:700;color:var(--black)}.ll-translation-demo-inner .ll-trans-arrow{font-size:1.5rem;color:var(--accent);margin:.75rem 0}.ll-translation-demo-inner .ll-trans-target{font-size:1.5rem;font-weight:700;color:var(--accent)}.ll-lulu-ascii{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.ll-lulu-face{font-family:var(--font-mono);font-size:3rem;line-height:1;letter-spacing:.05em;color:var(--accent)}.ll-lulu-name{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;letter-spacing:.1em;color:var(--black)}.ll-lulu-level{font-family:var(--font-mono);font-size:.75rem;color:var(--grey-mid);text-transform:uppercase;letter-spacing:.05em}.ll-popular-badge{display:inline-block;background-color:var(--accent);color:var(--white);font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:3px 10px;border-radius:100px;margin-bottom:.75rem}.ll-dark-cta{height:60vh;background-color:var(--black);color:var(--white);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.ll-massive-circle{position:absolute;border:1px solid rgba(var(--accent-rgb),.2);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.ll-massive-circle:nth-child(1){width:120vw;height:120vw}.ll-massive-circle:nth-child(2){width:80vw;height:80vw;border-color:rgba(var(--accent-rgb),.4)}.ll-massive-circle:nth-child(3){width:40vw;height:40vw;border-color:rgba(var(--accent-rgb),1);background:radial-gradient(circle,rgba(var(--accent-rgb),.1),#0000 70%)}.ll-dark-cta-content{position:relative;z-index:10;text-align:center;max-width:800px;padding:0 2rem}.ll-dark-cta-content h2{color:var(--white);margin-bottom:2rem}.ll-dark-cta-content p{color:var(--grey-mid);font-size:1.25rem;max-width:500px;margin:0 auto 2rem}.ll-pricing{padding:6rem 3rem;background-color:var(--white);border-top:1px solid var(--grey-light)}.ll-pricing-header{text-align:center;margin-bottom:3rem}.ll-pricing-header p{color:var(--grey-mid);margin-top:1rem}.ll-pricing-toggle{display:inline-flex;background-color:var(--grey-light);border-radius:100px;padding:4px;gap:2px;margin-bottom:3rem}.ll-pricing-toggle button{border:none;border-radius:100px;padding:10px 24px;font-family:var(--font-mono);font-size:.85rem;cursor:pointer;transition:all .2s;background:transparent;color:var(--grey-mid)}.ll-pricing-toggle button.active{background:var(--white);color:var(--black);box-shadow:0 2px 8px #0000000f}.ll-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background-color:var(--grey-light);border:1px solid var(--grey-light);max-width:800px;margin:0 auto}.ll-pricing-card{background-color:var(--white);padding:2.5rem;display:flex;flex-direction:column}.ll-pricing-card.pro{background-color:var(--black);color:var(--white)}.ll-pricing-card .ll-price{font-size:3rem;font-weight:900;letter-spacing:-.03em;line-height:1;margin:1.5rem 0 .5rem}.ll-pricing-card .ll-price-period{font-family:var(--font-mono);font-size:.85rem;color:var(--grey-mid)}.ll-pricing-card .ll-price-note{font-size:.85rem;color:var(--grey-mid);margin-bottom:2rem}.ll-pricing-card .ll-feature-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.ll-pricing-card .ll-feature-list li{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.ll-pricing-card .ll-feature-list li:before{content:"";width:6px;height:6px;background-color:var(--accent);border-radius:50%;flex-shrink:0}.ll-pricing-card.pro .ll-feature-list li:before{background-color:var(--accent-light)}.ll-pricing-footnote{text-align:center;color:var(--grey-mid);font-size:.85rem;margin-top:2rem;font-family:var(--font-mono)}.ll-save-badge{background:var(--accent);color:var(--white);font-size:10px;font-weight:700;border-radius:20px;padding:2px 8px;margin-left:6px}.ll-footer{padding:4rem 3rem;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--grey-light);font-family:var(--font-mono);font-size:.85rem;background-color:var(--white)}.ll-footer-col ul{list-style:none;margin-top:2rem}.ll-footer-col li{margin-bottom:1rem;color:var(--grey-mid)}.ll-footer-col a{color:var(--black);text-decoration:none;transition:color .2s}.ll-footer-col a:hover{color:var(--accent)}.ll-nav-auth{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem}.ll-nav-auth-btn{font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;background:none;border:none;color:inherit;cursor:pointer;padding:.5rem 1rem;transition:opacity .2s}.ll-nav-auth-btn:hover{opacity:.7}.ll-nav-auth-btn.register{background-color:var(--accent);color:var(--white);border-radius:100px;padding:.5rem 1.2rem}.ll-avatar-btn{width:32px;height:32px;border-radius:50%;background-color:var(--accent);color:var(--white);border:none;cursor:pointer;font-family:var(--font-sans);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.ll-dropdown{position:absolute;right:0;top:44px;background:var(--white);border:1px solid var(--grey-light);border-radius:8px;box-shadow:0 8px 24px #0000001a;min-width:140px;z-index:100;font-family:var(--font-sans);color:var(--black);mix-blend-mode:normal}.ll-dropdown button{display:block;width:100%;padding:8px 14px;background:none;border:none;cursor:pointer;text-align:left;font-size:13px;color:var(--black);font-family:inherit}.ll-dropdown button:hover{background-color:var(--grey-light)}.ll-dropdown button.danger{color:#ef4444}.ll-dropdown-divider{height:1px;background:var(--grey-light);margin:4px 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-card{background:var(--white);border:1px solid var(--grey-light);border-radius:12px;padding:40px;width:90%;max-width:440px;transform:translateY(16px);transition:transform .25s}.modal-overlay.open .modal-card{transform:translateY(0)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:var(--white);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.mobile-menu.open{transform:translate(0)}.mobile-menu a{color:var(--black);text-decoration:none;font-size:1.5rem;font-weight:700}@media(max-width:1024px){.ll-hero{grid-template-columns:1fr}.ll-hero-visual{position:absolute;top:0;left:0;z-index:0;opacity:.1;width:100%;height:100%}.ll-hero-content{z-index:1;mix-blend-mode:normal;background:transparent}.ll-nav{mix-blend-mode:normal;color:var(--black)}.ll-section-header{grid-template-columns:1fr}.ll-card-span-8,.ll-card-span-4,.ll-card-span-6{grid-column:span 12}.ll-stat-cluster,.ll-pricing-grid{grid-template-columns:1fr}.ll-footer{grid-template-columns:1fr 1fr;gap:2rem}.ll-ecosystem-grid{grid-template-columns:1fr 1fr}.ll-nav-links{display:none}.ll-hamburger{display:flex!important}}@media(min-width:1025px){.ll-hamburger{display:none!important}}@media(max-width:768px){.ll-hero-content{padding:2rem 1.5rem}.ll-features,.ll-pricing{padding:4rem 1.5rem}.ll-footer{padding:3rem 1.5rem}.ll-dark-cta{height:50vh}.ll-ecosystem-grid{grid-template-columns:1fr}.ll-summary-strip{flex-direction:column;gap:.75rem;align-items:flex-start}}@media(max-width:640px){.ll-footer,.ll-ecosystem-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
