:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fef7ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAmSURBVHgBvc+xCQAACAPBw/131l7QwsJrA4GHNNu2o9Ruw4s1swAvDQX9Yo827QAAAABJRU5ErkJggg==);opacity:.1;z-index:-1;height:1426px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#6750a4}body{margin:0}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{padding:1rem;text-align:center;color:#000;background:linear-gradient(90deg,#ccabe545,#f2b39b45,#c4da9645,#ccabe545,#f2b39b45);background-size:400%;animation:gradient 27s ease infinite}@keyframes gradient{0%{background-position:0% 50%}to{background-position:100% 0%}}.App{display:flex;flex-direction:column;align-items:center;overflow:visible;gap:1rem;max-width:100vw}.card-link{text-decoration:none;color:inherit;width:100%;max-width:400px}.card{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;height:72px;width:100%;box-sizing:border-box;overflow:hidden;padding:8px;gap:16px;border-radius:1rem;background-color:#e7e0ec;box-shadow:0 4px 8px 3px #00000026,0 1px 3px #0000004d;cursor:pointer;transition:transform .2s ease}.card:hover{transform:scale(1.02)}.card-image{width:56px;height:56px;border-radius:8px}.card-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}.card-title{display:flex;flex-direction:row;justify-content:center;align-items:baseline}.card-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
