:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.popup-box{background:#fff;padding:24px 32px;border-radius:8px;text-align:center;max-width:400px;box-shadow:0 10px 30px #0003}.popup-box button{margin-top:16px;padding:8px 20px;cursor:pointer}:root{--blue: #2563eb;--purple: #7c3aed;--cyan: #0891b2;--orange: #ea580c;--green: #16a34a;--text-dark: #0f172a;--text-muted: #475569;--bg-soft: #f8fafc}.skills-section{padding:90px 24px 120px;background:linear-gradient(180deg,#f8fafc,#fff)}.skills-heading{text-align:center;font-size:32px;font-weight:700;margin-bottom:56px;color:var(--text-dark)}.skills-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.skill-card{background:#fff;padding:38px 28px;border-radius:18px;text-align:center;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000f;transition:transform .35s ease,box-shadow .35s ease}.skill-card:hover{transform:translateY(-10px);box-shadow:0 18px 40px #0000001f}.skill-card:before{content:"";position:absolute;top:0;left:0;height:6px;width:100%;background:linear-gradient(90deg,var(--blue),var(--purple))}.skill-card.backend:before{background:linear-gradient(90deg,#2563eb,#1d4ed8)}.skill-card.frontend:before{background:linear-gradient(90deg,#7c3aed,#9333ea)}.skill-card.database:before{background:linear-gradient(90deg,#0891b2,#06b6d4)}.skill-card.devops:before{background:linear-gradient(90deg,#ea580c,#f97316)}.skill-card.tools:before{background:linear-gradient(90deg,#16a34a,#22c55e)}.skill-card.cloud:before{background:linear-gradient(90deg,#0f172a,#2563eb)}.skill-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--blue);background:#2563eb14;border-radius:50%;transition:transform .3s ease}.skill-card:hover .skill-icon{transform:scale(1.15)}.skill-card.backend .skill-icon{background:#2563eb1a}.skill-card.frontend .skill-icon{background:#7c3aed1a}.skill-card.database .skill-icon{background:#0891b21a}.skill-card.devops .skill-icon{background:#ea580c1a}.skill-card.tools .skill-icon{background:#16a34a1a}.skill-card.cloud .skill-icon{background:#0f172a1a}.skill-title{font-size:18px;font-weight:700;margin-bottom:20px;color:var(--text-dark)}.skill-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;padding:0;margin:0}.skill-list li{background:#f1f5f9;color:#334155;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:500;white-space:nowrap}.profile{background-color:#fff;min-height:calc(100vh - 70px);padding:40px 0;display:flex;align-items:center}.profile-container{max-width:1200px;margin:auto;padding:0 24px;display:flex;justify-content:space-between;gap:60px}.profile-left{flex:1}.profile-title{font-size:46px}.profile-title span{color:#111827}.profile-role{font-size:26px}.profile-description{font-size:16px;color:#4b5563;max-width:480px;line-height:1.6;margin-bottom:28px}.profile-button{display:inline-block;background-color:#ef4444;color:#fff;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .3s ease}.profile-button:hover{background-color:#dc2626}.profile-right img{width:260px;height:260px}.profile-right img{width:220px;height:220px;object-fit:cover;border-radius:50%;border:6px solid #e5e7eb}.navbar{background-color:#020617;border-bottom:1px solid #1e293b}.navbar-container{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:10px}.navbar-avatar{width:34px;height:34px;border-radius:50%}.navbar-name{color:#fff;font-weight:600;font-size:30px}.navbar-links{display:flex;gap:20px}.nav-link{color:#cbd5f5;text-decoration:none;font-size:14px;padding:6px 12px;border-radius:6px;transition:all .2s ease}.nav-link:hover{background-color:#1e293b;color:#fff}.nav-link.active{background-color:#2563eb;color:#fff}.navbar-social a{margin-left:16px;color:#cbd5f5;text-decoration:none;font-size:14px}.navbar-social a:hover{color:#fff}.social-icon{width:30px;height:30px;cursor:pointer;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1)}.popup-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.popup-box{background:#fff;width:360px;max-width:90%;padding:28px 26px;border-radius:14px;text-align:center;box-shadow:0 20px 40px #00000040;animation:popupFadeIn .25s ease-out}.popup-box h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#0f172a}.popup-box p{font-size:14px;line-height:1.6;color:#475569;margin-bottom:22px}.popup-box strong{color:#0f172a}.popup-box button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:10px 26px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.popup-box button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb59}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.footer{position:fixed;bottom:0;left:0;width:100%;background-color:#020617;border-top:1px solid #1e293b;padding:12px 0;text-align:center;z-index:100}.footer-text{margin:0;font-size:13px;font-weight:400;letter-spacing:.3px;color:#fff}.resume{background:#f9fafb;padding:80px 0;min-height:100vh}.resume-container{max-width:1200px;margin:auto;padding:0 24px}.resume-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.resume-header h2{font-size:32px;font-weight:700;color:#111827}.resume-download{background:#2563eb;color:#fff;padding:10px 18px;border-radius:6px;text-decoration:none;font-weight:600}.resume-download:hover{background:#1d4ed8}.resume-viewer{width:100%;height:90vh;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 10px 25px #00000014}.resume-viewer iframe{width:100%;height:100%}.project-case{display:grid;grid-template-columns:360px 1fr;min-height:100vh;background:#fff}.project-aside{padding:80px 40px;background:linear-gradient(180deg,#0f172a,#020617);color:#e5e7eb;position:sticky;top:0;height:100vh}.back-btn{background:none;border:none;color:#93c5fd;font-weight:600;cursor:pointer;margin-bottom:40px}.project-title{font-size:28px;font-weight:700;margin-bottom:12px}.project-domain{font-size:14px;font-weight:600;color:#60a5fa;margin-bottom:28px}.project-highlight{font-size:15px;line-height:1.6;color:#cbd5f5;border-left:3px solid #3b82f6;padding-left:16px}.project-content{padding:80px 64px;max-width:900px}.content-block{margin-bottom:64px}.content-block h3{font-size:22px;font-weight:700;margin-bottom:16px;color:#0f172a}.content-block p{font-size:16px;line-height:1.7;color:#475569}.bullet-list{padding-left:18px}.bullet-list li{margin-bottom:10px;color:#475569;font-size:15px}.tech-timeline{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px}.tech-node{padding:10px 18px;border-radius:8px;background:#f1f5f9;font-size:14px;font-weight:600;color:#0f172a;border:1px solid #e2e8f0}.projects-section{padding:10px 24px 120px;background:linear-gradient(180deg,#f8fafc,#fff)}.projects-heading{text-align:center;font-size:34px;font-weight:700;margin-bottom:64px;color:#0f172a}.projects-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:36px}.project-card{position:relative;background:#fff;padding:36px 32px;border-radius:18px;box-shadow:0 12px 28px #00000014;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.project-card:hover{transform:translateY(-12px);box-shadow:0 22px 45px #00000024}.project-accent{position:absolute;top:0;left:0;height:6px;width:100%;background:linear-gradient(90deg,#2563eb,#7c3aed)}.project-title{font-size:20px;font-weight:700;margin-bottom:10px;color:#0f172a}.project-domain{font-size:14px;font-weight:600;color:#2563eb;margin-bottom:14px}.project-desc{font-size:15px;line-height:1.6;color:#475569;margin-bottom:26px}.project-btn{background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;padding:12px 22px;border-radius:10px;border:none;cursor:pointer;font-weight:600;font-size:14px;transition:transform .3s ease,box-shadow .3s ease}.project-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #2563eb59}.fade-in{opacity:0;transform:translateY(30px);animation:fadeUp .7s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.grimoire{background:linear-gradient(135deg,#eef2ff,#f0f9ff 40%,#fff);color:#0f172a;padding:10px 24px 120px;max-width:1100px;margin:auto}.grimoire-header{text-align:center;margin-bottom:64px}.grimoire-header h1{font-size:40px;font-weight:800;color:#1e3a8a;margin-bottom:12px}.grimoire-header p{font-size:16px;color:#475569;max-width:700px;margin:auto}.chapter{margin-bottom:90px}.chapter h2{font-size:26px;margin-bottom:36px;color:#2563eb;display:flex;align-items:center;gap:10px}.spell-card{background:#fff;border-radius:18px;padding:34px;margin-bottom:32px;position:relative;box-shadow:0 14px 35px #2563eb1f;border-left:6px solid #6366f1;transition:transform .35s ease,box-shadow .35s ease}.spell-card:hover{transform:translateY(-6px);box-shadow:0 22px 45px #2563eb33}.spell-card h3{font-size:22px;margin-bottom:6px;color:#0f172a}.sigil{display:inline-block;font-size:13px;font-weight:600;color:#4f46e5;margin-bottom:16px}.spell-card p{font-size:15px;line-height:1.7;color:#475569;margin-bottom:14px}.spell-card blockquote{margin-top:18px;padding:14px 18px;background:linear-gradient(90deg,#eef2ff,#f0f9ff);border-left:4px solid #6366f1;border-radius:10px;font-style:italic;color:#1e3a8a}.runes{list-style:none;padding-left:0;max-width:700px}.runes li{font-size:16px;color:#334155;padding:14px 0;border-bottom:1px dashed #c7d2fe}.runes li:before{content:"✦ ";color:#6366f1;font-weight:700}.contact-section{padding:10px 0;background-color:#f8fafc}.contact-container{max-width:600px;margin:0 auto;padding:0 24px}.contact-title{font-size:36px;font-weight:700;color:#0f172a;margin-bottom:8px}.contact-subtitle{font-size:16px;color:#475569;margin-bottom:32px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form input,.contact-form textarea{padding:14px 16px;font-size:15px;border-radius:8px;border:1px solid #e5e7eb;font-family:inherit;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb}.contact-btn{margin-top:8px;margin-bottom:56px;padding:14px;font-size:15px;font-weight:600;border-radius:8px;border:none;background-color:#2563eb;color:#fff;cursor:pointer;transition:background-color .2s ease}.contact-btn:hover{background-color:#1d4ed8}.form-error{color:#dc2626;font-size:14px;font-weight:500;margin-top:6px;margin-bottom:10px}.input-error{border:1px solid #dc2626}:root{--primary: #0f172a;--accent: #2563eb;--text: #1e293b}
