:root{--bg-primary:#1a1a1a;--bg-secondary:#0d0d0d;--bg-black:#000;--text-primary:#ededed;--text-gray:#9ca3af;--text-gray-dark:#6b7280;--accent-gold:gold;--accent-gold-hover:#e6c200;--border-gray:#374151;--border-gray-light:#4b5563;--color-background-night:#1a1a1a;--color-terminal-blue:gold;--color-turquoise:#e6c200;--color-terminal-cyan:gold;--color-white:#fff;--rgb-black:0,0,0;--font-family:"Cascadia Code",Menlo,Monaco,Consolas,"Courier New",monospace;--font-size:1rem;--font-size-medium:1.25rem;--line-height:1.6;--space-medium:1rem;--space-large:2rem;--space-xx-large:4rem;--space-xxxx-large:8rem;--transition:0.2s ease;--color-green:#b8d87e}.notification{background:var(--accent-gold);padding:.75rem 1rem;text-align:center;position:sticky;top:0;z-index:100}.notification,.notification a{color:var(--bg-primary);font-weight:700}.notification a{text-decoration:none}.notification a:hover{text-decoration:underline}.pre{display:grid;margin-top:var(--space-xx-large);padding-inline:var(--space-large)}.pre a{font-weight:400;text-decoration:none}.pre a,.pre pre{color:var(--accent-gold);justify-self:center}.pre pre{font-size:clamp(.425rem,1.25vw,1rem);letter-spacing:-.0425em;line-height:1.09375;white-space:pre;transition:color var(--transition)}@media(hover:hover){.pre a:hover pre{color:var(--accent-gold-hover)}}@media(min-width:64em){.pre{margin-top:var(--space-xxxx-large);padding-inline:var(--space-xx-large)}}*{margin:0;padding:0;box-sizing:border-box}html{background:var(--color-background-night);font-size:16px;scroll-behavior:smooth}html:has(dialog[open]){overflow:hidden}body{align-items:stretch;background:var(--color-background-night);color:var(--text-primary);display:flex;flex-direction:column;font-family:var(--font-family);font-size:var(--font-size);font-weight:300;line-height:var(--line-height);min-height:100vh;min-height:100dvh}a{color:var(--accent-gold);text-decoration-thickness:.0875em;text-underline-offset:.125em;transition:color var(--transition)}a,b,strong{font-weight:700}em,i{font-style:italic}img{height:auto;max-width:100%;width:100%}@media(hover:hover){a:hover{color:var(--color-white)}}::-moz-selection{background:var(--accent-gold);color:#000}::selection{background:var(--accent-gold);color:#000}.button{align-items:center;background:var(--accent-gold);border:none;border-radius:.4em;box-shadow:0 1px 0 0 rgba(var(--rgb-black),.1),0 .2em 1.2em -.4em rgba(var(--rgb-black),.2),0 .4em 2em -.8em rgba(var(--rgb-black),.3),0 .4em .4em -.8em rgba(var(--rgb-black),.4),0 .8em .8em -1.2em rgba(var(--rgb-black),.5),0 1.2em 1.2em -1.6em rgba(var(--rgb-black),.6);color:var(--color-background-night);cursor:pointer;display:flex;font-weight:700;gap:1ch;height:2.9em;line-height:1;padding-inline:var(--space-medium);text-decoration:none;text-transform:uppercase;transition:background var(--transition),color var(--transition)}.button svg{height:1.4em;overflow:visible;width:1.4em}@media(hover:hover){.button:hover{background:var(--accent-gold-hover);color:var(--color-background-night)}}.header{display:grid;margin-top:var(--space-medium);padding-inline:var(--space-large)}.header h1{font-size:var(--font-size-medium);text-align:center}@media(min-width:64em){.header{padding-inline:var(--space-xx-large)}}.nav{display:grid;margin-top:var(--space-large);padding-inline:var(--space-large)}.nav,.nav__buttons{gap:var(--space-medium)}.nav__buttons{display:flex;flex-wrap:wrap;justify-content:center}@media(min-width:64em){.nav{padding-inline:var(--space-xx-large)}}.page-container{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}.navbar{border-bottom:1px solid var(--border-gray);padding:1rem;position:sticky;top:0;background:rgba(26,26,26,.9);backdrop-filter:blur(10px);z-index:50}.navbar-container{max-width:1200px;margin:0 auto;justify-content:space-between}.navbar-container,.navbar-logo{display:flex;align-items:center}.navbar-logo{color:var(--accent-gold);font-weight:700;font-size:1.25rem;gap:.5rem;text-decoration:none}.navbar-links{display:flex;gap:1.5rem;font-size:.875rem}.navbar-link{color:var(--text-primary);text-decoration:none;transition:color .2s}.navbar-link:hover{color:var(--accent-gold)}.hero-section{padding:2rem 1rem}@media (min-width:768px){.hero-section{padding:3rem 2rem}}.hero-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;align-items:center}@media (min-width:1024px){.hero-container{flex-direction:row}}.hero-text{text-align:center;width:100%;order:2}@media (min-width:1024px){.hero-text{width:33.333%;text-align:left;order:1}}.hero-badge{display:inline-block;border:1px solid var(--accent-gold);color:var(--accent-gold);padding:.25rem .75rem;font-size:.75rem;border-radius:9999px;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:3rem}}.hero-title-accent{color:var(--accent-gold)}.hero-description{font-size:1rem;color:var(--text-gray);line-height:1.6;margin-bottom:2rem}@media (min-width:768px){.hero-description{font-size:1.125rem}}.hero-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media (min-width:640px){.hero-buttons{flex-direction:row}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start}}.btn{padding:.625rem 1.5rem;border-radius:.375rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;transition:all .2s;text-decoration:none;cursor:pointer;border:none}.btn-primary{background:var(--accent-gold);color:#000}.btn-primary:hover{background:var(--accent-gold-hover)}.btn-secondary{border:1px solid var(--border-gray);background:transparent;color:var(--text-primary)}.btn-secondary:hover{border-color:var(--accent-gold)}.terminal-preview{background:var(--bg-secondary);border:1px solid var(--border-gray);border-radius:.5rem;padding:1.25rem 1.5rem;text-align:left;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);width:100%;overflow:hidden;order:1}@media (min-width:1024px){.terminal-preview{width:66.666%;order:2}}.terminal-dots{display:flex;gap:.5rem;margin-bottom:1rem}.terminal-dot{width:.75rem;height:.75rem;border-radius:50%}.terminal-dot-red{background:#ef4444}.terminal-dot-yellow{background:#eab308}.terminal-dot-green{background:#22c55e}.terminal-content{text-align:center;padding:.75rem 0}.terminal-logo{display:inline-block;width:auto;height:5rem;max-width:100%;-o-object-fit:contain;object-fit:contain}@media (min-width:640px){.terminal-logo{height:5rem}}@media (min-width:768px){.terminal-logo{height:10rem}}.terminal-version{font-size:.75rem;color:var(--text-gray);margin-top:.5rem}@media (min-width:768px){.terminal-version{font-size:.875rem}}.terminal-status{color:var(--text-gray-dark);padding:1rem 0;font-size:.875rem}.terminal-status-icon{color:#22c55e}.terminal-menu{border:1px solid var(--accent-gold);padding:.625rem 1rem;color:var(--text-primary);font-size:.75rem;max-width:42rem;margin:0 auto}@media (min-width:768px){.terminal-menu{font-size:.875rem}}.terminal-prompt{padding-top:1.25rem;display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.875rem;color:var(--text-gray-dark)}.terminal-cursor{animation:pulse 1s infinite;background:var(--text-gray-dark);width:.5rem;height:1rem;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.features-section{padding:5rem 0;background:rgba(0,0,0,.2)}.features-container{max-width:1200px;margin:0 auto;padding:0 1rem}.features-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:4rem}.features-title-accent{color:var(--accent-gold)}.features-grid{display:grid;gap:2rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--bg-primary);padding:1.5rem;border-radius:.5rem;border:1px solid var(--border-gray);transition:all .2s}.feature-card:hover{border-color:rgba(255,215,0,.5)}.feature-icon-wrapper{margin-bottom:1rem;background:rgba(0,0,0,.5);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1)}.feature-icon{width:2rem;height:2rem;color:var(--accent-gold)}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.feature-description{color:var(--text-gray);line-height:1.6}.install-section{padding:5rem 1rem}.install-container{max-width:768px;margin:0 auto}.install-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem}.install-steps{display:flex;flex-direction:column;gap:2rem}.install-card{background:var(--bg-black);border:1px solid var(--border-gray);border-radius:.5rem;padding:1.5rem}.install-card-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-gray)}.install-code-block{background:var(--bg-primary);padding:1rem;border-radius:.375rem;border:1px solid var(--border-gray-light);display:flex;justify-content:space-between;align-items:center}.install-code{color:var(--accent-gold);font-family:Courier New,Courier,monospace}.install-copy-btn{color:var(--text-gray-dark);background:transparent;border:none;cursor:pointer;opacity:0;transition:opacity .2s;padding:.25rem}.install-code-block:hover .install-copy-btn{opacity:1}.install-copy-btn:hover{color:var(--text-primary)}.install-or{color:var(--text-gray-dark);font-size:.875rem;margin-top:.5rem}.install-footer{margin-top:3rem;text-align:center;color:var(--text-gray)}.install-footer p{margin-bottom:.5rem}.install-footer-highlight{color:var(--text-primary)}.install-footer-link{color:var(--accent-gold);text-decoration:none;display:inline-block;margin-top:.5rem}.install-footer-link:hover{text-decoration:underline}.footer{border-top:1px solid var(--border-gray);padding:3rem 0;text-align:center;color:var(--text-gray-dark);font-size:.875rem}.footer p{margin-bottom:.5rem}.footer-heart{color:#ef4444}.footer-link{color:var(--text-gray-dark);text-decoration:none}.footer-link:hover{color:var(--accent-gold)}