.project-intro{max-width:64rem;margin:0 auto;padding:2rem 1rem}.project-header{text-align:center;background:linear-gradient(135deg,rgba(var(--accent),.08),rgba(var(--accent-dark),.08));border-radius:20px;border:1px solid rgba(var(--accent),.15);margin-bottom:1rem;animation:fadeInUp .8s ease-out}.project-title{font-size:2.75rem;font-weight:700;animation:fadeInUp .8s ease-out .1s both}.project-description{font-size:1.25rem;line-height:1.7;color:rgb(var(--gray-dark));max-width:600px;margin:0 auto;animation:fadeInUp .8s ease-out .2s both}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgb(var(--accent));text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;animation:fadeInUp .8s ease-out .3s both;box-shadow:0 4px 15px rgba(var(--accent),.3)}.project-link:hover{background:rgb(var(--accent-dark));transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--accent),.4)}.tech-stack-section{background:#fff;padding:1rem 2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid rgba(var(--gray-light),.8);margin-bottom:3rem;animation:fadeInUp .8s ease-out .4s both}.tech-stack-title{font-size:1.75rem;font-weight:600;color:rgb(var(--black));margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.tech-stack-title:before{content:"⚡";font-size:1.5rem}.tech-stack-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.tech-stack-item{background:linear-gradient(135deg,rgba(var(--accent),.05),rgba(var(--accent-dark),.05));border-radius:12px;border-left:4px solid rgb(var(--accent));transition:all .3s ease;animation:fadeInUp .6s ease-out both}.tech-stack-item:nth-child(1){animation-delay:.5s}.tech-stack-item:nth-child(2){animation-delay:.6s}.tech-stack-item:nth-child(3){animation-delay:.7s}.tech-stack-item:hover{transform:translate(8px);background:linear-gradient(135deg,rgba(var(--accent),.1),rgba(var(--accent-dark),.1));box-shadow:0 4px 12px rgba(var(--accent),.15)}.tech-stack-category{font-weight:600;color:rgb(var(--accent));margin-right:.5rem}.tech-stack-content{color:rgb(var(--gray-dark));font-size:1rem}.articles-section{animation:fadeInUp .8s ease-out .8s both}.articles-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.5rem;font-weight:600;color:rgb(var(--black))}.articles-header:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,rgba(var(--accent),.3),transparent);border-radius:1px}@media (max-width: 768px){.project-title{font-size:2.25rem}.project-description{font-size:1.125rem}.tech-stack-section{padding:1.5rem}.project-header{padding:1rem}}@media (max-width: 480px){.project-intro{padding:1rem .5rem}.tech-stack-item{padding:.75rem 1rem}.project-title{font-size:1.875rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{text-align:center;padding:2rem 0;background:linear-gradient(135deg,rgba(var(--accent),.05),rgba(var(--accent-dark),.05));border-radius:16px;border:1px solid rgba(var(--accent),.1)}.hero-title{font-size:3rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,rgb(var(--accent)),rgb(var(--accent-dark)));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeInUp .8s ease-out}.hero-description{font-size:1.25rem;line-height:1.6;color:rgb(var(--gray-dark));margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .2s both}.hero-stats{display:flex;justify-content:center;gap:3rem;animation:fadeInUp .8s ease-out .4s both}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:rgb(var(--accent));line-height:1}.stat-label{display:block;font-size:.875rem;color:rgb(var(--gray));margin-top:.25rem}.section-title{font-size:1.5rem;font-weight:600;color:rgb(var(--black));margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.section-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(var(--accent),.3),transparent)}.page-header{text-align:center;padding:2rem 0;border-bottom:1px solid rgba(var(--accent),.1);margin-bottom:3rem}.page-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:rgb(var(--black));animation:fadeInUp .6s ease-out}.page-description{font-size:1.125rem;line-height:1.6;color:rgb(var(--gray-dark));margin:0 0 1.5rem;max-width:500px;margin-left:auto;margin-right:auto;animation:fadeInUp .6s ease-out .1s both}.highlight{color:rgb(var(--accent));font-weight:600;position:relative}.highlight:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,rgb(var(--accent)),transparent);border-radius:1px}.hero-link{color:rgb(var(--accent));text-decoration:none;font-weight:600;border-bottom:2px solid rgba(var(--accent),.3);transition:all .2s ease}.hero-link:hover{border-bottom-color:rgb(var(--accent));color:rgb(var(--accent-dark))}.stat-badge{background:rgba(var(--accent),.1);color:rgb(var(--accent));padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(var(--accent),.2)}.page-stats{display:flex;justify-content:center;gap:1rem;animation:fadeInUp .6s ease-out .2s both}.articles-section{animation:fadeInUp .6s ease-out .3s both}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-stats{gap:2rem}.stat-number{font-size:1.5rem}.page-title{font-size:2rem}.page-description{font-size:1rem}.page-stats{flex-direction:column;align-items:center}}@media (max-width: 480px){.hero-section{padding:1.5rem}.hero-stats{flex-direction:column;gap:1rem}}.posts-grid[data-astro-cid-nkli2tow]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin:0;padding:0;list-style:none}.post-card[data-astro-cid-nkli2tow]{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media (prefers-color-scheme: dark){.post-card[data-astro-cid-nkli2tow]{background:#ffffff08;border-color:#ffffff1a;box-shadow:0 2px 8px #0000004d}.post-card[data-astro-cid-nkli2tow]:hover{background:#ffffff0d;box-shadow:0 8px 25px #0006}}.post-card[data-astro-cid-nkli2tow]:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:rgba(var(--accent),.2)}.post-card[data-astro-cid-nkli2tow]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,rgb(var(--accent)),rgb(var(--accent-dark)));transform:scaleX(0);transition:transform .3s ease}.post-card[data-astro-cid-nkli2tow]:hover:before{transform:scaleX(1)}.post-link[data-astro-cid-nkli2tow]{display:block;padding:1.5rem;text-decoration:none;color:inherit;height:100%}.post-header[data-astro-cid-nkli2tow]{margin-bottom:1rem}.post-title[data-astro-cid-nkli2tow]{margin:0 0 .75rem;color:rgb(var(--black));font-size:1.25rem;font-weight:600;line-height:1.4;transition:color .2s ease}.post-card[data-astro-cid-nkli2tow]:hover .post-title[data-astro-cid-nkli2tow]{color:rgb(var(--accent))}.post-date[data-astro-cid-nkli2tow]{color:rgb(var(--gray));font-size:.875rem;margin:0;display:flex;align-items:center;gap:.5rem}.post-date[data-astro-cid-nkli2tow]:before{content:"📅";font-size:.75rem}.post-description[data-astro-cid-nkli2tow]{margin:0 0 1rem;color:rgb(var(--gray-dark));font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-tags[data-astro-cid-nkli2tow]{margin-bottom:-.5rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.tag[data-astro-cid-nkli2tow]{background:rgba(var(--accent),.1);color:rgb(var(--accent));border-radius:20px;font-size:.75rem;font-weight:500;border:1px solid rgba(var(--accent),.2);transition:all .2s ease}.post-card[data-astro-cid-nkli2tow]:hover .tag[data-astro-cid-nkli2tow]{background:rgba(var(--accent),.15);border-color:rgba(var(--accent),.3)}.read-more[data-astro-cid-nkli2tow]{color:rgb(var(--accent));font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.read-more[data-astro-cid-nkli2tow]:after{content:"→";transition:transform .2s ease}.post-card[data-astro-cid-nkli2tow]:hover .read-more[data-astro-cid-nkli2tow]:after{transform:translate(3px)}@media (max-width: 768px){.posts-grid[data-astro-cid-nkli2tow]{grid-template-columns:1fr;gap:1rem}.post-link[data-astro-cid-nkli2tow]{padding:1.25rem}.post-title[data-astro-cid-nkli2tow]{font-size:1.125rem}}@media (max-width: 480px){.post-link[data-astro-cid-nkli2tow]{padding:1rem}}
