:root{--color-bg-deep: #050505;--color-bg-surface: #0a0a0a;--color-bg-card: rgba(255, 255, 255, .03);--color-border: rgba(255, 255, 255, .08);--color-accent-primary: #00f2fe;--color-accent-secondary: #4facfe;--color-text-primary: #ffffff;--color-text-secondary: #a1a1aa;--spacing-unit: 1rem;--max-width: 1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;background-color:var(--color-bg-deep);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden;background-image:radial-gradient(circle at 15% 50%,rgba(79,172,254,.06),transparent 25%),radial-gradient(circle at 85% 30%,rgba(0,242,254,.06),transparent 25%);background-attachment:fixed}.App{width:100%;max-width:100vw;overflow-x:hidden}section{padding:8rem 0;position:relative;width:100%;overflow:hidden}@media(max-width:768px){section{padding:5rem 0}}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-accent-primary)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}h1,h2,h3{font-weight:800;line-height:1.2;letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,var(--color-accent-secondary),var(--color-accent-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,var(--color-accent-secondary),var(--color-accent-primary));color:#000;font-weight:700;font-size:1rem;border-radius:99px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:none;text-transform:uppercase;letter-spacing:1px}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00f2fe4d;color:#000}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:480px){.card{padding:1.5rem}}.card:hover{transform:translateY(-10px);border-color:#00f2fe4d;box-shadow:0 20px 40px #0006,0 0 20px #00f2fe1a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.header-nav{padding:1.5rem 0;position:sticky;top:0;background-color:#050505d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);z-index:1000;transition:all .3s ease}.header-container{display:flex;justify-content:space-between;align-items:center}.header-logo{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;z-index:1001}.header-links{display:flex;gap:2.5rem;font-size:.95rem;font-weight:600}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;z-index:1001;padding:0}.menu-toggle .bar{height:2px;width:100%;background-color:var(--color-text-primary);border-radius:10px;transition:all .3s cubic-bezier(.1,0,.1,1)}@media(max-width:768px){.header-nav{padding:1rem 0}.header-logo{font-size:1.25rem}.menu-toggle{display:flex}.menu-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--color-bg-deep);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:all .4s cubic-bezier(.1,0,.1,1);z-index:1000}.header-links.active{right:0}.header-links a{font-size:1.5rem;opacity:0;transform:translateY(20px)}.header-links.active a{opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.1,0,.1,1)}.header-links.active a:nth-child(1){transition-delay:.1s}.header-links.active a:nth-child(2){transition-delay:.2s}.header-links.active a:nth-child(3){transition-delay:.3s}}.hero-section{min-height:80vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;position:relative;overflow:hidden}@media(max-width:768px){.hero-section{min-height:70vh;padding:3rem 1rem}}.hero-glow{position:absolute;top:20%;left:-50px;width:300px;height:300px;background:#00f2fe26;filter:blur(100px);border-radius:50%;z-index:-1;pointer-events:none}.hero-name{color:var(--color-accent-primary);font-weight:700;letter-spacing:3px;text-transform:uppercase;font-size:.9rem;margin-bottom:1.5rem;display:block}.hero-title{font-size:clamp(2.5rem,10vw,6rem);max-width:1000px;margin-bottom:2rem;line-height:1.1;word-wrap:break-word}.hero-description{font-size:1.25rem;color:var(--color-text-secondary);max-width:650px;margin-bottom:3rem;line-height:1.8}.expertise-section{background-color:var(--color-bg-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.expertise-label{color:var(--color-accent-primary);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:1rem;display:block;margin-bottom:1rem}.expertise-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:4rem}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1.5rem;width:100%}.expertise-grid>*{min-width:0}.expertise-card-accent{width:40px;height:4px;background:linear-gradient(90deg,var(--color-accent-secondary),var(--color-accent-primary));margin-bottom:1.5rem;border-radius:2px}.expertise-card-title{margin-bottom:1rem;font-size:1.5rem}.expertise-card-description{color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.projects-label{color:var(--color-accent-primary);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:1rem;display:block;margin-bottom:1rem}.projects-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:4rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,480px),1fr));gap:2.5rem;width:100%}.projects-grid>*{min-width:0}.project-card{display:flex;flex-direction:column}.project-tech-list{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.project-tech-tag{font-size:.75rem;background-color:#00f2fe1a;border:1px solid rgba(0,242,254,.2);color:var(--color-accent-primary);padding:4px 12px;border-radius:99px;font-weight:700;letter-spacing:.5px}.project-card-title{font-size:1.75rem;margin-bottom:1rem}.project-card-description{color:var(--color-text-secondary);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.project-link{color:var(--color-accent-primary);font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .3s ease;margin-top:auto}.project-link:hover{opacity:.8;color:var(--color-accent-primary)}.footer-section{padding:8rem 0 4rem;background-color:var(--color-bg-surface);border-top:1px solid var(--color-border);position:relative;overflow:hidden}.footer-glow{position:absolute;bottom:-10%;right:-10%;width:400px;height:400px;background:#00f2fe1a;filter:blur(120px);border-radius:50%;z-index:0}.footer-container{position:relative;z-index:1}.footer-title{font-size:clamp(3rem,5vw,4.5rem);margin-bottom:1.5rem}.footer-description{font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:4rem;max-width:600px;line-height:1.8}.footer-contacts{display:flex;gap:4rem;flex-wrap:wrap}.contact-label{font-size:.85rem;color:var(--color-accent-primary);margin-bottom:.5rem;text-transform:uppercase;font-weight:700;letter-spacing:1px}.contact-link{font-size:1.5rem;font-weight:600;display:inline-block;position:relative}.footer-bottom{margin-top:8rem;padding-top:2rem;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--color-text-secondary);font-weight:500}@media(max-width:768px){.footer-section{padding:4rem 0 2rem}.footer-description{margin-bottom:3rem}.footer-contacts{gap:2.5rem}.contact-link{font-size:1.25rem}.footer-bottom{margin-top:4rem;flex-direction:column;gap:1rem;text-align:center}}
