@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Silkscreen:wght@400;700&display=swap";:root{--bg-color:#0c0c0e;--panel-bg:#151518;--border-color:#27272a;--text-main:#e4e4e7;--text-muted:#a1a1aa;--text-faint:#52525b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4{color:#fff}a{color:inherit;text-decoration:none;transition:all .2s}::selection{color:#fff;background:#3f3f46}.pixel-font{font-family:Silkscreen,monospace;font-weight:400}.app-container{max-width:680px;margin:0 auto;padding:3rem 1.5rem 5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashed-hr{border:none;border-top:1px dashed var(--border-color);margin:2.5rem 0}.banner{border:1px solid var(--border-color);border-radius:12px;width:100%;height:180px;margin-bottom:2rem;overflow:hidden}.banner img{object-fit:cover;width:100%;height:100%}.profile-row{align-items:center;gap:1rem;margin-bottom:2rem;animation:.5s ease-out fadeIn;display:flex}.avatar{border:1px solid var(--border-color);border-radius:50%;width:60px;height:60px}.profile-info h1{font-size:1.8rem;line-height:1.2}.profile-handle{color:var(--text-muted);font-size:.95rem}.hero-bio{color:var(--text-main);margin-bottom:1.5rem;font-size:.95rem;font-weight:400;line-height:1.7}.hero-bio strong{color:#fff;font-weight:600}.hero-bio p{margin-bottom:1rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.hero-btn{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background-color:#0000;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-btn:hover{background-color:var(--panel-bg);border-color:#3f3f46}.social-label{color:var(--text-main);margin-bottom:1rem;font-size:.95rem;display:block}.social-links{flex-wrap:wrap;gap:.75rem;display:flex}.social-link-badge{border:1px solid var(--border-color);color:var(--text-main);background-color:#0000;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;display:inline-flex}.social-link-badge:hover{background-color:var(--panel-bg);border-color:#3f3f46}.section-title{margin-bottom:.5rem;font-size:2rem}.section-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.skill-category{margin-bottom:1.5rem}.skill-category h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem}.skills-grid{flex-wrap:wrap;gap:.6rem;display:flex}.skill-badge{border:1px solid var(--border-color);background-color:var(--panel-bg);color:#fff;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .7rem;font-size:.85rem;font-weight:500;display:inline-flex}.skill-badge svg{width:14px;height:14px}.work-card{align-items:center;gap:1rem;padding:1rem 0;display:flex}.work-logo-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.work-details-wrapper{flex-direction:column;flex:1;gap:.2rem;display:flex}.work-row{justify-content:space-between;align-items:center;display:flex}.work-company-group{align-items:center;gap:.75rem;display:flex}.scrambled-text{color:#a1a1aa;filter:blur(4px);-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:500}.work-company{color:var(--text-main);font-size:1rem;font-weight:500}.work-badge{color:#e2e8f0;background-color:#0b1120;border-radius:12px;align-items:center;gap:.35rem;padding:.15rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.blue-dot{background-color:#2563eb;border-radius:50%;width:6px;height:6px;display:inline-block}.work-role-highlight{color:#cf8b39;font-size:.95rem;font-weight:400}.work-date{color:#e4e4e7;font-size:.9rem}.work-location{color:#a1a1aa;font-size:.9rem}.projects-header{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.projects-desc{color:var(--text-muted);margin-top:3rem;margin-bottom:1.5rem;font-size:.85rem}.projects-category-title{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin-top:2rem;margin-bottom:1rem;font-size:.95rem}.projects-list{flex-direction:column;gap:1rem;display:flex}.project-card{border:1px solid var(--border-color);background-color:#0000;border-radius:8px;align-items:flex-start;gap:1.25rem;padding:1rem;transition:border-color .2s;display:flex}.project-card:hover{border-color:#3f3f46}.project-img{object-fit:cover;background:#18181b;border:1px solid #27272a;border-radius:6px;flex-shrink:0;width:140px;height:90px}.project-info{flex-direction:column;flex:1;display:flex}.project-header-row{justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;display:flex}.project-title{color:#fff;font-size:.95rem;font-weight:600}.project-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.project-links{gap:.5rem;display:flex}.project-links a{color:var(--text-muted)}.project-links a:hover{color:#fff}@media (width<=600px){.project-card{flex-direction:column}.project-img{width:100%;height:140px}}
