:root{--navy: #1B3A6B;--navy-light: #2a5298;--gold: #C8962E;--gold-light: #e8b84b;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--green: #16A34A;--red: #DC2626;--amber: #D97706;--white: #FFFFFF;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--gray-50);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--navy);text-decoration:none}a:hover{color:var(--navy-light)}img{max-width:100%}h1{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--navy)}h2{font-size:2rem;font-weight:700;line-height:1.3;color:var(--navy)}h3{font-size:1.5rem;font-weight:600;line-height:1.4;color:var(--navy)}h4{font-size:1.25rem;font-weight:600;color:var(--gray-900)}p{color:var(--gray-700)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-sm{max-width:800px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius);font-size:.9375rem;font-weight:600;cursor:pointer;border:none;transition:all .15s ease;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--navy-light);color:var(--white)}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover:not(:disabled){background:var(--gold-light);color:var(--white)}.btn-outline{background:transparent;border:2px solid var(--navy);color:var(--navy)}.btn-outline:hover:not(:disabled){background:var(--navy);color:var(--white)}.btn-ghost{background:transparent;color:var(--gray-700)}.btn-ghost:hover:not(:disabled){background:var(--gray-100)}.btn-danger{background:var(--red);color:var(--white)}.btn-sm{padding:6px 14px;font-size:.875rem}.btn-lg{padding:14px 28px;font-size:1.0625rem}.btn-full{width:100%;justify-content:center}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow);padding:24px}.card-lg{padding:32px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:6px}.form-input,.form-textarea,.form-select{width:100%;padding:10px 14px;border:1.5px solid var(--gray-300);border-radius:var(--radius);font-size:.9375rem;font-family:var(--font);color:var(--gray-900);background:var(--white);transition:border-color .15s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #1b3a6b1a}.form-textarea{resize:vertical;min-height:100px}.form-checkbox{display:flex;gap:10px;align-items:flex-start}.form-checkbox input[type=checkbox]{margin-top:3px;flex-shrink:0;width:16px;height:16px;accent-color:var(--navy)}.form-error{color:var(--red);font-size:.8125rem;margin-top:4px}.disclaimer{background:#fef3c7;border:1px solid #F59E0B;border-radius:var(--radius);padding:12px 16px;font-size:.8125rem;color:#92400e;margin-top:16px}.disclaimer strong{color:#78350f}.disclaimer-info{background:#eff6ff;border:1px solid #BFDBFE;border-radius:var(--radius);padding:12px 16px;font-size:.8125rem;color:#1e40af;margin-top:16px}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-gold{background:#fef3c7;color:#92400e;border:1px solid #FCD34D}.badge-navy{background:#eff6ff;color:var(--navy);border:1px solid #BFDBFE}.badge-green{background:#dcfce7;color:#166534;border:1px solid #86EFAC}.badge-gray{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200)}.progress-bar{height:8px;background:var(--gray-200);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--gold);border-radius:999px;transition:width .4s ease}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 200px);max-height:700px}.chat-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.message{max-width:80%;border-radius:var(--radius-lg);padding:14px 18px;font-size:.9375rem;line-height:1.6}.message-user{align-self:flex-end;background:var(--navy);color:var(--white);border-bottom-right-radius:4px}.message-assistant{align-self:flex-start;background:var(--white);border:1px solid var(--gray-200);color:var(--gray-900);border-bottom-left-radius:4px;box-shadow:var(--shadow)}.message-assistant p{color:var(--gray-900)}.chat-input-row{display:flex;gap:12px;padding:16px 24px;border-top:1px solid var(--gray-200);background:var(--white)}.chat-input{flex:1;padding:12px 16px;border:1.5px solid var(--gray-300);border-radius:var(--radius);font-size:.9375rem;font-family:var(--font);resize:none;max-height:120px}.chat-input:focus{outline:none;border-color:var(--navy)}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--gray-500)}.text-navy{color:var(--navy)}.text-gold{color:var(--gold)}.text-green{color:var(--green)}.text-red{color:var(--red)}.fw-bold{font-weight:700}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}h1{font-size:1.875rem}h2{font-size:1.5rem}}.page-header{padding:40px 0 32px;border-bottom:1px solid var(--gray-200);margin-bottom:32px}.section{padding:80px 0}.section-alt{background:var(--white)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--navy);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}.stage-nav{display:flex;gap:4px;padding:16px 24px;background:var(--white);border-bottom:1px solid var(--gray-200);overflow-x:auto}.stage-nav-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--gray-500);white-space:nowrap;cursor:pointer;border:none;background:none;transition:all .15s}.stage-nav-item:hover{background:var(--gray-100);color:var(--gray-900)}.stage-nav-item.active{background:var(--navy);color:var(--white)}.stage-nav-item.complete{color:var(--green)}.stage-num{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:var(--gray-200);color:var(--gray-700)}.stage-nav-item.active .stage-num{background:#fff3;color:var(--white)}.stage-nav-item.complete .stage-num{background:var(--green);color:var(--white)}
