*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#0b0c10;color:#c5c6c7;line-height:1.6}html{scroll-behavior:smooth}::selection{background:#66fcf1;color:#0b0c10}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{background-color:#1f2833f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:999;box-shadow:0 2px 15px #0003;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header-content h1{color:#66fcf1;font-size:1.5rem;font-weight:700;text-shadow:0 0 10px rgba(102,252,241,.3)}.header-content nav a{color:#c5c6c7;text-decoration:none;margin-left:1.5rem;font-weight:500;transition:all .3s ease;position:relative}.header-content nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#66fcf1;transition:width .3s ease}.header-content nav a:hover:after{width:100%}.header-content nav a:hover{color:#66fcf1}.hero{width:100%;min-height:100vh;background:linear-gradient(145deg,#0b0c10,#1f2833);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,rgba(102,252,241,.1) 0%,transparent 70%);pointer-events:none}.hero-content{text-align:center;padding:2rem 0;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content h2{font-size:3.5rem;color:#66fcf1;margin-bottom:1rem;text-shadow:0 0 20px rgba(102,252,241,.3);letter-spacing:1px}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-content button{background-color:#66fcf1;color:#0b0c10;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #66fcf14d}.hero-content button:hover{background-color:#45a29e;transform:translateY(-2px);box-shadow:0 6px 20px #66fcf166}.section{padding:80px 20px;text-align:center}.section-title{font-size:2rem;color:#66fcf1;margin-bottom:2rem;position:relative;text-transform:uppercase;letter-spacing:1px}.section-title:after{content:"";display:block;width:60px;height:3px;background-color:#66fcf1;margin:.5rem auto 0}.card{background:#1f2833;color:#c5c6c7;padding:20px;margin:20px auto;border-radius:10px;box-shadow:0 4px 8px #0003;max-width:800px}.about-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.about-image{width:180px;height:180px;object-fit:cover;object-position:center top;border-radius:50%;border:3px solid #66FCF1}.about-content{flex:1;text-align:left;max-width:600px;font-size:1rem}.experience-timeline{max-width:800px;margin:0 auto;text-align:left;position:relative;display:flex;flex-direction:column;gap:1.5rem}.experience-item{background:#1f2833;padding:1.5rem;border-radius:10px;border-left:4px solid #66FCF1;box-shadow:0 4px 8px #0003}.experience-item h3{margin-bottom:.5rem;color:#66fcf1}.experience-item p{margin-bottom:.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.project-card{background:linear-gradient(145deg,#1f2833,#2c3e50);padding:1.8rem;border-radius:16px;box-shadow:0 4px 20px #0003;transition:all .3s ease;border:1px solid rgba(102,252,241,.1);position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(102,252,241,.03));pointer-events:none}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000004d;border-color:#66fcf133}.project-card h3{color:#66fcf1;margin-bottom:1rem;font-size:1.5rem;letter-spacing:.5px}.blog-separator{margin:4rem 0;border:none;border-top:2px solid #66FCF1}.blog-section{max-width:900px;margin:0 auto 4rem;padding:2.5rem;background:linear-gradient(145deg,#1f2833,#2c3e50);border-radius:20px;box-shadow:0 8px 30px #0000004d;border:1px solid rgba(102,252,241,.1)}.blog-title{font-size:2.2rem;font-weight:700;text-align:center;color:#66fcf1;margin-bottom:2rem;text-shadow:0 0 15px rgba(102,252,241,.2)}.blog-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.blog-entry{background-color:#2e3944;padding:20px;border-radius:12px;box-shadow:0 4px 10px #0003;transition:transform .3s ease-in-out,background-color .3s ease-in-out;cursor:pointer}.blog-entry:hover{transform:scale(1.02);background-color:#3c4f5c}.blog-date{font-size:14px;font-weight:700;color:#c5c6c7;margin-bottom:8px}.blog-link{font-size:20px;font-weight:700;color:#66fcf1;text-decoration:none;display:block;transition:color .3s ease-in-out}.blog-link:hover{color:#45a29e;text-decoration:underline}.contact-card{background:#1f2833;color:#c5c6c7;padding:2rem;border-radius:10px;max-width:600px;margin:0 auto;text-align:left;box-shadow:0 4px 8px #0003}.contact-card a{color:#66fcf1;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-card a:hover{color:#45a29e}footer{text-align:center;padding:1rem 0;background-color:#1f2833}footer p{color:#c5c6c7;font-size:.9rem}.blog-content{padding:1rem;line-height:1.7}.blog-content h2{color:#66fcf1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;border-bottom:2px solid #66FCF1;padding-bottom:.5rem}.blog-content h3{color:#45a29e;font-size:1.4rem;margin-top:1.2rem;margin-bottom:.8rem}.blog-content p{margin-bottom:1rem;color:#c5c6c7}.blog-content a{color:#66fcf1;text-decoration:underline;transition:color .3s}.blog-content a:hover{color:#45a29e}.blog-content code{background-color:#2e3944;color:#c5c6c7;padding:.2rem .4rem;border-radius:4px;font-family:Fira Code,monospace}.blog-content pre{background-color:#2e3944;color:#c5c6c7;padding:1rem;border-radius:6px;margin-bottom:1.5rem;overflow-x:auto;font-family:Fira Code,monospace}.blog-content ul{margin-left:1.5rem;margin-bottom:1rem}.blog-content li{margin-bottom:.5rem}.blog-content>*:last-child{margin-bottom:0}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#0b0c10}.loading:after{content:"";width:50px;height:50px;border:3px solid #1F2833;border-radius:50%;border-top-color:#66fcf1;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-transition{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:#66fcf11a;z-index:1000}.scroll-progress-bar{height:100%;background:#66fcf1;width:0%;transition:width .2s ease}:focus{outline:2px solid #66FCF1;outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 768px){.hero-content h2{font-size:2.5rem}.project-card{padding:1.5rem}.about-wrapper{flex-direction:column;text-align:center}.about-content{text-align:center}.header-content{padding:.8rem 0}.header-content nav{display:flex;gap:1rem}.header-content nav a{margin-left:0;font-size:.9rem}}@media (prefers-color-scheme: dark){::selection{background:#66fcf1;color:#0b0c10}}.project-card:focus-within{transform:translateY(-5px);box-shadow:0 8px 30px #66fcf133}.blog-entry:focus-within{transform:scale(1.02)}.hero-content h2,.section-title,.blog-title{font-feature-settings:"ss01","ss02";font-weight:800}p,h1,h2,h3,h4,h5,h6{text-wrap:balance}
