:root{--shade-1:#f5f5f5;--shade-2:#fafafa;--shade-3:#ffffff;--shade-4:#ffffff;--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-500:#0A84FF;--primary-600:#0970e6;--primary-700:#075ccc;--text-primary:#0a0a0a;--text-primary-2:#171717;--text-primary-3:#1a1a1a;--text-secondary:#525252;--text-tertiary:#737373;--success:#10b981;--warning:#f59e0b;--info:#0ea5e9;--error:#ef4444}:root.dark{--shade-1:#0a0a0a;--shade-2:#171717;--shade-3:#262626;--shade-4:#404040;--text-primary:#fafafa;--text-primary-2:#f5f5f5;--text-primary-3:#f0f0f0;--text-secondary:#d4d4d4;--text-tertiary:#a3a3a3}.projects-section[data-astro-cid-yqe4btgr]{background:var(--shade-1);min-height:100vh;padding:6rem 1.5rem 4rem}.projects-container[data-astro-cid-yqe4btgr]{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.projects-hero[data-astro-cid-yqe4btgr]{text-align:center;margin-bottom:2rem}.portfolio-badge[data-astro-cid-yqe4btgr]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--shade-3);border-radius:9999px;margin-bottom:1.5rem;box-shadow:inset 0 1px #ffffff26,0 1px 3px #00000014;border:0}.badge-dot[data-astro-cid-yqe4btgr]{width:.5rem;height:.5rem;background:var(--primary-500);border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.portfolio-badge[data-astro-cid-yqe4btgr] span[data-astro-cid-yqe4btgr]{font-size:.875rem;font-family:JetBrains Mono,monospace;color:var(--primary-500);font-weight:500}.projects-title[data-astro-cid-yqe4btgr]{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.projects-subtitle[data-astro-cid-yqe4btgr]{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--text-secondary);max-width:48rem;margin:0 auto;line-height:1.6}.category-section[data-astro-cid-yqe4btgr]{margin-bottom:4rem}.category-section[data-astro-cid-yqe4btgr]:last-child{margin-bottom:0}.category-title[data-astro-cid-yqe4btgr]{font-family:Sora,sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:var(--text-primary);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--shade-2);position:relative}.category-title[data-astro-cid-yqe4btgr]:after{content:"";position:absolute;bottom:-1px;left:0;width:60px;height:2px;background:var(--primary-500);border-radius:2px}.project-grid[data-astro-cid-yqe4btgr]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:1.5rem}@media (min-width:768px){.project-grid[data-astro-cid-yqe4btgr]{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}}@media (min-width:1024px){.project-grid[data-astro-cid-yqe4btgr]{grid-template-columns:repeat(3,1fr)}}.project-card[data-astro-cid-yqe4btgr]{background:var(--shade-3);border-radius:1rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:0;box-shadow:inset 0 1px #ffffff26,0 3px 6px #0000001a}.project-card[data-astro-cid-yqe4btgr]:hover{transform:translateY(-6px);background:var(--shade-4);box-shadow:inset 0 2px #fff3,0 12px 24px #00000026}.card-link[data-astro-cid-yqe4btgr]{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.card-image-container[data-astro-cid-yqe4btgr]{position:relative;height:200px;background:var(--shade-1);overflow:hidden}.image-overlay[data-astro-cid-yqe4btgr]{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.4));z-index:1}.card-image[data-astro-cid-yqe4btgr]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.project-card[data-astro-cid-yqe4btgr]:hover .card-image[data-astro-cid-yqe4btgr]{transform:scale(1.05)}.category-badge[data-astro-cid-yqe4btgr]{position:absolute;bottom:.75rem;left:.75rem;z-index:2}.category-badge[data-astro-cid-yqe4btgr] span[data-astro-cid-yqe4btgr]{display:inline-block;padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:var(--shade-3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary-3);border-radius:.5rem;border:0;box-shadow:inset 0 1px #fff3,0 2px 4px #0000001f}:root.dark .category-badge[data-astro-cid-yqe4btgr] span[data-astro-cid-yqe4btgr]{background:var(--shade-3);color:var(--text-primary-3)}.card-content[data-astro-cid-yqe4btgr]{display:flex;flex-direction:column;flex:1;padding:1.25rem;gap:.75rem}.card-title[data-astro-cid-yqe4btgr]{font-family:Sora,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.project-card[data-astro-cid-yqe4btgr]:hover .card-title[data-astro-cid-yqe4btgr]{color:var(--primary-500)}.card-meta[data-astro-cid-yqe4btgr]{font-size:.875rem;color:var(--text-tertiary)}.card-description[data-astro-cid-yqe4btgr]{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tech-stack[data-astro-cid-yqe4btgr]{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag[data-astro-cid-yqe4btgr]{padding:.375rem .75rem;font-size:.75rem;font-weight:500;background:var(--shade-2);color:var(--text-secondary);border-radius:.375rem;border:0;transition:all .2s ease;box-shadow:inset 0 1px #ffffff1a,0 1px 2px #0000000d}.tech-tag-more[data-astro-cid-yqe4btgr]{background:#0a84ff1a;color:var(--primary-500);box-shadow:none}.card-cta[data-astro-cid-yqe4btgr]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--primary-500);margin-top:auto;padding-top:.5rem}.cta-arrow[data-astro-cid-yqe4btgr]{width:1rem;height:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.project-card[data-astro-cid-yqe4btgr]:hover .cta-arrow[data-astro-cid-yqe4btgr]{transform:translate(.25rem)}:root.dark .portfolio-badge[data-astro-cid-yqe4btgr]{box-shadow:inset 0 1px #ffffff14,0 2px 4px #0000004d}:root.dark .project-card[data-astro-cid-yqe4btgr]{box-shadow:inset 0 1px #ffffff0f,0 4px 8px #0006}:root.dark .project-card[data-astro-cid-yqe4btgr]:hover{box-shadow:inset 0 2px #ffffff1a,0 16px 32px #00000080}:root.dark .category-badge[data-astro-cid-yqe4btgr] span[data-astro-cid-yqe4btgr]{box-shadow:inset 0 1px #ffffff1a,0 2px 4px #0006}:root.dark .tech-tag[data-astro-cid-yqe4btgr]{background:var(--shade-3);box-shadow:inset 0 1px #ffffff0d,0 1px 2px #0000004d}