:root{--paper: #faf8f5;--paper-dark: #f0ebe4;--ink: #1a1a18;--ink-light: #4a4a45;--ink-faded: #8a8a82;--accent-red: #c94d4d;--accent-blue: #4a6fa5;--highlight: #fff3a8;--cursor: #c94d4d;--lumina-bg: #1e1833;--lumina-accent: #a78bfa;--botany-bg: #1a2e1a;--botany-accent: #68d391;--orbit-bg: #1a2830;--orbit-accent: #4fd1c5;--charcoal-bg: #252525;--charcoal-accent: #718096;--light-bg: #ffffff;--light-accent: #1a1a18}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Source Serif 4",Georgia,serif;background:var(--paper);color:var(--ink);line-height:1.7;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1000}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translate(-40px);transition:opacity .8s ease,transform .8s ease}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transform:translate(40px);transition:opacity .8s ease,transform .8s ease}.fade-in-right.visible{opacity:1;transform:translate(0)}.stagger-children>*{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.stagger-children.visible>*:nth-child(1){transition-delay:0s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(3){transition-delay:.1s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(4){transition-delay:.15s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(5){transition-delay:.2s;opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(6){transition-delay:.25s;opacity:1;transform:translateY(0)}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;mix-blend-mode:difference}.logo{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:500;color:#fff;text-decoration:none;letter-spacing:.1em;text-transform:uppercase}.nav-cta{font-family:"Source Serif 4",serif;font-size:.9rem;color:#fff;text-decoration:none;padding:.5rem 1.25rem;border:1px solid white;transition:all .3s ease}.nav-cta:hover{background:#fff;color:var(--ink)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:6rem 3rem;position:relative}.hero-content{max-width:900px;margin:0 auto}.hero-subline{font-family:"Source Serif 4",serif;font-size:1.1rem;color:var(--ink-faded);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;display:block}.hero h1{font-family:Playfair Display,serif;font-size:clamp(4rem,12vw,9rem);font-weight:400;line-height:.95;letter-spacing:-.03em;margin-bottom:2rem}.hero h1 em{font-style:italic;color:var(--accent-red)}.hero-tagline{font-family:Caveat,cursive;font-size:2rem;color:var(--ink-light);margin-bottom:3rem;transform:rotate(-2deg);display:inline-block}.hero-prose{font-size:1.35rem;max-width:580px;color:var(--ink-light);margin-bottom:3rem;line-height:1.8}.hero-prose .highlight{background:linear-gradient(180deg,transparent 60%,var(--highlight) 60%);padding:0 .2em}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;font-size:1.1rem;color:var(--ink);text-decoration:none;border-bottom:2px solid var(--ink);padding-bottom:.25rem;transition:all .3s ease}.hero-cta:hover{color:var(--accent-red);border-color:var(--accent-red);gap:1.25rem}.hero-cta .arrow{transition:transform .3s ease}.hero-cta:hover .arrow{transform:translate(4px)}.scroll-hint{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--ink-faded);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.section-label{font-family:Caveat,cursive;font-size:1.5rem;color:var(--accent-red);margin-bottom:1.5rem;display:block}.demo-section{background:var(--ink);color:var(--paper);padding:8rem 3rem;position:relative;overflow:hidden}.demo-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--ink-faded),transparent)}.demo-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:4rem;align-items:center}.demo-text h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:400;line-height:1.15;margin-bottom:1.5rem}.demo-text p{font-size:1.15rem;color:#a0a099;line-height:1.8;margin-bottom:1.5rem}.demo-text .typed-effect{font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--accent-red);display:inline}.demo-text .typed-effect:after{content:"|";animation:blink 1s step-end infinite;color:var(--cursor)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.demo-window{background:#1e252e;border-radius:12px;overflow:hidden;box-shadow:0 40px 80px #00000080}.demo-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#161b22;border-bottom:1px solid #333}.demo-dot{width:12px;height:12px;border-radius:50%}.demo-dot.red{background:#ff5f56}.demo-dot.yellow{background:#ffbd2e}.demo-dot.green{background:#27ca40}.demo-screenshot{display:block;width:100%;height:auto}.try-live-section{padding:8rem 3rem;background:var(--paper-dark)}.try-live-wrapper{max-width:900px;margin:0 auto}.try-live-header{text-align:center;margin-bottom:3rem}.try-live-header h2{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;margin-bottom:.75rem}.try-live-header p{color:var(--ink-light);font-size:1.1rem}.live-editor-container{background:#1e252e;border-radius:12px;box-shadow:0 8px 40px #00000026;overflow:hidden}.live-editor-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#161b22;border-bottom:1px solid #333}.live-editor-preview{padding:3rem;font-family:"Source Serif 4",serif;font-size:1.1rem;line-height:1.8;color:#e8eaed;background:#1e252e}.live-editor-preview h2{font-family:Playfair Display,serif;font-weight:500;font-size:1.75rem;margin-bottom:1rem;color:#e8eaed}.live-editor-preview p{color:#a0a099;margin:0}.live-editor-preview strong{color:#e8eaed}.live-editor-preview h3{font-family:Playfair Display,serif;font-weight:500;font-size:1.25rem;margin:2rem 0 1rem;color:#e8eaed}.preview-code-block{position:relative;background:#161b22;border-radius:8px;padding:1rem 1.25rem;overflow:hidden}.code-lang-badge{position:absolute;top:.5rem;right:.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#6b7280;background:#252a33;padding:.2rem .5rem;border-radius:4px}.preview-code-block pre{margin:0;font-family:JetBrains Mono,monospace;font-size:.9rem;line-height:1.6;color:#e8eaed}.preview-code-block code{background:none;padding:0}.code-keyword{color:#c792ea}.code-function{color:#82aaff}.code-string{color:#c3e88d}.preview-task-list{list-style:none;padding:0;margin:0}.preview-task-list li{display:flex;align-items:center;gap:.75rem;padding:.4rem 0;color:#e8eaed;font-size:1rem}.task-checkbox{width:18px;height:18px;border:2px solid #4a5568;border-radius:4px;flex-shrink:0;position:relative}.task-checkbox.checked{background:#a78bfa;border-color:#a78bfa}.task-checkbox.checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #1e252e;border-width:0 2px 2px 0;transform:rotate(45deg)}.task-done .task-text{text-decoration:line-through;color:#6b7280}.preview-mermaid{background:#161b22;border-radius:8px;padding:1.5rem;margin-top:.5rem}.preview-mermaid svg{width:100%;max-width:400px;height:auto;display:block;margin:0 auto}.try-live-cta{display:inline-flex;align-items:center;gap:.75rem;margin-top:2rem;padding:1rem 2rem;background:var(--ink);color:var(--paper);text-decoration:none;font-family:"Source Serif 4",serif;font-size:1.1rem;transition:all .3s ease}.try-live-cta:hover{background:var(--accent-red);transform:translateY(-2px);box-shadow:0 8px 24px #c94d4d40}.try-live-cta .arrow{transition:transform .3s ease}.try-live-cta:hover .arrow{transform:translate(4px)}.features-section{padding:10rem 3rem;position:relative}.features-header{max-width:600px;margin:0 auto 6rem;text-align:center}.features-header h2{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.1;margin-bottom:1.5rem}.features-header p{font-size:1.2rem;color:var(--ink-light);max-width:480px}.features-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-item{padding:2rem 0;border-top:1px solid var(--ink)}.feature-item:nth-child(1){grid-column:1 / 5}.feature-item:nth-child(2){grid-column:5 / 9}.feature-item:nth-child(3){grid-column:9 / 13}.feature-item:nth-child(4){grid-column:1 / 7}.feature-item:nth-child(5){grid-column:7 / 13}.feature-num{font-family:Playfair Display,serif;font-size:.9rem;color:var(--ink-faded);margin-bottom:1rem}.feature-item h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;margin-bottom:.75rem}.feature-item p{font-size:1rem;color:var(--ink-light);line-height:1.7}.themes-section{padding:6rem 0 8rem;background:var(--paper);overflow:hidden}.themes-header{padding:0 3rem;margin-bottom:3rem;text-align:center}.themes-header h2{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400}.themes-header p{color:var(--ink-light);margin-top:.5rem}.themes-container{display:flex;gap:4rem;padding:0 3rem;align-items:flex-start;justify-content:center}.themes-track{display:flex;gap:1rem;flex-shrink:0}.theme-card{flex:0 0 160px;height:220px;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;cursor:pointer;transition:all .4s ease;border:3px solid transparent}.theme-card:hover{transform:translateY(-8px)}.theme-card.active{border-color:var(--accent-red);transform:scale(1.02)}.theme-card.lumina{background:linear-gradient(135deg,#2d1f3d,#1a1225);color:#e8e0f0}.theme-card.botany{background:linear-gradient(135deg,#1a2e1a,#0f1a0f);color:#d0e8d0}.theme-card.orbit{background:linear-gradient(135deg,#1a2830,#0f181c);color:#d0e8e8}.theme-card.charcoal{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);color:#d0d0d0}.theme-card.light{background:linear-gradient(135deg,#fff,#f5f5f0);color:#1a1a18;border:1px solid rgba(0,0,0,.1)}.theme-card.light.active{border:3px solid var(--accent-red)}.theme-card.paper{background:linear-gradient(135deg,#faf8f5,#f0ebe4);color:#1a1a18;border:1px solid rgba(0,0,0,.1)}.theme-card.paper.active{border:3px solid var(--accent-red)}.theme-card h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:500;margin-bottom:.25rem}.theme-card p{font-size:.8rem;opacity:.7}.theme-accent{position:absolute;top:1rem;right:1rem;width:20px;height:20px;border-radius:50%}.theme-card.lumina .theme-accent{background:#a78bfa}.theme-card.botany .theme-accent{background:#68d391}.theme-card.orbit .theme-accent{background:#4fd1c5}.theme-card.charcoal .theme-accent{background:#718096}.theme-card.light .theme-accent{background:#1a1a18}.theme-card.paper .theme-accent{background:#c94d4d}.theme-preview{flex:1;min-width:400px;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026;transition:all .5s ease}.theme-preview-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:background .5s ease}.theme-preview-body{padding:2rem;height:calc(100% - 44px);transition:all .5s ease}.theme-preview-body h3{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1rem;transition:color .5s ease}.theme-preview-body p{font-size:1rem;line-height:1.7;margin-bottom:1rem;transition:color .5s ease}.theme-preview-body code{font-family:JetBrains Mono,monospace;font-size:.85em;padding:.2em .5em;border-radius:4px;transition:all .5s ease}.theme-preview[data-theme=lumina]{background:var(--lumina-bg)}.theme-preview[data-theme=lumina] .theme-preview-header{background:#16101f}.theme-preview[data-theme=lumina] .theme-preview-body{color:#c8c0d8}.theme-preview[data-theme=lumina] .theme-preview-body h3{color:#e8e0f0}.theme-preview[data-theme=lumina] .theme-preview-body code{background:#2d1f3d;color:#a78bfa}.theme-preview[data-theme=botany]{background:var(--botany-bg)}.theme-preview[data-theme=botany] .theme-preview-header{background:#0f1a0f}.theme-preview[data-theme=botany] .theme-preview-body{color:#a8c8a8}.theme-preview[data-theme=botany] .theme-preview-body h3{color:#d0e8d0}.theme-preview[data-theme=botany] .theme-preview-body code{background:#0f1a0f;color:#68d391}.theme-preview[data-theme=orbit]{background:var(--orbit-bg)}.theme-preview[data-theme=orbit] .theme-preview-header{background:#0f181c}.theme-preview[data-theme=orbit] .theme-preview-body{color:#a8c8c8}.theme-preview[data-theme=orbit] .theme-preview-body h3{color:#d0e8e8}.theme-preview[data-theme=orbit] .theme-preview-body code{background:#0f181c;color:#4fd1c5}.theme-preview[data-theme=charcoal]{background:var(--charcoal-bg)}.theme-preview[data-theme=charcoal] .theme-preview-header{background:#1a1a1a}.theme-preview[data-theme=charcoal] .theme-preview-body{color:#a0a0a0}.theme-preview[data-theme=charcoal] .theme-preview-body h3{color:#d0d0d0}.theme-preview[data-theme=charcoal] .theme-preview-body code{background:#1a1a1a;color:#718096}.theme-preview[data-theme=light]{background:var(--light-bg);border:1px solid rgba(0,0,0,.1)}.theme-preview[data-theme=light] .theme-preview-header{background:#f5f5f0}.theme-preview[data-theme=light] .theme-preview-body{color:#4a4a45}.theme-preview[data-theme=light] .theme-preview-body h3{color:#1a1a18}.theme-preview[data-theme=light] .theme-preview-body code{background:#f0ebe4;color:#c94d4d}.theme-preview[data-theme=paper]{background:#faf8f5;border:1px solid rgba(0,0,0,.1)}.theme-preview[data-theme=paper] .theme-preview-header{background:#f0ebe4}.theme-preview[data-theme=paper] .theme-preview-body{color:#4a4a45}.theme-preview[data-theme=paper] .theme-preview-body h3{color:#1a1a18}.theme-preview[data-theme=paper] .theme-preview-body code{background:#e8e3dc;color:#c94d4d}.cta-section{padding:10rem 3rem;text-align:center;position:relative}.cta-section:before{content:'"';font-family:Playfair Display,serif;font-size:20rem;color:var(--paper-dark);position:absolute;top:2rem;left:50%;transform:translate(-50%);line-height:1;z-index:0}.cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-content h2{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2;margin-bottom:2rem}.cta-content h2 em{font-style:italic;color:var(--accent-red)}.cta-content p{font-size:1.2rem;color:var(--ink-light);margin-bottom:3rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-filled{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--ink);color:var(--paper);text-decoration:none;font-family:"Source Serif 4",serif;font-size:1rem;transition:all .3s ease}.btn-filled:hover{background:var(--accent-red);transform:translateY(-2px);box-shadow:0 8px 24px #c94d4d40}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:var(--ink);text-decoration:none;font-family:"Source Serif 4",serif;font-size:1rem;border:1px solid var(--ink);transition:all .3s ease}.btn-outline:hover{background:var(--ink);color:var(--paper)}footer{padding:3rem;border-top:1px solid var(--ink);display:flex;justify-content:space-between;align-items:center}footer .logo-footer{font-family:Playfair Display,serif;font-size:1rem;letter-spacing:.1em;text-transform:uppercase}footer p{font-size:.85rem;color:var(--ink-faded)}@media (max-width: 1100px){.themes-container{flex-direction:column;gap:2rem}.themes-track{overflow-x:auto;padding-bottom:1rem;width:100%}.theme-preview{width:100%;min-width:auto;height:350px}}@media (max-width: 900px){nav{padding:1rem 1.5rem}.hero{padding:5rem 1.5rem}.hero h1{font-size:clamp(3rem,15vw,6rem)}.demo-wrapper{grid-template-columns:1fr;gap:3rem}.demo-section,.try-live-section{padding:5rem 1.5rem}.features-section{padding:6rem 1.5rem}.features-grid{display:flex;flex-direction:column;gap:0}.feature-item{grid-column:auto!important}.themes-header,.themes-container{padding:0 1.5rem}.cta-section{padding:6rem 1.5rem}.cta-section:before{font-size:12rem;top:1rem}footer{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 600px){.hero-tagline{font-size:1.5rem}.hero-prose{font-size:1.15rem}.demo-text h2{font-size:2rem}.theme-card{flex:0 0 140px;height:180px;padding:1rem}.theme-card h3{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}}
