:root{--pe-material-blue: #1f2b66;--pe-material-blue-dark: #181f4f;--pe-material-blue-50: #e3f2fd;--pe-material-white: #ffffff}.fi-dropdown-panel:has(.fi-module-launcher){width:22rem!important;max-width:calc(100vw - 2rem)!important;padding:0;overflow:hidden;border:none;border-radius:0;background:var(--pe-material-white);box-shadow:0 1px 2px #1565c014,0 12px 32px -4px #0d47a12e,0 24px 48px -8px #0d47a11f}.fi-module-launcher{display:flex;flex-direction:column;width:100%;background:var(--pe-material-white);font-family:inherit}.dark .fi-module-launcher{background:var(--pe-material-white)}.fi-module-launcher .fi-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}.fi-module-launcher-hero{padding:.875rem .875rem .75rem;background:var(--pe-material-blue);color:var(--pe-material-white);box-shadow:none}.dark .fi-module-launcher-hero{background:var(--pe-material-blue);box-shadow:none}.fi-module-launcher-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.fi-module-launcher-eyebrow{margin:0;font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffd9}.fi-module-launcher-title{margin:.1875rem 0 0;font-size:.9375rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--pe-material-white)}.fi-module-launcher-subtitle{margin:.1875rem 0 0;font-size:.6875rem;font-weight:400;line-height:1.35;color:#ffffffe6}.fi-module-launcher-count{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .4375rem;border-radius:0;font-size:.6875rem;font-weight:700;color:var(--pe-material-blue);background:var(--pe-material-white);border:none}.fi-module-launcher-search{position:relative;display:flex;align-items:center;margin-top:.625rem}.fi-module-launcher-search-icon{position:absolute;inset-inline-start:.75rem;width:.875rem;height:.875rem;color:var(--pe-material-blue);pointer-events:none}.fi-module-launcher-search-input{width:100%;padding:.5rem 2rem .5rem 2.125rem;border:none;border-radius:0;background:var(--pe-material-white);color:#1f2b66;font-size:.8125rem;outline:none;box-shadow:none;transition:box-shadow .2s ease}.fi-module-launcher-search-input::placeholder{color:#1565c08c}.fi-module-launcher-search-input:focus{background:var(--pe-material-white);box-shadow:0 0 0 2px #ffffff8c}.fi-module-launcher-search-input::-webkit-search-cancel-button{display:none}.fi-module-launcher-search-clear{position:absolute;inset-inline-end:.5rem;display:inline-flex;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;padding:0;border:none;border-radius:0;background:transparent;color:var(--pe-material-blue);cursor:pointer;transition:background-color .15s ease}.fi-module-launcher-search-clear:hover{background:var(--pe-material-blue-50);color:var(--pe-material-blue-dark)}.fi-module-launcher-search-clear svg{width:.875rem;height:.875rem}.fi-module-launcher-body{padding:.625rem .625rem .5rem;background:var(--pe-material-white)}.fi-module-launcher-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.375rem;max-height:min(58vh,19rem);overflow-y:auto;overflow-x:hidden;padding:.125rem;scrollbar-width:thin}@media (max-width: 480px){.fi-module-launcher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fi-module-launcher-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:4.25rem;padding:.5rem .25rem .4375rem;border-radius:0;text-align:center;text-decoration:none;background:var(--pe-material-white);border:1px solid rgba(21,101,192,.12);box-shadow:none;overflow:hidden;transition:transform .2s cubic-bezier(.2,0,0,1),border-color .2s ease,background-color .2s ease}.dark .fi-module-launcher-tile{background:var(--pe-material-white);border-color:#1565c01f}.fi-module-launcher-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0;background:var(--pe-material-blue);opacity:0;transition:opacity .25s ease;pointer-events:none}.fi-module-launcher-tile:active:before{opacity:.08}.fi-module-launcher-tile:hover,.fi-module-launcher-tile:focus-visible{transform:translateY(-1px);border-color:var(--pe-material-blue);background:var(--pe-material-blue-50);box-shadow:none;outline:none}.dark .fi-module-launcher-tile:hover,.dark .fi-module-launcher-tile:focus-visible{border-color:var(--pe-material-blue);background:var(--pe-material-blue-50);box-shadow:none}.fi-module-launcher-tile:active{transform:translateY(0) scale(.98)}.fi-module-launcher-tile--active{border-color:var(--pe-material-blue);background:var(--pe-material-blue-50);box-shadow:none}.dark .fi-module-launcher-tile--active{background:var(--pe-material-blue-50);border-color:var(--pe-material-blue)}.fi-module-launcher-tile--active:after{content:"";position:absolute;inset-inline-start:0;top:.5rem;bottom:.5rem;width:3px;border-radius:0;background:var(--pe-material-blue)}.fi-module-launcher-tile-badge{position:absolute;inset-inline-end:.1875rem;top:.1875rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:.875rem;height:.875rem;padding:0 .1875rem;border-radius:0;font-size:.5rem;font-weight:800;line-height:1;color:var(--pe-material-white);background:var(--pe-material-blue);border:1.5px solid var(--pe-material-white);box-shadow:none}.dark .fi-module-launcher-tile-badge{border-color:var(--pe-material-white)}.fi-module-launcher-tile-icon{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:0;color:var(--pe-material-blue);background:var(--pe-material-blue-50);transition:transform .2s cubic-bezier(.2,0,0,1)}.fi-module-launcher-tile:hover .fi-module-launcher-tile-icon,.fi-module-launcher-tile--active .fi-module-launcher-tile-icon{transform:scale(1.06);color:var(--pe-material-white);background:var(--pe-material-blue)}.dark .fi-module-launcher-tile-icon{color:var(--pe-material-blue);background:var(--pe-material-blue-50)}.fi-module-launcher-icon-material{width:1.375rem;height:1.375rem}.fi-module-launcher-icon-hero{width:1.375rem;height:1.375rem;color:#1f2b66}.fi-module-launcher-tile .fi-icon svg{display:block}.fi-module-launcher-tile-label{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.5625rem;font-weight:600;line-height:1.2;letter-spacing:.01em;color:#1f2b66}.dark .fi-module-launcher-tile-label{color:#1f2b66}.fi-module-launcher-tile--active .fi-module-launcher-tile-label{color:var(--pe-material-blue-dark);font-weight:700}.dark .fi-module-launcher-tile--active .fi-module-launcher-tile-label{color:var(--pe-material-blue-dark)}.fi-module-launcher-tile-hint{display:none;position:absolute;left:50%;bottom:calc(100% + .35rem);z-index:50;width:max-content;max-width:11rem;padding:.375rem .5rem;border-radius:0;font-size:.625rem;font-weight:500;line-height:1.4;text-align:center;color:var(--pe-material-white);background:var(--pe-material-blue);box-shadow:none;pointer-events:none;transform:translate(-50%)}.fi-module-launcher-tile:hover .fi-module-launcher-tile-hint,.fi-module-launcher-tile:focus-visible .fi-module-launcher-tile-hint{display:block}.fi-module-launcher-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;text-align:center;background:var(--pe-material-white);border-radius:0}.dark .fi-module-launcher-empty{background:var(--pe-material-white)}.fi-module-launcher-empty-icon{width:2rem;height:2rem;color:var(--pe-material-blue)}.fi-module-launcher-empty-title{margin:0;font-size:.875rem;font-weight:600;color:var(--pe-material-blue-dark)}.fi-module-launcher-empty-text{margin:0;max-width:16rem;font-size:.75rem;line-height:1.5;color:#0d47a1bf}.fi-module-launcher-no-results{margin:0;padding:1.25rem .5rem;text-align:center;font-size:.8125rem;color:#0d47a1bf}.fi-module-launcher-footer{margin-top:.375rem;padding-top:.375rem;background:var(--pe-material-white)}.fi-module-launcher-footer-link{display:inline-flex;align-items:center;gap:.3125rem;padding:.3125rem .4375rem;border-radius:0;font-size:.6875rem;font-weight:600;color:var(--pe-material-blue);text-decoration:none;transition:background-color .15s ease,color .15s ease}.fi-module-launcher-footer-link:hover{background:var(--pe-material-blue-50);color:var(--pe-material-blue-dark);box-shadow:none}.dark .fi-module-launcher-footer-link:hover{background:var(--pe-material-blue-50);color:var(--pe-material-blue-dark)}.fi-module-launcher-footer-link svg{width:.875rem;height:.875rem}.fi-module-launcher-tile--sky .fi-module-launcher-tile-icon,.fi-module-launcher-tile--slate .fi-module-launcher-tile-icon,.fi-module-launcher-tile--teal .fi-module-launcher-tile-icon,.fi-module-launcher-tile--blue .fi-module-launcher-tile-icon,.fi-module-launcher-tile--cyan .fi-module-launcher-tile-icon,.fi-module-launcher-tile--violet .fi-module-launcher-tile-icon,.fi-module-launcher-tile--emerald .fi-module-launcher-tile-icon,.fi-module-launcher-tile--amber .fi-module-launcher-tile-icon,.fi-module-launcher-tile--rose .fi-module-launcher-tile-icon,.fi-module-launcher-tile--orange .fi-module-launcher-tile-icon,.fi-module-launcher-tile--gray .fi-module-launcher-tile-icon{color:var(--pe-material-blue);background:var(--pe-material-blue-50)}.fi-module-launcher-tile--sky .fi-module-launcher-tile-badge,.fi-module-launcher-tile--slate .fi-module-launcher-tile-badge,.fi-module-launcher-tile--teal .fi-module-launcher-tile-badge,.fi-module-launcher-tile--blue .fi-module-launcher-tile-badge,.fi-module-launcher-tile--cyan .fi-module-launcher-tile-badge,.fi-module-launcher-tile--violet .fi-module-launcher-tile-badge,.fi-module-launcher-tile--emerald .fi-module-launcher-tile-badge,.fi-module-launcher-tile--amber .fi-module-launcher-tile-badge,.fi-module-launcher-tile--rose .fi-module-launcher-tile-badge,.fi-module-launcher-tile--orange .fi-module-launcher-tile-badge,.fi-module-launcher-tile--gray .fi-module-launcher-tile-badge{background:var(--pe-material-blue)}.dark .fi-module-launcher-tile--sky .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--slate .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--teal .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--blue .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--cyan .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--violet .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--emerald .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--amber .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--rose .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--orange .fi-module-launcher-tile-icon,.dark .fi-module-launcher-tile--gray .fi-module-launcher-tile-icon{color:var(--pe-material-blue);background:var(--pe-material-blue-50)}
