:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:20px/150% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:17px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0f0f0f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.navbar{z-index:100;background:#0a0a0a;border-bottom:.5px solid #1e1e1e;align-items:center;width:100%;height:60px;display:flex;position:fixed;top:0;left:0}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 3rem;display:flex}.nav-logo{cursor:pointer;color:#fff;font-size:27px;font-weight:700}.dot-purple{color:#7f77dd}.nav-links{gap:1.75rem;list-style:none;display:flex}.nav-links a{color:#888;font-size:18px;transition:color .2s}.nav-links a:hover{color:#fff}.section{border-bottom:.5px solid #1e1e1e;justify-content:center;align-items:center;min-height:100vh;padding:80px 3rem 3rem;display:flex}.section-inner{width:100%;max-width:850px}.section-label{color:#7f77dd;text-transform:uppercase;letter-spacing:2px;border-left:3px solid #7f77dd;margin-bottom:2.5rem;padding-left:10px;font-size:14px;font-weight:600;display:block}.hero-inner{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.badge{color:#7f77dd;background:#1a182e;border:1px solid #7f77dd;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:500;display:inline-block}.hero-title{font-size:48px;font-weight:600;line-height:1.2}.text-purple{color:#7f77dd}.hero-desc{color:#888;max-width:580px;font-size:16px}.hero-buttons{gap:12px;margin-top:.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;padding:11px 28px;font-size:14px;font-weight:500;transition:opacity .2s}.btn:hover{opacity:.85}.btn-primary{color:#fff;background:#7f77dd}.btn-outline{color:#fff;background:0 0;border:1px solid #333}.hero-meta{color:#888;flex-wrap:wrap;gap:1.5rem;margin-top:.75rem;font-size:15px;display:flex}.purple-dot{vertical-align:middle;background:#7f77dd;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.about-para{color:#aaa;margin-bottom:1.25rem;font-size:16px;line-height:1.9}.chips{flex-wrap:wrap;gap:10px;margin-top:1rem;display:flex}.chip{color:#aaa;background:#111;border:1px solid #2a2a2a;border-radius:20px;padding:6px 16px;font-size:14px;display:inline-block}.sub-label{color:#aaa;margin-top:1rem;margin-bottom:1rem;font-size:14px;font-weight:500}.sub-label:first-of-type{margin-top:0}.skills-grid{gap:12px;margin-bottom:2rem;display:grid}.core-grid{grid-template-columns:repeat(4,1fr)}.also-grid{grid-template-columns:repeat(4,1fr);gap:10px}.skill-card-core{cursor:default;background:#14122a;border:1px solid #2e2a5e;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:100px;padding:1.5rem 1rem;transition:border-color .3s,transform .3s;display:flex}.skill-card-core:hover{border-color:#7f77dd;transform:translateY(-3px)}.skill-icon{font-size:28px}.skill-name{color:#afa9ec;text-align:center;font-size:13px}.skill-card-other{cursor:default;background:#111;border:1px solid #1e1e1e;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:90px;padding:1.25rem 1rem;transition:border-color .3s;display:flex}.skill-card-other:hover{border-color:#333}.skill-icon-other{font-size:24px}.skill-name-other{color:#555;text-align:center;font-size:12px}.timeline{flex-direction:column;display:flex}.timeline-item{border-bottom:1px solid #1a1a1a;gap:16px;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.timeline-item.last{border-bottom:none;margin-bottom:0;padding-bottom:0}.timeline-dot-line{flex-direction:column;align-items:center;min-width:12px;display:flex}.timeline-dot{background:#7f77dd;border-radius:50%;flex-shrink:0;width:12px;height:12px}.timeline-line{background:#2a2a2a;flex:1;width:1px;min-height:60px;margin-top:4px}.timeline-degree{color:#fff;margin-bottom:4px;font-size:16px;font-weight:500}.timeline-school{color:#7f77dd;margin-bottom:4px;font-size:14px}.timeline-status{color:#555;font-size:12px}.certs-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cert-card{cursor:pointer;background:#161616;border:1px solid #222;border-radius:12px;padding:1.75rem 1.25rem;transition:border-color .3s,transform .3s}.cert-card:hover{border-color:#7f77dd;transform:translateY(-3px)}.cert-icon-box{background:#1a182e;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:24px;display:flex}.cert-name{color:#fff;margin-bottom:4px;font-size:16px;font-weight:500}.cert-issuer{color:#555;margin-bottom:.75rem;font-size:12px}.cert-hint{color:#534ab7;font-size:11px}.modal-overlay{z-index:200;background:#000000eb;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.modal-box{text-align:center;background:#161616;border:1px solid #2a2a2a;border-radius:16px;width:100%;max-width:500px;padding:2rem}.modal-img{object-fit:cover;background:#1a182e;border-radius:8px;width:100%;height:280px;margin-bottom:1.25rem}.modal-pdf{background:#1a182e;border:none;border-radius:8px;width:100%;height:400px;margin-bottom:1.25rem}.modal-img-placeholder{color:#534ab7;background:#1a182e;border:2px dashed #2e2a5e;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:280px;margin-bottom:1.25rem;font-size:14px;display:flex}.modal-img-placeholder span{font-size:40px}.modal-name{color:#fff;margin-bottom:6px;font-size:17px}.modal-issuer{color:#7f77dd;margin-bottom:1.5rem;font-size:13px}.modal-close{color:#fff;cursor:pointer;background:#7f77dd;border:none;border-radius:6px;padding:10px 32px;font-size:14px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.project-card-link{color:inherit;text-decoration:none;display:block}.project-card{background:#161616;border:1px solid #222;border-radius:12px;padding:1.75rem 1.25rem;transition:border-color .3s,transform .3s}.project-card:hover{border-color:#7f77dd;transform:translateY(-3px)}.project-icon-box{background:#1a182e;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:24px;display:flex}.project-name{color:#fff;margin-bottom:8px;font-size:16px;font-weight:500}.project-desc{color:#888;margin-bottom:1rem;font-size:16px;line-height:1.6}.project-tags{flex-wrap:wrap;gap:8px;display:flex}.project-tag{color:#7f77dd;background:#1a182e;border-radius:20px;padding:4px 10px;font-size:11px;display:inline-block}.placeholder-card{background:#111;border:1px dashed #222;justify-content:center;align-items:center;min-height:100%;display:flex}.placeholder-card:hover{border-color:#7f77dd;transform:translateY(-3px)}.placeholder-content{text-align:center}.placeholder-plus{color:#333;margin-bottom:4px;font-size:36px;display:block}.placeholder-text{color:#555;margin-bottom:2px;font-size:14px}.placeholder-coming{color:#7f77dd;font-size:12px}.contact-list{flex-direction:column;display:flex}.contact-row{border-bottom:1px solid #1a1a1a;align-items:center;gap:12px;padding:14px 0;display:flex}.contact-row.last{border-bottom:none}.contact-icon-box{background:#1a182e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.contact-label{color:#555;flex-shrink:0;width:80px;font-size:12px}.contact-value{color:#aaa;font-size:14px}.contact-link{color:#7f77dd}.contact-link:hover{text-decoration:underline}.footer{text-align:center;background:#0a0a0a;border-top:1px solid #1a1a1a;padding:2rem 3rem}.footer p{color:#444;font-size:12px}.footer .text-purple{color:#7f77dd}.hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;display:none}.hamburger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.hamburger{display:flex}.nav-inner{padding:0 1.5rem}.nav-links{background:#0a0a0a;border-bottom:.5px solid #1e1e1e;flex-direction:column;align-items:center;gap:0;width:100%;max-height:0;padding:0;transition:max-height .3s,padding .3s;position:fixed;top:60px;left:0;overflow:hidden}.nav-links.open{max-height:400px;padding:1rem 0}.nav-links li{text-align:center;width:100%}.nav-links a{padding:.75rem 0;font-size:14px;display:block}.section{padding:80px 1.5rem 2rem}.hero-title{font-size:32px}.hero-buttons{flex-direction:column}.core-grid,.also-grid{grid-template-columns:repeat(2,1fr)}.certs-grid,.projects-grid{grid-template-columns:1fr}}
