@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");:root{--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)}body{margin:0;font-family:Inter;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}.app-shell{min-height:calc(100vh - var(--safe-bottom));display:flex;flex-direction:column}blockquote{font-style:italic;font-weight:700;position:relative;margin:10px 0;padding-left:20px}blockquote:before{content:"";position:absolute;left:0;color:#d3d3d3}blockquote:after{content:"";position:absolute;top:0;left:10px;width:2px;height:100%;background-color:#d3d3d3}::-webkit-scrollbar{width:.5rem;height:.3rem}::-webkit-scrollbar-track{background-color:none}::-webkit-scrollbar-thumb{background-color:#f4cccc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#999;border-radius:5px}html{scroll-behavior:smooth}code,div,h1,h2,h3,h4,h5,h6,span{font-family:Inter}.redirect-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background:#f5f5f5;gap:30px}.redirect-skeleton{width:300px;height:30px;border-radius:6px}.redirect-skeleton,.redirect-subtitle{background:linear-gradient(-90deg,#e0e0e0,#f5f5f5 50%,#e0e0e0);background-size:400% 400%;animation:shimmer 1.5s ease-in-out infinite}.redirect-subtitle{width:200px;height:20px;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.srujanee-loader{display:flex;font-family:Arial,sans-serif;font-weight:700;font-size:2rem;color:#ee4840;gap:5px;justify-content:center;align-items:center}.srujanee-loader span{display:inline-block;animation:bounce 1.2s infinite}.srujanee-loader span:first-child{animation-delay:0s}.srujanee-loader span:nth-child(2){animation-delay:.1s}.srujanee-loader span:nth-child(3){animation-delay:.2s}.srujanee-loader span:nth-child(4){animation-delay:.3s}.srujanee-loader span:nth-child(5){animation-delay:.4s}.srujanee-loader span:nth-child(6){animation-delay:.5s}.srujanee-loader span:nth-child(7){animation-delay:.6s}.srujanee-loader span:nth-child(8){animation-delay:.7s}.srujanee-loader span:nth-child(9){animation-delay:.8s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}}