@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap);*{box-sizing:border-box}body{background-color:#0f0e1a;color:#f0eeff;font-family:Inter,Roboto,sans-serif;margin:0;padding:0}.App{flex-direction:column;min-height:100vh}.App,.hero{display:flex}.hero{align-items:center;background:#0f0e1a;flex:1 1;justify-content:center;overflow:hidden;padding:60px 48px;position:relative}.hero:before{background:radial-gradient(circle,#d4614a2e 0,#0000 65%);height:600px;right:-10%;top:-30%;width:600px}.hero:after,.hero:before{content:"";pointer-events:none;position:absolute}.hero:after{background:radial-gradient(circle,#8b84e026 0,#0000 65%);bottom:-20%;height:500px;left:-5%;width:500px}.hero-inner{align-items:center;animation:fadeUp .9s ease both;display:flex;gap:80px;justify-content:center;max-width:1100px;width:100%}.hero-text{flex:1 1}.hero-greeting{color:#d4614a;font-size:1.25rem;font-weight:400;letter-spacing:.12em;margin:0 0 12px;text-transform:uppercase}.hero-greeting,.hero-name{font-family:Inter,sans-serif}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f0eeff 30%,#8b84e0);-webkit-background-clip:text;background-clip:text;color:#f0eeff;font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1.05;margin:0 0 20px}.hero-bio{color:#a09ac0;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.75;margin:0 0 36px;max-width:520px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px}.hero-tag{background:#d4614a1f;border:1px solid #d4614a4d;border-radius:100px;color:#d4614a;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.04em;padding:6px 14px}.hero-photo-wrap{flex-shrink:0}.hero-headshot{border:3px solid #d4614a80;border-radius:50%;box-shadow:0 0 0 8px #d4614a14,0 0 60px #d4614a33;height:280px;object-fit:cover;transition:box-shadow .4s ease;width:280px}.hero-headshot:hover{box-shadow:0 0 0 8px #d4614a26,0 0 80px #d4614a59}@media (max-width:768px){.hero{padding:40px 24px}.hero-inner{flex-direction:column-reverse;gap:40px;text-align:center}.hero-bio{margin-left:auto;margin-right:auto}.hero-tags{justify-content:center}.hero-headshot{height:200px;width:200px}}.projects-page{animation:fadeUp .7s ease both;margin:0 auto;max-width:1100px;padding:60px 48px 80px}.projects-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{background:#1a1828;border:1px solid #8b84e026;border-radius:16px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.project-card:hover{border-color:#d4614a66;box-shadow:0 20px 60px #d4614a2e;transform:translateY(-6px)}.project-img-wrap{aspect-ratio:16/10;background:#0f0e1a;overflow:hidden;width:100%}.project-img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.project-card:hover .project-img{transform:scale(1.05)}.project-info{padding:20px 22px 22px}.project-name{color:#f0eeff;font-size:1.1rem;font-weight:700;margin:0 0 6px}.project-desc,.project-name{font-family:Inter,sans-serif}.project-desc{color:#a09ac0;font-size:.88rem;line-height:1.6;margin:0 0 14px}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-tag{background:#8b84e01a;border:1px solid #8b84e040;border-radius:100px;color:#8b84e0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;padding:3px 10px}@media (max-width:600px){.projects-page{padding:40px 20px 60px}}.experience-page{animation:fadeUp .7s ease both;margin:0 auto;max-width:1100px;padding:60px 48px 80px}.experience-subtitle-row{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 0 48px}.experience-subtitle-row .page-subtitle{margin:0}.resume-download{align-items:center;background:#d4614a1f;border:1px solid #d4614a59;border-radius:10px;color:#d4614a;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.resume-download:hover{background:#d4614a38;border-color:#d4614a99;color:#e8705a}.resume-frame{background:#1a1828;border:1px solid #8b84e026;border-radius:16px;overflow:hidden;width:100%}.resume-embed{border:none;display:block;height:85vh;width:100%}@media (max-width:600px){.experience-page{padding:40px 20px 60px}.experience-subtitle-row{align-items:flex-start;flex-direction:column}}.navbar{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#0f0e1ae0;border-bottom:1px solid #8b84e026;display:flex;justify-content:space-between;padding:18px 48px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-list{display:flex;gap:8px;list-style-type:none;margin:0;padding:0}.nav-item{display:inline-block}.nav-link{border-radius:8px;color:#a09ac0;font-family:Inter,sans-serif;font-size:15px;font-weight:600;padding:8px 14px;position:relative;text-decoration:none;transition:color .2s ease,background .2s ease}.nav-link:hover{background:#d4614a26;color:#f0eeff}.name,.nav-link.active{color:#d4614a}.name{font-family:Inter,sans-serif;font-size:16px;font-weight:700;letter-spacing:.03em;margin:0}footer{background:#0c0b17;border-top:1px solid #8b84e01f;margin-top:auto;padding:40px 48px}.footer-inner{align-items:center;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1100px}.footer-connect{color:#f0eeff;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;margin:0}.footer-links{display:flex;gap:16px}.footer-link{align-items:center;background:#8b84e01a;border:1px solid #8b84e033;border-radius:10px;color:#a09ac0;display:flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;gap:8px;padding:10px 18px;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.footer-link:hover{background:#d4614a26;border-color:#d4614a59;color:#f0eeff}.footer-link svg{flex-shrink:0}.footer-copy{color:#4a445e;font-family:Inter,sans-serif;font-size:.78rem;margin:0}.othello-page{animation:fadeUp .7s ease both;margin:0 auto;max-width:900px;padding:60px 48px 80px}.othello-page .page-title{color:#f0eeff;font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0 0 8px}.othello-page .page-title span{color:#d4614a}.othello-page .page-subtitle{color:#a09ac0;font-family:Inter,sans-serif;font-size:1rem;margin:0 0 32px}.othello-description{background:#1a1828;border:1px solid #8b84e026;border-radius:16px;margin-bottom:40px;padding:28px 32px}.othello-description h2{color:#8b84e0;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}.othello-description p{color:#a09ac0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.8;margin:0;white-space:pre-line}.othello-screenshots{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.othello-img-wrap{background:#1a1828;border:1px solid #8b84e026;border-radius:14px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.othello-img-wrap:hover{box-shadow:0 16px 48px #8b84e02e;transform:translateY(-4px)}.othello-img{display:block;height:auto;width:100%}@media (max-width:600px){.othello-page{padding:40px 20px 60px}}.designs-page{animation:fadeUp .7s ease both;margin:0 auto;max-width:1100px;padding:60px 48px 80px}.page-title{color:#f0eeff;font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0 0 8px}.page-title span{color:#d4614a}.page-subtitle{color:#a09ac0;font-family:Inter,sans-serif;font-size:1rem;margin:0 0 48px}.designs-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.design-card{background:#1a1828;border:1px solid #8b84e026;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.design-card:hover{border-color:#8b84e066;box-shadow:0 20px 60px #8b84e02e;transform:translateY(-6px)}.design-img-wrap{aspect-ratio:4/3;background:#0f0e1a;overflow:hidden;width:100%}.design-img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.design-card:hover .design-img{transform:scale(1.06)}.design-info{padding:18px 22px 20px}.design-name{color:#f0eeff;font-size:1.05rem;font-weight:700;margin:0 0 5px}.design-desc,.design-name{font-family:Inter,sans-serif}.design-desc{color:#a09ac0;font-size:.85rem;line-height:1.6;margin:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.designs-page{padding:40px 20px 60px}}
/*# sourceMappingURL=main.10ce4700.css.map*/