: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}}.flow-form{width:100%;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;font-family:Anonymous Pro,Courier New,monospace;min-height:500px;max-height:80vh;display:flex;flex-direction:column;position:relative}.flow-loading-overlay{position:absolute;inset:0;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:16px}.flow-loading-content{text-align:center;max-width:400px;padding:2rem}.flow-loading-spinner{width:3rem;height:3rem;border:4px solid #e1e5e9;border-top:4px solid #e96c13;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.flow-loading-content h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.flow-loading-content p{font-size:1rem;color:#6b7280;line-height:1.5;margin:0}.flow-progress{margin-bottom:1rem;text-align:center;display:flex;justify-content:center;width:300px;margin-left:auto;margin-right:auto}.progress-bar{width:60%;max-width:60%;height:2px;display:flex;gap:10%;margin-bottom:1rem;align-items:center;background:transparent}.flow-question-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem 0}.flow-question{width:100%;text-align:center}.flow-question-title{font-size:1.8rem;font-weight:400;color:#333;margin-bottom:2rem;line-height:1.2;max-width:500px;margin-left:auto;margin-right:auto;letter-spacing:.5px}.flow-question-description{font-size:.9rem;color:#666;margin-top:1rem;line-height:1.4;max-width:500px;margin-left:auto;margin-right:auto;font-style:italic}.required{color:#e96c13;margin-left:.25rem}.flow-input-container{width:100%;max-width:500px;margin:0 auto}.flow-input{width:100%;padding:1.5rem;border:1px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .2s ease;font-family:Anonymous Pro,Courier New,monospace;background-color:#f8f9fa;text-align:left;resize:none}.flow-input:focus{outline:none;border-color:#e96c13;box-shadow:0 0 0 4px #e96c131a;background-color:#fff;transform:translateY(-2px)}.flow-input.error{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.flow-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.flow-input::placeholder{color:#9ca3af;font-style:italic}.flow-input[type=textarea]{text-align:left;min-height:120px;resize:vertical}.flow-input[type=select]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:3rem;appearance:none;text-align:left}.card-select-container{display:flex;gap:.5rem;margin-top:1rem}.card-select-option{flex:1;background:#f8f9fa;border:2px solid #e1e5e9;border-radius:12px;padding:1.1rem;cursor:pointer;transition:all .2s ease;text-align:left}.card-select-option:hover{border-color:#e96c13;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-select-option.selected{border-color:#e96c13;background:#fff;box-shadow:0 0 0 3px #e96c131a}.card-select-title{font-size:1rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem}.card-select-description{font-size:.8rem;color:#6c757d;margin:0;line-height:1.1}.flow-error{display:block;margin-top:1rem;color:#dc2626;font-size:.875rem;font-weight:500;text-align:center}.flow-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;gap:1rem}.flow-btn{padding:1rem 2rem;border:2px solid transparent;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:Anonymous Pro,Courier New,monospace;position:relative;overflow:hidden;min-width:120px}.flow-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.flow-btn-primary{background:#34495e;color:#fff;border-color:#34495e;padding:.75rem 1.5rem;font-size:.9rem}.flow-btn-primary:hover:not(:disabled){background:#2c3e50;border-color:#2c3e50;transform:translateY(-1px);box-shadow:0 4px 12px #34495e4d}.flow-btn-secondary{background:transparent;color:#666;border-color:#e1e5e9}.flow-btn-secondary:hover:not(:disabled){background:#f8f9fa;border-color:#e96c13;color:#e96c13;transform:translateY(-1px)}.flow-btn.loading{color:transparent}.flow-btn.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.25rem;height:1.25rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 768px){.flow-form{padding:1.5rem;margin:1rem;min-height:400px}.flow-question-title{font-size:1.5rem}.flow-input{padding:1.25rem;font-size:1rem}.flow-navigation{flex-direction:column;gap:1rem}.flow-btn{width:100%}}@media (max-width: 480px){.flow-form{padding:1rem;margin:.5rem}.flow-question-title{font-size:1.25rem}.flow-input{padding:1rem}}.finder-page{width:100%;max-width:600px;background:#fff;padding:2rem;font-family:Anonymous Pro,Courier New,monospace;border-radius:20px;box-shadow:0 20px 60px #0000001a;border:1px solid #e1e5e9}.page-header{text-align:center;margin-bottom:1rem;color:#333}.page-header h1{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333;line-height:1.1}.subtitle{font-size:1rem;font-family:Anonymous Pro Light;color:#666;margin-bottom:2rem;line-height:1.2;font-weight:500}.start-button{background:#e96c13;color:#fff;padding:1rem 3rem;border:2px solid #e96c13;border-radius:8px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:Anonymous Pro,Courier New,monospace;position:relative;overflow:hidden}.start-button:hover{background:#e87727;border-color:#e87727;transform:translateY(-2px);box-shadow:0 8px 25px #e96c134d}.start-button:active{transform:translateY(0)}.highlight{background:linear-gradient(120deg,#ffe0cd,#f6d6c4);background-repeat:no-repeat;background-size:100% 65%;background-position:0 90%;color:#333;font-weight:700;padding:1px 2px;border-radius:2px}.highlight-blue{background:linear-gradient(120deg,#dcebfb,#d4e5f9);background-repeat:no-repeat;background-size:100% 75%;background-position:20% 80%;color:#333;font-weight:700;padding:1px 2px;border-radius:2px}.highlight-green{background:linear-gradient(120deg,#d1fae5,#bbf7d0);background-repeat:no-repeat;background-size:100% 75%;background-position:20% 80%;color:#333;font-weight:700;padding:1px 2px;border-radius:2px}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px -1px #0000001a}.error-content{display:flex;align-items:center;gap:.75rem;color:#dc2626;font-weight:500}.error-icon{font-size:1.25rem}.error-dismiss{background:none;border:none;color:#dc2626;font-size:1.5rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.error-dismiss:hover{background-color:#fecaca}.form-container{width:100%;margin:0}.lead-magnet-form-container{padding:0}.form-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:3rem 2rem;border-bottom:1px solid #e1e5e9;text-align:center;position:relative}.form-header:before{content:"✨";position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:2.5rem;background:linear-gradient(135deg,#fff,#f8f9fa);padding:0 1.5rem;border-radius:50%;box-shadow:0 4px 15px #0000001a}.form-header h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem;font-family:Anonymous Pro,Courier New,monospace}.form-header p{color:#666;font-size:1.1rem;font-family:Anonymous Pro,Courier New,monospace;font-style:italic}.lead-magnet-flow-form{padding:0;box-shadow:none;background:transparent}.page-footer{text-align:center;margin-top:2rem}.privacy-note{color:#666;font-size:.875rem;max-width:500px;margin:0 auto;font-family:Anonymous Pro,Courier New,monospace;font-style:italic}@media (max-width: 768px){.finder-page{padding:1rem}.page-header h1{font-size:2rem}.subtitle{font-size:1rem}}@media (max-width: 480px){.finder-page{padding:.5rem}.page-header h1{font-size:1.75rem}.subtitle{font-size:.9rem}}.results-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:row}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.results-sidebar{width:33.333%;background:#fff;border-right:1px solid #e5e7eb;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column}.results-header{text-align:left;margin-bottom:1rem}.results-header h1{font-size:1.6rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.results-subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.2rem;line-height:1.2}.results-meta{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.generated-at{color:#9ca3af;font-size:.875rem}.share-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s}.share-button:hover{background:#e5e7eb;border-color:#9ca3af}.sidebar-angles-container{flex:1;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.sidebar-actions{display:flex;flex-direction:column;gap:1rem}.sidebar-actions .btn{width:100%;justify-content:center}.sidebar-actions .select-prompt{color:#6b7280;font-size:.875rem;text-align:center;margin:0;font-style:italic}.results-main{flex:1;overflow-y:auto;display:flex;flex-direction:column}.main-angle-container{flex:1;max-width:800px;margin:0 auto;width:100%}.no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280;min-height:400px}.no-selection h3{font-size:1.5rem;margin-bottom:1rem;color:#9ca3af}.no-selection p{font-size:1.125rem;max-width:400px;line-height:1.6}.sidebar-angle-card{background:#f8f9fa;border-radius:.75rem;padding:.9rem;border:1px solid transparent;cursor:pointer;transition:all .3s ease;position:relative}.sidebar-angle-card:hover{background:#e9ecef;border-color:#dee2e6}.sidebar-angle-card.selected{background:#e8f5e8;border-color:#10b981}.sidebar-angle-title{font-size:1rem;font-weight:400;color:#1f2937;margin:0;line-height:1.4}.sidebar-angle-number{background:#10b981;color:#fff;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;margin-bottom:.75rem;margin-left:.75rem;float:right}.main-angle-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.story-angle-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.story-angle-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a;border-color:#e5e7eb}.story-angle-card.selected{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#fff);box-shadow:0 10px 25px -3px #10b98133}.angle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.angle-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;flex:1;line-height:1.3}.angle-number{background:#10b981;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;margin-left:1rem;flex-shrink:0}.angle-description{color:#4b5563;line-height:1.3;margin-bottom:1.5rem;font-size:1rem}.angle-details{display:flex;flex-direction:column;gap:1.5rem}.angle-section h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:underline}.key-points{list-style:none;padding:0;margin:0}.key-points li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#4b5563;line-height:1.5}.key-points li:before{content:"•";color:#10b981;font-weight:700;position:absolute;left:0}.target-audience,.emotional-hook{color:#4b5563;line-height:1.5;margin:0}.emotional-hook{font-style:italic;background:#f9fafb;padding:.75rem;border-radius:.5rem;border-left:3px solid #10b981}.selection-indicator{position:absolute;top:1rem;right:1rem;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.conversion-section{background:#fff;border-radius:1rem;padding:3rem;margin:0 auto 2rem;max-width:800px;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.conversion-content h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.conversion-content p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.conversion-actions{display:flex;flex-direction:column;align-items:center;gap:1rem}.btn{border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#10b981;color:#fff;padding:1rem 2rem;font-size:1.125rem}.btn-primary:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 10px 25px -3px #10b9814d}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.btn-large{padding:1.25rem 3rem;font-size:1.25rem}.btn-secondary{background:#f3f4f6;color:#374151;padding:.75rem 1.5rem;font-size:1rem;border:1px solid #d1d5db}.conversion-note{color:#9ca3af;font-size:.875rem;margin:0}.select-prompt{color:#6b7280;font-style:italic;margin:0}.results-footer{text-align:center;max-width:800px;margin:0 auto}@media (max-width: 1024px){.results-sidebar{width:40%}}@media (max-width: 768px){.results-page{flex-direction:column}.results-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:1.5rem}.results-main{padding:1.5rem}.results-header h1{font-size:1.75rem}.sidebar-angles-container{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.5rem}.sidebar-angle-card{min-width:200px;flex-shrink:0}}@media (max-width: 400px){.results-page{padding:.5rem}.story-angles-container{gap:1rem}.story-angle-card{padding:1rem}}@media (max-width: 480px){.angle-header{flex-direction:column;align-items:flex-start;gap:1rem}.angle-number{margin-left:0;align-self:flex-end}.results-meta{flex-direction:column;gap:.5rem}}.pricing-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 1rem;font-family:Anonymous Pro,Courier New,monospace}.pricing-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.pricing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.pricing-tier{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:2px solid transparent;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.pricing-tier:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#e5e7eb}.pricing-tier.popular{border-color:#e96c13;box-shadow:0 10px 25px -3px #e96c1333}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#e96c13;color:#fff;padding:.5rem 1.5rem;border-radius:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tier-header{text-align:center;margin-bottom:1.5rem}.tier-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.tier-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.price-currency{font-size:1.5rem;font-weight:600;color:#6b7280}.price-amount{font-size:3rem;font-weight:700;color:#1f2937}.tier-pitch{color:#6b7280;line-height:1.6;margin-bottom:2rem;text-align:center;font-size:1rem}.tier-deliverables{list-style:none;padding:0;margin:0 0 2rem;flex:1}.deliverable-item{display:flex;align-items:flex-start;margin-bottom:.75rem;padding:.5rem 0}.deliverable-icon{color:#10b981;font-weight:700;margin-right:.75rem;font-size:1.125rem;flex-shrink:0;margin-top:.125rem}.deliverable-text{color:#4b5563;line-height:1.5;font-size:.95rem}.tier-button{width:100%;margin-top:auto}.btn{border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center;font-family:Anonymous Pro,Courier New,monospace}.btn-large{padding:1.25rem 2rem;font-size:1.125rem}.btn-primary{background:#e96c13;color:#fff;border:2px solid #e96c13}.btn-primary:hover{background:#e87727;border-color:#e87727;transform:translateY(-1px);box-shadow:0 10px 25px -3px #e96c134d}.btn-outline{background:transparent;color:#e96c13;border:2px solid #e96c13}.btn-outline:hover{background:#e96c13;color:#fff;transform:translateY(-1px);box-shadow:0 10px 25px -3px #e96c134d}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;font-size:1rem}.btn-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.comparison-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.comparison-title{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.comparison-table-container{overflow-x:auto;border-radius:1rem;border:1px solid #e5e7eb;background:#fff}.comparison-table{width:100%;border-collapse:collapse;font-size:.95rem}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid #f3f4f6}.comparison-table th{background:#f8f9fa;font-weight:600;color:#1f2937}.feature-column{text-align:left!important;font-weight:600;color:#374151;width:40%}.plan-column{width:20%;position:relative}.plan-column.popular{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:3px solid #e96c13;border-right:3px solid #e96c13}.plan-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.plan-name{font-weight:700;color:#1f2937;font-size:1rem}.price-row{background:#f8f9fa;border-bottom:2px solid #e5e7eb}.plan-price-cell{font-size:1.5rem;font-weight:700;color:#e96c13;text-align:center;padding:1rem}.popular-badge-small{background:#e96c13;color:#fff;padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.feature-name{text-align:left!important;color:#4b5563;font-size:.9rem;padding-left:1.5rem}.feature-value{font-size:1.25rem;font-weight:600}.feature-value:contains("✓"){color:#10b981}.feature-value:contains("—"){color:#d1d5db}.purchase-row{background:#f8f9fa;border-top:2px solid #e5e7eb}.purchase-cell{text-align:center;padding:1.5rem 1rem}.btn-small{padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;min-width:120px}@media (max-width: 768px){.comparison-table th,.comparison-table td{padding:.75rem .5rem;font-size:.85rem}.plan-name{font-size:.9rem}.plan-price{font-size:1.25rem}.feature-name{padding-left:1rem;font-size:.8rem}.feature-value{font-size:1.1rem}}.pricing-footer{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb;margin-top:3rem}.pricing-note{color:#9ca3af;font-size:.875rem;margin-bottom:1.5rem}@media (max-width: 768px){.pricing-page{padding:1rem .5rem}.section-title{font-size:2rem}.pricing-tiers{grid-template-columns:1fr;gap:1.5rem}.pricing-tier{padding:1.5rem}.tier-name{font-size:1.25rem}.price-amount{font-size:2.5rem}.tier-pitch{font-size:.95rem}}@media (max-width: 480px){.pricing-page{padding:.5rem}.section-title{font-size:1.75rem}.pricing-tier{padding:1.25rem}.btn-large{padding:1rem 1.5rem;font-size:1rem}}.payment-success-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Anonymous Pro,Courier New,monospace}.success-container{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:3rem;max-width:600px;width:100%;text-align:center}.success-icon{font-size:3rem;margin-bottom:1.5rem}.success-title{font-size:2.2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.success-message{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.2}.success-details{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:left}.success-details p{margin:.5rem 0;font-size:.9rem;color:#4b5563}.next-steps{text-align:left;margin-bottom:2rem}.next-steps h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563;line-height:1.5}.next-steps li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.auth-prompt{width:100%;margin-bottom:1rem}.auth-prompt p{margin-bottom:1rem;color:#4b5563;font-size:.9rem}.custom-auth-header{text-align:center;margin-bottom:2rem}.custom-auth-header h2{font-size:1.6rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.custom-auth-header p{font-size:.9rem;color:#6b7280;margin:0}.clerk-sign-in-title-hidden,.clerk-sign-in-subtitle-hidden,.cl-footerAction__signIn{display:none!important}.cl-rootBox.cl-signIn-root{margin:20px auto!important}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;font-family:Anonymous Pro,Courier New,monospace;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#e96c13,#e87727);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#d15a0a,#e96c13);transform:translateY(-1px)}.btn-secondary{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-secondary:hover{background:#f8f9fa;border-color:#9ca3af}.loading-container{text-align:center}.loading-spinner{width:3rem;height:3rem;border:4px solid #e1e5e9;border-top:4px solid #e96c13;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.error-container{text-align:center}.error-container h1{font-size:2rem;color:#dc2626;margin-bottom:1rem}.error-container p{color:#6b7280;margin-bottom:2rem}@media (max-width: 768px){.payment-success-page{padding:1rem}.success-container{padding:2rem}.success-title{font-size:2rem}.success-message{font-size:1.1rem}.success-actions{flex-direction:column}.btn{width:100%}}.setup-initial{display:flex;align-items:center;justify-content:center;height:100%}.setup-content{text-align:center;max-width:500px;padding:2rem}.setup-content h2{font-size:2rem;font-weight:600;margin:0 0 1rem;color:#2c3e50}.setup-content p{font-size:1.1rem;color:#6c757d;margin:0 0 1rem;line-height:1.6}.setup-content p:last-of-type{margin-bottom:2rem}.btn-large{padding:1rem 2.5rem!important;font-size:1.1rem;font-weight:600;background-color:#34495e!important;color:#fff!important;border:1px solid #34495e!important;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-large:hover{background-color:#2c3e50!important;border-color:#2c3e50!important;transform:translateY(-1px);box-shadow:0 4px 8px #34495e4d}.setup-flow{display:flex;flex-direction:column;height:100%}.setup-flow-form{width:100%;height:100%;margin:0;padding:0;border-radius:0;box-shadow:none;background:transparent}.flow-header{margin-bottom:2rem}.progress-bar{min-width:100%;height:2px;display:flex;gap:5%;margin-bottom:.5rem;margin-top:1.5rem;align-items:center;background:transparent}.progress-marker{flex:1;height:2px;background-color:#e1e5e9;border-radius:1px;transition:all .3s ease}.progress-marker.active{background:linear-gradient(90deg,#e96c13,#e87727)}.step-counter{text-align:center;font-size:.9rem;color:#6c757d;font-weight:500}.flow-content{flex:1;display:flex;flex-direction:column;justify-content:center}.setup-step{text-align:center;max-width:600px;margin:0 auto;width:100%}.setup-step h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#2c3e50}.setup-step p{font-size:1rem;color:#6c757d;margin:0 0 2rem;line-height:1.5}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .2s ease;resize:vertical;font-family:inherit}.form-input:focus{outline:none;border-color:#e96c13;box-shadow:0 0 0 3px #f7931e1a}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.option-card{padding:1.5rem;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;background:#fff}.option-card:hover{border-color:#e96c13;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.option-card.selected{border-color:#e96c13;background:linear-gradient(135deg,#f7931e0d,#e8850e0d);box-shadow:0 4px 12px #f7931e33}.option-card h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#2c3e50}.option-card p{font-size:.9rem;color:#6c757d;margin:0;line-height:1.4}.interview-questions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.question-input-group{display:flex;gap:.5rem;align-items:center}.question-input-group .form-input{flex:1}.remove-question-btn{width:32px;height:32px;border:none;background:#dc3545;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;transition:background-color .2s ease}.remove-question-btn:hover{background:#c82333}.add-question-btn{padding:.75rem 1.5rem;border:2px dashed #6c757d;background:transparent;color:#6c757d;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;align-self:flex-start}.add-question-btn:hover{border-color:#e96c13;color:#e96c13;background:#e96c130d}.flow-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.btn{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.btn-secondary:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.btn-primary{background:#e96c13;color:#fff}.btn-primary:hover:not(:disabled){background:#e87727;transform:translateY(-1px);box-shadow:0 4px 12px #e96c134d}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;border:1px solid #f5c6cb;margin:1rem 0;text-align:center}@media (max-width: 768px){.option-grid{grid-template-columns:1fr}.flow-actions{flex-direction:column;gap:1rem}.btn{width:100%}}.setup-readonly{padding:2rem 0}.setup-summary{background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e1e5e9}.setup-summary h3{margin:0 0 1.5rem;color:#2c3e50;font-size:1.25rem;font-weight:600}.setup-fields{display:grid;gap:1rem}.setup-field{display:flex;flex-direction:column;gap:.5rem}.setup-field label{font-weight:600;color:#495057;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.setup-field span{color:#2c3e50;font-size:1rem;padding:.5rem 0;border-bottom:1px solid #e9ecef}.setup-field span:last-child{border-bottom:none}.step-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.step-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem 2rem;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:flex-start}.step-title-section{flex:1}.step-title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#2c3e50}.step-description{font-size:1rem;color:#6c757d;margin:0;line-height:1.5}.step-progress{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.step-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}.step-badge.done{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.step-badge.ready{background-color:#34495e;color:#fff;border:1px solid #34495e;box-shadow:0 2px 4px #34495e4d}.step-badge.na{background-color:#f8f9fa;color:#6c757d;border:1px solid #e9ecef}.step-badge-text{font-size:.7rem;font-weight:600}.step-container-content{padding:1.5rem}.step-placeholder{text-align:center;padding:3rem 2rem;color:#6c757d;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.step-placeholder h3{margin:0 0 1rem;color:#495057}.step-placeholder p{margin:0;font-size:.9rem}.step-error{text-align:center;padding:3rem 2rem;color:#dc3545;background:#f8d7da;border-radius:8px;border:1px solid #f5c6cb}.step-error h2{margin:0 0 1rem;color:#721c24}.step-error p{margin:0;font-size:.9rem}.setup-step{display:flex;flex-direction:column;gap:2rem}.step-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.step-section h3{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#2c3e50}.project-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.info-item:last-child{border-bottom:none}.info-item label{font-weight:500;color:#495057;margin:0}.info-item span{color:#2c3e50;font-weight:500}.checklist{display:flex;flex-direction:column;gap:.75rem}.checklist-item{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.checklist-item:hover{background-color:#e9ecef}.checklist-item input[type=checkbox]{width:18px;height:18px;accent-color:#e96c13;cursor:pointer}.checklist-item span{font-size:.9rem;color:#495057;-webkit-user-select:none;user-select:none}.step-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e9ecef}.step-actions .btn-primary{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:#e96c13;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.step-actions .btn-primary:hover:not(:disabled){background:#e87727;transform:translateY(-1px);box-shadow:0 4px 8px #e96c134d}.step-actions .btn-primary:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.choose-step-content{display:flex;flex-direction:row;gap:2rem}.current-angle-section h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.angle-comparison-section h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.comparison-meta{color:#6b7280;margin-bottom:2rem;font-size:1rem}.angle-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative}.angle-card.current{border-color:#3b82f6;background:#f8fafc}.angle-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.angle-card.selected{border-color:#10b981;background:#f0fdf4;box-shadow:0 4px 12px #10b9811a}.angle-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.angle-card h4{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.angle-badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;white-space:nowrap}.angle-badge.current{background:#dbeafe;color:#1e40af}.angle-number{background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.expand-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:underline;padding:0;transition:color .2s ease}.expand-link:hover{color:#1d4ed8}.select-refine-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.select-refine-button:hover{background:#2563eb}.angle-description{font-size:1.1rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.angle-section h5{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.angle-section ul{list-style:none;padding:0;margin:0}.angle-section li{color:#4b5563;position:relative;padding:.25rem 0 .25rem 1.5rem}.angle-section li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.emotional-hook{font-style:italic;color:#6b7280;background:#f9fafb;padding:1rem;border-radius:8px;border-left:4px solid #3b82f6}.selected-indicator{position:absolute;top:1rem;right:1rem;background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.no-angle{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;padding:3rem;text-align:center;color:#6b7280}.generate-section h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;text-align:right}.angle-card p{font-size:1.1rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.generate-actions{display:flex;justify-content:center;margin-top:1.5rem}.generated-angles-section{margin-top:2rem}.generated-header{text-align:center;margin-bottom:2rem}.generated-header h3{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.generated-meta{color:#6b7280;font-size:.875rem}.angles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.choose-actions{display:flex;justify-content:center;padding-top:2rem;border-top:1px solid #e5e7eb}.selection-actions,.continue-actions{display:flex;gap:1rem;align-items:center}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-large{padding:1rem 2rem;font-size:1.1rem}.loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center}@media (max-width: 768px){.choose-step{padding:1rem}.choose-step-header h2{font-size:2rem}.angle-details,.angles-grid{grid-template-columns:1fr}.selection-actions,.continue-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}}@media (max-width: 480px){.angle-card{padding:1.5rem}.angle-header{flex-direction:column;gap:1rem}.angle-badge,.angle-number{align-self:flex-start}}.refine-step-content{max-width:100%}.selected-angle-summary{margin-bottom:2rem}.retry-actions{margin-top:1.5rem;display:flex;gap:1rem;align-items:center}.retry-actions .btn{min-width:200px}.selected-angle-summary h3{color:#333;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.scaffold-section{margin-bottom:2rem}.scaffold-header{margin-bottom:1.5rem}.scaffold-header h3{color:#333;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.scaffold-description{color:#666;font-size:.95rem;line-height:1.5}.scaffold-content{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.scaffold-title{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.scaffold-title h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.scaffold-sections{display:flex;flex-direction:column;gap:1.5rem}.scaffold-section-item{border:1px solid #e1e5e9;border-radius:6px;overflow:hidden;background:#fafafa}.section-header{display:flex;align-items:center;padding:1rem 1.25rem;background:#f8f9fa;border-bottom:1px solid #e1e5e9;cursor:pointer;transition:background-color .2s ease}.section-header:hover{background:#f0f2f5}.section-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#007bff;color:#fff;border-radius:50%;font-weight:600;font-size:.9rem;margin-right:1rem;flex-shrink:0}.section-title{flex:1;margin:0;font-size:1.1rem;font-weight:600;color:#333}.expand-toggle{background:none;border:none;font-size:1.2rem;font-weight:600;color:#666;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.expand-toggle:hover{background:#e9ecef;color:#333}.section-content{padding:1.25rem;background:#fff}.section-display{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.section-text{flex:1}.section-field{margin-bottom:1rem;line-height:1.6;color:#444}.section-field:last-child{margin-bottom:0}.section-field strong{color:#333;font-weight:600;display:block;margin-bottom:.25rem}.edit-button{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.edit-button:hover{background:#0056b3}.section-editor{display:flex;flex-direction:column;gap:1rem}.section-textarea{width:100%;min-height:120px;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.95rem;line-height:1.5;resize:vertical;transition:border-color .2s ease}.section-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.editor-actions{display:flex;gap:.75rem;justify-content:flex-end}.scaffold-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.usage-note{background:#f8f9fa;padding:1rem;border-radius:4px;border-left:4px solid #007bff}.usage-note p{margin:0;color:#555;font-size:.9rem;line-height:1.5}.usage-note strong{color:#333}.refine-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e1e5e9;text-align:center}.no-angle-section,.no-scaffold-section{text-align:center;padding:2rem}.no-angle-section .angle-card,.no-scaffold-section .angle-card{max-width:500px;margin:0 auto;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;padding:2rem}.no-angle-section h3,.no-scaffold-section h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.no-angle-section p,.no-scaffold-section p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.scaffold-content{padding:1rem}.section-header{padding:.75rem 1rem}.section-content{padding:1rem}.section-display{flex-direction:column;align-items:stretch}.edit-button{align-self:flex-start}.editor-actions{justify-content:stretch}.editor-actions .btn{flex:1}}.create-step-content{max-width:100%}.missing-prerequisites-section,.no-content-section{text-align:center;padding:2rem}.prerequisites-card,.content-card{max-width:500px;margin:0 auto;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;padding:2rem}.prerequisites-card h3,.content-card h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.prerequisites-card p,.content-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.content-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.content-header h3{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.content-stats{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.stat{color:#666;font-size:.95rem}.stat strong{color:#333;font-weight:600}.content-summary{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:6px;border-left:4px solid #007bff}.content-summary h4{color:#333;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.content-summary p{color:#555;line-height:1.6;margin:0}.content-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.content-actions .btn{flex:0 0 auto}.content-display{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.content-text{line-height:1.8;color:#333}.content-paragraph{margin-bottom:1.5rem;text-align:justify}.content-paragraph:last-child{margin-bottom:0}.completion-actions{text-align:center;padding-top:2rem;border-top:1px solid #e1e5e9}.error-message{margin-top:1rem;padding:1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24}.error-message p{margin:0;font-size:.9rem}.btn-success{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-success:hover:not(:disabled){background:#218838}.btn-success:disabled{background:#6c757d;cursor:not-allowed}@keyframes copySuccess{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.btn:active{animation:copySuccess .2s ease}@media (max-width: 768px){.content-stats{flex-direction:column;align-items:flex-start;gap:.5rem}.content-actions{flex-direction:column;align-items:stretch}.content-actions .btn{width:100%;margin-bottom:.5rem}.content-display{padding:1rem}.content-text{font-size:.95rem}.prerequisites-card,.content-card{padding:1.5rem}}.btn:disabled{opacity:.6;cursor:not-allowed}.content-text h1,.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6{color:#333;margin-top:2rem;margin-bottom:1rem;font-weight:600}.content-text h1:first-child,.content-text h2:first-child,.content-text h3:first-child,.content-text h4:first-child,.content-text h5:first-child,.content-text h6:first-child{margin-top:0}.content-text strong{font-weight:600;color:#333}.content-text em{font-style:italic;color:#555}@media print{.content-actions,.completion-actions,.error-message{display:none}.content-display{border:none;box-shadow:none;padding:0}.content-text{font-size:12pt;line-height:1.5}}.gather-initial{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;max-width:600px;margin:0 auto}.gather-description{margin-bottom:2rem}.gather-description h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.gather-description p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.gather-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.gather-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--background-secondary);border-radius:8px;border:1px solid var(--border-color)}.feature-icon{font-size:1.25rem;flex-shrink:0}.gather-feature span:last-child{font-size:.9rem;color:var(--text-secondary)}.gather-readonly{padding:1.5rem}.gather-summary{background:var(--background-secondary);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color)}.gather-summary h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.gather-fields{display:grid;gap:1rem}.gather-field{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.gather-field:last-child{border-bottom:none}.gather-field label{font-weight:500;color:var(--text-primary);font-size:.9rem}.gather-field span{color:var(--text-secondary);font-size:.9rem}@media (max-width: 768px){.gather-initial{padding:1.5rem}.gather-features{gap:.75rem}.gather-feature{padding:.5rem}.gather-field{flex-direction:column;align-items:flex-start;gap:.25rem}}.dashboard-page{display:flex;flex-direction:row;min-height:100vh;background-color:#f8f9fa;font-family:Anonymous Pro,monospace}.dashboard-sidebar{width:33.333%;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:.5rem 1.5rem;overflow-y:auto;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column}.dashboard-header{text-align:left;margin-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem}.dashboard-header h1{font-size:1.6rem;font-weight:700;margin:0;color:#fff;letter-spacing:1px}.dashboard-subtitle{font-size:.9rem;color:#fffc;margin:0;font-weight:400;padding-bottom:.2rem}.project-selection{margin-bottom:1.2rem}.project-select-label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#ffffffe6}.project-select{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;color:#fff;font-size:.9rem;font-family:Anonymous Pro,monospace;transition:all .3s ease}.project-select:focus{outline:none;border-color:#e96c13;background-color:#ffffff26;box-shadow:0 0 0 2px #e96c1333}.project-select option{background-color:#2c3e50;color:#fff;padding:.5rem}.project-steps{flex:1}.project-steps h3{font-size:.9rem;font-weight:600;margin:0 0 .5rem;color:#ffffffe6}.steps-list{display:flex;flex-direction:column;gap:.5rem}.step-item{display:flex;align-items:center;gap:.75rem;padding:1rem .75rem;background-color:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative}.step-item:hover{background-color:#ffffff1a;border-color:#fff3}.step-item.completed{background-color:#2ecc711a;border-color:#2ecc714d}.step-item.active{background-color:#ffffff1a;border-color:#ffffff4d;position:relative}.step-item.clickable{cursor:pointer}.step-item.clickable:hover{background-color:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.step-item.viewing{background-color:#3498db26;border-color:#3498db66;box-shadow:0 2px 8px #3498db33}.step-number{width:20px;height:20px;border-radius:50%;background-color:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;flex-shrink:0}.step-content h4{font-size:.9rem;font-weight:600;margin:0;color:#fff;text-transform:lowercase}.step-content p{font-size:.8rem;color:#ffffffb3;margin:0;line-height:1.4}.step-indicator{width:8px;height:8px;background-color:#e96c13;border-radius:50%;position:absolute;right:16px;top:50%;transform:translateY(-50%);box-shadow:0 0 6px #e96c1380;animation:pulse 2s infinite;z-index:1}.step-indicator.completed{background-color:#2ecc71!important;box-shadow:0 0 6px #2ecc7180!important;animation:none!important}.step-indicator.not-started{background-color:transparent!important;border:2px solid #6c757d!important;box-shadow:none!important;animation:none!important}@keyframes pulse{0%{box-shadow:0 0 6px #e96c1380}50%{box-shadow:0 0 12px #e96c13cc}to{box-shadow:0 0 6px #e96c1380}}.dashboard-user{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:space-between;gap:1rem}.user-info{flex:1;min-width:0}.user-email{font-size:.8rem;color:#fffc;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-name{font-size:.9rem;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-main{flex:1;padding:.5rem 2rem;overflow-y:auto;background-color:#f8f9fa}.project-details{max-width:800px}.project-header{margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.project-header h2{font-size:1.6rem;font-weight:600;margin:0;padding-bottom:.2rem;color:#2c3e50}.project-meta{display:flex;gap:2rem;align-items:center}.meta-item{display:flex;align-items:center;gap:.5rem}.meta-label{font-size:.9rem;color:#6c757d;font-weight:500}.project-status{padding:0rem .75rem;background-color:#e96c13;color:#fff;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-date{font-size:.9rem;color:#2c3e50;font-weight:500}.project-plan{font-size:.9rem;color:#007bff;font-weight:500;text-decoration:underline;cursor:default}.project-plan.clickable{cursor:pointer;transition:color .2s ease}.project-plan.clickable:hover{color:#0056b3}.plan-details{background:#fff;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.plan-details-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e1e5e9;margin-bottom:1.5rem}.plan-details-header h3{margin:0;font-size:1.3rem;font-weight:600;color:#2c3e50}.close-button{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s ease}.close-button:hover{color:#2c3e50}.plan-info{padding:0 1.5rem 1.5rem}.plan-section{margin-bottom:2rem}.plan-section:last-child{margin-bottom:0}.plan-section h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#2c3e50}.payment-details{display:grid;gap:.75rem}.payment-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.payment-label{font-weight:500;color:#6c757d}.payment-value{font-weight:500;color:#2c3e50}.payment-status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase}.payment-status.paid{background-color:#d4edda;color:#155724}.payment-status.pending{background-color:#fff3cd;color:#856404}.payment-status.failed{background-color:#f8d7da;color:#721c24}.payment-receipt-link{color:#007bff;text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease;border:1px solid #007bff;background-color:transparent}.payment-receipt-link:hover{background-color:#007bff;color:#fff;text-decoration:none}.features-list{display:grid;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.feature-icon{font-size:1.2rem;width:24px;text-align:center}.feature-text{font-weight:500;color:#2c3e50}.welcome-section{background:linear-gradient(135deg,#34495e 10%,#544f48 40%,#2c3e50);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;text-align:center}.welcome-title{font-size:2.2rem;font-weight:700;margin:0 0 1rem;color:#fff}.welcome-subtitle{font-size:1.1rem;line-height:1.2;margin:0 0 2rem;color:#ffffffe6;max-width:600px;margin:0 auto 2rem}.welcome-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.welcome-actions .btn-primary,.welcome-actions .btn-secondary{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.welcome-actions .btn-primary{background:#fff;color:#2c3e50;box-shadow:0 2px 4px #0000001a}.welcome-actions .btn-primary:hover{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.welcome-actions .btn-secondary{background:transparent;color:#fff;border:2px solid white}.welcome-actions .btn-secondary:hover{background:#fff;color:#2c3e50;transform:translateY(-1px)}.project-angle{margin-bottom:2rem}.project-angle h3{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#2c3e50}.angle-description{font-size:1rem;color:#6c757d;margin:0 0 1.5rem;line-height:1.6;font-style:italic}.angle-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.angle-card h4{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:#2c3e50}.angle-card p{font-size:.95rem;color:#6c757d;margin:0;line-height:1.5}.project-actions{display:flex;gap:1rem;margin-top:2rem}.btn-primary{background:linear-gradient(135deg,#e96c13,#e87727);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;font-family:Anonymous Pro,monospace;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #e96c134d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e96c1366}.btn-secondary{background:#fff;color:#2c3e50;border:1px solid #e1e5e9;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;font-family:Anonymous Pro,monospace;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:#f8f9fa;border-color:#d1d5db}.no-project{text-align:center;padding:4rem 2rem;color:#6c757d}.no-project h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#2c3e50}.no-project p{font-size:1rem;margin:0}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#6c757d}.loading-spinner{width:40px;height:40px;border:4px solid #e1e5e9;border-top:4px solid #e96c13;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dashboard-loading h2{font-size:1.2rem;font-weight:600;margin:0;color:#2c3e50}.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#dc3545;text-align:center;padding:2rem}.dashboard-error h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#dc3545}.dashboard-error p{font-size:1rem;margin:0;color:#6c757d}@media (max-width: 1024px){.dashboard-sidebar{width:40%}.dashboard-main{padding:1.5rem}}@media (max-width: 768px){.dashboard-page{flex-direction:column}.dashboard-sidebar{width:100%;padding:1.5rem}.dashboard-main{padding:1.5rem}.project-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media (max-width: 400px){.dashboard-sidebar,.dashboard-main{padding:1rem}.dashboard-header h1,.project-header h2{font-size:1.5rem}}.interview-page{height:100vh;background:#f8f9fa;padding:0rem}.interview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.interview-error{max-width:600px;margin:0 auto;text-align:center;padding:3rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.interview-error h2{color:#dc3545;margin-bottom:1rem;font-family:Anonymous Pro,monospace}.interview-error p{color:#666;margin-bottom:2rem;font-family:Anonymous Pro,monospace}.interview-content{max-width:800px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;max-height:100vh}.messages-container{height:100%;overflow-y:auto;padding:2rem}.messages-list{display:flex;flex-direction:column;gap:1.5rem}.message{display:flex;flex-direction:column;max-width:66.67%}.message.ai{align-self:flex-end}.message.user{align-self:flex-start}.message-content{padding:1rem 1.5rem;border-radius:12px;font-family:Anonymous Pro,monospace;font-size:.95rem;line-height:1.5;word-wrap:break-word;text-align:left}.message.ai .message-content{background:#e3f2fd;color:#333;border-bottom-right-radius:4px}.message.user .message-content{background:#fafafa;color:#262b3b;border-bottom-left-radius:4px}.message-meta{font-family:Anonymous Pro,monospace;font-size:.8rem;color:#999;margin-top:.5rem;padding:0 .5rem}.message.ai .message-meta{text-align:right}.message.user .message-meta{text-align:left}.response-container{border-top:1px solid #e0e0e0;padding:1.5rem 2rem;background:#f8f9fa}.response-input-group{display:flex;gap:1rem;align-items:flex-end}.response-input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-family:Anonymous Pro,monospace;font-size:.9rem;resize:vertical;min-height:60px;max-height:120px}.response-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.response-input:disabled{background-color:#f8f9fa;color:#666;cursor:not-allowed}.send-button{padding:.75rem 1.5rem;font-family:Anonymous Pro,monospace;font-weight:500;white-space:nowrap}.send-button:disabled{opacity:.6;cursor:not-allowed}.welcome-buttons{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-start}.welcome-btn{padding:.75rem 1.5rem;font-family:Anonymous Pro,monospace;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;min-width:120px}.welcome-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.welcome-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.not-ready-message{margin-top:1rem}.not-ready-message .message-content{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.interview-completion-banner{background:#d4edda;border-bottom:1px solid #c3e6cb;padding:1rem 2rem}.completion-banner-content h3{color:#155724;font-family:Anonymous Pro,monospace;font-size:1.1rem;margin:0 0 .5rem;font-weight:600}.completion-banner-content p{color:#155724;font-family:Anonymous Pro,monospace;font-size:.9rem;margin:0;opacity:.8}.completion-message{border-top:1px solid #e0e0e0;padding:1.5rem 2rem;background:#d4edda;text-align:center}.completion-message p{color:#155724;font-family:Anonymous Pro,monospace;font-size:1rem;margin:0;font-weight:500}.typing-indicator{display:flex;gap:4px;align-items:center}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#1565c0;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-family:Anonymous Pro,monospace;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#545b62;transform:translateY(-1px);box-shadow:0 2px 8px #6c757d4d}@media (max-width: 768px){.interview-page{padding:1rem}.messages-container{padding:1.5rem}.response-container{padding:1rem}.response-input-group{flex-direction:column;align-items:stretch}.send-button{align-self:flex-end}.welcome-buttons{flex-direction:column;gap:.75rem}.welcome-btn{width:100%}.interview-completion-banner{padding:.75rem 1rem}.completion-banner-content h3{font-size:1rem}.completion-banner-content p{font-size:.85rem}}.message-actions{display:flex;gap:.5rem;margin-left:auto;opacity:1}.action-btn{background:none;border:1px solid #e0e0e0;border-radius:4px;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#666}.action-btn:hover{background:#f5f5f5;border-color:#ccc;color:#333}.refresh-btn:hover{background:#e3f2fd;border-color:#2196f3;color:#1976d2}.bookmark-btn:hover{background:#fff3e0;border-color:#ff9800;color:#f57c00}.action-btn:active{transform:scale(.95)}.action-btn svg{width:14px;height:14px}.additional-context-header{text-align:center;margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.additional-context-header h4{margin:0 0 .5rem;color:#495057;font-family:Anonymous Pro,monospace;font-size:1.1rem}.additional-context-header p{margin:0;color:#6c757d;font-family:Anonymous Pro,monospace;font-size:.9rem}.button-group{display:flex;gap:.75rem;margin-top:.75rem}.button-group .btn{flex:1;padding:.75rem 1rem;font-size:.9rem}@media (max-width: 768px){.action-btn{padding:.5rem}.action-btn svg{width:16px;height:16px}.button-group{flex-direction:column}.button-group .btn{flex:none}}@font-face{font-family:Anonymous Pro;src:url(/fonts/AnonymousPro-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Anonymous Pro;src:url(/fonts/AnonymousPro-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Anonymous Pro;src:url(/fonts/AnonymousPro-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Anonymous Pro;src:url(/fonts/AnonymousPro-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Anonymous Pro,Courier New,monospace;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Anonymous Pro,Courier New,monospace;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#333;min-height:100vh;position:relative}body:before{content:"";position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e9ecef' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.3;z-index:-1;pointer-events:none}#root{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.app{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#1f2937}p{margin-bottom:1rem;color:#6b7280}a{color:#3b82f6;text-decoration:none;transition:color .2s}a:hover{color:#2563eb;text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-1px)}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}.loading{opacity:.6;pointer-events:none}@media (max-width: 768px){.container{padding:0 .5rem}}*:focus{outline:2px solid #3b82f6;outline-offset:2px}*:focus:not(:focus-visible){outline:none}.sign-in-prompt{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.sign-in-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:3rem;max-width:400px;width:100%;text-align:center}.sign-in-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#2c3e50;letter-spacing:1px}.sign-in-subtitle{font-size:1.1rem;color:#6c757d;margin:0 0 2rem;line-height:1.5}.sign-in-form{margin-bottom:2rem}.sign-in-footer{border-top:1px solid #e1e5e9;padding-top:1.5rem}.sign-in-footer p{font-size:.9rem;color:#6c757d;margin:0;line-height:1.4}.clerk-sign-in-button{background:linear-gradient(135deg,#e96c13,#e87727)!important;border:none!important;border-radius:8px!important;font-weight:600!important;font-family:Anonymous Pro,monospace!important;transition:all .3s ease!important}.clerk-sign-in-button:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #e96c1366!important}.clerk-sign-in-card{border:none!important;box-shadow:none!important;background:transparent!important}.clerk-sign-in-title{font-family:Anonymous Pro,monospace!important;font-weight:700!important;color:#2c3e50!important}.clerk-sign-in-subtitle{font-family:Anonymous Pro,monospace!important;color:#6c757d!important}@media (max-width: 480px){.sign-in-prompt{padding:1rem}.sign-in-container{padding:2rem}.sign-in-header h1{font-size:2rem}.sign-in-subtitle{font-size:1rem}}
