@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL,GRAD,opsz@400,0,0,24);*{box-sizing:border-box}#root,body,html{margin:0;min-height:100%;width:100%}body{font-family:Inter,Arial,sans-serif;line-height:1.4}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}:root{--primary:#1337ec;--primary-soft:rgba(19,55,236,.2);--text-main:#ecf1ff;--text-muted:#aab4d3;--page-bg:#090d1c;--page-bg-alt:#0f1630;--glass-bg:hsla(0,0%,100%,.05);--glass-border:hsla(0,0%,100%,.16);--shadow-lg:0 24px 80px rgba(3,8,24,.45);--radius-xl:24px;--radius-lg:16px;--radius-md:12px}.page{background:radial-gradient(circle at 20% 20%,rgba(19,55,236,.22),transparent 40%),radial-gradient(circle at 80% 70%,rgba(72,94,255,.18),transparent 42%),linear-gradient(135deg,#090d1c,#0f1630);background:radial-gradient(circle at 20% 20%,rgba(19,55,236,.22),transparent 40%),radial-gradient(circle at 80% 70%,rgba(72,94,255,.18),transparent 42%),linear-gradient(135deg,var(--page-bg),var(--page-bg-alt));color:#ecf1ff;color:var(--text-main);min-height:100vh;overflow-x:clip;position:relative}.content-width{margin:0 auto;max-width:1200px;padding:0 24px;width:100%}.bg-orb{border-radius:999px;-webkit-filter:blur(100px);filter:blur(100px);opacity:.45;pointer-events:none;position:absolute;z-index:0}.orb-one{background:#2d5bff;height:320px;left:-120px;top:60px;width:320px}.orb-two{background:#7a92ff;height:340px;right:-120px;top:320px;width:340px}.orb-three{background:#436dff;height:360px;right:-80px;top:140px;width:360px}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(9,13,28,.7);border-bottom:1px solid hsla(0,0%,100%,.08);position:-webkit-sticky;position:sticky;top:0;z-index:20}.site-header-inner{gap:18px;justify-content:space-between;min-height:72px;position:relative;z-index:2}.brand,.site-header-inner{align-items:center;display:flex}.brand{font-size:1.05rem;font-weight:800;gap:10px;letter-spacing:-.02em}.brand-icon{align-items:center;background:#1337ec;background:var(--primary);border-radius:10px;color:#fff;display:inline-flex;height:36px;justify-content:center;width:36px}.site-nav{align-items:center;display:flex;gap:20px}.site-nav a{color:#aab4d3;color:var(--text-muted);font-size:.95rem;font-weight:600;transition:color .15s ease}.site-nav a:hover{color:#ecf1ff;color:var(--text-main)}.resume-chip{background:rgba(19,55,236,.2);background:var(--primary-soft);border:1px solid rgba(120,145,255,.35);border-radius:999px;color:#dfe8ff!important;padding:8px 14px}.hero-section{padding-bottom:88px;padding-top:90px;position:relative;text-align:center;z-index:1}.status-pill{align-items:center;background:rgba(19,55,236,.12);border:1px solid rgba(148,174,255,.3);border-radius:999px;color:#c6d6ff;display:inline-flex;font-size:.75rem;font-weight:700;gap:8px;letter-spacing:.08em;margin:0;padding:7px 14px;text-transform:uppercase}.hero-section h1{font-size:clamp(2rem,5vw,4.3rem);font-weight:900;letter-spacing:-.04em;line-height:1.08;margin:20px auto 16px;max-width:900px}.hero-section p{color:#aab4d3;color:var(--text-muted);font-size:clamp(1rem,2.2vw,1.2rem);margin:0 auto;max-width:760px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn,.hero-actions{justify-content:center}.btn{align-items:center;border:1px solid transparent;border-radius:12px;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;min-height:46px;padding:0 20px;transition:all .15s ease}.btn-primary{background:#1337ec;background:var(--primary);color:#fff}.btn-primary:hover{box-shadow:0 10px 30px rgba(61,103,255,.4);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.btn-secondary{background:hsla(0,0%,100%,.06);border-color:rgba(167,184,242,.3);color:#dce5ff}.btn-secondary:hover{background:hsla(0,0%,100%,.1)}.glass-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:hsla(0,0%,100%,.05);background:var(--glass-bg);border:1px solid hsla(0,0%,100%,.16);border:1px solid var(--glass-border);box-shadow:0 24px 80px rgba(3,8,24,.45);box-shadow:var(--shadow-lg)}.projects-section{padding-bottom:80px;position:relative;z-index:1}.section-head{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.panel h2,.section-head h2,.stack-section h2{font-size:clamp(1.55rem,2.2vw,2.2rem);letter-spacing:-.03em;margin:0}.panel-subtitle,.section-head p,.stack-section p{color:#aab4d3;color:var(--text-muted);margin:8px 0 0}.stats-panel{grid-gap:6px;border-radius:16px;border-radius:var(--radius-lg);display:grid;gap:6px;grid-template-columns:repeat(3,minmax(96px,1fr));padding:14px}.stats-panel div{text-align:center}.stats-panel p{color:#dbe5ff;font-size:1.35rem;font-weight:800;margin:0}.stats-panel span{color:#aab4d3;color:var(--text-muted);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.project-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.project-card{border-radius:16px;border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;transition:border-color .18s ease,-webkit-transform .18s ease;transition:border-color .18s ease,transform .18s ease;transition:border-color .18s ease,transform .18s ease,-webkit-transform .18s ease}.project-card:hover{border-color:rgba(140,163,255,.45);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.project-preview{aspect-ratio:16/9;object-fit:cover;width:100%}.project-preview-fallback{align-items:center;background:linear-gradient(135deg,rgba(51,78,185,.6),rgba(48,27,87,.5));color:rgba(223,232,255,.8);display:flex;justify-content:center}.project-preview-fallback .material-symbols-outlined{font-size:44px}.project-content{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:18px}.project-metrics{color:#d5ddf5;display:flex;font-size:.8rem;font-weight:700;gap:14px}.project-content h3{font-size:1.2rem;letter-spacing:-.02em;margin:2px 0 0}.project-content p{color:#aab4d3;color:var(--text-muted);font-size:.92rem;line-height:1.5;margin:0}.project-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:8px}.language-pill{align-items:center;color:#cfdbf9;display:inline-flex;font-size:.8rem;font-weight:700;gap:8px}.language-dot{border-radius:999px;display:inline-block;height:8px;width:8px}.project-footer a{color:#b8cbff;font-size:.82rem;font-weight:700}.rfc-section,.stack-section{padding-bottom:80px;position:relative;z-index:1}.rfc-card{border-radius:24px;border-radius:var(--radius-xl);padding:28px}.rfc-card h2,.rfc-card h3{margin:0}.rfc-card h3{font-size:1.2rem;margin-top:12px}.rfc-card p{color:#aab4d3;color:var(--text-muted);line-height:1.6;margin:10px 0 0}.rfc-status{color:#c7d8ff!important;font-weight:700}.rfc-card ul{margin:12px 0 0;padding-left:18px}.rfc-card li{color:#aab4d3;color:var(--text-muted);line-height:1.5;margin-bottom:6px}.rfc-source{color:#afc5ff!important;font-size:.84rem;font-weight:700;margin-top:12px!important}.chip-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.chip-grid.compact{gap:8px}.tool-chip{border-radius:999px;font-size:.84rem;font-weight:700;padding:7px 12px}.contact-section{padding-bottom:84px;position:relative;z-index:1}.contact-card{border-radius:24px;border-radius:var(--radius-xl);padding:28px}.contact-card h2{font-size:1.8rem;margin:0 0 8px}.contact-card p{color:#aab4d3;color:var(--text-muted);line-height:1.6;margin:0;max-width:900px}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.site-footer{border-top:1px solid hsla(0,0%,100%,.08);color:#9ea9cc;font-size:.86rem;padding:20px 0;position:relative;z-index:2}.site-footer p{margin:0}.loading-wrap{align-items:center;color:#c6d4fa;display:flex;flex-direction:column;font-weight:600;gap:10px;justify-content:center;min-height:180px}.loading-wrap p{margin:0}.loading-spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid rgba(181,196,243,.2);border-radius:999px;border-top-color:#8fb0ff;display:inline-block;height:34px;width:34px}.empty-message,.error-message{border:1px dashed rgba(177,194,244,.35);border-radius:12px;border-radius:var(--radius-md);color:#d5defa;margin:0;padding:16px}.resume-page{background:radial-gradient(circle at 80% 20%,rgba(67,109,255,.25),transparent 42%),linear-gradient(140deg,#0a1022,#131e3e)}.resume-header{background:rgba(10,16,34,.75)}.resume-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:330px minmax(0,1fr);padding-bottom:84px;padding-top:32px;position:relative;z-index:1}.resume-sidebar{display:flex;flex-direction:column;gap:16px}.panel,.resume-profile-card,.resume-skill-card{border-radius:24px;border-radius:var(--radius-xl);padding:22px}.profile-badge{align-items:center;background:rgba(89,126,255,.2);border:1px solid rgba(165,186,255,.35);border-radius:20px;color:#dce6ff;display:inline-flex;height:66px;justify-content:center;width:66px}.profile-badge .material-symbols-outlined{font-size:30px}.resume-profile-card h1{font-size:2rem;margin:14px 0 6px}.resume-profile-card .role{color:#bed0ff;font-weight:700;margin:0}.profile-meta{grid-gap:10px;display:grid;gap:10px;margin-top:18px}.profile-meta p{align-items:center;color:#aab4d3;color:var(--text-muted);display:flex;font-size:.92rem;gap:10px;margin:0}.profile-meta .material-symbols-outlined{color:#b9ceff;font-size:1rem}.profile-meta a{color:#d2deff;text-decoration:underline}.profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.resume-skill-card h3,.skill-column h3{align-items:center;display:flex;font-size:1.05rem;gap:8px;margin:0 0 10px}.resume-content{gap:16px}.resume-content,.timeline{display:flex;flex-direction:column}.timeline{border-left:1px solid rgba(186,204,255,.35);gap:20px;margin-top:14px;padding-left:18px}.timeline-item{grid-gap:10px;display:grid;gap:10px;grid-template-columns:14px minmax(0,1fr)}.timeline-dot{background:#8ca9ff;border-radius:999px;box-shadow:0 0 0 4px rgba(99,137,255,.25);height:10px;margin-top:6px;width:10px}.timeline-content{display:flex;flex-direction:column;gap:10px}.timeline-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.timeline-head h3{margin:0}.timeline-head p{color:#bbceff;margin:4px 0 0}.timeline-meta{text-align:right}.timeline-meta span{background:rgba(110,140,255,.2);border-radius:999px;color:#dbe6ff;display:inline-block;font-size:.8rem;font-weight:700;padding:4px 10px}.timeline-meta small{color:#aab4d3;color:var(--text-muted);display:block;margin-top:4px}.timeline-content ul{margin:0;padding-left:18px}.timeline-content li{color:#aab4d3;color:var(--text-muted);line-height:1.5;margin-bottom:6px}.skills-columns{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.skill-column{background:hsla(0,0%,100%,.03);border:1px solid rgba(180,197,245,.2);border-radius:12px;border-radius:var(--radius-md);padding:14px}.education-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:14px}.education-card{background:hsla(0,0%,100%,.03);border:1px solid rgba(180,197,245,.2);border-radius:12px;border-radius:var(--radius-md);padding:14px}.education-card h3{font-size:1rem;margin:0 0 4px}.education-card p{color:#c6d8ff;margin:0 0 6px}.education-card small{color:#aab4d3;color:var(--text-muted);display:block;line-height:1.5}.repo-list{grid-gap:10px;display:grid;gap:10px;margin-top:14px}.repo-list-item{align-items:center;background:hsla(0,0%,100%,.03);border:1px solid rgba(180,197,245,.2);border-radius:12px;border-radius:var(--radius-md);display:flex;gap:12px;justify-content:space-between;padding:12px}.repo-list-item h3{font-size:1rem;margin:0 0 4px}.repo-list-item p{color:#aab4d3;color:var(--text-muted);font-size:.86rem;margin:0}.repo-list-item span{color:#ceddff;font-size:.8rem;font-weight:700;white-space:nowrap}.rfc-panel h3{font-size:1.1rem;margin:6px 0 0}.rfc-panel p{color:#aab4d3;color:var(--text-muted);line-height:1.6;margin:10px 0 0}.rfc-panel ul{margin:12px 0 0;padding-left:18px}.rfc-panel li{color:#aab4d3;color:var(--text-muted);line-height:1.5;margin-bottom:6px}.resume-footer{background:transparent}@media (max-width:980px){.section-head{align-items:flex-start;flex-direction:column}.stats-panel{width:100%}.resume-layout,.skills-columns{grid-template-columns:1fr}}@media (max-width:760px){.content-width{padding:0 16px}.site-header-inner{min-height:64px}.site-nav{gap:12px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.site-nav::-webkit-scrollbar{display:none}.hero-section{padding-top:64px}.contact-section,.hero-section,.projects-section,.rfc-section,.stack-section{padding-bottom:56px}.contact-card,.panel,.resume-profile-card,.resume-skill-card{padding:18px}.timeline-head{flex-direction:column;gap:8px}.timeline-meta{text-align:left}.repo-list-item{align-items:flex-start;flex-direction:column}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.b702c95a.css.map*/