@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #1e40af;--primary-light: #3b82f6;--primary-dark: #1e3a8a;--accent-color: #f472b6;--text-color: #333;--background-color: #fff;--gray-light: #f3f4f6;--gray-medium: #d1d5db;--gray-dark: #6b7280;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--border-radius: 8px;--box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color);background-color:var(--background-color);line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.7}input,select,textarea{font-family:inherit}@media (max-width: 768px){html{font-size:14px}}.user-info-form{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a}.intro-text{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color);text-align:center;line-height:1.4}.secondary-heading{font-size:1.2rem;font-weight:500;margin-bottom:2rem;color:var(--text-color);text-align:center}.form-description{margin-bottom:2rem;color:var(--text-color);text-align:center}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color)}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:var(--primary-color);outline:none}.form-group input.error,.form-group select.error{border-color:var(--error-color)}.error-message{display:block;color:var(--error-color);font-size:.875rem;margin-top:.25rem}.form-actions{display:flex;justify-content:flex-end;margin-top:2rem}.required-fields-note{margin-top:1.5rem;font-size:.875rem;color:var(--text-secondary);font-style:italic}.form-illustration{display:flex;justify-content:center;margin:2rem 0}@media (max-width: 768px){.user-info-form{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%;margin-bottom:.5rem}}.assessment-form{background-color:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow)}.assessment-form h2{color:var(--primary-color);margin-top:0;margin-bottom:1rem}.dimension-tabs{display:flex;margin-bottom:1.5rem;border-bottom:1px solid var(--gray-medium);overflow-x:auto}.dimension-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-weight:500;cursor:pointer;transition:var(--transition);white-space:nowrap}.dimension-tab:hover{color:var(--primary-color)}.dimension-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.dimension-tab.complete:not(.active){color:var(--success-color)}.completion-indicator{display:flex;align-items:center;margin-bottom:2rem}.completion-bar{flex:1;height:8px;background-color:var(--gray-light);border-radius:4px;overflow:hidden;margin-right:1rem}.completion-progress{height:100%;background-color:var(--primary-color);border-radius:4px}.completion-text{font-weight:500;color:var(--primary-color)}.questions-container{margin-bottom:2rem}.questions-container h3{margin-top:0;margin-bottom:1.5rem;color:var(--primary-color)}.question-card{background-color:var(--gray-light);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.question-text{margin-top:0;margin-bottom:1rem;font-weight:500}.score-options{display:flex;justify-content:space-between;flex-wrap:wrap}.score-option{text-align:center;margin-bottom:.5rem;flex:1;min-width:60px}.score-option input[type=radio]{display:none}.score-option label{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:.5rem;border-radius:var(--border-radius);transition:var(--transition);font-weight:600}.score-option input[type=radio]:checked+label{background-color:var(--primary-color);color:#fff}.score-label{font-size:.75rem;font-weight:400;margin-top:.25rem;display:none}.score-option input[type=radio]:checked+label .score-label{display:block}@media (max-width: 768px){.assessment-form{padding:1.5rem}.dimension-tabs{flex-wrap:nowrap;overflow-x:auto}.dimension-tab{padding:.5rem 1rem;font-size:.875rem}.score-options{flex-wrap:wrap}.score-option{min-width:40px;margin-right:.25rem}}.roi-input-form{background-color:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow)}.roi-input-form h2{color:var(--primary-color);margin-top:0;margin-bottom:1rem}.form-description{color:var(--gray-dark);margin-bottom:2rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-light)}.form-section h3{color:var(--primary-color);margin-top:0;margin-bottom:1.5rem;font-size:1.25rem}.form-section:last-child{border-bottom:none}.slider-group label{display:flex;justify-content:space-between;align-items:center}.value-display{font-weight:600;color:var(--primary-color)}input[type=range]{width:100%;margin:1rem 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;background:var(--gray-light);border-radius:4px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.range-labels{display:flex;justify-content:space-between;margin-top:-.5rem;font-size:.75rem;color:var(--gray-dark)}@media (max-width: 768px){.roi-input-form{padding:1.5rem}}.results-dashboard{background-color:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--box-shadow)}.results-dashboard h2{color:var(--primary-color);margin-top:0;margin-bottom:2rem;text-align:center}.results-summary{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.user-info{flex:1;min-width:250px}.user-info h3{margin-top:0;margin-bottom:.5rem}.user-info p{color:var(--gray-dark);margin:0}.score-summary{flex:1;min-width:250px;display:flex;justify-content:center}.overall-score{text-align:center}.overall-score h3{margin-top:0;margin-bottom:1rem}.score-circle{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;font-weight:700;color:#fff}.score-circle.red{background-color:#ff5252}.score-circle.yellow{background-color:#ffc107}.score-circle.green{background-color:#4caf50}.score-circle.royal-blue{background-color:#1565c0}.maturity-stage{margin-top:1rem}.maturity-stage h4{margin:0 0 .5rem;color:var(--primary-color)}.maturity-stage p{margin:0;font-size:.875rem;color:var(--gray-dark)}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.radar-chart-container{background-color:var(--gray-light);border-radius:var(--border-radius);padding:1.5rem}.radar-chart-container h3{margin-top:0;margin-bottom:1rem;text-align:center;color:var(--primary-color)}.roi-summary{background-color:var(--gray-light);border-radius:var(--border-radius);padding:1.5rem}.roi-summary h3{margin-top:0;margin-bottom:1.5rem;text-align:center;color:var(--primary-color)}.roi-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.roi-metric{background-color:#fff;border-radius:var(--border-radius);padding:1rem;text-align:center}.roi-metric h4{margin:0 0 .5rem;font-size:.875rem;color:var(--gray-dark)}.metric-value{margin:0;font-size:1.25rem;font-weight:700;color:var(--primary-color)}.roi-metric.total{grid-column:span 2;background-color:var(--primary-color)}.roi-metric.total h4,.roi-metric.total .metric-value{color:#fff}.strengths-opportunities{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.strengths,.opportunities{background-color:var(--gray-light);border-radius:var(--border-radius);padding:1.5rem}.strengths h3,.opportunities h3{margin-top:0;margin-bottom:1rem;color:var(--primary-color)}.strengths ul,.opportunities ul{margin:0;padding-left:1.5rem}.strengths li,.opportunities li{margin-bottom:.5rem}.recommendations{margin-bottom:2rem}.recommendations h3{margin-top:0;margin-bottom:1rem;color:var(--primary-color)}.workshop-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.workshop-card{background-color:var(--gray-light);border-radius:var(--border-radius);padding:1.5rem;border-left:4px solid var(--primary-color)}.workshop-card.priority-1{border-left-color:var(--primary-color)}.workshop-card.priority-2{border-left-color:var(--primary-light)}.workshop-card.priority-3,.workshop-card.priority-4,.workshop-card.priority-5{border-left-color:var(--gray-dark)}.workshop-card h4{margin-top:0;margin-bottom:.75rem;color:var(--primary-color)}.workshop-card p{margin:0 0 1.5rem;font-size:.875rem;color:var(--gray-dark)}.next-steps{background-color:var(--gray-light);border-radius:var(--border-radius);padding:1.5rem;text-align:center}.next-steps h3{margin-top:0;margin-bottom:1rem;color:var(--primary-color)}.next-steps p{margin:0 0 1.5rem}.action-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 992px){.results-grid,.strengths-opportunities{grid-template-columns:1fr}}@media (max-width: 768px){.results-dashboard{padding:1.5rem}.results-summary{flex-direction:column;gap:1.5rem}.roi-metrics{grid-template-columns:1fr}.roi-metric.total{grid-column:auto}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}.radar-chart{width:100%;height:100%}.recharts-polar-grid-angle line,.recharts-polar-grid-concentric circle{stroke:var(--gray-medium)}.recharts-polar-angle-axis-tick text{font-size:12px;fill:var(--text-color)}.recharts-polar-radius-axis-tick text{font-size:10px;fill:var(--gray-dark)}.recharts-radar-polygon{stroke-width:2px}.recharts-radar-circle{fill:var(--primary-color);stroke:#fff;stroke-width:2px}.progress-container{margin-bottom:2rem}.progress-bar{height:8px;background-color:var(--gray-light);border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;background-color:var(--primary-color);border-radius:4px;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between}.progress-step{display:flex;flex-direction:column;align-items:center;width:25%;position:relative}.step-number{width:30px;height:30px;border-radius:50%;background-color:var(--gray-light);color:var(--gray-dark);display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;transition:var(--transition)}.step-label{font-size:.875rem;color:var(--gray-dark);text-align:center;transition:var(--transition)}.progress-step.active .step-number{background-color:var(--primary-color);color:#fff}.progress-step.active .step-label{color:var(--primary-color);font-weight:500}.progress-step.current .step-number{box-shadow:0 0 0 3px #1e40af33}@media (max-width: 768px){.step-label{font-size:.75rem}}:root{--primary-color: #1e40af;--primary-light: #3b82f6;--primary-dark: #1e3a8a;--gray-light: #f3f4f6;--gray-medium: #d1d5db;--gray-dark: #6b7280;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--border-radius: 8px;--box-shadow: 0 4px 6px rgba(0, 0, 0, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0;background-color:#f9fafb;color:#111827;line-height:1.5}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000000d;display:flex;align-items:center;justify-content:space-between}.logo{height:40px;cursor:pointer}.app-header h1{font-size:1.5rem;font-weight:600;margin:0;color:var(--primary-color)}.app-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.app-footer{background-color:#fff;padding:1rem 2rem;text-align:center;border-top:1px solid var(--gray-medium);font-size:.875rem;color:var(--gray-dark)}.app-footer a{color:var(--primary-color);text-decoration:none}.app-footer a:hover{text-decoration:underline}.btn-primary{background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:var(--primary-dark)}.btn-primary:disabled{background-color:var(--gray-medium);cursor:not-allowed}.btn-secondary{background-color:#fff;color:var(--primary-color);border:1px solid var(--primary-color);padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:var(--gray-light)}.btn-tertiary{background-color:transparent;color:var(--gray-dark);border:1px solid var(--gray-medium);padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background-color .2s}.btn-tertiary:hover{background-color:var(--gray-light)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid var(--gray-medium);border-radius:var(--border-radius);font-size:1rem;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #1e40af33}.form-group input.error,.form-group select.error{border-color:var(--danger-color)}.error-message{color:var(--danger-color);font-size:.875rem;margin-top:.25rem;display:block}.form-actions{display:flex;justify-content:space-between;margin-top:2rem}.form-description{margin-bottom:2rem;color:var(--gray-dark)}.form-illustration{display:flex;justify-content:center;margin:1rem 0 2rem}.form-illustration img{max-width:300px;height:auto}.required-fields-note{margin-top:1rem;font-size:.875rem;color:var(--gray-dark)}@media (max-width: 768px){.app-header,.app-main{padding:1rem}.form-actions{flex-direction:column;gap:1rem}.form-actions button{width:100%}}
