:root{--c0: #635D5A;--c0s: rgba(99,93,90,.08);--c1: #19255D;--c1s: rgba(25,37,93,.08);--c2: #007A5F;--c2s: rgba(0,122,95,.08);--c3: #8A3E3E;--c3s: rgba(138,62,62,.08);--c4: #2B3B8E;--c4s: rgba(43,59,142,.08);--c5: #A33729;--c5s: rgba(163,55,41,.07);--c6: #2F9450;--c6s: rgba(47,148,80,.07);--cream: #F9F8F6;--cream2: #EFEEEC;--bdr: #E2DFD9;--wh: #FFFFFF;--t1: #1A1C1B;--t2: #4A4845;--t3: #8A706C}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,system-ui,sans-serif;background:var(--cream);color:var(--t1);-webkit-font-smoothing:antialiased}.page{max-width:980px;margin:0 auto;padding:64px 48px 56px}a{text-decoration:none;color:inherit}h1{font-family:"Source Serif 4",Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--c1);letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}.subtitle{font-size:1.0625rem;color:var(--t2);line-height:1.6;max-width:480px;margin-bottom:0}.page-header{position:relative;margin-bottom:48px}.page-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.page-exits-legend{flex-shrink:0;width:260px;padding:12px 16px;border-radius:8px;background:var(--cream2);border:1px solid var(--bdr)}.exits-legend-title{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--t3);margin-bottom:8px}.exits-legend-item{font-size:.75rem;color:var(--t2);line-height:1.8}.exits-legend-item strong{color:var(--t1);font-weight:600;display:inline-block;min-width:60px}.exits-neutral{opacity:.6}.exits-danger strong{color:var(--c5)}.pipeline-wrap{margin-bottom:56px;position:sticky;top:0;z-index:50;background:#f9f8f6d9;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);padding:20px 0 16px;border-bottom:1px solid transparent;transition:border-color .2s ease,background-color .2s ease}.pipeline-wrap.stuck{padding:8px 0 6px;border-bottom:2px solid var(--t3);background:var(--wh);box-shadow:0 2px 8px #0000001a}[id^=step-]{scroll-margin-top:160px}.pipeline-legend{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:14px;font-size:.75rem;transition:margin .25s ease,opacity .25s ease}.pipeline-wrap.stuck .pipeline-legend{margin-bottom:8px}.pipeline-legend-item{display:flex;align-items:center;gap:5px}.pipeline-legend-swatch{width:8px;height:8px;border-radius:2px;flex-shrink:0}.pipeline-legend-label{font-weight:600;color:var(--t1)}.pipeline-legend-desc{color:var(--t2)}.pipeline-table{width:100%;border-collapse:collapse;table-layout:fixed}.pipeline-table th,.pipeline-table td{text-align:center;vertical-align:middle;border:1px solid var(--bdr);padding:6px 2px;white-space:nowrap;font-size:.6875rem}.pipeline-label-col{width:70px;text-align:right;border:none!important;border-right:1px solid var(--bdr)!important;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--t3);padding:6px!important}.pipeline-icons-row th{border:none!important;padding:8px 4px!important;position:relative}.pipeline-icons-row th:hover .node{transform:scale(1.1)}.node{width:48px;height:48px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014;transition:transform .2s;cursor:pointer}.node svg{width:20px;height:20px;fill:#fff}.pipeline-td-name{font-family:"Source Serif 4",Georgia,serif;font-size:.8125rem;font-weight:600;cursor:pointer}.pipeline-td-status{font-family:JetBrains Mono,monospace;font-size:.5625rem;font-weight:500;color:var(--t2)}.pipeline-td-status-bold{font-weight:600;color:var(--t1)}.pipeline-owner-badge{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px 8px;border-radius:3px}.owner-collin{background:var(--cream2);color:var(--t1);border:1.5px solid var(--c1)}.owner-maya{background:var(--cream2);color:var(--t1);border:1.5px solid var(--c5)}.pipeline-td-tool{font-size:.5625rem;color:var(--t2);font-family:JetBrains Mono,monospace}.search-trigger{position:fixed;top:16px;right:24px;z-index:40;display:flex;align-items:center;gap:8px;padding:6px 14px;border-radius:8px;border:1px solid var(--bdr);background:var(--wh);color:var(--t3);font-size:.8125rem;font-family:DM Sans,system-ui,sans-serif;cursor:pointer;transition:all .15s;box-shadow:0 1px 3px #0000000a}.search-trigger:hover{border-color:var(--t3);color:var(--t1);box-shadow:0 2px 6px #00000014}.search-trigger kbd{font-family:system-ui,sans-serif;font-size:.6875rem;padding:1px 5px;border-radius:4px;background:var(--cream2);border:1px solid var(--bdr);color:var(--t3);margin-left:4px}.search-overlay{position:fixed;inset:0;z-index:100;background:#0000004d;display:flex;justify-content:center;padding-top:80px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-box{width:560px;max-height:480px;background:var(--wh);border-radius:12px;box-shadow:0 20px 60px #0003,0 0 0 1px #0000000d;overflow:hidden;display:flex;flex-direction:column;animation:searchIn .15s ease}@keyframes searchIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}}.search-header{padding:16px 16px 12px;border-bottom:1px solid var(--bdr)}.search-input-row{display:flex;align-items:center;gap:10px}.search-icon{color:var(--t3);flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:1rem;font-family:DM Sans,system-ui,sans-serif;background:transparent;color:var(--t1)}.search-input::placeholder{color:var(--t3)}.search-mode-toggle{display:flex;background:var(--cream2);border-radius:6px;padding:2px}.search-mode-btn{border:none;background:none;font-size:.6875rem;font-weight:600;padding:4px 10px;border-radius:4px;cursor:pointer;color:var(--t3);transition:all .15s;font-family:DM Sans,system-ui,sans-serif}.search-mode-btn.active{background:var(--wh);color:var(--t1);box-shadow:0 1px 3px #0000001a}.search-count{font-size:.75rem;color:var(--t3);margin-top:8px}.search-results{overflow-y:auto;max-height:360px;padding:4px 0}.search-result{display:flex;align-items:baseline;gap:8px;width:100%;text-align:left;padding:10px 16px;border:none;background:none;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;font-size:.8125rem;color:var(--t1);transition:background .1s}.search-result:hover{background:var(--cream)}.search-result-step{font-weight:700;font-size:.6875rem;white-space:nowrap;min-width:44px}.search-result-name{font-weight:600;white-space:nowrap;min-width:80px}.search-result-snippet{color:var(--t2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-empty{padding:24px 16px;text-align:center;color:var(--t3);font-size:.8125rem;font-style:italic}.search-highlight{background:#ffd54f80;border-radius:2px;padding:1px 0;animation:highlightFade 3s ease forwards}@keyframes highlightFade{0%,70%{background:#ffd54f80}to{background:transparent}}.step-visible{display:block}.step-searchable{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.pipeline-active{background:#00000008}.pipeline-icons-row .pipeline-active{background:none}.pipeline-icons-row .pipeline-active .node{box-shadow:0 2px 8px #00000014,0 0 0 3px #0000001f}.pipeline-table tr:first-child th,.pipeline-table tr:first-child td{border-top:none}.pipeline-icons-row .pipeline-label-col{border-right:none!important}.pipeline-rework{margin-left:calc(70px + (4.5 * (100% - 70px) / 7));width:calc(2 * (100% - 70px) / 7);display:flex;flex-direction:column;align-items:center;margin-top:6px}.pipeline-rework svg{width:100%;height:40px}.pipeline-rework-label{font-size:.6875rem;color:var(--c5);font-weight:600;font-style:italic;letter-spacing:.06em;margin-top:0}.pipeline-wrap.stuck .pipeline-rework{display:none}.pipeline-wrap.stuck .pipeline-icons-row .node{width:32px;height:32px}.pipeline-wrap.stuck .pipeline-icons-row .node svg{width:14px;height:14px}.pipeline-wrap.stuck .pipeline-icons-row th{padding:4px 2px!important}.pipeline-wrap.stuck .pipeline-td,.pipeline-wrap.stuck td{padding:2px}.pipeline-wrap.stuck .pipeline-td-name{font-size:.625rem}.pipeline-wrap.stuck .pipeline-label-col{font-size:.4375rem;padding:2px 4px!important}.step-meta{display:grid;grid-template-columns:120px 1fr;gap:0 20px;padding:0 20px;border-radius:8px;background:var(--cream2);margin-bottom:24px;font-size:.875rem}.step-meta-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--t3);white-space:nowrap;padding:10px 0;border-bottom:1px solid var(--bdr)}.step-meta-value{color:var(--t1);font-weight:500;padding:10px 0;border-bottom:1px solid var(--bdr)}.step-meta-label:nth-last-of-type(1),.step-meta-value:last-child{border-bottom:none}.step-meta-value.mono{font-family:JetBrains Mono,monospace;font-size:.8125rem}.pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:.9375rem;font-weight:600}.pill svg{width:16px;height:16px;flex-shrink:0}.pill-who{background:#0d3b4c12;color:var(--c1)}.pill-auto{background:var(--c2s);color:var(--c2)}.pill-status{background:var(--cream2);color:var(--t1)}.pill-tool{background:var(--cream2);color:var(--c1);font-family:JetBrains Mono,monospace;font-size:.8125rem;font-weight:500}.rework-sidecar{position:relative;margin:0 0 16px;display:grid;grid-template-columns:1fr 80px;gap:0}.rework-content{background:var(--wh);border-radius:10px;padding:24px 28px;border:2px solid var(--c3)}.rework-content h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.125rem;font-weight:600;color:var(--c3);margin-bottom:10px}.rework-content p{font-size:1rem;line-height:1.7;color:var(--t2)}.rework-content strong{color:var(--t1)}.rework-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.rework-visual svg{width:80px;height:100%}.prompt-link-inline{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:6px 14px;border-radius:6px;background:var(--cream2);font-size:.8125rem;font-weight:600;color:var(--t2);cursor:pointer;border:1px solid var(--bdr);transition:all .2s}.prompt-link-inline:hover{background:var(--c1);color:#fff;border-color:var(--c1)}.prompt-link-inline:hover svg{fill:#fff}.prompt-link-inline svg{width:14px;height:14px;fill:var(--t2);transition:fill .2s}.prompt-link{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;padding:16px 24px;border-radius:10px;background:var(--wh);font-size:1rem;font-weight:600;color:var(--c1);cursor:pointer;border:2px solid var(--c1);transition:all .2s}.prompt-link:hover{background:var(--c1);color:#fff}.prompt-link:hover svg{fill:#fff}.prompt-link svg{width:18px;height:18px;fill:var(--c1);transition:fill .2s}.footer{margin-top:48px;padding-top:20px;border-top:1px solid var(--bdr);display:flex;justify-content:space-between;font-size:.75rem;color:var(--t3)}.footer em{font-style:italic}.lifecycle-content{display:flex;flex-direction:column;gap:0}.lifecycle-step{padding:32px 0;border-bottom:1px solid var(--bdr)}.lifecycle-step:first-child{padding-top:0}.lifecycle-step .detail-hero,.lifecycle-step .detail-section{margin-bottom:16px}.lifecycle-step .detail-section:last-child{margin-bottom:0}.lifecycle-step .prompt-link{margin-top:20px}.step-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.detail-page{display:none}.detail-page.active,.overview-page{display:block}.overview-page.hidden{display:none}.detail-back{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:var(--t2);margin-bottom:32px;cursor:pointer;padding:8px 0}.detail-back:hover{color:var(--c1)}.detail-back svg{width:16px;height:16px;fill:currentColor}.detail-hero{display:flex;align-items:center;gap:20px;margin-bottom:20px}.back-to-top{margin-left:auto;font-size:.75rem;font-weight:600;color:var(--t3);cursor:pointer;padding:4px 10px;border-radius:4px;transition:color .2s;text-decoration:none}.back-to-top:hover{color:var(--c1)}.detail-hero-node{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center}.detail-hero-node svg{width:28px;height:28px;fill:#fff}.detail-hero-text h2{font-family:"Source Serif 4",Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:-.02em}.detail-hero-text .detail-step-num{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.detail-section{background:var(--wh);border-radius:10px;padding:24px 28px;border:1px solid var(--bdr);margin-bottom:16px}.detail-section h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.25rem;font-weight:600;color:var(--c1);margin-bottom:14px}.detail-section p{font-size:.9375rem;line-height:1.7;color:var(--t2);margin-bottom:10px}.detail-section pre{background:var(--cream2);border-radius:8px;padding:20px 24px;font-family:JetBrains Mono,monospace;font-size:.8125rem;line-height:1.7;color:var(--t1);overflow-x:auto;margin:16px 0;white-space:pre-wrap}.detail-section ul{margin:12px 0;padding-left:24px}.detail-section li{font-size:.9375rem;line-height:1.7;color:var(--t2);margin-bottom:4px}.detail-section li strong{color:var(--t1)}.detail-section code{font-family:JetBrains Mono,monospace;font-size:.8125rem;background:var(--cream2);padding:2px 6px;border-radius:3px}.impl-status{background:var(--wh);border-radius:10px;padding:32px 36px;border:1px solid var(--bdr);border-left:4px solid var(--impl-color, var(--c2));margin-bottom:20px}.impl-status h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:14px;color:var(--impl-color, var(--c2))}.impl-status p{font-size:1.0625rem;line-height:1.8;color:var(--t2);margin-bottom:12px}.impl-status ul{margin:12px 0;padding-left:24px}.impl-status li{font-size:1rem;line-height:1.8;color:var(--t2);margin-bottom:4px}.impl-status li strong{color:var(--t1)}.impl-status code{font-family:JetBrains Mono,monospace;font-size:.8125rem;background:var(--cream2);padding:2px 6px;border-radius:3px}.impl-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.08em;margin-bottom:14px}.impl-badge:before{content:"Completion: ";text-transform:uppercase;font-weight:600;opacity:.7}.impl-badge-built{background:#2f94501a;color:var(--c6)}.impl-badge-partial{background:#a337291a;color:var(--c5)}.impl-badge-planned{background:#635d5a1a;color:var(--c0)}.step-image-group{display:flex;gap:16px;margin:20px 0 12px;flex-wrap:wrap;align-items:flex-start}.step-image-wrap{flex:1;min-width:200px}.step-image-wrap.phone{flex:0 0 auto;max-width:180px}.step-image{width:100%;border-radius:10px;border:1px solid var(--bdr);box-shadow:0 2px 8px #0000000f}.step-image-caption{font-size:.8125rem;color:var(--t3);margin-top:8px;font-style:italic;text-align:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.step{animation:fadeUp .4s ease both}.step:nth-child(1){animation-delay:.05s}.step:nth-child(2){animation-delay:.1s}.step:nth-child(3){animation-delay:.15s}.step:nth-child(4){animation-delay:.2s}.step:nth-child(5){animation-delay:.25s}.step:nth-child(6){animation-delay:.3s}.lifecycle-step{animation:fadeUp .4s ease both}.lifecycle-step:nth-child(1){animation-delay:.1s}.lifecycle-step:nth-child(2){animation-delay:.2s}.lifecycle-step:nth-child(3){animation-delay:.3s}.lifecycle-step:nth-child(4){animation-delay:.4s}.lifecycle-step:nth-child(5){animation-delay:.5s}.lifecycle-step:nth-child(6){animation-delay:.6s}.lifecycle-step:nth-child(7){animation-delay:.7s}@media(max-width:768px){.page{padding:40px 28px}h1{font-size:2rem}.subtitle{margin-bottom:32px}.page-header{position:static}.pipeline-wrap{position:sticky;top:0;padding:16px 0 12px}.pipeline-wrap.stuck{padding:10px 0 8px}.pipeline-legend{gap:8px 12px;font-size:.6875rem;margin-bottom:10px}.pipeline{flex-wrap:wrap;justify-content:center;gap:8px 0}.pipeline:before{display:none}.step{flex:0 0 25%;min-width:0}.node{width:48px;height:48px}.node svg{width:20px;height:20px}.pipeline-wrap.stuck .node{width:36px;height:36px}.detail-section,.impl-status{padding:24px}.detail-hero-text h2{font-size:1.625rem}.lifecycle-step{padding:36px 0}.rework-sidecar{grid-template-columns:1fr 60px}.footer{flex-direction:column;gap:6px}}@media(max-width:480px){.page{padding:28px 18px 32px}h1{font-size:1.625rem}.subtitle{font-size:.9375rem;margin-bottom:24px}.pipeline-wrap{padding:12px 0 10px}.pipeline-wrap.stuck{padding:8px 0 6px}.pipeline-legend{gap:4px 10px;font-size:.625rem;margin-bottom:8px}.pipeline{flex-wrap:wrap;justify-content:center;gap:4px 0}.step{flex:0 0 calc(100% / 3)}.step-name{font-size:.8125rem}.step-status{font-size:.6875rem}.node{width:42px;height:42px;margin-bottom:10px}.node svg{width:18px;height:18px}.pipeline-wrap.stuck .node{width:32px;height:32px}.step-pills{gap:8px}.pill{padding:6px 12px;font-size:.8125rem}.detail-hero{gap:14px;margin-bottom:20px}.detail-hero-node{width:52px;height:52px}.detail-hero-node svg{width:24px;height:24px}.detail-hero-text h2{font-size:1.375rem}.detail-section,.impl-status{padding:20px 18px;margin-bottom:14px}.detail-section h3{font-size:1.1rem}.detail-section p{font-size:1rem}.detail-section pre{padding:14px 16px;font-size:.75rem}.rework-sidecar{grid-template-columns:1fr}.rework-visual{display:none}.rework-content{padding:20px}.prompt-link{padding:14px 18px;font-size:.9375rem}.lifecycle-step{padding:28px 0}.pipeline-wrap{margin-bottom:36px}.footer{flex-direction:column;gap:6px;text-align:center}}
