:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow:hidden;user-select:none;-webkit-user-select:none}#root{width:100%;height:100%}.wiselight-container{display:flex;justify-content:center;align-items:center;height:100vh;height:100dvh;width:100vw;background:radial-gradient(circle at center,#1a1a1a,#000 70%);position:relative}.wiselight-text{font-size:4rem;font-weight:200;letter-spacing:.5em;padding-left:.5em;text-transform:uppercase;background:#fff;color:transparent;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to right,#fff 20%,#a0a0a0,#fff 80%);animation:shine 5s linear infinite;background-size:200% auto;filter:drop-shadow(0 0 15px rgba(255,255,255,.3))}.wiselight-footer{position:absolute;bottom:2rem;width:100%;display:flex;justify-content:center;gap:2rem;z-index:20;font-size:.875rem;opacity:.7}.wiselight-footer a{color:#fff9;text-decoration:none;transition:color .3s ease,text-shadow .3s ease;cursor:pointer}.wiselight-footer a:hover{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.5)}@keyframes shine{to{background-position:200% center}}@media(max-width:768px){.wiselight-text{font-size:2.5rem;letter-spacing:.3em}.wiselight-footer{flex-direction:column;gap:1rem;bottom:1.5rem;align-items:center}}@media(max-width:380px){.wiselight-text{font-size:1.8rem;letter-spacing:.2em}}
