body{background:#fff;min-width:320px;margin:0;font-family:Courier New,Courier,monospace;overflow-x:hidden}.navigation a{color:#fff;text-decoration:none}.nav-desktop{color:#fff;background:#000;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.nav-title{font-size:1rem}.nav-social ul{gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.nav-social img{cursor:pointer;background:#fff;border-radius:4px;width:36px;height:36px;transition:opacity .3s}.nav-social img:hover{opacity:.8}.hero-panel{background:#fff;grid-template-columns:1fr 1fr;align-items:center;min-height:500px;display:grid}.hero-content{justify-content:flex-end;align-items:center;padding:2rem 3rem 2rem 2rem;display:flex}.typing-text{margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.cursor{animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.face-image{filter:drop-shadow(0 10px 30px #0003);align-self:flex-end;width:650px;height:auto;margin:0 auto;display:block}.cp-panel{background:#e8e8e8;padding:4rem 5%}.cp-panel h2{max-width:1200px;margin:0 auto 2.5rem;font-size:3rem;font-weight:700}.cp-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.cp-card{color:inherit;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-decoration:none;transition:all .3s;display:block;box-shadow:0 2px 8px #0000000f}.cp-card:hover{border-color:#dee2e6;transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.cp-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cp-header h3{margin:0;font-size:1.75rem;font-weight:700}.cp-link{opacity:.5;font-size:1.5rem}.cp-card:hover .cp-link{opacity:1;transform:translate(4px)}.projects-section{z-index:1;background:#fff;padding:6rem 5% 4rem;position:relative}.projects-section h1{margin:0 0 2.5rem;font-size:3.5rem;font-weight:700}.projects{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.repo{color:#000;text-decoration:none;display:block}.repoBox{background:#fff;border-radius:8px;flex-direction:column;height:200px;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.repo:hover .repoBox{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.repoBox h4{margin:0 0 1rem;font-size:1.1rem;font-weight:700;line-height:1.3}.repoBox div:last-child{color:#666;-webkit-line-clamp:6;-webkit-box-orient:vertical;flex:1;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (width<=768px){.hero-panel{grid-template-columns:1fr;gap:1rem;min-height:auto;padding:2rem 1rem 0}.hero-content{justify-content:center;padding:2rem 1rem 0}.face-image{width:280px;margin:0 auto}.projects{grid-template-columns:1fr}.projects-section{padding:3rem 5%}}
