@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:0}.template-body{max-width:900px;margin:0 auto;padding:40px 32px 60px}.template-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px}.template-tab{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 18px;background:var(--bg-white);border:2px solid var(--border);border-radius:10px;cursor:pointer;text-align:left;transition:all .15s}.template-tab:hover{border-color:var(--green-light);background:var(--green-50)}.template-tab--active{border-color:var(--green);background:var(--green-50);box-shadow:0 2px 8px #16a34a1f}.template-tab-name{font-size:.95rem;font-weight:700;color:var(--text-primary)}.template-tab-tagline{font-size:.8rem;color:var(--text-muted);line-height:1.4}.template-detail{margin-bottom:32px}.template-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.template-detail-info{flex:1}.template-detail-info h2{font-size:1.4rem;font-weight:800;color:var(--text-primary);margin-bottom:8px}.template-detail-info p{font-size:.93rem;color:var(--text-secondary);line-height:1.6}.template-download-btn{display:inline-block;flex-shrink:0;background:var(--green);color:#fff;font-size:.9rem;font-weight:700;padding:10px 28px;border-radius:8px;text-decoration:none;transition:background .15s;white-space:nowrap;margin-top:4px}.template-download-btn:hover{background:var(--green-dark)}.template-download-btn--disabled{background:var(--border);color:var(--text-muted);cursor:default;pointer-events:none}.template-tree{background:var(--bg-warm);border:1px solid var(--border);border-radius:12px;overflow:hidden}.template-tree-header{background:var(--bg-cream);border-bottom:1px solid var(--border);padding:10px 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:baseline;gap:8px;padding:6px 16px;border-bottom:1px solid var(--border-light)}.tree-item:last-child{border-bottom:none}.tree-icon{flex-shrink:0;font-size:.8rem}.tree-item-text{display:flex;align-items:baseline;gap:8px;min-width:0;flex-wrap:wrap}.tree-item-name{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.84rem;font-weight:600;color:var(--text-primary);flex-shrink:0}.tree-item-desc{font-size:.8rem;color:var(--text-muted);line-height:1.4}.template-callout{background:var(--green-50);border:2px solid var(--green-light);border-radius:12px;padding:24px 28px;margin-top:32px}.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}.template-tabs{grid-template-columns:1fr}.template-detail-header{flex-direction:column}}.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}.resource-link-sub{display:block;margin-top:4px;font-size:.75rem;font-weight:400;color:var(--text-muted)}*,*: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}.goal-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:280px}.goal-label{font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.goal-word{font-size:5rem;font-weight:900;letter-spacing:-.03em;color:var(--text-primary);line-height:1}.veggies-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:48px;width:100%;max-width:960px;text-align:left}.veggies-card{background:var(--bg-cream);border:1px solid var(--border-light);border-radius:12px;padding:24px;position:relative}.veggies-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;font-size:.95rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;margin-bottom:12px}.veggies-card h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.veggies-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.55;margin:0}.veggies-stack{display:flex;flex-direction:column;gap:16px;margin-top:48px;width:100%;max-width:720px;text-align:left}.veggies-row{display:flex;align-items:flex-start;gap:20px;background:var(--bg-cream);border-left:4px solid var(--green);border-radius:0 12px 12px 0;padding:20px 24px}.veggies-icon{font-size:1.6rem;flex-shrink:0;margin-top:2px}.veggies-row h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 6px}.veggies-row p{font-size:.95rem;color:var(--text-secondary);line-height:1.55;margin:0}.veggies-pills{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:48px;width:100%;max-width:960px;text-align:center}.veggies-pill{background:var(--green-50);border:2px solid var(--green-light);border-radius:12px;padding:28px 24px}.veggies-pill-tag{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--green);color:#fff;padding:5px 18px;border-radius:100px;margin-bottom:16px}.veggies-pill p{font-size:.95rem;color:var(--text-secondary);line-height:1.55;margin:0;text-align:left}.veggies-pill-icon{display:block;font-size:2rem;margin-bottom:10px}.veggies-picker{display:flex;gap:8px;margin-top:32px;margin-bottom:12px}.veggies-picker-btn{padding:6px 18px;border-radius:100px;border:1px solid var(--border);background:var(--bg-cream);font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.veggies-picker-btn:hover{border-color:var(--green-light);color:var(--text-secondary)}.veggies-picker-btn--active{background:var(--green-light);border-color:var(--green);color:var(--green-dark)}@media(max-width:768px){.veggies-cards,.veggies-pills{grid-template-columns:1fr}.goal-word{font-size:3rem}}.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}.budget-v1-bar{display:flex;align-items:stretch;border-radius:12px;overflow:hidden;border:1px solid var(--border-light)}.budget-v1-side{flex:1;padding:28px}.budget-v1-side--finite{background:var(--bg-cream)}.budget-v1-side--infinite{background:var(--green-50);border-left:none}.budget-v1-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 12px;border-radius:100px;margin-bottom:12px}.budget-v1-side--finite .budget-v1-tag{background:var(--border-light);color:var(--text-muted)}.budget-v1-side--infinite .budget-v1-tag{background:var(--green);color:#fff}.budget-v1-side p{font-size:1rem;color:var(--text-secondary);line-height:1.55}.budget-v1-note{margin-top:10px;font-size:.9rem!important;color:var(--text-muted)!important}.budget-v1-divider{display:flex;align-items:center;padding:0 4px;background:var(--border-light)}.budget-v1-arrow{font-size:1.4rem;color:var(--green);font-weight:700}.budget-v2{display:flex;flex-direction:column;gap:0}.budget-v2-card{padding:24px 28px;border-radius:12px}.budget-v2-card--finite{background:var(--bg-cream);border:1px solid var(--border-light);opacity:.7}.budget-v2-card--infinite{background:var(--green-50);border:2px solid var(--green-light)}.budget-v2-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.budget-v2-card--finite .budget-v2-label{color:var(--text-muted)}.budget-v2-card--infinite .budget-v2-label{color:var(--green)}.budget-v2-prompt{font-size:1.05rem;color:var(--text-secondary);font-style:italic;line-height:1.55}.budget-v2-desc{font-size:.9rem;color:var(--text-muted);margin-top:8px}.budget-v2-stat{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 0}.budget-v2-stat-num{font-size:1.2rem;font-weight:800;color:var(--text-muted);font-family:SF Mono,Fira Code,Cascadia Code,monospace}.budget-v2-stat-num--big{font-size:1.6rem;color:var(--green)}.budget-v2-stat-arrow{font-size:1.2rem;color:var(--green);font-weight:700;transform:rotate(-90deg)}.budget-v2-stat-caption{font-size:.85rem;color:var(--text-muted)}.budget-v3{display:grid;grid-template-columns:5fr 4fr 5fr;gap:24px;align-items:start}.budget-v3-col{padding:28px;background:var(--bg-cream);border-radius:12px;border:1px solid var(--border-light)}.budget-v3-col--center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;text-align:center;background:none;border:none;border-radius:0;align-self:stretch}.budget-v3-tag{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:16px}.budget-v3-tag--finite{background:var(--border-light);color:var(--text-muted)}.budget-v3-tag--infinite{background:var(--green);color:#fff}.budget-v3-prompt{font-size:1.15rem;color:var(--text-secondary);font-style:italic;line-height:1.6}.budget-v3-desc{font-size:1rem;color:var(--text-muted);margin-top:12px;line-height:1.55}.budget-v3-amount{font-size:1.8rem;font-weight:800;color:var(--text-muted);font-family:SF Mono,Fira Code,Cascadia Code,monospace}.budget-v3-amount span{font-size:1rem;font-weight:600}.budget-v3-amount--big{font-size:2.2rem;color:var(--green)}.budget-v3-amount--big span{font-size:1.1rem}.budget-v3-arrow{font-size:1.8rem;color:var(--green);font-weight:700;margin:10px 0}.budget-v3-footnote{font-size:.95rem;color:var(--text-muted);margin-top:16px;line-height:1.5}.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)}.rpi-v1{padding:16px 0}.rpi-v1-track{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;position:relative}.rpi-v1-track .rpi-v1-line{position:absolute;top:24px;left:10%;right:10%;height:2px;background:var(--green-light);z-index:0}.rpi-v1-step{position:relative;z-index:1;text-align:center;padding:0 20px}.rpi-v1-dot{width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;font-size:1.3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.rpi-v1-step h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.rpi-v1-step p{font-size:.95rem;color:var(--text-secondary);line-height:1.55}.rpi-v1-loop{text-align:center;margin-top:20px;font-size:.9rem;color:var(--text-muted)}.rpi-v2{display:flex;flex-direction:column;gap:0;padding:8px 0}.rpi-v2-row{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;background:var(--bg-cream);border:1px solid var(--border-light);border-radius:12px}.rpi-v2-num{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green);color:#fff;font-weight:800;font-size:1.1rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;margin-top:2px}.rpi-v2-content h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 4px}.rpi-v2-content p{font-size:.95rem;color:var(--text-secondary);line-height:1.55;margin:0}.rpi-v2-connector{width:2px;height:16px;background:var(--green-light);margin-left:43px}.rpi-v2-loop{text-align:center;margin-top:16px;font-size:.9rem;color:var(--text-muted)}.rpi-v3{padding:8px 0}.rpi-v3-cards{display:flex;align-items:stretch;gap:0}.rpi-v3-card{flex:1;background:var(--bg-cream);border:1px solid var(--border-light);border-radius:12px;padding:28px 24px;text-align:left}.rpi-v3-card--active{border-color:var(--green);background:var(--green-50)}.rpi-v3-letter{display:inline-block;width:36px;height:36px;line-height:36px;text-align:center;border-radius:8px;background:var(--green);color:#fff;font-weight:800;font-size:1.1rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;margin-bottom:12px}.rpi-v3-card h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.rpi-v3-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.55;margin:0}.rpi-v3-arrow{display:flex;align-items:center;padding:0 12px;font-size:1.4rem;color:var(--green);font-weight:700}.rpi-v3-loop{text-align:center;margin-top:16px;font-size:.9rem;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}.principles-grid{display:flex;flex-direction:column;gap:16px}.principle-card{background:var(--bg-cream);border-radius:12px;border:1px solid var(--border-light);position:relative;padding:20px 28px 20px 72px}.principle-number{position:absolute;left:20px;top:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green-50);border:2px solid var(--green-light);color:var(--green);font-weight:800;font-size:1.1rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.principle-card h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.principle-card p{font-size:1rem;color:var(--text-secondary);line-height:1.55;margin:0}.principle-card .toolkit-prompt{margin-top:10px;font-size:.95rem}.principle-card .folder-tree{margin-top:8px}.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}}
