@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";.bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#ff9a5614 0%,#ff6b6b0a 40%,#0000 70%);width:800px;height:800px;position:fixed;top:-30%;left:50%;transform:translate(-50%)}.bg-glow-bottom{pointer-events:none;z-index:0;background:radial-gradient(#ff6b6b0d 0%,#0000 60%);width:1000px;height:600px;position:fixed;bottom:-40%;left:50%;transform:translate(-50%)}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.container{z-index:1;max-width:960px;margin:0 auto;padding:0 24px;position:relative}nav{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.nav-brand{background:linear-gradient(135deg,#ff9a56,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Fredoka,sans-serif;font-size:24px;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{color:#8b949e;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#e6edf3}.nav-signin{color:#e6edf3;cursor:pointer;background:#161b22;border:1px solid #30363d;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.nav-signin:hover{color:#ff9a56;border-color:#ff9a56}.hero{text-align:center;padding:100px 0 80px}.hero-badge{color:#8b949e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161b22cc;border:1px solid #30363d;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:13px;display:inline-flex}.hero-badge .dot{background:#3fb950;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-logo{background:linear-gradient(135deg,#ff9a56 0%,#ff6b6b 50%,#ff9a56 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-family:Fredoka,sans-serif;font-size:96px;font-weight:700;line-height:1;animation:6s ease-in-out infinite shimmer}@keyframes shimmer{0%,to{background-position:0%}50%{background-position:100%}}.hero-tagline{color:#8b949e;max-width:500px;margin:0 auto 48px;font-size:22px;font-weight:400;line-height:1.5}.hero-tagline strong{color:#e6edf3;font-weight:600}.hero-actions{flex-direction:column;align-items:center;gap:20px;max-width:420px;margin:0 auto;display:flex}.btn-start{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#ff9a56,#ff6b6b);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 32px;font-family:Fredoka,sans-serif;font-size:18px;font-weight:600;transition:all .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #ff6b6b40,0 0 #ff9a5600}.btn-start:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26,#0000);transition:opacity .25s;position:absolute;inset:0}.btn-start:hover{transform:translateY(-2px);box-shadow:0 8px 32px #ff6b6b59,0 0 0 4px #ff9a561a}.btn-start:hover:before{opacity:1}.btn-start:active{transform:translateY(0)}.btn-start:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-start .icon{font-size:20px;display:flex}.divider{color:#484f58;text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:16px;width:100%;font-size:12px;font-weight:500;display:flex}.divider:before,.divider:after{content:"";background:#21262d;flex:1;height:1px}.join-row{gap:10px;width:100%;display:flex}.join-input{color:#e6edf3;background:#161b22;border:1px solid #30363d;border-radius:12px;outline:none;flex:1;padding:14px 18px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.join-input::placeholder{color:#484f58}.join-input:focus{border-color:#ff9a56;box-shadow:0 0 0 3px #ff9a561a}.btn-join{color:#e6edf3;cursor:pointer;white-space:nowrap;background:#161b22;border:1px solid #30363d;border-radius:12px;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s}.btn-join:hover{color:#ff9a56;background:#1c2128;border-color:#ff9a56}.btn-join:disabled{opacity:.5;cursor:not-allowed}.features{padding:40px 0 100px}.features-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161b2299;border:1px solid #21262d;border-radius:16px;padding:28px 24px;transition:all .3s}.feature-card:hover{background:#161b22e6;border-color:#30363d;transform:translateY(-2px)}.feature-icon{background:#ff9a5614;border:1px solid #ff9a561f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-size:20px;display:flex}.feature-card h3{color:#e6edf3;margin-bottom:8px;font-size:16px;font-weight:600}.feature-card p{color:#8b949e;font-size:14px;line-height:1.6}.terminal-preview{background:#0d1117;border:1px solid #21262d;border-radius:16px;max-width:640px;margin:0 auto;overflow:hidden;box-shadow:0 24px 64px #0006}.terminal-bar{background:#161b22;border-bottom:1px solid #21262d;align-items:center;gap:8px;padding:12px 16px;display:flex}.terminal-dot{background:#30363d;border-radius:50%;width:10px;height:10px}.terminal-bar-title{text-align:center;color:#484f58;flex:1;font-size:12px;font-weight:500}.terminal-body{text-align:left;min-height:160px;padding:16px 20px;font-family:SF Mono,Cascadia Code,Fira Code,Menlo,monospace;font-size:13px;line-height:1.7}.t-prompt{color:#ff9a56}.t-user{color:#79c0ff}.t-text{color:#8b949e}.t-highlight{color:#e6edf3}.t-green{color:#3fb950}.t-cursor{vertical-align:text-bottom;background:#ff9a56;width:8px;height:16px;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.poem-section{justify-content:center;padding:20px 0 80px;display:flex}.poem-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d1117b3;border:1px solid #21262d;border-radius:16px;width:100%;max-width:440px;padding:28px 32px;position:relative;overflow:hidden}.poem-card:before{content:"";background:linear-gradient(90deg,#0000,#ff9a564d,#ff6b6b4d,#0000);height:2px;position:absolute;top:0;left:0;right:0}.poem-heading{text-transform:uppercase;letter-spacing:1.5px;color:#484f58;margin-bottom:20px;font-size:12px;font-weight:500}.poem-text{color:#8b949e;white-space:pre-wrap;margin:0;font-family:SF Mono,Cascadia Code,Fira Code,Menlo,monospace;font-size:13px;font-style:italic;line-height:1.8}footer{text-align:center;z-index:1;border-top:1px solid #161b22;padding:32px 0;position:relative}.footer-inner{color:#484f58;justify-content:center;align-items:center;gap:20px;font-size:13px;display:flex}.footer-inner a{color:#8b949e;text-decoration:none;transition:color .2s}.footer-inner a:hover{color:#ff9a56}.footer-brand{background:linear-gradient(135deg,#ff9a56,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Fredoka,sans-serif;font-weight:600}.footer-sep{color:#21262d}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.hero{padding:60px 0}.hero-logo{font-size:64px}.hero-tagline{margin-bottom:36px;font-size:18px}.features-grid{grid-template-columns:1fr;gap:12px}.join-row{flex-direction:column}.btn-join{width:100%}}@media (width<=480px){.hero-logo{font-size:48px}.hero-tagline{font-size:16px}.btn-start{padding:14px 24px;font-size:16px}.nav-links{gap:16px}}.dash{background:#0d1117;min-height:100vh}.dash-loading{background:#0d1117;justify-content:center;align-items:center;min-height:100vh;display:flex}.dash-spinner{border:3px solid #21262d;border-top-color:#ff9a56;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite dash-spin}@keyframes dash-spin{to{transform:rotate(360deg)}}.dash-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0d1117f2;border-bottom:1px solid #21262d;position:sticky;top:0}.dash-header-inner{justify-content:space-between;align-items:center;max-width:1080px;margin:0 auto;padding:16px 24px;display:flex}.dash-brand{background:linear-gradient(135deg,#ff9a56,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Fredoka,sans-serif;font-size:24px;font-weight:700;text-decoration:none}.dash-header-right{align-items:center;gap:16px;display:flex}.dash-greeting{color:#8b949e;font-size:14px;font-weight:500}.dash-main{max-width:1080px;margin:0 auto;padding:40px 24px}.dash-top{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.dash-title{color:#e6edf3;font-size:24px;font-weight:600}.dash-create-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff9a56,#ff6b6b);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 12px #ff6b6b33}.dash-create-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #ff6b6b4d}.dash-create-btn:active{transform:translateY(0)}.dash-create-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.dash-spinner-sm{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite dash-spin}.dash-error{color:#f85149;background:#f8514914;border:1px solid #f851494d;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;font-size:14px;display:flex}.dash-error-dismiss{color:#f85149;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0 4px;font-size:18px}.dash-error-dismiss:hover{opacity:1}.dash-empty{text-align:center;color:#484f58;padding:80px 24px;font-size:15px}.dash-loading-inline{justify-content:center;align-items:center;padding:80px 24px;display:flex}.dash-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.dash-card{background:#161b22;border:1px solid #21262d;border-radius:14px;padding:24px;transition:all .2s}.dash-card:hover{background:#1c2128;border-color:#30363d}.dash-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dash-card-name{color:#e6edf3;font-size:16px;font-weight:600}.dash-status{text-transform:capitalize;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.dash-status-running{color:#3fb950;background:#3fb9501a}.dash-status-stopped,.dash-status-terminated,.dash-status-shutting-down{color:#8b949e;background:#8b949e1a}.dash-status-pending{color:#d29922;background:#d299221a}.dash-status-dot{border-radius:50%;width:6px;height:6px}.dash-status-running .dash-status-dot{background:#3fb950;box-shadow:0 0 6px #3fb95066}.dash-status-stopped .dash-status-dot,.dash-status-terminated .dash-status-dot,.dash-status-shutting-down .dash-status-dot{background:#484f58}.dash-status-pending .dash-status-dot{background:#d29922;box-shadow:0 0 6px #d2992266}.dash-card-url{color:#484f58;text-overflow:ellipsis;white-space:nowrap;margin-bottom:20px;font-family:SF Mono,Cascadia Code,Fira Code,monospace;font-size:13px;overflow:hidden}.dash-card-footer{justify-content:space-between;align-items:center;display:flex}.dash-card-users{color:#8b949e;align-items:center;gap:6px;font-size:13px;display:inline-flex}.dash-card-open{color:#e6edf3;cursor:pointer;background:0 0;border:1px solid #30363d;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.dash-card-open:hover{color:#ff9a56;border-color:#ff9a56}.dash-card-open:disabled{opacity:.4;cursor:not-allowed}.dash-card-open:disabled:hover{color:#e6edf3;border-color:#30363d}@media (width<=640px){.dash-top{flex-direction:column;align-items:stretch;gap:16px}.dash-create-btn{justify-content:center}.dash-grid{grid-template-columns:1fr}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e6edf3;background:#0d1117;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;overflow-x:hidden}#root{min-height:100vh}
