:root{--yellow: #ffd559;--yellow-dark: #e6b800;--yellow-glow: rgba(255, 213, 89, .18);--yellow-subtle: rgba(255, 213, 89, .08);--surface-0: #000000;--surface-1: #0d0d0d;--surface-2: #1a1a1a;--surface-3: #252525;--text-primary: #f0f0f0;--text-secondary: #9a9a9a;--text-muted: #666666;--border: #2a2a2a;--border-light: #e5e7eb;--white: #ffffff;--off-white: #f9fafb;--green: #22c55e;--red: #ef4444;--blue: #3b82f6;--font: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.12);--shadow: 0 4px 16px rgba(0,0,0,.18);--shadow-lg: 0 8px 32px rgba(0,0,0,.28)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--off-white);color:#1a1a1a;line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}.header{position:sticky;top:0;z-index:100;background:var(--surface-1);border-bottom:2px solid var(--yellow);box-shadow:0 2px 20px #00000080}.header-inner{max-width:1400px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.header-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-brand img{width:40px;height:40px;border-radius:50%;border:2px solid var(--yellow);object-fit:cover}.brand-name{font-size:17px;font-weight:700;letter-spacing:1.5px;color:var(--white);text-transform:uppercase}.brand-sub{font-size:9px;letter-spacing:1.8px;color:var(--text-secondary);text-transform:uppercase;margin-top:1px}.header-center{display:none;flex-direction:column;align-items:center}@media(min-width:1024px){.header-center{display:flex}}.app-title{font-size:16px;font-weight:600;color:var(--yellow);letter-spacing:.5px}.app-subtitle{font-size:11px;color:var(--text-secondary);font-style:italic}.header-right{display:none;align-items:center;gap:16px;flex-shrink:0}@media(min-width:640px){.header-right{display:flex}}.header-stage-info{font-size:12px;color:var(--text-secondary);border-left:2px solid var(--yellow);padding-left:12px}.header-stage-info strong{color:var(--yellow);font-size:14px}.header-progress{height:3px;background:var(--surface-2)}.header-progress-fill{height:100%;background:linear-gradient(90deg,var(--yellow-dark),var(--yellow));transition:width .4s ease}.app-layout{flex:1;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;width:100%;padding:0 20px}@media(min-width:1024px){.app-layout{flex-direction:row;align-items:flex-start;gap:24px;padding-top:24px;padding-bottom:24px}}.sidebar{background:var(--surface-1);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;margin-bottom:16px}@media(min-width:1024px){.sidebar{width:260px;min-width:260px;position:sticky;top:88px;margin-bottom:0}}.sidebar-header{padding:16px 20px 12px;border-bottom:1px solid var(--border)}.sidebar-title{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--yellow)}.sidebar-steps-mobile{display:flex;overflow-x:auto;padding:12px 16px;gap:8px;scrollbar-width:none}.sidebar-steps-mobile::-webkit-scrollbar{display:none}@media(min-width:1024px){.sidebar-steps-mobile{display:none}}.sidebar-steps{display:none;padding:12px 0}@media(min-width:1024px){.sidebar-steps{display:block}}.step-item{display:flex;align-items:center;gap:12px;padding:10px 20px;cursor:pointer;transition:background .15s;position:relative}.step-item:hover{background:#ffffff0a}.step-item.active{background:var(--yellow-subtle)}.step-item.disabled{cursor:not-allowed;opacity:.45}.step-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;border:2px solid var(--border);color:var(--text-secondary);background:var(--surface-2);transition:all .2s}.step-item.active .step-number{border-color:var(--yellow);color:var(--surface-1);background:var(--yellow)}.step-item.completed .step-number{border-color:var(--green);background:var(--green);color:#fff}.step-label{flex:1;min-width:0}.step-name{font-size:13px;font-weight:600;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-item.active .step-name{color:var(--yellow)}.step-item.completed .step-name{color:var(--white)}.step-desc{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-pill{flex-shrink:0;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;border:1.5px solid var(--border);color:var(--text-secondary);background:transparent;white-space:nowrap;transition:all .2s}.step-pill.active{border-color:var(--yellow);color:var(--surface-1);background:var(--yellow)}.step-pill.completed{border-color:var(--green);background:var(--green);color:#fff}.step-pill.disabled{opacity:.45;cursor:not-allowed}.sidebar-actions{padding:12px 20px 16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.main-content{flex:1;min-width:0;padding-bottom:24px}@media(min-width:1024px){.main-content{padding-bottom:0}}.card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:16px}.card-header{padding:16px 20px 14px;border-bottom:1px solid var(--border-light);background:linear-gradient(to right,#fafafa,var(--white))}.card-title{font-size:1.1rem;font-weight:700;color:#111}.card-body{padding:20px}.stage-card{border-top:3px solid var(--yellow)}.stage-card .card-header{background:linear-gradient(135deg,#fffdf0,var(--white))}.stage-header{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding:16px 20px;background:var(--surface-1);border-radius:var(--radius-lg);color:var(--white)}.stage-badge{width:44px;height:44px;border-radius:50%;background:var(--yellow);color:var(--surface-0);font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stage-info h2{font-size:1.15rem;font-weight:700;color:var(--white);margin:0}.stage-info p{font-size:13px;color:var(--text-secondary);margin:0}input,textarea,select{font-family:var(--font);font-size:14px;padding:10px 14px;border:1.5px solid var(--border-light);border-radius:var(--radius);background:var(--white);color:#111;width:100%;transition:border-color .2s,box-shadow .2s;line-height:1.5}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px var(--yellow-glow)}input::placeholder,textarea::placeholder{color:#b0b0b0}textarea{resize:vertical;min-height:80px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:40px}input[type=checkbox],input[type=radio]{width:auto;accent-color:var(--yellow)}.form-label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:6px}.form-group{margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;font-size:13px;font-weight:600;font-family:var(--font);border-radius:var(--radius);border:1.5px solid transparent;cursor:pointer;transition:all .18s;text-decoration:none;line-height:1;white-space:nowrap}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--yellow);color:var(--surface-0);border-color:var(--yellow)}.btn-primary:hover{background:var(--yellow-dark);border-color:var(--yellow-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ffd5594d}.btn-secondary{background:var(--white);color:#333;border-color:var(--border-light);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--yellow);color:#111;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:var(--border)}.btn-ghost:hover{background:#ffffff0f;color:var(--white);border-color:var(--text-secondary)}.btn-danger{background:var(--red);color:#fff;border-color:var(--red)}.btn-danger:hover{background:#dc2626;transform:translateY(-1px)}.btn-sm{padding:5px 12px;font-size:12px}.btn-lg{padding:12px 24px;font-size:15px}.nav-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:600;font-family:var(--font);border-radius:6px;border:1.5px solid var(--border-light);background:var(--white);color:#666;cursor:pointer;transition:all .18s}.nav-btn.active{background:var(--yellow);border-color:var(--yellow);color:var(--surface-0)}.nav-btn.completed{background:#dcfce7;border-color:#86efac;color:#166534}.nav-btn.upcoming{background:var(--white);border-color:var(--border-light);color:#555}.nav-btn.disabled{opacity:.45;cursor:not-allowed}.nav-btn:hover:not(.disabled):not(.active){border-color:var(--yellow);color:#333;transform:translateY(-1px)}.factor-item,.response-item{background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius);padding:14px 16px;margin-bottom:12px;transition:border-color .2s,box-shadow .2s}.factor-item:hover,.response-item:hover{border-color:var(--yellow);box-shadow:0 2px 8px var(--yellow-subtle)}.section-header{padding-bottom:10px;margin-bottom:14px;border-bottom:1.5px solid var(--border-light)}.section-title{font-size:15px;font-weight:700;color:#111;border-left:3px solid var(--yellow);padding-left:10px;margin-bottom:14px}.alert{display:flex;gap:10px;padding:12px 14px;border-radius:var(--radius);border:1px solid;font-size:13px;line-height:1.5;margin-bottom:12px}.alert-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.alert-success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.progress-track{background:var(--border-light);border-radius:99px;height:6px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--yellow-dark),var(--yellow));border-radius:99px;transition:width .35s ease}.footer{background:var(--surface-1);border-top:2px solid var(--yellow);margin-top:auto}.footer-main{max-width:1400px;margin:0 auto;padding:40px 20px 28px;display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:640px){.footer-main{grid-template-columns:1.5fr 1fr 1fr;gap:32px}}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo-row{display:flex;align-items:center;gap:12px}.footer-logo-row img{width:48px;height:48px;border-radius:50%;border:2px solid var(--yellow);object-fit:cover}.footer-logo-text .brand-name{font-size:18px;letter-spacing:2px;color:var(--white);font-weight:700;text-transform:uppercase}.footer-logo-text .brand-sub{font-size:9px;letter-spacing:1.8px;color:var(--text-secondary);text-transform:uppercase}.footer-tagline{font-size:13px;color:var(--text-secondary);line-height:1.7;max-width:260px}.footer-cert{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--yellow);background:var(--yellow-subtle);border:1px solid rgba(255,213,89,.2);padding:5px 10px;border-radius:4px;width:fit-content}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-heading{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--yellow);padding-bottom:8px;border-bottom:1px solid var(--border)}.footer-col a{font-size:13px;color:var(--text-secondary);transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-col p{font-size:12px;color:var(--text-muted);line-height:1.6}.footer-social{display:flex;gap:8px;margin-top:4px}.social-link{width:34px;height:34px;border-radius:6px;border:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s}.social-link:hover{background:var(--yellow);color:var(--surface-0);border-color:var(--yellow)}.social-link svg{width:15px;height:15px;fill:currentColor}.footer-bottom{max-width:1400px;margin:0 auto;padding:14px 20px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer-bottom p{font-size:11px;color:var(--text-muted)}table{width:100%;border-collapse:collapse}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border-light);font-size:13px}th{font-weight:600;color:#555;background:#f9fafb;font-size:11px;text-transform:uppercase;letter-spacing:.5px}tr:hover td{background:#fafafa}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.py-2{padding-top:8px;padding-bottom:8px}.py-4{padding-top:16px;padding-bottom:16px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.space-y-1>*+*{margin-top:4px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.space-x-2>*+*{margin-left:8px}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.overflow-x-auto{overflow-x:auto}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 20px}.w-2{width:8px}.h-2{height:8px}.w-4{width:16px}.h-4{height:16px}.w-5{width:20px}.h-5{height:20px}.w-6{width:24px}.h-6{height:24px}.w-8{width:32px}.h-8{height:32px}.w-12{width:48px}.h-12{height:48px}.w-24{width:96px}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.text-xs{font-size:11px}.text-sm{font-size:13px}.text-base{font-size:15px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-relaxed{line-height:1.7}.tracking-wide{letter-spacing:.5px}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}h1,h2,h3,h4,h5,h6{font-weight:700;color:#111;line-height:1.3}h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.2rem}h4{font-size:1rem}h5{font-size:.9rem}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-yellow-600{color:#d97706}.text-yellow-900{color:#78350f}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}.bg-yellow-50{background:#fffbeb}.bg-blue-50{background:#eff6ff}.bg-green-100{background:#dcfce7}.bg-red-50{background:#fef2f2}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-yellow-50{--tw-gradient-stops:#fffbeb,var(--white)}.to-yellow-100{--tw-gradient-stops:var(--tw-gradient-stops),#fef3c7}.border{border:1px solid var(--border-light)}.border-b{border-bottom:1px solid var(--border-light)}.border-gray-200{border-color:#e5e7eb}.border-yellow-200{border-color:#fde68a}.border-yellow-300{border-color:#fcd34d}.border-blue-200{border-color:#bfdbfe}.border-red-200{border-color:#fecaca}.border-green-200{border-color:#bbf7d0}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-full{border-radius:9999px}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.transition-all{transition:all .2s}.shadow-md{box-shadow:0 4px 12px #0000001a}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.overflow-hidden{overflow:hidden}.resize-none{resize:none}.list-disc{list-style:disc;padding-left:1.25rem}.list-inside{list-style-position:inside}.disabled\:bg-gray-100:disabled{background:#f3f4f6}.mt-0\.5{margin-top:2px}.hover\:bg-gray-50:hover{background:#f9fafb}.hover\:text-yellow-600:hover{color:#d97706}.hover\:text-blue-700:hover{color:#1d4ed8}.hover\:text-red-700:hover{color:#b91c1c}.focus\:ring-yellow-500:focus{box-shadow:0 0 0 3px var(--yellow-glow)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#aaa}
