:root{--background-deep:#000;--bg-primary:#000;--bg-card:#0d0e12;--text-main:#fff;--text-muted:#94a3b8;--font-family:"Inter", sans-serif;--accent-coral:#3b82f6}body.light-mode{--background-deep:#f4f9ff;--bg-primary:#f4f9ff;--bg-card:#ffffffa6;--accent-coral:#1d4ed8;--text-main:#0f172a;--text-muted:#475569}body.light-mode .marquee-item{color:#0f172a1f}body.light-mode .service-card,body.light-mode .contact-form input,body.light-mode .contact-form textarea,body.light-mode .scene-glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);color:var(--text-main);border:1px solid #2563eb26;box-shadow:0 10px 30px #0f172a0a}.skeleton{z-index:10;background:linear-gradient(90deg,#111216 25%,#1e212b 50%,#111216 75%) 0 0/200% 100%;position:absolute;top:0;left:0}body.light-mode .skeleton{background:linear-gradient(90deg,#dbeafe 25%,#eff6ff 50%,#dbeafe 75%)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background-deep);width:100%;color:var(--text-main);font-family:var(--font-family);-webkit-font-smoothing:antialiased;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1);position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.theme-toggle-btn{color:var(--text-main);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .3s,transform .2s;display:flex}.theme-toggle-btn:hover{background-color:#8080801a;transform:scale(1.1)}.btn-primary,.btn-secondary{white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.btn-primary{background-color:var(--accent-coral);color:#fff;box-shadow:0 5px 20px #2563eb4d}.btn-primary:hover{opacity:.9}.btn-secondary{color:var(--accent-coral);border:1px solid var(--accent-coral);background-color:#0000}.btn-secondary:hover{background-color:var(--accent-coral);color:#fff}.back-to-top{background-color:var(--accent-coral);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 5px 15px #3b82f666}.back-to-top:hover{background-color:var(--text-main);color:var(--background-deep);transform:translateY(-5px)scale(1.1)}.navbar{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 8%;transition:all .4s;display:flex;position:fixed;top:0;left:0}.nav-logo{color:var(--text-main);z-index:1001;font-size:1.2rem;font-weight:700}.nav-links-desktop{gap:2.5rem;display:flex}.nav-link{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text-main)}.menu-toggle{z-index:1001;justify-content:center;align-items:center;display:none}.nav-mobile-overlay{display:none}.hero-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;min-height:100vh;padding:120px 8% 4rem;display:grid}.hero-left{flex-direction:column;align-items:flex-start;width:100%;display:flex}.profile-image-container{border:2px solid #ffffff1a;border-radius:50%;width:120px;height:120px;margin-bottom:1.5rem;overflow:hidden}.profile-img{object-fit:cover;width:100%;height:100%}.hero-title{color:var(--text-muted);width:100%;margin-bottom:1rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.text-white{color:var(--text-main)}.hero-subtitle{color:var(--text-muted);max-width:450px;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.hero-cta{gap:1rem;width:100%;display:flex}.hero-right{justify-content:flex-end;width:100%;display:flex}.art-card{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;width:100%;max-width:450px;padding:1.5rem}.art-graphic-placeholder{justify-content:center;align-items:center;width:100%;height:auto;min-height:250px;margin-bottom:1rem;display:flex}.art-card-info h3{color:var(--text-main);margin-bottom:.2rem;font-size:1.1rem}.art-card-info p{color:var(--text-muted);font-size:.85rem}.services-section{max-width:1200px;margin:0 auto;padding:6rem 8%}.section-title{letter-spacing:2px;color:var(--text-main);text-transform:uppercase;margin-bottom:2.5rem;font-size:1rem;font-weight:600}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;display:grid}.service-card{background-color:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.service-card:hover{background-color:#ffffff0a;transform:translateY(-5px)}.service-icon-wrapper{background-color:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.service-title{color:var(--text-main);margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.service-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.featured-section{max-width:1200px;margin:0 auto;padding:6rem 8%}.work-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;display:grid}.work-card{cursor:pointer;background-color:#0000;flex-direction:column;display:flex}.work-image-container{border-radius:16px;width:100%;height:280px;margin-bottom:1.5rem;transition:all .3s;overflow:hidden}.work-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.work-card:hover .work-img{transform:scale(1.05)}.work-card:hover .work-image-container{transform:translateY(-8px);box-shadow:0 10px 30px #0000004d}.work-title{color:var(--text-main);margin-bottom:.3rem;font-size:1.3rem;font-weight:700}.work-category{color:var(--accent-coral);text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem;font-size:.85rem;font-weight:600}.work-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.approach-section{max-width:1200px;margin:0 auto;padding:6rem 8%}.approach-timeline{justify-content:space-between;gap:2rem;margin-top:3rem;display:flex}.approach-step{flex-direction:column;flex:1;display:flex}.step-title{color:var(--text-main);font-size:1.3rem;font-weight:700}.step-divider{align-items:center;width:100%;margin:1.5rem 0;display:flex}.step-line{background-color:var(--text-muted);opacity:.3;flex-grow:1;height:1px}.step-arrow{border-top:2px solid var(--text-muted);border-right:2px solid var(--text-muted);opacity:.6;width:8px;height:8px;transform:rotate(45deg)}.approach-step:last-child .step-divider{opacity:0}.step-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.contact-section{background-color:var(--background-deep);padding:8rem 8%;position:relative}.contact-container{grid-template-columns:1fr 1fr;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.contact-left{flex-direction:column;justify-content:center;display:flex}.about-me,.selected-clients{margin-bottom:2rem}.about-me h3,.selected-clients h3{color:var(--text-main);margin-bottom:1rem}.about-me p{color:var(--text-muted);line-height:1.6}.client-grid{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;gap:1rem;font-size:.9rem;display:flex}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;width:100%;padding:1.2rem;font-family:inherit;font-size:.95rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent-coral);background-color:#ffffff0d;outline:none}.footer-section{background-color:var(--background-deep);border-top:1px solid #ffffff0d;padding:2rem 8%}.footer-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-left p{color:var(--text-muted);font-size:.85rem}.footer-right{gap:1.5rem;display:flex}.footer-right a{color:var(--text-muted);justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-right a:hover{color:var(--accent-coral);transform:translateY(-3px)}.marquee-section{white-space:nowrap;background:#ffffff05;padding:4rem 0;overflow:hidden}.marquee-track{animation:20s linear infinite scroll;display:inline-block}.marquee-item{color:#ffffff26;text-transform:uppercase;margin:0 3rem;font-size:1.5rem;font-weight:800}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.network-card-3d{aspect-ratio:1.1;width:100%;max-width:500px;transform-style:preserve-3d;cursor:pointer;border-radius:24px;margin:0 auto;position:relative;box-shadow:0 15px 35px #0006}.card-media-window{background:#111216;border:1px solid #ffffff1a;border-radius:18px;width:100%;height:100%;position:relative;overflow:hidden}.tech-stack-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:1.5px;pointer-events:none;z-index:10;background:#0a0a0a99;border:1px solid #ffffff1a;border-radius:50px;padding:1rem 2rem;font-family:monospace;font-size:1.1rem;font-weight:700;transition:transform .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #0003}.dark-ui-scene{background:#111;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.scene-sphere{background:radial-gradient(circle at 30% 30%,#3a3a3a,#0a0a0a);border-radius:50%;width:150px;height:150px;transition:transform .4s ease-out;position:absolute;top:15%;right:20%;box-shadow:0 10px 30px #00000080}.scene-phone{background:#1a1a1a;border:4px solid #2a2a2a;border-radius:24px;width:140px;height:280px;padding:6px;transition:transform .4s ease-out;position:absolute;top:10%;left:20%;box-shadow:-15px 20px 30px #0009,inset 0 0 10px #ffffff0d}.phone-screen{background:linear-gradient(#222 0%,#151515 100%);border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.phone-screen:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:50%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.scene-glass-card{-webkit-backdrop-filter:blur(12px);background:#28282866;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:10px;width:200px;height:120px;padding:1.5rem;transition:transform .4s ease-out;display:flex;position:absolute;bottom:15%;right:15%;box-shadow:0 20px 40px #0006}.ui-line{background:#fff3;border-radius:4px;height:8px}.ui-line.short{width:40%}.ui-line.long{width:80%}.ui-box{background:#ff69b426;border-radius:8px;width:100%;height:40px;margin-top:auto}@media (width<=968px){.hero-section{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-left{align-items:center}.hero-subtitle{text-align:center;margin:0 auto 2.5rem}.hero-right{justify-content:center}}@media (width<=768px){.navbar{padding:1.2rem 6%}.nav-links-desktop{display:none}.menu-toggle{display:flex}.nav-mobile-overlay{background-color:#0f111afa;border-bottom:1px solid #ffffff0d;width:100%;padding:2rem 0;display:block;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #00000080}.nav-links-mobile{flex-direction:column;align-items:center;gap:2rem;display:flex}.nav-link-mobile-item{color:var(--text-muted);text-align:center;width:100%;padding:.5rem 0;font-size:1.2rem;font-weight:500}.hero-section{gap:2.5rem;min-height:auto;padding:120px 5% 3rem}.hero-title{font-size:clamp(2.3rem,7vw,3.2rem)}.art-card{max-width:100%;padding:1rem}.featured-section,.approach-section{padding:4rem 5%}.work-grid{grid-template-columns:1fr;gap:2.5rem}.work-image-container{height:240px}.approach-timeline{flex-direction:column;gap:2.5rem}.step-divider{display:none}.approach-step{border-left:2px solid #ffffff1a;padding-bottom:1rem;padding-left:1.5rem;position:relative}.approach-step:last-child{border-left-color:#0000}.approach-step:before{content:"";background-color:var(--accent-coral);width:10px;height:10px;box-shadow:0 0 10px var(--accent-coral);border-radius:50%;position:absolute;top:6px;left:-6px}.contact-container{grid-template-columns:1fr;gap:4rem}.network-card-3d{aspect-ratio:1;max-width:320px;height:auto}.network-card-3d .scene-phone{border-width:3px;width:100px;height:200px;top:12%;left:10%}.network-card-3d .scene-glass-card{width:140px;height:90px;padding:.8rem;bottom:10%;right:5%}.network-card-3d .ui-box{height:20px}.network-card-3d .scene-sphere{width:100px;height:100px;top:15%;right:12%}.network-card-3d .tech-stack-badge{padding:.4rem .9rem;font-size:.8rem}}@media (width<=600px){.services-section{padding:3rem 5%}.services-grid{grid-template-columns:1fr;gap:1rem}.footer-container{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.hero-title{font-size:2.2rem}.hero-cta{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}.network-card-3d{max-width:280px}.network-card-3d .scene-phone{width:85px;height:170px}.network-card-3d .scene-glass-card{width:120px;height:80px;bottom:8%;right:2%}.network-card-3d .scene-sphere{width:85px;height:85px}.network-card-3d .tech-stack-badge{padding:.3rem .7rem;font-size:.7rem}}.modal-category{color:#3b82f6}.modal-close{color:inherit;opacity:.7}.modal-close:hover{opacity:1}.modal-border-bottom{border-bottom:1px solid #80808033}.modal-img-wrapper{border:1px solid #80808033}.modal-content{color:#fff;background:#0a0a0c;border:1px solid #27272a}.modal-pipeline-box{background:#111216;border:1px solid #1e212b}.modal-pipeline-step{color:#fff;background:#1e212b;border:1px solid #3f3f46}@media (prefers-color-scheme:light){.modal-content{color:#1f2937;background:#fff;border:1px solid #e5e7eb}.modal-pipeline-box{background:#f3f4f6;border:1px solid #e5e7eb}.modal-pipeline-step{color:#111827;background:#fff;border:1px solid #d1d5db}}body.light .modal-content{color:#1f2937;background:#fff;border:1px solid #e5e7eb}body.light .modal-pipeline-box{background:#f3f4f6;border:1px solid #e5e7eb}body.light .modal-pipeline-step{color:#111827;background:#fff;border:1px solid #d1d5db}.skeleton-wrapper{flex-direction:column;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:60px 5%;display:flex}.skeleton-block{background:linear-gradient(90deg,#27272a 25%,#3f3f46 50%,#27272a 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s linear infinite shimmer}@media (prefers-color-scheme:light){.skeleton-block{background:linear-gradient(90deg,#e4e4e7 25%,#f4f4f5 50%,#e4e4e7 75%) 0 0/200% 100%}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skel-header{border-radius:12px;width:40%;height:60px}.skel-text{border-radius:6px;width:100%;height:20px}.skel-text-short{border-radius:6px;width:75%;height:20px}.skel-image{border-radius:16px;width:100%;height:300px}
