@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#c8d8e8;background:#06090f;font-synthesis:none}*{box-sizing:border-box}html{background:#06090f}body{margin:0;min-width:320px;min-height:100vh}button,textarea{font:inherit}button{border:0;cursor:pointer}button:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid #00d4ff;outline-offset:3px}h1,h2,p{margin:0}code{overflow-wrap:anywhere}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1e2a35;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#2e4055}.app-shell{background:#06090f}.page-title{color:#c8d8e8}.muted{color:#4a6275}.dim{color:#2e4055}.green{color:#0f8}.cyan{color:#00d4ff}.amber{color:#ffb800}.red-bg{background:#ff4757}.amber-bg{background:#ffb800}.green-bg{background:#0f8}.panel-surface{background:#0c1117;border-color:#1e2a35}.terminal-surface{background:#080c12}.build-panel{border-bottom:1px solid #1e2a35}.build-panel[data-inactive=true],.cli-panel[data-inactive=true]{opacity:.35}.prompt-input{background:#0c1117;border-color:#2e4055;color:#c8d8e8;min-height:120px}.prompt-input::placeholder{color:#4a6275}.segmented-control,.command-box,.install-card,.deployment-table,.terminal-window{border-color:#1e2a35}.segmented-control button{background-clip:padding-box}.segmented-control .border-l{border-color:#1e2a35}.copy-button{color:#4a6275;background:transparent;border:1px solid transparent}.copy-button[data-copied=true]{color:#0f8;background:#00ff8810;border-color:#00ff8830}.install-copy{color:#4a6275;background:#111820;border:1px solid #1e2a35}.install-copy[data-copied=true]{color:#0f8;background:#00ff8810;border-color:#00ff8830}.primary-button{background:#0f8;color:#06090f}.primary-button:hover{opacity:.9}.stat-card{background:#0c1117;border-color:#1e2a35}.deployment-table{border-color:#1e2a35}.table-scroll{overflow-x:auto}table{min-width:900px;border-collapse:collapse}thead tr{border-bottom:1px solid #1e2a35}th{color:#4a6275;background:#080c12;font-weight:500}tbody tr{border-bottom:1px solid #111820}tbody tr:last-child{border-bottom:0}.new-row{background:#0c1a12}.waiting-dot{background:#2e4055;animation:pulse-ring 1.5s ease-out infinite}.table-link,.crash-link{text-decoration:underline;text-underline-offset:2px;transition:opacity .15s ease}.table-link{color:#00d4ff}.crash-link{color:#ff4757}.table-link:hover,.crash-link:hover{opacity:.7}.deliver-column{width:220px}.deliver-button{background:#0f8;color:#06090f;box-shadow:0 0 32px #00ff8828}.deliver-button:active{transform:scale(.98)}.deliver-button:disabled{color:#2e4055;background:#111820;box-shadow:none;cursor:not-allowed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.flex{display:flex}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.grid{display:grid}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.ml-3{margin-left:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.h-1\.5,.w-1\.5{width:.375rem;height:.375rem}.h-2,.w-2{width:.5rem;height:.5rem}.w-full{width:100%}.max-w-xl{max-width:36rem}.min-w-0{min-width:0}.min-h-screen{min-height:100vh;min-height:100svh}.shrink-0{flex-shrink:0}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border{border:1px solid}.border-b{border-bottom:1px solid}.border-l{border-left:1px solid}.border-r{border-right:1px solid #1e2a35}.overflow-hidden{overflow:hidden}.resize-none{resize:none}.cursor-pointer{cursor:pointer}.font-mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Consolas,monospace}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-center{text-align:center}.text-left{text-align:left}.leading-relaxed{line-height:1.625}.transition-all{transition:all .15s ease}.transition-colors{transition:color .15s ease,background-color .15s ease,border-color .15s ease}.transition-opacity{transition:opacity .15s ease}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes grid-appear{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:fade-up .5s ease forwards}.animate-grid-appear{animation:grid-appear .5s ease forwards}@media(max-width:760px){.build-layout{flex-direction:column}.builder-column{border-right:0}.build-panel,.cli-panel{padding:1.25rem}.deliver-column{width:auto;padding:1.25rem;border-top:1px solid #1e2a35}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fleet-page{padding:1rem}.terminal-command{overflow-x:auto;white-space:nowrap}}@media(max-width:480px){.install-heading{align-items:flex-start;flex-direction:column;gap:.5rem}.command-row{overflow-x:auto}.command-row code{white-space:nowrap}.stats-grid{grid-template-columns:1fr}main.p-8{padding:1.25rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
