.screen{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;position:relative;overflow:hidden;transition:all .5s ease}.screen-content{position:relative;text-align:center;z-index:10;padding:2rem}.theme-toggle{position:fixed;top:2rem;right:2rem;z-index:100;width:60px;height:60px;border-radius:50%;border:none;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #0003}.theme-toggle.dark{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.theme-toggle.light{background:#0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1)}.theme-toggle:hover{transform:rotate(180deg);box-shadow:0 6px 30px #0000004d}.name-container{position:relative;display:inline-block;font-size:12rem;font-weight:900;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.08em;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(45deg,#a855f7,#ec4899,#f59e0b,#3b82f6,#06b6d4,#8b5cf6,#a855f7);background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:colorFlow 8s ease infinite;filter:drop-shadow(0 0 30px rgba(168,85,247,.6)) drop-shadow(0 0 60px rgba(236,72,153,.4));will-change:filter,transform;transition:transform .3s ease}.screen.light .name-container{background:linear-gradient(45deg,#7c3aed,#db2777,#d97706,#2563eb,#0891b2,#6d28d9,#7c3aed);background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px rgba(124,58,237,.5)) drop-shadow(0 0 40px rgba(219,39,119,.3))}@keyframes colorFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.name-container:hover{transform:scale(1.05);filter:drop-shadow(0 0 40px rgba(168,85,247,.8)) drop-shadow(0 0 70px rgba(236,72,153,.6))}.screen.light .name-container:hover{filter:drop-shadow(0 0 30px rgba(124,58,237,.7)) drop-shadow(0 0 50px rgba(219,39,119,.5))}@media (max-width: 1600px){.name-container{font-size:10rem}}@media (max-width: 1400px){.name-container{font-size:9rem}}@media (max-width: 1200px){.name-container{font-size:7rem}}@media (max-width: 900px){.name-container{font-size:5.5rem}.theme-toggle{width:50px;height:50px;font-size:1.5rem;top:1.5rem;right:1.5rem}}@media (max-width: 768px){.name-container{font-size:4.5rem;letter-spacing:.05em;filter:drop-shadow(0 0 20px rgba(168,85,247,.5))}.screen.light .name-container{filter:drop-shadow(0 0 15px rgba(124,58,237,.4))}}@media (max-width: 600px){.name-container{font-size:3.5rem}}@media (max-width: 480px){.name-container{font-size:3rem;letter-spacing:.03em}.theme-toggle{width:45px;height:45px;font-size:1.3rem;top:1rem;right:1rem}}@media (max-width: 360px){.name-container{font-size:2.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;width:100vw;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root{width:100%;height:100%}
