:root{--bg-main:#0f2e5a;--bg-subtle:#163a6e;--bg-darker:#0a1f3d;--text-main:#fff;--text-muted:#a8bce0;--accent-blue:#3e82fc;--accent-yellow:#e99b0c;--accent-gradient:linear-gradient(135deg, #e99b0c, #ffb703);--border-color:#1c3d6e;--shadow-sm:0 4px 12px #00000026;--shadow-md:0 12px 32px #0000004d;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}.seminar-wrapper{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.4;overflow:hidden}.presentation{background:var(--bg-main);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}.nav-controls{z-index:100;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:30px;right:50px}.nav-btn{background:var(--accent-yellow);color:var(--bg-main);cursor:pointer;width:60px;height:60px;box-shadow:var(--shadow-sm);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.nav-btn:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.nav-btn i{stroke-width:3px;width:32px;height:32px}.slide-counter{color:var(--text-muted);font-size:1.2rem;font-weight:700}.progress-bar-container{background:var(--bg-darker);z-index:100;width:100%;height:4px;position:absolute;top:0;left:0}.progress-bar{background:var(--accent-yellow);width:0%;height:100%;transition:width .4s}.slides-wrapper{width:85%;max-width:1100px;height:75%;position:relative}.slide{opacity:0;visibility:hidden;flex-direction:column;width:100%;height:100%;transition:opacity .6s,transform .8s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:0;left:0;transform:scale(.98)translateY(10px)}.slide.active{opacity:1;visibility:visible;transform:scale(1)translateY(0)}.slide.prev{transform:scale(1.02)translateY(-10px)}.center-layout{text-align:center;justify-content:center;align-items:center}.split-layout{text-align:left;justify-content:center;align-items:flex-start}.slide-content,.w-full{width:100%}.centered-content{max-width:900px;margin-inline:auto}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.hero-title{margin-bottom:1rem;font-size:4.5rem;line-height:1.1}.hero-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:2rem;font-weight:400}.section-title{margin-bottom:1.5rem;font-size:3.5rem}.huge-question{margin-bottom:2rem;font-size:5rem}.huge-quote{font-size:4rem;font-style:italic;line-height:1.2}.closing-quote{font-size:3rem;font-weight:600;line-height:1.3}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-blue{background:linear-gradient(135deg,#007aff,#00c6ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.lead{color:var(--text-muted);margin-bottom:2rem;font-size:1.8rem}.text-huge{font-size:2.5rem}.text-4xl{font-size:3rem}.text-3xl{font-size:2.5rem}.text-2xl{font-size:2rem}.text-xl{font-size:1.5rem}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent-blue)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.italic{font-style:italic}.text-center{text-align:center}.text-strike{color:var(--text-muted);font-size:2rem;text-decoration:line-through}.mt-s{margin-top:1rem}.mt-m{margin-top:1.5rem}.mt-l{margin-top:2.5rem}.mt-xl{margin-top:4rem}.mb-s{margin-bottom:1rem}.mb-m{margin-bottom:1.5rem}.mb-l{margin-bottom:2.5rem}.dot-grid-bg{background-image:radial-gradient(var(--text-main) 20%, transparent 20%);opacity:.7;z-index:1;background-size:20px 20px;width:150px;height:150px;position:absolute;top:5%;right:30%}.curved-frame-container{aspect-ratio:4/3;z-index:2;width:100%;max-width:550px;position:relative}.curved-frame{background:var(--bg-main);width:100%;height:100%;box-shadow:var(--shadow-md);z-index:2;border-radius:40px 120px 40px 40px;position:relative;overflow:hidden}.curved-frame img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.curved-frame:hover img{transform:scale(1.05)}.frame-accent{background:var(--accent-yellow);z-index:1;border-radius:40px 100px 40px 40px;width:150px;height:150px;position:absolute;bottom:-30px;right:-30px}.title-highlight{color:var(--accent-yellow);display:block}.speaker-meta{background:var(--bg-subtle);border-radius:12px;flex-direction:column;align-items:center;padding:1rem 2rem;font-size:1.2rem;display:inline-flex}.speaker-avatar{border:2px solid var(--accent-blue);width:80px;height:80px;box-shadow:var(--shadow-sm);border-radius:50%;margin-bottom:.8rem;overflow:hidden}.speaker-avatar img{object-fit:cover;width:100%;height:100%}.speaker-photo{flex-shrink:0}.speaker-photo img{object-fit:cover;width:350px;height:350px;box-shadow:var(--shadow-md);border:4px solid #fff;border-radius:24px}.speaker-details{flex:1}.options-list{text-align:left;flex-direction:column;gap:1.5rem;max-width:600px;margin-inline:auto;display:flex}.option-item{background:var(--bg-subtle);border-radius:16px;padding:1.5rem 2rem;font-size:2rem;transition:all .3s}.option-item span{color:var(--text-muted);margin-right:1rem;font-weight:700}.highlight-option{background:var(--text-main);color:#000;box-shadow:var(--shadow-md);transform:scale(1.05)}.highlight-option span{color:#000}.minimal-list{font-size:1.8rem;list-style:none}.minimal-list li{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.icon-accent{color:var(--accent-blue)}.callout{border-left:6px solid var(--accent-blue);background:var(--bg-subtle);border-radius:16px;padding:2rem}.comparison-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.comparison-grid.centered{max-width:900px;margin-inline:auto}.comp-box{background:var(--bg-subtle);border-radius:24px;padding:3rem;font-size:1.5rem}.comp-box p{margin-bottom:1rem}.comp-box.fear{opacity:.7}.comp-box.reality{color:var(--bg-main);border:2px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff}.comp-box.reality p,.comp-box.reality span{color:var(--bg-main)}.comp-box.reality .text-muted{color:#4a5568!important}.comp-box.reality .text-accent{color:var(--accent-blue)!important}.comp-box.reality a{color:var(--bg-main)}.grid-2x2{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.gap-l{gap:3rem}.grid-item,.feature-card,.challenge-item{background:var(--bg-subtle);border-radius:16px;align-items:center;gap:1rem;padding:2rem;font-size:1.6rem;font-weight:500;display:flex}.horizontal-timeline{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:1.8rem;display:flex}.evolution-steps{flex-direction:column;gap:1.5rem;display:flex}.step{opacity:.5;border-radius:12px;align-items:center;gap:2rem;padding:1rem 2rem;font-size:2rem;display:flex}.step.active-step{opacity:1;background:var(--bg-subtle)}.step-version{width:200px;color:var(--text-muted);font-weight:700}.step-version.highlight{color:var(--accent-blue)}.shift-container{justify-content:center;align-items:center;gap:4rem;margin-top:4rem;display:flex}.shift-arrow{width:48px;height:48px}.pill-group{flex-wrap:wrap;gap:1rem;display:flex}.pill-group.large{gap:1.5rem}.pill-group.justify-center{justify-content:center}.pill{background:var(--bg-subtle);border-radius:50px;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:500}.pill-group.large .pill{padding:1rem 2rem;font-size:1.5rem}.pill.outline{border:2px solid var(--border-color);background:0 0}.pill.accent-fill{background:var(--text-main);color:#000}.terminal-mockup{color:#fff;box-shadow:var(--shadow-md);background:#1e1e1e;border-radius:12px;max-width:800px;font-family:monospace;overflow:hidden}.terminal-header{background:#333;gap:8px;padding:.8rem 1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.terminal-body{padding:2rem;font-size:1.5rem}.prompt-text{color:#50fa7b;margin-bottom:1rem}.response-text{color:#f8f8f2}.tools-grid{gap:1rem;font-size:1.5rem;font-weight:600;display:flex}.tools-grid span{border:2px solid var(--border-color);border-radius:12px;padding:1rem 2rem}.workflow-flowchart{flex-direction:column;align-items:center;display:flex}.flow-item{background:var(--bg-subtle);border-radius:50px;padding:1rem 3rem;font-size:1.5rem;font-weight:600}.flow-item.ai-assisted{color:var(--accent-blue);background:#e8f2ff;border:2px solid #b3d4ff}.flow-arrow{width:24px;height:24px}.divider{background:var(--accent-blue);width:100px;height:4px;margin:2rem auto}.danger-list{flex-direction:column;gap:1.5rem;font-size:2rem;list-style:none;display:flex}.danger-list li{color:#d32f2f;align-items:center;gap:1.5rem;font-weight:600;display:flex}.danger-list i{width:32px;height:32px}.solid-box{background:var(--bg-subtle);border-radius:16px;padding:2rem;display:inline-block}.question-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.question-list li{background:var(--bg-subtle);border-radius:12px;padding:1.5rem 2rem}.trend-indicator{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;display:flex}.trend-indicator i{width:40px;height:40px}.trend-indicator.down{color:#d32f2f;background:#ffebee}.trend-indicator.up{color:#2e7d32;background:#e8f5e9}.large-list{flex-direction:column;gap:1.5rem;font-size:2.5rem;font-weight:500;list-style:none;display:flex}.large-list li{color:var(--text-muted);text-decoration:line-through}.jobs-list{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.job-item{border:2px solid var(--border-color);border-radius:16px;padding:2rem;font-size:2rem;font-weight:600;transition:all .3s}.job-item:hover{border-color:var(--accent-blue);background:var(--bg-subtle)}.role-header{align-items:center;gap:1.5rem;display:flex}.role-icon{width:48px;height:48px;color:var(--accent-blue)}.role-icon.huge{width:80px;height:80px}.badge-large{border-radius:50px;padding:1.5rem 3rem;display:inline-block}.bg-accent-light{background:#e8f2ff}.bold-list{flex-direction:column;gap:1.5rem;font-size:2.5rem;font-weight:700;list-style:none;display:flex}.icon-grid{flex-wrap:wrap;gap:2rem;display:flex}.icon-card{background:var(--bg-subtle);border-radius:20px;flex-direction:column;align-items:center;gap:1rem;width:150px;padding:2rem;font-size:1.2rem;font-weight:600;display:flex}.icon-card i{width:40px;height:40px;color:var(--text-muted)}.semester-block{align-items:center;gap:2rem;display:flex}.semester-title{width:200px;font-size:1.5rem;font-weight:700}.social-links{flex-wrap:wrap;gap:2rem;display:flex}.social-badge{border:2px solid var(--border-color);border-radius:16px;align-items:center;gap:1rem;padding:1.5rem 2.5rem;font-size:1.5rem;font-weight:600;display:flex}.takeaway-list{flex-direction:column;gap:2rem;font-size:2rem;font-weight:600;list-style:none;display:flex}.takeaway-list .check{margin-right:1rem}.model-card{background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.model-card:hover{box-shadow:var(--shadow-md);background:var(--bg-darker);border-color:var(--accent-yellow);transform:translateY(-5px)}.model-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.model-icon i{color:#fff;width:32px;height:32px}.model-icon.claude{background:linear-gradient(135deg,#d38356,#b04632)}.model-icon.openai{background:linear-gradient(135deg,#74a89c,#10a37f)}.model-icon.gemini{background:linear-gradient(135deg,#4285f4,#ea4335,#fbbc05)}.model-icon.deepseek{background:linear-gradient(135deg,#0052cc,#039)}.model-icon.github-copilot{background:linear-gradient(135deg,#24292e,#000)}.model-icon.opencode{background:linear-gradient(135deg,#4b5563,#1f2937)}.model-icon.openclaw{background:linear-gradient(135deg,#f59e0b,#d97706)}.model-icon.cursor-ide{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}@media screen and (max-width:768px){.slides-wrapper{width:95%;height:88%}.hero-title{font-size:2.5rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1.2rem}.section-title{margin-bottom:1rem;font-size:1.8rem}.huge-question{font-size:2.2rem}.huge-quote{font-size:1.8rem}.closing-quote,.text-huge,.text-4xl{font-size:1.6rem}.text-3xl{font-size:1.4rem}.text-2xl{font-size:1.2rem}.text-xl{font-size:1.1rem}.lead{margin-bottom:1rem;font-size:1.1rem}.eyebrow{margin-bottom:.5rem;font-size:.9rem}.grid-2x2{grid-template-columns:1fr;gap:1rem}.comparison-grid{grid-template-columns:1fr;gap:1.5rem}.comp-box{padding:1.2rem;font-size:1.1rem}.slide-content[style*="display: flex"]{text-align:center;flex-direction:column!important;align-items:center!important;gap:1.5rem!important}.speaker-photo img{width:180px;height:180px}.speaker-details{text-align:center}.speaker-details ul{text-align:left;margin-top:1rem!important}.shift-container{flex-direction:column;gap:1rem;margin-top:1rem}.shift-arrow{transform:rotate(90deg)}.pill-group{justify-content:center}.pill{padding:.5rem 1rem;font-size:.9rem}.pill-group.large .pill{padding:.6rem 1.2rem;font-size:1rem}.terminal-body{padding:1rem;font-size:1rem}.model-card{text-align:center;flex-direction:column;gap:1rem;padding:1.2rem}.jobs-list{grid-template-columns:1fr;gap:1rem}.job-item{padding:1rem;font-size:1.2rem}.icon-grid{justify-content:center;gap:1rem}.icon-card{width:100px;padding:1rem;font-size:.9rem}.semester-block{text-align:center;flex-direction:column;gap:1rem}.semester-title{width:auto;font-size:1.2rem}.danger-list,.large-list,.bold-list,.minimal-list{gap:.8rem;font-size:1.1rem}.minimal-list[style*=font-size]{font-size:1rem!important}.nav-controls{gap:1rem;padding:.4rem 1rem;bottom:10px}.nav-btn{width:35px;height:35px}.comp-box[style*=grid-column]{grid-column:span 1!important}.slide-content{max-height:80vh;padding:10px 5px 60px;overflow-y:auto}.slide-content::-webkit-scrollbar{width:4px}.slide-content::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:4px}}
