:root{--ms-yellow: #F1BF3C;--ms-dark-gray: #212121;--ms-gray: #808080;--ms-light-gray: #DBDBDB;--ms-yellow-light: #FCF0D0;--ms-yellow-dark: #D9A426}:host{--banner-color: var(--ms-yellow);--text-on-banner: var(--ms-dark-gray)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.w-full{width:100%}.max-w-lg{max-width:32rem}.mx-auto{margin-left:auto;margin-right:auto}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-200{background-color:#e5e7eb}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:var(--ms-light-gray)}.overflow-hidden{overflow:hidden}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.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}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.text-center{text-align:center}.text-left{text-align:left}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-yellow-600{color:var(--ms-yellow)}.text-yellow-dark{color:var(--ms-yellow-dark)}.text-yellow-800{color:#92400e}.text-white{color:#fff}.text-gray-600{color:var(--ms-gray)}.text-gray-700{color:#374151}.text-gray-800,.text-gray-900{color:var(--ms-dark-gray)}.text-red-600{color:#dc2626}.text-green-600{color:#16a34a}.text-green-800{color:#166534}.text-primary{color:var(--ms-yellow)}.bg-primary{background-color:var(--ms-yellow)}.bg-primary-10,.bg-yellow-50{background-color:var(--ms-yellow-light)}.bg-yellow-100{background-color:#f9e5a8}.bg-yellow-600{background-color:var(--ms-yellow)}.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-blue-50{background-color:#eff6ff}.border-green-200{border-color:#bbf7d0}.border-yellow-200{border-color:#fef08a}.border-blue-200{border-color:#bfdbfe}.text-blue-600{color:#2563eb}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-yellow-50{--tw-gradient-from: var(--ms-yellow-light);--tw-gradient-to: rgba(252, 240, 208, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-yellow-100{--tw-gradient-to: #F9E5A8}.from-yellow-400{--tw-gradient-from: #F5C84D;--tw-gradient-to: rgba(245, 200, 77, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-yellow-600{--tw-gradient-to: var(--ms-yellow)}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-shrink-0{flex-shrink:0}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-16{width:4rem}.w-20{width:5rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-full{height:100%}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.hover\\:opacity-90:hover{opacity:.9}.hover\\:bg-gray-50:hover{background-color:#f9fafb}.hover\\:text-gray-900:hover{color:#111827}.hover\\:border-yellow-400:hover{border-color:#f5c84d}.hover\\:bg-yellow-600:hover{background-color:var(--ms-yellow)}.hover\\:bg-yellow-dark:hover{background-color:var(--ms-yellow-dark)}.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;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}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.disabled\\:opacity-50:disabled{opacity:.5}@media (min-width: 640px){.sm\\:p-8{padding:2rem}.sm\\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.bg-yellow-600{background-color:var(--banner-color)!important}.text-yellow-600{color:var(--banner-color)!important}.text-on-banner{color:var(--text-on-banner)!important}.border-yellow-600{border-color:var(--banner-color)!important}.bg-yellow-dark{background-color:var(--banner-color)!important;filter:brightness(.9)}.hover\\:bg-yellow-dark:hover{background-color:var(--banner-color)!important;filter:brightness(.9)}.hover\\:bg-yellow-600:hover{background-color:var(--banner-color)!important;filter:brightness(.95)}
