.projects-page[data-astro-cid-2hwget37]{max-width:1100px;margin:0 auto}.page-header[data-astro-cid-2hwget37]{text-align:center;margin-bottom:3rem;position:relative}.header-content[data-astro-cid-2hwget37]{position:relative;z-index:1}.header-icon-wrapper[data-astro-cid-2hwget37]{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-primary)}.header-icon[data-astro-cid-2hwget37]{width:48px;height:48px}.page-header[data-astro-cid-2hwget37] h1[data-astro-cid-2hwget37]{font-size:clamp(2rem,5vw,3rem);margin-bottom:.75rem;letter-spacing:-.02em}.subtitle[data-astro-cid-2hwget37]{color:var(--text-secondary);font-size:1.15rem;max-width:500px;margin:0 auto}.projects-grid[data-astro-cid-2hwget37]{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.project-card[data-astro-cid-2hwget37]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:1.75rem;position:relative;overflow:hidden;transition:all var(--transition-base);animation:fadeInUp .6s ease-out backwards;animation-delay:var(--delay)}.project-card[data-astro-cid-2hwget37]:before{content:"";position:absolute;inset:1px;background:var(--bg-card);border-radius:15px;z-index:0}.project-card[data-astro-cid-2hwget37]>[data-astro-cid-2hwget37]:not(.card-glow){position:relative;z-index:1}.project-card[data-astro-cid-2hwget37]:hover{transform:translateY(-6px);border-color:var(--primary-300);box-shadow:var(--shadow-lg),0 0 30px var(--color-accent-glow)}.project-header[data-astro-cid-2hwget37]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.title-section[data-astro-cid-2hwget37]{display:flex;align-items:flex-start;gap:.75rem}.category-icon[data-astro-cid-2hwget37]{display:inline-flex;color:var(--text-secondary);transition:transform var(--transition-bounce)}.category-icon[data-astro-cid-2hwget37] svg[data-astro-cid-2hwget37]{width:32px;height:32px}.project-card[data-astro-cid-2hwget37]:hover .category-icon[data-astro-cid-2hwget37]{color:var(--color-primary);transform:scale(1.1)}.project-title[data-astro-cid-2hwget37]{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:var(--text-primary);line-height:1.3}.project-category[data-astro-cid-2hwget37]{display:inline-block;font-size:.85rem;color:var(--color-primary);font-weight:500}.status-badge[data-astro-cid-2hwget37]{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;padding:.375rem .75rem;border-radius:9999px;font-weight:600;white-space:nowrap;transition:all var(--transition-fast)}.status-dot[data-astro-cid-2hwget37]{width:6px;height:6px;border-radius:50%;animation:pulse 2s infinite}.status-active[data-astro-cid-2hwget37]{background:var(--primary-100);color:var(--primary-700)}.status-active[data-astro-cid-2hwget37] .status-dot[data-astro-cid-2hwget37]{background:var(--color-primary)}.status-completed[data-astro-cid-2hwget37]{background:#dbeafe;color:#1e40af}.status-completed[data-astro-cid-2hwget37] .status-dot[data-astro-cid-2hwget37]{background:#3b82f6;animation:none}.status-in-progress[data-astro-cid-2hwget37]{background:#fef3c7;color:#92400e}.status-in-progress[data-astro-cid-2hwget37] .status-dot[data-astro-cid-2hwget37]{background:#f59e0b}.project-description[data-astro-cid-2hwget37]{color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem;font-size:.95rem}.project-tags[data-astro-cid-2hwget37]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.tag[data-astro-cid-2hwget37]{background:var(--primary-50);color:var(--primary-700);font-size:.8rem;padding:.375rem .75rem;border-radius:9999px;font-weight:500;transition:all var(--transition-fast);cursor:default}.tag[data-astro-cid-2hwget37]:hover{background:var(--primary-100);transform:translateY(-2px)}.divider[data-astro-cid-2hwget37]{height:1px;background:linear-gradient(to right,transparent,var(--border-color),transparent);margin-bottom:1.25rem}.project-highlights[data-astro-cid-2hwget37]{margin:0;padding:0;list-style:none}.project-highlights[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]{display:flex;align-items:flex-start;gap:.625rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.625rem;font-size:.9rem;transition:all var(--transition-fast)}.project-highlights[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]:last-child{margin-bottom:0}.project-highlights[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]:hover{color:var(--text-primary);transform:translate(4px)}.highlight-icon[data-astro-cid-2hwget37]{color:var(--color-primary);font-weight:700;flex-shrink:0;margin-top:.125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.projects-grid[data-astro-cid-2hwget37]{grid-template-columns:1fr}.project-header[data-astro-cid-2hwget37]{flex-direction:column;gap:.75rem}.header-decoration[data-astro-cid-2hwget37]{width:200px;height:200px}}@media (max-width: 480px){.project-card[data-astro-cid-2hwget37]{padding:1.25rem}.title-section[data-astro-cid-2hwget37]{flex-direction:column;gap:.5rem}.category-icon[data-astro-cid-2hwget37]{font-size:1.75rem}}
