@import "https://fonts.googleapis.com/css2?family=Comfortaa:wght@700;800&family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,800;1,700;1,800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}html{font-size:14px}@media (width>=600px){html{font-size:15px}}@media (width>=960px){html{font-size:16px}}#root{min-height:100dvh}@supports (padding:env(safe-area-inset-bottom)){.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-transition{animation:.3s cubic-bezier(.4,0,.2,1) both page-enter}@keyframes list-item-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.stagger-item{animation:.25s cubic-bezier(.4,0,.2,1) both list-item-enter}.stagger-item:first-child{animation-delay:0s}.stagger-item:nth-child(2){animation-delay:40ms}.stagger-item:nth-child(3){animation-delay:80ms}.stagger-item:nth-child(4){animation-delay:.12s}.stagger-item:nth-child(5){animation-delay:.16s}.stagger-item:nth-child(6){animation-delay:.2s}.stagger-item:nth-child(7){animation-delay:.24s}.stagger-item:nth-child(8){animation-delay:.28s}.stagger-item:nth-child(9){animation-delay:.32s}.stagger-item:nth-child(10){animation-delay:.36s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{animation:.3s cubic-bezier(.4,0,.2,1) both fade-in}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scale-in{animation:.2s cubic-bezier(.4,0,.2,1) both scale-in}.slide-down-enter{opacity:0;max-height:0;overflow:hidden}.slide-down-enter-active{opacity:1;max-height:200px;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1) 50ms}.slide-down-enter-active>*{animation:.35s cubic-bezier(.4,0,.2,1) 50ms both content-slide-in}@keyframes content-slide-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.slide-down-exit{opacity:1;max-height:200px;overflow:hidden}.slide-down-exit-active{opacity:0;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.6,1) 50ms,opacity .25s cubic-bezier(.4,0,.6,1)}.slide-down-exit-active>*{animation:.2s cubic-bezier(.4,0,.6,1) both content-slide-out}@keyframes content-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#9b0f0633;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9b0f0659}*{scrollbar-width:thin;scrollbar-color:#9b0f0633 transparent}
