:root{--primary-blue:#1e3a8a;--soft-blue:#eff6ff;--gold-cta:#d4af37;--gold-cta-hover:#b8972e;--green-completed:#22c55e;--background:#f9fafb;--white:#fff;--border:#e5e7eb;--text-primary:#111827;--text-secondary:#6b7280;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius:8px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;align-items:center;padding:2rem 1rem;display:flex}.card{background-color:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:100%;max-width:600px;transition:var(--transition);padding:2rem}.card:hover{box-shadow:var(--shadow-lg)}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}h1{color:var(--primary-blue);margin-bottom:1rem;font-size:2rem;font-weight:700}h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}p{color:var(--text-secondary);margin-bottom:1.5rem}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-align:center;border:none;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:#172b6b}.btn-cta{background-color:var(--gold-cta);color:var(--white)}.btn-cta:hover{background-color:var(--gold-cta-hover)}.btn-outline{color:var(--text-secondary);border:1px solid var(--border);background-color:#0000}.btn-outline:hover{background-color:var(--soft-blue);color:var(--primary-blue);border-color:var(--primary-blue)}.microcopy{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem}.stepper-progress{justify-content:space-between;margin-bottom:2rem;display:flex}.step-indicator{color:var(--primary-blue);background-color:var(--soft-blue);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.options-grid{flex-direction:column;gap:1rem;display:flex}.option-card{border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.option-card:hover,.option-card.selected{border-color:var(--primary-blue);background-color:var(--soft-blue)}.progress-container{background-color:var(--border);border-radius:9999px;width:100%;height:.75rem;margin-bottom:.5rem;overflow:hidden}.progress-bar{background-color:var(--green-completed);height:100%;transition:width .5s}.progress-text{text-align:right;color:var(--green-completed);margin-bottom:2rem;font-size:.875rem;font-weight:600}.checklist-section{margin-bottom:2rem}.checklist-section-title{color:var(--primary-blue);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.checklist-item{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background-color:var(--white);align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.checklist-item:hover{box-shadow:var(--shadow-sm);border-color:#d1d5db}.checklist-item.completed{background-color:#f0fdf4;border-color:#bbf7d0}.checklist-item.completed .item-title{color:var(--text-secondary);text-decoration:line-through}.checkbox-wrapper{margin-top:.25rem}.checkbox-custom{border:2px solid var(--border);cursor:pointer;width:1.5rem;height:1.5rem;transition:var(--transition);border-radius:4px;justify-content:center;align-items:center;display:flex}.checkbox-custom.checked{background-color:var(--green-completed);border-color:var(--green-completed)}.item-content{flex:1}.item-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.item-title{color:var(--text-primary);transition:var(--transition);font-size:1.125rem;font-weight:600}.item-desc{color:var(--text-secondary);margin-bottom:0;font-size:.875rem}.tag{white-space:nowrap;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.tag-expert{color:#b45309;background-color:#fef3c7}.tag-risk{color:#b91c1c;background-color:#fee2e2}.tag-compliance{color:#4338ca;background-color:#e0e7ff}.tooltip-icon{color:var(--text-secondary);cursor:help;align-items:center;display:inline-flex}.friction-card{border-radius:var(--radius);background-color:#fffbeb;border:1px solid #fde68a;border-left:4px solid #f59e0b;gap:1rem;margin:1.5rem 0;padding:1.25rem;display:flex}.friction-icon{color:#f59e0b;flex-shrink:0}.friction-content h4{color:#92400e;margin-bottom:.25rem;font-weight:600}.friction-content p{color:#b45309;margin-bottom:.75rem;font-size:.875rem}.friction-cta{color:#92400e;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600;text-decoration:underline}footer{text-align:center;border-top:1px solid var(--border);padding:2rem 1rem}footer p{margin:0;font-size:.875rem}footer a{color:var(--text-secondary);transition:var(--transition);text-decoration:none}footer a:hover{color:var(--primary-blue);text-decoration:underline}.fade-enter{opacity:0;transform:translateY(10px)}.fade-enter-active{opacity:1;transition:opacity .3s,transform .3s;transform:translateY(0)}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s}.spinner-icon{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
