@tailwind base;@tailwind components;@tailwind utilities;body,html{font-family:Arial,sans-serif;background-color:#060c1f;height:100%;margin:0}.page-container{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1}.hero-section{background-color:#060c1f;display:flex;flex-direction:column;align-items:center;padding:.8rem 1rem 2.2rem;text-align:center}.hero-heading{font-size:2.5rem;font-weight:500;color:#88cffa;margin-bottom:1rem}.hero-description{font-size:1.126rem;color:#fff;max-width:67rem;margin-bottom:1.5rem}.login-button{background-color:#160375;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1.125rem;transition:background-color .3s ease;border:none;cursor:pointer}.login-button:hover{background-color:#bd6c1f}.section-divider{border:none;height:2px;background:linear-gradient(90deg,tomato,#ffffff22,tomato);margin:0 auto;max-width:700px;opacity:.6;border-radius:2px}body,html{overflow-x:hidden;width:100%}*{box-sizing:border-box}@media (max-width:480px){.page-container{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1}.hero-section{padding-top:.7rem;padding-bottom:1.5rem}.hero-heading{font-size:1.95rem;line-height:1.3;max-width:90vw;margin-bottom:.5rem}.section-divider{display:none}}