:root{color-scheme:light}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background:#fbf3ef;color:#2b1726;font-family:Manrope,Karla,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input{font-family:inherit}::placeholder{color:#9a7d92;opacity:.85}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}.relative{position:relative}.font-bold{font-weight:700}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-3{gap:12px}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes shimmer{0%,to{opacity:.55;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}@keyframes glow{0%,to{box-shadow:0 0 22px #d9830055}50%{box-shadow:0 0 40px #d98300aa}}.rise{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}.card-h{transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}.card-h:hover{transform:translateY(-2px);box-shadow:0 10px 26px #ec6f9e2e}
