#root{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root :root{--primary:#224187;--accent:#1194de;--highlight:#00b0e9;--success:#51c17d;--warning:#f59e0b;--danger:#c7004f;--text:#1e293b;--text-light:#64748b;--bg:#f8fafc;--card:#fff;--border:#e2e8f0}#root *{box-sizing:border-box}#root .app-container{background:linear-gradient(135deg,#f8fafc 0%,#e3f2fd 100%);max-width:900px;min-height:100vh;margin:0 auto;padding:2rem 1rem}#root .logo-container{text-align:left;margin-bottom:2rem;animation:.6s ease-out fadeInDown}#root .logo-container img{width:auto;height:40px}#root .header{text-align:center;margin-bottom:3rem;animation:.6s ease-out .1s both fadeInDown}#root .header h1{color:#224187;letter-spacing:-.02em;margin-bottom:.5rem;font-family:IBM Plex Sans,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:600}#root .header .subtitle{color:#64748b;font-size:1.125rem;font-weight:400}#root .progress-container{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;animation:.6s ease-out .2s both fadeIn;box-shadow:0 4px 6px -1px #0000001a}#root .progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden}#root .progress-fill{background:linear-gradient(90deg,#1194de,#00b0e9);border-radius:4px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}#root .progress-text{color:#64748b;justify-content:space-between;font-size:.875rem;display:flex}#root .question-card{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2.5rem;animation:.6s ease-out fadeInUp;box-shadow:0 10px 15px -3px #0000001a}#root .section-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#224187;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}#root .question-title{color:#224187;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.4}#root .question-number{color:#00b0e9;font-weight:700}#root .options{flex-direction:column;gap:1rem;display:flex}#root .option{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .2s;position:relative;overflow:hidden}#root .option:hover{border-color:#00b0e9;transform:translate(4px);box-shadow:0 4px 6px -1px #0000001a}#root .option.selected{color:#fff;background:linear-gradient(135deg,#1194de 0%,#00b0e9 100%);border-color:#00b0e9}#root .option-label{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}#root .option.selected .option-label{color:#fff}#root .option-text{color:#64748b;font-size:.95rem;line-height:1.5}#root .option.selected .option-text{color:#ffffffe6}#root .nav-buttons{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}#root .btn{cursor:pointer;border:none;border-radius:8px;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}#root .btn-primary{color:#fff;background:#f18929;flex:1}#root .btn-primary:hover:not(:disabled){background:#d9751f;transform:translateY(-2px);box-shadow:0 4px 12px #f189294d}#root .btn-secondary{color:#1194de;background:#fff;border:2px solid #1194de}#root .btn-secondary:hover{background:#f8fafc}#root .btn:disabled{opacity:.5;cursor:not-allowed}#root .results-container{animation:.8s ease-out fadeIn}#root .score-card{color:#fff;text-align:center;background:linear-gradient(135deg,#224187 0%,#1194de 100%);border-radius:20px;margin-bottom:2rem;padding:3rem;box-shadow:0 20px 25px -5px #0003}#root .score-number{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:5rem;font-weight:900;line-height:1}#root .score-label{opacity:.9;margin-bottom:1.5rem;font-size:1.25rem}#root .readiness-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:30px;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;display:inline-block}#root .section-breakdown{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}#root .section-breakdown h2{color:#224187;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:2rem}#root .section-item{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.5rem}#root .section-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}#root .section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}#root .section-name{color:#224187;font-size:1.125rem;font-weight:600}#root .section-score{border-radius:6px;padding:.25rem .75rem;font-size:1.25rem;font-weight:700}#root .section-score.strong{color:#51c17d;background:#51c17d1a}#root .section-score.weak{color:#c7004f;background:#c7004f1a}#root .section-score.moderate{color:#f59e0b;background:#f59e0b1a}#root .section-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}#root .section-bar-fill{background:#51c17d;border-radius:4px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}#root .guidance-card{background:#fff;border-left:6px solid #00b0e9;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}#root .guidance-card h2{color:#224187;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem}#root .guidance-card h3{color:#1194de;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}#root .guidance-card p{color:#1e293b;margin-bottom:1rem;line-height:1.7}#root .guidance-card ul{margin-bottom:1rem;margin-left:1.5rem}#root .guidance-card li{color:#1e293b;margin-bottom:.5rem}#root .highlight-box{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:4px solid #f59e0b;border-radius:8px;margin:1.5rem 0;padding:1.25rem}#root .highlight-box strong{color:#224187;margin-bottom:.5rem;font-size:1.125rem;display:block}#root .weak-areas{background:#fff;border-left:6px solid #c7004f;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}#root .weak-areas h2{color:#c7004f;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem}#root .weak-area-item{background:#c7004f0d;border-radius:8px;margin-bottom:1rem;padding:1.25rem}#root .weak-area-item h4{color:#c7004f;margin-bottom:.5rem;font-size:1.125rem}#root .weak-area-item p{color:#1e293b;font-size:.95rem}#root .strong-areas{background:#fff;border-left:6px solid #51c17d;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}#root .strong-areas h2{color:#51c17d;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem}#root .strong-area-item{background:#51c17d0d;border-radius:8px;margin-bottom:1rem;padding:1.25rem}#root .strong-area-item h4{color:#51c17d;margin-bottom:.5rem;font-size:1.125rem}#root .email-form-card{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:6px solid #f59e0b;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}#root .email-form-card h3{color:#224187;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem}#root .email-form-card p{color:#1e293b;margin-bottom:1.5rem;line-height:1.6}#root .email-success{color:#51c17d;background:#51c17d1a;border-radius:8px;margin-top:1rem;padding:1rem;font-weight:500}#root .restart-btn{color:#1194de;background:#fff;border:2px solid #1194de;width:100%;margin-top:2rem}#root .restart-btn:hover{background:#f8fafc}#root .hs-form-frame{width:100%;margin-top:1.5rem}#root .hs-form-frame iframe{border:none;width:100%;min-height:500px}#root .email-form-card .hs-form-frame{background:0 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){#agentic-ai-assessment-root .app-container{padding:1rem}#agentic-ai-assessment-root .question-card{padding:1.5rem}#agentic-ai-assessment-root .score-number{font-size:4rem}#agentic-ai-assessment-root .nav-buttons{flex-direction:column}#agentic-ai-assessment-root .btn-secondary{order:-1}}
