.card-component{background-color:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;color:var(--fg-base);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.card-component h2,.card-component--styleless div h2{font-size:20px}.card-component--styleless:hover{background:var(--bg-elevated);border-color:var(--accent);cursor:pointer;transition:border-color .2s ease,background .2s ease}.card-component__title-wrapper{background-color:var(--bg-elevated);box-shadow:inset 0 -1px 0 var(--border-default);padding:16px 4px;text-align:center}.card-component__text-container{padding:20px}.card-component__main-text-wrapper{margin-bottom:12px}.card-component__texts-label{font-weight:700}.card-component__list{padding:0}.card-component__list-item{list-style-type:none}.card-component__divider{border:0;border-bottom:1px solid var(--border-default);margin:12px auto;width:80%}.card-component__skills-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.card-component__skills-label{font-weight:700}.card-component__chip-list{align-items:center;display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.card-component__chip{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:10px;color:var(--fg-base);display:inline-block;font-family:Monaspace Neon,ui-monospace,SF Mono,monospace;font-size:14px;line-height:1.4;padding:2px 12px;transition:border-color .12s ease,background .12s ease;white-space:nowrap}.card-component__chip--more{background:transparent;border-color:var(--accent);color:var(--accent)}.card-component__chip:hover{border-color:var(--accent)}.card-component__chip--more:hover,.card-component__chip:hover{background:var(--accent-muted)}@media screen and (min-width:1076px){.card-component--styleless div h2{font-size:20px}}.projects-route{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.projects-route__intro,.projects-route__page-title{margin:0;text-align:center}.projects-route__intro{color:var(--fg-muted);line-height:1.5;max-width:65ch}.projects-route__list{display:flex;flex-direction:column;gap:20px;width:100%}.projects-route__learn-more{align-items:center;color:var(--accent);display:flex;font-weight:700;gap:4px;margin:0}.projects-route__learn-more-arrow{display:inline-block;transition:transform .12s ease}.projects-route .card-component,.projects-route .card-component__text-container{height:-moz-available;height:-webkit-fill-available;height:stretch}.projects-route .card-component__text-container{display:flex;flex-direction:column;justify-content:space-between}.projects-route__card-link{color:inherit;display:flex;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.projects-route__card-link:focus-visible,.projects-route__card-link:hover{transform:translateY(-2px)}.projects-route__card-link:focus-visible .card-component,.projects-route__card-link:hover .card-component{box-shadow:0 4px 16px #0fbf3e40}.projects-route__card-link:focus-visible .projects-route__learn-more-arrow,.projects-route__card-link:hover .projects-route__learn-more-arrow{transform:translate(4px)}.projects-route__card-wrapper{display:flex;flex-direction:column;height:100%;width:100%}@media (prefers-reduced-motion:reduce){.projects-route__card-link,.projects-route__learn-more-arrow{transition:none}}@media screen and (min-width:768px){.projects-route__list{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}
