#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100vw;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{background-image:url(/assets/background-GX7XnYea.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;margin:0}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;overflow-x:hidden}html{--mouse-x:50vw;--mouse-y:50vh}#root{width:100%;min-height:100vh}.mouse-glow{left:var(--mouse-x);top:var(--mouse-y);pointer-events:none;z-index:0;filter:blur(16px);opacity:.9;will-change:left, top;background:radial-gradient(circle,#96afff33 0%,#738ceb1c 22%,#5f73cd0e 42%,#4b5aaa05 58%,#0000 72%);border-radius:50%;width:480px;height:480px;transition:left 60ms linear,top 60ms linear;position:fixed;transform:translate(-50%,-50%)}.mouse-glow:before{content:"";filter:blur(10px);background:radial-gradient(circle,#e6ebff17,#0000 70%);border-radius:50%;width:110px;height:110px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app{z-index:1;width:100%;min-height:100vh;padding:40px 20px;position:relative}.hero{flex-direction:column;align-items:center;width:100%;display:flex}.avatar{object-fit:cover;-webkit-backdrop-filter:blur(20px);border:2px solid #ffffff4d;border-radius:50%;width:140px;height:140px;margin-bottom:40px;box-shadow:0 8px 30px #0006,inset 0 1px 1px #fff3}.logo{object-fit:contain;width:auto;height:200px}.home-link{color:inherit;justify-content:center;align-items:center;text-decoration:none;display:flex}.home-link .avatar,.home-link .logo{cursor:pointer;transition:transform .25s,opacity .25s,filter .25s}.home-link:hover .avatar,.home-link:hover .logo{opacity:.95;filter:drop-shadow(0 0 12px #96afff2e);transform:scale(1.03)}.home-link:active .avatar,.home-link:active .logo{transform:scale(.98)}.categories-section{width:100%;max-width:600px;margin:40px auto 0}.categories-title,.links-title{text-align:center;width:fit-content;margin:0 auto 26px;position:relative}.categories-title h2,.links-title h2{color:#fff;letter-spacing:.4px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:1.25rem;font-weight:600}.categories-title:after,.links-title:after{content:"";background:#ffffffa6;border-radius:999px;width:30px;height:2px;position:absolute;bottom:-9px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #ffffff1a}.categories{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.category-button{color:#ffffffe6;-webkit-backdrop-filter:blur(14px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:9px 16px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:.88rem;font-weight:500;text-decoration:none;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 5px 14px #00000024,inset 0 1px #ffffff0f}.category-button:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(#ffffff14,#0000);transition:opacity .25s;position:absolute;inset:0}.category-button:hover{background:#ffffff17;border-color:#ffffff24;transform:translateY(-2px)scale(1.02);box-shadow:0 8px 22px #00000038,0 0 20px #7896ff14,inset 0 1px #ffffff14}.category-button:hover:before{opacity:1}.category-button:active{transform:translateY(0)scale(.98)}.category-icon{z-index:2;color:#ffffffbf;justify-content:center;align-items:center;font-size:.95rem;transition:color .25s,transform .25s;display:flex;position:relative}.category-button:hover .category-icon{color:#fff;transform:scale(1.08)}.category-button span{z-index:2;position:relative}.links-section{width:100%;max-width:600px;margin:64px auto 0}.links{flex-direction:column;gap:18px;width:100%;max-width:600px;margin:0 auto;display:flex}.card{color:#fff;-webkit-backdrop-filter:blur(25px);background:#ffffff14;border:1px solid #ffffff0f;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:70px;padding:10px 72px;text-decoration:none;transition:transform .3s,background .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000038,inset 0 1px 1px #ffffff26}.card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff24,#ffffff05);position:absolute;inset:0}.card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff17,#ffffff29,#ffffff17,#0000);width:25%;height:340%;transition:left .8s,opacity .3s;position:absolute;top:-120%;left:-35%;transform:rotate(25deg)}.card:hover{background:#ffffff1f;border-color:#ffffff1f;transform:translateY(-3px)scale(1.01);box-shadow:0 12px 32px #00000052,0 0 28px #6e8cff12,inset 0 1px 1px #ffffff38}.card:hover:after{opacity:1;left:120%}.card:active{transform:translateY(-1px)scale(.99)}.card-image{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s,filter .3s;display:flex;position:absolute;top:50%;left:18px;overflow:hidden;transform:translateY(-50%)}.card:hover .card-image{filter:drop-shadow(0 0 8px #ffffff1f);transform:translateY(-50%)scale(1.05)}.card-image img{object-fit:contain;border-radius:50%;width:48px;height:48px;display:block}.card-icon{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.card-content{z-index:2;text-align:center;width:100%;position:relative}.card-content h3{color:#fff;text-align:center;margin:0 0 4px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;transition:transform .3s,text-shadow .3s}.card:hover .card-content h3{text-shadow:0 0 12px #ffffff1f}.card-content p{text-align:center;color:#ffffffbf;margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:.82rem;font-weight:400;line-height:1.25}.section-title{text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;width:fit-content;max-width:600px;margin:0 auto 30px;padding:9px 22px;position:relative;box-shadow:0 8px 25px #0000002e,inset 0 1px 1px #ffffff1a}.section-title:after{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);border-radius:999px;width:45%;height:2px;position:absolute;bottom:-9px;left:50%;transform:translate(-50%)}.section-title h2{color:#fff;letter-spacing:.4px;text-shadow:0 2px 12px #00000040;margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:1.2rem;font-weight:600}.socials{justify-content:center;align-items:center;gap:20px;width:100%;margin-top:80px;margin-bottom:20px;display:flex}.socials a{color:#fff;justify-content:center;align-items:center;font-size:1.8rem;text-decoration:none;transition:transform .3s,opacity .3s,filter .3s;display:flex}.socials a:hover{opacity:.95;filter:drop-shadow(0 0 9px #96afff61);transform:translateY(-4px)scale(1.08)}.socials a:active{transform:translateY(-1px)scale(.96)}.footer{justify-content:center;width:100%;margin-top:35px;display:flex}.footer-content{text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;width:100%;max-width:520px;padding:18px 24px;box-shadow:0 8px 25px #00000040,inset 0 1px 1px #ffffff14}.footer-text{color:#ffffffe6;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:.95rem;font-weight:600}.footer-text a{color:#8ab4ff;text-decoration:none;transition:color .25s,text-shadow .25s}.footer-text a:hover{color:#adc8ff;text-shadow:0 0 10px #8ab4ff59}.footer-copy{color:#ffffff8c;margin-top:8px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:.8rem}@media (width<=768px){.app{padding:30px 16px}.avatar{width:120px;height:120px;margin-bottom:30px}.logo{height:200px;padding-bottom:20px}.categories-section{max-width:560px;margin-top:28px}.categories-title,.links-title{margin-bottom:24px}.categories-title h2,.links-title h2{font-size:1.15rem}.categories{gap:8px}.category-button{min-height:38px;padding:8px 14px;font-size:.82rem}.category-icon{font-size:.88rem}.links-section{max-width:560px;margin-top:48px}.links{gap:15px;max-width:560px}.card{min-height:64px;padding:10px 62px}.card-image{width:42px;height:42px;left:14px}.card-image img{width:42px;height:42px}.card-icon{width:42px;height:42px;font-size:1.3rem}.card-content h3{font-size:.95rem}.card-content p{font-size:.78rem}.section-title{margin-bottom:28px;padding:8px 18px}.section-title h2{font-size:1.1rem}.section-title:after{width:40%;bottom:-8px}.socials{gap:15px;margin-top:65px;margin-bottom:18px}.socials a{font-size:1.5rem}.footer{margin-top:30px}.footer-content{padding:16px}.footer-text{font-size:.9rem}.footer-copy{font-size:.75rem}.mouse-glow{width:400px;height:400px}}@media (width<=480px){.app{padding:24px 14px}.avatar{width:110px;height:110px;margin-bottom:25px}.logo{height:170px}.categories-section{max-width:100%;margin-top:24px}.categories{gap:8px}.category-button{min-height:36px;padding:8px 13px;font-size:.78rem}.links-section{width:100%;max-width:100%;margin-top:44px}.links{gap:13px;width:100%;max-width:100%}.card{width:100%;min-height:60px;padding:9px 54px}.card-image{width:38px;height:38px;left:12px}.card-image img{width:38px;height:38px}.card-icon{width:38px;height:38px;font-size:1.2rem}.card-content h3{margin-bottom:3px;font-size:.9rem;line-height:1.15}.card-content p{font-size:.72rem;line-height:1.2}.section-title{max-width:calc(100% - 30px);margin-bottom:26px;padding:8px 18px}.section-title h2{font-size:1.05rem}.socials{gap:14px;margin-top:55px;margin-bottom:16px}.socials a{font-size:1.45rem}.footer{margin-top:28px}.footer-content{padding:14px 16px}.footer-text{font-size:.85rem}.footer-copy{font-size:.72rem}.mouse-glow{display:none}}@media (prefers-reduced-motion:reduce){.mouse-glow{display:none}.card,.card:after,.card-image,.category-button,.category-icon,.socials a{transition:none}}.navbar{-webkit-backdrop-filter:blur(22px);z-index:1000;background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;justify-content:space-between;align-items:center;width:92%;max-width:1200px;min-height:64px;padding:10px 22px;display:flex;position:fixed;top:20px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 10px 30px #00000040,inset 0 1px 1px #ffffff14}.navbar:before{content:"";pointer-events:none;background:linear-gradient(#ffffff1f,#ffffff05);border-radius:18px;position:absolute;inset:0}.navbar-left{align-items:center;display:flex}.logo{cursor:pointer;background:0 0;border:none;align-items:center;margin:-80px -18px;line-height:0;display:flex}.logo img{transform-origin:0;filter:drop-shadow(0 6px 12px #00000059);width:auto;height:40px;transition:all .25s;position:relative;top:6px;transform:scale(4)}.navbar-right{align-items:center;gap:18px;display:flex}.nav-link{color:#ffffffb3;cursor:pointer;background:0 0;border:none;font-size:.9rem;transition:all .2s}.nav-link:hover{color:#fff;transform:translateY(-2px)}.nav-home-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;padding:8px 14px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;text-decoration:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.hamburger span{background:#fff;width:24px;height:2px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:1050;background:#14141499;flex-direction:column;gap:18px;width:75%;height:100vh;padding:100px 24px;transition:right .4s;display:flex;position:fixed;top:0;right:-100%}.mobile-menu.open{right:0}.mobile-menu button,.mobile-menu a{color:#fff;text-align:left;background:0 0;border:none;font-size:1.1rem}.overlay{z-index:1040;background:#0006;position:fixed;inset:0}@media (width<=768px){.navbar-right .nav-link,.nav-home-btn{display:none}.navbar-left{position:absolute;left:50%;transform:translate(-50%)}.hamburger{display:flex;position:absolute;right:18px}.logo img{height:180px;margin-top:20px;transform:none}}
