@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}:root{--shell-accent: #f5784f;--shell-accent-strong: #fa490e;--shell-accent-soft: #f3e9ff;--shell-background: #f4f7fe}html,body,#root{min-height:100%}body{margin:0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes shell-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes shell-pulse{0%,to{box-shadow:0 20px 42px #943ad038}50%{box-shadow:0 24px 50px #943ad04d}}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--shell-accent),var(--shell-accent-strong));border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7b1fa2,var(--shell-accent))}
