@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&display=swap";.projects-page[data-astro-cid-2hwget37]{padding:6rem 0 8rem}.container[data-astro-cid-2hwget37]{max-width:1000px;margin:0 auto;padding:0 2rem}.page-header[data-astro-cid-2hwget37]{margin-bottom:4rem}.page-label[data-astro-cid-2hwget37]{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.75rem}.page-title[data-astro-cid-2hwget37]{font-family:Sora,sans-serif;font-size:clamp(3rem,6vw,5rem);font-weight:800;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--accent-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.page-desc[data-astro-cid-2hwget37]{font-size:1.25rem;color:var(--text-secondary)}.projects-grid[data-astro-cid-2hwget37]{display:flex;flex-direction:column;gap:2rem}.project-card[data-astro-cid-2hwget37]{position:relative;padding:2.5rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:24px;overflow:hidden;opacity:0;transform:translateY(20px);animation:cardReveal .6s ease forwards;animation-delay:calc(var(--delay) * .15s + .2s);transition:transform .3s ease,border-color .3s ease}.project-card[data-astro-cid-2hwget37]:hover{transform:translateY(-4px)}.project-card[data-astro-cid-2hwget37][data-accent=cyan]:hover{border-color:#00d4ff66}.project-card[data-astro-cid-2hwget37][data-accent=purple]:hover{border-color:#8b5cf666}@keyframes cardReveal{to{opacity:1;transform:translateY(0)}}.card-header[data-astro-cid-2hwget37]{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}.card-title-group[data-astro-cid-2hwget37]{display:flex;flex-direction:column;gap:.25rem}.card-title[data-astro-cid-2hwget37]{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;margin:0}.card-subtitle[data-astro-cid-2hwget37]{font-size:.95rem;color:var(--text-muted)}.card-metrics[data-astro-cid-2hwget37]{display:flex;gap:1.5rem}.metric[data-astro-cid-2hwget37]{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.metric-value[data-astro-cid-2hwget37]{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;line-height:1}[data-astro-cid-2hwget37][data-accent=cyan] .metric-value[data-astro-cid-2hwget37]{color:var(--accent-cyan)}[data-astro-cid-2hwget37][data-accent=purple] .metric-value[data-astro-cid-2hwget37]{color:var(--accent-purple)}.metric-label[data-astro-cid-2hwget37]{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.card-body[data-astro-cid-2hwget37]{margin-bottom:1.5rem}.card-description[data-astro-cid-2hwget37]{font-size:1.1rem;color:var(--text-primary);line-height:1.6;margin:0 0 .75rem}.card-long-description[data-astro-cid-2hwget37]{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.card-features[data-astro-cid-2hwget37]{margin-bottom:1.5rem}.card-features[data-astro-cid-2hwget37] h4[data-astro-cid-2hwget37]{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.card-features[data-astro-cid-2hwget37] ul[data-astro-cid-2hwget37]{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 2rem;list-style:none;padding:0;margin:0}.card-features[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.card-features[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]:before{content:"✓";font-weight:700}[data-astro-cid-2hwget37][data-accent=cyan] .card-features[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]:before{color:var(--accent-cyan)}[data-astro-cid-2hwget37][data-accent=purple] .card-features[data-astro-cid-2hwget37] li[data-astro-cid-2hwget37]:before{color:var(--accent-purple)}.card-tags[data-astro-cid-2hwget37]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tag[data-astro-cid-2hwget37]{font-size:.75rem;padding:.4rem .75rem;background:#ffffff0d;border-radius:6px;color:var(--text-secondary);border:1px solid var(--border-subtle)}.card-action[data-astro-cid-2hwget37]{display:flex}.card-action[data-astro-cid-2hwget37] a{display:inline-flex;align-items:center;gap:.5rem}.accent-line[data-astro-cid-2hwget37]{position:absolute;bottom:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}[data-astro-cid-2hwget37][data-accent=cyan] .accent-line[data-astro-cid-2hwget37]{background:linear-gradient(90deg,var(--accent-cyan) 0%,rgba(0,212,255,.3) 100%)}[data-astro-cid-2hwget37][data-accent=purple] .accent-line[data-astro-cid-2hwget37]{background:linear-gradient(90deg,var(--accent-purple) 0%,rgba(139,92,246,.3) 100%)}.project-card[data-astro-cid-2hwget37]:hover .accent-line[data-astro-cid-2hwget37]{transform:scaleX(1)}[data-astro-cid-2hwget37][data-theme=light] .project-card[data-astro-cid-2hwget37]{box-shadow:0 2px 20px #0000000a}[data-astro-cid-2hwget37][data-theme=light] .tag[data-astro-cid-2hwget37]{background:#00000008}@media(max-width:640px){.projects-page[data-astro-cid-2hwget37]{padding:4rem 0 6rem}.project-card[data-astro-cid-2hwget37]{padding:1.75rem}.card-header[data-astro-cid-2hwget37]{flex-direction:column;gap:1rem}.card-metrics[data-astro-cid-2hwget37]{width:100%;justify-content:flex-start}.metric[data-astro-cid-2hwget37]{align-items:flex-start}.card-features[data-astro-cid-2hwget37] ul[data-astro-cid-2hwget37]{grid-template-columns:1fr}}
