:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--text-primary:#1a1a1a;--text-secondary:#666;--accent:#3b82f6;--accent-hover:#2563eb;--card-bg:#fff;--shadow:#0000001a}[data-theme=dark]{--bg-primary:#0a0a0a;--bg-secondary:#111;--text-primary:#f0f0f0;--text-secondary:#a0a0a0;--accent:#60a5fa;--accent-hover:#3b82f6;--card-bg:#1a1a1a;--shadow:#ffffff0d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;transition:background .4s,color .4s;overflow-x:hidden}#webgl-canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffff14;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 6%;transition:background .4s;display:flex;position:fixed;top:0;left:0;right:0}[data-theme=dark] .navbar{background:#0000004d}.logo{letter-spacing:.18em;color:var(--text-primary);font-family:Orbitron,monospace;font-size:1rem;font-weight:700}.theme-toggle{cursor:pointer;color:var(--text-primary);letter-spacing:.05em;background:0 0;border:1px solid #8080804d;border-radius:50px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:transform .2s,border-color .2s}.theme-toggle:hover{border-color:var(--accent);transform:scale(1.1)}.lang-text{text-align:center;min-width:2rem;display:inline-block}.content{z-index:1;position:relative}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 6%;display:flex}.contact-scroll-spacer{pointer-events:none;height:100vh}.projects.section{z-index:1;position:sticky;top:0}.coords{z-index:50;flex-direction:column;gap:.3rem;display:flex;position:absolute;top:5rem;left:6%}.coord-line{letter-spacing:.06em;color:#d3dcf8c7;align-items:center;gap:.45rem;font-family:Courier New,monospace;font-size:.75rem;line-height:1.3;display:flex}.coord-dot{background:#8c9edbbf;border-radius:0;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite breathe}.coord-status{margin-top:.75rem;padding-left:.75rem}.coord-status p{letter-spacing:.04em;color:#c9d2ec8c;font-family:Courier New,monospace;font-size:.68rem;line-height:1.55}@keyframes breathe{0%,to{opacity:1;box-shadow:0 0 7px #8b9ddb80}50%{opacity:.35;box-shadow:0 0 1px #8b9ddb33}}.hero{text-align:center;background:linear-gradient(#0000 0% 85%,#070a0f 100%);align-items:center;gap:1.15rem;padding-top:16rem;padding-bottom:8rem}.hero-title{letter-spacing:.18em;color:#f6f8ff;text-shadow:0 0 6px #ffffff73,0 0 18px #dbe6ff59,0 0 42px #5eb8ff47,0 0 72px #7896ff33;opacity:0;will-change:text-shadow, filter;font-family:Orbitron,monospace;font-size:clamp(2.8rem,7.2vw,6rem);font-weight:900;line-height:.95;transition:opacity .8s,transform .8s;transform:translateY(40px)}.hero-status{letter-spacing:.38em;color:#8ca0c3bf;-webkit-backdrop-filter:blur(2px);opacity:0;background:#060a144d;border:1px solid #788cb459;padding:.5rem 1.4rem;font-family:Courier New,monospace;font-size:.68rem;font-weight:400;transition:opacity .8s 50ms,transform .8s 50ms;display:inline-block;transform:translateY(30px)}.hero-subtitle{color:#99b2e2b8;letter-spacing:.42em;text-transform:uppercase;text-shadow:0 0 10px #7391cc33;opacity:0;font-family:Orbitron,Courier New,monospace;font-size:clamp(1rem,1.3vw,1.25rem);transition:opacity .8s .15s,transform .8s .15s;transform:translateY(30px)}.typewriter-cursor{vertical-align:text-bottom;background:#b5c6ff;width:2px;height:1em;margin-left:1px;display:inline-block}.typewriter-cursor.blinking{animation:.7s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes glow-breathe{0%,to{text-shadow:0 0 5px #ffffff5c,0 0 14px #dbe6ff47,0 0 34px #5eb8ff33,0 0 58px #7896ff24;filter:brightness(.93);opacity:.9}50%{text-shadow:0 0 8px #ffffff80,0 0 22px #dbe6ff66,0 0 46px #5eb8ff52,0 0 76px #7896ff3d;filter:brightness(1.06);opacity:1}}.revealed .hero-status,.revealed .hero-title,.revealed .hero-subtitle,.revealed .cta-button{opacity:1;transform:translateY(0)}.revealed .hero-title{animation:4s ease-in-out infinite glow-breathe}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.fade-up.visible{opacity:1;transform:translateY(0)}.about{background:0 0}.about h2,.projects h2,.contact h2{letter-spacing:-.03em;margin-bottom:2.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.1rem}.about-skills{flex-wrap:wrap;gap:.75rem;display:flex}.skill-tag{color:var(--text-secondary);cursor:default;border:1px solid #80808040;border-radius:50px;padding:.5rem 1.2rem;font-size:.9rem;transition:border-color .2s,color .2s,transform .2s}.skill-tag:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-card{background:var(--card-bg);cursor:none;transform-style:preserve-3d;will-change:transform;border:1px solid #8080801f;border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s}.project-card:hover{box-shadow:0 20px 40px var(--shadow);border-color:var(--accent);transform:translateY(-6px)}.project-img{background:linear-gradient(135deg, var(--bg-secondary), #3b82f626);border-radius:10px;width:100%;height:160px;margin-bottom:1.25rem}.project-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.project-card p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.project-link{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none;transition:letter-spacing .2s}.project-link:hover{letter-spacing:.03em}.contact{text-align:center;align-items:center}.contact p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.contact-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.contact-btn{color:var(--text-primary);cursor:none;border:1px solid #8080804d;border-radius:50px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s}.contact-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}footer{z-index:101;text-align:center;color:var(--text-secondary);border-top:1px solid #8080801a;padding:2rem;font-size:.875rem;position:relative}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.section{padding:8rem 5% 4rem}.chive-grid{grid-template-columns:1fr}}.chive{background:linear-gradient(#0000 0%,#070a0f 12% 88%,#0000 100%);border-top:none;border-bottom:none}.chive-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.chive-heading{letter-spacing:.14em;color:#e8eeff;white-space:nowrap;align-items:center;gap:1.2rem;margin-bottom:2rem;font-family:Orbitron,monospace;font-size:1rem;font-weight:700;display:flex}.chive-heading:after{content:"";background:#ffffff1a;flex:1;height:1px}.breakthrough-list{list-style:none}.breakthrough-item{opacity:0;border-bottom:1px solid #ffffff0f;grid-template-columns:5.5rem 1fr auto;align-items:center;gap:1.2rem;padding:1.15rem 0;transition:opacity .5s,transform .5s;display:grid;transform:translate(-18px)}.breakthrough-item.visible{opacity:1;transform:translate(0)}.bt-date{color:#a0afc880;letter-spacing:.06em;font-family:Courier New,monospace;font-size:.78rem}.bt-name{color:#dde8ff;letter-spacing:.05em;font-family:Courier New,monospace;font-size:.85rem}.bt-size{color:#96a8c880;letter-spacing:.04em;font-family:Courier New,monospace;font-size:.78rem}.chive-map-wrap{background:linear-gradient(#5eb8ff05 1px,#0000 1px) 0 0/40px 40px,linear-gradient(90deg,#5eb8ff05 1px,#0000 1px) 0 0/40px 40px,radial-gradient(at 30% 40%,#5eb8ff14 0%,#0000 50%) 0 0/800px 800px,radial-gradient(at 70% 60%,#5eb8ff0f 0%,#0000 50%) 0 0/800px 800px,#050810 0 0/100%;border:1px solid;border-image:linear-gradient(135deg,#5eb8ff40 0%,#5eb8ff26 50%,#5eb8ff14 100%) 1;border-radius:8px;position:relative;overflow:hidden;box-shadow:inset 0 0 60px #5eb8ff08,0 4px 20px #0006}.chive-map-svg{width:100%;height:auto;display:block}.chive-map-wrap:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#5eb8ff2e,#0000);height:2px;animation:7s linear infinite map-scan;position:absolute;left:0;right:0}@keyframes map-scan{0%{opacity:0;top:0%}4%{opacity:1}96%{opacity:1}to{opacity:0;top:100%}}.station-group{cursor:pointer}.station-pulse{transform-box:fill-box;transform-origin:50%;animation:2.6s ease-out infinite station-ripple}@keyframes station-ripple{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(3.2)}}.station-tooltip{letter-spacing:.06em;color:#c8d8f0;pointer-events:none;white-space:nowrap;background:#060a14eb;border:1px solid #5eb8ff47;padding:.45rem .85rem;font-family:Courier New,monospace;font-size:.72rem;position:absolute;transform:translate(-50%)}.tooltip-dot{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:.5rem;display:inline-block}.tooltip-dot.online{background:#5eb8ff}.tooltip-dot.offline{background:#475569}.team{background:0 0}.team-header{align-items:flex-start;gap:6rem;width:100%;display:flex}.team-header-left{flex:1;padding-top:0}.team-right{flex-direction:column;gap:3rem;width:500px;min-width:0;display:flex}.team-section-label{letter-spacing:.12em;color:#a0afc899;margin-bottom:2rem;font-family:Courier New,monospace;font-size:.7rem;font-weight:500}.team-title{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.team-title-main{letter-spacing:.08em;color:#e8eeff;font-family:Orbitron,monospace;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;line-height:1}.team-title-sub{letter-spacing:.08em;color:#ffffffe6;padding-top:15px;padding-bottom:7px;font-family:Orbitron,monospace;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;line-height:1}.team-title-divider{background:#fff3;width:80px;height:2px;margin-bottom:2rem}.team-subtitle{color:#a0afc8b3;max-width:480px;font-size:.95rem;line-height:1.65}.crew-registry{width:100%;max-width:480px;margin-top:3rem}.registry-header{align-items:center;gap:1rem;margin-top:4rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.registry-label{letter-spacing:.1em;color:#a0afc899;text-transform:uppercase;white-space:nowrap;font-family:Courier New,monospace;font-size:.7rem}.registry-divider{background:#ffffff1a;width:15px;height:1px}.registry-index{letter-spacing:.08em;color:#a0afc8b3;white-space:nowrap;font-family:Courier New,monospace;font-size:.85rem;font-weight:700}.registry-nav{gap:.5rem;margin-left:auto;display:flex}.registry-btn{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.2rem;line-height:1;transition:all .2s;display:flex}.registry-btn span{display:block;transform:translateY(-1px)}.registry-btn:hover{box-shadow:none;color:#fffc;background:#ffffff0f;border-color:#ffffff59}.registry-btn:active{transform:scale(.95)}.registry-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.registry-thumb{cursor:pointer;text-align:left;background:#0a0e1499;border:2px solid #ffffff14;flex-direction:column;align-items:stretch;gap:0;padding:0;transition:all .2s;display:flex;position:relative}.registry-thumb:hover{border-color:#fff3;transform:translateY(-2px)}.registry-thumb.active{box-shadow:none;border-color:#fff6}.thumb-img-wrap{aspect-ratio:1.3;background:#050810cc;width:100%;position:relative;overflow:hidden}.thumb-img-wrap:before{content:"";z-index:2;border-top:20px solid #ffffff1a;border-bottom:0 solid #0000;border-left:0 solid #0000;border-right:20px solid #0000;width:0;height:0;position:absolute;top:0;left:0}.registry-thumb.active .thumb-img-wrap:before{border-color:#ffffff40 #0000 #0000}.thumb-img-wrap img{object-fit:cover;object-position:center;opacity:.4;filter:grayscale(.5);width:100%;height:100%;transition:opacity .2s;display:block}.registry-thumb.active .thumb-img-wrap img,.registry-thumb:hover .thumb-img-wrap img{opacity:1;filter:grayscale(0)}.thumb-info{justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .5rem .6rem;display:flex}.thumb-id{letter-spacing:.06em;color:#a0afc880;white-space:nowrap;flex-shrink:0;font-family:Courier New,monospace;font-size:.58rem;transition:color .2s}.thumb-name{letter-spacing:.04em;color:#a0afc880;white-space:nowrap;text-align:right;text-overflow:ellipsis;font-family:Courier New,monospace;font-size:.58rem;font-weight:500;transition:color .2s;overflow:hidden}.registry-thumb.active .thumb-id{color:#fffc}.registry-thumb.active .thumb-name{color:#e8eeff}.team-roster{letter-spacing:.08em;color:#a0afc899;white-space:nowrap;align-items:center;gap:.6rem;padding-left:68px;font-family:Courier New,monospace;font-size:.78rem;display:flex}.roster-icon{object-fit:cover;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;width:20px;height:20px}.avatar-cat-img{object-fit:cover;width:100%;height:100%;display:block}.team-carousel{align-items:center;gap:1rem;display:flex;position:relative}.carousel-btn{color:#ffffff59;cursor:pointer;z-index:10;background:#080c1466;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;transition:all .25s;display:flex}.carousel-btn:hover{color:#fff9;background:#ffffff0d;border-color:#fff3}.carousel-btn:active{transform:scale(.96)}.team-stack-area{flex-direction:column;gap:2rem;display:flex}.team-stack-container{width:360px;height:520px;position:relative}.stack-controls{align-items:center;gap:1rem;display:flex}.stack-indicators{align-items:center;gap:8px;display:flex}.stack-dot{cursor:default;background:#96a8c840;border-radius:50%;width:6px;height:6px;transition:all .3s}.stack-dot.active{box-shadow:none;background:#ffffffb3;transform:scale(1.3)}.team-card{cursor:default;width:400px;height:600px;transform-style:preserve-3d;will-change:transform, opacity;-webkit-box-reflect:below 3px linear-gradient(transparent 55%, #ffffff08 100%);background:#0a0e14;border:1px solid #ffffff14;border-radius:0;flex-direction:column;flex-shrink:0;padding:1.2rem;transition:box-shadow .3s;display:flex;position:absolute;top:0;left:0;overflow:hidden}.card-corner{pointer-events:none;z-index:10;width:32px;height:32px;position:absolute}.card-corner-tl{border-top:2px solid #ffffff26;border-left:2px solid #ffffff26;top:0;left:0}.card-corner-tr{border-top:2px solid #ffffff26;border-right:2px solid #ffffff26;top:0;right:0}.card-corner-bl{border-bottom:2px solid #ffffff26;border-left:2px solid #ffffff26;bottom:0;left:0}.card-corner-br{border-bottom:2px solid #ffffff26;border-right:2px solid #ffffff26;bottom:0;right:0}.team-card:hover{box-shadow:0 16px 40px #00000080,0 0 24px #ffffff0d}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-id-badge{letter-spacing:.08em;color:#0a0e14e6;background:#ffffffbf;padding:.35rem .75rem;font-family:Courier New,monospace;font-size:.65rem;font-weight:600}.card-enlistment{letter-spacing:.08em;color:#a0afc899;text-transform:uppercase;font-family:Courier New,monospace;font-size:.55rem}.card-title-section{margin-bottom:1rem}.card-name{letter-spacing:.08em;color:#e8eeff;text-transform:uppercase;margin-bottom:.5rem;font-family:Orbitron,monospace;font-size:1.35rem;font-weight:900;line-height:1.2}.card-role{letter-spacing:.06em;color:#a0afc899;font-family:Courier New,monospace;font-size:.7rem;line-height:1.4}.card-avatar-wrapper{margin-bottom:1rem}.card-avatar{background:#050810;border:1px solid #ffffff1a;width:100%;height:240px;position:relative;overflow:hidden}.avatar-corner{pointer-events:none;z-index:2;width:20px;height:20px;position:absolute}.avatar-corner-tl{border-top:2px solid #ffffff26;border-left:2px solid #ffffff26;top:0;left:0}.avatar-corner-tr{border-top:2px solid #ffffff26;border-right:2px solid #ffffff26;top:0;right:0}.avatar-corner-bl{border-bottom:2px solid #ffffff26;border-left:2px solid #ffffff26;bottom:0;left:0}.avatar-corner-br{border-bottom:2px solid #ffffff26;border-right:2px solid #ffffff26;bottom:0;right:0}.avatar-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.avatar-placeholder{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;padding-bottom:1.5rem;display:flex;position:relative}.avatar-engineer{background:linear-gradient(160deg,#1a1e28 0%,#0e1118 60%,#0a0d14 100%)}.avatar-engineer:before{content:"";background:radial-gradient(60% 55% at 50% 38%,#505a6e59 0%,#0000 70%);position:absolute;inset:0}.avatar-engineer-2{background:linear-gradient(160deg,#1c1e24 0%,#111318 60%,#0a0c12 100%)}.avatar-engineer-2:before{content:"";background:radial-gradient(60% 55% at 50% 38%,#4650644d 0%,#0000 70%);position:absolute;inset:0}.avatar-astronaut{background:linear-gradient(160deg,#1a1e2a 0%,#0e1018 60%,#080a10 100%)}.avatar-astronaut:before{content:"";background:radial-gradient(70% 60% at 50% 40%,#3c465a66 0%,#0000 70%);position:absolute;inset:0}.avatar-commander{background:linear-gradient(160deg,#1c1e26 0%,#111318 60%,#0a0c14 100%)}.avatar-commander:before{content:"";background:radial-gradient(60% 55% at 50% 38%,#4650644d 0%,#0000 70%);position:absolute;inset:0}.avatar-placeholder:after{content:"";clip-path:polygon(30% 0%,70% 0%,80% 12%,85% 30%,100% 32%,100% 55%,85% 55%,82% 100%,18% 100%,15% 55%,0% 55%,0% 32%,15% 30%,20% 12%);background:#1e2330e6;width:55%;height:75%;position:absolute;bottom:0;left:50%;translate:-50%}.avatar-astronaut:after{clip-path:polygon(20% 0%,80% 0%,90% 15%,90% 45%,80% 55%,100% 58%,100% 100%,0% 100%,0% 58%,20% 55%,10% 45%,10% 15%);background:#191e2af2}.avatar-badge{z-index:3;letter-spacing:.1em;color:#e8eeff;text-align:center;background:#0009;border:1px solid #ffffff1a;margin-bottom:1rem;padding:.5rem .8rem;font-family:Orbitron,monospace;font-size:.65rem;font-weight:700;line-height:1.3;position:relative}.card-content{flex-direction:column;flex:1;min-height:0;padding:0;display:flex}.card-bio-section{flex-direction:column;flex:1;min-height:0;margin-bottom:1rem;display:flex}.bio-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.bio-label{letter-spacing:.08em;color:#a0afc899;text-transform:uppercase;white-space:nowrap;font-family:Courier New,monospace;font-size:.6rem}.bio-stats{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.stat-group{align-items:center;gap:.5rem;display:flex}.stat-label{letter-spacing:.06em;color:#a0afc899;text-transform:uppercase;font-family:Courier New,monospace;font-size:.55rem}.stat-bars{gap:3px;display:flex}.stat-bar{background:#ffffff0f;border:1px solid #ffffff1a;width:8px;height:8px}.stat-bar.filled{box-shadow:none;background:#ffffff80;border-color:#ffffff80}.card-description{letter-spacing:.03em;color:#96a8c8a6;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;font-family:Courier New,monospace;font-size:.68rem;line-height:1.65;display:-webkit-box;overflow:hidden}.card-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.card-access-btn{letter-spacing:.08em;color:#fff9;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fff3;padding:.5rem 1rem;font-family:Courier New,monospace;font-size:.65rem;transition:all .2s}.card-access-btn:hover{box-shadow:none;color:#ffffffd9;background:#ffffff0d;border-color:#ffffff59}.card-footer-icons{gap:.75rem;display:flex}.footer-icon{color:#a0afc859;cursor:pointer;font-family:Courier New,monospace;font-size:1rem;transition:color .2s}.footer-icon:hover{color:#a0afc8b3}@media (width<=900px){.team-header{flex-direction:column;gap:2rem}.team-header-left{flex:none;width:100%}}@media (width<=480px){.team-grid{grid-template-columns:1fr}}.about-wrapper{max-width:1400px;margin:0 auto}.about-top{margin-bottom:4rem}.about-clearance{letter-spacing:.12em;color:#a0afc899;opacity:.8;margin-bottom:2rem;font-family:Courier New,monospace;font-size:.65rem}.about-main-title{letter-spacing:.06em;margin:0;font-family:Orbitron,monospace;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.about-title-primary{color:#e8eeff}.about-title-secondary{color:#ffffffd9;font-weight:700}.about-cards{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem;display:grid}.about-card{background:#0a0e1499;border:1px solid #ffffff14;flex-direction:column;min-height:500px;padding:2.5rem 2rem;display:flex;position:relative}.card-border-left{background:#fff3;width:3px;position:absolute;top:0;bottom:0;left:0}.card-header-section{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.card-icon{color:#ffffffb3;font-size:1.5rem}.card-label{letter-spacing:.1em;color:#a0afc8b3;font-family:Courier New,monospace;font-size:.7rem;font-weight:600}.card-title-main{letter-spacing:.04em;color:#e8eeff;margin-bottom:.75rem;font-family:Orbitron,monospace;font-size:1.1rem;font-weight:700;line-height:1.3}.card-subtitle{letter-spacing:.06em;color:#a0afc880;margin-bottom:2rem;font-family:Courier New,monospace;font-size:.65rem;line-height:1.4}.card-content-section{flex:1;margin-bottom:2rem}.card-point{letter-spacing:.02em;color:#96a8c8bf;margin-bottom:1rem;font-family:Courier New,monospace;font-size:.8rem;line-height:1.7}.card-footer-section{margin-top:auto}.card-stats{gap:2rem;margin-bottom:1rem;display:flex}.stat-item{flex:1}.stat-value{color:#ffffffe6;margin-bottom:.25rem;font-family:Orbitron,monospace;font-size:1.5rem;font-weight:700}.stat-label{letter-spacing:.08em;color:#a0afc899;font-family:Courier New,monospace;font-size:.6rem}.card-analysis{margin-bottom:1rem}.analysis-label{letter-spacing:.08em;color:#a0afc899;margin-bottom:.75rem;font-family:Courier New,monospace;font-size:.65rem}.analysis-bar-group{margin-bottom:.75rem}.analysis-bar-label{letter-spacing:.06em;color:#a0afc899;margin-bottom:.35rem;font-family:Courier New,monospace;font-size:.6rem}.analysis-bar-track{background:#ffffff0f;border:1px solid #ffffff1a;width:100%;height:6px;position:relative;overflow:hidden}.analysis-bar-fill{height:100%;box-shadow:none;background:#fff6;transition:width 1s}.card-badge{background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;display:flex}.badge-icon{color:#fff9;font-size:1rem}.badge-text{letter-spacing:.08em;color:#a0afc8b3;font-family:Courier New,monospace;font-size:.65rem}.card-sys-id{letter-spacing:.08em;color:#a0afc84d;font-family:Courier New,monospace;font-size:.6rem}.about-bottom{text-align:center;margin-top:2rem}.about-cta-btn{letter-spacing:.1em;color:#fff9;cursor:pointer;background:0 0;border:1px solid #fff3;margin-bottom:1.5rem;padding:1.25rem 3rem;font-family:Courier New,monospace;font-size:.85rem;transition:all .3s}.about-cta-btn:hover{box-shadow:none;color:#ffffffd9;background:#ffffff0a;border-color:#ffffff59;transform:translateY(-2px)}.about-awaiting{letter-spacing:.08em;color:#a0afc880;font-family:Courier New,monospace;font-size:.65rem}@media (width<=1200px){.about-cards{grid-template-columns:1fr;gap:1.5rem}.about-card{min-height:auto}}.projects-wrapper{max-width:1200px;margin:0 auto;position:relative}.projects-sync-rate{letter-spacing:.08em;color:#a0afc880;opacity:.8;font-family:Courier New,monospace;font-size:.65rem;position:absolute;top:0;right:0}.projects-status{letter-spacing:.12em;color:#a0afc899;opacity:.8;margin-bottom:2rem;font-family:Courier New,monospace;font-size:.65rem}.projects-main-title{letter-spacing:.06em;margin:0 0 1.5rem;font-family:Orbitron,monospace;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.projects-title-primary{color:#e8eeff}.projects-title-secondary{color:#ffffffd9;font-weight:700}.projects-title-divider{background:#ffffff26;width:120px;height:2px;margin-bottom:4rem}.projects-list{flex-direction:column;gap:0;display:flex}.project-list-item{border-bottom:1px solid #ffffff12;grid-template-columns:140px 1fr auto;align-items:center;gap:3rem;padding:3rem 0;text-decoration:none;transition:all .3s;display:grid}.project-list-item:hover{background:#ffffff05;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}.project-node-id{letter-spacing:.1em;color:#a0afc880;font-family:Courier New,monospace;font-size:.8rem;font-weight:600}.project-content{flex:1;min-width:0}.project-title{letter-spacing:.02em;color:#e8eeff;margin-bottom:.5rem;font-family:Orbitron,monospace;font-size:1.4rem;font-weight:700;line-height:1.3}.project-description{letter-spacing:.02em;color:#96a8c899;margin:0;font-family:Courier New,monospace;font-size:.8rem;line-height:1.6}.project-meta{letter-spacing:.08em;color:#96a8c880;white-space:nowrap;text-align:right;font-family:Courier New,monospace;font-size:.7rem}@media (width<=1200px){.project-list-item{grid-template-columns:1fr;gap:1rem}.project-meta{text-align:left}}.av2-section{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 6%;display:flex}.av2-wrapper{grid-template-columns:340px 1fr;align-items:start;gap:6rem;max-width:1200px;margin:0 auto;animation:.7s forwards av2-fade-up;display:grid}@keyframes av2-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.av2-left{position:sticky;top:8rem}.av2-clearance{letter-spacing:.12em;color:#a0afc873;margin-bottom:1.25rem;font-family:Courier New,monospace;font-size:.6rem;line-height:1.5}.av2-title{letter-spacing:.06em;color:#e8eeff;margin:0 0 1.5rem;font-family:Orbitron,monospace;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.1}.av2-title-rule{background:linear-gradient(90deg,#c6c1fbb3,#0000);width:48px;height:2px;margin-bottom:3rem}.av2-nav{flex-direction:column;gap:0;margin-bottom:3rem;display:flex}.av2-nav-item{cursor:pointer;text-align:left;color:#96a8c873;background:0 0;border:none;border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding:1.1rem 0;transition:all .25s;display:flex}.av2-nav-item:first-child{border-top:1px solid #ffffff0d}.av2-nav-item:hover{color:#c8d7f0bf;padding-left:.5rem}.av2-nav-item--active{color:#e8eeff;padding-left:.75rem}.av2-nav-num{letter-spacing:.08em;color:#c6c1fb80;min-width:24px;font-family:Orbitron,monospace;font-size:.65rem;font-weight:700;transition:color .25s}.av2-nav-item--active .av2-nav-num{color:#c6c1fbe6}.av2-nav-label{letter-spacing:.1em;flex:1;font-family:Courier New,monospace;font-size:.72rem;font-weight:600}.av2-nav-arrow{opacity:0;font-size:.85rem;transition:opacity .25s,transform .25s;transform:translate(-6px)}.av2-nav-item--active .av2-nav-arrow,.av2-nav-item:hover .av2-nav-arrow{opacity:1;transform:translate(0)}.av2-sys-id{letter-spacing:.1em;color:#a0afc840;font-family:Courier New,monospace;font-size:.58rem}.av2-right{min-height:480px}.av2-panel{background:#ffffff05;border:1px solid #ffffff12;padding:3rem}.av2-panel-enter{animation:.35s forwards av2-slide-in}@keyframes av2-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.av2-panel-header{align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.av2-panel-icon{color:#fff9;flex-shrink:0;margin-top:.2rem;font-size:2rem;line-height:1}.av2-panel-label{letter-spacing:.12em;color:#c6c1fb99;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.65rem;font-weight:600}.av2-panel-title{letter-spacing:.03em;color:#e8eeff;margin:0 0 .5rem;font-family:Orbitron,monospace;font-size:1.3rem;font-weight:700;line-height:1.3}.av2-panel-subtitle{letter-spacing:.06em;color:#a0afc873;font-family:Courier New,monospace;font-size:.65rem;line-height:1.4}.av2-panel-divider{background:#ffffff0f;height:1px;margin-bottom:2rem}.av2-points{flex-direction:column;gap:1rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.av2-point{letter-spacing:.02em;color:#96a8c8b3;gap:.75rem;font-family:Courier New,monospace;font-size:.82rem;line-height:1.7;display:flex}.av2-point-marker{color:#c6c1fb80;flex-shrink:0;margin-top:.1rem}.av2-panel-footer{border-top:1px solid #ffffff0d;padding-top:2rem}.av2-stats{gap:3rem;display:flex}.av2-stat-value{color:#ffffffe6;margin-bottom:.3rem;font-family:Orbitron,monospace;font-size:1.6rem;font-weight:700}.av2-stat-label{letter-spacing:.1em;color:#a0afc880;font-family:Courier New,monospace;font-size:.58rem}.av2-analysis-label{letter-spacing:.1em;color:#a0afc880;margin-bottom:1rem;font-family:Courier New,monospace;font-size:.6rem}.av2-bar-group{margin-bottom:.9rem}.av2-bar-row{justify-content:space-between;margin-bottom:.35rem;display:flex}.av2-bar-label{letter-spacing:.06em;color:#a0afc88c;font-family:Courier New,monospace;font-size:.6rem}.av2-bar-pct{color:#c6c1fb99;font-family:Courier New,monospace;font-size:.6rem}.av2-bar-track{background:#ffffff0d;border:1px solid #ffffff14;width:100%;height:4px;overflow:hidden}.av2-bar-fill{background:linear-gradient(90deg,#c6c1fb99,#c6c1fb33);height:100%;transition:width .8s}.av2-badge{background:#c6c1fb0a;border:1px solid #c6c1fb33;align-items:center;gap:.5rem;padding:.45rem .9rem;display:inline-flex}.av2-badge-icon{color:#c6c1fb99;font-size:.85rem}.av2-badge-text{letter-spacing:.1em;color:#c6c1fba6;font-family:Courier New,monospace;font-size:.62rem}@media (width<=900px){.av2-wrapper{grid-template-columns:1fr;gap:3rem}.av2-left{position:static}.av2-panel{padding:2rem 1.5rem}}.av3-title-outer{z-index:2;height:150vh;position:relative}.av3-title-sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:visible}.av3-title-wrapper{width:100%;max-width:1800px;padding:0 50px;position:relative}.av3-card-outer{z-index:1;height:400vh;margin-top:-80vh;position:relative}.av3-card-sticky{justify-content:center;align-items:center;height:100vh;padding-top:3.5rem;display:flex;position:sticky;top:0;overflow:visible}.av3-title{flex-direction:column;gap:1rem;margin:0;line-height:1.15;display:flex}.av3-title-line1,.av3-title-line2{letter-spacing:.02em;color:#e8eeff;font-family:DM Sans,Helvetica Neue,Arial,sans-serif;font-size:clamp(4.5rem,10vw,9.5rem);font-weight:700;line-height:1.1;display:block;overflow:hidden}.av3-title-line1{text-align:left}.av3-title-line2{text-align:right}.av3-title-line1 em,.av3-title-line2 em{letter-spacing:.04em;color:#c6c1fb8c;vertical-align:baseline;font-family:Courier New,monospace;font-size:.55em;font-style:normal;font-weight:700;position:relative;top:-.1em}.av3-header{will-change:transform, opacity;pointer-events:none}.av3-letter{opacity:0;display:inline-block;transform:translateY(1.1em)}.av3-letter--down{transform:translateY(-1.1em)}.av3-title--revealed .av3-letter--up{animation:.8s cubic-bezier(.22,1,.36,1) forwards av3-letter-up}.av3-title--revealed .av3-letter--down{animation:.8s cubic-bezier(.22,1,.36,1) forwards av3-letter-down}@keyframes av3-letter-up{0%{opacity:0;transform:translateY(1.1em)}to{opacity:1;transform:translateY(0)}}@keyframes av3-letter-down{0%{opacity:0;transform:translateY(-1.1em)}to{opacity:1;transform:translateY(0)}}.av3-stage{align-self:center;width:1100px;max-width:100%;height:520px;margin-top:0;position:relative}.av3-card-wrap{width:350px;height:490px;transform-style:preserve-3d;will-change:transform;margin-left:-175px;position:absolute;top:0;left:50%}.av3-card{backface-visibility:hidden;border-radius:12px;position:absolute;inset:0;overflow:hidden}.av3-card-back{background:linear-gradient(135deg,#161928fa 0%,#080a12fa 60%,#05060cfa 100%);border:none;outline:1px solid #0000;box-shadow:-1px -1px #c6c1fb73,1px 1px #000c,inset 0 1px #dcd8ffd1,inset 1px 0 #c6c1fb7a,inset 0 -1px #0000008c,inset -1px 0 #00000061,inset 0 0 48px #c6c1fb0a,0 60px 160px #000000e6,0 30px 80px #000000b3,0 10px 30px #00000080}.av3-back-inner{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem;display:flex;position:relative}.av3-back-inner:after{content:"";z-index:10;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");background-size:200px 200px;border-radius:12px;position:absolute;inset:0}.av3-back-svg{width:100%;height:100%}.av3-card-front{background:linear-gradient(135deg,#fff 0%,#f3f2ee 40%,#e8e6e0 100%);border:none;transform:rotateY(180deg);box-shadow:-1px -1px #ffffffe6,1px 1px #0000002e,inset 0 1px #fffffff2,inset 1px 0 #ffffffb8,inset 0 -1px #0000001a,inset -1px 0 #00000012,0 20px 60px #0000001f,0 6px 18px #00000012}.av3-front-inner{z-index:2;color:#2c2c30;flex-direction:column;width:100%;height:100%;padding:2rem 1.75rem 1.75rem;display:flex;position:relative}.av3-front-inner:after{content:"";z-index:10;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");background-size:200px 200px;border-radius:12px;position:absolute;inset:0}.av3-front-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.av3-front-name{letter-spacing:.12em;color:#1a1a1e;text-shadow:0 1px 2px #c6c1fb14;margin:0;font-family:Helvetica Neue,Arial,sans-serif;font-size:2rem;font-weight:800;line-height:1}.av3-front-mark{flex-shrink:0;display:block}.av3-front-mark-lg{width:38px;height:38px}.av3-front-mark-sm{width:24px;height:24px}.av3-front-items{flex-direction:column;flex:1;justify-content:space-evenly;margin:0;padding:0;list-style:none;display:flex}.av3-front-item{color:#2c2c30;background-image:radial-gradient(circle,#c6c1fbe6 1.5px,#0000 1.5px);background-position:bottom;background-repeat:repeat-x;background-size:10px 3px;margin-bottom:0;padding:.35rem 0 1.5rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.88rem;font-weight:400;line-height:1.3}.av3-front-item:last-child{background-image:none;margin-bottom:0}.av3-front-footer{justify-content:space-between;align-items:flex-end;padding-top:1.5rem;display:flex}.av3-front-name-flip{transform-origin:50%;transform:rotate(180deg)}.av3-scroll-hint{letter-spacing:.2em;color:#a0afd259;font-family:Courier New,monospace;font-size:.6rem;animation:2s ease-in-out infinite av3-pulse}@keyframes av3-pulse{0%,to{opacity:.35}50%{opacity:.7}}@media (width<=600px){.av3-stage{width:200px;height:280px}.av3-card-wrap{width:200px;height:280px;margin-left:-100px}}.laser-flow-container{pointer-events:none;width:100%;height:100%;position:relative}.pv2-section{z-index:1;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:8rem 6%;display:flex;position:relative}.pv2-section:after{content:"";pointer-events:none;width:100%;height:1px;position:absolute;bottom:0;left:0}.pv2-wrapper{width:100%;max-width:1200px;margin:0 auto}.pv2-header{margin-bottom:4rem}.pv2-header-label{letter-spacing:.14em;color:#a0afd280;text-transform:uppercase;margin-bottom:1rem;font-family:Courier New,monospace;font-size:.65rem}.pv2-title{letter-spacing:.06em;color:#e8eeff;margin:0 0 1.5rem;font-family:Orbitron,monospace;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.pv2-title-line{background:linear-gradient(90deg,#c6c1fbcc,#0000);width:60px;height:2px}.pv2-grid{--mx:50%;--my:50%;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:relative}.pv2-card{opacity:0;background:#ffffff05;border:1px solid #ffffff12;border-radius:2px;text-decoration:none;transition:border-color .35s,transform .35s;display:block;position:relative;overflow:hidden;transform:translateY(28px)}.pv2-card.pv2-visible{opacity:1;transition:opacity .55s,transform .55s,border-color .35s;transform:translateY(0)}.pv2-card--featured{grid-column:1/-1}.pv2-card:hover{border-color:#c6c1fb4d;transform:translateY(-3px)}.pv2-card:hover .pv2-arrow{color:#c6c1fbe6;transform:translate(5px)}.pv2-spotlight{pointer-events:none;z-index:5;background:radial-gradient(circle 320px at var(--mx) var(--my), #0a0a0a00 0%, #0a0a0a59 35%, #0a0a0ae0 75%, #0a0a0af0 100%);position:absolute;inset:-12px}.pv2-spotlight-idle{pointer-events:none;z-index:6;opacity:1;background:#0a0a0aeb;transition:opacity .45s;position:absolute;inset:-12px}.pv2-grid:not(.pv2-grid--idle) .pv2-spotlight-idle{opacity:0}.pv2-grid--idle .pv2-spotlight{background:#0a0a0aeb}.pv2-beacon{pointer-events:none;z-index:7;opacity:.55;mix-blend-mode:screen;width:1060px;height:860px;position:absolute;bottom:-102px;right:-280px;overflow:hidden}.pv2-card-inner{z-index:1;flex-direction:column;gap:1.2rem;height:100%;padding:2rem 2.5rem;display:flex;position:relative}.pv2-card--featured .pv2-card-inner{padding:2.5rem 3rem}.pv2-card-top{justify-content:space-between;align-items:center;display:flex}.pv2-node-id{letter-spacing:.12em;color:#a0afd273;font-family:Courier New,monospace;font-size:.65rem;font-weight:600}.pv2-badge{letter-spacing:.1em;color:#c6c1fbb3;text-transform:uppercase;border:1px solid #c6c1fb33;border-radius:2px;padding:.2em .6em;font-family:Courier New,monospace;font-size:.6rem}.pv2-card-body{flex:1}.pv2-card-title{letter-spacing:.02em;color:#e8eeff;margin:0 0 .75rem;font-family:Orbitron,monospace;font-size:1.15rem;font-weight:700;line-height:1.35}.pv2-card--featured .pv2-card-title{font-size:1.5rem}.pv2-card-desc{letter-spacing:.02em;color:#96a8c88c;margin:0;font-family:Courier New,monospace;font-size:.78rem;line-height:1.7}.pv2-card-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.pv2-read-time{letter-spacing:.1em;color:#96a8c866;text-transform:uppercase;font-family:Courier New,monospace;font-size:.65rem}.pv2-arrow{color:#ffffff40;font-size:1rem;transition:transform .3s,color .3s}@media (width<=768px){.pv2-section{padding:5rem 1.5rem}.pv2-grid{grid-template-columns:1fr}.pv2-card--featured{grid-column:1}.pv2-card-inner,.pv2-card--featured .pv2-card-inner{padding:1.75rem 1.5rem}.pv2-beacon{width:180px;height:260px}}.ct-section{z-index:100;pointer-events:none;background:#0a0e1a;justify-content:center;align-items:center;min-height:100vh;padding:8rem 6%;transition:transform 50ms ease-out;display:flex;position:fixed;inset:0;overflow:hidden}.ct-section *{pointer-events:auto}.ct-particles{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.ct-wrapper{z-index:1;text-align:center;pointer-events:none;flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex;position:relative}.ct-wrapper>*{pointer-events:auto}.ct-label{letter-spacing:.18em;color:#a0afd299;text-transform:uppercase;margin-bottom:2.5rem;font-family:Courier New,monospace;font-size:.62rem}.ct-heading{letter-spacing:.06em;color:#fff;flex-wrap:wrap;justify-content:center;gap:0;margin:0;font-family:Orbitron,monospace;font-size:clamp(2.2rem,5vw,4.5rem);font-weight:900;line-height:1.05;display:flex}.ct-heading+.ct-heading{margin-bottom:1.5rem}.ct-flip-char{transform-origin:50%;transition:transform 60ms,color 60ms;display:inline-block}.ct-flip-char.flipping{color:#a0afd280;transform:scaleY(.85)}.ct-flip-space{width:.35em;display:inline-block}.ct-sub{letter-spacing:.03em;color:#c8d2e6bf;max-width:520px;margin:0 0 4rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.8}.ct-actions{flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.ct-cta{cursor:pointer;background:#fff;border:1px solid #1e28502e;flex-direction:column;align-items:center;gap:.5rem;padding:1.8rem 4rem;text-decoration:none;transition:border-color .3s,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:flex}.ct-cta:hover{border-color:#1e285059;transform:translateY(-3px);box-shadow:0 12px 40px #1e28501a}.ct-cta-label{letter-spacing:.1em;color:#1a1e2e;font-family:Orbitron,monospace;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700}.ct-cta-value{letter-spacing:.08em;color:#323c5a8c;font-family:Courier New,monospace;font-size:.78rem;transition:color .2s}.ct-cta:hover .ct-cta-value{color:#323c5ad9}.ct-footer-line{border-top:1px solid #a0afd226;justify-content:center;align-items:center;width:100%;padding-top:2rem;display:flex}.ct-sig{letter-spacing:.14em;color:#a0afd280;text-transform:uppercase;font-family:Courier New,monospace;font-size:.65rem}.ct-coords{letter-spacing:.1em;color:#3c46644d;font-family:Courier New,monospace;font-size:.62rem}@media (width<=768px){.ct-section{padding:5rem 1.5rem}.ct-cta{width:100%;max-width:360px;padding:1.4rem 2.5rem}.ct-footer-line{flex-direction:column;align-items:center;gap:.5rem}}.liquid-ether-container{touch-action:none;width:100%;height:100%;position:relative;overflow:hidden}.scrambled-text-wrapper{max-width:750px}.text-block{color:#e8eeff;letter-spacing:.05em;margin:0;padding:0;font-family:Courier New,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:2.2}.text-block p{-webkit-hyphens:none;hyphens:none;word-break:normal;overflow-wrap:normal;margin:0;padding:0}.text-block.scrambled-text-quote{margin-bottom:2rem;font-size:clamp(16px,1.6vw,20px);font-weight:600}.text-block.scrambled-text-main{opacity:.6;margin-bottom:1.5rem;font-size:clamp(14px,1.4vw,17px);font-weight:400}.text-block.scrambled-text-closing{letter-spacing:.08em;opacity:.6;font-size:clamp(14px,1.4vw,17px);font-style:italic;font-weight:400}.char{will-change:transform;display:inline-block}.tv2-section{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 6%;display:flex}.tv2-wrapper{width:100%;max-width:1200px;margin:0 auto;animation:.7s forwards tv2-fade-up}@keyframes tv2-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.tv2-header{margin-bottom:3.5rem}.tv2-header-label{letter-spacing:.14em;color:#a0afd273;margin-bottom:1rem;font-family:Courier New,monospace;font-size:.6rem}.tv2-title{letter-spacing:.06em;color:#e8eeff;margin:0 0 1.5rem;font-family:Orbitron,monospace;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.tv2-title-rule{background:linear-gradient(90deg,#c6c1fbb3,#0000);width:48px;height:2px}.tv2-strip{background:#ffffff0d;border:1px solid #ffffff0d;grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:1px;display:grid}.tv2-thumb{cursor:pointer;text-align:left;background:#0a0e1499;border:none;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .25s;display:flex;position:relative;overflow:hidden}.tv2-thumb:hover{background:#ffffff0a}.tv2-thumb--active{background:#c6c1fb0f}.tv2-thumb-img-wrap{border:1px solid #ffffff1a;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.tv2-thumb--active .tv2-thumb-img-wrap{border-color:#c6c1fb66}.tv2-thumb-img-wrap img{object-fit:cover;filter:grayscale(40%);width:100%;height:100%;transition:filter .3s}.tv2-thumb--active .tv2-thumb-img-wrap img,.tv2-thumb:hover .tv2-thumb-img-wrap img{filter:grayscale(0%)}.tv2-thumb-overlay{background:#0a0e144d;transition:opacity .3s;position:absolute;inset:0}.tv2-thumb--active .tv2-thumb-overlay,.tv2-thumb:hover .tv2-thumb-overlay{opacity:0}.tv2-thumb-info{flex-direction:column;gap:.2rem;min-width:0;display:flex}.tv2-thumb-id{letter-spacing:.1em;color:#c6c1fb73;font-family:Courier New,monospace;font-size:.55rem}.tv2-thumb--active .tv2-thumb-id{color:#c6c1fbcc}.tv2-thumb-name{letter-spacing:.04em;color:#c8d7f099;white-space:nowrap;text-overflow:ellipsis;font-family:Orbitron,monospace;font-size:.65rem;font-weight:700;transition:color .25s;overflow:hidden}.tv2-thumb--active .tv2-thumb-name,.tv2-thumb:hover .tv2-thumb-name{color:#e8eeff}.tv2-thumb-role{letter-spacing:.06em;color:#96a8c866;white-space:nowrap;text-overflow:ellipsis;font-family:Courier New,monospace;font-size:.55rem;overflow:hidden}.tv2-thumb-indicator{background:linear-gradient(90deg,#c6c1fbcc,#c6c1fb33);height:2px;position:absolute;bottom:0;left:0;right:0}.tv2-detail{background:#ffffff05;border:1px solid #ffffff12;grid-template-columns:280px 1fr;animation:.35s forwards tv2-detail-in;display:grid}@keyframes tv2-detail-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tv2-avatar-col{background:#00000026;border-right:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem;display:flex}.tv2-avatar-frame{aspect-ratio:1;width:100%;max-width:200px;position:relative}.tv2-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.tv2-corner{width:14px;height:14px;position:absolute}.tv2-corner-tl{border-top:2px solid #c6c1fb99;border-left:2px solid #c6c1fb99;top:-1px;left:-1px}.tv2-corner-tr{border-top:2px solid #c6c1fb99;border-right:2px solid #c6c1fb99;top:-1px;right:-1px}.tv2-corner-bl{border-bottom:2px solid #c6c1fb99;border-left:2px solid #c6c1fb99;bottom:-1px;left:-1px}.tv2-corner-br{border-bottom:2px solid #c6c1fb99;border-right:2px solid #c6c1fb99;bottom:-1px;right:-1px}.tv2-avatar-id{letter-spacing:.12em;color:#c6c1fb80;font-family:Courier New,monospace;font-size:.65rem}.tv2-info-col{flex-direction:column;gap:1.5rem;padding:2.5rem 3rem;display:flex}.tv2-info-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.tv2-member-name{letter-spacing:.04em;color:#e8eeff;margin:0 0 .4rem;font-family:Orbitron,monospace;font-size:1.6rem;font-weight:900;line-height:1.2}.tv2-member-role{letter-spacing:.1em;color:#a0afc88c;font-family:Courier New,monospace;font-size:.72rem}.tv2-badge{letter-spacing:.1em;color:#c6c1fba6;white-space:nowrap;border:1px solid #c6c1fb33;flex-shrink:0;padding:.35em .75em;font-family:Courier New,monospace;font-size:.6rem}.tv2-divider{background:#ffffff0f;height:1px}.tv2-tabs{border-bottom:1px solid #ffffff0f;gap:0;display:flex}.tv2-tab{letter-spacing:.1em;color:#96a8c873;cursor:pointer;background:0 0;border:none;padding:.6rem 1.25rem .75rem;font-family:Courier New,monospace;font-size:.65rem;transition:color .2s;position:relative}.tv2-tab:hover{color:#c8d7f0bf}.tv2-tab--active{color:#e8eeff}.tv2-tab--active:after{content:"";background:#c6c1fbb3;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tv2-panel-content{flex:1;animation:.25s forwards tv2-panel-in}@keyframes tv2-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tv2-panel-text{letter-spacing:.03em;color:#96a8c8b3;margin:0;font-family:Courier New,monospace;font-size:.82rem;line-height:1.8}.tv2-info-footer{border-top:1px solid #ffffff0a;margin-top:auto;padding-top:1.5rem}.tv2-footer-label{letter-spacing:.1em;color:#a0afc840;font-family:Courier New,monospace;font-size:.58rem}@media (width<=900px){.tv2-strip{grid-template-columns:repeat(2,1fr)}.tv2-detail{grid-template-columns:1fr}.tv2-avatar-col{border-bottom:1px solid #ffffff0f;border-right:none;padding:2rem}.tv2-avatar-frame{max-width:140px}.tv2-info-col{padding:2rem 1.5rem}}@media (width<=600px){.tv2-strip{grid-template-columns:1fr 1fr}.tv2-thumb{flex-direction:column;align-items:flex-start;padding:1rem}}
