*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background-color:#0a0a0f;color:#e0e0e0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#2a2a3e;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a4e}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:flex;flex-direction:column}.screen-container{flex:1;display:flex;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.upload-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2.5rem}.upload-screen__header{text-align:center}.upload-screen__title{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.upload-screen__subtitle{font-size:1.25rem;color:#8888a0;font-weight:400}.upload-screen__card{background:#1a1a2e;border-radius:20px;padding:3rem;width:100%;max-width:600px;box-shadow:0 4px 40px #0006}.upload-screen__dropzone{border:2px dashed #3a3a5c;border-radius:16px;padding:3.5rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-screen__dropzone:hover{border-color:#4f46e5;background:#4f46e50d}.upload-screen__dropzone--active{border-color:#4f46e5;background:#4f46e51a;transform:scale(1.01)}.upload-screen__dropzone--uploading{cursor:default;border-color:#4f46e5}.upload-screen__icon{width:56px;height:56px;color:#4f46e5;margin-bottom:.5rem}.upload-screen__dropzone-text{font-size:1.35rem;font-weight:500;color:#e0e0e0}.upload-screen__dropzone-hint{font-size:1rem;color:#6b6b8a}.upload-screen__dropzone-formats{font-size:.85rem;color:#4f46e5;font-weight:500;margin-top:.25rem;letter-spacing:.05em}.upload-screen__progress{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.upload-screen__spinner{width:40px;height:40px;border:3px solid #2a2a4e;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.upload-screen__progress-text{font-size:1.1rem;color:#b0b0c8}.upload-screen__progress-bar{width:80%;height:4px;background:#2a2a4e;border-radius:2px;overflow:hidden}.upload-screen__progress-fill{height:100%;background:#4f46e5;border-radius:2px;transition:width .3s ease}.upload-screen__document{display:flex;flex-direction:column;align-items:center;gap:2rem}.upload-screen__doc-info{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#4f46e514;border-radius:12px;border:1px solid rgba(79,70,229,.2);width:100%}.upload-screen__doc-icon{width:36px;height:36px;color:#4f46e5;flex-shrink:0}.upload-screen__doc-name{font-size:1.15rem;font-weight:500;color:#e0e0e0;word-break:break-all}.upload-screen__generate-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2.5rem;background:#4f46e5;color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:600;transition:all .2s ease;width:100%}.upload-screen__generate-btn:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 20px #4f46e566}.upload-screen__generate-btn:disabled{opacity:.7;cursor:not-allowed}.upload-screen__btn-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.upload-screen__error{margin-top:1.5rem;padding:1rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#f87171;font-size:.95rem;text-align:center}.presentation-screen{flex:1;display:flex;height:100vh;overflow:hidden}.presentation-screen__sidebar{width:300px;background:#12121f;border-right:1px solid #1e1e35;overflow-y:auto;flex-shrink:0}.presentation-screen__main{flex:1;display:flex;flex-direction:column;padding:2rem 3rem;overflow:hidden}.presentation-screen__header{margin-bottom:1.5rem}.presentation-screen__progress-info{font-size:.95rem;color:#6b6b8a;margin-bottom:.5rem}.presentation-screen__progress-bar{height:3px;background:#1e1e35;border-radius:2px;overflow:hidden}.presentation-screen__progress-fill{height:100%;background:#4f46e5;border-radius:2px;transition:width .5s ease}.presentation-screen__content{flex:1;overflow-y:auto;padding-right:1rem}.presentation-screen__section-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:2rem;letter-spacing:-.01em}.presentation-screen__points{display:flex;flex-direction:column;gap:1.25rem}.presentation-screen__point{font-size:1.35rem;line-height:1.7;padding:1.25rem 1.5rem;border-radius:12px;transition:all .4s ease}.presentation-screen__point--current{background:#4f46e51f;border-left:4px solid #4f46e5;color:#fff;font-weight:500}.presentation-screen__point--done{color:#5a5a78;border-left:4px solid transparent}.presentation-screen__point--upcoming{color:#6b6b8a;border-left:4px solid transparent}.presentation-screen__controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0 .5rem;border-top:1px solid #1e1e35;margin-top:1.5rem}.presentation-screen__btn{display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;color:#e0e0e0;transition:all .2s ease;background:#1a1a2e}.presentation-screen__btn:disabled{opacity:.3;cursor:not-allowed}.presentation-screen__btn--secondary{width:44px;height:44px;background:transparent;color:#6b6b8a}.presentation-screen__btn--secondary:hover:not(:disabled){color:#e0e0e0;background:#1a1a2e}.presentation-screen__btn--nav{width:48px;height:48px}.presentation-screen__btn--nav:hover:not(:disabled){background:#252542}.presentation-screen__btn--play{width:64px;height:64px;background:#4f46e5;border-radius:50%}.presentation-screen__btn--play:hover{background:#4338ca;transform:scale(1.05);box-shadow:0 0 24px #4f46e566}.presentation-screen__btn--qa{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:transparent;border:2px solid #4f46e5;color:#4f46e5;margin-left:1rem}.presentation-screen__btn--qa:hover{background:#4f46e51a}.section-nav{padding:1.5rem 0}.section-nav__title{padding:0 1.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#4f46e5;margin-bottom:1rem}.section-nav__list{list-style:none}.section-nav__item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1.5rem;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.section-nav__item:hover{background:#4f46e50d}.section-nav__item--active{background:#4f46e51a;border-left-color:#4f46e5}.section-nav__item--done{opacity:.5}.section-nav__number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;font-weight:600;background:#1e1e35;color:#6b6b8a;flex-shrink:0;margin-top:2px}.section-nav__item--active .section-nav__number{background:#4f46e5;color:#fff}.section-nav__item--done .section-nav__number{background:#1e3a1e;color:#4ade80}.section-nav__content{display:flex;flex-direction:column;gap:.2rem;min-width:0}.section-nav__label{font-size:.95rem;font-weight:500;color:#b0b0c8;line-height:1.4}.section-nav__item--active .section-nav__label{color:#fff}.section-nav__duration{font-size:.75rem;color:#4a4a6a}.audio-visualizer{display:flex;align-items:center;justify-content:center;gap:4px;height:40px;padding:.5rem 0}.audio-visualizer__bar{width:4px;height:8px;background:#4f46e5;border-radius:2px;transition:height .15s ease}.audio-visualizer--active .audio-visualizer__bar{animation:audioBar .6s ease-in-out infinite alternate}@keyframes audioBar{0%{height:6px;opacity:.4}50%{height:24px;opacity:.8}to{height:36px;opacity:1}}.status-indicator{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem}.status-indicator__icon-wrapper{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1a1a2e;position:relative}.status-indicator--listening .status-indicator__icon-wrapper{animation:pulse 2s ease-in-out infinite;box-shadow:0 0 #4f46e566}.status-indicator--speaking .status-indicator__icon-wrapper{background:#4f46e526}.status-indicator__icon{width:44px;height:44px}.status-indicator__icon--mic{color:#4f46e5}.status-indicator__icon--speaker{color:#4f46e5;animation:speakerPulse 1s ease-in-out infinite alternate}.status-indicator__spinner{width:44px;height:44px;border:3px solid #2a2a4e;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.status-indicator__label{font-size:1.6rem;font-weight:600;color:#e0e0e0;letter-spacing:-.01em}@keyframes pulse{0%{box-shadow:0 0 #4f46e566}70%{box-shadow:0 0 0 20px #4f46e500}to{box-shadow:0 0 #4f46e500}}@keyframes speakerPulse{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes spin{to{transform:rotate(360deg)}}.qa-screen{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:2rem 3rem}.qa-screen__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-shrink:0}.qa-screen__title{font-size:1.8rem;font-weight:700;color:#fff}.qa-screen__back-btn{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;background:transparent;border:1px solid #2a2a4e;border-radius:10px;color:#b0b0c8;font-size:.95rem;transition:all .2s ease}.qa-screen__back-btn:hover{background:#1a1a2e;border-color:#4f46e5;color:#e0e0e0}.qa-screen__main{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.qa-screen__status-area{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.qa-screen__current{width:100%;max-width:800px;margin-bottom:2rem}.qa-screen__current-question,.qa-screen__current-answer{padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:1rem}.qa-screen__current-question{background:#4f46e514;border:1px solid rgba(79,70,229,.2)}.qa-screen__current-answer{background:#1a1a2e;border:1px solid #1e1e35}.qa-screen__current-question p,.qa-screen__current-answer p{font-size:1.2rem;line-height:1.7;margin-top:.5rem;color:#e0e0e0}.qa-screen__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5}.qa-screen__history{flex:1;overflow:hidden;display:flex;flex-direction:column;border-top:1px solid #1e1e35;padding-top:1.25rem}.qa-screen__history-title{font-size:1rem;font-weight:600;color:#6b6b8a;margin-bottom:1rem;flex-shrink:0}.qa-screen__history-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding-right:.5rem}.qa-screen__history-item{padding:1rem 1.25rem;background:#12121f;border-radius:10px;border:1px solid #1a1a2e}.qa-screen__history-q{font-size:1rem;color:#b0b0c8;margin-bottom:.5rem;font-weight:500}.qa-screen__history-a{font-size:.95rem;color:#8888a0;line-height:1.6}.qa-screen__history-q .qa-screen__label,.qa-screen__history-a .qa-screen__label{margin-right:.5rem}
