:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a12;--surface: #1a1a2e;--surface-2: #2d2a5e;--accent: #ffd700;--text: #ffffff;--text-muted: rgba(255,255,255,.6)}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,sans-serif}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:#1a1a2ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;color:var(--accent)}.progress-bar{display:flex;gap:8px}.progress-step{width:32px;height:32px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all .3s}.progress-step.active{background:var(--accent);color:var(--bg)}.main{flex:1;display:flex;justify-content:center;align-items:center;padding:40px}.step-container{max-width:700px;width:100%}.step-container h1{font-size:2rem;margin-bottom:10px}.step-desc{color:var(--text-muted);margin-bottom:30px}.upload-area{border:2px dashed rgba(255,255,255,.2);border-radius:16px;padding:50px;text-align:center;cursor:pointer;transition:all .3s;background:#ffffff05}.upload-area:hover{border-color:var(--accent);background:#ffd7000d}.upload-area p{margin:15px 0 5px}.upload-area span{font-size:.85rem;color:var(--text-muted)}.divider{display:flex;align-items:center;margin:25px 0;color:var(--text-muted)}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.divider span{padding:0 15px;font-size:.85rem}.content-input{width:100%;height:200px;padding:20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text);font-size:.95rem;resize:none}.content-input:focus{outline:none;border-color:var(--accent)}.btn-primary{display:flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,var(--accent),#ffb700);color:var(--bg);border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:25px;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffd7004d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--surface);color:var(--text);border:1px solid rgba(255,255,255,.2);border-radius:30px;font-size:.95rem;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:var(--surface-2)}.btn-small{padding:8px 16px;background:var(--accent);color:var(--bg);border:none;border-radius:20px;cursor:pointer;font-weight:600}.step-nav{display:flex;justify-content:space-between;margin-top:30px}.choice-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.choice-card{padding:30px;background:var(--surface);border:2px solid rgba(255,255,255,.1);border-radius:16px;text-align:center;cursor:pointer;transition:all .3s}.choice-card:hover{border-color:#ffd70080}.choice-card.selected{border-color:var(--accent);background:#ffd7001a}.choice-card h3{margin:15px 0 8px}.choice-card p{color:var(--text-muted);font-size:.9rem}.style-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px}.style-card{padding:20px;background:var(--surface);border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s}.style-card:hover{border-color:#ffd70080}.style-card.selected{border-color:var(--accent)}.style-preview{height:80px;background:#ffffff0d;border-radius:8px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:10px}.preview-shape{width:40px;height:40px;background:#ffffff1a;border-radius:8px}.style-glassmorphism .preview-shape{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2)}.style-minimal .preview-shape{background:none;border:2px solid rgba(255,255,255,.2)}.style-bold .preview-shape{background:var(--accent);border-radius:0}.style-card h3{margin-bottom:5px;font-size:1rem}.style-card p{color:var(--text-muted);font-size:.8rem}.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:25px}.theme-card{padding:12px;background:var(--surface);border:2px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;text-align:center;transition:all .3s}.theme-card:hover{border-color:#ffd70080}.theme-card.selected{border-color:var(--accent)}.theme-preview{height:60px;border-radius:8px;margin-bottom:8px;display:flex;align-items:flex-end;justify-content:flex-end;padding:8px;border:2px solid transparent}.theme-accent{width:20px;height:20px;border-radius:50%}.theme-card span{font-size:.8rem}.custom-colors{background:var(--surface);padding:20px;border-radius:12px;margin-bottom:20px}.custom-colors h3{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:1rem}.color-inputs{display:flex;align-items:center;gap:20px}.color-inputs label{display:flex;align-items:center;gap:10px;font-size:.9rem}.color-inputs input[type=color]{width:40px;height:40px;border:none;border-radius:8px;cursor:pointer}.vision-input-container{position:relative;margin-bottom:20px}.vision-input{width:100%;height:120px;padding:20px 100px 20px 20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text);font-size:.95rem;resize:none}.vision-input:focus{outline:none;border-color:var(--accent)}.voice-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--surface-2);border:1px solid rgba(255,255,255,.2);border-radius:25px;color:var(--text);cursor:pointer;transition:all .3s}.voice-btn:hover{background:#ffd70033}.voice-btn.recording{background:#e74c3c;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.summary-preview{background:var(--surface);padding:20px;border-radius:12px}.summary-preview h3{margin-bottom:15px;font-size:1rem}.summary-items{display:flex;gap:30px}.summary-item{display:flex;flex-direction:column;gap:5px}.summary-item span{font-size:.8rem;color:var(--text-muted)}.summary-item strong{color:var(--accent)}.btn-generate{min-width:200px;justify-content:center}.spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:var(--bg);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.presentation-view{width:100%;max-width:1200px}.view-toggle{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.toggle-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:25px;color:var(--text-muted);cursor:pointer;transition:all .3s}.toggle-btn.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.slide-viewer{display:flex;flex-direction:column;align-items:center}.slide{width:100%;max-width:900px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080;position:relative}.slide-content{height:100%;display:flex;flex-direction:column;justify-content:center;padding:60px}.slide-title .slide-content{align-items:center;text-align:center}.slide-title h1{font-size:3rem;margin-bottom:15px}.slide-title .subtitle{font-size:1.2rem;opacity:.8}.slide-content-type h2{font-size:2rem;margin-bottom:30px}.slide-content-type ul{list-style:none}.slide-content-type li{padding:12px 20px;margin-bottom:12px;background:#ffffff0d;border-radius:8px;font-size:1.1rem}.slide-number{position:absolute;bottom:20px;right:20px;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600}.slide-controls{display:flex;align-items:center;gap:20px;margin-top:25px}.slide-controls button{width:50px;height:50px;border-radius:50%;background:var(--surface);border:1px solid rgba(255,255,255,.1);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.slide-controls button:hover:not(:disabled){background:var(--accent);color:var(--bg)}.slide-controls button:disabled{opacity:.3;cursor:not-allowed}.slide-controls span{font-size:1rem;color:var(--text-muted)}.speaker-mode{display:grid;grid-template-columns:1fr 1fr;gap:30px}.slide-preview-small{border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000004d}.slide-preview-small .slide{max-width:100%}.speaker-notes-panel{background:var(--surface);border-radius:12px;padding:30px;display:flex;flex-direction:column}.speaker-notes-panel h3{color:var(--accent);margin-bottom:20px}.speaker-notes-panel p{flex:1;font-size:1.2rem;line-height:1.8;color:var(--text)}.slide-nav-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.nav-pill{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;color:var(--text);cursor:pointer;font-weight:600;transition:all .3s}.nav-pill.active{background:var(--accent);color:var(--bg)}.teleprompter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.teleprompter-header h3{color:var(--accent);margin:0}.teleprompter-hint{font-size:.8rem;color:var(--text-muted);background:#ffffff1a;padding:6px 12px;border-radius:20px}.teleprompter-content{flex:1;font-size:1.4rem;line-height:2;padding:20px;background:#0000004d;border-radius:12px;margin-bottom:20px}.teleprompter-phrase{transition:all .3s ease;opacity:.4}.teleprompter-phrase.past{opacity:.3;color:#6b7280}.teleprompter-phrase.current{opacity:1;color:#a855f7;background:#a855f733;padding:4px 8px;border-radius:6px;font-weight:600;box-shadow:0 0 20px #a855f74d}.teleprompter-phrase.next{opacity:.9;color:#facc15;background:#facc1526;padding:4px 8px;border-radius:6px}.teleprompter-progress{display:flex;align-items:center;gap:15px;margin-bottom:15px}.progress-track{flex:1;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#a855f7,#facc15);border-radius:3px;transition:width .3s ease}.teleprompter-progress span{font-size:.85rem;color:var(--text-muted);min-width:50px;text-align:right}.action-bar{display:flex;justify-content:center;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.btn-present{background:linear-gradient(135deg,#27ae60,#2ecc71)}
