.homepage{z-index:1;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.homepage .left{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.homepage .left h1{background:linear-gradient(270deg,#00f0ff,#ff00c8,#faff00,#00f0ff) 0 0/800% 800%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:128px;font-weight:700;animation:8s infinite gradientShift}.homepage .terms{z-index:5;border-radius:16px;flex-direction:column;align-items:center;width:max-content;padding:16px 24px;display:flex;position:fixed;bottom:-4px;left:50%;transform:translate(-50%);box-shadow:0 2px 6px #0000001a}.homepage .terms img{width:10%;height:auto;margin-bottom:10px}.homepage .links{color:#111;align-items:center;gap:12px;font-size:14px;display:flex}.homepage .links a{color:#111;text-decoration:none;transition:color .3s}.homepage .links a:hover{color:#007acc;text-decoration:underline}.homepage .modal-backdrop{z-index:100;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.homepage .modal{background-image:url(https://i.pinimg.com/originals/81/d4/1b/81d41bf148ffe992f03c4e070acdd7ae.gif);border-radius:10px;width:90%;max-width:500px;padding:20px;box-shadow:0 0 10px #0000004d}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:700px){.homepage{text-align:center;flex-direction:column;padding:20px}.homepage .left h1{font-size:48px}.homepage .left h2{font-size:18px}.homepage .left h3{max-width:90%;font-size:14px}.homepage .left a{padding:12px 20px;font-size:12px}.homepage .terms{flex-direction:column;gap:8px;padding:12px 16px;bottom:10px}.homepage .terms img{width:32px;margin-bottom:6px}.homepage .links{flex-direction:column;gap:6px;font-size:12px}}
