.auth-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.auth-modal-container{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;max-height:90vh;overflow-y:auto;position:relative}.auth-modal-close{position:absolute;top:1rem;right:1rem;padding:.5rem;background-color:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease;z-index:10;color:#374151}.auth-modal-close:hover{background-color:#f3f4f6}.auth-modal-close:focus{outline:2px solid #10b981;outline-offset:2px}.auth-modal-close svg{width:1.25rem;height:1.25rem;color:#374151}.auth-modal-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;line-height:1.5;color:#111827;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.auth-modal-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.auth-modal-input::-moz-placeholder{color:#9ca3af}.auth-modal-input::placeholder{color:#9ca3af}.auth-modal-input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.auth-modal-password-container{position:relative}.auth-modal-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:.25rem;transition:color .2s ease}.auth-modal-password-toggle:hover{color:#374151}.auth-modal-password-toggle:focus{outline:2px solid #10b981;outline-offset:2px}.auth-modal-password-toggle svg{width:1rem;height:1rem}.auth-modal-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.auth-modal-label svg{width:1rem;height:1rem;display:inline;margin-right:.5rem;color:#6b7280}.auth-modal-button{width:100%;background-color:#10b981;color:#fff;padding:.75rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.auth-modal-button:hover:not(:disabled){background-color:#059669}.auth-modal-button:disabled{background-color:#6ee7b7;cursor:not-allowed}.auth-modal-button:focus{outline:2px solid #10b981;outline-offset:2px}.auth-modal-select{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;color:#111827;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-modal-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.auth-modal-error{margin:1rem 1.5rem 0;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;display:flex;align-items:flex-start}.auth-modal-error svg{width:1.25rem;height:1.25rem;color:#dc2626;margin-right:.5rem;flex-shrink:0;margin-top:.125rem}.auth-modal-error-text{color:#b91c1c;font-size:.875rem}.auth-modal-header{position:relative;padding:1.5rem;border-bottom:1px solid #e5e7eb;text-align:center}.auth-modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}.auth-modal-subtitle{font-size:.875rem;color:#6b7280}.auth-modal-form{padding:1.5rem}.auth-modal-form-group{margin-bottom:1rem}.auth-modal-form-group:last-child{margin-bottom:0}.auth-modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-modal-link{color:#10b981;text-decoration:none;font-weight:500;transition:color .2s ease}.auth-modal-link:hover{color:#059669}.auth-modal-link:focus{outline:2px solid #10b981;outline-offset:2px;border-radius:.25rem}@media (max-width: 640px){.auth-modal-overlay{padding:.5rem}.auth-modal-container{max-width:100%}.auth-modal-header,.auth-modal-form{padding:1rem}.auth-modal-form-grid{grid-template-columns:1fr;gap:.75rem}}@media (prefers-contrast: high){.auth-modal-container{border:2px solid #000000}.auth-modal-input,.auth-modal-select{border:2px solid #000000;color:#000}.auth-modal-input:focus,.auth-modal-select:focus{border-color:#000;box-shadow:0 0 0 3px #0003}.auth-modal-close svg{color:#000}.auth-modal-label{color:#000}}@media print{.auth-modal-overlay{display:none}}.auth-modal-password-input{padding-right:2.5rem}:root{--mobile-max: 767px;--tablet-min: 768px;--tablet-max: 1023px;--desktop-min: 1024px;--large-desktop-min: 1440px}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #10b98180}50%{box-shadow:0 0 20px #10b981cc}}.animate-fade-in-delay{animation:fade-in-delay .8s ease-out .2s forwards;opacity:0}.animate-slide-up{animation:slide-up .6s ease-out forwards;opacity:0}.animate-bounce-in{animation:bounce-in .8s ease-out forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.category-card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card-hover:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000001a}.filter-button-hover{transition:all .2s cubic-bezier(.4,0,.2,1)}.filter-button-hover:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.search-focus{transition:all .3s cubic-bezier(.4,0,.2,1)}.search-focus:focus{transform:scale(1.02);box-shadow:0 8px 25px #10b98126}@media (max-width: 767px){.animate-slide-up{animation-duration:.4s}.category-card-hover:hover{transform:translateY(-4px) scale(1.01)}.category-card-hover:active{transform:translateY(-2px) scale(.98)}.animate-fade-in,.animate-fade-in-delay{animation-duration:.3s}}@media (min-width: 768px) and (max-width: 1023px){.category-card-hover:hover{transform:translateY(-6px) scale(1.015)}}@media (min-width: 1024px){.category-card-hover:hover{transform:translateY(-8px) scale(1.02)}}@media (hover: none) and (pointer: coarse){.category-card-hover:hover{transform:none;box-shadow:0 10px 25px #0000001a}.category-card-hover:active{transform:scale(.98);transition:transform .1s ease-out;box-shadow:0 5px 15px #00000026}.filter-button-hover:hover{transform:none}.filter-button-hover:active{transform:scale(.95);transition:transform .1s ease-out}.touch-feedback:active{background-color:#0000000d}.scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}button,[role=button],.clickable{min-height:44px;min-width:44px}}@media (prefers-reduced-motion: reduce){.animate-fade-in,.animate-fade-in-delay,.animate-slide-up,.animate-bounce-in,.animate-pulse-glow{animation:none;opacity:1;transform:none}.category-card-hover:hover,.filter-button-hover:hover,.search-focus:focus{transform:none}}.categories-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-items:center;align-items:start;padding:0 1rem;width:100%;max-width:100%;margin:0 auto}@media (max-width: 379px){.categories-grid{grid-template-columns:1fr;gap:1rem;padding:0 .75rem}}@media (min-width: 480px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;max-width:600px;margin:0 auto}}@media (min-width: 640px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;padding:0 1.5rem}}@media (min-width: 768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:900px;padding:0 2rem}}@media (min-width: 1024px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;padding:0}}@media (min-width: 1440px){.categories-grid{gap:3.5rem;max-width:1400px}}@media (min-width: 1920px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1600px}}.search-container{position:relative;max-width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.search-container{max-width:600px;padding:0 1.5rem}}@media (min-width: 768px){.search-container{max-width:700px;padding:0}}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:0 1rem}@media (min-width: 640px){.filter-buttons{gap:.75rem;padding:0 1.5rem}}@media (min-width: 768px){.filter-buttons{gap:1rem;padding:0}}.filter-button{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid transparent}.filter-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.filter-button.active{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.skeleton-card{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:4rem 1rem;color:#6b7280}.empty-state svg{width:4rem;height:4rem;margin:0 auto 1rem;color:#d1d5db}.empty-state h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.empty-state p{margin-bottom:1rem;line-height:1.5}.focus-visible:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast: high){.filter-button,.category-card-hover{border:2px solid currentColor}}@media (max-width: 479px){.filter-button{min-height:48px;min-width:48px;padding:.875rem 1.125rem;font-size:.8125rem}.search-container input{font-size:16px;padding:1.125rem 3.5rem;border-radius:.75rem}.category-card-mobile{min-height:380px;max-width:100%;margin:0 auto;border-radius:.75rem}.mobile-spacing{padding:.75rem;margin:.375rem 0}.mobile-nav-item{min-height:52px;padding:1rem 1.25rem;font-size:1.0625rem}.animate-slide-up{animation-duration:.25s}.category-card-hover:hover{transform:translateY(-2px) scale(1.005)}}@media (min-width: 480px) and (max-width: 767px){.filter-button{min-height:44px;min-width:44px;padding:.75rem 1rem;font-size:.875rem}.search-container input{font-size:16px;padding:1rem 3rem}.category-card-mobile{min-height:400px;max-width:100%;margin:0 auto}.mobile-spacing{padding:1rem;margin:.5rem 0}.mobile-nav-item{min-height:48px;padding:.75rem 1rem;font-size:1rem}}@media (min-width: 768px) and (max-width: 1023px){.filter-button{padding:.625rem 1.25rem}.category-card-tablet{max-width:380px}}@media (min-resolution: 192dpi){.category-card-hover{backface-visibility:hidden;transform:translateZ(0)}}@media (max-width: 767px) and (orientation: landscape){.hero-section-mobile{min-height:70vh;padding:2rem 0}.categories-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 767px){.animate-pulse-glow{animation:none}.category-card-hover,.filter-button-hover{will-change:transform;transform:translateZ(0)}}@media (prefers-color-scheme: dark){.filter-button{background-color:#374151;color:#f9fafb;border-color:#4b5563}.filter-button.active{background-color:#059669;color:#fff}.search-container input{background-color:#374151;color:#f9fafb;border-color:#4b5563}}@media print{.animate-fade-in,.animate-fade-in-delay,.animate-slide-up,.animate-bounce-in,.animate-pulse-glow{animation:none!important;opacity:1!important;transform:none!important}.category-card-hover:hover{transform:none!important;box-shadow:none!important}}.focus-trap:focus-within{outline:2px solid #3b82f6;outline-offset:2px;border-radius:.5rem}@media (max-width: 767px){.skeleton-card{height:400px;border-radius:.75rem}}@media (min-width: 768px){.skeleton-card{height:440px;border-radius:1rem}}.swipe-indicator{display:none}@media (max-width: 767px) and (hover: none){.swipe-indicator{display:block;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);color:#6b7280;font-size:.75rem;opacity:.7}}@media (max-width: 767px){.empty-state{padding:2rem 1rem}.empty-state svg{width:3rem;height:3rem}.empty-state h3{font-size:1rem}.empty-state p{font-size:.875rem}}.graduation-cap-icon{position:absolute;z-index:20;animation:pulse 2s ease-in-out infinite;animation-delay:2s;transition:all .3s ease}.graduation-cap-icon .icon-container{background:#fff;border-radius:50%;padding:.5rem;box-shadow:0 4px 12px #00000026;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.graduation-cap-icon .icon-container:hover{box-shadow:0 8px 20px #0003;transform:scale(1.05)}.graduation-cap-icon .icon-emoji{display:block;color:#374151;font-style:normal}@media (min-width: 1024px){.graduation-cap-icon{top:-1.5rem;right:-1.5rem;transform:none}.graduation-cap-icon .icon-container{width:48px;height:48px;padding:.75rem}.graduation-cap-icon .icon-emoji{font-size:1.5rem}}@media (min-width: 768px) and (max-width: 1023px){.graduation-cap-icon{top:-1.25rem;right:-1.25rem;transform:none}.graduation-cap-icon .icon-container{width:42px;height:42px;padding:.625rem}.graduation-cap-icon .icon-emoji{font-size:1.375rem}}@media (max-width: 767px){.graduation-cap-icon{top:-.75rem;right:-.75rem;transform:none}.graduation-cap-icon .icon-container{width:36px;height:36px;padding:.5rem}.graduation-cap-icon .icon-emoji{font-size:1.125rem}}@media (prefers-reduced-motion: reduce){.graduation-cap-icon{animation:none}}@media (prefers-contrast: high){.graduation-cap-icon .icon-container{border:2px solid #000000;background-color:#fff}.graduation-cap-icon .icon-emoji{color:#000}}.categories-grid{display:grid;width:100%;gap:1.5rem;place-items:start}.categories-grid>div{width:100%;display:flex}@media (max-width: 640px){.categories-grid{grid-template-columns:1fr;gap:1rem;max-width:350px;margin:0 auto}}@media (min-width: 641px) and (max-width: 1024px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px;margin:0 auto}}@media (min-width: 1025px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;justify-items:center}}.categories-grid>div{max-width:320px;width:100%}.category-card{border:none;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;height:auto;min-height:240px;position:relative;display:flex;flex-direction:column}.category-card[data-category-id=cbc-grade-6]{background:linear-gradient(135deg,#10b981,#34d399)}.category-card[data-category-id=cbc-junior-secondary]{background:linear-gradient(135deg,#ef4444,#f87171)}.category-card[data-category-id=cbc-senior-secondary]{background:linear-gradient(135deg,#059669,#10b981)}.category-card[data-category-id="8-4-4-system"]{background:linear-gradient(135deg,#dc2626,#ef4444)}.category-card[data-category-id=professional-kasneb]{background:linear-gradient(135deg,#047857,#059669)}.category-card[data-category-id=tvet-programs]{background:linear-gradient(135deg,#b91c1c,#dc2626)}.category-card:hover{box-shadow:0 10px 15px -3px #00000026,0 4px 6px -2px #0000001a;transform:translateY(-2px) scale(1.02)}.category-card[data-category-id=cbc-grade-6]:hover{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 10px 25px -3px #10b9814d,0 4px 6px -2px #0000001a}.category-card[data-category-id=cbc-junior-secondary]:hover{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 10px 25px -3px #ef44444d,0 4px 6px -2px #0000001a}.category-card[data-category-id=cbc-senior-secondary]:hover{background:linear-gradient(135deg,#047857,#059669);box-shadow:0 10px 25px -3px #0596694d,0 4px 6px -2px #0000001a}.category-card[data-category-id="8-4-4-system"]:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 10px 25px -3px #dc26264d,0 4px 6px -2px #0000001a}.category-card[data-category-id=professional-kasneb]:hover{background:linear-gradient(135deg,#065f46,#047857);box-shadow:0 10px 25px -3px #0478574d,0 4px 6px -2px #0000001a}.category-card[data-category-id=tvet-programs]:hover{background:linear-gradient(135deg,#991b1b,#b91c1c);box-shadow:0 10px 25px -3px #b91c1c4d,0 4px 6px -2px #0000001a}.category-card:focus{outline:2px solid #ffffff;outline-offset:2px}.category-card-content{padding:1.5rem;display:flex;flex-direction:column;height:100%;flex:1;background:#fffffff2;backdrop-filter:blur(10px);margin:8px;border-radius:12px}@media (max-width: 640px){.category-card-content{padding:1.25rem;margin:6px}}.card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;position:relative;min-height:48px}.category-icon-container{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#475569;flex-shrink:0;box-shadow:0 1px 3px #0000001a}.category-card h3{color:#1e293b;font-size:1.125rem;font-weight:700;line-height:1.3;margin:0 0 .75rem;letter-spacing:-.025em}.category-card p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.category-badge{font-size:.6875rem;font-weight:600;padding:.25rem .75rem;border-radius:50px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;align-self:flex-start;text-transform:uppercase;letter-spacing:.05em}.grade-badge{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:50px;background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe;display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1rem;align-self:flex-start;height:auto;min-width:80px;justify-content:center}.uniform-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;margin-bottom:1rem;display:flex;align-items:flex-start}.uniform-info p{color:#64748b;font-size:.8125rem;margin:0;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.uniform-description{height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem}.category-button{width:100%;padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;color:#fff;background:#1e293b;border:none;cursor:pointer;transition:all .2s ease;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 4px #0000001a}.category-button:hover{background:#0f172a;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.category-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.recommended-badge{position:absolute;top:1rem;left:1rem;background:#1e293b;color:#fff;font-size:.6875rem;font-weight:700;padding:.375rem .75rem;border-radius:50px;z-index:10;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.25rem;box-shadow:0 2px 4px #0003}.flex-grow-content{flex-grow:1;display:flex;flex-direction:column;min-height:120px}.category-card:focus-within{outline:2px solid #ffffff;outline-offset:2px}@media (prefers-contrast: high){.category-card{border:2px solid #000000}.category-card[data-category-id=cbc-grade-6],.category-card[data-category-id=cbc-junior-secondary],.category-card[data-category-id=cbc-senior-secondary],.category-card[data-category-id="8-4-4-system"],.category-card[data-category-id=professional-kasneb],.category-card[data-category-id=tvet-programs]{background:#fff!important;border:3px solid #000000}.category-card-content{background:#fff;border:1px solid #000000}.category-card h3,.category-card p{color:#000}.category-icon-container{background:#fff;border-color:#000;color:#000}.category-button{background:#000;color:#fff;border:2px solid #000000}}@media (prefers-reduced-motion: reduce){.category-card{transition:none}.category-card:hover,.category-button:hover{transform:none}}@media print{.category-card{-moz-column-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #000000;margin-bottom:1rem;background:#fff}.category-button{display:none}.recommended-badge{position:static;display:inline-block;margin-bottom:.5rem;background:#f3f4f6;color:#000}}.card-header{margin-bottom:1rem}.flex-grow-content{flex:1;display:flex;flex-direction:column;min-height:120px}.category-card *{transition:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only:focus,.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:inherit;margin:inherit;overflow:visible;clip:auto;white-space:normal}*:focus{outline:2px solid #10B981;outline-offset:2px}@media (prefers-contrast: high){*:focus{outline:3px solid #000;outline-offset:3px;background-color:#ff0;color:#000}}button:focus,a:focus,input:focus,select:focus,textarea:focus,[tabindex]:focus{outline:2px solid #10B981;outline-offset:2px;box-shadow:0 0 0 4px #10b98133}.skip-link{position:absolute;top:-40px;left:6px;background:#10b981;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000;font-weight:600;transition:top .3s}.skip-link:focus{top:6px;outline:2px solid #fff;outline-offset:2px}.heading-visual-1{font-size:2.5rem;font-weight:700;line-height:1.2}.heading-visual-2{font-size:2rem;font-weight:600;line-height:1.3}.heading-visual-3{font-size:1.5rem;font-weight:600;line-height:1.4}.heading-visual-4{font-size:1.25rem;font-weight:500;line-height:1.4}.heading-visual-5{font-size:1.125rem;font-weight:500;line-height:1.5}.heading-visual-6{font-size:1rem;font-weight:500;line-height:1.5}@media (prefers-contrast: high){.bg-gradient-to-br{background:#fff!important;color:#000!important}.text-white{color:#000!important}.bg-white{background:#fff!important;border:2px solid #000!important}.text-gray-600,.text-gray-700,.text-gray-800,.text-gray-900{color:#000!important}.bg-green-600,.bg-green-500{background:#000!important;color:#fff!important}.border-gray-200,.border-gray-300{border-color:#000!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-spin,.animate-bounce,.animate-pulse{animation:none!important}}@media (max-width: 768px){button,a,input,select,textarea,[role=button],[tabindex]{min-height:44px;min-width:44px}.touch-target{margin:4px}}.text-low-contrast{color:#4b5563}.bg-accessible-green{background-color:#059669}.bg-accessible-red{background-color:#dc2626}.error-text{color:#dc2626;font-weight:500}.success-text{color:#059669;font-weight:500}.loading-spinner{border:2px solid #f3f3f3;border-top:2px solid #10B981;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@media (prefers-reduced-motion: reduce){.loading-spinner{animation:none;border-top-color:transparent}.loading-spinner:after{content:"Loading...";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:#10b981}}.form-field{position:relative}.form-label{display:block;font-weight:500;margin-bottom:4px;color:#374151}.form-input{width:100%;padding:8px 12px;border:2px solid #D1D5DB;border-radius:6px;font-size:16px;transition:border-color .2s}.form-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.form-input:invalid{border-color:#dc2626}.form-error{color:#dc2626;font-size:14px;margin-top:4px;display:flex;align-items:center}.form-error:before{content:"⚠";margin-right:4px;font-weight:700}.landmark-nav{background:#fffffff2;backdrop-filter:blur(8px);border:2px solid #10B981;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:16px;min-width:250px;max-width:300px}.landmark-nav h2{margin:0 0 12px;font-size:14px;font-weight:600;color:#1f2937}.landmark-nav ul{list-style:none;margin:0;padding:0}.landmark-nav li{margin-bottom:8px}.landmark-nav a{display:block;padding:8px 12px;color:#10b981;text-decoration:none;border-radius:6px;transition:all .2s;font-weight:500}.landmark-nav a:hover{background-color:#f0fdf4;color:#059669}.landmark-nav a:focus{outline:2px solid #10B981;outline-offset:2px;background-color:#f0fdf4}.live-region{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.category-card{position:relative;transition:all .3s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.category-card:focus-within{outline:2px solid #10B981;outline-offset:2px}@media (prefers-reduced-motion: reduce){.category-card:hover{transform:none}}.announcement-banner{background:#fef3c7;border:1px solid #F59E0B;color:#92400e;padding:12px 16px;border-radius:6px;margin-bottom:16px}.announcement-banner[role=alert]{background:#fee2e2;border-color:#dc2626;color:#991b1b}@media print{.sr-only{position:static!important;width:auto!important;height:auto!important;clip:auto!important;overflow:visible!important}.skip-link,.landmark-nav,button,.interactive-only{display:none!important}a:after{content:" (" attr(href) ")";font-size:12px;color:#666}h1,h2,h3,h4,h5,h6{page-break-after:avoid}.category-card{page-break-inside:avoid;border:1px solid #000;margin-bottom:16px}}@media (prefers-color-scheme: dark){.form-input{background-color:#1f2937;border-color:#4b5563;color:#f9fafb}.form-label{color:#f9fafb}.landmark-nav{background:#1f2937f2;border-color:#10b981}.landmark-nav h2{color:#f9fafb}}.contrast-aa{color:#1f2937}.contrast-aaa{color:#111827}.text-contrast-maximum{color:#000}.text-contrast-high{color:#111827}.text-contrast-minimum{color:#4b5563}.bg-contrast-light{background-color:#fff;color:#111827}.bg-contrast-dark{background-color:#111827;color:#fff}.bg-contrast-green-light{background-color:#f0fdf4;color:#14532d}.bg-contrast-green-dark{background-color:#14532d;color:#f0fdf4}.bg-contrast-red-light{background-color:#fef2f2;color:#7f1d1d}.bg-contrast-red-dark{background-color:#7f1d1d;color:#fef2f2}.bg-contrast-blue-light{background-color:#eff6ff;color:#1e3a8a}.bg-contrast-blue-dark{background-color:#1e3a8a;color:#eff6ff}.bg-accessible-green-light{background-color:#d1fae5;color:#065f46}.bg-accessible-red-light{background-color:#fee2e2;color:#991b1b}.bg-accessible-blue-light{background-color:#dbeafe;color:#1e3a8a}.text-contrast-high{color:#000}.text-contrast-medium{color:#374151}.text-contrast-accessible{color:#1f2937}.focus-trap{position:relative}.focus-trap:before,.focus-trap:after{content:"";position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.keyboard-navigation-active *:focus{outline:2px solid #10B981!important;outline-offset:2px!important}.mouse-navigation-active *:focus{outline:none!important}[role=button]:not(button):not(input):not(a){cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}[role=status],[role=alert]{padding:12px 16px;border-radius:6px;font-weight:500}[role=status]{background:#ebf8ff;border:1px solid #3B82F6;color:#1e40af}[role=alert]{background:#fee2e2;border:1px solid #DC2626;color:#991b1b}p,li,div{line-height:1.5}.content-text{max-width:65ch;line-height:1.6}@media (max-width: 640px){.responsive-text{font-size:16px}}.keyboard-only:focus{outline:3px solid #10B981;outline-offset:2px;box-shadow:0 0 0 6px #10b98133}.mouse-user *:focus{outline:none}.keyboard-user *:focus{outline:2px solid #10B981!important;outline-offset:2px!important;box-shadow:0 0 0 4px #10b98133!important}a:not(.button):not(.skip-link){color:#059669;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;transition:all .2s ease}a:not(.button):not(.skip-link):hover{color:#047857;text-decoration-thickness:3px}a:not(.button):not(.skip-link):focus{outline:2px solid #10B981;outline-offset:2px;background-color:#10b9811a;border-radius:2px}button,[role=button]{position:relative;cursor:pointer;border:none;background:transparent;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;color:inherit;transition:all .2s ease}.form-group{margin-bottom:1.5rem}.form-label.required:after{content:" *";color:#dc2626;font-weight:700}.form-input,.form-select,.form-textarea{display:block;width:100%;padding:.75rem;border:2px solid #D1D5DB;border-radius:.375rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-error-text{margin-top:.25rem;font-size:.875rem;color:#dc2626;line-height:1.25rem;display:flex;align-items:flex-start}table{border-collapse:collapse;width:100%}th,td{border:1px solid #D1D5DB;padding:.75rem;text-align:left}th{background-color:#f9fafb;font-weight:600;color:#374151}caption{caption-side:top;padding:.75rem;font-weight:600;text-align:left;color:#1f2937}ul,ol{padding-left:1.5rem}li{margin-bottom:.25rem;line-height:1.5}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.25;color:#1f2937}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}@media (max-width: 640px){h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}}[role=status],[role=alert],[aria-live]{border-radius:.375rem;padding:.75rem 1rem;margin:.5rem 0}[role=status]{background-color:#ebf8ff;border:1px solid #3B82F6;color:#1e40af}[role=alert]{background-color:#fee2e2;border:1px solid #DC2626;color:#991b1b}.tooltip-content{visibility:hidden;opacity:0;position:absolute;z-index:1000;bottom:125%;left:50%;margin-left:-60px;width:120px;background-color:#1f2937;color:#fff;text-align:center;border-radius:.375rem;padding:.5rem;font-size:.875rem;line-height:1.25;transition:opacity .3s}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative}.modal-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid #E5E7EB}.modal-body{padding:1.5rem}.modal-footer{padding:0 1.5rem 1.5rem;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:.75rem}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0000001a;border:1px solid #E5E7EB;border-radius:.375rem;z-index:1000;max-height:200px;overflow-y:auto}.dropdown.open .dropdown-content{display:block}.dropdown-item{color:#1f2937;padding:.75rem 1rem;text-decoration:none;display:block;cursor:pointer;transition:background-color .2s}.dropdown-item:hover,.dropdown-item:focus{background-color:#f3f4f6;outline:none}.dropdown-item[aria-selected=true]{background-color:#10b981;color:#fff}.progress-bar{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:.25rem;overflow:hidden}.progress-fill{height:100%;background-color:#10b981;transition:width .3s ease}.progress-text{font-size:.875rem;color:#6b7280;margin-top:.25rem}.card{background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.card:focus-within{outline:2px solid #10B981;outline-offset:2px}.card-header{padding:1.5rem 1.5rem 0}.card-body{padding:1.5rem}.card-footer{padding:0 1.5rem 1.5rem;border-top:1px solid #E5E7EB}.notification{position:fixed;top:1rem;right:1rem;max-width:400px;background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 10px 15px #0000001a;padding:1rem;z-index:1000;animation:slideIn .3s ease-out}.notification.success{border-left:4px solid #10B981}.notification.error{border-left:4px solid #DC2626}.notification.warning{border-left:4px solid #F59E0B}.notification.info{border-left:4px solid #3B82F6}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.breadcrumb-item+.breadcrumb-item:before{content:"/";margin:0 .5rem;color:#6b7280}.breadcrumb-item a{color:#10b981;text-decoration:none}.breadcrumb-item a:hover{text-decoration:underline}.breadcrumb-item.active{color:#6b7280}.pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;margin:2rem 0}.pagination-item{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:.5rem;border:1px solid #D1D5DB;background-color:#fff;color:#374151;text-decoration:none;border-radius:.375rem;transition:all .2s}.pagination-item:hover{background-color:#f3f4f6;border-color:#10b981}.pagination-item:focus{outline:2px solid #10B981;outline-offset:2px}.pagination-item.active{background-color:#10b981;border-color:#10b981;color:#fff}.pagination-item:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.search-container{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #D1D5DB;border-radius:.5rem;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.search-icon{position:absolute;left:.75rem;width:1.25rem;height:1.25rem;color:#6b7280;pointer-events:none}.search-clear{position:absolute;right:.75rem;width:1.25rem;height:1.25rem;color:#6b7280;cursor:pointer;transition:color .2s}.search-clear:hover{color:#374151}.tab-list{display:flex;border-bottom:2px solid #E5E7EB;margin-bottom:1rem}.tab-button{padding:.75rem 1.5rem;border:none;background:none;color:#6b7280;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-button:hover{color:#374151;background-color:#f3f4f6}.tab-button:focus{outline:2px solid #10B981;outline-offset:2px}.tab-button[aria-selected=true]{color:#10b981;border-bottom-color:#10b981}.tab-panel{padding:1rem 0}.tab-panel:focus{outline:2px solid #10B981;outline-offset:2px}@media print{.skip-navigation,.modal-overlay,.notification,button:not(.print-button),.interactive-only{display:none!important}.sr-only{position:static!important;width:auto!important;height:auto!important;clip:auto!important;overflow:visible!important;white-space:normal!important}a[href^=http]:after{content:" (" attr(href) ")";font-size:.8em;color:#666}.page-break{page-break-before:always}.no-page-break{page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid}img{max-width:100%!important;height:auto!important}}main{display:block}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}[role=banner],[role=main],[role=navigation],[role=complementary],[role=contentinfo]{position:relative}[role=banner]:focus-within,[role=main]:focus-within,[role=navigation]:focus-within,[role=complementary]:focus-within,[role=contentinfo]:focus-within{outline:2px solid #10B981;outline-offset:2px}[role=region]{position:relative}.development-mode [role=region]:not([aria-labelledby]):not([aria-label]):before{content:"⚠ Region missing accessible name";position:absolute;top:-20px;left:0;font-size:12px;color:#dc2626;background:#fee2e2;padding:2px 6px;border-radius:3px;z-index:1000;display:block}.heading-hierarchy-error:after{content:"⚠ Heading hierarchy issue";position:absolute;top:-20px;right:0;font-size:12px;color:#dc2626;background:#fee2e2;padding:2px 6px;border-radius:3px;z-index:1000;display:none}.development-mode .heading-hierarchy-error:after{display:block}ul[role=list],ol[role=list]{list-style:none;padding-left:0}table{border-collapse:collapse;width:100%;margin:1rem 0}table caption{caption-side:top;text-align:left;font-weight:600;margin-bottom:.5rem;color:#1f2937;padding:.5rem 0}table th{background-color:#f9fafb;font-weight:600;text-align:left;padding:.75rem;border:1px solid #D1D5DB;color:#1f2937}table td{padding:.75rem;border:1px solid #D1D5DB;vertical-align:top;color:#374151}table th[scope=col]{border-bottom:2px solid #374151}table th[scope=row]{border-right:2px solid #374151;font-weight:600}fieldset{border:2px solid #D1D5DB;border-radius:.375rem;padding:1rem;margin:1rem 0;background-color:#fafafa}legend{font-weight:600;padding:0 .5rem;color:#1f2937;background-color:#fff}.required-field:after{content:" *";color:#dc2626;font-weight:700;font-size:1.1em}.required-field-note{font-size:.875rem;color:#6b7280;margin-bottom:1rem;padding:.5rem;background-color:#f9fafb;border-radius:.25rem}.required-field-note:before{content:"* ";color:#dc2626;font-weight:700}.error-summary{background-color:#fee2e2;border:2px solid #DC2626;border-radius:.375rem;padding:1rem;margin:1rem 0;role:alert}.error-summary h2{color:#991b1b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.error-summary ul{margin:0;padding-left:1.5rem}.error-summary li{color:#991b1b;margin-bottom:.25rem}.error-summary a{color:#991b1b;text-decoration:underline;font-weight:500}.error-summary a:hover{color:#7f1d1d;text-decoration-thickness:2px}.error-summary a:focus{outline:2px solid #DC2626;outline-offset:2px;background-color:#dc26261a;border-radius:2px}.status-message{padding:.75rem 1rem;border-radius:.375rem;margin:1rem 0;border-left:4px solid;font-weight:500}.status-message.success{background-color:#f0fdf4;border-left-color:#10b981;color:#065f46}.status-message.error{background-color:#fee2e2;border-left-color:#dc2626;color:#991b1b}.status-message.warning{background-color:#fffbeb;border-left-color:#f59e0b;color:#92400e}.status-message.info{background-color:#eff6ff;border-left-color:#3b82f6;color:#1e40af}.progress-bar{width:100%;height:.75rem;background-color:#e5e7eb;border-radius:.375rem;overflow:hidden;position:relative;border:1px solid #D1D5DB}.progress-fill{height:100%;background-color:#10b981;transition:width .3s ease;position:relative}.progress-text{font-size:.875rem;color:#6b7280;margin-top:.25rem;text-align:center;font-weight:500}.focus-trap-active{position:relative}.focus-trap-active:before,.focus-trap-active:after{content:"";position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;top:0;left:0}.keyboard-navigation-active *:focus{outline:2px solid #10B981!important;outline-offset:2px!important;box-shadow:0 0 0 4px #10b98133!important}.mouse-navigation-active *:focus:not(:focus-visible){outline:none!important;box-shadow:none!important}[role=button]:not(button):not(input):not(a){cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:all .2s ease}[role=button]:not(button):not(input):not(a):focus{outline:2px solid #10B981;outline-offset:2px}[role=button]:not(button):not(input):not(a):hover{background-color:#10b9811a}a:not(.button):not(.skip-link){color:#059669;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:all .2s ease}a:not(.button):not(.skip-link):hover{color:#047857;text-decoration-thickness:2px}a:not(.button):not(.skip-link):focus{outline:2px solid #10B981;outline-offset:2px;background-color:#10b9811a;border-radius:2px;text-decoration-thickness:2px}button,[role=button]{position:relative;cursor:pointer;border:none;background:transparent;font-family:inherit;font-size:inherit;line-height:inherit;text-align:inherit;color:inherit;transition:all .2s ease;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:disabled,[role=button][aria-disabled=true]{opacity:.6;cursor:not-allowed;pointer-events:none}button:focus,[role=button]:focus{outline:2px solid #10B981;outline-offset:2px;box-shadow:0 0 0 4px #10b98133}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.875rem;line-height:1.25rem}.form-input,.form-select,.form-textarea{display:block;width:100%;padding:.75rem;border:2px solid #D1D5DB;border-radius:.375rem;font-size:1rem;line-height:1.5;color:#1f2937;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;min-height:44px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-input:invalid:focus,.form-select:invalid:focus,.form-textarea:invalid:focus{box-shadow:0 0 0 3px #dc26261a}.form-help-text{margin-top:.25rem;font-size:.875rem;color:#6b7280;line-height:1.25rem}.form-error-text{margin-top:.25rem;font-size:.875rem;color:#dc2626;line-height:1.25rem;display:flex;align-items:flex-start;font-weight:500}.form-error-text:before{content:"⚠";margin-right:.25rem;flex-shrink:0;margin-top:.125rem}.combobox-container{position:relative}.combobox-input{width:100%;padding:.75rem;border:2px solid #D1D5DB;border-radius:.375rem;font-size:1rem;background-color:#fff;color:#1f2937}.combobox-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.combobox-listbox{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #E5E7EB;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;margin-top:.25rem}.combobox-option{padding:.75rem;cursor:pointer;color:#374151;transition:background-color .2s ease}.combobox-option:hover,.combobox-option[aria-selected=true]{background-color:#f3f4f6}.combobox-option[aria-selected=true]{background-color:#10b981;color:#fff;font-weight:500}.data-table-container{overflow-x:auto;margin:1rem 0;border:1px solid #E5E7EB;border-radius:.375rem}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table caption{padding:1rem;font-weight:600;text-align:left;background-color:#f9fafb;border-bottom:1px solid #E5E7EB}.data-table th{background-color:#f9fafb;padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #E5E7EB;position:sticky;top:0;z-index:10}.data-table td{padding:.75rem;border-bottom:1px solid #E5E7EB;color:#1f2937}.data-table tbody tr:hover{background-color:#f9fafb}.data-table tbody tr:focus-within{background-color:#f0fdf4;outline:2px solid #10B981;outline-offset:-2px}.media-container{position:relative;margin:1rem 0}.media-container img,.media-container video{max-width:100%;height:auto;border-radius:.375rem}.media-container figcaption{margin-top:.5rem;font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}.loading-container{display:flex;align-items:center;justify-content:center;padding:2rem}.loading-spinner{width:2rem;height:2rem;border:2px solid #E5E7EB;border-top:2px solid #10B981;border-radius:50%;animation:spin 1s linear infinite}.loading-text{margin-left:.75rem;color:#6b7280;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.loading-spinner{animation:none;border-top-color:transparent}.loading-spinner:after{content:"●";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#10b981}}.empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-state-icon{width:4rem;height:4rem;margin:0 auto 1rem;color:#d1d5db}.empty-state-title{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state-description{font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.empty-state-action{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#10b981;color:#fff;border-radius:.375rem;text-decoration:none;font-weight:500;transition:background-color .2s ease}.empty-state-action:hover{background-color:#059669;color:#fff}.empty-state-action:focus{outline:2px solid #10B981;outline-offset:2px}@media (max-width: 768px){button,a,input,select,textarea,[role=button],[tabindex]{min-height:44px;min-width:44px}.touch-target{margin:4px}body{font-size:16px;line-height:1.5}.mobile-high-contrast{color:#000;background-color:#fff}}@media print{.sr-only{position:static!important;width:auto!important;height:auto!important;clip:auto!important;overflow:visible!important;white-space:normal!important}.skip-navigation,.modal-overlay,.notification,button:not(.print-button),.interactive-only,[role=button]:not(.print-button){display:none!important}a[href^=http]:after{content:" (" attr(href) ")";font-size:.8em;color:#666;font-weight:400}.page-break{page-break-before:always}.no-page-break{page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid}img{max-width:100%!important;height:auto!important}table{border-collapse:collapse!important}table,th,td{border:1px solid #000!important}*{color:#000!important;background:transparent!important}.print-preserve-bg{background:#f0f0f0!important}}.development-mode .accessibility-issue{position:relative}.development-mode .accessibility-issue:after{content:"⚠";position:absolute;top:-10px;right:-10px;background:#dc2626;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:1000}.development-mode .accessibility-warning:after{background:#f59e0b}.development-mode .accessibility-info:after{background:#3b82f6;content:"i"}.a11y-test-mode *{outline:1px solid rgba(255,0,0,.3)!important}.a11y-test-mode [role]{outline:2px solid rgba(0,255,0,.5)!important}.a11y-test-mode [aria-label],.a11y-test-mode [aria-labelledby],.a11y-test-mode [aria-describedby]{outline:2px solid rgba(0,0,255,.5)!important}header[role=banner]{position:relative}main[role=main]{position:relative;min-height:200px}section[role=region]{position:relative}nav[role=navigation]{position:relative}footer[role=contentinfo]{position:relative}[role=banner]:focus,[role=main]:focus,[role=navigation]:focus,[role=region]:focus,[role=contentinfo]:focus{outline:3px solid #10B981;outline-offset:2px;background-color:#10b9810d}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:600;line-height:1.25;color:#1f2937;margin-top:0;margin-bottom:.5em;scroll-margin-top:2rem}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}h2{font-size:2rem;font-weight:600;line-height:1.3;margin-bottom:.875rem}h3{font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:500;line-height:1.4;margin-bottom:.625rem}h5{font-size:1.125rem;font-weight:500;line-height:1.5;margin-bottom:.5rem}h6{font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:.5rem}@media (max-width: 640px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}}ul[role=list],ol[role=list]{list-style:none;padding-left:0;margin:1rem 0}ul[role=list] li,ol[role=list] li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;line-height:1.6}ul[role=list] li:before{content:"•";position:absolute;left:0;color:#10b981;font-weight:700}ol[role=list]{counter-reset:list-counter}ol[role=list] li{counter-increment:list-counter}ol[role=list] li:before{content:counter(list-counter) ".";position:absolute;left:0;color:#10b981;font-weight:700}nav ul{list-style:none;padding:0;margin:0}nav li{margin:0}nav a{display:block;padding:.75rem 1rem;color:#374151;text-decoration:none;border-radius:.375rem;transition:all .2s ease;font-weight:500;min-height:44px;display:flex;align-items:center}nav a:hover{background-color:#f3f4f6;color:#10b981;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}nav a:focus{outline:3px solid #10B981;outline-offset:2px;background-color:#f0fdf4;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}nav a[aria-current=page]{background-color:#10b981;color:#fff;font-weight:600}nav a[aria-current=page]:focus{outline-color:#fff;background-color:#059669}button,[role=button]{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.75rem 1.5rem;border:2px solid transparent;border-radius:.375rem;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;background-color:#10b981;color:#fff;box-shadow:0 1px 2px #0000000d}button:hover,[role=button]:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}button:focus,[role=button]:focus{outline:3px solid #10B981;outline-offset:2px;box-shadow:0 0 0 4px #10b98133;transform:translateY(-1px)}button:active,[role=button]:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}button:disabled,[role=button][aria-disabled=true]{opacity:.6;cursor:not-allowed;pointer-events:none;transform:none;box-shadow:none;background-color:#9ca3af;color:#fff}a{color:#059669;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;transition:all .2s ease}a:hover{color:#047857;text-decoration-thickness:3px}a:focus{outline:3px solid #10B981;outline-offset:2px;background-color:#10b9811a;border-radius:2px;text-decoration:none}a:visited{color:#7c3aed}a:visited:hover{color:#6d28d9}.skip-link{position:absolute;top:-100px;left:8px;background:#000;color:#fff;padding:12px 16px;text-decoration:none;border-radius:0 0 6px 6px;z-index:10000;font-weight:600;font-size:16px;transition:top .3s ease;border:2px solid #FFFFFF;box-shadow:0 4px 6px #0003;min-height:44px;display:flex;align-items:center}.skip-link:focus{top:0;outline:none;text-decoration:none;color:#fff}.form-group{margin-bottom:1.5rem;position:relative}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#1f2937;font-size:1rem;line-height:1.5}.form-label.required:after{content:" *";color:#dc2626;font-weight:700;font-size:1.1em}.form-input,.form-select,.form-textarea{display:block;width:100%;min-height:44px;padding:.75rem;border:2px solid #D1D5DB;border-radius:.375rem;font-size:16px;line-height:1.5;color:#1f2937;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b98133}.form-input:invalid,.form-select:invalid,.form-textarea:invalid{border-color:#dc2626}.form-input:invalid:focus,.form-select:invalid:focus,.form-textarea:invalid:focus{box-shadow:0 0 0 3px #dc262633}.form-help-text{margin-top:.5rem;font-size:.875rem;color:#4b5563;line-height:1.4}.form-error-text{margin-top:.5rem;font-size:.875rem;color:#dc2626;line-height:1.4;display:flex;align-items:flex-start;font-weight:500}.form-error-text:before{content:"⚠";margin-right:.5rem;flex-shrink:0;margin-top:.125rem;font-size:1rem}[role=status],[role=alert],[aria-live]{border-radius:.5rem;padding:1rem 1.25rem;margin:1rem 0;border-left:4px solid;font-weight:500;line-height:1.5;min-height:44px;display:flex;align-items:flex-start}[role=status]{background-color:#ebf8ff;border-left-color:#3b82f6;color:#1e40af}[role=alert]{background-color:#fee2e2;border-left-color:#dc2626;color:#991b1b}[role=status]:before{content:"ℹ";margin-right:.75rem;font-weight:700;font-size:1.2em;flex-shrink:0;margin-top:.125rem}[role=alert]:before{content:"⚠";margin-right:.75rem;font-weight:700;font-size:1.2em;flex-shrink:0;margin-top:.125rem}table{border-collapse:collapse;width:100%;margin:1.5rem 0;background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}table caption{caption-side:top;text-align:left;font-weight:600;font-size:1.125rem;margin-bottom:1rem;color:#1f2937;padding:1rem 0}table th{background-color:#f9fafb;font-weight:600;text-align:left;padding:1rem;border-bottom:2px solid #E5E7EB;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}table td{padding:1rem;border-bottom:1px solid #E5E7EB;vertical-align:top;color:#374151;line-height:1.5}table th[scope=col]{border-bottom:3px solid #10B981}table th[scope=row]{border-right:3px solid #10B981;font-weight:600;background-color:#f0fdf4}table tr:hover{background-color:#f9fafb}table tr:focus-within{background-color:#f0fdf4;outline:2px solid #10B981;outline-offset:-2px}fieldset{border:2px solid #D1D5DB;border-radius:.5rem;padding:1.5rem;margin:1.5rem 0;background-color:#fafafa}legend{font-weight:600;font-size:1.125rem;padding:0 .75rem;color:#1f2937;background-color:#fff;border-radius:.25rem}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative;min-width:320px}.modal-content:focus{outline:3px solid #10B981;outline-offset:2px}.tooltip{position:relative;display:inline-block}.tooltip-content{visibility:hidden;opacity:0;position:absolute;z-index:1000;bottom:125%;left:50%;margin-left:-80px;width:160px;background-color:#1f2937;color:#fff;text-align:center;border-radius:.375rem;padding:.75rem;font-size:.875rem;line-height:1.25;transition:opacity .3s;box-shadow:0 4px 6px #0000001a}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1F2937 transparent transparent transparent}.tooltip:hover .tooltip-content,.tooltip:focus .tooltip-content{visibility:visible;opacity:1}.progress-container{margin:1rem 0}.progress-label{display:block;font-weight:500;margin-bottom:.5rem;color:#374151}.progress-bar{width:100%;height:1rem;background-color:#e5e7eb;border-radius:.5rem;overflow:hidden;position:relative}.progress-fill{height:100%;background-color:#10b981;transition:width .3s ease;border-radius:.5rem}.progress-text{font-size:.875rem;color:#6b7280;margin-top:.5rem;text-align:center}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;padding:.75rem 0;margin-bottom:1rem;list-style:none;background-color:#f9fafb;border-radius:.375rem;padding:.75rem 1rem}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-item+.breadcrumb-item:before{content:"/";margin:0 .75rem;color:#6b7280;font-weight:500}.breadcrumb-item a{color:#10b981;text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;transition:all .2s ease}.breadcrumb-item a:hover{text-decoration:underline;background-color:#f0fdf4}.breadcrumb-item a:focus{outline:2px solid #10B981;outline-offset:2px;background-color:#f0fdf4}.breadcrumb-item.active{color:#6b7280;font-weight:500}@media print{.skip-navigation,.modal-overlay,.notification,button:not(.print-button),.interactive-only{display:none!important}.sr-only{position:static!important;width:auto!important;height:auto!important;clip:auto!important;overflow:visible!important;white-space:normal!important}a[href^=http]:after{content:" (" attr(href) ")";font-size:.8em;color:#666}.page-break{page-break-before:always}.no-page-break{page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid}img{max-width:100%!important;height:auto!important}table{border-collapse:collapse!important}table,th,td{border:1px solid #000!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-spin,.animate-bounce,.animate-pulse,.animate-fade-in,.animate-slide-up{animation:none!important}button:hover,[role=button]:hover{transform:none!important}}@media (prefers-contrast: high){*{background-color:#fff!important;color:#000!important;border-color:#000!important}button,[role=button]{background-color:#000!important;color:#fff!important;border:2px solid #000000!important}button:focus,[role=button]:focus{outline:3px solid #000000!important;outline-offset:2px!important;background-color:#fff!important;color:#000!important}a{color:#000!important;text-decoration:underline!important;text-decoration-thickness:2px!important}a:focus{outline:3px solid #000000!important;outline-offset:2px!important;background-color:#ff0!important;color:#000!important}}@media (prefers-color-scheme: dark){:root{--bg-primary: #1F2937;--bg-secondary: #374151;--text-primary: #F9FAFB;--text-secondary: #D1D5DB;--border-color: #4B5563;--accent-color: #10B981}body{background-color:var(--bg-primary);color:var(--text-primary)}.form-input,.form-select,.form-textarea{background-color:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}.form-label{color:var(--text-primary)}table{background-color:var(--bg-secondary)}table th{background-color:var(--bg-primary);color:var(--text-primary)}table td{color:var(--text-secondary);border-bottom-color:var(--border-color)}}.category-accent-bar[data-color="#10B981"]{background:linear-gradient(90deg,#10b981,#10b981cc)}.category-accent-bar[data-color="#3B82F6"]{background:linear-gradient(90deg,#3b82f6,#3b82f6cc)}.category-accent-bar[data-color="#8B5CF6"]{background:linear-gradient(90deg,#8b5cf6,#8b5cf6cc)}.category-accent-bar[data-color="#EF4444"]{background:linear-gradient(90deg,#ef4444,#ef4444cc)}.category-accent-bar[data-color="#F59E0B"]{background:linear-gradient(90deg,#f59e0b,#f59e0bcc)}.category-icon-container[data-color="#10B981"]{color:#10b981;border-color:#10b981}.category-icon-container[data-color="#3B82F6"]{color:#3b82f6;border-color:#3b82f6}.category-icon-container[data-color="#8B5CF6"]{color:#8b5cf6;border-color:#8b5cf6}.category-icon-container[data-color="#EF4444"]{color:#ef4444;border-color:#ef4444}.category-icon-container[data-color="#F59E0B"]{color:#f59e0b;border-color:#f59e0b}.category-focus-indicator[data-pressed=true][data-color="#10B981"]{border-color:#10b981}.category-focus-indicator[data-pressed=true][data-color="#3B82F6"]{border-color:#3b82f6}.category-focus-indicator[data-pressed=true][data-color="#8B5CF6"]{border-color:#8b5cf6}.category-focus-indicator[data-pressed=true][data-color="#EF4444"]{border-color:#ef4444}.category-focus-indicator[data-pressed=true][data-color="#F59E0B"]{border-color:#f59e0b}.categories-grid{display:grid;width:100%;place-items:start;align-items:start}.categories-grid>div{width:100%;display:flex;align-items:stretch}.categories-grid article{width:100%;display:flex;flex-direction:column;background-color:#fff!important;border:2px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 640px){.categories-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin:0 auto}.categories-grid>div{align-items:stretch}}@media (min-width: 641px) and (max-width: 768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:700px;margin:0 auto;align-items:stretch}.categories-grid>div{align-items:stretch}}@media (min-width: 769px) and (max-width: 1024px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:800px;margin:0 auto;align-items:stretch}.categories-grid>div{align-items:stretch}}@media (min-width: 1025px) and (max-width: 1280px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;align-items:stretch}.categories-grid>div{align-items:stretch}}@media (min-width: 1281px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1400px;margin:0 auto;align-items:stretch}.categories-grid>div{align-items:stretch}}.category-card-content{display:flex;flex-direction:column;height:100%;background-color:#fff}.category-card-description{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;min-height:0}.category-card-button{margin-top:auto;flex-shrink:0}.category-card:hover .category-accent-bar:before{transform:translate(100%)}.category-card .category-accent-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%) skew(-12deg);transition:transform .7s ease}@media (prefers-reduced-motion: reduce){.category-card,.category-card *,.category-accent-bar:before{animation:none!important;transition:none!important;transform:none!important}}.category-card:focus-within{outline:3px solid #10B981;outline-offset:2px}.category-card:focus-within .category-icon-container{transform:scale(1.05)}@media (max-width: 768px){.category-card button{min-height:48px;font-size:16px}.category-card{min-height:400px}}@media print{.category-card{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #000;margin-bottom:1rem;box-shadow:none;background:#fff!important}.category-accent-bar{background:#ccc!important}.category-card button{display:none}}.category-card{background-color:#fff!important;border:2px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:visible}.category-card:hover{background-color:#fff!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.category-card-content{background-color:transparent;position:relative;z-index:1}.category-card-description{overflow:visible;word-wrap:break-word;hyphens:auto}.category-card-description p{margin-bottom:1rem;line-height:1.6;color:#4b5563}.category-card-description>div:last-child{margin-bottom:1rem}.category-card-button{position:relative;z-index:2;margin-top:auto;flex-shrink:0}.category-card h3{margin-bottom:.75rem;line-height:1.3;color:#111827}.category-card .flex.items-start.justify-between{margin-bottom:1.25rem}.category-card>div:last-child{pointer-events:none;z-index:0}.category-card .absolute.top-0.left-0,.category-focus-indicator{z-index:0;pointer-events:none}@media (max-width: 640px){.category-card-content{padding:1rem}.category-card h3{font-size:1.125rem;margin-bottom:.5rem}.category-card-description p{font-size:.875rem;line-height:1.5}}@media (min-width: 641px) and (max-width: 1024px){.category-card-content{padding:1.25rem}.category-card h3{font-size:1.25rem}}@media (min-width: 1025px){.category-card-content{padding:1.5rem}.category-card h3{font-size:1.25rem}}.category-card .bg-gradient-to-r.from-yellow-50{background:linear-gradient(to right,#fffbeb,#fef3c7)!important;border-left:4px solid #f59e0b;margin-bottom:1rem}.category-card .text-gray-600{color:#4b5563!important}.category-card .text-gray-700{color:#374151!important}.category-card .text-gray-900{color:#111827!important}.category-card .bg-gray-100{background-color:#f3f4f6!important;color:#374151!important}.category-card .flex.flex-wrap.gap-2{margin-bottom:1rem}.category-card ul[role=list]{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.category-card ul[role=list] li span{display:inline-block;white-space:nowrap}.category-card .absolute.top-3.right-3{z-index:10}.category-icon-container{flex-shrink:0}.categories-grid{grid-auto-rows:1fr}.category-card-description{overflow-wrap:break-word;word-break:break-word}.category-card-button{min-height:44px;display:flex;align-items:center;justify-content:center}@media (prefers-contrast: high){.category-card{background-color:#fff!important;border:3px solid #000000!important}.category-card-content{background-color:#fff!important}}@media (prefers-color-scheme: dark){.category-card{background-color:#1f2937!important;border-color:#374151!important}.category-card-content{background-color:#1f2937!important}.category-card h3{color:#f9fafb!important}.category-card .text-gray-600{color:#d1d5db!important}.category-card .text-gray-700{color:#e5e7eb!important}.category-card .text-gray-900{color:#f9fafb!important}}@media print{.category-card{background-color:#fff!important;border:2px solid #000000!important;box-shadow:none!important;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}.category-card-content{background-color:#fff!important}.category-card .absolute,.category-card-button{display:none!important}}.border-blue-500{border-color:#3b82f6}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.text-blue-700{color:#1d4ed8}.text-blue-600{color:#2563eb}.text-blue-900{color:#1e3a8a}.border-green-500{border-color:#10b981}.bg-green-50{background-color:#ecfdf5}.bg-green-100{background-color:#d1fae5}.text-green-700{color:#047857}.text-green-600{color:#059669}.text-green-800{color:#065f46}.text-green-900{color:#064e3b}.border-purple-500{border-color:#8b5cf6}.bg-purple-50{background-color:#faf5ff}.bg-purple-100{background-color:#f3e8ff}.text-purple-700{color:#6d28d9}.text-purple-600{color:#7c3aed}.text-purple-900{color:#4c1d95}.border-red-500{border-color:#ef4444}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.text-red-700{color:#b91c1c}.text-red-600{color:#dc2626}.text-red-900{color:#7f1d1d}.border-yellow-500{border-color:#eab308}.bg-yellow-50{background-color:#fefce8}.bg-yellow-100{background-color:#fef3c7}.text-yellow-700{color:#a16207}.text-yellow-600{color:#ca8a04}.text-yellow-900{color:#78350f}.border-indigo-500{border-color:#6366f1}.bg-indigo-50{background-color:#eef2ff}.text-indigo-700{color:#4338ca}.text-indigo-600{color:#4f46e5}.border-pink-500{border-color:#ec4899}.bg-pink-50{background-color:#fdf2f8}.text-pink-700{color:#be185d}.text-pink-600{color:#db2777}.border-orange-500{border-color:#f97316}.bg-orange-50{background-color:#fff7ed}.text-orange-700{color:#c2410c}.text-orange-600{color:#ea580c}.border-teal-500{border-color:#14b8a6}.bg-teal-50{background-color:#f0fdfa}.text-teal-700{color:#0f766e}.text-teal-600{color:#0d9488}.border-emerald-500{border-color:#10b981}.bg-emerald-50{background-color:#ecfdf5}.text-emerald-700{color:#047857}.text-emerald-600{color:#059669}.border-cyan-500{border-color:#06b6d4}.bg-cyan-50{background-color:#ecfeff}.text-cyan-700{color:#0e7490}.text-cyan-600{color:#0891b2}.border-lime-500{border-color:#84cc16}.bg-lime-50{background-color:#f7fee7}.text-lime-700{color:#4d7c0f}.text-lime-600{color:#65a30d}.border-slate-500{border-color:#64748b}.bg-slate-50{background-color:#f8fafc}.text-slate-700{color:#334155}.text-slate-600{color:#475569}.border-gray-500{border-color:#6b7280}.bg-gray-50{background-color:#f9fafb}.text-gray-600{color:#4b5563}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (min-width: 640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}.text-purple-800{color:#5b21b6}.text-red-800{color:#991b1b}.text-yellow-800{color:#92400e}.text-cyan-800{color:#155e63}.text-gray-700{color:#374151}.bg-indigo-100{background-color:#e0e7ff}.text-indigo-900{color:#312e81}.bg-pink-100{background-color:#fce7f3}.text-pink-800{color:#9d174d}.text-pink-900{color:#831843}.bg-orange-100{background-color:#fed7aa}.text-orange-800{color:#9a3412}.text-orange-900{color:#7c2d12}.bg-teal-100{background-color:#ccfbf1}.text-teal-800{color:#115e59}.text-teal-900{color:#134e4a}.bg-emerald-100{background-color:#d1fae5}.text-emerald-900{color:#064e3b}.bg-cyan-100{background-color:#cffafe}.text-cyan-800{color:#155e75}.text-cyan-900{color:#164e63}.bg-lime-100{background-color:#ecfccb}.text-lime-800{color:#365314}.text-lime-900{color:#1a2e05}.bg-slate-100{background-color:#f1f5f9}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.bg-gray-100{background-color:#f3f4f6}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.border-blue-600{border-color:#2563eb}.bg-blue-200{background-color:#dbeafe}.text-blue-950{color:#172554}.text-blue-800{color:#1e40af}.border-indigo-600{border-color:#4f46e5}.bg-indigo-200{background-color:#e0e7ff}.text-indigo-950{color:#1e1b4b}.text-indigo-800{color:#3730a3}.border-emerald-600{border-color:#059669}.bg-emerald-200{background-color:#a7f3d0}.text-emerald-950{color:#022c22}.text-emerald-800{color:#065f46}/ * Green enhanced variants */ .border-green-600{border-color:#16a34a}.bg-green-200{background-color:#bbf7d0}.text-green-950{color:#052e16}.text-green-800{color:#166534}*,:before,:after{--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 / .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 / .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: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{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,samp,pre{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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{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}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 900px){.container{max-width:900px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1440px){.container{max-width:1440px}}@media (min-width: 1536px){.container{max-width:1536px}}@media (min-width: 1920px){.container{max-width:1920px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-left-1{left:-.25rem}.-left-2{left:-.5rem}.-left-3{left:-.75rem}.-left-4{left:-1rem}.-left-6{left:-1.5rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-4{right:-1rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-1\/4{bottom:25%}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-3{left:.75rem}.left-4{left:1rem}.right-0{right:0}.right-1\/4{right:25%}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.m-4{margin:1rem}.m-6{margin:1.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.-mt-16{margin-top:-4rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-80{height:20rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-140px\)\]{max-height:calc(90vh - 140px)}.max-h-\[calc\(90vh-200px\)\]{max-height:calc(90vh - 200px)}.max-h-\[calc\(90vh-80px\)\]{max-height:calc(90vh - 80px)}.max-h-screen{max-height:100vh}.min-h-96{min-height:24rem}.min-h-\[200px\]{min-height:200px}.min-h-\[32px\]{min-height:32px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[42px\]{min-height:42px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[600px\]{min-height:600px}.min-h-\[60px\]{min-height:60px}.min-h-\[70vh\]{min-height:70vh}.min-h-\[72px\]{min-height:72px}.min-h-\[80px\]{min-height:80px}.min-h-\[85vh\]{min-height:85vh}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-80{width:20rem}.w-9\/12{width:75%}.w-96{width:24rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[150px\]{min-width:150px}.min-w-\[60px\]{min-width:60px}.min-w-\[80px\]{min-width:80px}.min-w-full{min-width:100%}.max-w-20{max-width:5rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-skew-x-12{--tw-skew-x: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-skew-y-6{--tw-skew-y: -6deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}.animate-fade-in{animation:fade-in .6s ease-out forwards}@keyframes fade-in-delay{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-delay{animation:fade-in-delay .8s ease-out .2s forwards}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes slide-up{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-slide-up{animation:slide-up .6s ease-out forwards}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.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}.list-none{list-style-type:none}.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))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.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-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.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))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.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;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-current{border-color:currentColor}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-l-blue-500{--tw-border-opacity: 1;border-left-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-t-green-500{--tw-border-opacity: 1;border-top-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-opacity-20{--tw-border-opacity: .2}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / 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-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / 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-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/50{background-color:#ffffff80}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / 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-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-95{--tw-bg-opacity: .95}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-100{--tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-50{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-500{--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/20{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/30{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-50{--tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-pink-100{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-yellow-100{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-40{padding:10rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.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-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.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-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.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-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-blue-950{--tw-text-opacity: 1;color:rgb(23 37 84 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-cyan-900{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-emerald-950{--tw-text-opacity: 1;color:rgb(2 44 34 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / 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-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-indigo-950{--tw-text-opacity: 1;color:rgb(30 27 75 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-pink-900{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / 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-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);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 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);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 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-200\/30{--tw-shadow-color: rgb(191 219 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/10{--tw-shadow-color: rgb(107 114 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/30{--tw-shadow-color: rgb(107 114 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/30{--tw-shadow-color: rgb(75 85 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/30{--tw-shadow-color: rgb(55 65 81 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/30{--tw-shadow-color: rgb(31 41 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/30{--tw-shadow-color: rgb(187 247 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/30{--tw-shadow-color: rgb(233 213 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-2{--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)}.ring-4{--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(4px + 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)}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-opacity-50{--tw-ring-opacity: .5}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);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-sm{--tw-blur: blur(4px);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)}.\!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)!important}.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{--tw-backdrop-blur: blur(8px);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)}.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)}.backdrop-filter{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{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;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}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.lucide{display:inline-block;vertical-align:middle;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.header-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;stroke:currentColor;fill:none}button svg{pointer-events:none;display:block;flex-shrink:0}svg{display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header-container button{display:flex;align-items:center;justify-content:center}.header-container button svg{display:block!important;visibility:visible!important;opacity:1!important}.header-container button span{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#374151!important;font-weight:500}.header-container button[title*=Language] span,.header-container button[aria-label*=Language] span{color:#1f2937!important;font-weight:600!important;font-size:.875rem!important;text-shadow:none!important;background:transparent!important}.header-container button{color:#1f2937}.header-container button:hover{color:#111827}.header-container span{color:#1f2937!important;opacity:1!important;visibility:visible!important;display:inline-block!important}.header-container button[title*=Language]{border:1px solid #e5e7eb;background-color:#f3f4f6!important}.header-container button[title*=Language] span{background-color:#ffff001a!important;padding:1px 2px;border-radius:2px}select{color:#1f2937!important;background-color:#fff!important}select option{color:#1f2937!important;background-color:#fff!important;padding:8px 12px;font-weight:500}.content-editor select{color:#1f2937!important;background-color:#fff!important;border:1px solid #d1d5db!important}.content-editor select option{color:#1f2937!important;background-color:#fff!important;padding:8px 12px!important;font-weight:500!important}select:focus option{color:#1f2937!important;background-color:#f3f4f6!important}select option:hover{background-color:#e5e7eb!important;color:#111827!important}select option:checked{background-color:#3b82f6!important;color:#fff!important}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px!important}@-moz-document url-prefix(){select,select option{color:#1f2937!important;background-color:#fff!important}}select:focus{color:#1f2937!important;background-color:#fff!important}select:active{color:#1f2937!important;background-color:#fff!important}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-fade-in-delay-1{animation:fade-in .8s ease-out .2s forwards;opacity:0}.animate-fade-in-delay-2{animation:fade-in .8s ease-out .4s forwards;opacity:0}.animate-fade-in-delay-3{animation:fade-in .8s ease-out .6s forwards;opacity:0}.balance-text{text-wrap:balance}.text-justify-improved{text-align:justify;-moz-text-align-last:left;text-align-last:left;hyphens:auto;word-spacing:.1em}@media (max-width: 1023px){.text-justify-improved{text-align:center;-moz-text-align-last:center;text-align-last:center;hyphens:none;word-spacing:normal}}.hero-text-spacing{line-height:1.7;letter-spacing:.01em}.hero-paragraph{margin-bottom:1.5rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-content-wrapper{max-width:100%;margin:0 auto}.hero-title-balanced{text-wrap:balance;max-width:100%;line-height:1.1;letter-spacing:-.02em}.feature-highlight-item{display:flex;align-items:center;padding:.75rem 1rem;background:#fff3;backdrop-filter:blur(8px);border-radius:9999px;transition:all .2s ease-in-out;white-space:nowrap}.feature-highlight-item:hover{background:#ffffff40;transform:translateY(-1px)}.hero-buttons-container{display:flex;gap:1rem;align-items:center;justify-content:center}@media (min-width: 1024px){.hero-buttons-container{justify-content:flex-start}}.hero-text-enhanced{text-shadow:0 1px 2px rgba(0,0,0,.1);font-weight:500}@media (max-width: 768px){.hero-mobile-spacing{padding-left:1rem;padding-right:1rem}.hero-title-mobile{font-size:2rem;line-height:1.2}.hero-subtitle-mobile{font-size:1.125rem;line-height:1.6}}.hero-title-smaller{font-size:2.5rem!important;line-height:1.1!important}@media (max-width: 768px){.hero-title-smaller{font-size:1.875rem!important;line-height:1.2!important}}@media (max-width: 640px){.hero-title-smaller{font-size:1.75rem!important;line-height:1.2!important}}.feature-highlights-single-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;width:100%;max-width:100%}.feature-highlight-compact{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#fff3;backdrop-filter:blur(8px);border-radius:9999px;white-space:nowrap;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:1px solid rgba(255,255,255,.1);min-height:44px;min-width:44px;text-align:center}.feature-highlight-compact:hover{background:#ffffff40;transform:translateY(-1px);border-color:#fff3}.feature-highlight-compact:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.feature-highlight-compact .icon{margin-right:.5rem;font-size:1.125rem;flex-shrink:0}@media (min-width: 1024px){.feature-highlights-single-row{flex-wrap:nowrap;justify-content:flex-start;gap:1rem}.feature-highlight-compact{padding:.75rem 1.25rem;font-size:.875rem;min-width:180px}}@media (min-width: 768px) and (max-width: 1023px){.feature-highlights-single-row{flex-wrap:wrap;justify-content:center;gap:.875rem;max-width:600px;margin:0 auto}.feature-highlight-compact{padding:.75rem 1rem;font-size:.875rem;min-width:160px;flex:0 1 calc(50% - .4375rem)}.feature-highlight-compact:nth-child(3){flex:0 1 100%;max-width:200px;margin:0 auto}}@media (max-width: 767px){.feature-highlights-single-row{flex-direction:column;gap:.75rem;width:100%;align-items:stretch;padding:0 1rem}.feature-highlight-compact{width:100%;max-width:280px;margin:0 auto;padding:1rem 1.25rem;font-size:1rem;min-height:48px;justify-content:center;text-align:center}.feature-highlight-compact .icon{margin-right:.75rem;font-size:1.25rem}}@media (max-width: 479px){.feature-highlights-single-row{padding:0 .75rem;gap:.625rem}.feature-highlight-compact{max-width:100%;padding:1.125rem 1rem;font-size:.9375rem;min-height:52px}.feature-highlight-compact .icon{font-size:1.125rem}}@media (hover: none) and (pointer: coarse){.feature-highlight-compact{min-height:48px;min-width:48px;padding:1rem 1.25rem}.feature-highlight-compact:hover{transform:none}.feature-highlight-compact:active{background:#ffffff4d;transform:scale(.98);transition:all .1s ease-out}}@media (prefers-contrast: high){.feature-highlight-compact{background:#ffffffe6;color:#000;border:2px solid #000}.feature-highlight-compact:hover{background:#fff}}@media (prefers-reduced-motion: reduce){.feature-highlight-compact{transition:none}.feature-highlight-compact:hover{transform:none}}input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=tel],input[type=number],textarea,select{color:#000!important;background-color:#fff!important;-webkit-text-fill-color:#000000!important;-webkit-background-clip:text!important;caret-color:#000!important}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280!important;opacity:1!important;-webkit-text-fill-color:#6b7280!important}input::placeholder,textarea::placeholder{color:#6b7280!important;opacity:1!important;-webkit-text-fill-color:#6b7280!important}.search-input,.filter-select{color:#000!important;background-color:#fff!important;-webkit-text-fill-color:#000000!important;caret-color:#000!important}* input[type=text],* input[type=search],* select,* textarea{color:#000!important;background-color:#fff!important}.progress-bar{transition:width .3s ease-in-out}.progress-bar[data-width="0"]{width:0%}.progress-bar[data-width="10"]{width:10%}.progress-bar[data-width="20"]{width:20%}.progress-bar[data-width="30"]{width:30%}.progress-bar[data-width="40"]{width:40%}.progress-bar[data-width="50"]{width:50%}.progress-bar[data-width="60"]{width:60%}.progress-bar[data-width="70"]{width:70%}.progress-bar[data-width="80"]{width:80%}.progress-bar[data-width="90"]{width:90%}.progress-bar[data-width="100"]{width:100%}.progress-bar-dynamic{width:var(--progress-width, 0%);transition:width .3s ease-in-out}@keyframes slide-in-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-out-right{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes progress{0%{width:100%}to{width:0%}}.animate-slide-in-right{animation:slide-in-right .3s ease-out}.animate-slide-out-right{animation:slide-out-right .3s ease-in}.animate-progress{animation:progress linear}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.error-alert{border-left:4px solid currentColor;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.error-alert-critical{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left-color:#dc2626}.error-alert-high{background:linear-gradient(135deg,#fef2f2,#fef7f7);border-left-color:#ef4444}.error-alert-medium{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left-color:#f59e0b}.error-alert-low{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left-color:#3b82f6}.error-dashboard-card{transition:all .2s ease-in-out;border:1px solid #e5e7eb}.error-dashboard-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-1px)}.error-severity-badge{font-weight:600;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.7}}.pulse-critical{animation:pulse-red 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes ring{0%{transform:rotate(0)}10%{transform:rotate(10deg)}20%{transform:rotate(-10deg)}30%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}.animate-ring{animation:ring 1s ease-in-out}.error-toast-container{position:fixed;z-index:9999;pointer-events:none}.error-toast-container>*{pointer-events:auto}@media (prefers-reduced-motion: reduce){.animate-slide-in-right,.animate-slide-out-right,.animate-progress,.pulse-critical,.animate-ring{animation:none}.error-dashboard-card:hover{transform:none}}@media (prefers-contrast: high){.error-alert{border-width:2px;border-style:solid}.error-severity-badge{border:2px solid currentColor}}.error-alert button:focus,.error-dashboard-card:focus{outline:2px solid #3b82f6;outline-offset:2px}.error-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded::file-selector-button{border-radius:.25rem}.file\:rounded-full::file-selector-button{border-radius:9999px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-blue-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-blue-700::file-selector-button{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-r-0:last-child{border-right-width:0px}.focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus-within\:absolute:focus-within{position:absolute}.focus-within\:left-4:focus-within{left:1rem}.focus-within\:top-16:focus-within{top:4rem}.focus-within\:z-50:focus-within{z-index:50}.focus-within\:min-w-64:focus-within{min-width:16rem}.focus-within\:rounded-lg:focus-within{border-radius:.5rem}.focus-within\:border-2:focus-within{border-width:2px}.focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus-within\:bg-white:focus-within{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus-within\:p-4:focus-within{padding:1rem}.focus-within\:shadow-xl:focus-within{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus-within\:ring-2:focus-within{--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-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-b-2:hover{border-bottom-width:2px}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.hover\:border-orange-500:hover{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.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-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / 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-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / 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\:bg-opacity-10:hover{--tw-bg-opacity: .1}.hover\:bg-opacity-20:hover{--tw-bg-opacity: .2}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:bg-opacity-50:hover{--tw-bg-opacity: .5}.hover\:from-amber-600:hover{--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-600:hover{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-700:hover{--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-amber-700:hover{--tw-gradient-to: #b45309 var(--tw-gradient-to-position)}.hover\:to-blue-700:hover{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.hover\:to-green-700:hover{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.hover\:to-indigo-700:hover{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.hover\:to-red-700:hover{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.hover\:to-yellow-600:hover{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.hover\:text-yellow-700:hover{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.hover\:text-yellow-900:hover{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-blue-200\/50:hover{--tw-shadow-color: rgb(191 219 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/50:hover{--tw-shadow-color: rgb(187 247 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/50:hover{--tw-shadow-color: rgb(233 213 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:file\:bg-blue-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:absolute:focus{position:absolute}.focus\:left-32:focus{left:8rem}.focus\:left-4:focus{left:1rem}.focus\:left-64:focus{left:16rem}.focus\:top-4:focus{top:1rem}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}.focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.focus\:shadow-lg:focus{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring: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(3px + 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-1: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(1px + 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-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-4: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(4px + 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-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / 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))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500\/20:focus{--tw-ring-color: rgb(107 114 128 / .2)}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-white:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-gray-50:focus{--tw-ring-offset-color: #f9fafb}.focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #16a34a}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-blue-400:disabled{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / 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\:bg-green-400:disabled{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-400:disabled{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--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(4px + 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)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}@media (min-width: 640px){.sm\:mb-0{margin-bottom:0}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-48{width:12rem}.sm\:w-64{width:16rem}.sm\:w-auto{width:auto}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-6{gap:1.5rem}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pb-28{padding-bottom:7rem}.sm\:pt-24{padding-top:6rem}.sm\:text-left{text-align:left}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mb-0{margin-bottom:0}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:gap-8{gap:2rem}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:p-12{padding:3rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-\[400px\]{height:400px}.lg\:w-64{width:16rem}.lg\:w-96{width:24rem}.lg\:w-\[500px\]{width:500px}.lg\:max-w-none{max-width:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-12{gap:3rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pt-32{padding-top:8rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}
