.hidden{display:none}.portfolio_item{transition:all .3s ease;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;background:var(--gradient-subtle, rgba(0, 0, 0, .02));border-radius:.75rem;overflow:hidden;box-shadow:0 4px 15px #0000000d;border:1px solid rgba(var(--gray-999-basis),.1)}.portfolio_item-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:0 .5rem}.portfolio_item-tag{background:rgba(var(--gray-999-basis),.1);color:var(--text-secondary-color);font-size:.75rem;padding:.25rem .5rem;border-radius:999px;white-space:nowrap}.portfolio_item-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.portfolio_item-title{font-size:1.25rem;margin:.5rem 0;text-align:center;color:var(--text-primary-color)}.portfolio_item-description{font-size:.9rem;text-align:center;margin-bottom:1rem;color:var(--text-secondary-color);line-height:1.4;flex-grow:1}.layer{width:100%;height:0;background:linear-gradient(rgba(0,0,0,.3),var(--accent-regular, #7611a6));position:absolute;border-radius:.75rem .75rem 0 0;left:0;bottom:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem;transition:height .5s cubic-bezier(.16,1,.3,1);z-index:2}.layer p{color:#fff;font-weight:500;margin-bottom:1.5rem;transform:translateY(20px);opacity:0;transition:all .5s}.layer a{color:var(--accent-regular, #7611a6);background:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transform:translateY(20px);opacity:0;transition:all .5s;box-shadow:0 4px 10px #0000001a}.portfolio_item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;border:1px solid rgba(118,17,166,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.portfolio_item:hover .layer{height:100%;transition:height .4s cubic-bezier(.4,0,.2,1)}.portfolio_item:hover .layer p,.portfolio_item:hover .layer a{opacity:1;transform:translateY(0);transition:all .5s cubic-bezier(.4,0,.2,1)}.portfolio_item-image{border-radius:.75rem .75rem 0 0;overflow:hidden;position:relative;aspect-ratio:16/9}.portfolio_item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.portfolio_item:hover .portfolio_item-image img{transform:scale(1.1)}body:has(.project-modal-backdrop) .portfolio_item:hover{transform:none;box-shadow:0 4px 15px #0000000d;border:1px solid rgba(var(--gray-999-basis),.1)}body:has(.project-modal-backdrop) .portfolio_item:hover .layer{height:0}body:has(.project-modal-backdrop) .portfolio_item:hover .layer p,body:has(.project-modal-backdrop) .portfolio_item:hover .layer a{opacity:0;transform:translateY(20px)}body:has(.project-modal-backdrop) .portfolio_item:hover .portfolio_item-image img{transform:none}.portfolio_item-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:auto;padding:.75rem;border-top:1px solid rgba(var(--gray-999-basis),.05)}.portfolio_item-cta a{padding:.4rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;text-align:center;transition:all .3s ease;min-height:36px;display:flex;align-items:center;justify-content:center}.portfolio_item-cta a.primary{background-color:var(--accent-regular);color:#fff}.portfolio_item-cta a.secondary{background-color:rgba(var(--gray-999-basis),.1);color:var(--text-primary-color)}@media (max-width: 640px){.portfolio_item{border-radius:.75rem}.portfolio_item-image{aspect-ratio:16/10}.portfolio_item-content{padding:.875rem}.portfolio_item-title{font-size:1.125rem;margin:.375rem 0}.portfolio_item-description{font-size:.85rem;margin-bottom:.75rem}.portfolio_item-tags{gap:.375rem;margin-bottom:.75rem}.portfolio_item-tag{font-size:.7rem;padding:.2rem .4rem}.portfolio_item-cta{padding:.625rem;gap:.5rem}.portfolio_item-cta a{padding:.375rem .625rem;font-size:.8rem;min-height:34px;min-width:80px}.layer{padding:0 1rem}.layer p{font-size:.85rem;margin-bottom:1rem}.layer a{width:38px;height:38px;font-size:1.1rem}}@media (max-width: 380px){.portfolio_item-content{padding:.75rem}.portfolio_item-title{font-size:1rem;margin:.25rem 0}.portfolio_item-description{font-size:.8rem;margin-bottom:.5rem}.portfolio_item-cta{padding:.5rem;gap:.4rem}.portfolio_item-cta a{padding:.3rem .5rem;font-size:.75rem;min-height:32px;min-width:70px}.portfolio_item-tags{gap:.3rem;margin-bottom:.5rem}.portfolio_item-tag{font-size:.65rem;padding:.15rem .35rem}}@media (min-width: 641px) and (max-width: 1024px){.portfolio_item-content{padding:1rem}.portfolio_item-cta{justify-content:space-around}.portfolio_item-title{font-size:1.2rem}}@media (min-width: 1025px){.portfolio_item-content{padding:1.25rem}.portfolio_item-title{font-size:1.3rem}.portfolio_item-cta{justify-content:space-around}}@keyframes modal-enter{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modal-exit{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(20px)}}@keyframes backdrop-enter{0%{opacity:0}to{opacity:1}}.animate-modal-enter{animation:modal-enter .3s cubic-bezier(.16,1,.3,1) forwards}.animate-modal-exit{animation:modal-exit .2s cubic-bezier(.16,1,.3,1) forwards}.animate-backdrop-enter{animation:backdrop-enter .3s ease-out forwards}.project-modal-button{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.project-modal-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.project-modal-button:hover:before{left:100%}@media (max-width: 1024px){.project-modal-grid{grid-template-columns:1fr;height:auto;max-height:calc(100vh - 2rem)}.project-modal-image{min-height:300px;max-height:400px}.project-modal-content{padding:2rem 1.5rem;max-height:calc(100vh - 400px - 4rem);overflow-y:auto;flex:1}}@media (max-width: 640px){.project-modal-container{margin:1rem;max-height:calc(100vh - 2rem);height:auto}.project-modal-grid{height:auto;max-height:calc(100vh - 2rem);display:flex;flex-direction:column}.project-modal-image{min-height:250px;max-height:300px;flex-shrink:0}.project-modal-content{padding:1.5rem 1rem;max-height:calc(100vh - 300px - 3rem);overflow-y:auto;flex:1;min-height:0}.project-modal-title{font-size:2rem}.project-modal-buttons{flex-direction:column;gap:.75rem}.project-modal-button{width:100%;justify-content:center}}@media (max-width: 480px){.project-modal-container{margin:.5rem;max-height:calc(100vh - 1rem)}.project-modal-grid{max-height:calc(100vh - 1rem)}.project-modal-image{min-height:200px;max-height:250px}.project-modal-content{padding:1rem .75rem;max-height:calc(100vh - 250px - 2rem)}.project-modal-title{font-size:1.75rem;line-height:1.2}}.project-modal-close:focus,.project-modal-button:focus{outline:2px solid var(--accent-secondary-light, #4ecdc4);outline-offset:2px}.project-modal-content{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.project-modal-content::-webkit-scrollbar{width:6px}.project-modal-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.project-modal-content::-webkit-scrollbar-thumb{background:#14b8a6;border-radius:3px}.project-modal-content::-webkit-scrollbar-thumb:hover{background:#0d9488}@media (max-width: 768px){.project-modal-content::-webkit-scrollbar{width:8px}.project-modal-content::-webkit-scrollbar-thumb{background:#14b8a6cc;border-radius:4px}.project-modal-content::-webkit-scrollbar-thumb:active{background:#14b8a6}}.tech-tag{transition:all .3s cubic-bezier(.16,1,.3,1);cursor:default}.tech-tag:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #14b8a64d;background:#14b8a626!important;border-color:#14b8a666!important}.project-image-overlay{transition:opacity .3s ease}.project-modal-image:hover .project-image-overlay{opacity:.3}.gradient-text{background:linear-gradient(135deg,var(--gray-0, #ffffff),#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-modal-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(78,205,196,.3);border-top:3px solid var(--accent-secondary, #33a6a0);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-modal-shadow{box-shadow:0 25px 50px -12px #000c,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}@supports not ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))){.project-modal-backdrop{background:#000000d9}}@media (prefers-contrast: high){.project-modal-container{border:2px solid white}.project-modal-button{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.animate-modal-enter,.animate-modal-exit,.animate-backdrop-enter{animation:none}.project-modal-button,.tech-tag,.project-image-overlay{transition:none}}
