body.colorscheme-dark .dark_mode_illustration{filter:invert(100%)hue-rotate(180deg);transition:filter .3s ease}.dark_mode_illustration_wrapper,.image-wrapper{display:block;margin:0 auto}.dark_mode_illustration_wrapper figcaption,.image-wrapper figcaption{text-align:center;font-style:italic;margin-top:5px;font-size:.9em;color:var(--secondary-text-color)}.dark_mode_illustration_wrapper img,.image-wrapper img{display:block;margin:0 auto;max-width:100%;height:auto}.projects-section{padding:1.5rem .5rem;max-width:1400px!important;margin:0 auto}.projects-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.project-card{display:flex;flex-direction:column;background:var(--card-background,#f5f5f5);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;min-width:500px}body.colorscheme-dark .project-card{background:#2a2a2a}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.project-image-wrapper{width:100%;height:240px;overflow:hidden;background:#e0e0e0}body.colorscheme-dark .project-image-wrapper{background:#1a1a1a}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1;text-align:center;align-items:center}.project-title{margin:0 0 .75rem;font-size:2.2rem!important;font-weight:600;color:var(--primary-text-color);line-height:1.3}.project-description{margin:0 0 .75rem;font-size:1.3rem!important;color:var(--secondary-text-color);flex-grow:1;line-height:1.6}.project-icons-wrapper{display:flex;justify-content:center;gap:.75rem;margin-bottom:.75rem!important}.project-icon-link{display:inline-flex;align-items:center;justify-content:center;width:44px!important;height:44px!important;border-radius:50%;background:var(--code-bg-color)!important;color:var(--secondary-text-color)!important;font-size:1.4rem!important;text-decoration:none;transition:all .2s ease}.project-icon-link:hover{background:var(--border-color)!important;color:var(--primary-text-color)!important;transform:translateY(-2px)}body.colorscheme-dark .project-icon-link{background:#3a3a3a!important}.project-tech-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem!important;justify-content:center}.project-tech-tag{padding:.3rem .9rem!important;background:var(--code-bg-color)!important;border-radius:12px;font-size:1rem!important;color:var(--secondary-text-color)!important}body.colorscheme-dark .project-tech-tag{background:#3a3a3a!important}.project-tech-more{padding:.2rem .5rem;color:var(--secondary-text-color);font-size:.85rem!important;font-style:italic}.project-button{display:inline-block;padding:.8rem 1.8rem;background-color:#333;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s ease;text-align:center;font-weight:500;font-size:1rem;margin-top:auto}body.colorscheme-dark .project-button{background-color:#555}.project-button:hover{background-color:#555}body.colorscheme-dark .project-button:hover{background-color:#777}.project-single{max-width:900px;margin:0 auto;padding:1.5rem .5rem;text-align:center}.project-header{margin-bottom:1.5rem}.project-single-title{font-size:2.8rem!important;margin-bottom:.75rem;color:var(--primary-text-color)}.project-single-image{width:100%;margin:1.25rem 0;border-radius:8px;overflow:hidden}.project-single-image img{width:100%;height:auto;display:block}.project-single-content{font-size:1.8rem!important;line-height:1.7;color:var(--primary-text-color);margin-bottom:1.5rem;text-align:left}.project-single-content h2{font-size:2.2rem!important;margin-top:1.5rem;margin-bottom:.75rem;color:var(--primary-text-color)}.project-single-content h3{font-size:1.6rem!important;margin-top:1.25rem;margin-bottom:.5rem;color:var(--primary-text-color)}.project-single-content p{margin-bottom:.75rem}.project-single-content ul,.project-single-content ol{margin-bottom:.75rem;margin-left:1.5rem}.project-single-content li{margin-bottom:.25rem}.project-links{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0!important;justify-content:center}.project-link{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.6rem!important;background:var(--code-bg-color)!important;border-radius:6px;text-decoration:none;color:var(--text-color)!important;transition:all .2s ease;border:1px solid transparent;font-size:1.1rem!important}.project-link:hover{background:var(--border-color)!important;border-color:var(--primary-color)!important;transform:translateY(-2px)}body.colorscheme-dark .project-link{background:#3a3a3a!important}.project-link i{font-size:1.5rem!important}.github-link i{color:#333!important}body.colorscheme-dark .github-link i{color:#f0f0f0!important}.demo-link i{color:var(--primary-color)!important}.project-tech-stack{margin:1.5rem 0!important;padding:1.25rem;background:var(--code-bg-color)!important;border-radius:8px;text-align:center}body.colorscheme-dark .project-tech-stack{background:#3a3a3a!important}.project-tech-stack h3{font-size:1.8rem!important;margin-bottom:.75rem;color:var(--primary-text-color)}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tech-tag{padding:.4rem 1.1rem!important;background:var(--card-background,#e0e0e0)!important;border-radius:20px;font-size:1.1rem!important;color:var(--primary-text-color)!important}body.colorscheme-dark .tech-tag{background:#2a2a2a!important}.project-footer{padding-top:1.5rem;border-top:1px solid var(--secondary-text-color);margin-top:2rem}.back-link{color:var(--primary-text-color);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:#666}body.colorscheme-dark .back-link:hover{color:#aaa}@media(max-width:810px){.projects-container{grid-template-columns:1fr;gap:1.5rem}.project-card{min-width:100%!important}.project-title{font-size:1.6rem!important}.project-description{font-size:1.1rem!important}.project-icon-link{width:38px!important;height:38px!important;font-size:1.2rem!important}.project-tech-tag{font-size:.9rem!important;padding:.25rem .7rem!important}.project-links{flex-direction:column;align-items:center}.project-link{width:100%;max-width:300px;justify-content:center}.tech-tag{font-size:1rem!important;padding:.35rem .9rem!important}.project-single-title{font-size:2.2rem!important}.project-single-content{font-size:1.5rem!important}.project-single-content h2{font-size:1.8rem!important}.project-single-content h3{font-size:1.4rem!important}}@media(max-width:500px){.projects-section,.project-single{padding:1rem .5rem}.project-image-wrapper{height:200px}.project-content{padding:1rem}.project-title{font-size:1.4rem!important}.project-description{font-size:1rem!important}.project-icon-link{width:34px!important;height:34px!important;font-size:1.1rem!important}}