body,html{margin:0;padding:0;overflow:hidden;height:100%}body{background:linear-gradient(135deg,#000010,#220033,#000010);font-family:Arial,sans-serif;color:#ffffff}.landing-page{position:relative;overflow:hidden;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.title{font-size:4rem;font-weight:700;background:linear-gradient(90deg,#bb86fc,#ff4081);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{max-width:600px;font-size:1.25rem;color:#cccccc;margin:-20px 0 30px}.cta-button{background-color:#6a00f4;border:none;color:white;font-size:1rem;font-weight:600;padding:12px 24px;border-radius:30px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 0 12px rgba(255,0,255,.4);transition:all .3s ease}.cta-button:hover{background-color:#8e2de2;box-shadow:0 0 16px rgba(255,0,255,.6)}.cta-button:active{transform:scale(.97)}.stars{width:100%;height:100%;background:transparent;overflow:hidden}.star{position:absolute;background:white;border-radius:50%;opacity:.8;animation:twinkle 2s ease-in-out infinite;z-index:0}.cta-button,.subtitle,.title{z-index:2}@keyframes twinkle{0%{opacity:.5}to{opacity:1}}.layout-container{position:relative;width:100vw;height:100vh;overflow:hidden}.content{position:relative;z-index:1;width:100%;height:100%}.stars{z-index:0;width:100vw;height:100vh;pointer-events:none}.loading-screen,.stars{position:fixed;top:0;left:0}.loading-screen{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:9999}.spinner{border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}