@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.w-3{width:.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.h-3{height:.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-center{text-align:center}.text-left{text-align:left}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.bg-green-400{background-color:#4ade80}.bg-red-500{background-color:#ef4444}.border{border:1px solid #d1d5db}.border-l-4{border-left:4px solid}.border-gray-300{border-color:#d1d5db}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.cursor-pointer{cursor:pointer}.transform{transform:translateZ(0)}.transition-all{transition:all .15s ease}.duration-200{transition-duration:.2s}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:bg-gray-300:hover{background-color:#d1d5db}.hover\:bg-red-600:hover{background-color:#dc2626}.focus\:ring-2:focus{box-shadow:0 0 0 2px #c09d5a80}.focus\:border-transparent:focus{border-color:transparent}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-4{gap:1rem}.resize-none{resize:none}.outline-none{outline:none}.appearance-none{appearance:none}.relative{position:relative}.absolute{position:absolute}.right-3{right:.75rem}.top-3{top:.75rem}.inline-flex{display:inline-flex}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.italic{font-style:italic}.text-nmf-blue{color:#1d2945}.text-nmf-gold{color:#c09d5a}.bg-nmf-blue{background-color:#1d2945}.bg-nmf-gold{background-color:#c09d5a}.border-nmf-gold{border-color:#c09d5a}.gradient-nmf{background:linear-gradient(135deg,#1d2945,#c09d5a)}.gradient-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.gradient-blue{background:linear-gradient(135deg,#1d2945,#2563eb)}.gradient-gold{background:linear-gradient(135deg,#c09d5a,#b8860b)}.bg-gradient-main{background:linear-gradient(135deg,#f0f4f8,#fef9e7)}.bg-gradient-green{background:linear-gradient(135deg,#f0fdf4,#fef9e7)}.bg-gradient-blue{background:linear-gradient(135deg,#eff6ff,#fef9e7)}.bg-gradient-gold{background:linear-gradient(135deg,#fffbeb,#fef9e7)}.bg-green-light{background-color:#f0fdf4}.bg-blue-light{background-color:#eff6ff}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:12px;border-radius:6px;background:linear-gradient(to right,#fecaca,#fef3c7,#bbf7d0);outline:none;opacity:.8;transition:opacity .2s}input[type=range]:hover{opacity:1}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:24px;width:24px;border-radius:50%;background:linear-gradient(45deg,#1d2945,#c09d5a);cursor:pointer;box-shadow:0 4px 8px #0003;border:2px solid white;transition:transform .2s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}input[type=range]::-moz-range-thumb{height:24px;width:24px;border-radius:50%;background:linear-gradient(45deg,#1d2945,#c09d5a);cursor:pointer;box-shadow:0 4px 8px #0003;border:2px solid white;border:none;transition:transform .2s ease}input[type=range]::-moz-range-thumb:hover{transform:scale(1.1)}@media (max-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.grid-cols-2{grid-template-columns:1fr!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.p-8{padding:1.5rem!important}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
