html,body{width:100%;min-height:100%}*{box-sizing:border-box}#mask{pointer-events:none}.projects-page{padding-bottom:1.5rem}.projects-intro{opacity:.9;margin:.5rem 0 1.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem;display:grid}.project-card{background:#f8f9fccc;border:1px solid #878fa04d;border-radius:.75rem;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 8px 22px #272d3812}[theme=dark] .project-card{background:#292a2dd9;border-color:#a0a6b259;box-shadow:0 10px 28px #00000038}.project-thumb-wrap{background:linear-gradient(120deg,#edf1f7,#e8edf5)}.project-thumb-placeholder{justify-content:center;align-items:center;min-height:170px;display:flex}.project-thumb-icon-shell{background:radial-gradient(circle at 30% 30%,#b5c3d3,#9eafc2);border-radius:999px;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:inset 0 1px 2px #ffffff59,0 7px 18px #3e4a5e33}.project-thumb-icon{color:#f1f4f8}[theme=dark] .project-thumb-wrap{background:linear-gradient(120deg,#3b404b,#343944)}[theme=dark] .project-thumb-icon-shell{background:radial-gradient(circle at 30% 30%,#808fa2,#66778d);box-shadow:inset 0 1px 2px #ffffff1f,0 8px 20px #00000059}.project-thumb{width:100%;height:auto;display:block}.project-card-content{flex-direction:column;flex:1;padding:1rem;display:flex}.project-title{margin:0 0 .5rem;font-size:1.2rem}.project-description{margin:0 0 .7rem;font-size:.95rem;line-height:1.45}.project-card-bottom{margin-top:auto}.project-meta{margin:.35rem 0;font-size:.95rem;line-height:1.45}.project-card-footer{border-top:1px dashed #8a919f66;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.9rem;padding-top:.7rem;display:flex}.project-date{font-size:.95rem}.project-link{font-size:.95rem;font-weight:600;text-decoration:none}.project-link i{margin-left:.3rem}
