@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#fff;--bg-dark:#000;--text-dim:#a1a1aa}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0}::-webkit-scrollbar{display:none}body{background-color:var(--bg-dark);color:var(--primary);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #06b6d4}a:focus-visible,button:focus-visible{outline-offset:3px;outline:2px solid #06b6d4}button{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit}button:focus{outline:none}button:disabled{opacity:.5;cursor:not-allowed}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{color:#000;z-index:100000;background:#06b6d4;border-radius:4px;padding:.75rem 1.25rem;font-weight:800;text-decoration:none;transition:top .2s;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.navbar{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:2rem 4rem;display:flex}.nav-brand{letter-spacing:-.02em;color:#fff;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.nav-brand:visited{color:#fff}.nav-brand-icon-wrapper{justify-content:center;align-items:center;width:45px;height:45px;display:flex}.nav-brand-logo{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:#d4d4d8;letter-spacing:.05em;-webkit-tap-highlight-color:transparent;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.nav-link:after{content:"";background-color:#fff;width:0;height:2px;transition:width .15s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.nav-button{color:#000;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#fff;border:none;border-radius:4px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;transition:background .15s,box-shadow .15s,color .15s}.nav-button:hover{background:#f0f0f0;box-shadow:0 4px 12px #fff3}@media (width<=768px){.navbar{padding:1.5rem}.nav-links{display:none}}.hero-container{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.hero-bg{z-index:-2;-webkit-mask-image:linear-gradient(270deg,#000 40%,#0000 95%),linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(270deg,#000 40%,#0000 95%),linear-gradient(#000 60%,#0000 100%);filter:contrast(1.2)brightness()saturate(1.05);width:65%;height:90%;image-rendering:-webkit-optimize-contrast;background-image:url(/bg_4k.png);background-position:100%;background-repeat:no-repeat;background-size:contain;position:absolute;top:5%;right:-5%;transform:rotate(5deg);-webkit-mask-image:linear-gradient(270deg,#000 30%,#0000 90%),linear-gradient(#000 50%,#0000 100%)}.hero-overlay{z-index:-1;background:radial-gradient(circle at 20%,#0000 0%,#000 80%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:left;z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;margin-top:-5vh;padding:0 4rem;display:flex}.hero-title{text-transform:uppercase;letter-spacing:-.04em;color:#fff;max-width:800px;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,5rem);font-weight:950;line-height:1}.hero-subtitle{color:var(--text-dim);max-width:500px;margin-bottom:3.5rem;font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:300;line-height:1.6}.hero-cta{color:#000;cursor:pointer;letter-spacing:.05em;background-color:#fff;border:none;border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:800;transition:all .3s;position:relative;overflow:hidden}.hero-cta:hover{transform:scale(1.05);box-shadow:0 0 24px #ffffff4d}.hero-cta:after{content:"";background:#0000000d;border-radius:50%;width:120%;height:0;padding-bottom:120%;transition:transform .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.hero-cta:hover:after{transform:translate(-50%,-50%)scale(1)}@media (width<=768px){.hero-content{text-align:center;align-items:center;margin-top:0;padding:0 1.5rem}.hero-title{font-size:clamp(2.5rem,10vw,4rem);line-height:1.1}.hero-subtitle{margin-bottom:2rem}.hero-cta{width:100%;max-width:300px}.hero-bg{opacity:.3;background-position:50%;background-size:cover;width:100vw;height:100vh;top:0;left:0;right:auto;transform:none;-webkit-mask-image:linear-gradient(#000 30%,#0000 90%);mask-image:linear-gradient(#000 30%,#0000 90%)}}@media (width<=480px){.hero-title{font-size:clamp(2.2rem,8vw,3rem)}}.mobile-menu-btn{cursor:pointer;z-index:100;background:0 0;border:none;display:none}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#000000b3;width:100vw;height:100vh;position:fixed;top:0;left:0}.mobile-drawer{z-index:1000;background:#050505;border-left:1px solid #ffffff1a;flex-direction:column;width:85%;max-width:400px;height:100vh;padding:2rem;display:flex;position:fixed;top:0;right:0}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.close-drawer-btn{cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex}.close-drawer-btn:hover{background:#ffffff1a}.drawer-links{flex-direction:column;gap:2rem;display:flex}.drawer-links a{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;text-decoration:none}.drawer-links .nav-button{width:100%;margin-top:1rem}@media (width<=768px){.mobile-menu-btn{justify-content:center;align-items:center;display:flex}}.services-section{z-index:5;background-color:#000;padding:10rem 4rem 4rem;position:relative;overflow:hidden}.services-header{margin-bottom:6rem;position:relative}.services-title-large{color:#fff;letter-spacing:-.07em;text-transform:uppercase;-webkit-text-fill-color:white;-webkit-text-stroke:1px #ffffff1a;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,6rem);font-weight:950;line-height:.8}.services-intro{max-width:800px}.services-main-title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.services-subtitle{color:var(--text-dim);max-width:600px;font-size:1.1rem;line-height:1.6}.services-exact-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:8rem;display:grid}.grid-col{flex-direction:column;gap:1.5rem;display:flex}.bento-card{background:#111;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;flex:1;min-height:280px;transition:all .4s;display:flex;position:relative;overflow:hidden}.bento-card:hover{background:#151515;border-color:#ffffff26;transform:translateY(-5px)}.text-card{text-align:left;justify-content:flex-start;padding:2rem}.text-card h4{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.2}.text-card p{color:#888;font-size:.85rem;line-height:1.5}.image-card{background:#000}.image-card img{object-fit:cover;opacity:.9;width:100%;height:100%}.tall-span{min-height:575px}.card-icon-circle{color:#666;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:2rem;display:flex}.bento-card:hover .card-icon-circle{color:#fff;background:#ffffff14}.mini{justify-content:flex-end;padding:1.8rem}.mini h4{font-size:1.1rem}.mini p{font-size:.8rem}.growth-marquee{background:#004d40;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;width:100vw;margin-top:4rem;margin-left:-50vw;margin-right:-50vw;padding:2rem 0;position:relative;left:50%;right:50%;overflow:hidden;transform:rotate(-1.5deg)}.marquee-content{white-space:nowrap;gap:4rem;animation:40s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-content span{letter-spacing:.05em;color:#fff;align-items:center;gap:4rem;font-size:1.8rem;font-weight:800;display:flex}.separator{color:#ffffff4d}@media (width<=1280px){.services-exact-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.services-exact-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-section{padding:4rem 1.5rem}.services-header{margin-bottom:3rem}.services-title-large{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2.2rem,8vw,3.5rem)}.services-exact-grid{gap:1rem;margin-bottom:4rem}.text-card{padding:1.25rem 1.5rem}.text-card h4{margin-bottom:.5rem;font-size:1.1rem}.text-card p{font-size:.8rem}.card-icon-circle{width:32px;height:32px;margin-bottom:1rem}.card-icon-circle svg{width:16px;height:16px}.tall-span{min-height:160px}.image-card{min-height:150px}.bento-card{min-height:auto}.services-exact-grid .grid-col:first-child,.services-exact-grid .grid-col:nth-child(2),.services-exact-grid .grid-col:nth-child(5){border-radius:12px;overflow:hidden;height:260px!important;min-height:260px!important;display:block!important;position:relative!important}.services-exact-grid .grid-col:first-child>*,.services-exact-grid .grid-col:nth-child(2)>*,.services-exact-grid .grid-col:nth-child(5)>*{width:100%!important;height:100%!important;margin:0!important;position:absolute!important;top:0!important;left:0!important}.services-exact-grid .grid-col:first-child .text-card,.services-exact-grid .grid-col:nth-child(2) .text-card,.services-exact-grid .grid-col:nth-child(4) .text-card,.services-exact-grid .grid-col:nth-child(5) .text-card{flex-direction:column;justify-content:flex-end;display:flex;border:1px solid #ffffff26!important;height:260px!important;min-height:260px!important}.services-exact-grid .grid-col:first-child .text-card,.services-exact-grid .grid-col:nth-child(2) .text-card,.services-exact-grid .grid-col:nth-child(5) .text-card{z-index:2;background:linear-gradient(#0000004d 0%,#000000b3 40%,#000000f2 90%)!important}.services-exact-grid .grid-col:first-child .image-card,.services-exact-grid .grid-col:nth-child(2) .image-card,.services-exact-grid .grid-col:nth-child(5) .image-card{z-index:1;border:none!important;height:100%!important;min-height:100%!important}.services-exact-grid .grid-col:first-child .image-card img,.services-exact-grid .grid-col:nth-child(2) .image-card img,.services-exact-grid .grid-col:nth-child(5) .image-card img{object-position:center;height:100%;opacity:1!important}.services-exact-grid .grid-col:nth-child(3){display:none}.services-exact-grid .grid-col:nth-child(4) .text-card:first-child{background:linear-gradient(#0000004d 0%,#000000b3 40%,#000000f2 90%),url(/services/tunnel.png) 50%/cover no-repeat!important}.services-exact-grid .grid-col:nth-child(4) .text-card:nth-child(2){background:linear-gradient(#0000004d 0%,#000000b3 40%,#000000f2 90%),url(/services/dashboard.png) 50%/cover no-repeat!important}.bento-card:hover{transform:none!important}}@media (width<=640px){.services-exact-grid{grid-template-columns:1fr;gap:.75rem}.grid-col{gap:.75rem}.bento-card{min-height:auto}}@media (width<=480px){.services-title-large{font-size:3rem}}.portfolio-section{background-color:#000;justify-content:center;padding:4rem;display:flex}.dashboard-container{background-color:#0a0a0a;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;width:100%;max-width:1400px;display:flex;overflow:hidden}.dashboard-header{background:#ffffff08;border-bottom:1px solid #ffffff1a;align-items:center;height:40px;padding:0 1rem;display:flex}.header-controls{gap:8px;margin-right:1.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.header-title{color:#666;letter-spacing:.1em;align-items:center;gap:8px;font-family:monospace;font-size:11px;display:flex}.dashboard-main{grid-template-columns:250px 1fr 300px;min-height:550px;max-height:550px;display:grid}.dashboard-sidebar{border-right:1px solid #ffffff0d;padding:1.5rem 0}.sidebar-label{color:#444;letter-spacing:.15em;margin-bottom:1rem;padding:0 1.5rem;font-size:10px;font-weight:700}.file-tree{color:#888;font-size:13px;list-style:none}.tree-file{opacity:.5;cursor:pointer;border-left:2px solid #0000;align-items:center;gap:10px;padding:8px 1.5rem;transition:all .2s;display:flex}.tree-file:hover{opacity:1;background:#ffffff08}.tree-file.active{color:#06b6d4;opacity:1;background:#00d4ff0d;border-left:2px solid #06b6d4}.dashboard-content{scrollbar-gutter:stable;flex-direction:column;padding:2rem 3rem;display:flex;overflow-y:auto}.project-detail-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;gap:3rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.detail-main-info{flex:1}.detail-title{color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.detail-description{color:#888;max-width:600px;font-size:.95rem;line-height:1.6}.detail-meta{flex-direction:column;gap:1rem;min-width:200px;display:flex}.meta-item{flex-direction:column;gap:4px;display:flex}.meta-label{color:#444;letter-spacing:.1em;font-size:9px;font-weight:800}.meta-value{color:#aaa;font-family:monospace;font-size:12px}.detail-section{margin-bottom:2.5rem}.section-title{color:#06b6d4;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem;font-size:11px;font-weight:800}.features-list{flex-direction:column;gap:10px;list-style:none;display:flex}.features-list li{color:#ccc;align-items:center;gap:12px;font-size:.9rem;display:flex}.features-list li:before{content:">";color:#06b6d4;font-family:monospace;font-weight:800}.tech-tags{flex-wrap:wrap;gap:8px;display:flex}.tech-tag{color:#888;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;padding:4px 12px;font-family:monospace;font-size:11px}.detail-grid-metrics{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.metric-box{background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;flex-direction:column;align-items:center;gap:4px;padding:1rem;display:flex}.metric-value{color:#fff;font-size:1.5rem;font-weight:800}.metric-label{color:#444;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:700}.dashboard-preview{background:#ffffff03;border-left:1px solid #ffffff0d;padding:1.5rem}.preview-label{color:#444;letter-spacing:.15em;text-align:center;margin-bottom:2rem;font-size:10px;font-weight:700}.preview-content{flex-direction:column;height:100%;display:flex}.preview-visual{flex-direction:column;flex:1;gap:2rem;display:flex;position:relative}.ascii-terminal-box{background:#050505;border:1px solid #ffffff1a;border-radius:6px;flex-direction:column;width:100%;display:flex;overflow:hidden}.blink-cursor{color:#fff;font-weight:800;animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.ascii-body{color:#06b6d4;white-space:pre-wrap;word-break:break-all;text-shadow:0 0 8px #06b6d466;margin:0;padding:1.5rem 1rem;font-family:Courier New,Courier,monospace;font-size:.65rem;font-weight:600;line-height:1.4}.preview-cta{color:#000;cursor:pointer;letter-spacing:.05em;background:#fff;border:none;border-radius:4px;width:100%;margin-top:auto;margin-bottom:3rem;padding:1rem;font-size:11px;font-weight:800;transition:all .3s}.outcomes-section{flex-direction:column;flex:1;display:flex}.outcomes-title{color:#666;letter-spacing:.15em;margin-bottom:1.5rem;font-size:10px;font-weight:700}.outcomes-list{flex-direction:column;margin:0 0 2rem;padding:0;list-style:none;display:flex}.outcomes-item{border-top:1px solid #ffffff0f;flex-direction:column;gap:.4rem;padding:1.25rem 0;display:flex}.outcomes-item:last-child{border-bottom:1px solid #ffffff0f}.outcomes-value{color:#fff;letter-spacing:-.02em;font-size:1.65rem;font-weight:800;line-height:1}.outcomes-label{color:#888;font-size:.78rem;line-height:1.4}@media (width<=1024px){.dashboard-main{grid-template-columns:200px 1fr 250px}}@media (width<=768px){.portfolio-section{padding:4rem 1.5rem}.dashboard-main{flex-direction:column;height:auto;min-height:auto;max-height:none;display:flex}.dashboard-sidebar{border-bottom:1px solid #ffffff0d;border-right:none;padding:1rem 0}.file-tree{scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;padding:0 1rem .5rem;display:flex;overflow-x:auto}.file-tree::-webkit-scrollbar{display:none}.tree-file{white-space:nowrap;background:#ffffff05;border-bottom:2px solid #0000;border-radius:4px;padding:.5rem 1rem;border-left:none!important}.tree-file.active{color:#06b6d4;background:#00d4ff0d;border-bottom:2px solid #06b6d4}.dashboard-content{padding:1.5rem;overflow-y:visible}.project-detail-header{flex-direction:column;gap:1.5rem}.detail-meta{flex-flow:wrap;gap:1.5rem}.detail-grid-metrics{grid-template-columns:repeat(3,1fr);gap:.5rem}.metric-box{padding:.75rem .5rem}.metric-value{font-size:1.1rem}.dashboard-preview{display:none}}.contact-section{background-color:#000;padding:10rem 4rem}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:5rem}.contact-title-large{color:#fff;letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4.5rem);font-weight:950}.contact-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem}.contact-grid{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.contact-card{background:#080808;border:1px solid #ffffff0d;border-radius:12px;padding:2.5rem}.form-card{flex-direction:column;gap:2rem;display:flex}.card-header{color:#fff;letter-spacing:.15em;opacity:.8;align-items:center;gap:12px;font-size:.8rem;font-weight:800;display:flex}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group input,.form-group textarea{color:#fff;resize:none;background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:1.2rem;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#ffffff0d;border-color:#fff;outline:none}.form-group.has-error input,.form-group.has-error textarea{border-color:#ff5f56}.form-group.has-error input:focus,.form-group.has-error textarea:focus{border-color:#ff5f56;box-shadow:0 0 0 1px #ff5f564d}.field-error{color:#ff5f56;letter-spacing:.02em;align-items:center;gap:6px;margin-top:6px;font-size:.75rem;font-weight:600;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:.8s linear infinite spin}.form-submit{color:#000;cursor:pointer;background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:1.2rem;font-size:.9rem;font-weight:800;transition:all .3s;display:flex}.form-submit:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffffff1a}.contact-actions-grid{flex-direction:column;gap:2rem;display:flex}.action-card{text-align:left;flex-direction:column;gap:1rem;display:flex}.action-card.highlight{background:linear-gradient(to bottom right,#0a0a0a,#000);border-color:#fff3}.action-icon{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.5rem;display:flex}.whatsapp-color{color:#25d366;background:#25d3660d;border-color:#25d36633}.action-card h3{color:#fff;font-size:1.2rem;font-weight:800}.action-card p{color:#666;font-size:.9rem;line-height:1.5}.action-button{color:#fff;cursor:pointer;text-align:center;background:0 0;border:1px solid #fff3;border-radius:6px;width:100%;padding:1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s}.action-button:hover{color:#000;background:#fff;border-color:#fff}.whatsapp-btn:hover{color:#fff;background:#25d366;border-color:#25d366}@media (width<=968px){.contact-grid{grid-template-columns:1fr}}@media (width<=768px){.contact-section{padding:6rem 1.5rem}.contact-card{padding:1.5rem}}.main-footer{background-color:#000;border-top:1px solid #ffffff0d;padding:6rem 4rem 3rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{grid-template-columns:1.2fr 2fr;gap:4rem;margin-bottom:6rem;display:grid}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{letter-spacing:-.02em;color:#fff;align-items:center;gap:12px;font-size:1.2rem;font-weight:900;text-decoration:none;display:flex}.footer-logo:visited{color:#fff}.footer-logo img{filter:brightness(0)invert();width:35px;height:35px}.footer-tagline{color:#666;max-width:320px;font-size:.95rem;line-height:1.6}.footer-socials{gap:1.2rem;display:flex}.footer-socials a{color:#444;transition:all .3s}.footer-socials a:hover{color:#fff;transform:translateY(-2px)}.footer-links-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col{flex-direction:column;gap:1.2rem;display:flex}.footer-col h4{color:#fff;letter-spacing:.15em;margin-bottom:.5rem;font-size:.75rem;font-weight:810}.footer-col a{color:#666;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s}.footer-col a:hover{color:#fff}.system-status{color:#06b6d4;letter-spacing:.1em;align-items:center;gap:10px;font-size:.7rem;font-weight:800;display:flex}.status-dot{background-color:#06b6d4;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 10px #06b6d4}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.status-location{color:#444;font-size:.75rem}.footer-bottom{color:#444;border-top:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;font-weight:600;display:flex}.footer-tech-info{align-items:center;gap:8px;font-family:monospace;display:flex}@media (width<=968px){.footer-top{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.main-footer{padding:2.5rem 1.5rem 1.5rem}.footer-top{gap:2rem;margin-bottom:2rem}.footer-brand{text-align:center;align-items:center}.footer-logo{font-size:1rem}.footer-tagline{max-width:100%;font-size:.85rem}.footer-links-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:1rem}.footer-col{align-items:center;gap:.6rem}.footer-col h4{margin-bottom:0;font-size:.65rem}.footer-col a{font-size:.75rem}.system-status{justify-content:center}.footer-bottom{text-align:center;flex-direction:column-reverse;gap:.75rem;padding-top:1rem;font-size:.65rem}}.meme-window{z-index:9999;background-color:#080808;border:1px solid #fff3;border-radius:8px;flex-direction:column;width:400px;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000080}.meme-header{background:#111;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:35px;padding:0 1rem;display:flex}.meme-header .header-controls{gap:8px;display:flex}.meme-header .dot{border:1px solid #000;border-radius:50%;width:12px;height:12px}.meme-title{color:#eee;letter-spacing:1px;font-family:monospace;font-size:10px;font-weight:900}.meme-content{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.meme-gif{border:2px solid #333;width:100%;max-width:250px}.meme-text h3{color:#ff5f56;text-transform:uppercase;margin-bottom:.5rem;font-size:1.2rem}.meme-text p{color:#888;font-size:.9rem;line-height:1.4}.meme-button{color:#000;cursor:pointer;background:#fff;border:none;padding:.8rem 1.5rem;font-family:monospace;font-weight:900;transition:transform .1s}.meme-button.secondary{color:#fff;background:0 0;border:2px solid #fff}.meme-button.secondary:hover{background:#ffffff1a}
