.hero[data-astro-cid-2hwget37]{position:relative;padding:130px 0 70px;background:var(--bg-light);overflow:hidden}.hero[data-astro-cid-2hwget37]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 700px 400px at 90% 50%,rgba(0,200,200,.06) 0%,transparent 70%),radial-gradient(ellipse 400px 350px at 0% 100%,rgba(36,107,173,.05) 0%,transparent 70%);pointer-events:none}.hero__inner[data-astro-cid-2hwget37]{position:relative;z-index:1}.hero__overline[data-astro-cid-2hwget37]{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.hero__overline[data-astro-cid-2hwget37]:before{content:"";display:block;width:32px;height:2px;background:var(--gradient);border-radius:1px}.hero__title[data-astro-cid-2hwget37]{font-size:clamp(2.8rem,6vw,4.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.05;margin-bottom:20px}.hero__title[data-astro-cid-2hwget37] span[data-astro-cid-2hwget37]{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__desc[data-astro-cid-2hwget37]{font-size:16px;line-height:28px;color:var(--text-muted);max-width:560px}.projects-section[data-astro-cid-2hwget37]{padding:48px 0 100px;background:var(--bg)}.projects-list[data-astro-cid-2hwget37]{display:flex;flex-direction:column;gap:24px}.project-card[data-astro-cid-2hwget37]{display:grid;grid-template-columns:220px 1fr;background:var(--bg-card);border:1px solid var(--border-card);border-radius:8px;overflow:hidden;text-decoration:none;box-shadow:var(--shadow);transition:transform .4s ease,box-shadow .4s ease;position:relative}.project-card[data-astro-cid-2hwget37]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.project-card[data-astro-cid-2hwget37]:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000021}.project-card[data-astro-cid-2hwget37]:hover:after{transform:scaleX(1)}.project-card__aside[data-astro-cid-2hwget37]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:32px 20px;background:var(--bg-light);border-right:1px solid var(--border-card)}.project-card__icon-wrap[data-astro-cid-2hwget37] img[data-astro-cid-2hwget37],.project-card__icon-wrap[data-astro-cid-2hwget37] svg[data-astro-cid-2hwget37]{width:68px;height:68px;border-radius:16px;display:block;box-shadow:0 8px 20px #0000001f}.project-card__status[data-astro-cid-2hwget37]{padding:4px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;font-family:Raleway,sans-serif}.project-card__status--active[data-astro-cid-2hwget37]{background:#00c8c81f;color:var(--teal);border:1px solid rgba(0,200,200,.25)}.project-card__status--paused[data-astro-cid-2hwget37]{background:#ffb4001a;color:#c08000;border:1px solid rgba(255,180,0,.25)}.project-card__status--archived[data-astro-cid-2hwget37]{background:#9696961a;color:var(--text-muted);border:1px solid var(--border)}.project-card__body[data-astro-cid-2hwget37]{padding:30px 32px 26px;display:flex;flex-direction:column}.project-card__meta[data-astro-cid-2hwget37]{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.project-card__category[data-astro-cid-2hwget37]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-family:Raleway,sans-serif}.project-card__num[data-astro-cid-2hwget37]{font-family:Raleway,sans-serif;font-size:2rem;font-weight:900;color:var(--border-card);line-height:1}.project-card__name[data-astro-cid-2hwget37]{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:3px;font-family:Raleway,sans-serif}.project-card__tagline[data-astro-cid-2hwget37]{font-size:13px;font-weight:600;font-family:Raleway,sans-serif;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.project-card__desc[data-astro-cid-2hwget37]{font-size:14px;line-height:24px;color:var(--text-muted);flex:1;margin-bottom:20px}.project-card__footer[data-astro-cid-2hwget37]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.project-card__tags[data-astro-cid-2hwget37]{display:flex;flex-wrap:wrap;gap:6px}.project-card__tags[data-astro-cid-2hwget37] span[data-astro-cid-2hwget37]{padding:3px 10px;font-size:11px;font-weight:600;font-family:Raleway,sans-serif;color:var(--text-muted);background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius)}.project-card__cta[data-astro-cid-2hwget37]{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;font-family:Raleway,sans-serif;color:var(--blue);transition:gap .25s,color .25s}.project-card[data-astro-cid-2hwget37]:hover .project-card__cta[data-astro-cid-2hwget37]{gap:10px;color:var(--teal)}.page-footer[data-astro-cid-2hwget37]{background:var(--footer-bg);padding:24px 0}.page-footer__inner[data-astro-cid-2hwget37]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--footer-text)}.page-footer__inner[data-astro-cid-2hwget37] a[data-astro-cid-2hwget37]{color:var(--footer-text);text-decoration:none;transition:color .3s}.page-footer__inner[data-astro-cid-2hwget37] a[data-astro-cid-2hwget37]:hover{color:var(--teal)}@media(max-width:768px){.project-card[data-astro-cid-2hwget37]{grid-template-columns:1fr}.project-card__aside[data-astro-cid-2hwget37]{flex-direction:row;justify-content:flex-start;padding:20px 24px;border-right:none;border-bottom:1px solid var(--border-card)}}@media(max-width:480px){.hero[data-astro-cid-2hwget37]{padding:110px 0 50px}.page-footer__inner[data-astro-cid-2hwget37]{flex-direction:column;text-align:center}}
