:root{--bg: #0d1117;--text: #e6edf3;--accent: #58a6ff;--text-muted: #9da7b2;--max-width: 1000px}html{scroll-behavior:smooth;overflow-x:hidden;overflow-y:overlay;max-width:100%}body:hover::-webkit-scrollbar{display:block}body{margin:0;font-family:Inter,Roboto,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6}section{max-width:100%;margin:0 auto;padding:100px 20px}h1,h2,h3{color:var(--text);font-weight:600}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{background:var(--accent);border:none;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;transition:.2s ease-in-out}button:hover{transform:scale(1.03);opacity:.9}.nav{position:sticky;top:0;background:#0d1117e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:space-between;align-items:center;padding:15px 30px;border-bottom:1px solid #161b22;z-index:1000}.logo{color:var(--accent);font-weight:700;letter-spacing:1px}.links{list-style:none;display:flex;gap:30px;margin:0;padding:0}.links a{color:var(--text);text-decoration:none;font-weight:500;transition:color .2s ease}.links a:hover{color:var(--accent)}@media(max-width:1024px){.nav{flex-direction:column;align-items:center}}.hero{display:flex;justify-content:center;align-items:center;min-height:85vh;text-align:center;padding:0 20px}.hero-inner{max-width:700px}.hero h1{font-size:3.5rem;margin-bottom:.5rem;line-height:1.2;font-weight:700}.hero .accent{color:var(--accent)}.subtitle{font-size:1.3rem;color:var(--text-muted);margin-bottom:1rem}.desc{color:#c9d1d9;margin-bottom:2rem}.hero-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.btn-primary,.btn-outline{display:inline-block;padding:10px 22px;border-radius:8px;font-weight:500;transition:all .3s ease}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{transform:scale(1.03);opacity:.9}.btn-outline{border:1px solid var(--accent);color:var(--accent)}.btn-outline:hover{background:#58a6ff1a;transform:scale(1.03)}@media(max-width:1024px){.hero{flex-direction:column;justify-content:center;align-items:center}}.about{background:#0d1117;padding:100px 20px;display:flex;justify-content:center}.about-container{display:flex;align-items:center;gap:60px;max-width:1000px;flex-wrap:wrap}.about-image img{width:250px;height:250px;border-radius:50%;object-fit:cover}.about-text{flex:1;min-width:280px}.about-text h2{color:var(--accent);margin-bottom:1rem}.about-text p{color:var(--text);margin-bottom:1rem;line-height:1.6}.stack strong{color:var(--accent)}@media(max-width:1024px){.about,.about-container{flex-direction:column;justify-content:center;align-items:center}.about-text h2{text-align:center}}.project-preview{scroll-margin-top:250px}.projects-wrapper{padding:80px 5%;color:#e6edf3}.projects-container{display:flex;grid-template-columns:1fr 2.3fr;gap:40px;margin-top:40px;width:90%}.section-title{text-align:center;font-size:3rem;margin-bottom:50px;letter-spacing:1px;font-weight:700;background:linear-gradient(90deg,#00c6ff,#0072ff,#9b5cff);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 4s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(max-width:1024px){.projects-container{flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%}}.sidebar{width:100%}aside{flex:1;background:#0d1117;padding:20px;border-radius:12px;border:1px solid #1f2937;width:50%}.categories{display:flex;justify-content:center;gap:15px;flex-wrap:nowrap;margin-bottom:25px}.category-btn{background:#0d1117;border:1px solid #30363d;color:#58a6ff;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:500;letter-spacing:.3px;transition:all .25s ease;flex-shrink:0}.category-btn:hover{background:#58a6ff22;transform:translateY(-2px)}.category-btn:first-child{border-color:#9bbcff;font-weight:600}.category-btn.active{background:#58a6ff;color:#0d1117;transform:scale(1.05);box-shadow:0 0 10px #58a6ff55}.project-item{border-top:1px solid #30363d;padding:8px 0;color:#c9d1d9}@media(max-width:1024px){aside{width:90%}.categories{flex-wrap:wrap;justify-content:center;gap:10px}.category-btn{font-size:.9rem;padding:8px 14px}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;height:auto}.project-card{display:flex;flex-direction:column;justify-content:center;position:relative;height:auto;background:#161b22;border:1px solid #30363d;border-radius:12px;padding:20px;transition:all .3s ease}.project-card:hover{border-color:#58a6ff;box-shadow:0 0 10px #58a6ff55}.project-card h3{color:#58a6ff;margin-bottom:10px}.project-card p{color:#c9d1d9;font-size:.95rem;margin-bottom:8px}.project-card .tech{font-size:.85rem;color:#8b949e;margin-top:auto;margin-bottom:12px}.project-card .links a{color:#58a6ff;font-weight:500;text-decoration:none;gap:10px;margin-right:10px;margin-top:auto}.project-card .links a:hover{text-decoration:underline}@media(max-width:1024px){.projects-card{flex-direction:column;align-items:center;justify-content:center;gap:40px}}.project-preview{background:#0d1117;border-radius:12px;padding:30px;min-height:600px;color:#e6edf3;overflow:hidden;width:40%}.project-preview h2{text-align:center}.project-iframe-wrapper{width:100%;height:520px;border-radius:10px;overflow:hidden;position:relative}.project-iframe{position:absolute;left:50%;top:50%;width:1200px;height:800px;transform:translate(-50%,-50%) scale(.65);transform-origin:center center;border:none}.project-video{width:100%;min-height:300px;max-height:500px;border-radius:10px;margin-top:20px;outline:none;background:#000}@media(max-width:1024px){.project-preview{width:90%;min-height:auto;padding:20px}.project-iframe-wrapper{height:auto;aspect-ratio:16 / 9}.project-iframe{position:static;transform:none;width:100%;height:100%}.project-video{width:100%;height:auto;border-radius:10px}}.contact{text-align:center;padding:100px 0;color:#e6edf3}.hint{margin-top:50px;font-size:.9rem;color:#9da7b2;margin-bottom:0}.email-box{display:inline-block;background:#58a6ff1a;border:1px solid #58a6ff33;color:#58a6ff;padding:10px 18px;border-radius:8px;margin:15px 0 30px;cursor:pointer;transition:all .3s ease}.email-box:hover{background:#58a6ff40;box-shadow:0 0 15px #58a6ff4d}.copied-msg{margin-left:10px;color:#7ee787;font-size:.9rem;font-weight:600}.contact-links{display:flex;justify-content:center;flex-wrap:wrap;gap:25px}.contact-btn{display:flex;align-items:center;gap:10px;color:#58a6ff;border:1px solid #58a6ff33;padding:12px 22px;border-radius:10px;text-decoration:none;background:#58a6ff1a;transition:all .3s ease}.contact-btn:hover{background:#58a6ff40;box-shadow:0 0 20px #58a6ff4d;transform:translateY(-2px)}
