:root{font-family:Inter,system-ui,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background:#f8fafc}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a;padding:2.5rem;text-align:center;position:relative;overflow:hidden}.app-title{color:#007aff;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.auth-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin:1rem 0}.auth-message{color:#64748b;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.auth-sub-message{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:2rem}.icon-container{font-size:3.5rem;margin:1rem auto;display:inline-block}.auth-button{width:100%;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s}.auth-button:hover{opacity:.9;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-card{animation:fadeIn .3s ease-out forwards}.terms-card{max-width:700px;padding:2rem 3rem;text-align:left}.terms-content{max-height:65vh;overflow-y:auto;padding-right:1rem}.effective-date{color:#64748b;font-size:.9rem;margin-bottom:1.5rem;text-align:right}.terms-section{margin-bottom:2rem}.terms-section h2{color:#1e293b;font-size:1.3rem;font-weight:600;margin:1.5rem 0 1rem}.terms-section p{color:#475569;font-size:.95rem;line-height:1.7;margin-bottom:.8rem}.terms-section ul{color:#475569;font-size:.95rem;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.terms-section li{margin-bottom:.5rem}.contact-info{background-color:#f8fafc;padding:1.5rem;border-radius:8px;margin-top:2rem}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.terms-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.terms-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}
