@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap";.top-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:var(--bg-white);border-bottom:1px solid var(--border);z-index:100;display:flex;align-items:center}.top-nav-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.top-nav-brand{font-size:.9rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.top-nav-logo{height:28px;width:auto}.top-nav-brand:hover{color:var(--green)}.top-nav-links{display:flex;gap:8px}.top-nav-link{font-size:.82rem;font-weight:600;color:var(--text-muted);text-decoration:none;padding:6px 14px;border-radius:6px;transition:all .15s}.top-nav-link:hover{color:var(--text-primary);background:var(--bg-cream)}.top-nav-link.active{color:var(--green-dark);background:var(--green-light)}.top-nav-dropdown{position:relative}.top-nav-dropdown-trigger{background:none;border:none;cursor:pointer;font-family:inherit}.top-nav-caret{font-size:.65rem;margin-left:2px;opacity:.6}.top-nav-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;background:var(--bg-white);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #00000014;min-width:160px;padding:4px;z-index:200}.top-nav-dropdown-item{display:block;font-size:.82rem;font-weight:600;color:var(--text-muted);text-decoration:none;padding:8px 12px;border-radius:6px;transition:all .15s}.top-nav-dropdown-item:hover{color:var(--text-primary);background:var(--bg-cream)}.top-nav-dropdown-item.active{color:var(--green-dark);background:var(--green-light)}@media(max-width:600px){.top-nav-inner{padding:0 16px}.top-nav-brand{font-size:.8rem}.top-nav-link{font-size:.75rem;padding:5px 10px}}.home{max-width:1000px;margin:0 auto;padding:56px 32px 0}.home-header{display:flex;align-items:center;margin-bottom:56px}.home-header-text{flex:1;text-align:center}.home-header h1{font-size:2.8rem;font-weight:900;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:8px}.home-subtitle{font-size:1.2rem;font-weight:300;color:var(--text-muted);margin-bottom:8px}.home-byline a{font-size:.95rem;color:var(--text-secondary);text-decoration:none;border-bottom:1px solid var(--border)}.home-byline a:hover{color:var(--text-primary)}.home-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:64px}.home-card{display:block;text-decoration:none;color:inherit;background:var(--bg-white);border:2px solid var(--border);border-radius:14px;padding:32px;transition:all .2s;position:relative}.home-card:hover{border-color:var(--green);box-shadow:0 4px 20px #f371211a;transform:translateY(-2px)}.home-card--concepts{grid-column:1 / -1}.home-card-label{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:8px}.home-card h2{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:6px}.home-card-date{font-size:.85rem;color:var(--text-muted);font-weight:500;margin-bottom:12px}.home-card-desc{font-size:.93rem;color:var(--text-secondary);line-height:1.6;margin-bottom:16px}.home-card-meta{display:flex;gap:16px}.home-card-meta span{font-size:.75rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em}.home-card-wrapper{display:flex;flex-direction:column;border:2px solid var(--border);border-radius:14px;overflow:visible;transition:all .2s}.home-card-wrapper:hover{border-color:var(--green);box-shadow:0 4px 20px #f371211a;transform:translateY(-2px)}.home-card-wrapper .home-card{border:none;border-radius:0}.home-card-wrapper .home-card:hover{border-color:transparent;box-shadow:none;transform:none}.home-card-prereqs{flex:1;background:#fff5ee;padding:20px 32px 24px;border-top:1px solid rgba(243,113,33,.12);border-radius:0 0 12px 12px}.home-card-prereqs h4{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#d45a10;margin-bottom:10px}.home-card-prereqs ul{list-style:none;padding:0;margin:0}.home-card-prereqs ul li{position:relative;padding-left:18px;margin-bottom:6px;font-size:.85rem;line-height:1.5}.home-card-prereqs ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#f37121}.home-card-prereqs a{color:var(--text-secondary);text-decoration:none;border-bottom:1px solid rgba(243,113,33,.25)}.home-card-prereqs a:hover{color:#d45a10;border-bottom-color:#d45a10}.home-card-chip{position:absolute;top:-11px;right:24px;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 14px;border-radius:100px}.home-card-chip--fundamentals{background:#fff1f3;color:#d45a10}.home-card-chip--advanced{background:#eff6ff;color:#2563eb}.home-hosts{flex-shrink:0;position:relative;width:200px;height:170px}.home-host-photo{width:128px;height:128px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 2px 12px #0000001a;position:absolute}.home-host-photo--back{top:0;left:0;z-index:1}.home-host-photo--front{bottom:0;right:0;z-index:2}@media(max-width:768px){.home{padding:40px 20px 0}.home-header h1{font-size:2rem}.home-cards,.home-prep-grid{grid-template-columns:1fr}.home-header{flex-direction:column}.home-hosts{width:160px;height:140px;margin-top:20px}.home-host-photo{width:100px;height:100px}}.slide-nav{position:fixed;bottom:28px;right:28px;display:flex;gap:8px;z-index:90}.slide-nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--bg-white);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;box-shadow:0 2px 8px #00000014}.slide-nav-btn:hover{background:var(--green-light);border-color:var(--green);color:var(--green-dark)}.slide-nav-btn:active{transform:scale(.95)}@media(max-width:600px){.slide-nav{bottom:16px;right:16px}.slide-nav-btn{width:38px;height:38px}}.page-footer{background:#1a3954;color:#ffffff80;text-align:center;padding:36px 40px;font-size:.82rem;font-weight:500;letter-spacing:.06em}.page-footer a{color:#ffffffb3;text-decoration:none}.page-footer a:hover{color:#fff}.session-header-bar{background:var(--green-50);border-bottom:2px solid var(--green-light);padding:40px 32px 32px}.session-header-inner{max-width:1100px;margin:0 auto}.session-label{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);display:block;margin-bottom:6px}.session-header-bar h1{font-size:2.2rem;font-weight:900;letter-spacing:-.02em;color:var(--text-primary)}@media(max-width:768px){.session-header-bar{padding:32px 20px 24px}.session-header-bar h1{font-size:1.6rem}}.concepts-page{min-height:calc(100vh - var(--nav-height))}.concepts-header{background:var(--green-50);border-bottom:2px solid var(--green-light);padding:40px 32px 32px;text-align:center}.concepts-header-inner{max-width:800px;margin:0 auto}.concepts-header h1{font-size:2.2rem;font-weight:900;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:8px}.concepts-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:20px}.concepts-progress{display:flex;align-items:center;justify-content:center;gap:16px}.concepts-count{font-size:1.1rem;font-weight:700;color:var(--green)}.concepts-reset{font-size:.75rem;font-weight:600;color:var(--text-muted);background:none;border:1px solid var(--border);border-radius:6px;padding:4px 12px;cursor:pointer;transition:all .15s}.concepts-reset:hover{color:var(--text-primary);border-color:var(--text-muted)}.concepts-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:40px 40px 60px;align-items:start}.concepts-column-title{font-size:1.2rem;font-weight:800;color:var(--text-primary);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--green-light)}.concepts-session-tag{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-left:8px}.concept-card{border-radius:12px;padding:20px 16px 16px;margin-bottom:16px}.concept-card:last-child{margin-bottom:0}.concept-card-title{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;padding-left:4px}.concept-card--prompting{background:#f0fdf4}.concept-card--prompting .concept-card-title{color:#16a34a}.concept-card--workflow-systems{background:#eff6ff}.concept-card--workflow-systems .concept-card-title{color:#2563eb}.concept-card--product-instincts{background:#fefce8}.concept-card--product-instincts .concept-card-title{color:#ca8a04}.concept-card--troubleshooting{background:#fdf2f8}.concept-card--troubleshooting .concept-card-title{color:#db2777}.concept-card--mindset{background:#f5f3ff}.concept-card--mindset .concept-card-title{color:#7c3aed}.concept-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s;margin-bottom:2px}.concept-item:hover{background:#ffffffb3}.concept-item.checked{background:#ffffff80}.concept-item input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.concept-checkbox{flex-shrink:0;width:22px;height:22px;border:2px solid var(--border);border-radius:5px;margin-top:2px;position:relative;transition:all .15s;background:#fff}.concept-item.checked .concept-checkbox{background:var(--green);border-color:var(--green)}.concept-item.checked .concept-checkbox:after{content:"";position:absolute;top:3px;left:6px;width:6px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.concept-text{display:flex;flex-direction:column;gap:2px}.concept-label{font-size:.95rem;color:var(--text-primary);line-height:1.4;font-weight:600}.concept-desc{font-size:.85rem;color:var(--text-muted);line-height:1.5;font-weight:400}.concept-item.checked .concept-label{color:var(--green-dark)}.concept-item.checked .concept-desc{color:var(--green);opacity:.7}@media(max-width:768px){.concepts-grid{grid-template-columns:1fr;padding:32px 20px 40px}.concepts-header{padding:32px 20px 24px}.concepts-header h1{font-size:1.6rem}}.template-page{min-height:calc(100vh - var(--nav-height))}.template-header{background:#eff6ff;border-bottom:2px solid #bfdbfe;padding:40px 32px 32px;text-align:center}.template-header-inner{max-width:800px;margin:0 auto}.template-header h1{font-size:2.2rem;font-weight:900;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:8px}.template-subtitle{font-size:1rem;color:var(--text-muted);margin-bottom:20px}.template-download-btn{display:inline-block;background:var(--green);color:#fff;font-size:.9rem;font-weight:700;padding:10px 28px;border-radius:8px;text-decoration:none;transition:background .15s}.template-download-btn:hover{background:var(--green-dark)}.template-body{max-width:900px;margin:0 auto;padding:40px 32px 60px}.template-tree{background:var(--bg-warm);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:32px}.template-tree-header{background:var(--bg-cream);border-bottom:1px solid var(--border);padding:12px 16px}.template-tree-title{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.9rem;font-weight:700;color:var(--text-primary)}.tree-item{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;border-bottom:1px solid var(--border-light)}.tree-item:last-child{border-bottom:none}.tree-icon{flex-shrink:0;font-size:.9rem;margin-top:2px}.tree-item-text{display:flex;flex-direction:column;gap:2px;min-width:0}.tree-item-name{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.88rem;font-weight:600;color:var(--text-primary)}.tree-item-desc{font-size:.82rem;color:var(--text-muted);line-height:1.45}.template-callout{background:var(--green-50);border:2px solid var(--green-light);border-radius:12px;padding:24px 28px}.template-callout h3{font-size:.9rem;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.template-callout ul{list-style:none;padding:0}.template-callout li{font-size:.9rem;color:var(--text-secondary);line-height:1.55;margin-bottom:8px;padding-left:18px;position:relative}.template-callout li:last-child{margin-bottom:0}.template-callout li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--green)}.template-callout li strong{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.84rem;color:var(--text-primary)}@media(max-width:768px){.template-header{padding:32px 20px 24px}.template-header h1{font-size:1.6rem}.template-body{padding:32px 16px 40px}}.session2-gate{position:relative;min-height:calc(100vh - var(--nav-height))}.session2-gate__blurred{filter:blur(20px);pointer-events:none;-webkit-user-select:none;user-select:none}.session2-gate__overlay{position:fixed;inset:0;top:var(--nav-height);z-index:50;display:flex;align-items:center;justify-content:center;background:#fff6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default}.session2-gate__modal{background:var(--bg-white);border:1px solid var(--border);border-radius:16px;padding:48px 56px;max-width:460px;width:90%;text-align:center;box-shadow:0 4px 6px -1px #0000000d,0 20px 50px -12px #0000001f}.session2-gate__modal--shake{animation:gate-shake .5s ease-in-out}@keyframes gate-shake{0%,to{transform:translate(0)}10%,50%,90%{transform:translate(-6px)}30%,70%{transform:translate(6px)}}.session2-gate__lock{color:var(--text-muted);margin-bottom:20px}.session2-gate__title{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.02em}.session2-gate__text{font-size:1.05rem;color:var(--text-secondary);line-height:1.6}.session2-gate__divider{width:40px;height:3px;background:var(--green);border-radius:2px;margin:24px auto}.session2-gate__hint{font-size:.9rem;color:var(--text-muted);font-weight:500}@media(max-width:768px){.session2-gate__modal{padding:36px 28px}.session2-gate__title{font-size:1.3rem}}.placeholder-img{background:var(--bg-warm);border:2px dashed var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.placeholder-inner{display:flex;flex-direction:column;align-items:center;gap:8px}.placeholder-icon{width:32px;height:32px;color:var(--text-light)}.placeholder-label{font-size:.78rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;text-align:center;max-width:200px}.placeholder-link-card{display:block;text-decoration:none;color:inherit;transition:all .2s}.placeholder-link-card:hover{transform:translateY(-2px)}.placeholder-link-card:hover .placeholder-img{border-color:var(--green);background:var(--green-50)}.placeholder-link-card:hover .placeholder-icon,.placeholder-link-card:hover .placeholder-label{color:var(--green)}.placeholder-link-text{display:block;margin-top:8px;font-size:.85rem;font-weight:600;color:var(--green);text-align:center}.resource-links{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:16px}.slide-screenshot{margin-top:20px}.slide-screenshot .placeholder-img{max-width:100%}.screenshots-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.slide-img{width:100%;border-radius:10px;border:1px solid var(--border)}.resource-link-card{display:block;text-decoration:none;color:inherit;transition:all .2s}.resource-link-card:hover{transform:translateY(-2px)}.resource-link-img{width:100%;border-radius:10px;border:1px solid var(--border);transition:border-color .2s}.resource-link-card:hover .resource-link-img{border-color:var(--green)}.resource-link-text{display:block;margin-top:8px;font-size:.85rem;font-weight:600;color:var(--green);text-align:center}.resource-link-card--internal{background:var(--bg-warm);border:1px solid var(--border);border-radius:10px;padding:20px;text-align:center}.resource-link-card--internal:hover{border-color:var(--green);background:var(--green-50)}.resource-link-icon{font-size:2rem;margin-bottom:6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #F37121;--green-light: #FFF1F3;--green-dark: #D45A10;--green-50: #FFF8F5;--teal: #7EF2E1;--amber: #1A3954;--amber-light: #E8EEF3;--bg-white: #ffffff;--bg-warm: #FFF9F7;--bg-cream: #FFFAF8;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #7a7a7a;--text-light: #aaaaaa;--border: #e5e5e5;--border-light: #f0f0f0;--section-num-color: #e8e8e8;--nav-height: 56px;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-white);line-height:1.7}.app-content{padding-top:var(--nav-height)}.slide{width:100%;min-height:calc(100vh - var(--nav-height));padding:72px 60px 80px;position:relative;overflow:hidden;scroll-margin-top:var(--nav-height);display:flex;flex-direction:column;justify-content:center}.slide-bg-white{background:var(--bg-white)}.slide-bg-alt{background:var(--bg-warm)}.slide-gradient-edge{position:absolute;top:0;left:0;right:0;height:2px;background:var(--border-light)}.slide-inner{max-width:1100px;margin:0 auto;position:relative;width:100%}.section-header{position:relative;z-index:1;margin-bottom:40px;padding-left:4px}.section-number-deco{position:absolute;top:-30px;right:20px;font-size:200px;font-weight:900;color:var(--section-num-color);line-height:1;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7}.slide-bg-alt .section-number-deco{color:#ece8e2}.section-num-inline{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.section-num-inline.green{color:var(--green)}.section-header h2{font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:14px;color:var(--text-primary)}.time-pill{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 16px;border-radius:100px}.time-pill.green{background:var(--green-light);color:var(--green)}.slide-content{position:relative;z-index:1}.slide-bullets{list-style:none;padding:0;margin-bottom:36px}.slide-bullets li{position:relative;padding-left:24px;margin-bottom:16px;color:var(--text-secondary);font-size:1.1rem;font-weight:500;line-height:1.6}.slide-bullets li:before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;border-radius:50%;background:var(--green)}.slide-body{position:relative;z-index:1}.title-card{text-align:center;padding:32px 0}.title-meta{font-size:1.3rem;color:var(--text-muted);margin-bottom:8px}.title-format{font-size:1.1rem;color:var(--text-secondary);margin-top:20px;font-style:italic}.level-callout{background:var(--green-50);border:2px solid var(--green-light);border-radius:12px;padding:24px 32px;text-align:center}.level-callout p{font-size:1.3rem;font-weight:700;color:var(--green-dark)}.switch-diagram{display:flex;align-items:stretch;gap:0;margin-top:12px}.switch-side{flex:1;padding:28px 32px;border-radius:12px}.switch-side--oracle{background:var(--bg-cream);border:1px solid var(--border)}.switch-side--coworker{background:var(--green-50);border:2px solid var(--green-light)}.switch-side h4{font-size:1.05rem;font-weight:700;margin-bottom:10px;color:var(--text-primary)}.switch-side p{font-size:1.05rem;color:var(--text-secondary);line-height:1.55}.switch-flip{display:flex;align-items:center;padding:0 20px}.switch-arrow{font-size:1.8rem;color:var(--green);font-weight:700}.metaphor-block{background:var(--bg-cream);border-left:4px solid var(--green);border-radius:0 12px 12px 0;padding:24px 32px}.metaphor-label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.metaphor-block p{font-size:1.05rem;color:var(--text-secondary);line-height:1.65}.budget-diagram{display:grid;grid-template-columns:1fr 1fr;gap:24px}.budget-side{background:var(--bg-cream);border-radius:12px;padding:24px 28px;border:1px solid var(--border-light)}.budget-side h4{font-size:.9rem;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.budget-side p{font-size:1.05rem;color:var(--text-secondary);line-height:1.55}.budget-list{list-style:none;padding:0;margin:0}.budget-list li{font-size:1.05rem;color:var(--text-secondary);line-height:1.55;padding:6px 0 6px 20px;position:relative}.budget-list li:before{content:"";position:absolute;left:0;top:14px;width:6px;height:6px;border-radius:50%;background:var(--green)}.budget-subhead{margin-bottom:8px}.correction-example{display:flex;flex-direction:column;gap:16px}.correction-step{background:var(--bg-cream);border-radius:10px;padding:20px 24px;border-left:4px solid var(--green)}.correction-step--far{border-left-color:var(--amber)}.correction-step--far .step-label{color:var(--amber)}.step-label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);display:block;margin-bottom:6px}.correction-step p{font-size:1.05rem;color:var(--text-secondary);font-style:italic;line-height:1.55}.rai-cycle{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;padding:20px 0}.rai-step{background:var(--green-50);border:2px solid var(--green-light);border-radius:12px;padding:20px 32px;text-align:center;min-width:180px}.rai-label{font-size:1.8rem;font-weight:900;color:var(--green);display:block;margin-bottom:6px}.rai-step p{font-size:1rem;color:var(--text-secondary)}.rai-arrow{font-size:1.5rem;color:var(--green);font-weight:700}.rai-arrow--back{width:100%;text-align:center;font-size:1rem;color:var(--text-muted)}.toolkit-example{background:var(--bg-cream);border-radius:12px;padding:24px 32px;border:1px solid var(--border-light)}.toolkit-prompt{font-size:1.05rem;color:var(--text-secondary);font-style:italic;line-height:1.65}.folder-structure{background:var(--bg-cream);border-radius:12px;padding:24px 32px;border:1px solid var(--border-light)}.folder-label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.folder-tree{list-style:none;padding:0}.folder-tree li{padding:8px 0;font-size:1.05rem;color:var(--text-secondary);line-height:1.55;border-bottom:1px solid var(--border-light)}.folder-tree li:last-child{border-bottom:none}.folder-tree li strong{color:var(--text-primary);font-weight:600;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.95rem}.levels-stack{display:flex;flex-direction:column;gap:6px}.level-row{display:flex;align-items:center;gap:16px;padding:14px 20px;border-radius:10px;position:relative}.level-row--dim{opacity:.45}.level-row--active{background:var(--green-50);border:2px solid var(--green)}.level-row--future{opacity:.55}.level-tag{flex-shrink:0;width:44px;height:44px;border-radius:8px;background:var(--bg-cream);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:var(--text-muted)}.level-tag--active{background:var(--green);border-color:var(--green);color:#fff}.level-text{font-size:1.05rem;color:var(--text-secondary);line-height:1.5}.level-text strong{color:var(--text-primary);font-weight:700}.level-row--active .level-text{color:var(--text-primary)}.level-here-chip{flex-shrink:0;margin-left:auto;font-size:.8rem;font-weight:700;color:var(--green-dark);background:var(--green-light);padding:6px 16px;border-radius:100px;letter-spacing:.02em;white-space:nowrap}.switch-traits{list-style:none;padding:0;margin-top:14px}.switch-traits li{font-size:.95rem;color:var(--text-muted);padding:3px 0 3px 16px;position:relative}.switch-traits li:before{content:"–";position:absolute;left:0;color:var(--text-light)}.switch-side--coworker .switch-traits li{color:var(--green-dark)}.switch-side--coworker .switch-traits li:before{color:var(--green)}.switch-desc{margin-bottom:0}.starter-prompt-block{background:var(--bg-warm);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-top:32px;text-align:left}.starter-prompt-label{background:var(--bg-cream);border-bottom:1px solid var(--border);padding:10px 20px;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.starter-prompt-text{padding:20px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.82rem;line-height:1.65;color:var(--text-secondary)}.starter-prompt-text p{margin-bottom:12px}.starter-prompt-text p:last-child{margin-bottom:0}.starter-prompt-text ul{margin:0 0 12px;padding-left:20px}.starter-prompt-text li{margin-bottom:4px}@media(max-width:768px){.slide{padding:48px 24px 56px}.section-number-deco{font-size:120px}.section-header h2{font-size:1.8rem}.switch-diagram{flex-direction:column}.switch-flip{padding:8px 0;justify-content:center}.switch-arrow{transform:rotate(90deg)}.budget-diagram{grid-template-columns:1fr}.rai-cycle{flex-direction:column}.rai-arrow{transform:rotate(90deg)}.rai-arrow--back{transform:none}}@media print{.slide{page-break-inside:avoid;padding:36px 20px 40px}}
