@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#000;--surface:#0a0a0a;--surface-hover:#111;--border:#262626;--border-hover:#333;--text:#ededed;--text-muted:#888;--text-dim:#666;--accent:#fff;--accent-text:#000;--danger:#f5504e;--danger-bg:#f5504e1a;--success:#4caf7d;--warning:#f5a623;--info:#0070f3;color:var(--text);background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{background:var(--bg);margin:0}code,.mono{font-family:JetBrains Mono,ui-monospace,monospace}.page{max-width:840px;margin:0 auto;padding:0 1.5rem 4rem}.page-narrow{max-width:620px}.nav{border-bottom:1px solid var(--border);z-index:20;-webkit-backdrop-filter:blur(10px);background:#000000bf;margin-bottom:2.5rem;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:840px;margin:0 auto;padding:1rem 1.5rem;display:flex}.brand{letter-spacing:-.01em;color:var(--text);background:0 0;border:none;border-radius:6px;align-items:center;gap:.55rem;margin-left:-.4rem;padding:.3rem .4rem;font-size:.95rem;font-weight:600;display:flex}.brand:not(:disabled):hover{background:var(--surface-hover);opacity:1}.brand-mark{background:var(--accent);border-radius:5px;width:20px;height:20px}.user-menu{position:relative}.avatar-button{cursor:pointer;opacity:1;color:var(--text-dim);background:0 0;border:none;border-radius:100px;align-items:center;gap:.3rem;padding:.25rem .4rem .25rem .25rem;display:flex}.avatar-button:hover{background:var(--surface-hover);opacity:1}.avatar-img,.avatar-fallback{border-radius:50%;flex-shrink:0;width:24px;height:24px}.avatar-img{object-fit:cover;display:block}.avatar-fallback{background:var(--surface-hover);border:1px solid var(--border);color:var(--text-muted);justify-content:center;align-items:center;font-size:.72rem;font-weight:600;display:flex}.user-dropdown{background:var(--surface);border:1px solid var(--border);z-index:10;border-radius:8px;min-width:180px;padding:.4rem;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 8px 24px #00000080}.user-dropdown-info{border-bottom:1px solid var(--border);margin-bottom:.3rem;padding:.5rem .6rem .6rem}.user-dropdown-name{font-size:.83rem;font-weight:500}.user-dropdown-email{color:var(--text-dim);margin-top:.1rem;font-size:.72rem}.user-dropdown-item{width:100%;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:.5rem;padding:.45rem .6rem;font-size:.82rem;display:flex}.user-dropdown-item:hover{background:var(--surface-hover);color:var(--text);opacity:1}h1{letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:600}h2{color:var(--text);margin:2rem 0 .75rem;font-size:1rem;font-weight:600}p{color:var(--text-muted);line-height:1.5}button,.button{background:var(--accent);color:var(--accent-text);cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .9rem;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}button:hover,.button:hover{opacity:.85}button:disabled{opacity:.4;cursor:not-allowed}.button-secondary{color:var(--text);border:1px solid var(--border);background:0 0}.button-secondary:hover{background:var(--surface-hover);border-color:var(--border-hover);opacity:1}.button-danger{color:var(--danger);border:1px solid var(--border);background:0 0}.button-danger:hover{background:var(--danger-bg);border-color:var(--danger);opacity:1}.icon-button{color:var(--text-dim);background:0 0;border:1px solid #0000;border-radius:6px;padding:.35rem .5rem;font-size:.8rem}.icon-button:hover{background:var(--surface-hover);color:var(--danger);opacity:1}.link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none}.link:hover{color:var(--text);opacity:1}.form-row{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.form-row input,.form-row select{flex:1;min-width:160px}input,select{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.55rem .7rem;font-family:inherit;font-size:.85rem}input::placeholder{color:var(--text-dim)}input:focus,select:focus{border-color:var(--text-muted);outline:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.1rem}.card-list{flex-direction:column;gap:.6rem;display:flex}.project-card{cursor:pointer;justify-content:space-between;align-items:center;transition:border-color .15s,background .15s;display:flex}.project-card:hover{border-color:var(--border-hover);background:var(--surface-hover)}.project-card-main{flex-direction:column;gap:.3rem;min-width:0;display:flex}.project-name-row{align-items:center;gap:.5rem;display:flex}.project-name{font-size:.9rem;font-weight:500}.project-meta{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.6rem;margin-left:1.1rem;font-size:.78rem;display:flex;overflow:hidden}.muted-inline{align-items:center;gap:.3rem;display:inline-flex}.project-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.status-dot-lg{background:var(--text-dim);border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot-lg.status-live{background:var(--success)}.status-dot-lg.status-failed{background:var(--danger)}.status-dot-lg.status-building,.status-dot-lg.status-deploying,.status-dot-lg.status-queued{background:var(--warning)}.status-dot-lg.status-stopped,.status-dot-lg.status-none{background:var(--text-dim)}.badge{border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;border-radius:100px;align-items:center;gap:.35rem;padding:.15rem .55rem;font-size:.72rem;font-weight:500;display:inline-flex}.dot{background:currentColor;border-radius:50%;width:6px;height:6px}.status-live{color:var(--success)}.status-failed{color:var(--danger)}.status-building,.status-deploying,.status-queued{color:var(--warning)}.status-stopped,.status-built{color:var(--text-dim)}.row-list{flex-direction:column;display:flex}.row-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.row-item:last-child{border-bottom:none}.row-main{flex-direction:column;gap:.25rem;min-width:0;display:flex}.row-title{align-items:center;gap:.6rem;font-size:.85rem;display:flex}.row-sub{color:var(--text-dim);font-size:.75rem}.new-project-form{flex-direction:column;display:flex}.field-label{color:var(--text-muted);margin:.85rem 0 .35rem;font-size:.78rem;font-weight:500}.field-label:first-child{margin-top:0}.field-hint{color:var(--text-dim);margin:-.15rem 0 0;font-size:.75rem}.field-hint code{color:var(--text-muted)}.advanced-toggle{color:var(--text);margin:1.1rem 0 .5rem;font-size:.82rem}.advanced-section{border-left:2px solid var(--border);margin-bottom:.5rem;padding-left:1rem}.project-header{margin-bottom:1.25rem}.project-header h1{margin-bottom:.4rem}.tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1.25rem;display:flex}.tab{color:var(--text-dim);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:.4rem;margin-right:1.25rem;padding:.6rem .2rem;font-size:.85rem;font-weight:500;display:flex}.tab:hover{color:var(--text-muted);opacity:1}.tab-active,.tab-active:hover{color:var(--text);border-bottom-color:var(--text)}.tab-count{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);border-radius:100px;padding:.05rem .4rem;font-size:.68rem}.hero-card{padding:1.25rem 1.4rem}.hero-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.hero-url a{color:var(--text);font-size:1.1rem;font-weight:600;text-decoration:none}.hero-url a:hover{text-decoration:underline}.hero-commit{color:var(--text-muted);align-items:center;gap:.5rem;margin:.6rem 0 .3rem;font-size:.85rem;display:flex}.text-dim{color:var(--text-dim)}.log-block{border:1px solid var(--border);white-space:pre-wrap;color:var(--text-muted);background:#000;border-radius:6px;margin-top:.75rem;padding:.75rem;font-size:.75rem;overflow-x:auto}.domain-card{flex-direction:column;display:flex}.dns-table{border:1px solid var(--border);border-radius:6px;margin-top:.9rem;overflow:hidden}.dns-row{border-bottom:1px solid var(--border);grid-template-columns:60px 100px 1fr;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.8rem;display:grid}.dns-row:last-child{border-bottom:none}.dns-header{background:var(--surface-hover);color:var(--text-dim);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem}.dns-value{color:var(--text);justify-self:start;padding:0;font-size:.8rem}.copied-tag{color:var(--success);margin-left:.4rem;font-size:.7rem}.stage-tracker{align-items:center;margin-top:.5rem;display:flex}.stage{align-items:center;gap:.4rem;display:flex}.stage-dot{background:var(--border);border-radius:50%;flex-shrink:0;width:7px;height:7px}.stage-label{color:var(--text-dim);text-transform:capitalize;white-space:nowrap;font-size:.7rem}.stage-line{background:var(--border);width:20px;height:1px;margin:0 .4rem}.stage-done .stage-dot{background:var(--success)}.stage-done .stage-label{color:var(--text-muted)}.stage-active .stage-dot{background:var(--warning);box-shadow:0 0 0 3px #f5a62333}.stage-active .stage-label{color:var(--text);font-weight:500}.stage-failed .stage-dot{background:var(--danger);box-shadow:0 0 0 3px #f5504e33}.stage-failed .stage-label{color:var(--danger);font-weight:500}.empty-state{text-align:center;color:var(--text-dim);border:1px dashed var(--border);border-radius:8px;padding:2.5rem 1rem;font-size:.85rem}.error-banner{background:var(--danger-bg);color:#ff8785;border:1px solid #f5504e4d;border-radius:6px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.83rem}.header-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.back-link{align-items:center;gap:.3rem;margin-bottom:1rem;display:inline-flex}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.7s linear infinite spin}.spinner{border:2px solid var(--border);border-top-color:var(--text-muted);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}.loading-screen{height:60vh;color:var(--text-dim);justify-content:center;align-items:center;font-size:.85rem;display:flex}.login-screen{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.25rem;max-width:420px;min-height:70vh;display:flex}a{color:var(--info)}
