.project-section{box-sizing:border-box;flex-direction:column;min-height:95vh;margin:2rem 0;display:flex;position:relative;overflow:hidden}#project-container{z-index:2;box-sizing:border-box;width:100%;max-width:1100px;margin-inline:auto;padding-inline:1rem}#project-intro{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}#project-intro h1{text-shadow:0 0 1rem #fff;font-size:2.2rem;font-weight:800}#hr-specific-project{border:none;border-radius:999px;width:50%;height:3px;margin:1rem auto}#project-description{color:var(--text-gray);text-align:center;max-width:600px}.button-back{color:#fff;opacity:.85;align-items:center;gap:.4rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-flex}.button-back:hover{opacity:1;transform:translate(-4px)}.button-back .material-symbols-outlined{font-size:1.2rem}.card-tags,.card-buttons{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tag{background-color:var(--bg-dark);color:#d1d5db;border:1px solid var(--border-dark);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem}#media-area{flex-direction:column;align-items:center;gap:2.5rem;width:100%;padding:1.5rem 0 1.7rem;display:flex}.mosaic{text-shadow:0 0 .75rem #ffffff8c;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:100%;display:flex}.mosaicMedia{object-fit:contain;filter:drop-shadow(0 0 .75rem #ffffffd9);border-radius:1rem;max-width:100%;height:auto;display:block}.card-link-project{border-radius:9999px;justify-content:space-between;align-items:center;gap:.5px;padding:.55rem;font-size:.85rem;font-weight:700;line-height:1;text-decoration:none;transition:grid-template-columns .25s,padding .25s,transform .15s,filter .15s;display:flex;overflow:hidden}.card-link-project .material-symbols-outlined{color:#fff;font-size:1.05rem}.label-button-project{color:#fff;padding:0 .5rem;font-size:.85rem;font-weight:700}.card-link-project:hover{filter:brightness(1.1);padding:.55rem 1.4rem;transform:scale(1.05)}.card-link-project.check{background:linear-gradient(135deg,#3a8053,#16a34a)}.card-link-project.demo{background:linear-gradient(135deg,var(--primary),var(--primary-hover))}.card-link-project.repo{background:linear-gradient(135deg,#7c22c5,#9316a3)}.card-link-project.check:hover{box-shadow:0 0 18px #22c55ea6}.card-link-project.demo:hover{box-shadow:0 0 18px var(--primary-hover)}.card-link-project.repo:hover{box-shadow:0 0 18px #7c22c5}.card-link-project:active{transform:scale(1.02)}@media (min-width:768px){#media-area{flex-flow:wrap;justify-content:center;gap:2rem}.mosaic{flex:45%;max-width:500px}}@media (min-width:1200px){.mosaic{flex:30%;max-width:350px}}
