.project-card[data-v-811df35a]{background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;position:relative;overflow:hidden;transition:all var(--transition)}.project-card[data-v-811df35a]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));opacity:0;transition:opacity var(--transition)}.project-card[data-v-811df35a]:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--color-shadow);border-color:#2563eb33}.project-card[data-v-811df35a]:hover:before{opacity:1}.card-content[data-v-811df35a]{flex:1}.project-name[data-v-811df35a]{font-size:1.2rem;font-weight:700;color:var(--color-text);margin-bottom:.6rem;line-height:1.4}.project-description[data-v-811df35a]{font-size:.92rem;color:var(--color-text-secondary);line-height:1.65}.card-footer[data-v-811df35a]{display:flex;align-items:center}.project-link[data-v-811df35a]{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--color-primary);text-decoration:none;padding:.4rem 0;transition:all var(--transition)}.project-link[data-v-811df35a]:hover{color:var(--color-primary-hover)}.link-arrow[data-v-811df35a]{transition:transform var(--transition)}.project-link:hover .link-arrow[data-v-811df35a]{transform:translate(4px)}.home-page[data-v-d26f47f8]{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.hero[data-v-d26f47f8]{text-align:center;padding:4rem 0 2.5rem;position:relative}.hero-title[data-v-d26f47f8]{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2;margin-bottom:.75rem}.hero-subtitle[data-v-d26f47f8]{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--color-text-secondary);max-width:480px;margin:0 auto}.hero-decoration[data-v-d26f47f8]{width:60px;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));border-radius:2px;margin:1.5rem auto 0}.projects-section[data-v-d26f47f8]{padding-bottom:4rem}.projects-grid[data-v-d26f47f8]{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.projects-grid[data-v-d26f47f8]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid[data-v-d26f47f8]{grid-template-columns:repeat(3,1fr)}}
