@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;700&display=swap";html{scrollbar-gutter:stable;overflow-y:scroll}:root{--bg-color:#fcfcfc;--text-color:#2d3436;--accent-color:#7e00ff;--cursor-color:#2d3436;--font-mono:"JetBrains Mono", "Courier New", monospace;--grid-size:20px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-mono);flex-direction:column;align-items:center;min-height:100vh;padding:2rem 0;font-size:16px;line-height:1.6;display:flex;position:relative}body:before{content:"";background-image:linear-gradient(#e0e0e0 1px,#0000 1px),linear-gradient(90deg,#e0e0e0 1px,#0000 1px);background-size:var(--grid-size) var(--grid-size);z-index:-1;opacity:.3;width:100%;height:100%;position:fixed;top:0;left:0}.terminal{background:#fff;border:1px solid #d1d1d1;flex-direction:column;width:min(900px,96vw);height:85vh;min-height:600px;margin:0 auto;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.terminal-header{background:0 0;flex-direction:column;flex-shrink:0;align-items:flex-start;padding:1rem 2rem 0;display:flex;position:relative}.header-brand-row{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;margin-bottom:1rem;display:flex}.brand-left{align-items:center;gap:1.5rem;display:flex}.terminal-title-text{letter-spacing:.1em;font-size:min(3rem,8vw);font-weight:800}.terminal-mascot{image-rendering:auto;mix-blend-mode:multiply;width:auto;height:85px;transition:all .3s}.header-status-stack{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.status-row{justify-content:space-between;align-items:center;width:100%;display:flex}.status-line{color:var(--text-color);opacity:.6}.history-line{opacity:.6;font-size:.8rem}.signup-button-tag{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.signup-button-tag:hover{border-color:var(--text-color);background:#f9f9f9}.terminal-content{background:#fff;flex:1;padding:2rem;overflow-y:auto}.terminal-title{letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.terminal-controls{gap:8px;display:flex}.dot{background-color:#eee;border:1px solid #ddd;border-radius:50%;width:12px;height:12px}h1,h2,h3{margin-top:2rem;margin-bottom:1rem;font-weight:700}h1:before{content:"# ";opacity:.3}h2:before{content:"## ";opacity:.3}h3:before{content:"### ";opacity:.3}p{margin-bottom:1rem}ul{margin-bottom:1rem;list-style:none}li:before{content:"> ";opacity:.5;margin-right:.5rem}a{color:var(--text-color);text-underline-offset:4px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;transition:all .2s}a:hover{color:var(--accent-color);text-decoration-style:solid}.prompt{opacity:.8;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.prompt:before{content:"visitor@vibe-jam:~$";font-weight:700}.cursor{background-color:var(--cursor-color);vertical-align:middle;width:8px;height:18px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.tabs{background:#fff;border-top:1px solid #eee;flex-shrink:0;padding:1.5rem 2rem;transition:all .3s;position:relative}.tabs-row{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.mobile-nav-toggle{display:none}.footer-copyright{opacity:.6;text-align:center;font-size:.75rem}.tab{cursor:pointer;text-align:center;white-space:nowrap;background:#f9f9f9;border:1px solid #eee;flex:1;padding:.8rem 1.2rem;font-size:.85rem;transition:all .2s}.tab.active{border-color:var(--text-color);box-shadow:2px 2px 0 var(--text-color);background:#fff;font-weight:700}.tab:hover:not(.active){background:#eee}.dim{opacity:.6}.accent{color:var(--accent-color);font-weight:700}.orange{color:var(--secondary-accent)}@media (width<=768px){body{padding:1rem 0}.terminal{height:92vh}.header-brand-row{gap:.5rem;margin-bottom:.75rem}.brand-left{gap:.75rem}.terminal-mascot{height:45px}.terminal-title-text{font-size:1.25rem}.signup-button-tag{width:auto;margin-top:0;padding:.3rem .5rem;font-size:.75rem}.header-status-stack{gap:.25rem;margin-bottom:.75rem}.status-row{font-size:.75rem}.status-line{white-space:nowrap}.history-line{text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:50%;font-size:.65rem;overflow:hidden}.terminal-header{padding:1rem 1.5rem 0}.tabs{z-index:100;background:#fff;border-top:1px solid #ddd;padding:.5rem 1rem}.mobile-nav-toggle{width:100%;color:var(--text-color);font-family:var(--font-mono);cursor:pointer;letter-spacing:1px;background:0 0;border:1px dashed #ccc;margin-bottom:.5rem;padding:.75rem;font-size:.85rem;font-weight:700;display:block}.mobile-nav-toggle:active{background:#fff5f2}.tabs-row{border:2px solid var(--text-color);opacity:1;visibility:hidden;background-color:#fff;border-bottom:none;flex-direction:column;gap:0;width:100%;max-height:0;margin-bottom:0;padding:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:100%;left:0;overflow:hidden}.tabs.mobile-open .tabs-row{opacity:1;visibility:visible;max-height:500px;box-shadow:4px -4px #0000001a}.tab{text-align:left;background:0 0;border:none;border-bottom:1px dotted #ccc;flex:none;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:400}.tab.active{color:var(--text-color);border-left:6px solid var(--text-color);background:#00000008;font-weight:800}.footer-copyright{padding:.4rem 0;font-size:.7rem}}
