@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;line-height:1.2}p{overflow-wrap:break-word}button{cursor:pointer;border:none;background:none}iframe{border:none}body{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;color:#e8e8f0;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk","Inter",sans-serif;font-weight:700;color:#e8e8f0}.text-gradient{background:linear-gradient(135deg, #7c3aed, #06b6d4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text-muted{color:#6b6b80}.text-accent{color:#7c3aed}strong,b{font-weight:600}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,100%{box-shadow:0 0 20px rgba(124,58,237,.2)}50%{box-shadow:0 0 40px rgba(124,58,237,.4)}}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes rotateSlow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes particleDrift{0%,100%{transform:translate(0, 0) scale(1);opacity:0}10%{opacity:1}90%{opacity:1}50%{transform:translate(var(--drift-x, 50px), var(--drift-y, -80px)) scale(0.5)}}@keyframes pulse-badge{0%,100%{opacity:1}50%{opacity:.6}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s ease,padding .3s ease}.navbar.scrolled{background:rgba(10,10,18,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.5rem 0;border-bottom:1px solid rgba(124,58,237,.15)}.navbar__container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar__brand{display:flex;align-items:center;gap:.5rem;font-family:"Space Grotesk","Inter",sans-serif;font-weight:700;font-size:1.25rem;color:#e8e8f0}.navbar__brand:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.navbar__logo{width:36px;height:36px;border-radius:50%}.navbar__links{display:none;gap:1.5rem;align-items:center}@media(min-width: 1024px){.navbar__links{display:flex}}.navbar__link{font-size:.875rem;font-weight:500;color:#a0a0b8;transition:color .15s ease;position:relative}.navbar__link:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.navbar__link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#7c3aed;transition:width .3s ease}.navbar__link:hover{color:#e8e8f0}.navbar__link:hover::after{width:100%}.navbar__cta{display:none}@media(min-width: 1024px){.navbar__cta{display:inline-flex}}.navbar__toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem}.navbar__toggle:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}@media(min-width: 1024px){.navbar__toggle{display:none}}.navbar__toggle span{display:block;width:24px;height:2px;background:#e8e8f0;border-radius:2px;transition:transform .3s ease,opacity .15s ease}.navbar__toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.navbar__toggle.active span:nth-child(2){opacity:0}.navbar__toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.navbar__mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,10,18,.98);backdrop-filter:blur(20px);z-index:99;padding:5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.navbar__mobile.open{display:flex;animation:fadeIn .2s ease}@media(min-width: 1024px){.navbar__mobile{display:none !important}}.navbar__mobile-link{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:500;color:#a0a0b8;transition:color .15s ease}.navbar__mobile-link:hover{color:#7c3aed}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:"Space Grotesk","Inter",sans-serif;font-size:.875rem;font-weight:600;border-radius:.75rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;white-space:nowrap}.btn:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.btn--primary{background:#7c3aed;color:#fff}.btn--primary:hover{background:rgb(148.8595348837,95.3841860465,240.4158139535);transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.4)}.btn--secondary{background:rgba(0,0,0,0);color:#e8e8f0;border:1px solid rgba(124,58,237,.15)}.btn--secondary:hover{border-color:#7c3aed;background:rgba(124,58,237,.08);transform:translateY(-2px)}.btn--ghost{background:rgba(0,0,0,0);color:#7c3aed;padding:.5rem 1rem}.btn--ghost:hover{background:rgba(124,58,237,.08)}.btn--discord{background:#5865f2;color:#fff}.btn--discord:hover{background:rgb(125.8533333333,135.9066666667,244.9466666667);transform:translateY(-2px);box-shadow:0 6px 20px rgba(88,101,242,.4)}.btn--instagram{background:linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366);color:#fff}.btn--instagram:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(230,104,60,.4)}.btn--whatsapp{background:#25d366;color:#fff}.btn--whatsapp:hover{background:rgb(66.8016129032,221.9983870968,124.7774193548);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.4)}.btn--lg{padding:1.5rem 3rem;font-size:1rem;border-radius:1rem}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--full{width:100%}.btn--icon{width:44px;height:44px;padding:0;border-radius:50%}.card{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.card{padding:2rem;position:relative;overflow:hidden}.card__icon{width:48px;height:48px;margin-bottom:1rem;border-radius:.75rem}.card__image{width:100%;border-radius:.75rem;margin-bottom:1rem;object-fit:cover}.card__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card__subtitle{font-size:.875rem;color:#6b6b80;margin-bottom:.5rem}.card__description{font-size:.875rem;color:#a0a0b8;line-height:1.8}.card__badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:.375rem;background:rgba(124,58,237,.15);color:#7c3aed}.card--faction{text-align:center;padding:3rem 2rem}.card--faction .card__icon{width:80px;height:80px;margin-inline:auto;margin-bottom:1.5rem;filter:drop-shadow(0 0 12px var(--faction-color, #7c3aed))}.card--faction::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--faction-color, #7c3aed)}.card--blurred .card__image{filter:blur(10px)}.card--blurred::after{content:"Proximamente";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-family:"Space Grotesk","Inter",sans-serif;font-weight:600;font-size:1.25rem;color:#e8e8f0}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:1fr}@media(min-width: 768px){.grid--2{grid-template-columns:repeat(2, 1fr)}}.grid--3{grid-template-columns:1fr}@media(min-width: 480px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid--3{grid-template-columns:repeat(3, 1fr)}}.grid--4{grid-template-columns:1fr}@media(min-width: 480px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid--4{grid-template-columns:repeat(4, 1fr)}}.grid--auto{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.section{padding-block:4rem}@media(min-width: 768px){.section{padding-block:6rem}}.section{position:relative;overflow:hidden}.section__header{text-align:center;margin-bottom:4rem}.section__label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#7c3aed;margin-bottom:1rem;padding:.25rem 1rem;border:1px solid rgba(124,58,237,.3);border-radius:.375rem}.section__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:2rem;font-weight:700;line-height:1.1;margin-bottom:1rem}@media(min-width: 768px){.section__title{font-size:2.5rem}}.section__subtitle{font-size:1.125rem;color:#a0a0b8;line-height:1.6;max-width:640px}@media(min-width: 768px){.section__subtitle{font-size:1.25rem}}.section__subtitle{margin-inline:auto}.section--dark{background:#111120}.section--gradient{background:linear-gradient(180deg, #0a0a12 0%, #111120 100%)}.section__divider{width:60px;height:3px;background:linear-gradient(90deg, #7c3aed, #06b6d4);margin:1rem auto 0;border-radius:2px}.modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal.open{opacity:1;visibility:visible}.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(8px)}.modal__content{position:relative;background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1.5rem;padding:3rem;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;transform:translateY(20px);transition:transform .3s ease}.modal.open .modal__content{transform:translateY(0)}.modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#6b6b80;transition:background .15s ease,color .15s ease}.modal__close:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.modal__close:hover{background:hsla(0,0%,100%,.1);color:#e8e8f0}.modal__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal__body{color:#a0a0b8;line-height:1.8}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column;text-align:center;padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:-1}.hero__bg::before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 70%);top:10%;left:50%;transform:translateX(-50%);animation:float 8s ease-in-out infinite}.hero__bg::after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle, rgba(6, 182, 212, 0.08), transparent 70%);bottom:10%;right:15%;animation:float 10s ease-in-out infinite reverse}.hero__particles{position:absolute;inset:0;z-index:-1;overflow:hidden}.hero__content{position:relative;z-index:1;max-width:800px}.hero__logo{width:120px;height:120px;border-radius:50%;margin-inline:auto;margin-bottom:2rem;animation:pulseGlow 4s ease-in-out infinite;border:2px solid rgba(124,58,237,.15)}@media(min-width: 768px){.hero__logo{width:150px;height:150px}}.hero__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg, #7c3aed, #06b6d4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(min-width: 768px){.hero__title{font-size:3.5rem}}@media(min-width: 1024px){.hero__title{font-size:4.5rem}}.hero__slogan{font-size:1.125rem;color:#a0a0b8;margin-bottom:1.5rem;letter-spacing:.1em;text-transform:uppercase}@media(min-width: 768px){.hero__slogan{font-size:1.25rem}}.hero__description{font-size:1.125rem;color:#a0a0b8;max-width:560px;margin-inline:auto;margin-bottom:3rem;line-height:1.8}@media(min-width: 768px){.hero__description{font-size:1.25rem}}.hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width: 480px){.hero__actions{flex-direction:row;justify-content:center}}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b6b80;font-size:.75rem;animation:float 2s ease-in-out infinite}.hero__scroll-indicator::after{content:"";width:1px;height:30px;background:linear-gradient(180deg, #6b6b80, transparent)}.universe__intro{max-width:720px;margin-inline:auto;text-align:center;margin-bottom:4rem}.universe__text{font-size:1.125rem;color:#a0a0b8;line-height:1.8}.universe__entities{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.universe__entities{grid-template-columns:repeat(2, 1fr)}}.universe__entity{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.universe__entity:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.universe__entity{padding:3rem;position:relative;overflow:hidden}.universe__entity::before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.universe__entity--nyx::before{background:linear-gradient(90deg, #818cf8, rgb(56.5263157895, 73.8533834586, 243.9736842105))}.universe__entity--nyx .universe__entity-icon{filter:drop-shadow(0 0 16px rgba(129, 140, 248, 0.5))}.universe__entity--griff::before{background:linear-gradient(90deg, #f59e0b, rgb(172.4330708661, 110.9507874016, 7.0669291339))}.universe__entity--griff .universe__entity-icon{filter:drop-shadow(0 0 16px rgba(245, 158, 11, 0.5))}.universe__entity-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.universe__entity-icon{width:72px;height:72px;border-radius:50%;flex-shrink:0}.universe__entity-name{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.universe__entity-role{font-size:.875rem;color:#6b6b80;text-transform:uppercase;letter-spacing:.1em}.universe__entity-desc{font-size:.875rem;color:#a0a0b8;line-height:1.8}.universe__entity-traits{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.universe__trait{font-size:.75rem;padding:.25rem 1rem;border-radius:.375rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1)}.factions__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 480px){.factions__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.factions__grid{grid-template-columns:repeat(4, 1fr)}}.factions__card{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.factions__card:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.factions__card{padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}.factions__card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--faction-color)}.factions__card--nox{--faction-color: #6d28d9}.factions__card--silva{--faction-color: #059669}.factions__card--lumen{--faction-color: #eab308}.factions__card--ignis{--faction-color: #ef4444}.factions__icon{width:80px;height:80px;margin-inline:auto;margin-bottom:1.5rem;filter:drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));transition:filter .3s ease}.factions__card:hover .factions__icon{filter:drop-shadow(0 0 24px rgba(255, 255, 255, 0.7))}.factions__name{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--faction-color)}.factions__motto{font-size:.875rem;color:#a0a0b8;line-height:1.6;margin-bottom:1rem}.factions__traits{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center}.factions__trait{font-size:.75rem;padding:2px .5rem;border-radius:.375rem;background:hsla(0,0%,100%,.05);color:#6b6b80}.community__content{max-width:720px;margin-inline:auto;text-align:center;margin-bottom:3rem}.community__text{font-size:1.125rem;color:#a0a0b8;line-height:1.8;margin-bottom:2rem}.community__highlight{background:#1a1a2e;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.community__highlight:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.community__highlight{padding:3rem;text-align:center;margin-bottom:3rem;position:relative;overflow:hidden}.community__highlight::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #5865f2, #7c3aed)}.community__highlight-title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.community__highlight-text{font-size:.875rem;color:#a0a0b8;margin-bottom:1.5rem}.community__channels{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 480px){.community__channels{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.community__channels{grid-template-columns:repeat(3, 1fr)}}.community__channel{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.community__channel:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.community__channel{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.community__channel-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem}.community__channel-name{font-weight:600;font-size:1rem}.community__channel-desc{font-size:.875rem;color:#6b6b80}.projects__featured{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.projects__featured:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.projects__featured{padding:3rem;position:relative;overflow:hidden;margin-bottom:3rem}.projects__featured::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(245, 158, 11, 0.08));z-index:0}.projects__featured::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #ef4444, #f59e0b)}.projects__featured-content{position:relative;z-index:1}@media(min-width: 768px){.projects__featured-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}.projects__featured-info{margin-bottom:2rem}@media(min-width: 768px){.projects__featured-info{margin-bottom:0}}.projects__featured-badge{display:inline-block;padding:.25rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:.375rem;background:rgba(239,68,68,.15);color:#ef4444;margin-bottom:1rem}.projects__featured-badge--soon{background:rgba(234,179,8,.15);color:#eab308;animation:pulse-badge 2s ease-in-out infinite}.projects__status{font-size:.875rem;color:#6b6b80;font-style:italic}.projects__featured-title{font-family:"Space Grotesk","Inter",sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg, #ef4444, #f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(min-width: 768px){.projects__featured-title{font-size:2.5rem}}.projects__featured-desc{font-size:1rem;color:#a0a0b8;line-height:1.8;margin-bottom:2rem}.projects__features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.projects__feature{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.75rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1)}.projects__featured-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width: 480px){.projects__featured-actions{flex-direction:row}}.projects__featured-visual{display:flex;align-items:center;justify-content:center;padding:2rem}.projects__featured-image{max-width:280px;border-radius:1rem;box-shadow:0 8px 32px rgba(0,0,0,.5)}.projects__note{font-size:.875rem;color:#6b6b80;font-style:italic}.projects__upcoming{text-align:center}.projects__upcoming-title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.projects__upcoming-text{font-size:1rem;color:#a0a0b8}.drops__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 480px){.drops__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.drops__grid{grid-template-columns:repeat(4, 1fr)}}.drops__card{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.drops__card:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.drops__card{padding:1rem;text-align:center;position:relative;overflow:hidden}.drops__image{width:100%;aspect-ratio:1;object-fit:contain;border-radius:.75rem;margin-bottom:1rem}.drops__mystery{width:100%;aspect-ratio:1;border-radius:.75rem;margin-bottom:1rem;background:linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));border:1px dashed hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-family:"Space Grotesk","Inter",sans-serif;font-size:2.5rem;font-weight:700;color:hsla(0,0%,100%,.15)}.drops__label{font-family:"Space Grotesk","Inter",sans-serif;font-size:.875rem;font-weight:600}.drops__card--locked{opacity:.7;border:1px dashed hsla(0,0%,100%,.08)}.drops__info{text-align:center;margin-top:2rem}.drops__info-text{font-size:.875rem;color:#6b6b80;font-style:italic}.roadmap__timeline{position:relative;max-width:700px;margin-inline:auto;padding-left:3rem}.roadmap__timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:linear-gradient(180deg, #7c3aed, #06b6d4, #6b6b80)}.roadmap__item{position:relative;margin-bottom:3rem}.roadmap__item:last-child{margin-bottom:0}.roadmap__dot{position:absolute;left:-22px;top:6px;width:16px;height:16px;border-radius:50%;border:2px solid #7c3aed;background:#0a0a12}.roadmap__item--active .roadmap__dot{background:#7c3aed;box-shadow:0 0 12px rgba(124,58,237,.5)}.roadmap__item--completed .roadmap__dot{background:#22c55e;border-color:#22c55e}.roadmap__item--future .roadmap__dot{border-color:#6b6b80}.roadmap__content{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.roadmap__content:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.roadmap__content{padding:1.5rem}.roadmap__phase{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#7c3aed;margin-bottom:.25rem}.roadmap__item--completed .roadmap__phase{color:#22c55e}.roadmap__item--future .roadmap__phase{color:#6b6b80}.roadmap__title{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.roadmap__desc{font-size:.875rem;color:#a0a0b8;line-height:1.6}.roadmap__features{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.roadmap__feature{font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;background:hsla(0,0%,100%,.05);color:#6b6b80}.about__content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.about__content{grid-template-columns:1fr 1fr}}.about__project{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.about__project:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.about__project{padding:3rem;position:relative;overflow:hidden}.about__project::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #7c3aed, #06b6d4)}.about__project-logo{width:64px;height:64px;border-radius:50%;margin-bottom:1.5rem;filter:drop-shadow(0 0 12px rgba(124, 58, 237, 0.3))}.about__project-name{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg, #7c3aed, #06b6d4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.about__project-desc{font-size:1rem;color:#a0a0b8;line-height:1.8;margin-bottom:1.5rem}.about__project-values{display:flex;flex-wrap:wrap;gap:.25rem}.about__project-value{font-size:.75rem;padding:4px .5rem;border-radius:.375rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);color:#6b6b80}.about__creator{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.about__creator:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.about__creator{padding:3rem;position:relative;overflow:hidden}.about__creator::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #059669, rgb(3.3548387097, 100.6451612903, 70.4516129032))}.about__creator-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.about__creator-avatar{width:72px;height:72px;border-radius:50%;border:2px solid rgba(124,58,237,.15);object-fit:cover}.about__creator-name{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.5rem;font-weight:700}.about__creator-role{font-size:.875rem;color:#059669;font-weight:500}.about__creator-lema{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.25rem;font-weight:600;color:#059669;margin-bottom:1.5rem}.about__creator-bio{font-size:1rem;color:#a0a0b8;line-height:1.8;margin-bottom:1.5rem}.about__creator-quote{font-size:.875rem;color:#6b6b80;font-style:italic;padding-left:1rem;border-left:2px solid #059669;margin-bottom:1.5rem}.about__creator-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.about__creator-detail{font-size:.75rem;padding:4px .5rem;border-radius:.375rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);color:#6b6b80}.about__creator-links{display:flex;gap:1rem}.about__creator-link{font-size:.875rem;color:#a0a0b8;transition:color .15s ease}.about__creator-link:hover{color:#7c3aed}.collaborations__intro{max-width:640px;margin-inline:auto;text-align:center;margin-bottom:3rem}.collaborations__text{font-size:1.125rem;color:#a0a0b8;line-height:1.8}.collaborations__tiers{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.collaborations__tiers{grid-template-columns:repeat(2, 1fr)}}.collaborations__tier{background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.collaborations__tier:hover{transform:translateY(-4px);box-shadow:0 0 40px rgba(124,58,237,.35);border-color:rgba(124,58,237,.35)}.collaborations__tier{padding:2rem;position:relative;overflow:hidden}.collaborations__tier::before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.collaborations__tier--friend::before{background:#059669}.collaborations__tier--ally::before{background:#eab308}.collaborations__tier--official::before{background:#7c3aed}.collaborations__tier--partner::before{background:linear-gradient(90deg, #7c3aed, #f59e0b)}.collaborations__tier-name{font-family:"Space Grotesk","Inter",sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.collaborations__tier-columns{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 480px){.collaborations__tier-columns{grid-template-columns:repeat(2, 1fr)}}.collaborations__tier-column-title{font-size:.875rem;font-weight:600;color:#7c3aed;margin-bottom:.5rem}.collaborations__tier-list{display:flex;flex-direction:column;gap:.5rem}.collaborations__tier-list li{font-size:.875rem;color:#a0a0b8;padding-left:1rem;position:relative}.collaborations__tier-list li::before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:50%;background:#7c3aed}.collaborations__cta{text-align:center;margin-top:3rem}.collaborations__cta-text{font-size:1.125rem;color:#a0a0b8;margin-bottom:1.5rem}.collaborations__cta-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width: 480px){.collaborations__cta-actions{flex-direction:row;justify-content:center}}.anthem__content{max-width:720px;margin-inline:auto;text-align:center}.anthem__video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:1rem;margin-bottom:2rem;box-shadow:0 0 20px rgba(124,58,237,.3)}.anthem__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1rem}.anthem__note{font-size:.875rem;color:#6b6b80;font-style:italic;line-height:1.6}.mascot{position:fixed;z-index:50;bottom:24px;display:none}@media(min-width: 1280px){.mascot{display:block}}.mascot__image{width:120px;height:120px;cursor:pointer;transition:transform .3s ease;filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3))}.mascot__image:hover{transform:scale(1.1)}.mascot__bubble{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#16162a;border:1px solid rgba(124,58,237,.15);border-radius:.75rem;padding:.5rem 1rem;font-size:.875rem;color:#a0a0b8;white-space:nowrap;max-width:220px;white-space:normal;text-align:center;margin-bottom:.5rem;box-shadow:0 4px 16px rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mascot__bubble.visible{opacity:1;visibility:visible}.mascot__bubble::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid rgba(0,0,0,0);border-top-color:#16162a}.mascot--griff{right:24px}.mascot--griff .mascot__image{transform-origin:bottom right}.mascot--nyx{left:32px}.mascot--nyx .mascot__image{transform:scaleX(-1);transform-origin:center bottom}.mascot--nyx .mascot__image:hover{transform:scaleX(-1) scale(1.1)}.mascot--nyx .mascot__bubble{left:70%}.footer{padding:4rem 0 2rem;border-top:1px solid rgba(124,58,237,.15);background:#111120}.footer__container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.footer__top{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.footer__top{grid-template-columns:2fr 1fr 1fr}}.footer__brand{max-width:320px}.footer__brand-name{display:flex;align-items:center;gap:.5rem;font-family:"Space Grotesk","Inter",sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer__brand-logo{width:32px;height:32px;border-radius:50%}.footer__brand-lore{font-size:.875rem;color:#6b6b80;line-height:1.8}.footer__nav-title{font-family:"Space Grotesk","Inter",sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#a0a0b8;margin-bottom:1rem}.footer__nav-links{display:flex;flex-direction:column;gap:.5rem}.footer__nav-link{font-size:.875rem;color:#6b6b80;transition:color .15s ease}.footer__nav-link:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.footer__nav-link:hover{color:#7c3aed}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(124,58,237,.15);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width: 768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{font-size:.75rem;color:#6b6b80}.footer__socials{display:flex;gap:1rem}.footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(124,58,237,.15);color:#6b6b80;font-size:.875rem;transition:all .15s ease}.footer__social-link:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.footer__social-link:hover{border-color:#7c3aed;color:#7c3aed;background:rgba(124,58,237,.08)}body{background-color:#0a0a12;overflow-x:hidden}::selection{background:rgba(124,58,237,.3);color:#e8e8f0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a12}::-webkit-scrollbar-thumb{background:#16162a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e1e3a}
