.wizard-scrim{z-index:80;background:#0009;position:fixed;inset:0}.wizard-dialog{background:var(--bg-deep,#050608);border:1px solid var(--border,#2a2a2a);z-index:81;border-radius:.75rem;width:min(94vw,720px);max-height:90vh;padding:1rem 1.25rem;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.wizard-head{justify-content:space-between;align-items:center;display:flex}.wizard-head h2{margin:0;font-size:1.1rem;font-weight:600}.wizard-close{color:var(--muted,#888);cursor:pointer;background:0 0;border:none;min-width:44px;min-height:44px;font-size:1.6rem}.wizard-close:hover{color:var(--fg,#e7e7e7)}.wizard-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem;display:grid}.wizard-grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width:600px){.wizard-grid{grid-template-columns:1fr}}.wizard-card{text-align:left;background:var(--surface,#161616);border:1px solid var(--border,#2a2a2a);cursor:pointer;color:var(--fg,#e7e7e7);border-radius:.6rem;flex-direction:column;gap:.35rem;min-height:120px;padding:.85rem;transition:border-color .12s;display:flex}.wizard-card:hover{border-color:var(--accent-base,#6ea4cf)}.wizard-card-icon{font-size:1.4rem}.wizard-card-title{font-weight:600}.wizard-card-hint{color:var(--muted,#888);font-size:.78rem;line-height:1.35}.wizard-card-like{color:var(--muted,#888);margin-top:auto;font-size:.72rem;font-style:italic}.wizard-step-back{color:var(--muted,#888);align-items:center;gap:.75rem;margin-top:.5rem;font-size:.8rem;display:flex}.wizard-step-back button{border:1px solid var(--border,#2a2a2a);color:var(--fg,#e7e7e7);cursor:pointer;background:0 0;border-radius:.3rem;padding:.25rem .5rem;font-size:.8rem}.wizard-form{flex-direction:column;gap:.8rem;margin-top:1rem;display:flex}.wizard-form label{flex-direction:column;gap:.3rem;display:flex}.wizard-form label span{text-transform:uppercase;letter-spacing:.1em;color:var(--muted,#888);font-size:.75rem}.wizard-form input{background:var(--surface,#161616);border:1px solid var(--border,#2a2a2a);color:var(--fg,#e7e7e7);border-radius:.4rem;min-height:44px;padding:.6rem .7rem;font-size:.95rem}.wizard-form input:focus{border-color:var(--accent-base,#6ea4cf);outline:none}.wizard-preview{color:var(--muted,#888);background:var(--surface,#161616);border-radius:.4rem;padding:.5rem .6rem;font-size:.8rem}.wizard-preview code{color:var(--accent-warm,#d9b07a);font-family:var(--font-mono,ui-monospace, monospace)}.wizard-error{color:#ff6b6b;margin:0;font-size:.85rem}.wizard-actions{justify-content:flex-end;gap:.5rem;display:flex}.wizard-actions button{background:var(--surface,#161616);border:1px solid var(--border,#2a2a2a);color:var(--fg,#e7e7e7);cursor:pointer;border-radius:.4rem;min-width:96px;min-height:44px;padding:.55rem 1rem}.wizard-actions button:disabled{opacity:.5;cursor:not-allowed}.wizard-submit{font-weight:600;background:var(--accent-base,#6ea4cf)!important;color:var(--bg-deep,#050608)!important;border-color:var(--accent-base,#6ea4cf)!important}
.projects-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.25rem 0 .75rem;display:flex}.projects-filters{flex-wrap:wrap;gap:.3rem;display:flex}.projects-chip{background:var(--bg-surface);border:1px solid var(--surface-border);cursor:pointer;color:var(--text-secondary);border-radius:999px;min-height:30px;padding:.3rem .7rem;font-size:.78rem}.projects-chip:hover{border-color:var(--accent-base);color:var(--text-primary)}.projects-chip-active{background:var(--accent-base);color:#fff;border-color:var(--accent-base)}.projects-toolbar-spacer{flex:1 1 0;min-width:.25rem}.projects-scope{text-transform:lowercase;letter-spacing:.02em}.projects-scope-on{color:var(--accent-base);border-color:var(--accent-base);background:color-mix(in srgb, var(--accent-base) 8%, transparent)}.projects-reload{border:1px solid var(--surface-border);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:.4rem;width:32px;height:32px;font-size:1rem}.projects-reload:hover{color:var(--text-primary);border-color:var(--accent-base)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;display:grid}@media (max-width:767px){.projects-grid{grid-template-columns:1fr;gap:.35rem}}@media (min-width:768px) and (max-width:1023px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card-wrapper{display:contents}.project-card-wrapper.is-expanded{border:1px solid var(--accent-base);background:var(--bg-surface);border-radius:.55rem;grid-column:1/-1;display:block;overflow:hidden}.project-card-wrapper.is-expanded .project-card{border:none;border-bottom:1px solid var(--hairline);background:0 0;border-radius:0;min-height:0}.project-card{background:var(--bg-surface);border:1px solid var(--surface-border);cursor:pointer;text-align:left;color:var(--text-primary);font:inherit;border-radius:.5rem;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:0 .6rem;padding:.5rem .7rem;transition:border-color .12s,transform 50ms,background .12s;display:grid}.project-card:hover{border-color:var(--accent-base);background:var(--bg-surface-hover)}.project-card:active{transform:translateY(1px)}.project-card.is-favorite{border-color:#d9b07a73}.project-card.is-broken{border-color:#ff64648c}.project-card-new{text-align:center;background:0 0;border-style:dashed;flex-direction:row;grid-template-columns:1fr;justify-content:center;place-items:center;gap:.35rem;padding:.6rem .7rem;display:flex}.project-card-plus{color:var(--text-tertiary);font-size:1.1rem;line-height:1}.project-card-new-label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.project-card-new-hint{color:var(--text-tertiary);font-size:.7rem;font-family:var(--font-mono,ui-monospace, monospace)}.project-card-head{color:var(--text-secondary);grid-column:1;justify-content:center;align-items:center;line-height:1;display:flex}.project-card-icon{font-size:1.15rem}.project-card-head .project-card-status{display:none}.project-glyph{flex-shrink:0;display:block}.project-card{position:relative}.project-card:before{content:"";background:0 0;border-radius:3px;width:3px;transition:background .12s;position:absolute;top:8px;bottom:8px;left:0}.project-card.status-active:before{background:var(--success)}.project-card.status-planned:before{background:var(--warning)}.project-card.status-archived:before{background:var(--text-tertiary);opacity:.45}.project-card.is-broken:before{background:var(--danger)}.project-card.is-favorite .project-glyph{color:var(--accent-warm)}.project-card-body{flex-direction:column;grid-column:2;gap:0;min-width:0;display:flex}.project-card-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;align-items:baseline;gap:.4rem;font-size:.9rem;font-weight:600;line-height:1.25;display:inline-flex;overflow:hidden}.project-card-children-chip{font-family:var(--font-mono);letter-spacing:.02em;border-radius:var(--radius-pill);background:var(--surface-muted);border:1px solid var(--surface-border);color:var(--text-tertiary);flex-shrink:0;padding:.05rem .4rem;font-size:.65rem;font-weight:500}.project-card-port{font-family:var(--font-mono);letter-spacing:.02em;border-radius:var(--radius-pill);background:var(--surface-muted);border:1px solid var(--surface-border);color:var(--text-tertiary);flex-shrink:0;padding:.05rem .4rem;font-size:.66rem}.project-card-port-up{color:#6ec06e;border-color:#6ec06e73}.project-card-port-degraded{color:#d9b07a;border-color:#d9b07a8c}.project-card-port-down{color:var(--text-tertiary);opacity:.55}.project-card-port-unknown{color:var(--text-tertiary);opacity:.7}.project-card-deploy{font-family:var(--font-mono);letter-spacing:.02em;border-radius:var(--radius-pill);border:1px solid var(--surface-border);white-space:nowrap;flex-shrink:0;padding:.05rem .4rem;font-size:.62rem;text-decoration:none}.project-card-deploy-ok{color:#6ec06e;border-color:#6ec06e73}.project-card-deploy-fail{color:#e8905a;border-color:#e8905a80}.project-card-deploy-running{color:#d9b07a;border-color:#d9b07a8c}.project-card-deploy-neutral{color:var(--text-tertiary);opacity:.7}.project-card-sub{color:var(--text-tertiary);font-size:.74rem;font-family:var(--font-mono,ui-monospace, monospace);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.project-card-desc{color:var(--text-tertiary);font-size:.72rem;font-family:var(--font-sans,ui-sans-serif, sans-serif);text-overflow:ellipsis;white-space:nowrap;opacity:.8;line-height:1.3;overflow:hidden}.project-card-foot{color:var(--text-tertiary);font-size:.68rem;font-family:var(--font-mono,ui-monospace, monospace);white-space:nowrap;grid-column:3;align-items:center;gap:.5rem;display:flex}.project-card-warn{color:var(--danger,#ff6b6b)}.project-card-pin{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;font-size:.95rem;line-height:1;transition:color .12s,background .12s,border-color .12s;display:inline-flex}.project-card-pin:hover{color:var(--accent-warm);background:var(--surface-muted);border-color:var(--surface-border)}.project-card-pin.is-on{color:var(--accent-warm)}.project-card-pin.is-busy{opacity:.5;pointer-events:none}.project-card.is-pinned{border-left-width:3px}.project-expansion{flex-direction:column;gap:1rem;padding:1rem;display:flex}.project-expansion-head{justify-content:space-between;align-items:baseline;display:flex}.project-expansion-kind{color:var(--muted,#888);font-size:.85rem}.project-expansion-close{color:var(--muted,#888);cursor:pointer;background:0 0;border:none;min-width:36px;min-height:36px;font-size:1.4rem}.project-expansion-head-actions{align-items:center;gap:.4rem;display:flex}.project-expansion-tmux{font-family:var(--font-mono);border:1px solid var(--surface-border);color:var(--text-primary);background:0 0;border-radius:.35rem;padding:.35rem .7rem;font-size:.78rem;text-decoration:none}.project-expansion-tmux:hover{border-color:var(--accent-base,#6ea4cf)}.project-expansion-children{margin-top:.8rem}.project-expansion-children h4{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 .5rem;font-size:.72rem;font-weight:500}.child-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.child-tile{background:var(--bg-surface);border:1px solid var(--surface-border);border-radius:.4rem;flex-direction:column;gap:.25rem;min-width:0;padding:.55rem .65rem;display:flex}.child-tile-head{font-family:var(--font-mono);color:var(--text-primary);justify-content:space-between;align-items:baseline;gap:.4rem;min-width:0;font-size:.78rem;display:flex}.child-tile-actions{gap:.35rem;margin-top:.35rem;display:flex}.child-tile-action{text-align:center;font-family:var(--font-mono);color:var(--text-primary);border:1px solid var(--surface-border);background:0 0;border-radius:.3rem;flex:1;justify-content:center;align-items:center;min-height:28px;padding:.3rem .4rem;font-size:.66rem;text-decoration:none;display:inline-flex}.child-tile-action:hover{border-color:var(--accent-base,#6ea4cf)}.child-tile-action-site{color:var(--text-tertiary)}.child-tile-action-dev{color:#6ec06e}.child-tile-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.child-tile-port{color:var(--text-tertiary);flex-shrink:0;font-size:.66rem}.child-tile-desc{color:var(--text-tertiary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}.project-expansion-wts h4,.project-expansion-new h4{text-transform:uppercase;letter-spacing:.1em;color:var(--muted,#888);margin:0 0 .5rem;font-size:.75rem}.wt-list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.wt-row{background:var(--bg-deep,#050608);border:1px solid var(--border,#2a2a2a);border-radius:.4rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .6rem;display:flex}.wt-row-main{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.wt-row-actions{flex-wrap:wrap;gap:.3rem;display:flex}.wt-row-actions button,.wt-action-link{border:1px solid var(--border,#2a2a2a);color:var(--fg,#e7e7e7);cursor:pointer;background:0 0;border-radius:.35rem;min-height:32px;padding:.3rem .6rem;font-size:.8rem;text-decoration:none}.wt-row-actions button:hover,.wt-action-link:hover{border-color:var(--accent-base,#6ea4cf)}.wt-delete-btn{color:var(--text-tertiary)!important}.wt-delete-btn-confirm{color:var(--text-warning,#e8905a)!important;border-color:var(--text-warning,#e8905a)!important}.wt-pill{text-transform:uppercase;letter-spacing:.06em;border:1px solid;border-radius:.25rem;padding:.15rem .45rem;font-size:.7rem}.wt-state-planned{color:var(--muted,#888)}.wt-state-materialized{color:var(--accent-base,#6ea4cf)}.wt-state-parked{color:var(--accent-warm,#d9b07a)}.wt-state-preserved{color:#c97f7f}.wt-state-removed{color:#555}.wt-slug{font-family:var(--font-mono,ui-monospace, monospace);font-size:.85rem}.wt-intent{color:var(--muted,#888);font-size:.8rem}.wt-disk{color:var(--muted,#888);font-size:.75rem;font-family:var(--font-mono,ui-monospace, monospace)}.wt-create-row{flex-wrap:wrap;gap:.4rem;display:flex}.wt-create-row input{background:var(--bg-deep,#050608);border:1px solid var(--border,#2a2a2a);min-width:180px;color:var(--fg,#e7e7e7);border-radius:.35rem;flex:1;min-height:36px;padding:.5rem .6rem;font-size:.9rem}.wt-create-row button{background:var(--surface,#161616);border:1px solid var(--border,#2a2a2a);color:var(--fg,#e7e7e7);cursor:pointer;border-radius:.35rem;min-height:36px;padding:.5rem .9rem;font-size:.85rem}.wt-create-row button:disabled{opacity:.5;cursor:not-allowed}.wt-create-primary{background:var(--accent-base,#6ea4cf)!important;color:var(--bg-deep,#050608)!important;border-color:var(--accent-base,#6ea4cf)!important}.wt-error{color:#ff6b6b;margin:.4rem 0 0;font-size:.85rem}.projects-empty{color:var(--text-tertiary);padding:1.25rem .5rem;font-size:.85rem;font-style:italic}.muted{color:var(--text-tertiary);margin:.3rem 0;font-size:.85rem}[data-theme=light] .projects-chip{border:1px solid var(--ink-hairline,#3a261224);color:var(--text-secondary);background:#fffdf6d9}[data-theme=light] .projects-chip:hover{border-color:var(--accent-base);color:var(--text-primary);background:#f8f2e3}[data-theme=light] .projects-chip-active{background:var(--accent-base);color:#fff;border-color:var(--accent-base)}[data-theme=light] .projects-reload{border:1px solid var(--ink-hairline-strong,#3a26122e);background:#fffdf6d9}[data-theme=light] .project-card{background:var(--ivory-card,#fbf7ec);border:1px solid var(--ink-hairline,#3a261224);box-shadow:var(--shadow-paper,0 1px 0 #3a26120a)}[data-theme=light] .project-card:hover{background:var(--ivory-card-strong,#f8f2e3);border-color:var(--accent-base)}[data-theme=light] .project-card-new{border:1px dashed var(--ink-hairline-strong,#3a261238);box-shadow:none;background:0 0}[data-theme=light] .project-card-name{color:var(--text-primary)}[data-theme=light] .project-card-wrapper.is-expanded{background:var(--ivory-card,#fbf7ec);border-color:var(--accent-base)}
