.projects-container[data-astro-cid-g7j7pacr]{padding:4rem 0}.page-title[data-astro-cid-g7j7pacr]{font-size:3rem;margin-bottom:1rem;text-align:center;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.page-description[data-astro-cid-g7j7pacr]{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.2rem;line-height:1.6;color:var(--color-text-secondary)}.projects-grid[data-astro-cid-g7j7pacr]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-bottom:3rem}.project-card[data-astro-cid-g7j7pacr]{background-color:var(--color-bg-primary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1;height:100%;display:flex;flex-direction:column}.project-card[data-astro-cid-g7j7pacr]:hover{transform:scale(1.05);box-shadow:var(--shadow-lg);z-index:5}.project-image[data-astro-cid-g7j7pacr]{height:220px;background-color:var(--color-bg-tertiary);overflow:hidden;transition:all .4s ease}.placeholder-image[data-astro-cid-g7j7pacr]{background:linear-gradient(45deg,var(--color-primary) 0%,var(--color-secondary) 100%);opacity:.8}.project-card[data-astro-cid-g7j7pacr]:hover .project-image[data-astro-cid-g7j7pacr]{opacity:.9}.project-content[data-astro-cid-g7j7pacr]{padding:1.8rem;position:relative;flex-grow:1;display:flex;flex-direction:column}.project-content[data-astro-cid-g7j7pacr] h3[data-astro-cid-g7j7pacr]{font-size:1.4rem;margin-bottom:.75rem;color:var(--color-text-primary);transition:color .3s ease}.project-card[data-astro-cid-g7j7pacr]:hover .project-content[data-astro-cid-g7j7pacr] h3[data-astro-cid-g7j7pacr]{color:var(--color-primary)}.project-content[data-astro-cid-g7j7pacr] p[data-astro-cid-g7j7pacr]{font-size:1rem;line-height:1.6;margin-bottom:1.2rem;color:var(--color-text-secondary)}.project-tags[data-astro-cid-g7j7pacr]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-content[data-astro-cid-g7j7pacr]{padding-bottom:4.5rem}.project-tags[data-astro-cid-g7j7pacr] span[data-astro-cid-g7j7pacr]{background-color:var(--color-bg-tertiary);color:var(--color-text-secondary);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;transition:all .3s ease}.project-card[data-astro-cid-g7j7pacr]:hover .project-tags[data-astro-cid-g7j7pacr] span[data-astro-cid-g7j7pacr]{background-color:var(--color-bg-secondary);color:var(--color-primary)}.more-info-btn[data-astro-cid-g7j7pacr]{background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));color:#fff;border:none;border-radius:30px;padding:.8rem 1.2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(20px);position:absolute;bottom:1.8rem;left:1.8rem;right:1.8rem;text-align:center;z-index:3}.project-card[data-astro-cid-g7j7pacr]:hover .more-info-btn[data-astro-cid-g7j7pacr]{opacity:1;transform:translateY(0)}.more-info-btn[data-astro-cid-g7j7pacr]:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.modal-container[data-astro-cid-g7j7pacr]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;backdrop-filter:blur(10px);z-index:1000;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.modal-container[data-astro-cid-g7j7pacr].active{display:flex;opacity:1}.modal-content[data-astro-cid-g7j7pacr]{background-color:var(--color-bg-primary);border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);position:relative;padding:2rem;transform:translateY(30px);transition:transform .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid var(--color-border)}.modal-container[data-astro-cid-g7j7pacr].active .modal-content[data-astro-cid-g7j7pacr]{transform:translateY(0)}.modal-close[data-astro-cid-g7j7pacr]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--color-text-primary);cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close[data-astro-cid-g7j7pacr]:hover{background-color:var(--color-bg-secondary);color:var(--color-primary)}.modal-body[data-astro-cid-g7j7pacr]{margin-top:1rem}.modal-project-title[data-astro-cid-g7j7pacr]{font-size:2.2rem;margin-bottom:1.5rem;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block}.modal-project-description[data-astro-cid-g7j7pacr]{margin-bottom:2rem;line-height:1.7;color:var(--color-text-secondary);font-size:1.1rem}.modal-project-image[data-astro-cid-g7j7pacr]{width:100%;height:300px;background:linear-gradient(45deg,var(--color-primary) 0%,var(--color-secondary) 100%);border-radius:12px;margin-bottom:2rem;box-shadow:var(--shadow-md)}.modal-project-details[data-astro-cid-g7j7pacr]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;background-color:var(--color-bg-secondary);border-radius:12px;padding:1.5rem}.detail-item[data-astro-cid-g7j7pacr] h4[data-astro-cid-g7j7pacr]{font-size:1.2rem;margin-bottom:.8rem;color:var(--color-primary);font-weight:600}.detail-item[data-astro-cid-g7j7pacr] p[data-astro-cid-g7j7pacr]{color:var(--color-text-secondary);line-height:1.6}.detail-item[data-astro-cid-g7j7pacr] ul[data-astro-cid-g7j7pacr]{padding-left:1.2rem;margin-top:.5rem;color:var(--color-text-secondary)}.detail-item[data-astro-cid-g7j7pacr] li[data-astro-cid-g7j7pacr]{margin-bottom:.5rem;line-height:1.6}@media (max-width: 768px){.projects-grid[data-astro-cid-g7j7pacr]{grid-template-columns:1fr}.page-title[data-astro-cid-g7j7pacr]{font-size:2.5rem}.modal-content[data-astro-cid-g7j7pacr]{padding:1.5rem;width:95%}.modal-project-details[data-astro-cid-g7j7pacr]{grid-template-columns:1fr}}
