@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap";.navbar{z-index:1000;pointer-events:none;justify-content:center;width:100%;padding:0 20px;display:flex;position:fixed;top:10px;left:0}.navbar .nav-pill{pointer-events:all;-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:0;padding:8px 8px 8px 20px;transition:border-color .4s,box-shadow .4s;display:flex}.navbar .nav-pill:hover{border-color:rgba(var(--accent-color-rgb), .25);box-shadow:0 0 30px rgba(var(--accent-color-rgb), .06)}.navbar .nav-pill .logo{text-transform:uppercase;letter-spacing:.1em;color:#fff;white-space:nowrap;align-items:center;font-size:.82rem;font-weight:800;display:flex}.navbar .nav-pill .logo span{color:var(--accent-color)}.navbar .nav-pill .logo>img{object-fit:contain;width:32px;height:32px;margin-right:8px}.navbar .nav-divider{background:#ffffff1a;flex-shrink:0;width:1px;height:14px;margin:0 16px}@media (width<=768px){.navbar .nav-divider{display:none}}.navbar .nav-links{align-items:center;gap:2px;display:flex}@media (width<=768px){.navbar .nav-links{display:none}}.navbar .nav-links a{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);white-space:nowrap;border-radius:100px;padding:7px 14px;font-size:.72rem;font-weight:600;transition:color .2s,background .2s}.navbar .nav-links a:hover{color:#fff;background:#ffffff12}.navbar .nav-links a.active{color:#fff;background:#ffffff14}.navbar .nav-cta{text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--accent-color);white-space:nowrap;border-radius:100px;flex-shrink:0;margin-left:8px;padding:8px 18px;font-size:.72rem;font-weight:700;transition:opacity .2s,transform .2s}@media (width<=768px){.navbar .nav-cta{display:none}}.navbar .nav-cta:hover{opacity:.85;transform:scale(1.03)}.navbar .nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;margin-left:8px;padding:0;display:none}@media (width<=768px){.navbar .nav-burger{display:flex}}.navbar .nav-burger span{transform-origin:50%;background:#fff;border-radius:2px;width:20px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.navbar .nav-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar .nav-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar .nav-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar .nav-mobile-overlay{display:none}@media (width<=768px){.navbar .nav-mobile-overlay{pointer-events:none;-webkit-backdrop-filter:blur(20px);opacity:0;z-index:-1;background:#0a0a0af7;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.navbar .nav-mobile-overlay.open{opacity:1;pointer-events:all}.navbar .nav-mobile-overlay.open .nav-mobile-links a{opacity:1;transform:translateY(0)}}.navbar .nav-mobile-overlay .nav-mobile-links{flex-direction:column;align-items:center;gap:8px;display:flex}.navbar .nav-mobile-overlay .nav-mobile-links a{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);opacity:0;border-radius:12px;padding:12px 20px;font-size:1.5rem;font-weight:800;transition:all .3s;transform:translateY(20px)}.navbar .nav-mobile-overlay .nav-mobile-links a:first-child{transition-delay:80ms}.navbar .nav-mobile-overlay .nav-mobile-links a:nth-child(2){transition-delay:.16s}.navbar .nav-mobile-overlay .nav-mobile-links a:nth-child(3){transition-delay:.24s}.navbar .nav-mobile-overlay .nav-mobile-links a:nth-child(4){transition-delay:.32s}.navbar .nav-mobile-overlay .nav-mobile-links a:nth-child(5){transition-delay:.4s}.navbar .nav-mobile-overlay .nav-mobile-links a:hover,.navbar .nav-mobile-overlay .nav-mobile-links a.active{color:#fff}.navbar .nav-mobile-overlay .nav-mobile-links a.active{color:var(--accent-color)}.navbar .nav-mobile-overlay .nav-mobile-links a.mobile-cta{background:var(--accent-color);color:#fff;letter-spacing:.1em;border-radius:100px;margin-top:20px;padding:14px 32px;font-size:1rem}.navbar .nav-mobile-overlay .nav-mobile-links a.mobile-cta.active{color:#fff}.hero-container .hero-ui-overlay{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container .hero-sidebar{pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-end;height:100%;display:flex;position:absolute;top:0;right:5vw}@media (width<=1024px){.hero-container .hero-sidebar{display:none}}.hero-container .hero-socials{-webkit-backdrop-filter:blur(4px);pointer-events:auto;background:#ffffff0a;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:2px;padding:8px;display:flex}.hero-container .hero-socials .social-sep{background:#ffffff12;height:1px;margin:3px 5px}.hero-container .hero-socials .social-link{color:#ffffff59;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:color .25s,background .25s,box-shadow .25s;display:flex;position:relative}.hero-container .hero-socials .social-link .Icon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hero-container .hero-socials .social-link .Icon svg{width:18px;height:18px}.hero-container .hero-socials .social-link span:not(.Icon){letter-spacing:.14em;white-space:nowrap;opacity:0;pointer-events:none;background:#0a0808f2;border:1px solid #ffffff14;border-radius:6px;padding:4px 10px;font-size:.58rem;font-weight:700;transition:opacity .2s,transform .2s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)translate(6px)}.hero-container .hero-socials .social-link:hover{color:#fff;background:rgba(var(--accent-color-rgb), .18);box-shadow:0 0 14px rgba(var(--accent-color-rgb), .2)}.hero-container .hero-socials .social-link:hover span:not(.Icon){opacity:1;transform:translateY(-50%)translate(0)}.hero-container .hero-socials .social-link.mail-link:hover{background:rgba(var(--accent-color-rgb), .14);color:var(--accent-color);box-shadow:0 0 14px rgba(var(--accent-color-rgb), .25)}.hero-container .hero-left-content{pointer-events:none;flex-direction:column;justify-content:center;gap:36px;height:100%;display:flex;position:absolute;top:0;left:5vw}@media (width<=1024px){.hero-container .hero-left-content{text-align:center;align-items:center;width:90%;left:50%;transform:translate(-50%)}}@media (width<=768px){.hero-container .hero-left-content{justify-content:flex-end;gap:20px;padding-bottom:140px}}@media (width<=480px){.hero-container .hero-left-content{gap:16px;padding-bottom:130px}}.hero-container .hero-title h1{color:var(--text-color);font-size:clamp(2.2rem,7vw,5rem)}.hero-container .hero-tagline{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-color);margin-top:14px;font-size:clamp(.85rem,1.8vw,1.2rem);font-weight:700}.hero-container .hero-footer-actions{pointer-events:auto;max-width:480px}@media (width<=1024px){.hero-container .hero-footer-actions{width:100%}}.hero-container .hero-slogan-minimal{color:var(--text-muted);letter-spacing:.05em;margin-bottom:25px;font-size:1.1rem}@media (width<=480px){.hero-container .hero-slogan-minimal{margin-bottom:20px;font-size:.9rem}}.hero-container .hero-slogan-minimal span{color:#fff;font-style:italic;font-weight:700}.hero-container .hero-actions{gap:15px;display:flex}@media (width<=1024px){.hero-container .hero-actions{justify-content:center}}@media (width<=480px){.hero-container .hero-actions{flex-direction:column;gap:10px;width:100%}}.hero-container .hero-btn{text-transform:uppercase;letter-spacing:.1em;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:12px 25px;font-size:.75rem;font-weight:700;transition:all .3s;display:flex}.hero-container .hero-btn.primary{color:#000;background:#fff}.hero-container .hero-btn.primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #ffffff1a}.hero-container .hero-btn.secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.hero-container .hero-btn.secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.hero-container .scroll-hint{opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;color:var(--text-color);flex-direction:column;align-items:center;gap:12px;transition:opacity .3s;display:flex;position:absolute;bottom:40px;left:0;right:0}@media (width<=768px){.hero-container .scroll-hint{gap:8px;bottom:24px}}.hero-container .scroll-hint .scroll-text{letter-spacing:.4em;text-transform:uppercase;color:var(--accent-color);opacity:.8;font-size:.55rem;font-weight:800;animation:2.5s ease-in-out infinite scroll-text-pulse}.hero-container .scroll-hint .mouse-container{justify-content:center;align-items:center;animation:2s ease-in-out infinite scroll-float;display:flex;position:relative}.hero-container .scroll-hint .scroll-hint-mouse{overflow:visible}.hero-container .scroll-hint .scroll-hint-mouse path{stroke:var(--accent-color);stroke-opacity:.4;stroke-width:1.2px}.hero-container .scroll-hint .scroll-hint-mouse .scroll-wheel{fill:var(--accent-color);animation:2s cubic-bezier(.65,0,.35,1) infinite scroll-wheel-slide}@keyframes scroll-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes scroll-text-pulse{0%,to{opacity:.4;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}@keyframes scroll-wheel-slide{0%{opacity:0;transform:translateY(0)}20%{opacity:1}50%{opacity:1;transform:translateY(6px)}80%{opacity:0}to{opacity:0;transform:translateY(0)}}.home-page{background-color:#0000;position:relative}.home-page .background-fixed{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.home-page .hero{flex-direction:column;justify-content:center;height:100vh;padding:0 5vw;display:flex;position:relative}.home-page .hero .hero-main{z-index:10}.home-page .hero .hero-main h1{color:var(--text-color);font-size:clamp(5rem,18vw,15rem)}.home-page .hero .hero-main h1.text-accent{color:var(--accent-color);margin-top:-2vw}.home-page .hero .hero-footer{border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:20px;display:flex;position:absolute;bottom:40px;left:5vw;right:5vw}@media (width<=768px){.home-page .hero .hero-footer{flex-wrap:wrap;gap:16px;bottom:24px}}@media (width<=480px){.home-page .hero .hero-footer{display:none}}.home-page .hero .hero-footer .footer-item span{text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em;font-size:.7rem}.home-page .hero .hero-footer .footer-item p{margin-top:5px;font-size:.9rem;font-weight:600}@media (width<=768px){.home-page .hero .hero-footer .footer-item p{font-size:.8rem}}.home-page .home-destinations{z-index:2;padding:150px 5vw;position:relative}@media (width<=768px){.home-page .home-destinations{padding:80px 5vw}}.home-page .home-destinations .destinations-intro{max-width:800px;margin-bottom:80px}@media (width<=768px){.home-page .home-destinations .destinations-intro{margin-bottom:40px}}.home-page .home-destinations .destinations-intro h2{color:var(--text-color);margin-bottom:30px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.home-page .home-destinations .destinations-intro h2 span{color:var(--accent-color)}.home-page .home-destinations .destinations-intro p{color:var(--text-muted);font-size:1.2rem;line-height:1.6}.home-page .home-destinations .destinations-list{border-top:1px solid #ffffff1a;flex-direction:column;display:flex}.home-page .home-destinations .destinations-list .destination-item{color:var(--text-color);border-bottom:1px solid #ffffff1a;grid-template-columns:60px 1fr 40px;align-items:center;padding:30px 0;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid}@media (width<=768px){.home-page .home-destinations .destinations-list .destination-item{grid-template-columns:40px 1fr 30px;padding:20px 0}}.home-page .home-destinations .destinations-list .destination-item .number{color:var(--text-muted);font-family:Space Grotesk,monospace;font-size:1rem;transition:color .4s}.home-page .home-destinations .destinations-list .destination-item h2{text-transform:uppercase;transform-origin:0;margin:0;font-size:clamp(1.8rem,4vw,3.5rem);font-weight:800;transition:transform .4s,color .4s}.home-page .home-destinations .destinations-list .destination-item .arrow{color:var(--text-muted);opacity:0;justify-content:flex-end;font-size:clamp(1.2rem,2vw,1.8rem);transition:all .4s;display:flex;transform:translate(-10px,10px)}.home-page .home-destinations .destinations-list .destination-item:hover{border-bottom-color:var(--accent-color);background:#ffffff05;padding-left:3vw;padding-right:3vw}.home-page .home-destinations .destinations-list .destination-item:hover .number{color:var(--accent-color)}.home-page .home-destinations .destinations-list .destination-item:hover h2{color:var(--accent-color);transform:translate(20px)}.home-page .home-destinations .destinations-list .destination-item:hover .arrow{opacity:1;color:var(--accent-color);transform:translate(0)}.home-page .scrolling-text-container{height:180vh;position:relative}.home-page .scrolling-text{flex-direction:column;justify-content:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.home-page .scrolling-text .line{white-space:nowrap;display:flex}.home-page .scrolling-text .line span{font-size:clamp(2.5rem,6vw,7rem);font-weight:900;line-height:1;display:inline-block}.home-page .scrolling-text .line span.outline{color:var(--bg-color);filter:drop-shadow(0 0 1px #fff)drop-shadow(0 0 1px #fff)drop-shadow(0 0 1px #ffffff80)}.home-page .manifesto-wrapper{z-index:10;width:100%;position:relative;overflow:clip}.home-page .manifesto-sticky{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.home-page .manifesto-word{text-transform:uppercase;white-space:nowrap;will-change:transform, opacity, filter;font-size:clamp(2rem,6vw,5rem);font-weight:900;line-height:1}.home-page .manifesto-word span{display:inline-block}.home-page .manifesto-word span.solid{color:#fff;text-shadow:0 0 20px #ffffff1a}.home-page .manifesto-word span.outline{color:var(--bg-color);filter:drop-shadow(0 0 1px #fff)drop-shadow(0 0 1px #fff)drop-shadow(0 0 1px #ffffff80)}.home-page .tech-section{z-index:2;padding:20px 5vw 150px;position:relative;overflow:hidden;transform:translateZ(0)}@media (width<=768px){.home-page .tech-section{padding:20px 5vw 80px}}.home-page .tech-section .tech-content{grid-template-columns:1fr 1.4fr;align-items:center;gap:60px;display:grid}@media (width<=1024px){.home-page .tech-section .tech-content{grid-template-columns:1fr;gap:30px}}.home-page .tech-section .tech-visual{width:100%;height:700px}@media (width<=768px){.home-page .tech-section .tech-visual{height:700px}}@media (width<=480px){.home-page .tech-section .tech-visual{height:600px}}@media (width<=768px){.home-page .tech-section .tech-text{padding:0 5vw}}.home-page .tech-section .tech-text h2{margin-bottom:30px;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1}.home-page .tech-section .tech-text h2 span{color:var(--accent-color)}.home-page .tech-section .tech-text p{color:var(--text-muted);font-size:1.15rem;line-height:1.6}.home-page .tech-universe-wrap{width:100%;height:100%}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);z-index:10;width:fit-content;font-size:.8rem;position:relative}@keyframes blink-cursor{0%,50%{opacity:1}51%,to{opacity:0}}.holo-projects-section{z-index:2;padding:60px 0 100px;position:relative;transform:translateZ(0)}@media (width<=768px){.holo-projects-section{padding:40px 0 60px}}.holo-projects-section .section-label,.holo-projects-section .holo-projects-subtitle{padding-left:5vw}.holo-projects-section .holo-projects-subtitle{color:var(--accent-color);letter-spacing:.15em;opacity:.8;margin-top:30px;margin-bottom:20px;font-family:Courier New,monospace;font-size:.85rem}.holo-projects-section .holo-projects-subtitle .blink{opacity:0}.holo-projects-section.is-active .holo-projects-subtitle .blink{animation:1s step-end infinite blink-cursor}.holo-projects-container{z-index:5;width:100%;height:350vh;position:relative}@media (width<=768px){.holo-projects-container{height:auto;min-height:unset}}.holo-projects-container .holo-sticky-inner{flex-direction:column;justify-content:center;height:100vh;display:flex;position:sticky;top:0;overflow-x:hidden}@media (width<=768px){.holo-projects-container .holo-sticky-inner{height:auto;padding-top:20px;position:relative}}.holo-projects-container .holo-mobile-more{text-align:center;letter-spacing:.15em;color:var(--text-color);opacity:.4;padding:0 5vw 40px;font-size:.75rem}.holo-projects-container .holo-mobile-grid{grid-template-columns:1fr 1fr;gap:14px;padding:0 5vw 16px;display:grid}.holo-projects-container .holo-mobile-grid .project-panel{flex-shrink:unset;width:100%!important;height:auto!important}.holo-projects-container .holo-mobile-grid .project-panel .panel-image-wrap{height:140px}.holo-projects-container .holo-dual-carousel{flex-direction:column;gap:24px;padding:20px 0;display:flex;overflow:hidden}@media (width<=480px){.holo-projects-container .holo-dual-carousel{gap:16px;padding:10px 0}}.holo-projects-container .carousel-row{will-change:transform;gap:24px;padding:0 5vw;display:flex}@media (width<=480px){.holo-projects-container .carousel-row{gap:16px}}.holo-projects-container .project-panel{flex-shrink:0;width:260px;height:300px}@media (width<=480px){.holo-projects-container .project-panel{width:200px;height:260px}}.holo-projects-container .project-panel{border:1px solid rgba(var(--accent-color-rgb), .25);cursor:pointer;box-shadow:0 8px 32px #00000080, inset 0 0 15px rgba(var(--accent-color-rgb), .05);-webkit-user-select:none;user-select:none;background:#0a0a0ad9;border-radius:6px;flex-direction:column;transition:border-color .4s,box-shadow .4s,background .4s;display:flex;position:relative;overflow:hidden}.holo-projects-container .project-panel:after{content:"";background:linear-gradient(to bottom, transparent 90%, rgba(var(--accent-color-rgb), .08) 100%);pointer-events:none;position:absolute;inset:0}.holo-projects-container .project-panel:hover{border-color:rgba(var(--accent-color-rgb), .6);box-shadow:0 0 40px rgba(var(--accent-color-rgb), .15), inset 0 0 30px rgba(var(--accent-color-rgb), .1);background:#140f0ff2}.holo-projects-container .project-panel:hover .panel-image-wrap img{opacity:.85;filter:grayscale(0)contrast(1.1);transform:scale(1.05)}.holo-projects-container .project-panel:hover .panel-image-wrap .scanline{opacity:1;animation:1.5s linear infinite scan}.holo-projects-container .project-panel:hover .status-blink .dot{background:#34d399;box-shadow:0 0 10px #34d399}.holo-projects-container .project-panel:hover .panel-glare{opacity:.08}.holo-projects-container .project-panel .panel-glare{pointer-events:none;opacity:0;z-index:2;background:linear-gradient(135deg,#ffffff0d 0%,#0000 50%);transition:opacity .4s;position:absolute;inset:0}.holo-projects-container .project-panel .panel-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.holo-projects-container .project-panel .panel-image-wrap{border-bottom:2px solid rgba(var(--accent-color-rgb), .15);width:100%;height:140px;position:relative;overflow:hidden}.holo-projects-container .project-panel .panel-image-wrap img{object-fit:cover;opacity:.55;filter:grayscale(.5)contrast(1.15);pointer-events:none;width:100%;height:100%;transition:all .5s}.holo-projects-container .project-panel .panel-image-wrap .grid-overlay{background-image:linear-gradient(rgba(var(--accent-color-rgb), .08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--accent-color-rgb), .08) 1px, transparent 1px);pointer-events:none;background-size:20px 20px;position:absolute;inset:0}.holo-projects-container .project-panel .panel-image-wrap .scanline{background:rgba(var(--accent-color-rgb), .7);height:2px;box-shadow:0 0 12px rgba(var(--accent-color-rgb), .8);opacity:.15;position:absolute;top:0;left:0;right:0}.holo-projects-container .project-panel .panel-info{flex-direction:column;flex:1;padding:12px 16px;display:flex}.holo-projects-container .project-panel .panel-info h3{color:#fff;letter-spacing:.04em;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.holo-projects-container .project-panel .panel-info .project-type{color:var(--accent-color);letter-spacing:.1em;opacity:.7;margin-top:6px;font-family:Space Grotesk,monospace;font-size:.6rem}.holo-projects-container .project-panel .panel-info .project-description{color:#fff9;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-top:8px;margin-bottom:0;font-size:.7rem;line-height:1.35;display:-webkit-box;overflow:hidden}.holo-projects-container .project-panel .panel-info .panel-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.holo-projects-container .project-panel .panel-info .panel-footer .project-year{color:#ffffff59;letter-spacing:.1em;font-family:Space Grotesk,monospace;font-size:.65rem}.holo-projects-container .project-panel .panel-info .panel-footer .status-blink{align-items:center;gap:6px;display:flex}.holo-projects-container .project-panel .panel-info .panel-footer .status-blink .dot{background:#34d39959;border-radius:50%;width:5px;height:5px;transition:all .3s}.holo-projects-container .project-panel .panel-info .panel-footer .status-blink .text{color:#34d399;font-size:.6rem;font-weight:700}.holo-projects-container .project-panel .hud-corners-optimized{pointer-events:none;z-index:3;opacity:.5;background-image:linear-gradient(to right, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to bottom, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to left, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to bottom, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to right, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to top, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to left, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px), linear-gradient(to top, rgba(var(--accent-color-rgb), .5) 12px, transparent 12px);background-position:0 0,0 0,100% 0,100% 0,0 100%,0 100%,100% 100%,100% 100%;background-repeat:no-repeat;background-size:100% 1.5px,1.5px 100%,100% 1.5px,1.5px 100%,100% 1.5px,1.5px 100%,100% 1.5px,1.5px 100%;position:absolute;inset:0}.holo-projects-container .project-panel .side-bar{background:rgba(var(--accent-color-rgb), .08);z-index:3;width:1px;height:60%;position:absolute;top:20%}.holo-projects-container .project-panel .side-bar.left{left:4px}.holo-projects-container .project-panel .side-bar.right{right:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(160px)}}.projects-page,.about-page{padding-top:150px}@media (width<=768px){.projects-page,.about-page{padding-top:100px}}.projects-page h1,.about-page h1{margin-bottom:30px;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.projects-page h1 span,.about-page h1 span{color:var(--accent-color)}.projects-page .hero-label,.about-page .hero-label{margin-bottom:20px}.projects-page .hero-subtitle,.about-page .hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:10px;font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.5}.projects-page .projects-hero{padding:0 5vw 60px}.projects-page .project-tabs{flex-wrap:wrap;gap:12px;margin-top:40px;display:flex}@media (width<=768px){.projects-page .project-tabs{gap:8px;margin-top:24px}}.projects-page .project-tabs .tab-btn{color:var(--text-muted);background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;padding:12px 24px;font-size:.85rem;position:relative}@media (width<=768px){.projects-page .project-tabs .tab-btn{gap:6px;padding:10px 16px;font-size:.75rem}}.projects-page .project-tabs .tab-btn{text-transform:uppercase;letter-spacing:.08em;cursor:pointer;font-weight:600;font-family:var(--font-main);align-items:center;gap:10px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.projects-page .project-tabs .tab-btn .tab-icon{opacity:.7;transition:opacity .3s,transform .3s}.projects-page .project-tabs .tab-btn .tab-count{color:#fffc;background:#ffffff1a;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:600;transition:all .3s}.projects-page .project-tabs .tab-btn:hover{color:var(--text-color);background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 20px -10px #00000080}.projects-page .project-tabs .tab-btn:hover .tab-icon{opacity:1;transform:scale(1.1)}.projects-page .project-tabs .tab-btn.active{color:#fff;border-color:rgba(var(--accent-color-rgb), .5);background:rgba(var(--accent-color-rgb), .15);box-shadow:0 10px 20px -10px rgba(var(--accent-color-rgb), .4);transform:translateY(-2px)}.projects-page .project-tabs .tab-btn.active .tab-icon{color:var(--accent-color);opacity:1}.projects-page .project-tabs .tab-btn.active .tab-count{background:var(--accent-color);color:#fff}.projects-page .projects-list{padding:20px 5vw 120px}@media (width<=768px){.projects-page .projects-list{padding:20px 5vw 60px}}.projects-page .projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}@media (width<=768px){.projects-page .projects-grid{grid-template-columns:1fr}}.projects-page .project-card{cursor:pointer;background:0 0;border-radius:20px;flex-direction:column;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.projects-page .project-card .card-bg{z-index:0;background:#0f0f0fe6;border:1px solid #ffffff14;border-radius:20px;position:absolute;inset:0}.projects-page .project-card:before{display:none}.projects-page .project-card:hover{background:#191414f2;transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px -15px #000c}.projects-page .project-card:hover .card-image img{transform:scale(1.05)}.projects-page .project-card:hover .card-overlay{opacity:1}.projects-page .project-card:hover .card-overlay span{opacity:1;transform:translateY(0)}.projects-page .project-card .card-image{z-index:1;width:100%;height:160px;position:relative;overflow:hidden}@media (width<=768px){.projects-page .project-card .card-image{height:180px}}.projects-page .project-card .card-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.projects-page .project-card .card-image .card-gradient{pointer-events:none;background:linear-gradient(#0000 0%,#0a0a0a66 70%,#0a0a0a 100%);position:absolute;inset:0}.projects-page .project-card .card-image .card-overlay{background:rgba(var(--accent-color-rgb), .2);opacity:0;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.projects-page .project-card .card-image .card-overlay span{color:#fff;text-transform:uppercase;letter-spacing:.1em;opacity:0;background:#0009;border:1px solid #ffffff4d;border-radius:100px;padding:12px 28px;font-size:.85rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1) .1s;transform:translateY(20px);box-shadow:0 8px 32px #0006}.projects-page .project-card .card-body{z-index:2;flex-direction:column;flex:1;gap:12px;padding:0 24px 24px;display:flex;position:relative}.projects-page .project-card .card-body .card-meta{justify-content:space-between;align-items:center;margin-top:-15px;margin-bottom:10px;display:flex}.projects-page .project-card .card-body .card-meta .card-year{color:#fff;background:var(--accent-color);letter-spacing:.05em;box-shadow:0 4px 15px rgba(var(--accent-color-rgb), .4);border-radius:100px;padding:6px 14px;font-size:.75rem;font-weight:800}.projects-page .project-card .card-body .card-meta .card-index{color:var(--text-muted);opacity:.4;font-variant-numeric:tabular-nums;padding-top:15px;font-size:.85rem;font-weight:700}.projects-page .project-card .card-body h2{color:#fff;margin:0;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:800;line-height:1.2}.projects-page .project-card .card-body>p{color:#ffffffa6;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 10px;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.projects-page .project-card .card-body .card-technologies{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.projects-page .project-card .card-body .card-technologies .card-tech-pill{color:#fffc;letter-spacing:.03em;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;padding:6px 12px;font-size:.7rem;font-weight:600}.projects-page .project-card .card-body .card-footer{border-top:1px dashed #ffffff1a;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;display:flex}.projects-page .project-card .card-body .card-footer .card-tag{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.7rem;font-weight:600}.projects-page .project-card .card-body .card-footer .card-external{color:var(--accent-color);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;font-size:.75rem;font-weight:700;transition:gap .3s;display:inline-flex}.projects-page .project-card .card-body .card-footer>svg{color:#ffffff4d;transition:all .3s cubic-bezier(.16,1,.3,1)}.projects-page .no-data{color:#ffffff80;text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:20px;grid-column:1/-1;padding:100px 0;font-size:1.1rem}.project-modal-overlay{z-index:1000;background:#000000f2;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:fixed;inset:0;overflow:hidden}@media (width<=768px){.project-modal-overlay{padding:0}}.project-modal{background:#0a0a0afa;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:1100px;height:90vh;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 50px 100px -20px #000c,inset 0 1px #ffffff1a}@media (width<=768px){.project-modal{border-radius:0;width:100vw;height:100vh}}.project-modal .modal-scroll-container{scrollbar-width:thin;scrollbar-color:#fff3 transparent;scroll-behavior:smooth;width:100%;height:100%;overflow:hidden auto}.project-modal .modal-scroll-container::-webkit-scrollbar{width:6px}.project-modal .modal-scroll-container::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.project-modal .modal-scroll-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.project-modal .modal-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(var(--accent-color-rgb), .5)}.project-modal .modal-close{z-index:100;color:#fff;cursor:pointer;background:#141414e6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 15px #0000004d}.project-modal .modal-close:hover{background:#ef4444e6;border-color:#ef4444;transform:scale(1.1)rotate(90deg);box-shadow:0 10px 25px #ef444466}@media (width<=768px){.project-modal .modal-close{top:15px;right:15px}}.project-modal .modal-hero{width:100%;height:45vh;min-height:350px;position:relative;overflow:hidden}.project-modal .modal-hero img{object-fit:cover;width:100%;height:100%}.project-modal .modal-hero .modal-hero-overlay{background:linear-gradient(#0000 0%,#05050566 50%,#050505 100%);flex-direction:column;justify-content:flex-end;padding:60px;display:flex;position:absolute;inset:0}@media (width<=768px){.project-modal .modal-hero .modal-hero-overlay{padding:30px}}.project-modal .modal-hero .modal-year{color:var(--accent-color);text-transform:uppercase;letter-spacing:.2em;margin-bottom:12px;font-size:.85rem;font-weight:700}.project-modal .modal-hero .modal-title{color:#fff;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1}.project-modal .modal-body{padding:60px 50px}@media (width<=768px){.project-modal .modal-body{padding:30px 24px}}.project-modal .modal-info-grid{grid-template-columns:1fr 340px;gap:60px;margin-bottom:80px;display:grid}.project-modal .modal-info-grid.single-column{grid-template-columns:1fr;max-width:100%;margin:0 0 60px}.project-modal .modal-info-grid.single-column .info-left{flex-direction:column;align-items:flex-start;display:flex}@media (width<=1100px){.project-modal .modal-info-grid{grid-template-columns:1fr;gap:40px}}.project-modal .modal-description{color:#ffffffd9;margin-bottom:40px;font-size:1.15rem;line-height:1.8}.project-modal .modal-description p{margin-bottom:1.2em}.project-modal .modal-description p:last-child{margin-bottom:0}.project-modal .modal-external-link{background:linear-gradient(135deg, var(--accent-color), rgba(var(--accent-color-rgb), .8));color:#fff;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 10px 30px -10px rgba(var(--accent-color-rgb), .6);border-radius:12px;align-items:center;gap:12px;padding:14px 28px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.project-modal .modal-external-link:hover{box-shadow:0 20px 40px -10px rgba(var(--accent-color-rgb), .8);transform:translateY(-4px)scale(1.02)}.project-modal .modal-external-link:hover .link-icon{transform:translate(3px,-3px)}.project-modal .modal-external-link .link-icon{transition:transform .3s}.project-modal .tech-tree-container{flex-direction:column;align-items:center;width:100%;margin:40px 0;display:flex;position:relative}.project-modal .tech-tree-container .tech-tree-svg{pointer-events:none;z-index:1;width:100%;height:100px;filter:drop-shadow(0 0 8px rgba(var(--accent-color-rgb), .6));position:absolute;top:35px;left:0}@media (width<=768px){.project-modal .tech-tree-container .tech-tree-svg.hide-mobile{display:none}}.project-modal .tech-tree-container .tech-tree-core{border:1px solid rgba(var(--accent-color-rgb), .4);width:70px;height:70px;box-shadow:0 10px 30px #0006, inset 0 0 15px rgba(var(--accent-color-rgb), .1);z-index:5;background:#1a1a1a;border-radius:18px;justify-content:center;align-items:center;display:flex;position:relative}.project-modal .tech-tree-container .tech-tree-core .core-icon{color:#fff;text-shadow:0 0 10px rgba(var(--accent-color-rgb), .6);font-size:1.25rem;font-weight:800}.project-modal .tech-tree-container .tech-tree-core:after{content:"";background:rgb(var(--accent-color-rgb));z-index:1;width:2px;height:40px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (width<=768px){.project-modal .tech-tree-container .tech-tree-core:after{display:block}}.project-modal .tech-tree-container .tech-tree-branches{grid-template-columns:repeat(var(--cat-count,1), 1fr);z-index:2;width:100%;margin-top:60px;padding:0 20px;display:grid;position:relative}@media (width<=768px){.project-modal .tech-tree-container .tech-tree-branches{flex-direction:column;align-items:center;gap:40px;margin-top:40px;display:flex}}.project-modal .tech-tree-container .tech-tree-category{background:#19191980;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:16px;width:auto;margin:0 16px;padding:20px;transition:all .3s;display:flex;position:relative}.project-modal .tech-tree-container .tech-tree-category:before{content:"";background:rgb(var(--accent-color-rgb));z-index:-1;width:2px;height:40px;display:none;position:absolute;top:-40px;left:50%;transform:translate(-50%)}@media (width<=768px){.project-modal .tech-tree-container .tech-tree-category:before{display:block}}.project-modal .tech-tree-container .tech-tree-category:after{content:"";background:rgb(var(--accent-color-rgb));z-index:-1;width:2px;height:40px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (width<=768px){.project-modal .tech-tree-container .tech-tree-category:after{display:block}}.project-modal .tech-tree-container .tech-tree-category:last-child:after{display:none!important}@media (width<=768px){.project-modal .tech-tree-container .tech-tree-category{width:100%;max-width:280px}}.project-modal .tech-tree-container .tech-tree-category:hover{border-color:rgba(var(--accent-color-rgb), .4);background:#1e1919cc;transform:translateY(-4px)}.project-modal .tech-tree-container .tech-tree-category .tech-tree-header{border-bottom:1px solid #ffffff0a;justify-content:center;align-items:center;gap:8px;padding-bottom:12px;display:flex}.project-modal .tech-tree-container .tech-tree-category .tech-tree-header svg{color:rgba(var(--accent-color-rgb), .8);width:16px;height:16px}.project-modal .tech-tree-container .tech-tree-category .tech-tree-header span{letter-spacing:.05em;text-transform:uppercase;color:#fff;font-size:.8rem;font-weight:700}.project-modal .tech-tree-container .tech-tree-category .tech-tree-items{flex-direction:column;gap:8px;display:flex}.project-modal .tech-tree-container .tech-tree-category .tech-tree-items .tech-tree-pill{color:#fffc;text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;padding:8px 12px;font-size:.75rem;font-weight:500;transition:all .2s}.project-modal .tech-tree-container .tech-tree-category .tech-tree-items .tech-tree-pill:hover{background:rgba(var(--accent-color-rgb), .15);border-color:rgba(var(--accent-color-rgb), .4);color:#fff}.project-modal .modal-external-link{color:#fff;text-transform:uppercase;letter-spacing:.12em;background:var(--accent-color);box-shadow:0 10px 25px rgba(var(--accent-color-rgb), .3);border-radius:100px;align-items:center;gap:12px;padding:16px 32px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.project-modal .modal-external-link:hover{box-shadow:0 15px 35px rgba(var(--accent-color-rgb), .4);gap:18px;transform:translateY(-3px)}.project-modal .modal-previews{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;align-items:center;margin:80px 0;padding:60px 40px;display:flex}@media (width<=768px){.project-modal .modal-previews{border-radius:20px;margin:40px 0;padding:30px 16px}}.project-modal .modal-previews .previews-header{flex-direction:column;align-items:center;gap:24px;width:100%;margin-bottom:50px;display:flex}.project-modal .modal-previews .preview-label{letter-spacing:.3em;color:var(--accent-color);text-transform:uppercase;opacity:.8;text-align:center;font-size:.7rem;font-weight:700}.project-modal .modal-previews .device-toggle-container{justify-content:center;width:100%;display:flex}.project-modal .modal-previews .device-toggle{background:#0009;border:1px solid #ffffff14;border-radius:14px;width:240px;height:44px;padding:4px;display:flex;position:relative}.project-modal .modal-previews .device-toggle .toggle-slider{background:var(--accent-color);width:calc(50% - 4px);height:calc(100% - 8px);box-shadow:0 4px 12px rgba(var(--accent-color-rgb), .4);border-radius:10px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:4px;left:4px}.project-modal .modal-previews .device-toggle .toggle-btn{z-index:1;color:#fff6;cursor:pointer;border:none;outline:none;flex:1;justify-content:center;align-items:center;gap:10px;padding:0;font-size:.8rem;font-weight:600;transition:color .3s;display:flex;position:relative;background:0 0!important}.project-modal .modal-previews .device-toggle .toggle-btn:hover{color:#fffc}.project-modal .modal-previews .device-toggle .toggle-btn.active{color:#fff}.project-modal .modal-previews .device-toggle .toggle-btn svg{opacity:.7}.project-modal .modal-previews .device-toggle .toggle-btn.active svg{opacity:1}.project-modal .modal-previews .mockups-container{justify-content:center;align-items:center;width:100%;min-height:450px;display:flex;position:relative}@media (width<=768px){.project-modal .modal-previews .mockups-container{min-height:350px}}.project-modal .modal-previews .mockup-active-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.project-modal .modal-previews .laptop-mockup-body{aspect-ratio:16/10;width:100%;max-width:650px;margin:0 auto;position:relative}.project-modal .modal-previews .laptop-mockup-body .laptop-screen{background:#1a1a1a;border:2px solid #333;border-radius:12px 12px 0 0;width:100%;height:94%;position:relative;overflow:hidden}.project-modal .modal-previews .laptop-mockup-body .laptop-screen .iframe-wrapper{transform-origin:0 0;background:#fff;width:1440px;height:900px;transform:scale(.4513)}@media (width<=768px){.project-modal .modal-previews .laptop-mockup-body .laptop-screen .iframe-wrapper{transform:scale(.35)}}.project-modal .modal-previews .laptop-mockup-body .laptop-screen iframe{border:none;width:100%;height:100%}.project-modal .modal-previews .laptop-mockup-body .laptop-base{background:#333;border-radius:0 0 12px 12px;width:110%;height:6%;margin-left:-5%}.project-modal .modal-previews .mobile-mockup-body{background:#000;border:10px solid #1a1a1a;border-radius:40px;flex-shrink:0;width:230px;height:480px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009}.project-modal .modal-previews .mobile-mockup-body:before{content:"";z-index:10;background:#000;border:1px solid #ffffff0d;border-radius:20px;width:60px;height:20px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.project-modal .modal-previews .mobile-mockup-body .mobile-notch{z-index:11;opacity:.5;background:#1a1a1a;border-radius:50%;width:6px;height:6px;position:absolute;top:18px;left:70%;transform:translate(-50%)}.project-modal .modal-previews .mobile-mockup-body .mobile-screen{background:#fff;border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden}.project-modal .modal-previews .mobile-mockup-body .mobile-screen .iframe-wrapper{transform-origin:0 0;width:375px;height:822px;transform:scale(.56)}.project-modal .modal-previews .mobile-mockup-body .mobile-screen .iframe-wrapper iframe{border:none;width:100%;height:100%}.project-modal .modal-sections{flex-direction:column;gap:30px;margin-bottom:40px;display:flex}@media (width<=768px){.project-modal .modal-sections{gap:20px;margin-bottom:24px}}.project-modal .modal-sections .modal-section .section-title{color:var(--accent-color);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:1.1rem;font-weight:700}.project-modal .modal-sections .modal-section p,.project-modal .modal-sections .modal-section .section-text p,.project-modal .modal-sections .modal-section .section-text-html p{color:#fff9;margin-bottom:1em;font-size:.95rem;line-height:1.7}.project-modal .modal-sections .modal-section p:last-child,.project-modal .modal-sections .modal-section .section-text p:last-child,.project-modal .modal-sections .modal-section .section-text-html p:last-child{margin-bottom:0}.project-modal .modal-sections .modal-section .section-list-items{margin:0;padding:0;list-style:none}.project-modal .modal-sections .modal-section .section-list-items li{color:#fffc;margin-bottom:10px;padding-left:20px;font-size:.95rem;line-height:1.6;position:relative}.project-modal .modal-sections .modal-section .section-list-items li:last-child{margin-bottom:0}.project-modal .modal-sections .modal-section .section-list-items li:before{content:"";background:var(--accent-color);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.project-modal .modal-sections .modal-section .section-architecture-simple{width:100%;margin:40px 0}.project-modal .modal-sections .modal-section.section-text-image,.project-modal .modal-sections .modal-section.section-text-video{grid-template-columns:1fr 1fr;align-items:center;gap:30px;display:grid}@media (width<=768px){.project-modal .modal-sections .modal-section.section-text-image,.project-modal .modal-sections .modal-section.section-text-video{grid-template-columns:1fr}}.project-modal .modal-sections .modal-section.section-text-image.reverse,.project-modal .modal-sections .modal-section.section-text-video.reverse{direction:rtl}.project-modal .modal-sections .modal-section.section-text-image.reverse>*,.project-modal .modal-sections .modal-section.section-text-video.reverse>*{direction:ltr}.project-modal .modal-sections .modal-section .section-media{border-radius:12px;overflow:hidden}.project-modal .modal-sections .modal-section .section-media img,.project-modal .modal-sections .modal-section .section-media video{border-radius:12px;width:100%;display:block}.project-modal .modal-collaborators{border-top:1px solid #ffffff0f;padding-top:30px}.project-modal .modal-collaborators h3{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:20px;font-size:.8rem}.project-modal .modal-collaborators .collaborators-list{flex-wrap:wrap;gap:16px;display:flex}.project-modal .modal-collaborators .collaborator{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;display:flex}.project-modal .modal-collaborators .collaborator .collaborator-avatar{background:rgba(var(--accent-color-rgb), .15);border:1px solid rgba(var(--accent-color-rgb), .3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.project-modal .modal-collaborators .collaborator .collaborator-avatar img{object-fit:cover;width:100%;height:100%}.project-modal .modal-collaborators .collaborator .collaborator-avatar span{color:var(--accent-color);font-size:.85rem;font-weight:700}.project-modal .modal-collaborators .collaborator .collaborator-info{align-items:center;gap:8px;display:flex}.project-modal .modal-collaborators .collaborator .collaborator-info .collaborator-name{color:#fffc;font-size:.85rem;font-weight:600}.project-modal .modal-collaborators .collaborator .collaborator-info a{color:var(--text-muted);transition:color .2s}.project-modal .modal-collaborators .collaborator .collaborator-info a:hover{color:var(--accent-color)}.about-page .about-hero{padding:0 5vw 80px}@media (width<=768px){.about-page .about-hero{padding:0 5vw 40px}}.about-page .about-bio .bio-sticky-wrapper{height:400vh;position:relative}.about-page .about-bio .bio-content-split{justify-content:space-between;align-items:center;gap:5vw;width:100%;height:100vh;padding:0 5vw;display:flex;position:sticky;top:0}@media (width<=1024px){.about-page .about-bio .bio-content-split{flex-direction:column;justify-content:center;gap:30px;position:relative}}@media (width<=768px){.about-page .about-bio .bio-content-split{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;height:100vh;padding:120px 5vw 20px;position:sticky}}.about-page .about-bio .bio-text{z-index:2;flex:1.2;max-width:800px;position:relative}@media (width<=768px){.about-page .about-bio .bio-text{flex:none;max-width:100%}}.about-page .about-bio .bio-visual-3d{pointer-events:none;flex:.8;justify-content:center;align-items:center;height:60vh;display:flex}@media (width<=1024px){.about-page .about-bio .bio-visual-3d{opacity:.2;z-index:1;width:100%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (width<=768px){.about-page .about-bio .bio-visual-3d{z-index:2;flex:0 0 42vh;width:100%;height:42vh;opacity:1!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}}.about-page .about-bio .bio-visual-3d canvas{width:100%!important;height:100%!important}.about-page .about-bio .bio-paragraph{color:var(--text-muted);margin-bottom:30px;font-size:clamp(1.15rem,1.8vw,1.6rem);line-height:1.6}@media (width<=768px){.about-page .about-bio .bio-paragraph{margin-bottom:20px;font-size:1rem;line-height:1.7}}.about-page .awards-section{padding:100px 5vw;position:relative;overflow:hidden}@media (width<=768px){.about-page .awards-section{padding:60px 5vw}}.about-page .awards-section .section-header{z-index:2;text-align:center;margin-bottom:80px;position:relative}@media (width<=768px){.about-page .awards-section .section-header{margin-bottom:40px}}.about-page .awards-section .section-header h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.about-page .awards-section .section-header h2 span.highlight{color:var(--accent-color);text-shadow:0 0 20px rgba(var(--accent-color-rgb), .4)}.about-page .awards-section .timeline-container{z-index:2;flex-direction:column;gap:140px;max-width:1000px;margin:0 auto;padding:40px 0;display:flex;position:relative}.about-page .awards-section .timeline-container .timeline-beam-track{z-index:0;background:#ffffff0d;border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.about-page .awards-section .timeline-container .timeline-beam-fill{background:var(--accent-color);width:4px;box-shadow:0 0 15px var(--accent-color), 0 0 30px var(--accent-color);z-index:0;transform-origin:top;border-radius:4px;margin-left:-2px;position:absolute;top:0;left:50%}.about-page .awards-section .timeline-container .timeline-beam-fill:after{content:"";opacity:.8;background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;left:-4px;box-shadow:0 0 20px #fff}.about-page .awards-section .timeline-item{z-index:1;grid-template-columns:1fr 80px 1fr;align-items:center;display:grid;position:relative}.about-page .awards-section .timeline-item .timeline-marker{grid-column:2;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.about-page .awards-section .timeline-item .timeline-marker .marker-icon-circle{color:#fff3;z-index:2;cursor:default;background:#0a0a0a;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.about-page .awards-section .timeline-item .timeline-main{padding:0 24px}.about-page .awards-section .timeline-item .timeline-main .timeline-date{color:var(--accent-color);text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;font-size:.75rem;font-weight:600}.about-page .awards-section .timeline-item .timeline-main h3{margin-bottom:10px;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;line-height:1.1}.about-page .awards-section .timeline-item .timeline-main h3 span{color:var(--accent-color)}.about-page .awards-section .timeline-item .timeline-main p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.about-page .awards-section .timeline-item .timeline-detail{padding:0 24px}.about-page .awards-section .timeline-item .timeline-detail .timeline-card{border:1px solid rgba(var(--accent-color-rgb), .2);box-shadow:0 10px 30px -10px rgba(var(--accent-color-rgb), .2);background:#140f0fbf;border-radius:12px;padding:24px}.about-page .awards-section .timeline-item .timeline-detail .timeline-card ul{margin:0 0 16px;padding:0;list-style:none}.about-page .awards-section .timeline-item .timeline-detail .timeline-card ul li{color:#ffffffbf;margin-bottom:8px;padding-left:20px;font-size:.85rem;line-height:1.5;position:relative}.about-page .awards-section .timeline-item .timeline-detail .timeline-card ul li:last-child{margin-bottom:0}.about-page .awards-section .timeline-item .timeline-detail .timeline-card ul li:before{content:"";background:var(--accent-color);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.about-page .awards-section .timeline-item .timeline-detail .timeline-card .tech-tags{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.about-page .awards-section .timeline-item .timeline-detail .timeline-card .tech-tag{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:700}.about-page .awards-section .timeline-item.left .timeline-main{text-align:right;grid-column:1}.about-page .awards-section .timeline-item.left .timeline-marker{grid-column:2}.about-page .awards-section .timeline-item.left .timeline-detail{grid-column:3}.about-page .awards-section .timeline-item.right .timeline-main{text-align:left;grid-area:1/3}.about-page .awards-section .timeline-item.right .timeline-marker{grid-area:1/2}.about-page .awards-section .timeline-item.right .timeline-detail{grid-area:1/1}@media (width<=768px){.about-page .awards-section .timeline-item{flex-direction:column;align-items:flex-start;gap:16px;padding-left:56px;display:flex}.about-page .awards-section .timeline-item .timeline-marker{width:auto;height:auto;position:absolute;top:0;left:-6px}.about-page .awards-section .timeline-item .timeline-marker .marker-icon-circle{width:40px;height:40px}.about-page .awards-section .timeline-item .timeline-marker .marker-icon-circle svg{width:16px;height:16px}.about-page .awards-section .timeline-item .timeline-main{order:1;padding:0;text-align:left!important}.about-page .awards-section .timeline-item .timeline-main h3{font-size:clamp(1.2rem,5vw,1.5rem)}.about-page .awards-section .timeline-item .timeline-detail{order:2;width:100%;padding:0}.about-page .awards-section .timeline-container{gap:40px;padding-left:20px}.about-page .awards-section .timeline-container .timeline-beam-track,.about-page .awards-section .timeline-container .timeline-beam-fill{margin-left:0;left:32px;transform:none}}.about-page .about-cta{padding:120px 5vw 150px}@media (width<=768px){.about-page .about-cta{padding:60px 5vw 80px}}.about-page .about-cta h2{margin-bottom:30px;font-size:clamp(2rem,6vw,5rem)}.about-page .about-cta .cta-link{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-color);align-items:center;gap:12px;font-size:1rem;font-weight:700;transition:gap .3s;display:inline-flex}.about-page .about-cta .cta-link:hover{gap:20px}.footer{-webkit-backdrop-filter:blur(4px);border-top:1px solid #ffffff0d;padding:100px 5vw 40px}@media (width<=768px){.footer{padding:60px 5vw 30px}}.footer .footer-content{flex-wrap:wrap;justify-content:space-between;gap:60px;display:flex}@media (width<=768px){.footer .footer-content{flex-direction:column}}.footer .footer-left h2{margin-bottom:30px;line-height:1.1}@media (width<=768px){.footer .footer-left h2{font-size:clamp(1.8rem,6vw,2.5rem)}}.footer .footer-left h2 span{color:var(--accent-color)}.footer .footer-left .email-link{border-bottom:2px solid var(--accent-color);padding-bottom:5px;font-size:1.5rem;font-weight:500;transition:opacity .3s}@media (width<=768px){.footer .footer-left .email-link{font-size:1.1rem}}.footer .footer-left .email-link:hover{opacity:.7}.footer .footer-right{gap:80px;display:flex}@media (width<=480px){.footer .footer-right{flex-direction:column;gap:40px}}.footer .footer-right h3{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:20px;font-size:.8rem}.footer .footer-right ul li{margin-bottom:12px}.footer .footer-right ul li a{color:var(--text-color);transition:color .3s}.footer .footer-right ul li a:hover{color:var(--accent-color)}.footer .footer-bottom{color:var(--text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;margin-top:100px;padding-top:40px;font-size:.8rem;display:flex}@media (width<=768px){.footer .footer-bottom{margin-top:50px;padding-top:24px}}@media (width<=480px){.footer .footer-bottom{text-align:center;flex-direction:column;gap:10px}}.contact-page{justify-content:center;min-height:100vh;padding:150px 5vw 100px;display:flex}@media (width<=768px){.contact-page{padding:100px 5vw 60px}}.contact-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;display:flex}.contact-info{flex-direction:column;align-items:center;width:100%;display:flex}.contact-info h1{margin-bottom:24px;font-size:clamp(2.5rem,6vw,5.5rem);line-height:1.1}.contact-info h1 span{color:var(--accent-color)}.contact-intro{color:var(--text-muted);max-width:600px;margin-bottom:50px;font-size:1.1rem;line-height:1.7}@media (width<=768px){.contact-intro{margin-bottom:30px;font-size:.95rem}}.status-badge{text-transform:uppercase;letter-spacing:.12em;color:#4ade80;background:#4ade800d;border:1px solid #4ade804d;border-radius:100px;align-items:center;gap:10px;margin-bottom:40px;padding:8px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.status-badge:before{content:"";background:#4ade80;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.info-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;display:grid}@media (width<=600px){.info-cards{grid-template-columns:1fr}}.info-card{-webkit-backdrop-filter:blur(10px);text-align:left;cursor:default;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:20px;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}@media (width<=480px){.info-card{gap:14px;padding:18px}}.info-card[href]{cursor:pointer}.info-card:hover{border-color:rgba(var(--accent-color-rgb), .4);background:rgba(var(--accent-color-rgb), .08);transform:translateY(-4px);box-shadow:0 10px 30px #0003}.info-card:hover .card-icon{background:rgba(var(--accent-color-rgb), .15);transform:scale(1.05)}.info-card .card-icon{width:48px;height:48px;color:var(--accent-color);background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.info-card .card-content{flex-direction:column;gap:6px;display:flex;overflow:hidden}.info-card .card-content span{letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:700}.info-card .card-content strong{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.pricing-page{flex-direction:column;align-items:center;max-width:1200px;min-height:100vh;margin:0 auto;padding:140px 20px 80px;display:flex}.pricing-page .pricing-hero{text-align:center;margin-bottom:60px}.pricing-page .pricing-hero h1{letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:1.1}.pricing-page .pricing-hero h1 span{color:var(--accent-color)}.pricing-page .pricing-hero .hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.pricing-page .calculator-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff05;border-radius:32px;flex-direction:column;gap:40px;width:100%;padding:40px;display:flex;position:relative;overflow:hidden}.pricing-page .calculator-container:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#0000 50%,#ffffff0d);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pricing-page .calculator-container .calc-section .calc-title{text-transform:none;letter-spacing:0;align-items:center;gap:12px;margin-bottom:24px;font-size:1.25rem;font-weight:700;display:flex}.pricing-page .calculator-container .calc-section .calc-title .step{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.pricing-page .calculator-container .plans-selector{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;scroll-snap-type:x mandatory;gap:20px;margin-bottom:40px;padding:10px 10px 24px;display:flex;overflow-x:auto}.pricing-page .calculator-container .plans-selector::-webkit-scrollbar{height:6px}.pricing-page .calculator-container .plans-selector::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}@media (width<=768px){.pricing-page .calculator-container .plans-selector{gap:14px;margin-bottom:24px}}.pricing-page .calculator-container .plans-selector .plan-card-tall{scroll-snap-align:start;flex:0 0 320px}@media (width<=480px){.pricing-page .calculator-container .plans-selector .plan-card-tall{flex:0 0 270px;padding:24px}}.pricing-page .calculator-container .plans-selector .plan-card-tall{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:28px;flex-direction:column;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.pricing-page .calculator-container .plans-selector .plan-card-tall:hover{background:#ffffff0a;border-color:#ffffff26;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.pricing-page .calculator-container .plans-selector .plan-card-tall.active{border-color:var(--accent-color);background:rgba(var(--accent-color-rgb), .04);box-shadow:0 0 30px rgba(var(--accent-color-rgb), .1)}.pricing-page .calculator-container .plans-selector .plan-card-tall.active .btn-card-select{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-tag{background:rgba(var(--accent-color-rgb), .15);color:var(--accent-color);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:4px 12px;font-size:.7rem;font-weight:800;position:absolute;top:20px;right:24px}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-header-top{margin-bottom:24px}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-header-top .plan-title{color:#fff;text-transform:none;letter-spacing:-.02em;margin-bottom:8px;font-size:1.5rem;font-weight:800}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-header-top .plan-desc{color:var(--text-muted);min-height:42px;margin-bottom:20px;font-size:.9rem;line-height:1.5}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-header-top .plan-price-box{align-items:baseline;gap:6px;display:flex}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-header-top .plan-price-box .amount{color:#fff;font-size:2.25rem;font-weight:900}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-header-top .plan-price-box .term{color:var(--text-muted);font-size:.85rem;font-weight:600}.pricing-page .calculator-container .plans-selector .plan-card-tall .btn-card-select{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:14px;width:100%;margin-bottom:32px;padding:14px;font-size:.95rem;font-weight:700;transition:all .3s}.pricing-page .calculator-container .plans-selector .plan-card-tall .btn-card-select:hover{background:#ffffff0d;border-color:#ffffff4d}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-features-list{flex-direction:column;gap:14px;display:flex}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-features-list .feat-header{color:#fff;opacity:.5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.8rem;font-weight:700}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-features-list .feat-item{color:var(--text-color);align-items:center;gap:12px;font-size:.9rem;display:flex}.pricing-page .calculator-container .plans-selector .plan-card-tall .card-features-list .feat-item.excluded{opacity:.4;text-decoration:line-through}.pricing-page .calculator-container .plan-details-box{background:#ffffff05;border:1px dashed #ffffff1a;border-radius:16px;padding:20px}.pricing-page .calculator-container .plan-details-box p{color:var(--text-muted);margin-bottom:12px;font-size:.95rem}.pricing-page .calculator-container .plan-details-box .mini-features{flex-wrap:wrap;gap:16px;display:flex}.pricing-page .calculator-container .plan-details-box .mini-features .mini-feat{color:var(--text-color);opacity:.8;align-items:center;gap:6px;font-size:.8rem;display:flex}.pricing-page .calculator-container .options-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}@media (width<=480px){.pricing-page .calculator-container .options-grid{grid-template-columns:1fr}}.pricing-page .calculator-container .options-grid .option-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.pricing-page .calculator-container .options-grid .option-card .opt-info{flex-direction:column;gap:2px;display:flex}.pricing-page .calculator-container .options-grid .option-card .opt-info .opt-label{color:var(--text-color);font-size:.9rem;font-weight:500}.pricing-page .calculator-container .options-grid .option-card .opt-info .opt-price{color:var(--accent-color);font-size:.8rem;font-weight:700}.pricing-page .calculator-container .options-grid .option-card .checkbox-ui{border:2px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.pricing-page .calculator-container .options-grid .option-card:hover{background:#ffffff0f;border-color:#fff3}.pricing-page .calculator-container .options-grid .option-card.selected{border-color:var(--accent-color);background:rgba(var(--accent-color-rgb), .05)}.pricing-page .calculator-container .options-grid .option-card.selected .checkbox-ui{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.pricing-page .calculator-container .calc-summary{border-top:1px solid #ffffff14;margin-top:20px;padding-top:40px}.pricing-page .calculator-container .calc-summary .summary-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.pricing-page .calculator-container .calc-summary .summary-content .total-display{flex-direction:column;display:flex}.pricing-page .calculator-container .calc-summary .summary-content .total-display .total-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.pricing-page .calculator-container .calc-summary .summary-content .total-display .total-amount{color:#fff;margin:8px 0;font-size:4rem;font-weight:900;line-height:1}.pricing-page .calculator-container .calc-summary .summary-content .total-display .tax-note{color:var(--text-muted);opacity:.6;font-size:.75rem}.pricing-page .calculator-container .calc-summary .summary-content .btn-cta-calc{color:var(--bg-color);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:20px 40px;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex}.pricing-page .calculator-container .calc-summary .summary-content .btn-cta-calc:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 30px #ffffff1a}.pricing-page .pricing-contact{text-align:center;max-width:700px;margin-top:80px}.pricing-page .pricing-contact h3{margin-bottom:16px;font-size:1.75rem}.pricing-page .pricing-contact p{color:var(--text-muted);margin-bottom:24px;font-size:1rem}.pricing-page .pricing-contact .btn-contact-simple{color:var(--accent-color);font-weight:600;text-decoration:underline;transition:opacity .2s}.pricing-page .pricing-contact .btn-contact-simple:hover{opacity:.8}@media (width<=768px){.pricing-page{padding-top:100px}.pricing-page .calculator-container{padding:24px}.pricing-page .calculator-container .calc-summary .summary-content{text-align:center;flex-direction:column;align-items:center}.pricing-page .calculator-container .calc-summary .summary-content .total-amount{font-size:3rem}}@keyframes spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.circle-graph-outer{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 auto;display:flex;position:relative}.circle-graph-outer:hover .orbit-spinner,.circle-graph-outer:hover .node-counter-spinner{animation-play-state:paused}.circle-main{width:100%;height:100%;box-shadow:0 0 50px rgba(var(--accent-color-rgb), .05);border:1px solid #ffffff0d;border-radius:50%;position:relative}.circle-main:before{content:"";border:1px dashed #ffffff1a;border-radius:50%;width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-spinner{width:100%;height:100%;animation:60s linear infinite spin-cw;position:absolute;top:0;left:0}.tech-orbit{transform-origin:50%;pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%}.tech-orbit .tech-node{transform-origin:50%;pointer-events:auto;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;margin-top:-30px;margin-left:-30px;display:flex;position:absolute;top:0;left:50%}.tech-orbit .tech-node .node-counter-spinner{justify-content:center;align-items:center;width:100%;height:100%;animation:60s linear infinite spin-ccw;display:flex}.tech-orbit .tech-node .node-glass{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0a0a99;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.tech-orbit .tech-node .node-glass img{opacity:.8;width:24px;height:24px;transition:opacity .3s}.tech-orbit .tech-node .node-label{letter-spacing:.05em;opacity:0;white-space:nowrap;color:var(--text-color);background:#000c;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:500;transition:all .3s;position:absolute;bottom:-25px;transform:translateY(-5px)}.tech-orbit .tech-node:hover{z-index:10}.tech-orbit .tech-node:hover .node-glass{border-color:var(--accent-color);box-shadow:0 0 15px rgba(var(--accent-color-rgb), .3);background:rgba(var(--accent-color-rgb), .1);transform:scale(1.1)}.tech-orbit .tech-node:hover .node-glass img{opacity:1}.tech-orbit .tech-node:hover .node-label{opacity:1;transform:translateY(0)}.circle-core{background:radial-gradient(circle at 30% 30%, rgba(var(--accent-color-rgb), .2), transparent 70%);border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-core span{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.8rem}.circle-core .core-glow{border:1px solid rgba(var(--accent-color-rgb), .1);border-radius:50%;width:100%;height:100%;animation:4s ease-in-out infinite pulse-core;position:absolute}@keyframes pulse-core{0%{opacity:.5;transform:scale(.9)}50%{opacity:.2;transform:scale(1.1)}to{opacity:.5;transform:scale(.9)}}:root{--bg-color:#0f0f0f;--text-color:#d4d4d4;--accent-color:#4385c3;--accent-color-rgb:67, 133, 195;--text-muted:#888;--font-main:"Inter", sans-serif;--transition-smooth:all .8s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{position:relative}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;overflow-x:clip}.app-container{width:100%;max-width:1600px;min-height:100vh;margin:0 auto;position:relative}h1,h2,h3{text-transform:uppercase;letter-spacing:-.04em;font-weight:800;line-height:.9}a{color:inherit;text-decoration:none}ul{list-style:none}.overflow-hidden{display:block;overflow:hidden}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,#ffffff0d 4%,#ffffff1a 25%,#ffffff0d 36%) 0 0/1000px 100%;border-radius:4px;animation:2s linear infinite shimmer}
