.math-editor{display:flex;align-items:flex-start;gap:8px;padding:8px;background:#ffffff;border:2px solid #e1e5e9;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:border-color .2s ease,box-shadow .2s ease}.math-editor.active{border-color:#0066cc;box-shadow:0 2px 12px rgba(0,102,204,.15)}.math-editor-field{flex:1;min-width:200px;display:flex;flex-direction:column;gap:6px}.math-field{width:100%;min-height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:16px;line-height:1.5;background:#ffffff;transition:border-color .2s ease,box-shadow .2s ease}.math-field:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 3px rgba(0,102,204,.1)}.math-editor-suggestions{font-size:13px;line-height:1.4;color:#6b7280;display:flex;flex-direction:column;gap:6px}.math-editor-suggestion-label{font-weight:600;color:#4b5563}.math-editor-suggestion-list{display:flex;flex-wrap:wrap;gap:6px}.math-editor-suggestion-item{border:1px solid #d1d5db;border-radius:4px;background:#f3f4f6;color:#374151;padding:8px 12px;min-height:48px;min-width:72px;font-size:13px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center;text-align:center}.math-editor-suggestion-item:hover{background:#e5e7eb;border-color:#9ca3af}.math-editor-suggestion-item:focus{outline:2px solid #2563eb;outline-offset:2px}.math-editor-suggestion-status{color:#4b5563}.math-editor-suggestion-error{color:#ef4444}.math-editor-suggestion-preview{display:block;color:#111827;font-size:16px}.math-editor-suggestion-preview .katex{font-size:1.1em}.math-editor-suggestion-fallback{font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;color:#374151;word-break:break-word}.math-editor-controls{display:flex;gap:4px;flex-shrink:0;margin-top:12px}.math-editor-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d1d5db;border-radius:4px;background:#ffffff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.math-editor-btn:hover{background:#f9fafb;border-color:#9ca3af}.math-editor-btn:active{background:#f3f4f6;transform:translateY(1px)}.math-editor-btn-complete{color:#059669;border-color:#d1fae5}.math-editor-btn-complete:hover{background:#ecfdf5;border-color:#059669;color:#047857}.math-editor-btn-cancel{color:#dc2626;border-color:#fecaca}.math-editor-btn-cancel:hover{background:#fef2f2;border-color:#dc2626;color:#b91c1c}@media (prefers-color-scheme:dark){.math-editor{background:#1f2937;border-color:#374151}.math-editor.active{border-color:#3b82f6;box-shadow:0 2px 12px rgba(59,130,246,.15)}.math-field{background:#111827;border-color:#4b5563;color:#f9fafb}.math-editor-suggestions{color:#d1d5db}.math-editor-suggestion-label{color:#e5e7eb}.math-editor-suggestion-item{background:#374151;border-color:#4b5563;color:#f9fafb}.math-editor-suggestion-item:hover{background:#4b5563;border-color:#6b7280}.math-editor-suggestion-item:focus{outline-color:#60a5fa}.math-editor-suggestion-status{color:#e5e7eb}.math-editor-suggestion-fallback,.math-editor-suggestion-preview{color:#f9fafb}.math-field:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.math-editor-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.math-editor-btn:hover{background:#4b5563;border-color:#6b7280}.math-editor-btn:active{background:#6b7280}.math-editor-btn-complete{border-color:#065f46}.math-editor-btn-complete:hover{background:#064e3b;border-color:#059669}.math-editor-btn-cancel{border-color:#991b1b}.math-editor-btn-cancel:hover{background:#7f1d1d;border-color:#dc2626}}.math-field-error{display:flex;flex-direction:column;gap:8px}.math-field-fallback{width:100%;min-height:40px;padding:8px 12px;border:1px solid #fbbf24;border-radius:4px;font-size:16px;line-height:1.5;background:#fffbeb;color:#92400e;font-family:Courier New,monospace}.math-field-fallback:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.math-field-error-message{font-size:12px;color:#dc2626;font-weight:500}.math-field-loading{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;background:#f9fafb}.math-field-spinner{font-size:14px;color:#6b7280;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-color-scheme:dark){.math-field-fallback{background:#451a03;border-color:#d97706;color:#fbbf24}.math-field-fallback:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.math-field-error-message{color:#f87171}.math-field-loading{background:#374151;border-color:#4b5563}.math-field-spinner{color:#9ca3af}}.math-editor.touch-optimized{padding:12px;gap:12px}.math-editor.touch-optimized .math-field{min-height:48px;padding:12px 16px;font-size:18px;touch-action:manipulation}.math-editor.touch-optimized .math-editor-btn{width:48px;height:48px;font-size:18px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.math-editor.touch-optimized .math-editor-btn:active{transform:scale(.95);transition:transform .1s ease}.math-editor.mobile-optimized{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.math-editor.mobile-optimized .math-editor-field{min-width:unset}.math-editor.mobile-optimized .math-field{min-height:56px;padding:16px 20px;font-size:20px;border-radius:8px}.math-editor.mobile-optimized .math-editor-controls{justify-content:center;gap:16px}.math-editor.mobile-optimized .math-editor-btn{width:56px;height:56px;font-size:20px;border-radius:8px;font-weight:600}@media (prefers-contrast:high){.math-editor.touch-optimized .math-field{border-width:2px}.math-editor.touch-optimized .math-editor-btn{border-width:2px;font-weight:600}}@media (prefers-reduced-motion:reduce){.math-editor.touch-optimized .math-editor-btn:active{transform:none;transition:none}}@media (max-width:768px){.math-editor{flex-direction:column;align-items:stretch;gap:12px}.math-editor-field{min-width:unset}.math-editor-controls{justify-content:center}.math-editor-btn{width:40px;height:40px;font-size:16px}.math-editor.touch-optimized{gap:16px;padding:16px}.math-editor.touch-optimized .math-editor-btn{width:48px;height:48px;font-size:18px}}@media (min-width:769px) and (max-width:1024px){.math-editor.touch-optimized{padding:14px;gap:14px}.math-editor.touch-optimized .math-field{min-height:52px;padding:14px 18px;font-size:19px}.math-editor.touch-optimized .math-editor-btn{width:52px;height:52px;font-size:19px}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body,html{height:100%;overflow:hidden}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-4{bottom:1rem}.bottom-\[-20\%\]{bottom:-20%}.bottom-\[10\%\]{bottom:10%}.bottom-\[35\%\]{bottom:35%}.left-\[-10\%\]{left:-10%}.left-\[25\%\]{left:25%}.left-\[5\%\]{left:5%}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-10\%\]{right:-10%}.right-\[15\%\]{right:15%}.right-\[5\%\]{right:5%}.top-2{top:.5rem}.top-\[-20\%\]{top:-20%}.top-\[25\%\]{top:25%}.top-\[35\%\]{top:35%}.top-\[5\%\]{top:5%}.top-\[60\%\]{top:60%}.z-10{z-index:10}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-24{height:6rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-64{width:16rem}.w-72{width:18rem}.w-\[500px\]{width:500px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.max-w-2xl{max-width:42rem}.max-w-\[1600px\]{max-width:1600px}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[\#0A3B7E\]\/20{border-color:rgb(10 59 126/.2)}.border-\[\#0A3B7E\]\/30{border-color:rgb(10 59 126/.3)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-200\/50{border-color:rgb(229 231 235/.5)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.bg-\[\#0A3B7E\]{--tw-bg-opacity:1;background-color:rgb(10 59 126/var(--tw-bg-opacity,1))}.bg-\[\#0A3B7E\]\/10{background-color:rgb(10 59 126/.1)}.bg-\[\#0A3B7E\]\/5{background-color:rgb(10 59 126/.05)}.bg-\[\#3A947C\]{--tw-bg-opacity:1;background-color:rgb(58 148 124/var(--tw-bg-opacity,1))}.bg-\[\#5B8CFF\]\/55{background-color:rgb(91 140 255/.55)}.bg-\[\#5B8CFF\]\/70{background-color:rgb(91 140 255/.7)}.bg-\[\#5FFBF1\]\/55{background-color:rgb(95 251 241/.55)}.bg-\[\#5FFBF1\]\/60{background-color:rgb(95 251 241/.6)}.bg-\[\#5FFBF1\]\/70{background-color:rgb(95 251 241/.7)}.bg-\[\#CE632C\]{--tw-bg-opacity:1;background-color:rgb(206 99 44/var(--tw-bg-opacity,1))}.bg-\[\#E7F0FD\]{--tw-bg-opacity:1;background-color:rgb(231 240 253/var(--tw-bg-opacity,1))}.bg-\[\#FF8C42\]\/55{background-color:rgb(255 140 66/.55)}.bg-\[\#FF8C42\]\/60{background-color:rgb(255 140 66/.6)}.bg-\[\#FF8C42\]\/70{background-color:rgb(255 140 66/.7)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/70{background-color:rgb(0 0 0/.7)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/50{background-color:rgb(255 255 255/.5)}.bg-white\/70{background-color:rgb(255 255 255/.7)}.bg-white\/90{background-color:rgb(255 255 255/.9)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-70{--tw-bg-opacity:0.7}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem}.pb-3,.py-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.625rem\]{font-size:.625rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-\[\#030405\]{--tw-text-opacity:1;color:rgb(3 4 5/var(--tw-text-opacity,1))}.text-\[\#030405\]\/30{color:rgb(3 4 5/.3)}.text-\[\#030405\]\/50{color:rgb(3 4 5/.5)}.text-\[\#030405\]\/60{color:rgb(3 4 5/.6)}.text-\[\#030405\]\/70{color:rgb(3 4 5/.7)}.text-\[\#0A3B7E\]{--tw-text-opacity:1;color:rgb(10 59 126/var(--tw-text-opacity,1))}.text-\[\#0A3B7E\]\/70{color:rgb(10 59 126/.7)}.text-\[\#CE632C\]{--tw-text-opacity:1;color:rgb(206 99 44/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.blur{--tw-blur:blur(8px)}.blur,.blur-2xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur:blur(40px)}.blur-3xl{--tw-blur:blur(64px)}.blur-3xl,.blur-xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur:blur(24px)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgb(0 0 0/0.15))}.drop-shadow-2xl,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hover\:border-\[\#0A3B7E\]\/30:hover{border-color:rgb(10 59 126/.3)}.hover\:bg-\[\#0A3B7E\]\/10:hover{background-color:rgb(10 59 126/.1)}.hover\:bg-\[\#0A3B7E\]\/20:hover{background-color:rgb(10 59 126/.2)}.hover\:bg-\[\#0A3B7E\]\/5:hover{background-color:rgb(10 59 126/.05)}.hover\:bg-\[\#0A3B7E\]\/90:hover{background-color:rgb(10 59 126/.9)}.hover\:bg-\[\#3A947C\]\/90:hover{background-color:rgb(58 148 124/.9)}.hover\:bg-\[\#CE632C\]\/90:hover{background-color:rgb(206 99 44/.9)}.hover\:bg-black\/90:hover{background-color:rgb(0 0 0/.9)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.hover\:text-\[\#030405\]:hover{--tw-text-opacity:1;color:rgb(3 4 5/var(--tw-text-opacity,1))}.hover\:text-\[\#030405\]\/50:hover{color:rgb(3 4 5/.5)}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#0A3B7E\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(10 59 126/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#030405\]\/30:disabled{background-color:rgb(3 4 5/.3)}.disabled\:bg-gray-200:disabled{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:360px){.min-\[360px\]\:text-\[0\.7rem\]{font-size:.7rem}.min-\[360px\]\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:426px){.min-\[426px\]\:block{display:block}}@media (min-width:640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-7{height:1.75rem}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:gap-2{gap:.5rem}.sm\:bg-\[\#0A3B7E\]\/5{background-color:rgb(10 59 126/.05)}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:768px){.md\:h-64{height:16rem}.md\:h-8{height:2rem}.md\:h-80{height:20rem}.md\:h-96{height:24rem}.md\:h-\[28rem\]{height:28rem}.md\:h-\[32rem\]{height:32rem}.md\:h-\[36rem\]{height:36rem}.md\:h-\[40rem\]{height:40rem}.md\:w-64{width:16rem}.md\:w-80{width:20rem}.md\:w-96{width:24rem}.md\:w-\[28rem\]{width:28rem}.md\:w-\[32rem\]{width:32rem}.md\:w-\[36rem\]{width:36rem}.md\:w-\[40rem\]{width:40rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.lg\:order-3{order:3}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-\[420px\]{width:420px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1fr_420px\]{grid-template-columns:1fr 420px}.lg\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lg\:border-t{border-top-width:1px}.lg\:pt-3{padding-top:.75rem}}