@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes landing-pulse-glow{0%,to{opacity:.4}50%{opacity:.8}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}@keyframes landing-slide-down{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes landing-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes landing-leaf-drift{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(100vh)rotate(360deg)}}:root{--lp-bg-deep:#050d09;--lp-bg-mid:#0a1a0f;--lp-bg-surface:#0d2818;--lp-bg-accent:#1a0d2e;--lp-glass-fill:#ffffff0a;--lp-glass-fill-hover:#ffffff14;--lp-glass-border:#ffffff1a;--lp-glass-border-hover:#ffffff2e;--lp-glass-shadow:0 8px 32px #0006;--lp-emerald:#34d399;--lp-emerald-deep:#059669;--lp-lime:#a3e635;--lp-amber:#fbbf24;--lp-teal:#2dd4bf;--lp-text-heading:#f0fdf4;--lp-text-body:#ffffffb3;--lp-text-muted:#ffffff73;--lp-font-display:"Outfit", "Space Grotesk", sans-serif;--lp-font-body:"Inter", "Space Grotesk", sans-serif}.landing{font-family:var(--lp-font-body);color:var(--lp-text-body);background:var(--lp-bg-deep);min-height:100vh;position:relative;overflow-x:hidden}.landing__ambient{z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 20% 30%, #34d39914 0%, transparent 70%), radial-gradient(ellipse 60% 50% at 80% 70%, #1a0d2e4d 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 50% 50%, #a3e6350a 0%, transparent 60%), linear-gradient(180deg, var(--lp-bg-deep) 0%, var(--lp-bg-mid) 30%, var(--lp-bg-surface) 60%, var(--lp-bg-accent) 100%);position:fixed;inset:0}.landing__particles{z-index:1;pointer-events:none;position:fixed;inset:0}.landing__content{z-index:2;position:relative}.landing__nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--lp-glass-border);background:#050d0999;justify-content:space-between;align-items:center;padding:1rem 2rem;animation:.6s ease-out landing-fade-in;display:flex;position:fixed;top:0;left:0;right:0}.landing__nav-brand{align-items:center;gap:.75rem;display:flex}.landing__nav-brand img{border-radius:8px;width:36px;height:36px}.landing__nav-brand span{font-family:var(--lp-font-display);color:var(--lp-text-heading);letter-spacing:.02em;font-size:1.25rem;font-weight:700}.landing__nav-links{align-items:center;gap:1.5rem;display:flex}.landing__nav-link{color:var(--lp-text-muted);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--lp-font-body);background:0 0;border:none;text-decoration:none;transition:color .25s}.landing__nav-link:hover{color:var(--lp-emerald)}.lp-glass{background:var(--lp-glass-fill);-webkit-backdrop-filter:blur(16px);border:1px solid var(--lp-glass-border);box-shadow:var(--lp-glass-shadow);border-radius:16px;transition:all .35s}.lp-glass:hover{background:var(--lp-glass-fill-hover);border-color:var(--lp-glass-border-hover);box-shadow:0 12px 40px #00000080,0 0 20px #34d3990d}.landing__section{justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex;position:relative}.landing__section-inner{width:100%;max-width:1100px;margin:0 auto}.landing__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.landing__hero-badge{color:var(--lp-emerald);letter-spacing:.04em;text-transform:uppercase;background:#34d39914;border:1px solid #34d39933;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;animation:.8s ease-out landing-fade-up;display:inline-flex}.landing__hero-badge-dot{background:var(--lp-emerald);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite landing-pulse-glow}.landing__hero h1{font-family:var(--lp-font-display);color:var(--lp-text-heading);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;animation:.8s ease-out .15s backwards landing-fade-up}.landing__hero h1 .highlight{background:linear-gradient(135deg, var(--lp-emerald), var(--lp-lime));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing__hero-subtitle{color:var(--lp-text-body);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;animation:.8s ease-out .3s backwards landing-fade-up}.landing__hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;animation:.8s ease-out .45s backwards landing-fade-up;display:flex}.landing__hero-demo{color:var(--lp-text-body);border-radius:999px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9rem;animation:.8s ease-out .55s backwards landing-fade-up;display:inline-flex}.landing__hero-demo strong{color:var(--lp-text-heading)}.landing__hero-demo span{color:var(--lp-emerald);opacity:.5}.lp-btn{font-family:var(--lp-font-body);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.lp-btn--primary{background:linear-gradient(135deg, var(--lp-emerald), var(--lp-emerald-deep));color:#050d09;box-shadow:0 4px 20px #34d39940}.lp-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #34d39966}.lp-btn--ghost{background:var(--lp-glass-fill);color:var(--lp-text-heading);border:1px solid var(--lp-glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lp-btn--ghost:hover{background:var(--lp-glass-fill-hover);border-color:var(--lp-glass-border-hover);transform:translateY(-2px)}.landing__about{padding:8rem 2rem}.landing__about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.landing__about-text{animation:.6s ease-out landing-fade-up}.landing__section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--lp-emerald);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.landing__section-label-line{background:var(--lp-emerald);border-radius:1px;width:24px;height:2px}.landing__about-text h2{font-family:var(--lp-font-display);color:var(--lp-text-heading);margin-bottom:1.25rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.landing__about-text p{color:var(--lp-text-body);margin-bottom:1rem;font-size:1rem;line-height:1.8}.landing__about-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.landing__about-card{align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.landing__about-card-icon{width:44px;height:44px;color:var(--lp-emerald);background:#34d3991a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing__about-card h3{font-family:var(--lp-font-display);color:var(--lp-text-heading);margin-bottom:.35rem;font-size:1rem;font-weight:600}.landing__about-card p{color:var(--lp-text-muted);font-size:.875rem;line-height:1.6}.landing__product{padding:8rem 2rem}.landing__product-header{text-align:center;margin-bottom:4rem}.landing__product-header h2{font-family:var(--lp-font-display);color:var(--lp-text-heading);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.landing__product-header p{color:var(--lp-text-body);max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.7}.landing__product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.landing__product-feature{text-align:center;padding:2rem;position:relative;overflow:hidden}.landing__product-feature:before{content:"";background:linear-gradient(90deg, transparent, var(--lp-emerald), transparent);border-radius:1px;width:60px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing__product-feature-icon{width:56px;height:56px;color:var(--lp-emerald);background:linear-gradient(135deg,#34d3991a,#a3e6350d);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.landing__product-feature h3{font-family:var(--lp-font-display);color:var(--lp-text-heading);margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.landing__product-feature p{color:var(--lp-text-muted);font-size:.875rem;line-height:1.65}.landing__founder{padding:8rem 2rem}.landing__founder-card{align-items:stretch;max-width:900px;margin:0 auto;padding:0;display:flex;overflow:hidden}.landing__founder-portrait{border-right:1px solid var(--lp-glass-border);flex:0 0 40%;position:relative}.landing__founder-portrait img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.landing__founder-info{flex:1;padding:4rem}.landing__founder-info h2{font-family:var(--lp-font-display);color:var(--lp-text-heading);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.landing__founder-role{color:var(--lp-emerald);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:500;display:flex}.landing__founder-role:before{content:"";background:var(--lp-emerald);border-radius:50%;width:8px;height:8px}.landing__founder-info p{color:var(--lp-text-body);margin-bottom:1.25rem;font-size:.95rem;line-height:1.8}.landing__founder-quote{border-left:3px solid var(--lp-emerald);color:var(--lp-text-body);background:#34d3990a;border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-size:.9rem;font-style:italic;line-height:1.7}.landing__footer{border-top:1px solid var(--lp-glass-border);justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:2.5rem 2rem;display:flex}.landing__footer-brand{font-family:var(--lp-font-display);color:var(--lp-text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.landing__footer-text{color:var(--lp-text-muted);font-size:.8rem}.landing__login-trigger{color:var(--lp-emerald);font-family:var(--lp-font-body);cursor:pointer;background:#34d3991a;border:1px solid #34d39940;border-radius:10px;align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.landing__login-trigger:hover{background:#34d3992e;border-color:#34d39966;transform:translateY(-1px)}.landing__login-overlay{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out landing-fade-in;display:flex;position:fixed;inset:0}.landing__login-panel{width:100%;max-width:400px;padding:2.25rem;animation:.35s ease-out landing-slide-down}.landing__login-panel-header{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.landing__login-panel-header h3{font-family:var(--lp-font-display);color:var(--lp-text-heading);font-size:1.25rem;font-weight:700}.landing__login-close{border:1px solid var(--lp-glass-border);width:32px;height:32px;color:var(--lp-text-muted);cursor:pointer;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.landing__login-close:hover{color:var(--lp-text-heading);background:#ffffff1a}.landing__login-form{flex-direction:column;gap:1rem;display:flex}.landing__login-field{position:relative}.landing__login-field-icon{color:var(--lp-text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.landing__login-input{border:1px solid var(--lp-glass-border);width:100%;color:var(--lp-text-heading);font-family:var(--lp-font-body);box-sizing:border-box;background:#ffffff0a;border-radius:10px;outline:none;padding:.8rem 1rem .8rem 2.75rem;font-size:.9rem;transition:all .25s}.landing__login-input:focus{border-color:var(--lp-emerald);box-shadow:0 0 0 3px #34d3991a}.landing__login-input::placeholder{color:var(--lp-text-muted)}.landing__login-submit{margin-top:.5rem}.landing__login-error{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.6rem .85rem;font-size:.825rem}.landing__login-mode-switch{text-align:center;color:var(--lp-text-muted);margin-top:.75rem;font-size:.825rem}.landing__login-mode-switch button{color:var(--lp-emerald);font-family:var(--lp-font-body);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-size:.825rem;font-weight:600;text-decoration:underline}.landing__login-mode-switch button:hover{color:var(--lp-lime)}.landing__reveal{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(40px)}.landing__reveal--visible{opacity:1;transform:translateY(0)}@media (width<=768px){.landing__nav{padding:.6rem 1rem}.landing__nav-links{gap:.5rem}.landing__nav-link:not(.landing__login-trigger){display:none}.landing__hero{min-height:auto;padding:5.5rem 1.25rem 3rem}.landing__hero h1{font-size:clamp(2rem,8vw,3rem)}.landing__hero-subtitle{font-size:.95rem}.landing__hero-cta{flex-direction:column;align-items:stretch;gap:.75rem}.landing__hero-cta .lp-btn{justify-content:center;width:100%}.landing__hero-demo{text-align:center;flex-wrap:wrap;gap:.4rem;padding:.65rem 1rem;font-size:.82rem;line-height:1.5}.landing__section{min-height:auto;padding:4rem 1.25rem}.landing__about,.landing__product{padding:4rem 1.25rem}.landing__about-grid{grid-template-columns:1fr;gap:2rem}.landing__product-grid{grid-template-columns:1fr;gap:1.25rem}.landing__product-header{margin-bottom:2rem}.landing__founder-card{text-align:center;flex-direction:column;padding:0}.landing__founder-portrait{border-right:none;border-bottom:1px solid var(--lp-glass-border);flex:none;width:100%;height:280px}.landing__founder-info{padding:1.5rem}.landing__founder-role{justify-content:center}.landing__footer{text-align:center;flex-direction:column;gap:.75rem;padding:2rem 1.25rem}.landing__login-panel{margin:.75rem;padding:1.5rem 1.25rem}}@media (width<=480px){.landing__nav{padding:.5rem .85rem}.landing__nav-brand span{font-size:1rem}.landing__nav-brand img{width:28px;height:28px}.landing__hero{padding:5rem 1rem 2.5rem}.landing__hero h1{font-size:clamp(1.8rem,9vw,2.5rem)}.landing__hero-badge{padding:.3rem .75rem;font-size:.7rem}.landing__hero-demo{padding:.5rem .85rem;font-size:.78rem}.landing__section,.landing__about,.landing__product{padding:3rem 1rem}.landing__about-text h2,.landing__product-header h2{font-size:clamp(1.4rem,6vw,1.8rem)}.landing__about-card{gap:.75rem;padding:1rem}.landing__product-feature{padding:1.25rem}.landing__login-panel{padding:1.25rem 1rem}.lp-btn{padding:.75rem 1.5rem;font-size:.9rem}}:root{--bg-main:#f1f8e9;--bg-gradient-1:transparent;--bg-gradient-2:transparent;--bg-glass:#fff;--bg-glass-hover:#fafafa;--text-main:#111;--text-muted:#555;--bg-input:#fff;--border-glass:#111;--shadow-glass:4px 4px 0px #111;--primary:#2e7d32;--primary-hover:#1b5e20;--secondary:#111;--accent-success:#00e676;--accent-warning:#ffea00;--accent-danger:#ff1744;--blur-amount:none;--font-family:"Space Grotesk", sans-serif}[data-theme=dark]{--bg-main:#0d1610;--bg-gradient-1:transparent;--bg-gradient-2:transparent;--bg-glass:#1c1c1c;--bg-glass-hover:#2a2a2a;--text-main:#f4f4f0;--text-muted:#a0a0a0;--bg-input:#111;--border-glass:#333;--shadow-glass:4px 4px 0px #000;--primary:#4caf50;--primary-hover:#388e3c}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-main);background-image:none;flex-direction:column;min-height:100vh;margin:0;transition:background-color,color;display:flex;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,p{margin:0}.glass-panel{background:var(--bg-glass);border:2px solid var(--border-glass);box-shadow:var(--shadow-glass);border-radius:4px;transition:all .1s}.glass-panel:hover{box-shadow:5px 5px 0px var(--border-glass);transform:translate(-1px,-1px)}.glass-input{background:var(--bg-input);border:2px solid var(--border-glass);color:var(--text-main);font-family:var(--font-family);box-sizing:border-box;border-radius:4px;outline:none;width:100%;padding:.75rem 1.2rem;transition:all .1s}.glass-input:focus{border-color:var(--primary);box-shadow:4px 4px 0px var(--primary)}.glass-button{background:var(--primary);color:#111;font-family:var(--font-family);text-transform:uppercase;cursor:pointer;border:2px solid #111;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:12px 24px;font-size:.95rem;font-weight:700;transition:all .1s linear;display:inline-flex;box-shadow:4px 4px #111}.glass-button:hover{background:var(--primary-hover);transform:translate(2px,2px);box-shadow:2px 2px #111}.glass-button:active{transform:translateY(0)}.glass-button.secondary{border:1px solid var(--border-glass);color:var(--text-main);box-shadow:none;background:0 0}.glass-button.secondary:hover{background:var(--bg-glass-hover);box-shadow:none;border-color:#fff3}.preset-card{border:1px solid var(--border-glass);color:var(--text-main);font-family:var(--font-family);text-transform:none;letter-spacing:0;cursor:pointer;text-align:left;box-shadow:none;background:0 0;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.65rem .85rem;font-size:.8rem;font-weight:400;transition:all .15s;display:flex}.preset-card:hover{background:var(--bg-glass-hover);border-color:#fff3;transform:translateY(-1px)}.preset-card.active{background:#34d39914;border-color:#34d399}.preset-card__title{color:var(--text-main);font-size:.82rem;font-weight:600}.preset-card.active .preset-card__title{color:#34d399}.preset-card__desc{color:var(--text-muted);font-size:.72rem;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.notebook-cell{border:1px solid var(--border-glass);border-radius:8px;flex-shrink:0;transition:border-color .15s;overflow:hidden}.notebook-cell:focus-within{border-color:#e8312a66}.notebook-cell-header{border-bottom:1px solid var(--border-glass);background:#00000040;align-items:center;gap:.25rem;padding:.35rem .6rem;display:flex}.notebook-cell-code{color:#e2e8f0;resize:vertical;tab-size:4;background:#00000047;border:none;outline:none;width:100%;min-height:54px;padding:.85rem 1rem;font-family:Fira Code,Cascadia Code,Monaco,Menlo,monospace;font-size:.855rem;line-height:1.65;display:block}.notebook-cell-code::placeholder{color:#94a3b866}.notebook-cell-output{border-top:1px solid var(--border-glass);background:#0000002e;max-height:360px;padding:.7rem 1rem;overflow-y:auto}.notebook-output-text{color:#86efac;white-space:pre-wrap;margin:0;font-family:Fira Code,Monaco,monospace;font-size:.8rem}.notebook-output-error{color:#fca5a5;white-space:pre-wrap;margin:0;font-family:Fira Code,Monaco,monospace;font-size:.8rem}
