:root{--primary-rgb: 59, 130, 246;--secondary-rgb: 147, 51, 234}.portfolio-section[data-astro-cid-uhrerali]{margin:var(--space-3xl) 0}.section-header[data-astro-cid-uhrerali] h2[data-astro-cid-uhrerali]{margin-bottom:var(--space-md);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;font-weight:700}.section-header[data-astro-cid-uhrerali] .lead[data-astro-cid-uhrerali]{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.project-card[data-astro-cid-uhrerali]{background:var(--surface);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:0;transition:all var(--transition-medium);height:100%;display:flex;flex-direction:column;overflow:hidden}.project-card[data-astro-cid-uhrerali]:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--border-secondary)}.project-card[data-astro-cid-uhrerali].featured{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-secondary) 100%);border:2px solid var(--primary);position:relative;overflow:hidden;animation:featuredCardGlow 3s ease-in-out infinite alternate}@keyframes featuredCardGlow{0%{box-shadow:0 8px 32px rgba(var(--primary-rgb, 0, 0, 0),.1)}to{box-shadow:0 12px 48px rgba(var(--primary-rgb, 0, 0, 0),.2)}}.project-card[data-astro-cid-uhrerali].featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--primary),var(--secondary));z-index:1}.project-image[data-astro-cid-uhrerali]{width:100%;height:200px;overflow:hidden;position:relative;background:var(--surface-secondary)}.project-image[data-astro-cid-uhrerali].small{height:150px}.project-image[data-astro-cid-uhrerali] img[data-astro-cid-uhrerali]{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-medium)}.project-card[data-astro-cid-uhrerali]:hover .project-image[data-astro-cid-uhrerali] img[data-astro-cid-uhrerali]{transform:scale(1.05)}.project-image[data-astro-cid-uhrerali].image-error{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface-secondary),var(--surface-tertiary));position:relative}.project-image[data-astro-cid-uhrerali].image-error:before{content:"🎯";font-size:3rem;opacity:.6;animation:pulse 2s ease-in-out infinite}.project-image[data-astro-cid-uhrerali].image-error:after{content:attr(data-project-title);position:absolute;bottom:var(--space-sm);left:var(--space-sm);right:var(--space-sm);background:#000000b3;color:#fff;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;text-align:center}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.8}}.project-image[data-astro-cid-uhrerali].featured{height:280px;position:relative;overflow:hidden}.project-image[data-astro-cid-uhrerali].featured img[data-astro-cid-uhrerali]{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-medium)}.project-card[data-astro-cid-uhrerali].featured:hover .project-image[data-astro-cid-uhrerali].featured img[data-astro-cid-uhrerali]{transform:scale(1.08)}.project-image-overlay[data-astro-cid-uhrerali]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#0000001a);display:flex;align-items:flex-start;justify-content:flex-end;padding:var(--space-md);opacity:0;transition:opacity var(--transition-medium);z-index:1}.project-card[data-astro-cid-uhrerali].featured:hover .project-image-overlay[data-astro-cid-uhrerali]{opacity:1}.overlay-content[data-astro-cid-uhrerali]{background:#000c;backdrop-filter:blur(10px);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(255,255,255,.2)}.featured-badge[data-astro-cid-uhrerali]{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;box-shadow:0 4px 12px #0000004d}.project-image[data-astro-cid-uhrerali].featured:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,#0006);pointer-events:none}.project-content[data-astro-cid-uhrerali]{padding:var(--space-xl);flex:1;display:flex;flex-direction:column}.project-header[data-astro-cid-uhrerali]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-md);gap:var(--space-md)}.project-header[data-astro-cid-uhrerali] h3[data-astro-cid-uhrerali],.project-header[data-astro-cid-uhrerali] h4[data-astro-cid-uhrerali]{margin:0;color:var(--text-primary);flex:1}.project-links[data-astro-cid-uhrerali]{display:flex;gap:var(--space-sm);flex-shrink:0}.link-icon[data-astro-cid-uhrerali]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--surface-secondary);color:var(--text-secondary);transition:all var(--transition-fast);padding:0;margin:0}.link-icon[data-astro-cid-uhrerali]:hover{background:var(--surface-tertiary);color:var(--text-primary);transform:scale(1.1)}.project-description[data-astro-cid-uhrerali]{color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-lg);flex:1}.project-tags[data-astro-cid-uhrerali]{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:auto}.tag[data-astro-cid-uhrerali]{display:inline-block;padding:var(--space-xs) var(--space-sm);background:var(--surface-secondary);color:var(--text-secondary);border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;transition:all var(--transition-fast)}.project-card[data-astro-cid-uhrerali].featured .tag[data-astro-cid-uhrerali]{background:var(--surface-tertiary);color:var(--text-primary)}.tag[data-astro-cid-uhrerali]:hover{background:var(--primary);color:#fff}@media (max-width: 768px){.grid-2[data-astro-cid-uhrerali],.grid-3[data-astro-cid-uhrerali]{grid-template-columns:1fr}.project-image[data-astro-cid-uhrerali]{height:180px}.project-image[data-astro-cid-uhrerali].featured{height:220px}.project-image[data-astro-cid-uhrerali].small{height:120px}.project-content[data-astro-cid-uhrerali]{padding:var(--space-lg)}.project-header[data-astro-cid-uhrerali]{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.project-links[data-astro-cid-uhrerali]{align-self:flex-end}.project-image-overlay[data-astro-cid-uhrerali]{padding:var(--space-sm)}.overlay-content[data-astro-cid-uhrerali]{font-size:.8rem;padding:var(--space-xs) var(--space-sm)}.featured-badge[data-astro-cid-uhrerali]{font-size:.7rem;padding:var(--space-xs) var(--space-sm)}}
