.squares-canvas{width:100%;height:100%;border:none;display:block}.container{max-width:420px;width:100%;position:relative;animation:fadeInUp .8s ease-out;z-index:10}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.profile-section{text-align:center;margin-bottom:45px}.profile-image{width:160px;height:160px;margin:0 auto 25px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;position:relative;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.profile-image img{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;filter:contrast(1.05) brightness(1.02);transition:all .3s ease}.profile-placeholder{width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:700;color:#fff;letter-spacing:2px;font-family:Gilroy,sans-serif}.name{font-size:32px;font-weight:800;margin-bottom:30px;color:#fff;letter-spacing:-.5px;font-family:Gilroy,sans-serif}.social-links{display:flex;justify-content:center;gap:25px;margin-bottom:45px}.social-link{display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:all .3s ease;padding:8px;animation:float 3s ease-in-out infinite}.social-link:nth-child(1){animation-delay:.1s}.social-link:nth-child(2){animation-delay:.2s}.social-link:nth-child(3){animation-delay:.3s}.social-link:nth-child(4){animation-delay:.4s}.social-link:nth-child(5){animation-delay:.5s}.social-link:hover{color:#fff;transform:translateY(-3px) scale(1.15);filter:drop-shadow(0 4px 8px rgba(255,255,255,.3))}.social-link svg{width:28px;height:28px}.social-link:first-child svg{width:38px;height:38px}.social-link:nth-child(4) svg{width:32px;height:32px}.social-link:last-child svg{width:36px;height:36px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.portfolio-sections{display:flex;flex-direction:column;gap:16px}.portfolio-card{background:linear-gradient(135deg,#ffffff,#f8f9fa);border:2px solid rgba(0,0,0,.08);border-radius:50px;padding:18px 36px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:#2d3748;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a,inset 0 1px #fffc;animation:slideInUp .6s ease-out forwards;opacity:0;transform:translateY(30px);text-align:center;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.portfolio-card:nth-child(1){animation-delay:.1s}.portfolio-card:nth-child(2){animation-delay:.2s}.portfolio-card:nth-child(3){animation-delay:.3s}.portfolio-card:nth-child(4){animation-delay:.4s}.portfolio-card:nth-child(5){animation-delay:.5s}.portfolio-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.portfolio-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(0,0,0,.05));opacity:0;transition:opacity .3s ease;border-radius:50px}.portfolio-card:hover:before{left:100%}.portfolio-card:hover:after{opacity:1}.portfolio-card:hover{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-color:#0000001f;transform:translateY(-6px) scale(1.03);box-shadow:0 12px 32px #0000001f,0 6px 16px #00000014,inset 0 1px #ffffffe6;color:#1a202c}.portfolio-card:active{transform:translateY(-2px) scale(1.01);transition:all .1s ease}.card-title{font-size:16px;font-weight:900;color:#2d3748;letter-spacing:-.3px;transition:all .3s ease;font-family:Gilroy,sans-serif;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.05)}.portfolio-card:hover .card-title{color:#1a202c;transform:scale(1.08);font-weight:900;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width: 768px){.container{max-width:370px}.profile-image{width:140px;height:140px}.profile-image img{image-rendering:auto;filter:contrast(1.03) brightness(1.01)}.name{font-size:28px;font-weight:700}.social-link{padding:6px}.social-link svg{width:24px;height:24px}.social-link:first-child svg{width:26px;height:26px}.social-link:nth-child(4) svg{width:26px;height:26px}.social-link:last-child svg{width:28px;height:28px}.portfolio-card{padding:16px 32px;border-radius:45px}.card-title{font-size:15px;font-weight:900}}@media (max-width: 480px){.container{max-width:340px}.profile-image{width:130px;height:130px}.profile-image img{image-rendering:auto;filter:contrast(1.02) brightness(1.01)}.name{font-size:26px;font-weight:700}.social-links{gap:20px}.social-link{padding:4px}.social-link svg{width:22px;height:22px}.social-link:first-child svg{width:24px;height:24px}.social-link:nth-child(4) svg{width:24px;height:24px}.social-link:last-child svg{width:26px;height:26px}.portfolio-card{padding:14px 28px}.card-title{font-size:14px;font-weight:900}}.app{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;overflow-x:hidden;position:relative;background:#000000;color:#fff;font-family:Gilroy,sans-serif}.squares-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.content{position:relative;z-index:10;width:100%;max-width:420px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}@media (max-width: 768px){.app{padding:15px}}@media (max-width: 480px){.app{padding:10px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Gilroy,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000000;color:#fff;overflow-x:hidden}#root{min-height:100vh}@font-face{font-family:F1 Regular;src:url(https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap);font-display:swap}@font-face{font-family:F1 Turbo;src:url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);font-display:swap}@font-face{font-family:F1 Torque;src:url(https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap);font-display:swap}
