:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.horoscope-container{max-width:600px;margin:2rem auto;padding:2rem;background:linear-gradient(to bottom right,#1a1b26,#24283b);border-radius:1rem;box-shadow:0 4px 20px #0000004d;color:#a9b1d6}.horoscope-header{text-align:center;margin-bottom:2rem}.horoscope-header h2{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.8rem;color:#bb9af7;margin-bottom:.5rem}.horoscope-header p{color:#7aa2f7;font-size:.9rem}.horoscope-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.horoscope-card{background:#24283b99;padding:1rem;border-radius:.5rem;border:1px solid #414868}.horoscope-card h3{color:#7aa2f7;margin-bottom:.5rem;font-size:1.1rem}.horoscope-card p{color:#c0caf5}.horoscope-container button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#7aa2f7;color:#1a1b26;padding:.8rem;border-radius:.5rem;border:none;font-weight:600;cursor:pointer;transition:background-color .2s ease}.horoscope-container button:hover{background-color:#89b4fa}.horoscope-card.lucky-element{position:relative;background:#24283bcc;border:none;padding:1.2rem}.horoscope-card.lucky-element:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#7aa2f7,#bb9af7,#7dcfff);border-radius:.6rem;z-index:-1;animation:borderGlow 3s ease-in-out infinite}@keyframes borderGlow{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:2rem}.cosmic-spinner{font-size:3rem;animation:float 2s ease-in-out infinite}.loading-quote{color:#7aa2f7;font-style:italic;text-align:center;max-width:80%;animation:fadeInOut 3s ease-in-out infinite}.horoscope-container button.loading{opacity:.8;cursor:not-allowed;background-color:#414868}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(10deg)}}@keyframes fadeInOut{0%,to{opacity:.3}50%{opacity:1}}
