*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%}h1,h2,h3,h4,h5,h6{line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit}::selection{background:#58a6ff4d;color:#c9d1d9}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#30363d;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#484f58}.page{min-height:100vh;background:#000}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 8%;background:#000000f2;border-bottom:1px solid rgba(255,255,255,.1);position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:slideDown .6s ease}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-logo{font-size:1.25rem;font-weight:700;color:#fff;transition:all .3s;cursor:pointer}.nav-logo:hover{opacity:.7}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:#b0b0b0;font-size:.95rem;transition:all .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#fff;transition:width .3s ease}.nav-links a:hover{color:#fff;transform:translateY(-2px)}.nav-links a:hover:after{width:100%}.hero{padding:10rem 8% 6rem;max-width:900px;margin:0 auto;animation:fadeInUp .8s ease;position:relative}.name-greeting{font-size:1.2rem;color:#909090;font-weight:400;margin-bottom:.5rem;animation:fadeInUp .6s ease}.name-main{font-size:4rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.1;animation:fadeInUp .8s ease .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:1.5rem;font-weight:500;color:#b0b0b0;margin-bottom:1.5rem;letter-spacing:.05em;line-height:1.2;animation:fadeInUp 1s ease .4s both}.hero h1::selection{background:#58a6ff4d}.hero p{font-size:1.15rem;color:#b0b0b0;line-height:1.7;margin-bottom:2rem;animation:fadeInUp 1s ease .3s both}.cta-button{display:inline-block;padding:.85rem 1.75rem;background:transparent;color:#fff;font-weight:500;font-size:.95rem;border-radius:0;transition:all .3s;border:1px solid #ffffff;position:relative;overflow:hidden;animation:fadeInUp 1.2s ease .6s both}.cta-button:hover{background:#fff;color:#000;border-color:#fff}.section{padding:4rem 8%;max-width:900px;margin:0 auto;opacity:0;transform:translateY(50px);animation:sectionFadeIn .8s ease forwards}@keyframes sectionFadeIn{to{opacity:1;transform:translateY(0)}}.section:nth-child(2){animation-delay:.1s}.section:nth-child(3){animation-delay:.2s}.section:nth-child(4){animation-delay:.3s}.section:nth-child(5){animation-delay:.4s}.section h2{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:2rem;position:relative;display:inline-block;animation:slideInLeft .6s ease}@keyframes slideInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}.section h2:before{content:"";position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:20px;height:1px;background:#505050;animation:expandLine .8s ease .3s both}@keyframes expandLine{0%{width:0}to{width:20px}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.skill-item{padding:1.5rem;background:#0f0f0fcc;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .4s ease;cursor:default;position:relative;overflow:hidden;animation:fadeInUp .6s ease both}.skill-item:nth-child(1){animation-delay:.1s}.skill-item:nth-child(2){animation-delay:.2s}.skill-item:nth-child(3){animation-delay:.3s}.skill-item:nth-child(4){animation-delay:.4s}.skill-item:hover{border-color:#ffffff4d;background:#141414;transform:translateY(-2px)}.skill-item h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem;transition:all .3s}.skill-item p{font-size:.9rem;color:#b0b0b0;line-height:1.5;transition:color .3s}.skill-item:hover p{color:#e0e0e0}.projects-list{display:flex;flex-direction:column;gap:1.5rem}.project-item{padding:2rem;background:#0f0f0fcc;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .4s ease;position:relative;overflow:hidden;animation:fadeInUp .6s ease both}.project-item:nth-child(1){animation-delay:.2s}.project-item:nth-child(2){animation-delay:.4s}.project-item:before{content:"";position:absolute;top:0;left:0;width:1px;height:0;background:#505050;transition:height .5s ease}.project-item:hover{border-color:#ffffff4d;background:#141414;transform:translate(4px)}.project-item:hover:before{height:100%}.project-item h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem;transition:all .3s;position:relative;display:inline-block}.project-item:hover h3{color:#fff;transform:translate(2px)}.project-item p{font-size:.95rem;color:#b0b0b0;line-height:1.6;margin-bottom:1rem;transition:color .3s}.project-item:hover p{color:#e0e0e0}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{padding:.35rem .75rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:0;font-size:.8rem;color:#909090;transition:all .3s;animation:fadeIn .5s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tag:nth-child(1){animation-delay:.5s}.tag:nth-child(2){animation-delay:.6s}.tag:nth-child(3){animation-delay:.7s}.tag:hover{background:#ffffff0d;border-color:#fff6;color:#fff}.contact-links{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:#b0b0b0;padding:.75rem 0;transition:all .3s;animation:slideInLeft .6s ease both}.contact-item:nth-child(1){animation-delay:.1s}.contact-item:nth-child(2){animation-delay:.2s}.contact-item:nth-child(3){animation-delay:.3s}.contact-item span{min-width:80px;font-weight:500}.contact-item a{color:#fff;transition:all .3s;position:relative}.contact-item a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#fff;transition:width .4s ease}.contact-item a:hover{opacity:.7}.contact-item a:hover:after{width:100%}.footer{padding:3rem 8%;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#707070;font-size:.9rem;animation:fadeIn 1s ease 1s both}@media(max-width:768px){.navbar{padding:1.25rem 5%}.nav-links{gap:1.5rem}.hero{padding:8rem 5% 4rem}.hero h1{font-size:1.25rem}.name-main{font-size:2.5rem}.name-greeting{font-size:1rem}.section{padding:3rem 5%}.skills-grid{grid-template-columns:1fr}}.blog-grid{display:flex;flex-direction:column;gap:2rem;max-width:900px}.blog-card{padding:2rem;background:#0f0f0fcc;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .4s ease;position:relative;overflow:hidden;animation:fadeInUp .6s ease both;cursor:pointer;display:block}.blog-card:nth-child(1){animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}.blog-card:before{content:"";position:absolute;top:0;left:0;width:1px;height:0;background:#505050;transition:height .5s ease}.blog-card:hover{border-color:#ffffff4d;background:#141414;transform:translateY(-2px)}.blog-card:hover:before{height:100%}.blog-date{font-size:.85rem;color:#707070;margin-bottom:.75rem;font-weight:400}.blog-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem;transition:color .3s}.blog-card:hover .blog-title{color:#fff}.blog-summary{font-size:.95rem;color:#b0b0b0;line-height:1.6;margin-bottom:1rem}.blog-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.blog-read-more{font-size:.9rem;color:#fff;font-weight:400;display:flex;align-items:center;gap:.5rem;transition:all .3s}.blog-card:hover .blog-read-more{gap:.75rem}.blog-read-more .arrow{transition:transform .3s}.blog-card:hover .blog-read-more .arrow{transform:translate(5px)}.blog-post-container{padding:8rem 8% 4rem;max-width:800px;margin:0 auto;animation:fadeInUp .8s ease}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:.95rem;margin-bottom:2rem;transition:all .3s}.back-link:hover{gap:.75rem;opacity:.7}.back-link .arrow{transition:transform .3s}.back-link:hover .arrow{transform:translate(-3px)}.blog-post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.blog-post-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.blog-post-content{color:#e0e0e0;line-height:1.8}.blog-post-content h1{font-size:2rem;font-weight:700;color:#fff;margin:2.5rem 0 1rem}.blog-post-content h2{font-size:1.5rem;font-weight:600;color:#fff;margin:2rem 0 1rem;position:relative;padding-left:1rem;border-left:2px solid #505050}.blog-post-content h3{font-size:1.25rem;font-weight:600;color:#fff;margin:1.5rem 0 .75rem}.blog-post-content p{margin-bottom:1.25rem;font-size:1rem}.blog-post-content ul,.blog-post-content ol{margin:1rem 0 1.5rem 1.5rem;color:#b0b0b0}.blog-post-content li{margin-bottom:.5rem;line-height:1.7}.blog-post-content pre{background:#0f0f0fe6;border:1px solid rgba(255,255,255,.1);border-radius:0;padding:1.5rem;overflow-x:auto;margin:1.5rem 0}.blog-post-content code{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#b0b0b0;line-height:1.6}.blog-post-content strong{color:#fff;font-weight:600}@media(max-width:768px){.blog-post-container{padding:6rem 5% 3rem}.blog-post-title{font-size:1.75rem}.blog-post-content h1{font-size:1.5rem}.blog-post-content h2{font-size:1.25rem}}
