.bento-card{background:#e5e5e5;border-radius:1.5rem;min-height:400px;padding:0;display:flex}@media (max-width:968px){.bento-card{min-height:300px}}@media (max-width:640px){.bento-card{border-radius:1.5rem;min-height:280px;padding:0}}
.intro-card{border-radius:1.5rem;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:2rem;display:flex;position:relative;overflow:hidden}.intro-card:before{content:"";filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#ffa50a99 0%,#0000 70%);width:300px;height:300px;position:absolute;top:30px;right:-100px}.intro-card:after{content:"";filter:blur(50px);pointer-events:none;z-index:0;background:radial-gradient(circle,#ffc505af 0%,#0000 70%);width:450px;height:450px;position:absolute;bottom:-100px;right:-100px}.intro-content{z-index:1;flex-direction:column;gap:.5rem;display:flex;position:relative}.intro-title{color:#000;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700}.intro-subtitle{color:#737373;max-width:400px;margin:0;font-size:1rem;line-height:1.6}.intro-text{color:#525252;margin:0;font-size:1.1rem;line-height:1.6}.intro-buttons{z-index:1;align-items:center;gap:1rem;margin-top:1.5rem;display:flex;position:relative}.btn-contact{color:#fff;cursor:pointer;background:#000;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;transition:background .2s}.btn-contact:hover{background:#262626}.social-buttons{gap:.75rem;display:flex}.btn-social{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.btn-social:hover{background:#f5f5f5;transform:translateY(-2px)}.btn-social img{filter:brightness(0)}@media (max-width:640px){.intro-card{padding:1.5rem}.intro-title{font-size:1.75rem}.intro-subtitle{font-size:.95rem}.intro-buttons{flex-direction:column;align-items:flex-start;gap:1rem}}
.photo-card{justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.photo-container{cursor:pointer;border-radius:1.5rem;width:100%;height:100%;position:relative;overflow:hidden}.photo-image{border-radius:1.5rem;transition:transform .4s ease-out}.photo-container:hover .photo-image{transform:scale(1.05)}
.tech-stack-card{background:#1a1a1a;border-radius:1.5rem;flex-direction:column;gap:2rem;width:100%;height:100%;padding:2rem;display:flex}.tech-stack-header{justify-content:space-between;align-items:center;display:flex}.tech-stack-header h3{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.view-cv-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .2s,opacity .2s}.view-cv-btn:hover{opacity:.9;transform:translateY(-2px)}.tech-grid{flex-wrap:wrap;flex:1;justify-content:center;gap:1rem;display:flex}.tech-item{cursor:pointer;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:calc(20% - .8rem);padding:.5rem;transition:all .3s;animation:4s ease-in-out infinite pulse;display:flex;position:relative}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.tech-item:hover{animation:none}.tech-item.hovered{z-index:10;transform:scale(1.15)}.tech-item.blurred{filter:blur(2px);opacity:.4;transform:scale(.95)}.tech-icon{object-fit:contain;width:36px;height:36px;transition:transform .3s}.tech-icon.invert-icon{filter:invert()brightness()}.tech-item.hovered .tech-icon{transform:scale(1.1)}.tech-tooltip-cursor{pointer-events:none;z-index:9999;color:#fff;-webkit-backdrop-filter:blur(8px);white-space:nowrap;background:#000c;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;animation:.2s forwards tooltipFadeIn;position:fixed;transform:translate(15px,-100%)translateY(-10px)}.tech-tooltip-cursor.fade-out{animation:.2s forwards tooltipFadeOut}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(15px,-100%)translateY(-10px)scale(.9)}to{opacity:1;transform:translate(15px,-100%)translateY(-10px)scale(1)}}@keyframes tooltipFadeOut{0%{opacity:1;transform:translate(15px,-100%)translateY(-10px)scale(1)}to{opacity:0;transform:translate(15px,-100%)translateY(-10px)scale(.9)}}@media (max-width:968px) and (min-width:641px){.tech-item{flex-shrink:0;width:calc(20% - .8rem)}}@media (max-width:640px){.tech-stack-card{gap:1.5rem;padding:1.5rem}.tech-stack-header h3{font-size:1.25rem}.view-cv-btn{padding:.4rem 1rem;font-size:.85rem}.tech-grid{gap:1rem}.tech-item{flex-shrink:0;width:calc(25% - .75rem);padding:.5rem}.tech-icon{width:32px;height:32px}}
.experience-card{background:#fafafa;border-radius:1.5rem;flex-direction:column;gap:1rem;width:100%;height:100%;padding:2rem;display:flex;overflow:hidden}.experience-header{justify-content:space-between;align-items:center;display:flex}.experience-header h3{color:#000;margin:0;font-size:1.5rem;font-weight:600}.view-cv-btn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-block}.view-cv-btn:hover{color:#fff;background:#000;transform:translateY(-2px)}.timeline-container{flex:1;width:100%;height:100%;position:relative;overflow:hidden}.physics-container{flex:1;width:100%;height:100%;position:relative;overflow:visible}.physics-canvas{pointer-events:all;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.physics-item{pointer-events:none;transform-origin:50%;transition:none;position:absolute}.floating-item{transition:transform .3s;animation:ease-in-out infinite float;position:absolute}.physics-item .company-logo,.physics-item.company-logo{background:#fff;border-radius:16px;padding:.5rem;display:inline-block;box-shadow:0 2px 8px #0000001a}.floating-item:first-child{top:20%;left:15%}.floating-item:nth-child(2){top:15%;left:65%}.floating-item:nth-child(3){top:50%;left:30%}.floating-item:nth-child(4){top:55%;left:80%}.floating-item:nth-child(5){top:70%;left:50%}.floating-item:nth-child(6){top:75%;left:20%}.floating-item:nth-child(7){top:78%;left:70%}.floating-item:nth-child(8){top:30%;left:45%}@keyframes float{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(10px,-8px)rotate(2deg)}50%{transform:translate(-8px,10px)rotate(-2deg)}75%{transform:translate(8px,8px)rotate(1deg)}}.floating-item:hover{z-index:10;transform:scale(1.15)!important}.company-logo{background:#fff;border-radius:16px;padding:.5rem;box-shadow:0 2px 8px #0000001a}.company-image{object-fit:contain;display:block}.app-image{object-fit:contain;border-radius:16px;display:block;box-shadow:0 2px 8px #00000026}@media (max-width:640px){.experience-card{gap:1rem;padding:1.5rem}.experience-header h3{font-size:1.25rem}.view-cv-btn{padding:.4rem 1rem;font-size:.85rem}.timeline-item{padding:.4rem}.timeline-logo{width:40px!important;height:40px!important}}
.boltcoach-card{background:linear-gradient(295deg,#212121 0%,#141414 100%);border-radius:1.5rem;gap:2rem;width:100%;height:100%;padding:2rem;display:flex;overflow:hidden}.boltcoach-content{color:#fff;flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.boltcoach-content h2{margin:0;font-size:2rem;font-weight:700;line-height:1.1}.boltcoach-content p{opacity:.9;margin:0;font-size:1rem;line-height:1.6}.boltcoach-links{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.app-store-link{transition:transform .2s;display:inline-block}.app-store-link:hover{transform:scale(1.05)}.app-store-badge{display:block}.visit-link{color:#fff;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s}.visit-link:hover{opacity:.7}.boltcoach-screenshots{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.screenshot-image{object-fit:cover;object-position:top;height:auto;transition:transform .3s,z-index;display:block}.screenshot-image:hover{z-index:10;transform:scale(1.05)}@media (max-width:1024px){.boltcoach-card{gap:1.5rem;padding:2rem}.boltcoach-content h2{font-size:1.75rem}.screenshot-4{display:none}.screenshot-image{width:160px;height:auto}}@media (max-width:840px){.boltcoach-content h2{font-size:1.5rem}.boltcoach-content p{font-size:.95rem}.screenshot-3,.screenshot-4{display:none}.screenshot-image{width:140px}}@media (max-width:640px){.boltcoach-card{flex-direction:column;gap:1.5rem;padding:1.5rem}.boltcoach-content{text-align:center;align-items:center}.boltcoach-content h2{font-size:1.5rem}.boltcoach-content p{font-size:.9rem}.boltcoach-screenshots{justify-content:center}.screenshot-2,.screenshot-3,.screenshot-4{display:none}.screenshot-image{width:180px;margin-left:0}}
.app-highlight-card{text-align:center;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative}.app-highlight-card:before{content:"";pointer-events:none;border-radius:1.5rem;height:100px;position:absolute;bottom:0;left:0;right:0}.app-highlight-card.light{color:#000;background:#fff}.app-highlight-card.light:before{box-shadow:inset 0 -40px 60px -20px #00000014}.app-highlight-card.dark{color:#fff;background:#000}.app-highlight-card.dark:before{box-shadow:inset 0 -40px 60px -20px #ffffff26}.app-highlight-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.app-icon-wrapper{margin-bottom:.5rem}.app-icon{border-radius:18px;display:block}.app-highlight-card h3{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}.app-highlight-card p{opacity:.8;max-width:280px;margin:0;font-size:.95rem;line-height:1.5}.app-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.app-visit-link{font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s}.app-highlight-card.light .app-visit-link{color:#000}.app-highlight-card.dark .app-visit-link{color:#fff}.app-visit-link:hover{opacity:.7}.app-store-link{transition:transform .2s;display:inline-block}.app-store-link:hover{transform:scale(1.05)}.app-store-badge{display:block}@media (max-width:640px){.app-highlight-card{padding:1.5rem}.app-icon{width:70px;height:70px}.app-highlight-card h3{font-size:1.5rem}.app-highlight-card p,.app-visit-link{font-size:.9rem}}
.contact-card{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);border-radius:1.5rem;flex-direction:column;width:100%;height:100%;padding:2.5rem;display:flex}.contact-header{margin-bottom:2rem}.contact-header h2{margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2}.contact-header p{opacity:.7;margin:0;font-size:1rem}.contact-form{flex-direction:column;flex:1;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{opacity:.9;font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{background:#ffffff14;border-color:#ffffff4d;outline:none}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,background .2s}.submit-btn:hover:not(:disabled){background:#ffffffe6;transform:translateY(-2px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-message{text-align:center;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.submit-message.success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.submit-message.error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}@media (max-width:768px){.contact-card{padding:2rem}.contact-header h2{font-size:1.75rem}.form-row{grid-template-columns:1fr}}@media (max-width:640px){.contact-card{padding:1.5rem 1.5rem 2rem}.contact-header{margin-bottom:1.5rem}.contact-header h2{font-size:1.5rem}.contact-header p{font-size:.9rem}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:.65rem .875rem;font-size:.9rem}.submit-btn{margin-top:.75rem;padding:.75rem 1.5rem;font-size:.95rem}}
.footer-card{border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2.5rem;display:flex;position:relative;overflow:hidden}.footer-blur-bg{-webkit-backdrop-filter:blur(20px);z-index:1;background:#ffffffb3;position:absolute;inset:0}.footer-shapes{z-index:0;position:absolute;inset:0}.footer-shape{filter:blur(60px);opacity:.6;border-radius:50%;position:absolute}.footer-shape-1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:300px;height:300px;animation:20s ease-in-out infinite float-shape;top:-100px;left:-50px}.footer-shape-2{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);width:250px;height:250px;animation:18s ease-in-out infinite reverse float-shape;bottom:-80px;right:-30px}.footer-shape-3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);width:200px;height:200px;animation:22s ease-in-out infinite float-shape;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float-shape{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.footer-content{z-index:2;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:600px;display:flex;position:relative}.footer-section{text-align:center}.footer-section h3{color:#000;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.footer-links{flex-direction:column;align-items:center;gap:.75rem;display:flex}.footer-links a{color:#000;opacity:.8;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-divider{background:#0000001a;width:100%;height:1px}.footer-bottom{text-align:center}.footer-bottom p{color:#000;opacity:.6;margin:0;font-size:.875rem}@media (max-width:640px){.footer-card{padding:2rem}.footer-section h3{font-size:1.25rem}.footer-links a{font-size:.9rem}.footer-bottom p{font-size:.8rem}.footer-shape-1{width:200px;height:200px}.footer-shape-2{width:180px;height:180px}.footer-shape-3{width:150px;height:150px}}
.bento-container{justify-content:center;width:100%;padding:1rem 2rem 3rem;display:flex}.bento-grid{flex-direction:column;gap:1.5rem;width:100%;max-width:1150px;display:flex}.bento-row{gap:1.5rem;width:100%;display:flex}.animate-on-scroll{opacity:0;filter:blur(10px);transition:opacity .6s ease-out,filter .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.animate-on-scroll.visible{opacity:1;filter:blur();transform:translateY(0)}.animate-on-scroll.visible>*{opacity:0;animation:.6s ease-out forwards fadeInCard}.animate-on-scroll.visible>:first-child{animation-delay:.1s}.animate-on-scroll.visible>:nth-child(2){animation-delay:.2s}.animate-on-scroll.visible>:nth-child(3){animation-delay:.3s}@keyframes fadeInCard{0%{opacity:0;filter:blur(5px);transform:translateY(10px)}to{opacity:1;filter:blur();transform:translateY(0)}}.card-content{color:#525252;font-size:1rem;font-weight:500}@media (max-width:968px){.bento-row{flex-direction:column}}@media (max-width:640px){.bento-container{padding:1rem 1rem 2rem}.bento-grid,.bento-row{gap:1rem}}
