@import url("base.css");.main-content{overflow:hidden;padding:5rem 1rem;width:100%}.main-content__heading{text-align:center}.project-list__section{background:var(--card-background);border-radius:6px;display:flex;flex-wrap:wrap;gap:3vw;justify-content:center;margin:auto;padding:3vw;width:100%}.project-list__heading{color:var(--main-section-heading-color);flex-basis:100%;font-size:1.5rem;text-align:center;width:100%}.project-list{display:grid;gap:3vw;grid-template-columns:repeat(auto-fit,minmax(min(31ch,100%),1fr));transition:all 1s ease;width:100%}.project-list__card{border-radius:6px;box-shadow:3px 3px 7px rgba(160,120,90,.8);transition:opacity .1s ease,transform .3s ease}.project-list__card--maximized{--heading-color:#b00020;background-color:var(--card-background);bottom:0;flex-direction:column;overflow-y:auto;position:fixed;top:0;width:100%;z-index:42000}.project-list__card-content--maximized{border:1px solid #000;padding:5vw;width:100%}.project-list__card-text-heading{color:var(--heading-color);margin:1rem 0;text-align:left;text-shadow:none;width:100%}.project-list__card-thumb--maximized{aspect-ratio:16/9;margin:5vh 0;-o-object-fit:cover;object-fit:cover;width:100%}.project-list__card-text--maximized{border:2px solid #000;color:#000;display:inline-block;font-weight:400;overflow-wrap:break-word;text-shadow:none;width:100%;word-wrap:break-word;hyphens:auto;-ms-word-break:break-all;word-break:break-all;word-break:break-word}.project-list__card-feature-list{list-style-position:inside;list-style-type:disc;width:100%}.project-list__card-feature{color:#000;text-align:left;text-shadow:none}.project-list__card-feature::marker{content:"- "}.project-list__card-screenshot-list{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center;list-style-type:none}.project-list__card-screenshot-item{display:inline-block}.project-list__card-screenshot{aspect-ratio:16/9;min-height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.project-list__card-live-link{color:var(--card-link-color)}.project-list__card.moving{box-shadow:3px 3px 7px rgba(75,75,75,.8);position:absolute;resize:both;touch-action:none;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.project-list__card-frame{align-content:center;background-color:var(--window-bg-color);background:var(--window-bg-gradient);display:grid;grid-template-columns:1fr auto 1fr;padding:.5rem;width:100%}.project-list__card-title{cursor:default;grid-column:2;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.project-list__card-actions{display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:.5rem;grid-column:3;justify-content:space-evenly;justify-self:end;margin-top:auto;min-height:0}.project-list__card-content{background-color:var(--card-background);display:flex;flex-direction:column;width:100%}.project-list__card-thumb{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.project-list__card-description{border:1px solid #000;display:flex;height:6rem;justify-content:center;overflow-y:auto;width:100%}.project-list__card-text{color:#000;display:inline-block;font-weight:400;margin:auto;max-width:95%;text-shadow:none}.project-list__card-tech-section{background-color:var(--window-bg-color);overflow:hidden;white-space:nowrap;width:100%}.project-list__card-tech-stack{align-items:center;background-color:var(--window-bg-color);display:inline-flex;gap:1rem;list-style-type:none;min-width:100%;overflow-x:auto;padding:0 .5rem}.project-list__card-tech-stack.auto-scroll{animation:scroll 10s linear infinite}.project-list__card-tech-stack-item{background:var(--window-bg-gradient);border:.5 solid #000;margin:.5rem 0;scroll-snap-align:start}.project-list__card-tech-stack-link{align-items:center;color:#fff;display:inline-flex;font-size:.5rem;gap:.5rem;justify-content:space-evenly;margin:0 auto;padding:.2rem .8rem;text-decoration:none;width:100%}.project-list__card-tech-stack-icon{height:1rem;width:1rem}.project-list__card-actions button{background-color:transparent;border:none;cursor:pointer}.project-list__card-action-button{border-radius:50%;display:inline-block;height:1rem;width:1rem}.project-list__card-minimize{background-color:#f4bf4f}.project-list__card-minimize:hover{background-color:#ff0}.project-list__card-maximize{background-color:#58cb42}.project-list__card-maximize:hover{background-color:#adff2f}.project-list__card-close{background-color:#ed5f56}.project-list__card-close:hover{background-color:#f08080}.project-list__card--closing{opacity:0;transform:scale(.95)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}