*{margin:0;padding:0;box-sizing:border-box;font-family:"sans-serif"}:root{--ink: hsl(160 10% 95%);--ink-soft: hsl(160 10% 70%);--bg: hsl(160, 10%, 6%);--neon: #39ff14;--cyan: #09ff00;--border: hsla(160, 29%, 30%, .189);--glow-weak: 0 0 8px rgba(57,255,20,.5);--dur: .2s;--easing: cubic-bezier(.2,.7,.2,1);--header-height: 64px;--header-bg-initial: rgba(10, 15, 13, .136)}*{box-sizing:border-box}html,body,#root{height:100%}html,body{overflow-x:clip}body{margin:0;color:var(--ink);background:var(--bg);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.header{position:fixed;top:0;left:0;right:0;z-index:1200;height:var(--header-height);display:grid;place-items:center;background-color:var(--header-bg-initial);border:none;-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate;overflow:visible;transition:background-color var(--dur) var(--easing),box-shadow var(--dur) var(--easing),backdrop-filter var(--dur) var(--easing)}.header-inner{height:100%;width:min(1200px,100%);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:0 16px;margin-inline:auto}.brand{justify-self:start;font-weight:800;letter-spacing:.04em;font-size:1.2rem;color:var(--ink);text-decoration:none;position:relative;transition:filter var(--dur),text-shadow var(--dur)}.brand .char{will-change:transform,opacity,filter,text-shadow,color}.brand:after{content:"_";margin-left:2px;color:var(--neon);opacity:.85;animation:caretBlink 1.2s steps(1,end) infinite}@keyframes caretBlink{0%,49%{opacity:.9}50%,to{opacity:0}}.brand:hover{text-shadow:var(--glow-weak);filter:drop-shadow(0 0 6px rgba(0,229,255,.35))}.nav--desktop{display:none}.nav-list{list-style:none;display:flex;gap:14px;margin:0;padding:0}.nav-list a{position:relative;display:inline-block;padding:8px 10px;text-decoration:none;color:var(--ink);border-radius:8px;transition:transform .2s var(--easing),color .2s var(--easing)}.nav-list a:hover,.nav-list a:focus-visible{color:var(--neon);text-shadow:var(--glow-weak)}.nav-list a:after{content:"";position:absolute;left:10px;right:10px;bottom:6px;height:2px;background:linear-gradient(90deg,transparent,var(--cyan),var(--neon),transparent);transform:scaleX(0);transform-origin:center;transition:transform .22s var(--easing)}.nav-list a:hover:after,.nav-list a:focus-visible:after,.nav-list a.is-active:after{transform:scaleX(1)}.hamburger{justify-self:end;display:grid;place-items:center;width:44px;height:44px;background:transparent;border:1px solid var(--border);border-radius:12px;cursor:pointer;position:relative;z-index:1201;transition:border-color var(--dur) var(--easing),box-shadow var(--dur) var(--easing),background-color var(--dur) var(--easing)}.hamburger:hover{border-color:var(--cyan);box-shadow:0 0 0 2px #00e5ff26;background-color:#141e1c80}.hamburger-box{position:relative;width:22px;height:16px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{position:absolute;left:0;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s var(--easing),opacity .2s var(--easing),background-color var(--dur)}.hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger-inner:before{content:"";top:-6px}.hamburger-inner:after{content:"";top:6px}.hamburger.is-active .hamburger-inner{background:transparent}.hamburger.is-active .hamburger-inner:before{transform:translateY(6px) rotate(45deg);background:var(--neon)}.hamburger.is-active .hamburger-inner:after{transform:translateY(-6px) rotate(-45deg);background:var(--neon)}.nav--mobile{position:fixed;top:var(--header-height);bottom:0;left:auto;right:-100%;width:min(84svw,360px);background:linear-gradient(180deg,#0c100ef2,#0e1210f2);border-left:1px solid var(--border);box-shadow:-10px 0 30px #00000059;transition:right .35s var(--easing);z-index:1100;padding:24px;display:grid;align-content:start;gap:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav--mobile[data-open=true]{right:0}.nav--mobile .nav-list{flex-direction:column;gap:6px}.nav-overlay{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:radial-gradient(100% 100% at 0% 0%,rgba(0,229,255,.08),transparent 45%),#00000073;opacity:0;pointer-events:none;transition:opacity .25s var(--easing);z-index:1050}.nav-overlay[data-open=true]{opacity:1;pointer-events:auto}main{padding-top:var(--header-height);min-height:calc(100dvh - var(--header-height));padding-inline:16px;padding-bottom:16px;background:none!important;display:flow-root;max-width:100%;overflow-x:clip}main h1:first-child,.hero .hero-title:first-child{margin-top:0}.footer{--bg: #0b0f0e;--ink: #f5f5f5;--accent: #39ff14;--border: rgba(255, 255, 255, .12);--glass: rgba(255, 255, 255, .04);background:var(--bg);color:var(--ink);border-top:1px solid var(--border);margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:2rem clamp(1rem,4vw,3rem);display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-claim{font-family:JetBrains Mono,monospace;font-weight:600;letter-spacing:.02em;opacity:.9}.footer-links{list-style:none;margin:0;padding:0;width:100%;max-width:900px;display:grid;grid-template-columns:1fr;gap:.75rem}.footer-item{display:flex;justify-content:center}.footer-link{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:480px;padding:.85rem 1.2rem;border-radius:999px;text-decoration:none;color:var(--ink);background:var(--glass);border:1px solid var(--border);transition:all .25s ease}.footer-link .bx{font-size:1.25rem}.footer-link .label{font-weight:700;letter-spacing:.02em}.footer-link .hint{font-size:.9rem;opacity:.8}.footer-link:hover,.footer-link:focus-visible{transform:translateY(-2px);border-color:var(--accent);box-shadow:0 0 0 3px #39ff141f;outline:none}@media (min-width: 480px){.footer-links{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-links{grid-template-columns:repeat(4,1fr)}}@media (prefers-color-scheme: light){.footer{--bg: #f6f7f5;--ink: #0b0f0e;--border: rgba(0, 0, 0, .12);--glass: rgba(0, 0, 0, .04)}}@media (min-width: 480px){.header-inner{padding:0 20px}}@media (min-width: 640px){.brand{font-size:1.25rem}}@media (min-width: 768px){.nav--desktop{display:block}.hamburger{display:none}.nav-list a{padding:10px 12px}main{padding-inline:24px}}@media (min-width: 1024px){.header-inner{grid-template-columns:1fr auto 44px}.brand{font-size:1.35rem}}@media (min-width: 1280px){.brand{font-size:1.45rem}.nav-list{gap:18px}}@media (min-width: 1536px){.brand{font-size:1.55rem}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.nav--mobile .nav-list{flex-direction:column;gap:clamp(12px,3vh,24px);align-items:flex-start}.nav--mobile .nav-list a{background:none!important;border-radius:0!important;padding-inline:0;padding-block:clamp(14px,2.8vh,22px);font-size:clamp(18px,9vw,20px);line-height:1.5;font-weight:800;color:#e0fffc}.hero,.about,.topics,.cta{position:relative;z-index:0;overflow:visible}.scroll-top-btn{position:fixed;right:clamp(12px,2vw,22px);bottom:clamp(12px,2.2vw,26px);z-index:1100;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(245,245,245,.14);border-radius:999px;background:radial-gradient(40% 40% at 30% 30%,#39ff1459,#39ff141a 60%,#39ff1400),#ffffff0a;color:var(--accent, #39ff14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 0 1px #ffffff0d inset,0 10px 28px #00000059;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.scroll-top-btn:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #ffffff0f inset,0 14px 32px #0000006b}.scroll-top-btn:active{transform:translateY(0)}.scroll-top-btn:focus-visible{outline:2px solid #00e5ff;outline-offset:3px}.scroll-top-icon{width:22px;height:22px;pointer-events:none}.nav-overlay[data-open=true]~.scroll-top-btn{opacity:0!important;pointer-events:none!important}@media (prefers-reduced-motion: reduce){.scroll-top-btn{transition:none}}:root{--pad-x: clamp(12px, 4vw, 24px);--pad-y: clamp(64px, 10vh, 120px);--radius: 16px}.hero,.about,.topics,.cta{min-height:100dvh;display:grid;align-content:center;padding-block:var(--pad-y);padding-inline:var(--pad-x);scroll-margin-top:var(--header-height);background:none}@supports (height: 100svh){.hero,.about,.topics,.cta{min-height:100svh}}.hero,.about,.topics,.cta{padding-top:calc(var(--pad-y) + env(safe-area-inset-top));padding-bottom:calc(var(--pad-y) + env(safe-area-inset-bottom))}.hero-content,.about,.topics,.cta{width:min(1120px,92vw);margin-inline:auto}.hero-title,.section-title,.cta-title{margin:0 0 12px;text-align:center;text-wrap:balance;letter-spacing:.02em;line-height:1.2;font-weight:800;color:var(--ink)}.hero-subtitle,.section-text,.cta-text,.topic-item{margin:8px 0 0;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;color:var(--ink);line-height:1.6}.hero-title{font-size:clamp(22px,6.5vw,44px)}.hero-subtitle{font-size:clamp(14px,3.8vw,20px);color:var(--ink-soft)}.section-title{font-size:clamp(18px,5.2vw,32px)}.section-text{font-size:clamp(14px,3.6vw,18px);color:var(--ink-soft)}.cta-title{font-size:clamp(18px,5.2vw,32px)}.cta-text{font-size:clamp(14px,3.6vw,18px);color:var(--ink-soft)}.hero-content,.section-title,.section-text,.topics-list .topic-item,.cta{will-change:transform,opacity}.hero{place-items:center}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(10px,2.8vh,16px);margin-top:clamp(8px,2vh,14px)}@media (max-width: 360px){.hero-actions .cta-button{width:100%;text-align:center}}.hero-content{display:grid;gap:clamp(10px,2.5vh,18px);justify-items:center;text-align:center;max-width:48ch}.about{display:grid;gap:clamp(10px,2vh,16px)}.topics{display:grid;gap:clamp(14px,3vh,24px)}.topics-list{--min-col: 160px;list-style:none;padding:0;margin:0;display:grid;gap:clamp(10px,2.2vh,16px);grid-template-columns:repeat(auto-fit,minmax(var(--min-col),1fr))}.topic-item{padding:clamp(12px,2.6vh,18px);border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff05,#ffffff03);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 20px #0003;transition:transform .2s var(--easing),box-shadow .2s var(--easing),border-color .2s var(--easing)}.topic-item:hover,.topic-item:focus-within{transform:translateY(-2px);box-shadow:0 10px 28px #00000047;border-color:#39ff1447}.cta{display:grid;gap:clamp(12px,2.8vh,18px);justify-items:center;text-align:center}.cta-button{appearance:none;border:1px solid var(--border);border-radius:calc(var(--radius) - 4px);padding:clamp(10px,2.4vh,14px) clamp(16px,6vw,28px);background:radial-gradient(120% 120% at 0% 0%,rgba(0,229,255,.1),transparent 60%),#0c100e8c;color:var(--ink);font-weight:800;letter-spacing:.02em;cursor:pointer;transition:transform .2s var(--easing),box-shadow .2s var(--easing),border-color .2s var(--easing),background-color .2s var(--easing)}.cta-button:hover{transform:translateY(-1px);border-color:var(--cyan);box-shadow:0 0 0 2px #00e5ff1f,0 12px 30px #00000047}.cta-button:active{transform:translateY(0)}.cta-button:focus-visible{outline:none;box-shadow:0 0 0 3px #39ff1440}@media (min-width: 480px){.hero-content{max-width:56ch}.topics-list{--min-col: 200px}}@media (min-width: 640px){.hero-content{max-width:60ch}.topics-list{--min-col: 220px;gap:16px}}@media (min-width: 768px){.hero-title{font-size:clamp(28px,5.2vw,48px)}.section-title,.cta-title{font-size:clamp(22px,3.6vw,36px)}.hero-content{max-width:64ch}.topics-list{--min-col: 240px}}@media (min-width: 1024px){.hero,.about,.topics,.cta{padding-inline:clamp(24px,6vw,48px)}.topics-list{gap:18px}}@media (min-width: 1280px){.hero-content{max-width:68ch}.topics-list{--min-col: 260px;gap:20px}}@media (min-width: 1536px){.hero-content{max-width:72ch}.topics-list{--min-col: 280px}}@media (prefers-reduced-motion: reduce){.hero-content,.section-title,.section-text,.topics-list .topic-item,.cta,.cta-button{transition:none!important;animation:none!important}}.section-title+.section-text{margin-top:8px}.hero>*:first-child,.about>*:first-child,.topics>*:first-child,.cta>*:first-child{margin-top:0}.topics-list .topic-item{line-height:1.55}:root{--bg: #0b0f0e;--ink: #e5e5e5;--neon: #39ff14;--cyan: #00e5ff;--glow-soft: 0 0 4px rgba(57,255,20,.55), 0 0 10px rgba(57,255,20,.35), 0 0 14px rgba(0,229,255,.28);--easing: cubic-bezier(.2,.7,.2,1)}@keyframes hero-fade-in{0%{opacity:0;transform:translate3d(0,6px,0);filter:saturate(.9)}to{opacity:1;transform:translateZ(0);filter:saturate(1)}}@keyframes hero-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}.hero{min-height:100vh;min-height:100dvh;display:grid;place-items:center;background:var(--bg);padding:clamp(.5rem,2vw,1rem);text-align:center;overflow:clip;position:relative;opacity:0;animation:hero-fade-in .9s var(--easing) both;will-change:opacity,transform;view-timeline-name:--hero;view-timeline-axis:block}.hero.has-gsap{animation:none!important;animation-timeline:none!important;opacity:1!important}@supports (animation-timeline: view()){.hero{animation:hero-fade-in .9s var(--easing) both,hero-fade-out 1 both;animation-timeline:auto,--hero;animation-range:normal,exit 0% 80%}}@supports (height: 100svh){.hero{min-height:100svh}}.hero-content{width:100%;max-width:min(1100px,100%);margin-inline:auto;padding-inline:clamp(.75rem,3vw,1.5rem)}.hero-title{font-size:clamp(1.75rem,7.5vw,4.5rem);line-height:1.1;letter-spacing:.01em;color:var(--ink);text-shadow:var(--glow-soft);text-wrap:balance;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:clamp(.5rem,2vw,1rem)}.hero-subtitle{margin-top:clamp(.75rem,2.5vw,1rem);font-size:clamp(.875rem,3.5vw,1.5rem);line-height:1.6;color:var(--ink);opacity:.95;text-shadow:0 0 5px rgba(57,255,20,.25);max-width:min(68ch,100%);margin-inline:auto;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty;word-break:break-word;overflow-wrap:break-word;padding-inline:clamp(.25rem,1vw,.5rem)}.hero-title .char,.hero-subtitle .char,.hero-title .word,.hero-subtitle .word{display:inline-block;will-change:transform;text-shadow:var(--glow-soft)}@media (max-width: 359px){.hero{padding:.5rem}.hero-content{padding-inline:.5rem}.hero-title{font-size:clamp(1.5rem,8vw,2rem);line-height:1.15;letter-spacing:0}.hero-subtitle{font-size:clamp(.8rem,4vw,1rem);line-height:1.5;margin-top:.5rem;text-align:left;padding-inline:.25rem}}@media (min-width: 360px) and (max-width: 479px){.hero-title{font-size:clamp(1.875rem,6.5vw,2.5rem);line-height:1.12}.hero-subtitle{font-size:clamp(.9rem,3.8vw,1.1rem);line-height:1.55}}@media (min-width: 480px) and (max-width: 599px){.hero-title{font-size:clamp(2rem,6vw,2.75rem)}.hero-subtitle{font-size:clamp(1rem,3.5vw,1.2rem)}}@media (min-width: 600px) and (max-width: 767px){.hero-title{font-size:clamp(2.25rem,5.5vw,3rem)}.hero-subtitle{font-size:clamp(1.1rem,3.2vw,1.3rem);text-align:justify}}@media (min-width: 768px) and (max-width: 1023px){.hero{padding:1rem}.hero-content{padding-inline:1.25rem}.hero-title{font-size:clamp(3rem,5vw,3.75rem);line-height:1.08}.hero-subtitle{font-size:clamp(1.15rem,3vw,1.35rem);max-width:65ch}}@media (min-width: 1024px) and (max-width: 1279px){.hero-title{font-size:clamp(3.5rem,4.5vw,4rem);line-height:1.06}.hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.4rem);max-width:68ch}}@media (min-width: 1280px) and (max-width: 1599px){.hero-title{font-size:clamp(4rem,4vw,4.25rem);line-height:1.05}.hero-subtitle{font-size:clamp(1.25rem,2.2vw,1.45rem)}}@media (min-width: 1600px){.hero-title{font-size:4.5rem;line-height:1.05}.hero-subtitle{font-size:1.5rem;max-width:70ch}.hero-content{max-width:1200px}}@media (max-height: 500px) and (orientation: landscape){.hero{min-height:auto;padding-block:2rem}.hero-title{font-size:clamp(1.5rem,5vh,2.5rem);margin-bottom:.5rem}.hero-subtitle{font-size:clamp(.875rem,3vh,1.1rem);margin-top:.5rem}}@media (prefers-reduced-motion: reduce){.hero{animation:none!important;opacity:1!important;transform:none!important}.hero-title .char,.hero-subtitle .char,.hero-title .word,.hero-subtitle .word{will-change:auto}}@media (prefers-contrast: high){.hero-title,.hero-subtitle{text-shadow:0 0 2px rgba(57,255,20,.8),0 0 6px rgba(57,255,20,.6)}}@keyframes about-fade-in{0%{opacity:0;transform:translate3d(0,6px,0);filter:saturate(.9)}to{opacity:1;transform:translateZ(0);filter:saturate(1)}}@keyframes about-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}.about{position:relative;padding:clamp(2.5rem,6vw,5rem) 1rem;background:var(--bg);opacity:0;animation:about-fade-in .9s var(--easing, ease) both;will-change:opacity,transform;view-timeline-name:--about;view-timeline-axis:block}@supports (animation-timeline: view()){.about{animation:about-fade-in .9s var(--easing, ease) both,about-fade-out 1 both;animation-timeline:auto,--about;animation-range:normal,exit 0% 80%}}.about .about-inner{max-width:1100px;width:100%;margin-inline:auto;padding-inline:clamp(.75rem,3vw,1.5rem)}.about{overflow:clip}.about .about-avatar-link{text-decoration:none;display:inline-block}.about .about-avatar{--size: clamp(140px, 26vw, 260px);width:var(--size);height:var(--size);border-radius:50%;overflow:hidden;position:relative;display:grid;place-items:center;background:radial-gradient(40% 40% at 50% 50%,#02271bcc,#020e0a);box-shadow:0 0 0 2px #0b8e6233,0 0 20px #39ff141f;transition:box-shadow .2s var(--easing, ease);will-change:transform}.about .about-avatar img{width:100%;height:100%;object-fit:cover;filter:contrast(1.02) saturate(1.01)}.about .about-avatar-glow{position:absolute;inset:-2px;border-radius:50%;pointer-events:none;box-shadow:0 0 8px #39ff1459,0 0 22px #39ff142e inset}.about .about-avatar:hover,.about .about-avatar:focus-visible{box-shadow:0 0 0 2px var(--neon),0 0 24px #39ff1459}.about .section-title{margin:0 0 .5rem;font-size:clamp(1.75rem,7.5vw,3rem);line-height:1.1;letter-spacing:.01em;color:var(--ink);text-shadow:var(--glow-soft);text-wrap:balance;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center}.about .section-text{margin:0;margin-top:clamp(.75rem,2.5vw,1rem);font-size:clamp(.95rem,3.5vw,1.15rem);line-height:1.6;color:var(--ink);opacity:.95;text-shadow:0 0 5px rgba(57,255,20,.25);max-width:min(68ch,100%);margin-inline:auto;text-align:center;text-justify:auto;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty;word-break:break-word;overflow-wrap:break-word;padding-inline:clamp(.25rem,1vw,.5rem)}.about .section-title .char,.about .section-text .char,.about .section-title .word,.about .section-text .word{display:inline-block;will-change:transform;text-shadow:var(--glow-soft)}@media (max-width: 359px){.about{padding:2rem .75rem}.about .about-inner{grid-template-columns:1fr;text-align:center}.about .section-title{font-size:clamp(1.5rem,8vw,2rem);line-height:1.15;letter-spacing:0}.about .section-text{font-size:clamp(.85rem,4vw,1rem);line-height:1.55;text-align:center;padding-inline:.25rem}.about .about-avatar{margin-inline:auto}}@media (min-width: 360px) and (max-width: 479px){.about .about-inner{grid-template-columns:1fr;text-align:center}.about .section-title{font-size:clamp(1.875rem,6.5vw,2.5rem);line-height:1.12}.about .section-text{font-size:clamp(.95rem,3.8vw,1.1rem);line-height:1.55}.about .about-avatar{margin-inline:auto}}@media (min-width: 480px) and (max-width: 599px){.about .about-inner{grid-template-columns:1fr;text-align:center}.about .section-title{font-size:clamp(2rem,6vw,2.75rem)}.about .section-text{font-size:clamp(1rem,3.5vw,1.15rem)}.about .about-avatar{margin-inline:auto}}@media (min-width: 600px) and (max-width: 767px){.about .about-inner{grid-template-columns:1fr;text-align:center}.about .section-title{font-size:clamp(2.25rem,5.5vw,3rem)}.about .section-text{font-size:clamp(1.05rem,3.2vw,1.2rem)}.about .about-avatar{margin-inline:auto}}@media (min-width: 768px) and (max-width: 1023px){.about{padding:clamp(2.25rem,5vw,3.5rem) 1rem}.about .about-inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:clamp(1rem,3vw,2rem)}.about .section-title{font-size:clamp(2.6rem,5vw,3.25rem);line-height:1.08}.about .section-text{font-size:clamp(1.05rem,3vw,1.25rem);max-width:65ch}.about .about-avatar{margin-inline:auto}}@media (min-width: 1024px) and (max-width: 1279px){.about .about-inner{grid-template-columns:240px 1fr}.about .section-title{font-size:clamp(3rem,4.5vw,3.5rem);line-height:1.06}.about .section-text{font-size:clamp(1.1rem,2.5vw,1.3rem);max-width:68ch}}@media (min-width: 1280px) and (max-width: 1599px){.about .about-inner{grid-template-columns:260px 1fr}.about .section-title{font-size:clamp(3.25rem,4vw,3.85rem);line-height:1.05}.about .section-text{font-size:clamp(1.15rem,2.2vw,1.35rem)}}@media (min-width: 1600px){.about .about-inner{width:min(1200px,92vw);grid-template-columns:280px 1fr}.about .section-title{font-size:4rem;line-height:1.05}.about .section-text{font-size:1.4rem;max-width:70ch}}@media (max-height: 500px) and (orientation: landscape){.about{padding-block:2rem}.about .about-inner{grid-template-columns:1fr;text-align:center}.about .section-title{font-size:clamp(1.5rem,5vh,2.5rem);margin-bottom:.5rem}.about .section-text{font-size:clamp(.9rem,3vh,1.1rem);margin-top:.5rem}.about .about-avatar{margin-inline:auto}}@media (prefers-reduced-motion: reduce){.about{animation:none!important;opacity:1!important;transform:none!important}.about .section-title .char,.about .section-text .char,.about .section-title .word,.about .section-text .word{will-change:auto}}@media (prefers-contrast: high){.about .section-title,.about .section-text{text-shadow:0 0 2px rgba(57,255,20,.8),0 0 6px rgba(57,255,20,.6)}}:root{--bg: #0b0f0e;--ink: #f5f5f5;--accent: #39ff14;--glass: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .12);--easing: cubic-bezier(.2, .7, .2, 1)}.topics{background:var(--bg);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;position:relative;width:100%;max-width:100vw;overflow-x:clip;box-sizing:border-box;padding:clamp(32px,5vw,80px) clamp(12px,5vw,24px)}.topics-wrap{width:100%;max-width:1100px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding-inline:clamp(8px,3vw,16px);text-align:center}.topics-title{font-size:clamp(1.8rem,4.5vw,3rem);font-weight:800;line-height:1.1;text-align:center;letter-spacing:-.02em;margin-bottom:clamp(28px,5vw,52px);background:linear-gradient(90deg,#39ff14,#00e5ff);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 8px rgba(57,255,20,.35),0 0 14px rgba(0,229,255,.25);opacity:0;transform:translateY(16px);animation:titleFadeIn 1.2s var(--easing) .2s both}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(16px);filter:blur(3px)}60%{opacity:1;transform:translateY(-2px);filter:blur(.5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.topics-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(16px,2vw,24px);list-style:none;padding:0;margin:0;width:100%;justify-items:center}.topic-card{width:100%;max-width:500px;border-radius:14px;border:1px solid var(--border);background:var(--glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 14px #00000040;transition:transform .4s var(--easing),box-shadow .4s var(--easing),border-color .4s var(--easing);cursor:default;will-change:transform,opacity}.topic-card:hover{transform:translateY(-6px) scale(1.02);border-color:#39ff1480;box-shadow:0 0 10px #39ff1440,0 0 20px #00e5ff33}.topic-inner{padding:clamp(16px,2.5vw,22px) clamp(18px,3vw,28px)}.topic-text{font-size:clamp(.9rem,2.3vw,1.05rem);line-height:1.55;color:#fffffff2;margin:0;text-align:center;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 359px){.topics{padding:20px 10px}.topics-title{font-size:1.4rem;margin-bottom:20px}.topics-list{grid-template-columns:1fr;gap:12px}.topic-card{max-width:100%}}@media (min-width: 360px) and (max-width: 599px){.topics-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}@media (min-width: 600px) and (max-width: 1023px){.topics{padding:48px 20px}.topics-title{font-size:2rem}.topic-text{font-size:1rem}}@media (min-width: 1024px){.topic-card{transition:all .35s var(--easing)}.topic-card:hover{transform:translateY(-8px) scale(1.03)}}@media (prefers-reduced-motion: reduce){.topic-card,.topics-title{transition:none!important;animation:none!important}}:root{--bg: #0b0f0e;--ink: #f5f5f5;--accent: #39ff14;--glass: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .12);--radius: 16px;--easing: cubic-bezier(.2, .7, .2, 1)}.cta{background:var(--bg);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;max-width:100vw;overflow-x:clip;position:relative;padding:clamp(32px,5vw,80px) clamp(12px,5vw,24px)}.cta-wrap{width:100%;max-width:1100px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-inline:clamp(8px,3vw,16px)}.cta-title{font-size:clamp(1.8rem,4.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:.08em;margin:0;margin-bottom:clamp(28px,5vw,52px);background:linear-gradient(90deg,var(--accent),#00ffaa,var(--accent));background-size:200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(57,255,20,.35),0 0 14px rgba(0,229,255,.25);opacity:0;transform:translateY(16px);animation:ctaTitleIn 1.2s var(--easing) .2s both,glowMove 6s linear infinite}.cta-title:after{content:"";display:block;width:80px;height:3px;margin:1rem auto 0;background:var(--accent);border-radius:3px;box-shadow:0 0 10px var(--accent);animation:pulseBar 2.5s ease-in-out infinite}@keyframes ctaTitleIn{0%{opacity:0;transform:translateY(16px);filter:blur(3px)}60%{opacity:1;transform:translateY(-2px);filter:blur(.5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes glowMove{0%{background-position:0%}to{background-position:200%}}@keyframes pulseBar{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.2)}}.cta-container{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:clamp(16px,2vw,24px);justify-items:center;align-items:stretch;margin:0;padding:0}.cta-card{width:100%;max-width:500px;border-radius:var(--radius);border:1px solid var(--border);background:var(--glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 14px #00000040;transition:transform .35s var(--easing),box-shadow .35s var(--easing),border-color .35s var(--easing);cursor:default;will-change:transform,opacity;padding:clamp(16px,2.5vw,22px) clamp(18px,3vw,28px)}.cta-card:hover{transform:translateY(-6px) scale(1.02);border-color:#39ff1480;box-shadow:0 0 10px #39ff1440,0 0 20px #00e5ff33}.cta-img{width:100%;height:auto;border-radius:12px;margin-bottom:1rem;transition:transform .3s var(--easing);box-shadow:0 4px 14px #00000040}.cta-card:hover .cta-img{transform:scale(1.03)}.cta-card-title{font-size:clamp(1.05rem,2.5vw,1.15rem);margin:.5rem 0;font-weight:700}.cta-card-title a{color:var(--ink);text-decoration:none;transition:color .3s var(--easing)}.cta-card-title a:hover{color:var(--accent)}.cta-text{color:#cfcfcf;font-size:clamp(.9rem,2.2vw,1rem);margin-bottom:1.2rem;line-height:1.55;text-align:center;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.cta-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.cta-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.4rem .7rem;font-size:.8rem;letter-spacing:.3px;transition:all .3s var(--easing)}.cta-tag:hover{background:var(--accent);color:#000;border-color:var(--accent)}.cta-button-link{color:inherit;text-decoration:none;display:block;width:100%;height:100%}.cta-button-link:hover{text-decoration:none;color:inherit}@media (max-width: 359px){.cta{padding:20px 10px}.cta-title{font-size:2rem;margin-bottom:20px}.cta-container{grid-template-columns:1fr;gap:12px}.cta-card{max-width:100%}}@media (min-width: 360px) and (max-width: 599px){.cta-container{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}@media (min-width: 600px) and (max-width: 1023px){.cta{padding:48px 20px}.cta-title{font-size:2rem}.cta-text{font-size:1rem}}@media (min-width: 1024px){.cta-card{transition:all .35s var(--easing)}.cta-card:hover{transform:translateY(-8px) scale(1.03)}}@media (prefers-reduced-motion: reduce){.cta-card,.cta-title{transition:none!important;animation:none!important}}.proyectos{background:#0b0f0e;color:#f5f5f5;padding-block:3rem 5rem;min-height:100vh}.categoria{margin:9rem auto;max-width:1300px;width:100%;padding-inline:clamp(1rem,4vw,3rem)}.subtitulo{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;line-height:1.15;margin:clamp(2rem,5vw,3.5rem) auto clamp(1.5rem,3vw,2.5rem);padding-bottom:.6rem;font-family:JetBrains Mono,monospace;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(1.4rem,3.8vw,2.4rem);color:#39ff14;max-width:min(92vw,1100px)}.subtitulo>span{min-width:0}.subtitulo__icon{flex:0 0 auto;font-size:clamp(1.4rem,4.2vw,2.2rem);line-height:1;transform:translateY(1px);color:#39ff14;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));transition:transform .22s ease,filter .22s ease}.subtitulo:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:min(85%,520px);height:2px;background:linear-gradient(90deg,transparent,#39ff14,#00e5ff,transparent);border-radius:4px;opacity:.6;pointer-events:none}.subtitulo:hover .subtitulo__icon{transform:translateY(-2px) rotate(-6deg) scale(1.06);filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.grid-proyectos{display:grid;grid-template-columns:1fr;gap:2rem;justify-items:center;width:100%;transition:gap .3s ease}@media (min-width: 640px){.grid-proyectos{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 1024px){.grid-proyectos{grid-template-columns:repeat(3,1fr);gap:2.75rem}}@media (min-width: 1280px){.grid-proyectos{gap:3rem}}.proyectos .categoria:not(:last-child):after{content:"";display:block;height:1px;width:90%;margin:3rem auto;background:linear-gradient(90deg,transparent,rgba(57,255,20,.3),transparent)}@media (max-width: 480px){.subtitulo{letter-spacing:.03em;gap:.4rem}.subtitulo:after{width:90%}}.categoria{margin:9rem auto;max-width:1300px;width:100%;padding-inline:clamp(1rem,4vw,3rem);display:flex;flex-direction:column;align-items:center}.subtitulo{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;line-height:1.15;margin:clamp(2rem,5vw,3.5rem) 0 clamp(1.5rem,3vw,2.5rem);padding-bottom:.6rem;font-family:JetBrains Mono,monospace;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(1.4rem,3.8vw,2.4rem);color:#39ff14;max-width:min(92vw,1100px)}.subtitulo:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:clamp(160px,60vw,520px);height:2px;background:linear-gradient(90deg,transparent,#39ff14,#00e5ff,transparent);border-radius:4px;opacity:.6;pointer-events:none}.subtitulo--apps,.subtitulo--apps .subtitulo__icon{color:#00e5ff}.subtitulo--apps:after{background:linear-gradient(90deg,transparent,#00e5ff,#39ff14,transparent)}.project-card{--bg: #0b0f0e;--ink: #f5f5f5;--accent: #39ff14;--glass: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .12);--easing: cubic-bezier(.2, .7, .2, 1);background:var(--glass);border:1px solid var(--border);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:360px;min-height:480px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 10px #39ff1414;margin-inline:auto;transform-origin:center;opacity:0;transform:translate3d(-60px,60px,0) scale(.9);transition:transform .35s var(--easing),box-shadow .35s var(--easing)}.project-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 0 12px #39ff144d,0 8px 25px #0006}.project-img{width:100%;height:180px;object-fit:cover;border-bottom:1px solid var(--border);transition:transform .6s var(--easing)}.project-card:hover .project-img{transform:scale(1.05)}.project-info{padding:1rem 1.2rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.project-title{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--ink);text-shadow:0 0 4px rgba(57,255,20,.25)}.project-desc{font-family:JetBrains Mono,monospace;opacity:.9;font-size:.9rem;margin-bottom:1rem;line-height:1.5;color:#ccc}.tags{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:1rem 0}.tags li{background:var(--accent);color:#000;border-radius:.4rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;letter-spacing:.03em;font-family:JetBrains Mono,monospace;box-shadow:0 0 8px #39ff1459;transition:background .3s var(--easing),color .3s var(--easing),transform .25s var(--easing)}.tags li:hover{background:#00e5ff;color:#000;box-shadow:0 0 10px #00e5ff66;transform:translateY(-1px)}.btn-ver{display:inline-block;text-decoration:none;color:var(--ink);border:1px solid var(--accent);border-radius:.6rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;font-family:JetBrains Mono,monospace;transition:all .3s var(--easing);align-self:flex-start;margin-top:auto}.btn-ver:hover{background:var(--accent);color:#000;box-shadow:0 0 12px #39ff1499;transform:translateY(-2px)}@keyframes fadeInDiagonal{0%{opacity:0;transform:translate3d(-60px,60px,0) scale(.9)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes fadeOutDiagonal{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(60px,-60px,0) scale(.85)}}@keyframes fadeInReverse{0%{opacity:0;transform:translate3d(60px,-60px,0) scale(.85)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes fadeOutReverse{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(-60px,60px,0) scale(.9)}}.fade-in-diagonal{animation:fadeInDiagonal .8s cubic-bezier(.2,.7,.2,1) forwards}.fade-out-diagonal{animation:fadeOutDiagonal .7s cubic-bezier(.2,.7,.2,1) forwards}.fade-in-reverse{animation:fadeInReverse .8s cubic-bezier(.2,.7,.2,1) forwards}.fade-out-reverse{animation:fadeOutReverse .7s cubic-bezier(.2,.7,.2,1) forwards}@media (max-width: 480px){.project-card{max-width:95%;min-height:auto;border-radius:.8rem}.project-img{height:160px}.project-info{padding:.9rem}.project-title{font-size:1rem}.project-desc{font-size:.85rem}.btn-ver{font-size:.85rem;padding:.45rem 1rem}}@media (min-width: 640px){.project-card{max-width:320px}}@media (min-width: 768px){.project-card{max-width:340px}}@media (min-width: 1024px){.project-card{max-width:360px;min-height:520px}.project-img{height:220px}}@media (min-width: 1536px){.project-card{max-width:400px}}.project-header{width:100%;min-height:70dvh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-block:clamp(4rem,15vh,8rem) clamp(1rem,5vh,3rem);text-align:center;box-sizing:border-box;background:transparent;position:relative;overflow:visible;z-index:1}.project-header__container{max-width:900px;width:100%;margin-top:clamp(2rem,8vh,6rem);padding:2rem 1rem;position:relative;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.titulo-seccion{font-family:JetBrains Mono,monospace;font-weight:700;font-size:clamp(2rem,8vw,4rem);color:#f5f5f5;letter-spacing:.05em;line-height:1.2;display:inline-block;margin-bottom:1rem;text-shadow:0 0 8px #39ff14,0 0 20px #00e5ff,0 0 40px rgba(57,255,20,.6),0 0 80px rgba(0,229,255,.25);filter:drop-shadow(0 0 18px rgba(57,255,20,.5));will-change:transform,opacity,text-shadow;transition:text-shadow .4s ease}.titulo-seccion:hover{text-shadow:0 0 12px #00e5ff,0 0 28px #39ff14,0 0 60px rgba(0,229,255,.5)}.intro{font-family:JetBrains Mono,monospace;font-weight:400;font-size:clamp(.95rem,3vw,1.25rem);color:#ccc;opacity:.9;text-shadow:0 0 8px rgba(0,255,157,.3);line-height:1.6;max-width:80%;margin:0 auto;transition:opacity .3s ease}.project-header:hover .intro{opacity:1}@media (max-width: 480px){.project-header{min-height:65dvh;padding-block:4rem 2rem}.titulo-seccion{font-size:clamp(1.8rem,7vw,2.5rem);margin-bottom:.8rem}.intro{font-size:.95rem;max-width:95%}}@media (min-width: 640px){.titulo-seccion{font-size:clamp(2.2rem,6vw,3rem)}}@media (min-width: 768px){.project-header__container{padding:3rem 2rem}.titulo-seccion{font-size:clamp(2.5rem,5vw,3.5rem)}.intro{font-size:1.05rem;max-width:70%}}@media (min-width: 1024px){.project-header{min-height:65dvh}.titulo-seccion{font-size:clamp(3rem,4vw,4rem)}.intro{font-size:1.1rem}}@media (min-width: 1280px){.titulo-seccion{font-size:clamp(3.5rem,3vw,4.5rem)}}@media (min-width: 1536px){.titulo-seccion{font-size:5rem}}:root{--bg: #0b0f0e;--ink: #f5f5f5;--muted: rgba(245, 245, 245, .7);--accent: #39ff14;--glass: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .14);--ring: rgba(57, 255, 20, .35);--easing: cubic-bezier(.2, .7, .2, 1)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}img,svg{display:block}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contacto{min-height:100svh;display:grid;place-items:center;padding:16px}.contact-wrap{width:100%;max-width:1040px}.contact-header{text-align:center;margin-block:8px 16px}.contact-title{font-size:clamp(1.25rem,3.5vw,2.25rem);line-height:1.1;margin:0 0 6px;letter-spacing:.4px;text-wrap:balance}.contact-subtitle{margin:0 auto;max-width:60ch;font-size:clamp(.9rem,2.8vw,1rem);color:var(--muted);text-align:center}.contact-grid{list-style:none;padding:0;margin:16px auto 0;display:grid;grid-template-columns:1fr;gap:12px;max-width:720px}.contact-card{background:var(--glass);border:1px solid var(--border);border-radius:16px;overflow:clip;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 0 0 transparent;transition:transform .22s var(--easing),box-shadow .22s var(--easing),border-color .22s var(--easing)}.contact-link{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:12px 14px;min-height:56px;outline:none}.icon{inline-size:48px;block-size:48px;border-radius:12px;display:grid;place-items:center;background:radial-gradient(60% 60% at 50% 40%,rgba(57,255,20,.18),transparent 60%)}.svg{width:clamp(22px,7vw,28px);height:clamp(22px,7vw,28px);fill:currentColor;color:var(--ink);opacity:.95}.label{font-weight:600;letter-spacing:.2px;font-size:clamp(.98rem,3.2vw,1.05rem)}.hint{display:block;margin-top:2px;font-size:clamp(.78rem,2.8vw,.86rem);color:var(--muted)}@media (hover: hover) and (pointer: fine){.contact-card:hover{transform:translateY(-2px);border-color:var(--ring);box-shadow:0 6px 24px var(--ring)}}.contact-link:focus-visible{border-radius:14px;box-shadow:0 0 0 3px var(--ring)}@media (prefers-reduced-motion: reduce){.contact-card,.contact-link{transition:none}}@media (min-width: 480px){.contact-grid{gap:14px}.contact-link{grid-template-columns:56px 1fr;padding:14px 16px;min-height:60px}.icon{inline-size:56px;block-size:56px;border-radius:14px}}@media (min-width: 640px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}}@media (min-width: 768px){.contact-wrap{padding-inline:8px}.contact-grid{gap:16px}}@media (min-width: 1024px){.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}.contact-title{font-size:clamp(2rem,2.5vw,2.4rem)}}@media (min-width: 1280px){.contact-wrap{max-width:1200px}}@media (min-width: 1536px){.contact-title{font-size:2.6rem}}.servicios{--bg: #0b0f0e;--ink: #f5f5f5;--muted: #c7c7c7;--accent: #39ff14;--accent-2: #00e5ff;--glass: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .14);--shadow: 0 10px 30px rgba(0, 0, 0, .35);background:var(--bg);color:var(--ink);padding-block:2.5rem 4rem;min-height:100svh;width:100%}.servicios *{box-sizing:border-box}.servicios>header{max-width:1200px;margin:0 auto;padding-inline:clamp(1rem,4vw,3rem);text-align:center}.servicios>header h2{font-family:JetBrains Mono,monospace;font-size:clamp(1.6rem,3.5vw,2.4rem);letter-spacing:.04em;margin:0 0 .6rem;line-height:1.15;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase}.servicios>header p{margin:0 auto;max-width:60ch;color:var(--muted);font-size:clamp(.95rem,2.4vw,1.05rem)}.selector-container{display:grid;gap:1rem;max-width:900px;margin:2rem auto 0;padding-inline:clamp(1rem,4vw,3rem)}.selector-container button{appearance:none;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff0f,#ffffff05);color:var(--ink);border-radius:1rem;padding:1.1rem 1.25rem;font-size:clamp(1rem,3vw,1.125rem);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-family:JetBrains Mono,monospace;cursor:pointer;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;will-change:transform;display:flex;align-items:center;justify-content:center;gap:.6rem}.selector-container button:hover{transform:translateY(-2px) scale(1.02);border-color:color-mix(in srgb,var(--accent) 50%,var(--border));box-shadow:0 16px 40px #39ff1426}.selector-container button:active{transform:translateY(0) scale(.99)}.selector-container button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:14px}.servicios section{max-width:1200px;margin:1.5rem auto 0;padding-inline:clamp(1rem,4vw,3rem)}.servicios section>header{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:2.5rem 0;border-bottom:1px dashed var(--border);padding-bottom:.75rem}.servicios section>header h3{margin:0;font-size:clamp(1.2rem,3vw,1.6rem);font-family:JetBrains Mono,monospace;letter-spacing:.02em}.servicios section>header button{appearance:none;border:1px solid var(--border);background:transparent;color:var(--ink);border-radius:.75rem;padding:.6rem .9rem;font-size:.95rem;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease;margin-left:0}.servicios section>header button:hover{background:#ffffff0f;border-color:var(--accent-2);transform:translateY(-1px)}.servicios section>header button:focus-visible{outline:2px solid var(--accent-2);outline-offset:3px}.card-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem}.card{position:relative;background:var(--glass);border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow);overflow:clip;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:560px;transform-origin:center;will-change:transform,opacity}.card header h3{margin:0 0 .15rem;font-size:clamp(1.05rem,2.6vw,1.25rem)}.card header p{margin:.15rem 0;color:var(--muted);font-size:.95rem;line-height:1.5}.card section p{margin:0;font-weight:700}.card ul{margin:.5rem 0 0;padding:0 0 0 1rem;display:grid;gap:.35rem;list-style:none}.card ul li{position:relative;padding-left:1.25rem;color:#e6e6e6;line-height:1.45;font-size:.95rem}.card ul li:before{content:"▸";position:absolute;left:0;top:0;transform:translateY(.05rem);color:var(--accent);font-weight:900}.card nav{margin-top:.25rem}.card nav a{display:inline-block;text-decoration:none;color:#0b0f0e;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:.75rem;padding:.7rem 1rem;font-weight:800;letter-spacing:.02em;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;box-shadow:0 10px 24px #39ff1426}.card nav a:hover{transform:translateY(-2px);filter:brightness(1.05)}.card nav a:active{transform:translateY(0)}.servicios section>footer{margin-top:1rem;color:var(--muted);font-size:.9rem}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:12px}.card:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:0 0 #39ff1400;transition:box-shadow .22s ease}.card:hover:after{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 35%,transparent)}@media (min-width: 480px){.selector-container{grid-template-columns:1fr 1fr}}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.card-grid{gap:1.1rem}.card{padding:1.1rem}}@media (min-width: 1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.servicios section>header h3{font-size:1.75rem}.servicios section>header button{margin-left:.75rem}}@media (min-width: 1280px){.servicios>header h2{letter-spacing:.06em}.card{padding:1.15rem 1.15rem 1rem}}@media (min-width: 1536px){.servicios{padding-block:3rem 5rem}.card-grid{gap:1.25rem}}@media (max-width: 480px){.servicios section>header{flex-direction:column;align-items:flex-start;gap:.6rem}}
