body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#000,#000);box-shadow:0 4px 6px #0003;color:#fff;padding:1rem 2rem}.header-content{gap:2rem;justify-content:space-between;min-height:auto;width:100%}.header-content,.header-logo{align-items:center;display:flex}.header-logo{flex:0 0 auto}.logo-text{align-items:center;display:flex;font-family:Arial,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;gap:1rem;margin:0}.meka-text{background:#fff;border-radius:4px;color:#000;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-weight:400;padding:.2em .4em}.dealflow-text{color:#fff}.header-right{gap:1.5rem}.header-right,.header-title{align-items:center;display:flex;flex:0 0 auto}.header-title{margin-right:0}.header-auth{align-items:center;display:flex;flex:0 0 auto;margin-left:0}.auth-button{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transform:translateY(3px);transition:all .3s ease;white-space:nowrap}.auth-button:hover{background:#0056b3;transform:translateY(4px)}.app-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin:0}.progress-indicator{gap:1rem;margin-top:1.5rem}.progress-dot,.progress-indicator{display:flex;justify-content:center}.progress-dot{align-items:center;background:#ffffff1a;border:3px solid #ffffff4d;border-radius:50%;font-size:1.1rem;font-weight:700;height:50px;transition:all .3s ease;width:50px}.progress-dot.completed{background:#007bff;border-color:#007bff;color:#fff}.progress-dot.accessible{background:#fff3;border-color:#ffffff80;color:#fff}.progress-dot.locked{background:#ffffff0d;border-color:#ffffff1a;color:#ffffff4d}.completion-page,.questionnaire-page{flex:1 1;margin:0 auto;max-width:900px;padding:2rem;width:100%}.page-header{align-items:flex-start;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.page-info h2{color:#000;font-size:2rem;margin-bottom:.5rem}.page-description{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.page-progress{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.progress-bar{background:#f0f0f0;border-radius:4px;height:8px;overflow:hidden;width:200px}.progress-fill{background:linear-gradient(90deg,#007bff,#0056b3);height:100%;transition:width .3s ease}.progress-text{color:#666;font-size:.9rem;white-space:nowrap}.page-number{background:#007bff;border-radius:8px;color:#fff;font-weight:700;padding:.5rem 1rem;white-space:nowrap}.questions-container{display:flex;flex-direction:column;gap:2rem}.question-block{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:2rem;transition:box-shadow .3s ease}.question-block:hover{box-shadow:0 4px 20px #00000026}.question-block.no-hover:hover{box-shadow:0 2px 8px #0000001a}.question-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.question-number{color:#007bff;font-size:1.2rem;font-weight:600}.required-indicator{color:#dc3545;font-size:1.2rem;font-weight:700}.question-text{color:#000;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.benchmark-text{color:#666;font-size:.95rem;font-style:italic;line-height:1.5;margin-bottom:1.5rem}.currency-container,.dropdown-container,.number-container,.scale-container,.text-container,.yes-no-container{border-top:2px solid #f0f0f0;padding-top:1.5rem}.scale-labels{color:#333;display:flex;font-weight:600;justify-content:space-between;margin-bottom:1rem}.scale-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr)}.scale-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:.8rem;text-align:center;transition:all .3s ease}.scale-option:hover{background:#f8f9ff;border-color:#007bff}.scale-option input[type=radio]{display:none}.scale-option input[type=radio]:checked+.scale-number{background:#007bff;color:#fff}.scale-option input[type=radio]:checked~.scale-description{color:#007bff;font-weight:600}.scale-number{align-items:center;background:#f0f0f0;border-radius:50%;display:flex;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;margin-bottom:.5rem;transition:all .3s ease;width:40px}.scale-description{color:#666;font-size:.85rem;transition:all .3s ease}.dropdown-select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#000;cursor:pointer;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.dropdown-select:hover{border-color:#007bff}.dropdown-select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.number-input{border:2px solid #e0e0e0;border-radius:8px;color:#000;font-size:1rem;max-width:300px;padding:1rem;transition:all .3s ease;width:100%}.number-input:focus,.number-input:hover{border-color:#007bff}.number-input:focus{box-shadow:0 0 0 3px #007bff1a;outline:none}.text-input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#000;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.text-input:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.text-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none;transform:translateY(-1px)}.currency-input-wrapper{align-items:center;display:inline-flex;max-width:400px;position:relative;width:100%}.currency-symbol{color:#333;font-size:1.2rem;font-weight:700;left:1rem;position:absolute;z-index:1}.currency-input{border:2px solid #e0e0e0;border-radius:8px;color:#000;font-size:1rem;padding:1rem 1rem 1rem 2.5rem;text-align:right;transition:all .3s ease;width:100%}.currency-input:hover{border-color:#007bff}.currency-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none;padding-left:2.5rem;text-align:left}.yes-no-options{display:flex;gap:2rem;justify-content:center}.yes-no-option{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;padding:1rem 2rem;transition:all .3s ease}.yes-no-option:hover{background:#f8f9ff;border-color:#007bff}.yes-no-option input[type=radio]{display:none}.yes-no-option input[type=radio]:checked+.yes-no-label{color:#fff}.yes-no-option input[type=radio]:checked+.yes-no-label.yes{background:#007bff}.yes-no-option input[type=radio]:checked+.yes-no-label.no{background:#6c757d}.yes-no-label{background:#f8f9fa;border-radius:6px;color:#333;font-size:1.1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.yes-no-label.yes:hover{background:#007bff;color:#fff}.yes-no-label.no:hover{background:#6c757d;color:#fff}.validation-error{background:#fff5f5;border:2px solid #dc3545;border-radius:8px;color:#721c24;margin-bottom:2rem;padding:1.5rem}.validation-error h4{color:#dc3545;margin-bottom:1rem}.validation-error ul{margin-left:1.5rem}.validation-error li{margin-bottom:.5rem}.navigation-buttons{display:flex;gap:1rem;justify-content:space-between;margin-top:3rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;min-width:120px;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background:#0056b3;box-shadow:0 6px 20px #007bff66;transform:translateY(-2px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#5a6268;box-shadow:0 6px 20px #6c757d66;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #007bff;color:#007bff}.btn-outline:hover{background:#007bff;color:#fff}.completion-header{margin-bottom:3rem;text-align:center}.completion-header h2{color:#000;font-size:2.5rem;margin-bottom:1rem}.completion-header p{color:#666;font-size:1.2rem;margin-bottom:1rem}.completion-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.stat-card h3{color:#666;font-size:1rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.stat-number{color:#007bff;font-size:3rem;font-weight:700}.category-summary{margin-bottom:3rem}.category-summary h3{color:#000;font-size:1.5rem;margin-bottom:2rem}.category-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;text-align:center}.category-card h4{color:#000;font-size:1.1rem;margin-bottom:1rem}.category-score{color:#007bff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.category-details{color:#666;font-size:.9rem}.summary-section{margin-bottom:3rem}.detailed-summary{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-top:2rem;padding:2rem}.page-summary{border-bottom:2px solid #f0f0f0;margin-bottom:2rem;padding-bottom:2rem}.page-summary:last-child{border-bottom:none;margin-bottom:0}.page-summary h4{color:#007bff;font-size:1.3rem;margin-bottom:1rem}.questions-summary{display:flex;flex-direction:column;gap:1rem}.question-summary{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.question-summary .question-text{color:#000;flex:1 1;font-size:.95rem;margin:0 1rem 0 0}.response-display{align-items:center;display:flex;gap:.5rem}.response-score{align-items:center;background:#007bff;border-radius:50%;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;min-width:30px;padding:0 .5rem}.response-score.yes_no{border-radius:6px;padding:.5rem 1rem}.response-score.yes_no[data-value=true]{background:#007bff}.response-score.yes_no[data-value=false]{background:#6c757d}.response-score.currency,.response-score.dropdown,.response-score.number,.response-score.text{background:#6c757d;border-radius:6px;max-width:200px;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;white-space:nowrap}.response-label{color:#333;font-size:.9rem;font-weight:500}.completion-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.success-message{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:4rem 2rem;text-align:center}.success-icon{font-size:4rem;margin-bottom:2rem}.success-message h2{color:#000;margin-bottom:1rem}.success-message p{color:#666;font-size:1.1rem;margin-bottom:1rem}.error-message{background:#fff5f5;border:2px solid #dc3545;border-radius:8px;color:#721c24;margin-bottom:1rem;padding:1rem 1.5rem;text-align:center}.personal-info-form{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:2rem}.form-group label{color:#000;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.form-group input:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.form-group input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none;transform:translateY(-1px)}.form-group input:required:invalid:not(:focus){border-color:#e0e0e0}.form-group input:required:valid{border-color:#007bff}.submit-btn{background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;box-shadow:0 4px 15px #007bff33;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#004085);box-shadow:0 6px 20px #007bff4d;transform:translateY(-2px)}.submit-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.submit-btn:active:not(:disabled){transform:translateY(0)}.field-error{color:#dc3545;font-size:.875rem;font-weight:500;margin-top:.5rem}.form-group input.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.password-requirements{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:1rem;padding:1rem}.password-requirements p{color:#495057;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.password-requirements ul{color:#6c757d;font-size:.85rem;margin:0;padding-left:1.5rem}.password-requirements li{margin-bottom:.25rem}.auth-links{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem;text-align:center}.auth-links p{color:#6c757d;margin:0}.link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;font-weight:600;padding:0;text-decoration:underline}.link-button:hover{color:#0056b3}.verification-hint{margin-top:.5rem}.verification-hint p{color:#6c757d;font-size:.875rem;font-style:italic;margin:0}.user-info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.info-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;flex-direction:column;padding:1rem}.info-item label{color:#495057;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.info-item span{color:#000;font-size:1rem;font-weight:500}.plan-badge,.role-badge{background:#007bff;border-radius:12px;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.25rem .75rem;width:-webkit-fit-content;width:fit-content}.status-paid,.status-verified{color:#28a745;font-weight:600}.status-unpaid,.status-unverified{color:#dc3545;font-weight:600}.assessment-count{background:#6c757d;border-radius:12px;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.25rem .75rem;width:-webkit-fit-content;width:fit-content}.simple-profile{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.profile-info h3{color:#000;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.authorization-status{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.5rem}.authorization-status.authorized{color:#28a745}.authorization-status.not-authorized{color:#dc3545}.status-icon{font-size:1.2rem}.profile-actions{align-items:center;display:flex}@media (max-width:768px){.simple-profile{align-items:flex-start;flex-direction:column;gap:1rem}.profile-actions{align-self:flex-end}}.billing-summary{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.billing-summary h3{color:#333;font-size:1.25rem;margin-bottom:1rem}.billing-details{display:flex;flex-direction:column;gap:.75rem}.billing-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.5rem 0}.billing-item:last-of-type{border-bottom:none}.item-name{color:#555;font-weight:500}.item-price{color:#333;font-weight:600}.billing-total{align-items:center;border-top:2px solid #333;display:flex;font-size:1.1rem;justify-content:space-between;margin-top:.5rem;padding:1rem 0}.total-label,.total-price{color:#333;font-weight:700}.total-price{font-size:1.25rem}.billing-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.checkout-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;min-width:200px;padding:1rem 2rem;transition:all .3s ease}.checkout-btn:hover:not(:disabled){box-shadow:0 8px 25px #28a7454d;transform:translateY(-2px)}.checkout-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.billing-security{background:#e8f5e8;border-left:4px solid #28a745;border-radius:8px;margin:1.5rem 0;padding:1rem;text-align:center}.security-text{color:#155724;font-size:.9rem;margin:0}.security-icon{margin-right:.5rem}.billing-features{background:#f8f9fa;border-radius:8px;margin-top:2rem;padding:1.5rem}.billing-features h4{color:#333;font-size:1.1rem;margin-bottom:1rem}.features-list{list-style:none;margin:0;padding:0}.features-list li{color:#555;font-size:.95rem;padding:.5rem 0}.features-list li:before{color:#28a745;content:"✓";font-weight:700;margin-right:.5rem}@media (max-width:1024px){.header-content{gap:1.5rem}.logo-text{font-size:clamp(1.8rem,4.5vw,3rem)}}@media (max-width:768px){.app-header{padding:1rem}.header-content{align-items:center;flex-direction:column;gap:1rem;min-height:auto}.header-right{flex-direction:column;gap:.5rem}.header-title{align-items:center;text-align:center}.header-auth{gap:0}.auth-button{font-size:.8rem;padding:.4rem .8rem}.logo-text{font-size:clamp(1.5rem,6vw,2.5rem);gap:.75rem}.progress-indicator{gap:.5rem}.progress-dot{font-size:1rem;height:40px;width:40px}.completion-page,.questionnaire-page{padding:1rem}.personal-info-form{margin:0 1rem;padding:1.5rem}.page-header{align-items:stretch;flex-direction:column;text-align:center}.page-info{margin-bottom:1.5rem}.progress-bar{width:100%}.scale-options{gap:.5rem;grid-template-columns:repeat(3,1fr)}.scale-option{padding:.5rem}.currency-input-wrapper,.number-input,.text-input{max-width:100%}.yes-no-options{flex-direction:column;gap:1rem}.yes-no-option{padding:.8rem 1rem}.navigation-buttons{flex-direction:column}.category-grid,.completion-stats{grid-template-columns:1fr}.question-summary{align-items:stretch;flex-direction:column;text-align:center}.question-summary .question-text{margin-bottom:1rem;margin-right:0}.billing-actions,.completion-actions{flex-direction:column}.billing-actions{align-items:center}.checkout-btn{max-width:300px;width:100%}}.embedded-checkout{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:8px;margin-top:2rem;padding:1.5rem}.embedded-checkout h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.checkout-form{display:flex;flex-direction:column;gap:1rem}.payment-element-container{background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;padding:1rem}.checkout-btn{font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem}.loading-message{color:#666;padding:2rem;text-align:center}.loading-message p{font-size:1rem;margin:0}#checkout{margin-top:1rem;min-height:400px}@media (max-width:480px){.logo-text{font-size:clamp(1.2rem,7vw,2rem);gap:.5rem}.app-header h1{font-size:clamp(1.5rem,8vw,2rem)}}.success-icon{color:#28a745;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.code-input-container{align-items:stretch;display:flex;gap:.5rem}.code-input{background-color:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;color:#333;flex:1 1;font-family:Courier New,monospace;font-size:.9rem;min-height:2.5rem;padding:.75rem;word-break:break-all}.code-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.copy-button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;min-width:120px;padding:.75rem 1rem;transition:all .2s ease;white-space:nowrap}.copy-button:hover{background-color:#0056b3;transform:translateY(-1px)}.copy-button.copied{background-color:#28a745}.copy-button.copied:hover{background-color:#218838}.warning-message{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;margin:1rem 0;padding:1rem}.expiration-info{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-top:1.5rem;padding:1rem}.info-item{align-items:center;display:flex;justify-content:space-between}.info-label{color:#495057;font-weight:600}.info-value{color:#6c757d;font-family:Courier New,monospace}.expiration-simple{color:#6c757d;font-size:.9rem;margin-top:1rem;text-align:center}@media (max-width:768px){.code-input-container{flex-direction:column}.copy-button{width:100%}}
/*# sourceMappingURL=main.d72a2939.css.map*/