html,body{background-color:#eef2ec;height:100dvh;margin:0;padding:0}#root{height:100dvh}*{box-sizing:border-box}#portrait-lock{z-index:9999;text-align:center;color:#423832;background-color:#fdfaf6;flex-direction:column;justify-content:center;align-items:center;padding:30px;font-family:Nunito,sans-serif;display:none;position:fixed;inset:0}.lock-icon{margin-bottom:20px;font-size:64px;animation:2s ease-in-out infinite rotate}@keyframes rotate{0%,to{transform:rotate(0)}50%{transform:rotate(-90deg)}}#portrait-lock h2{color:#966144;margin:0 0 10px;font-family:Lora,serif}#portrait-lock p{opacity:.8;max-width:280px;font-size:16px;line-height:1.5}@media (orientation:landscape) and (device-width<=950px){#portrait-lock{display:flex}#root{display:none}}div::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:1.5s cubic-bezier(.4,0,.6,1) infinite pulse-opacity}:root{--pill-padding:8px 10px;--pill-font-size:12px;--pill-gap:8px}@media (width<=480px){:root{--pill-padding:6px 6px;--pill-font-size:11px;--pill-gap:4px}}
