*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#222;background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);background-attachment:fixed;display:flex;flex-direction:column;min-height:100vh;transition:color .3s ease,background .3s ease;position:relative}body::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(0,102,204,.02) 0%, rgba(0,0,0,0) 50%),radial-gradient(circle at 80% 20%, rgba(74,158,255,.02) 0%, rgba(0,0,0,0) 50%);pointer-events:none;z-index:-1}.container{width:80vw;max-width:1400px;min-width:320px;margin:0 auto;padding:0 40px}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem;color:#222}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}.site-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem 0}.site-header .header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.site-header .site-title a{color:#222;font-weight:bold;font-size:1.5rem}.site-header .site-title a:hover{text-decoration:none}.site-header .header-nav{display:flex;align-items:center;gap:2rem}.site-nav .nav-list{display:flex;list-style:none;gap:2rem;margin:0}.site-nav .nav-link{color:#666;font-weight:500}.site-nav .nav-link:hover,.site-nav .nav-link.active{color:#06c}.main-content{flex:1;padding:2rem 0}.tech-tags{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg, #06c, #4a9eff);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.card-container,.contact-links,.approach-grid,.services-grid,.hero .services-preview{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;max-width:1000px;margin:0 auto}.card,.contact-card,.approach-card{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.05);text-align:left}.card:hover,.contact-card:hover,.approach-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.1);border-color:rgba(0,102,204,.3)}.card .card-icon,.contact-card .card-icon,.approach-card .card-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.card h3,.contact-card h3,.approach-card h3{font-size:1.4rem;margin-bottom:1rem;color:#222;font-weight:600}.card p,.contact-card p,.approach-card p{color:#666;font-size:1rem;line-height:1.6;margin:0}.timeline{background:linear-gradient(135deg, #06c, #4a9eff);color:#fff;padding:.5rem 1rem;border-radius:12px;font-size:.9rem;font-weight:600;margin-top:1rem;text-align:center}.hero{text-align:center;padding:4rem 0 5rem;position:relative;}.hero .hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:0 2rem}.hero .hero-content h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;font-weight:700;line-height:1.1;background:linear-gradient(135deg, #06c, #4a9eff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero .hero-content p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#555;max-width:700px;margin:0 auto 2rem;line-height:1.7;font-weight:500}.hero .services-preview{margin-top:3rem}.hero .hero-cta{margin-top:3rem;padding:2rem;background:linear-gradient(135deg, rgba(255,255,255,.9), rgba(248,249,250,.9));border-radius:20px;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1)}.hero .hero-cta h2{font-size:2rem;margin-bottom:1rem;color:#222;font-weight:600}.hero .hero-cta p{font-size:1.1rem;margin-bottom:1.5rem;color:#555}.hero .hero-cta .contact-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg, #06c, #4a9eff);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,102,204,.3)}.hero .hero-cta .contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,102,204,.4)}.hero .hero-cta .contact-button:active{transform:translateY(0)}.hero .hero-cta .contact-button:hover{text-decoration:none}.hero .hero-cta .contact-button .fa-envelope{font-size:1.2rem}.hero .hero-cta .location-text{margin-top:1rem;font-style:italic;color:#777;font-size:.95rem}.recent-posts,.posts-list{margin-top:3rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:2rem}.post-card,.post-summary{border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;background-color:#fff;transition:box-shadow .2s ease}.post-card:hover,.post-summary:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.post-title a{color:#222}.post-title a:hover{color:#06c;text-decoration:none}.post-meta{display:flex;gap:1rem;margin-top:.5rem;font-size:.9rem;color:#666}.post-description,.post-excerpt{color:#666;margin-top:1rem}.post-tags{margin-top:1rem}.tag{background-color:#f8f9fa;color:#666;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;margin-right:.5rem}.page{max-width:700px;margin:0 auto}.page-header{text-align:center;margin-bottom:3rem}.page-header .page-title{font-size:2.5rem;margin-bottom:1rem}.page-header .page-meta{color:#666;margin-bottom:1rem}.page-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.page-content blockquote{border-left:4px solid #06c;padding-left:1rem;margin:2rem 0;font-style:italic;color:#666}.page-content pre{background-color:#f8f9fa;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.page-content code{background-color:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-family:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace}.page-navigation{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e9ecef}.page-navigation .nav-previous{justify-self:start}.page-navigation .nav-next{justify-self:end;text-align:right}.page-navigation .nav-link{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #e9ecef;border-radius:8px;transition:border-color .2s ease}.page-navigation .nav-link:hover{border-color:#06c;text-decoration:none}.page-navigation .nav-label{font-size:.9rem;color:#666}.page-navigation .nav-title{font-weight:500;color:#222}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#06c;color:#fff;border-radius:6px;font-weight:500;transition:background-color .2s ease}.btn:hover{background-color:#0056b3;text-decoration:none}.view-all{text-align:center;margin-top:2rem}.contact-link{color:#666;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.contact-link:hover{color:#06c;text-decoration:none}.contact-link .fa-envelope{font-size:1.1rem}.contact-link .contact-text{font-size:1rem}.site-footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;padding:2rem 0;color:#666;font-size:.9rem}.site-footer a{color:#666}.site-footer .footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes pulse{0%, 100%{transform:scale(1)}50%{transform:scale(1.05)}}.animate-on-scroll{opacity:0;animation:fadeInUp .8s ease forwards}.card,.contact-card,.approach-card{opacity:0;animation:fadeInUp .8s ease forwards}.card:nth-child(1),.contact-card:nth-child(1),.approach-card:nth-child(1){animation-delay:.1s}.card:nth-child(2),.contact-card:nth-child(2),.approach-card:nth-child(2){animation-delay:.2s}.card:nth-child(3),.contact-card:nth-child(3),.approach-card:nth-child(3){animation-delay:.3s}.card:nth-child(4),.contact-card:nth-child(4),.approach-card:nth-child(4){animation-delay:.4s}.hero-cta{opacity:0;animation:fadeInUp .8s ease .5s forwards}.approach-card{opacity:0;animation:fadeInUp .8s ease forwards}.approach-card:nth-child(1){animation-delay:.1s}.approach-card:nth-child(2){animation-delay:.2s}.approach-card:nth-child(3){animation-delay:.3s}.approach-card:nth-child(4){animation-delay:.4s}.contact-card{opacity:0;animation:fadeInUp .8s ease forwards}.contact-card:nth-child(1){animation-delay:.1s}.contact-card:nth-child(2){animation-delay:.2s}.contact-card:nth-child(3){animation-delay:.3s}@media (max-width: 768px){.container{padding:0 24px}.card,.contact-card,.approach-card{padding:1.5rem}.hero{padding:3rem 0 4rem}.hero .hero-content{padding:0 1rem}.hero .services-preview{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.hero .hero-cta{margin-top:2rem;padding:1.5rem}.hero .hero-cta h2{font-size:1.5rem}.hero .hero-cta .contact-button{padding:.75rem 1.5rem;font-size:1rem}.site-header .header-content{flex-direction:column;gap:1rem}.site-nav .nav-list{gap:1rem}.posts-grid{grid-template-columns:1fr}.page-navigation{grid-template-columns:1fr}.page-navigation .nav-next{justify-self:start;text-align:left}.contact-link .contact-text{display:none}.floating-pdf-btn{width:50px;height:50px;border-radius:50%;padding:0}.floating-pdf-btn .pdf-text{display:none !important}.floating-pdf-btn .pdf-icon{display:inline !important}.site-footer .footer-content{flex-direction:column;text-align:center}.about-services,.about-approach{margin-bottom:3rem}.about-services h2,.about-approach h2{font-size:1.8rem}.services-grid,.approach-grid{grid-template-columns:1fr;gap:1.5rem}.card,.contact-card,.approach-card{padding:1.5rem}.contact-links{grid-template-columns:1fr;gap:1rem}.contact-card{padding:1rem}}.contact-button:focus,.btn:focus,.nav-link:focus{outline:2px solid #4a9eff;outline-offset:2px}.about-services,.about-approach{margin-top:4rem;margin-bottom:4rem}.about-services h2,.about-approach h2{text-align:center;font-size:2.2rem;margin-bottom:2rem;color:#222}.services-grid{margin-top:2rem}.approach-grid{margin-top:2rem}.approach-card{text-align:center}.approach-card .approach-icon{font-size:3rem;margin-bottom:1rem;display:block}.approach-card h3{font-size:1.3rem}.about-contact{text-align:center;padding:3rem 0}.about-contact h2{font-size:2.2rem;margin-bottom:1rem;color:#222}.about-contact>p{font-size:1.2rem;color:#666;margin-bottom:2rem}.contact-links{gap:1.5rem;max-width:800px}.contact-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none}.contact-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.contact-card:active{transform:translateY(0)}.contact-card:hover{text-decoration:none}.contact-card .contact-icon{font-size:2rem;flex-shrink:0}.contact-card .contact-info{text-align:left}.contact-card .contact-info h4{font-size:1.1rem;margin:0 0 .25rem 0;color:#222;font-weight:600}.contact-card .contact-info p{margin:0;color:#666;font-size:.95rem}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.floating-pdf-btn{position:fixed;bottom:2rem;right:2rem;width:auto;height:50px;padding:0 1rem;border:none;border-radius:25px;background-color:#06c;color:#fff;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;gap:.5rem}.floating-pdf-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.floating-pdf-btn:active{transform:translateY(0)}.floating-pdf-btn:hover{background-color:#0056b3}.floating-pdf-btn .pdf-icon{display:none}.floating-pdf-btn .pdf-text{display:inline}.dark-mode-toggle{position:fixed;bottom:2rem;left:2rem;width:50px;height:50px;border:none;border-radius:50%;background-color:#f8f9fa;color:#666;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.dark-mode-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.dark-mode-toggle:active{transform:translateY(0)}.dark-mode-toggle:hover{background-color:#e9ecef}[data-theme=dark]{color:#e0e0e0;background:linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);background-attachment:fixed;}[data-theme=dark]::before{background:radial-gradient(circle at 20% 80%, rgba(74,158,255,.03) 0%, rgba(0,0,0,0) 50%),radial-gradient(circle at 80% 20%, rgba(102,179,255,.03) 0%, rgba(0,0,0,0) 50%)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f0f0f0}[data-theme=dark] a{color:#4a9eff}[data-theme=dark] a:hover{color:#66b3ff}[data-theme=dark] .site-header{background-color:#2a2a2a;border-bottom-color:#404040}[data-theme=dark] .site-header .site-title a{color:#f0f0f0}[data-theme=dark] .site-nav .nav-link{color:#b0b0b0}[data-theme=dark] .site-nav .nav-link:hover,[data-theme=dark] .site-nav .nav-link.active{color:#4a9eff}[data-theme=dark] .contact-link{color:#b0b0b0}[data-theme=dark] .contact-link:hover{color:#4a9eff}[data-theme=dark] .card,[data-theme=dark] .approach-card,[data-theme=dark] .contact-card{background:rgba(42,42,42,.8);border-color:rgba(64,64,64,.3)}[data-theme=dark] .card:hover,[data-theme=dark] .approach-card:hover,[data-theme=dark] .contact-card:hover{border-color:rgba(74,158,255,.4);background:rgba(48,48,48,.9)}[data-theme=dark] .card h3,[data-theme=dark] .approach-card h3,[data-theme=dark] .contact-card h3{color:#f0f0f0}[data-theme=dark] .card p,[data-theme=dark] .approach-card p,[data-theme=dark] .contact-card p{color:#b0b0b0}[data-theme=dark] .hero{background:linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%)}[data-theme=dark] .hero::before{background:radial-gradient(circle at 20% 80%, rgba(74,158,255,.05) 0%, rgba(0,0,0,0) 50%),radial-gradient(circle at 80% 20%, rgba(102,179,255,.05) 0%, rgba(0,0,0,0) 50%)}[data-theme=dark] .hero .hero-content h1{background:linear-gradient(135deg, #4a9eff, #66b3ff);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}[data-theme=dark] .hero .hero-content p{color:#b0b0b0}[data-theme=dark] .hero .hero-cta{background:linear-gradient(135deg, rgba(42,42,42,.9), rgba(26,26,26,.9));border-color:rgba(64,64,64,.3)}[data-theme=dark] .hero .hero-cta h2{color:#f0f0f0}[data-theme=dark] .hero .hero-cta p{color:#b0b0b0}[data-theme=dark] .hero .hero-cta .location-text{color:#888}[data-theme=dark] .post-card,[data-theme=dark] .post-summary{background-color:#2a2a2a;border-color:#404040}[data-theme=dark] .post-title a{color:#f0f0f0}[data-theme=dark] .post-title a:hover{color:#4a9eff}[data-theme=dark] .post-meta,[data-theme=dark] .post-description,[data-theme=dark] .post-excerpt{color:#b0b0b0}[data-theme=dark] .tag{background-color:#404040;color:#b0b0b0}[data-theme=dark] .page-header .page-meta{color:#b0b0b0}[data-theme=dark] .page-content blockquote{color:#b0b0b0;border-left-color:#4a9eff}[data-theme=dark] .page-content pre{background-color:#2a2a2a;border:1px solid #404040}[data-theme=dark] .page-content code{background-color:#2a2a2a;color:#e0e0e0}[data-theme=dark] .page-navigation{border-top-color:#404040}[data-theme=dark] .page-navigation .nav-link{background-color:#2a2a2a;border-color:#404040}[data-theme=dark] .page-navigation .nav-link:hover{border-color:#4a9eff}[data-theme=dark] .page-navigation .nav-label{color:#b0b0b0}[data-theme=dark] .page-navigation .nav-title{color:#f0f0f0}[data-theme=dark] .btn{background-color:#4a9eff}[data-theme=dark] .btn:hover{background-color:#66b3ff}[data-theme=dark] .site-footer{background-color:#2a2a2a;border-top-color:#404040;color:#b0b0b0}[data-theme=dark] .site-footer a{color:#b0b0b0}[data-theme=dark] .site-footer a:hover{color:#4a9eff}[data-theme=dark] .floating-pdf-btn{background-color:#4a9eff}[data-theme=dark] .floating-pdf-btn:hover{background-color:#66b3ff}[data-theme=dark] .dark-mode-toggle{background-color:#404040;color:#e0e0e0}[data-theme=dark] .dark-mode-toggle:hover{background-color:#4a4a4a}[data-theme=dark] .about-services h2,[data-theme=dark] .about-approach h2,[data-theme=dark] .about-contact h2{color:#f0f0f0}[data-theme=dark] .about-contact>p{color:#b0b0b0}[data-theme=dark] .approach-card{background:rgba(42,42,42,.8);border-color:rgba(64,64,64,.3)}[data-theme=dark] .approach-card:hover{border-color:rgba(74,158,255,.4);background:rgba(48,48,48,.9)}[data-theme=dark] .approach-card h3{color:#f0f0f0}[data-theme=dark] .approach-card p{color:#b0b0b0}[data-theme=dark] .contact-card{background:rgba(42,42,42,.8);border-color:rgba(64,64,64,.3)}[data-theme=dark] .contact-card:hover{border-color:rgba(74,158,255,.4);background:rgba(48,48,48,.9)}[data-theme=dark] .contact-card h3{color:#f0f0f0}[data-theme=dark] .contact-card p{color:#b0b0b0}[data-theme=dark] .contact-card .contact-info h4{color:#f0f0f0}[data-theme=dark] .contact-card .contact-info p{color:#b0b0b0}[data-theme=dark] .cv-header{border-bottom-color:#4a9eff}[data-theme=dark] .cv-title{color:#f0f0f0}[data-theme=dark] .cv-description{color:#b0b0b0}[data-theme=dark] .cv-content h2{color:#4a9eff;border-bottom-color:#404040}[data-theme=dark] .cv-content h3{color:#f0f0f0}[data-theme=dark] .cv-content table th,[data-theme=dark] .cv-content table td{border-color:#404040}[data-theme=dark] .cv-content table th{background-color:#222;color:#f0f0f0}[data-theme=dark] .cv-content table tbody tr:nth-child(even){background-color:#222}[data-theme=dark] .cv-content table tbody tr:hover{background-color:#444}.cv-container{max-width:800px;margin:0 auto;padding:2rem}.cv-header{text-align:center;margin-bottom:2rem;border-bottom:2px solid #06c;padding-bottom:1rem}.cv-title{font-size:2.5rem;color:#222;margin-bottom:.5rem}.cv-description{font-size:1.2rem;color:#666}.cv-content{line-height:1.6}.cv-content h2{margin-top:2rem;margin-bottom:1rem;color:#06c;border-bottom:1px solid #e9ecef;padding-bottom:.5rem}.cv-content h3{margin-top:1.5rem;margin-bottom:.5rem;color:#222}.cv-content ul{margin-left:1.5rem;margin-bottom:1rem}.cv-content li{margin-bottom:.25rem}.cv-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.cv-content table th,.cv-content table td{padding:.75rem 1rem;text-align:left;border:1px solid #e9ecef}.cv-content table th{background-color:#f8f9fa;font-weight:600;color:#222}.cv-content table tbody tr:nth-child(even){background-color:#f8f9fa}.cv-content table tbody tr:hover{background-color:#e9ecef}@media print{html{zoom:.6;}.floating-pdf-btn,.no-print,.site-header,.site-footer,.dark-mode-toggle{display:none !important}body{margin:0;padding:0}.container{width:100%;max-width:none;padding:0}.table{width:80%}.cv-container{max-width:none;margin:0;padding:1rem .5rem;width:100%}.cv-header{border-bottom:2px solid #000}.cv-title{color:#000}.cv-content h2{color:#000;border-bottom:1px solid #000}.cv-content h3{color:#000}.cv-content h2{page-break-after:avoid}.cv-content h3{page-break-after:avoid}.cv-content ul{page-break-inside:avoid}.cv-content table{page-break-inside:avoid;break-inside:avoid}}@media (prefers-color-scheme: dark){body:not([data-theme]){color:#e0e0e0;background-color:#1a1a1a}body:not([data-theme]) h1,body:not([data-theme]) h2,body:not([data-theme]) h3,body:not([data-theme]) h4,body:not([data-theme]) h5,body:not([data-theme]) h6{color:#f0f0f0}body:not([data-theme]) a{color:#4a9eff}body:not([data-theme]) a:hover{color:#66b3ff}}