@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{-webkit-font-smoothing:antialiased;color:#0e0d0c;height:100%;font-family:Inter,system-ui,sans-serif}body{background:#1a1917}#root{justify-content:center;align-items:center;display:flex}.pc-shell{background:#f4f1ec;width:100%;max-width:430px;height:100%;max-height:932px;position:relative;overflow:hidden}@media (width>=768px){body{background:#e8e4dc}.pc-shell{width:100%;max-width:100%;height:100vh;max-height:100%}}:root{--pc-safe-top:54px}@media (width>=768px){:root{--pc-safe-top:20px}}.pc-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;font-family:inherit}.pc-btn:focus-visible{outline-offset:2px;outline:2px solid #e85d45}.pc-scroll::-webkit-scrollbar{display:none}.pc-scroll{-ms-overflow-style:none;scrollbar-width:none}@keyframes pcFade{0%{opacity:0}to{opacity:1}}@keyframes pcSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pcSlideDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes pcPulse{0%,to{transform:scale(1);box-shadow:0 0 #e85d4559}50%{transform:scale(1.05);box-shadow:0 0 0 14px #e85d4500}}@keyframes pcSpin{to{transform:rotate(360deg)}}.pc-fade{animation:.28s both pcFade}.pc-slide-up{animation:.36s both pcSlideUp}.pc-slide-down{animation:.32s both pcSlideDown}.pc-pulse{animation:2s ease-in-out infinite pcPulse}.pc-spin{animation:.8s linear infinite pcSpin}
