@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--apple-black:#000;--apple-dark-gray:#050505;--apple-card-bg:#121212;--apple-text-main:#fff;--apple-text-gray:#86868b;--apple-green:#34c759;--apple-neon-green:#30d158;--apple-magenta:#a618d1;--apple-blur:saturate(180%) blur(20px);--font-main:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width:60%}body{font-family:var(--font-main);background-color:var(--apple-black);color:var(--apple-text-main);-webkit-font-smoothing:antialiased;line-height:1.5;position:relative;overflow-x:hidden}body:before,body:after{content:"";filter:blur(140px);z-index:-1;opacity:.12;pointer-events:none;border-radius:50%;width:60vw;height:60vw;animation:15s ease-in-out infinite alternate pulse;position:fixed}body:before{background:radial-gradient(circle, var(--apple-green) 0%, transparent 70%);top:-10vw;right:-10vw}body:after{background:radial-gradient(circle, var(--apple-magenta) 0%, transparent 70%);bottom:-10vw;left:-20vw}@keyframes pulse{0%{opacity:.1;transform:scale(1)}to{opacity:.18;transform:scale(1.3)}}::selection{background:var(--apple-green);color:#fff}*{box-sizing:border-box;margin:0;padding:0}.app-main{flex-direction:column;width:100%;margin:0 auto;display:flex;overflow-x:hidden}@media (width>=1025px){.app-main{max-width:60%}}.hero-jobs{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:98vh;padding:60px 24px;display:flex}.hero-profile-img{object-fit:cover;border-radius:50%;width:min(180px,40vw);height:min(180px,40vw);margin-bottom:32px;box-shadow:0 40px 80px #00000080}.hero-main-title{letter-spacing:-.03em;color:#fff;font-size:clamp(38px,9vw,92px);font-weight:700;line-height:1.1}.hero-tag{letter-spacing:.1em;color:var(--apple-green);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-size:clamp(11px,3vw,14px);font-weight:600;display:inline-flex}.hero-desc{color:var(--apple-text-gray);max-width:600px;margin-top:24px;font-size:clamp(17px,4vw,24px);line-height:1.4}.container{width:100%;max-width:100%;padding:0 20px}.section-title-big{letter-spacing:-.04em;text-align:center;color:#fff;margin-bottom:48px;font-size:clamp(32px,8vw,62px);font-weight:700;line-height:1.1}.bento-grid{flex-direction:column;gap:24px;width:100%;display:flex}.bento-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#161616cc;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;width:100%;padding:clamp(32px,6vw,60px);transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.bento-card:hover{border-color:var(--apple-green);transform:translateY(-8px);box-shadow:0 0 30px #34c7591a}@media (width>=769px){.card-content-layout{justify-content:space-between;align-items:center;gap:40px;width:100%;display:flex}}.card-info-side{flex-direction:column;flex:1.2;display:flex}.card-visual-side{flex:.8;justify-content:center;align-items:center;display:flex}.card-visual-img,.card-visual-side svg,.card-visual-side img{object-fit:contain;width:auto;max-width:min(200px,80%);height:auto}.card-label{text-transform:uppercase;letter-spacing:.1em;color:var(--apple-green);margin-bottom:12px;font-size:11px;font-weight:700}.card-title{letter-spacing:-.02em;color:#fff;margin-bottom:16px;font-size:clamp(26px,6vw,42px);line-height:1.1}.card-text{color:var(--apple-text-gray);margin-bottom:24px;font-size:clamp(15px,4vw,18px);line-height:1.4}.tags-row{flex-wrap:wrap;gap:10px;display:flex}.apple-tag{color:var(--apple-text-gray);background:#ffffff0a;border:.5px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.apple-button-link{background:var(--apple-green);color:#fff;border-radius:100px;align-items:center;padding:12px 28px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.skills-list{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.skill-pill-dynamic{color:#fff;background:#ffffff0d;border:.5px solid #ffffff1a;border-radius:100px;align-items:center;gap:10px;padding:10px 20px;font-size:14px;font-weight:600;display:flex}.apple-footer{text-align:center;flex-direction:column;align-items:center;width:100%;padding:80px 20px;display:flex}.contact-links{justify-content:center;gap:32px;display:flex}.contact-item{color:var(--apple-text-gray);font-size:16px;font-weight:500;text-decoration:none}.footer-copyright{color:#424245;letter-spacing:.1em;margin-top:60px;font-size:11px}@media (width<=768px){.app-main{padding:0 12px}.hero-jobs{padding:60px 12px}.card-content-layout{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}.card-info-side{order:2;align-items:center;width:100%}.card-visual-side{order:1;justify-content:center;width:100%;margin-bottom:12px}.tags-row{justify-content:center}.bento-card{border-radius:24px;padding:32px 20px}.contact-links{flex-direction:column;gap:24px}}@media (width<=380px){.hero-profile-img{width:120px;height:120px}.hero-main-title{font-size:38px}.section-title-big{font-size:32px}.card-title{font-size:26px}.apple-button-link{justify-content:center;width:100%}.skill-pill-dynamic{justify-content:flex-start;width:100%;max-width:240px}}@media (width<=320px){.hero-main-title{font-size:34px}.p-60{padding:24px 16px}}
