body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-10>*+*{margin-top:2.5rem}.space-y-12>*+*{margin-top:3rem}.personas-list>*+*,.questions-list>*+*,.results-content>*+*,.review-content>*+*{margin-top:1.5rem}.review-content>*+*{margin-top:2rem}.results-content>*+*{margin-top:3rem}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.App-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #fff3;padding:1.5rem 0;position:sticky;top:0;z-index:100}.header-content{margin:0 auto;max-width:1200px;padding:0 2rem}.header-top{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.company-logo{border-radius:8px;height:80px;object-fit:contain;width:80px}.header-content h1{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.step-indicator{gap:1rem;justify-content:space-between;overflow-x:auto;padding:.5rem 0}.step,.step-indicator{align-items:center;display:flex}.step{flex:1 1;gap:.75rem;min-width:0;opacity:.6;transition:all .3s ease}.step.active{opacity:1}.step.completed{opacity:.8}.step-number{align-items:center;background:#e2e8f0;border-radius:50%;color:#64748b;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.step.active .step-number{background:#3b82f6;color:#fff}.step.completed .step-number{background:#10b981;color:#fff}.step-info{flex:1 1;min-width:0}.step-title{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.step-description{color:#64748b;font-size:.75rem;line-height:1.4}.App-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:3rem 2rem}.step-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000000f;margin:0 auto;max-width:800px;padding:3rem;width:100%}.step-content h2{color:#1e293b;font-size:1.875rem;font-weight:700;margin-bottom:1rem}.step-content p{color:#64748b;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.welcome-step{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000000f;margin:0 auto;max-width:900px;padding:3rem;width:100%}.welcome-content h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.welcome-content>p{color:#64748b;font-size:1.25rem;line-height:1.7;margin-bottom:3rem;text-align:center}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:2rem;text-align:center;transition:all .3s ease}.feature:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.feature-icon{margin-bottom:1rem}.feature-icon svg{stroke:#3b82f6;stroke-width:2;fill:none;height:40px;width:40px}.feature h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature p{color:#64748b;font-size:.875rem;line-height:1.6}.input-group{margin-bottom:2rem}.input-group label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.input-group input,.input-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:-.025em;line-height:1.5;padding:.75rem 1rem;transition:all .3s ease;width:100%}.input-group input:focus,.input-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.input-group input::placeholder,.input-group textarea::placeholder{color:#9ca3af;font-weight:400}.input-group small{color:#6b7280;display:block;font-size:.75rem;font-weight:400;margin-top:.5rem}.option-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.radio-label{align-items:flex-start;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;position:relative;transition:all .3s ease}.radio-label:hover{background:#fff;border-color:#d1d5db}.radio-label input[type=radio]{cursor:pointer;opacity:0;position:absolute}.radio-custom{background:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:1.25rem;margin-top:.125rem;position:relative;transition:all .3s ease;width:1.25rem}.radio-label input[type=radio]:checked+.radio-custom{background:#3b82f6;border-color:#3b82f6}.radio-label input[type=radio]:checked+.radio-custom:after{background:#fff;border-radius:50%;content:"";height:.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.5rem}.option-content{flex:1 1}.option-content h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.option-content p{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:0}.personas-list h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.persona-item,.question-item{align-items:flex-start;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.persona-item:hover,.question-item:hover{background:#fff;border-color:#d1d5db}.persona-input,.question-input{flex:1 1}.persona-input label,.question-input label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.persona-input textarea,.question-input textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:-.025em;line-height:1.5;padding:.75rem 1rem;resize:vertical;transition:all .3s ease;width:100%}.persona-input textarea:focus,.question-input textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.persona-input textarea::placeholder,.question-input textarea::placeholder{color:#9ca3af;font-weight:400}.remove-btn{align-self:flex-start;background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.remove-btn:hover{background:#dc2626;transform:translateY(-1px)}.add-btn{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.add-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#1f2937}.review-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #0000000a;padding:1.5rem}.review-section h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.review-section p{color:#374151;line-height:1.6;margin-bottom:0}.review-section ul{list-style:none;padding:0}.review-section li{border-bottom:1px solid #e5e7eb;color:#374151;padding:.5rem 0}.review-section li:last-child{border-bottom:none}.results-step{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000000f;margin:0 auto;max-width:1000px;padding:3rem;width:100%}.results-step h2{color:#1e293b;font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}.results-section h3{border-bottom:2px solid #e5e7eb;color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.scroll-box{background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;margin-bottom:8px;overflow-y:auto;padding:12px;white-space:pre-wrap}.scroll-box--sm{height:150px}.scroll-box--md{height:200px}.scroll-box--lg{height:250px}.personas-display{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.persona-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000000a;padding:1.5rem}.persona-card h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.persona-card p{color:#374151;line-height:1.6;white-space:pre-wrap}.transcript-display{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:500px;overflow-y:auto;padding:1.5rem}.transcript-display pre{word-wrap:break-word;color:#374151;font-family:JetBrains Mono,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;white-space:pre-wrap}.loading-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.loading-content{background:#fff;border-radius:10px;max-width:400px;padding:30px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin:0 auto 20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-top:1px solid #fff3;padding:1.5rem 0}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-right{display:flex;gap:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;min-width:120px;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn:focus-visible{outline:3px solid #3b82f666;outline-offset:2px}.mt-6{margin-top:1.5rem}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb;box-shadow:0 10px 25px -5px #3b82f64d;transform:translateY(-2px)}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563;box-shadow:0 10px 25px -5px #6b72804d;transform:translateY(-2px)}@media (max-width:768px){.footer-content,.header-content{padding:0 1rem}.header-top{gap:.75rem}.company-logo{height:40px;width:40px}.header-content h1{font-size:1.75rem}.step-indicator{flex-direction:column;gap:.5rem}.step{width:100%}.App-main{padding:2rem 1rem}.results-step,.step-content,.welcome-step{padding:2rem}.features,.personas-display{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem}.footer-right{justify-content:center;width:100%}.btn{min-width:100px}.option-group{gap:.75rem}.radio-label{padding:1rem}}@media (max-width:480px){.header-top{flex-direction:column;gap:.5rem}.company-logo{height:36px;width:36px}.header-content h1{font-size:1.5rem}.welcome-content h1{font-size:2rem}.step-content h2{font-size:1.5rem}.results-step,.step-content,.welcome-step{padding:1.5rem}.persona-item,.question-item{flex-direction:column;gap:.75rem}.remove-btn{align-self:stretch}.radio-label{flex-direction:column;gap:.75rem}.radio-custom{align-self:flex-start}}
/*# sourceMappingURL=main.38f10087.css.map*/