:root{--color-bg:#faf9f7;--color-bg-warm:#f5f0e8;--color-bg-accent:#e8e0d4;--color-text:#3d3833;--color-text-muted:#6b635a;--color-text-light:#8a8279;--color-primary:#c17f59;--color-primary-dark:#a66b47;--color-primary-light:#d4a088;--color-secondary:#7a9e7e;--color-secondary-dark:#5f8263;--color-accent:#b8860b;--color-white:#fff;--color-border:#e0d8cc;--font-sans:"Segoe UI",system-ui,-apple-system,sans-serif;--font-serif:Georgia,"Times New Roman",serif;--shadow-sm:0 1px 3px #3d383314;--shadow-md:0 4px 12px #3d38331a;--shadow-lg:0 8px 24px #3d38331f;--shadow-xl:0 12px 40px #3d383326;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--transition:.3s ease;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}h1,h2,h3{font-family:var(--font-serif);color:var(--color-text);font-weight:400;line-height:1.3}h1{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem)}h2{margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2.25rem)}h3{margin-bottom:.5rem;font-size:1.25rem}p{margin-bottom:1rem}.btn{border-radius:var(--radius-xl);cursor:pointer;transition:all var(--transition);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:var(--color-text);border:2px solid var(--color-border);background:0 0}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.lang-toggle{z-index:100;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-xl);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition);box-shadow:var(--shadow-sm);padding:10px 18px;font-size:.875rem;font-weight:600;position:fixed;top:20px;right:20px}.lang-toggle:hover{background:var(--color-bg-warm);border-color:var(--color-primary-light)}.i18n{display:none}.hero{background:linear-gradient(135deg,var(--color-bg)0%,var(--color-bg-warm)100%);align-items:center;min-height:100vh;padding:80px 24px 60px;display:flex}.hero-content{max-width:var(--max-width);grid-template-columns:1fr 300px;align-items:center;gap:60px;margin:0 auto;display:grid}.hero-text{max-width:640px}.hero-text h1{color:var(--color-text)}.hero-text .intro{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.25rem}.hero-text .hope{color:var(--color-text);background:var(--color-white);border-radius:var(--radius-md);border-left:4px solid var(--color-primary);margin-bottom:2rem;padding:1.25rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-image{position:relative}.hero-image img{object-fit:cover;object-position:center 3%;border-radius:var(--radius-lg);width:300px;height:400px;box-shadow:var(--shadow-xl)}.sponsor-banner{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:var(--color-white);padding:80px 24px}.sponsor-content{grid-template-columns:1fr 450px;align-items:start;gap:60px;display:grid}.support-text h2{color:var(--color-white);margin-bottom:1.5rem}.support-text p{opacity:.95;margin-bottom:1rem;font-size:1.2rem}.support-text .small{opacity:.85;font-size:1rem}.support-text .direct-contact{opacity:.9;border-top:1px solid #fff3;margin-top:2rem;padding-top:1.5rem;font-size:.95rem}.support-text .direct-contact a{color:var(--color-white);margin-left:.25rem;font-weight:500;text-decoration:underline}.support-text .direct-contact a:hover{opacity:.8}.sponsor-widget{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:20px}.sponsor-widget iframe{margin:0 auto;display:block}.projects{background:var(--color-bg);padding:100px 24px}.projects-alt{background:var(--color-bg-warm)}.section-header{text-align:center;max-width:640px;margin:0 auto 60px}.section-header p{color:var(--color-text-muted);font-size:1.1rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.project-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition);flex-direction:column;display:flex;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.project-screenshot{background:var(--color-bg-accent);justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.project-screenshot:before{content:"Screenshot";color:var(--color-text-light);opacity:.6;font-size:.875rem;position:absolute}.project-screenshot img{object-fit:cover;object-position:center top;filter:grayscale(.9);width:100%;height:100%;transition:all var(--transition)}.project-screenshot img[src=""],.project-screenshot img:not([src]),.project-screenshot img[src*=screenshots\/]{opacity:1}.project-card:hover .project-screenshot img{filter:grayscale(0);transform:scale(1.05)}.project-info{flex-direction:column;flex:1;padding:20px;display:flex}.project-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.project-icon{object-fit:cover;border:2px solid var(--color-border);border-radius:50%;flex-shrink:0;width:40px;height:40px}.project-info h3{font-family:var(--font-sans);margin-bottom:0;font-size:1.1rem;font-weight:600}.project-description{color:var(--color-text-muted);margin-bottom:8px;font-size:.9rem}.project-contribution{color:var(--color-text);border-top:1px solid var(--color-border);flex:1;margin-bottom:12px;padding-top:8px;font-size:.85rem;font-style:italic}.project-link{color:var(--color-primary);transition:color var(--transition);align-items:center;gap:6px;font-size:.875rem;font-weight:500;display:inline-flex}.project-link svg{flex-shrink:0}.project-card:hover .project-link{color:var(--color-primary-dark)}.github-screenshot{background:var(--color-text);color:var(--color-white)}.github-screenshot:before{display:none}.github-screenshot svg{width:64px;height:64px}.github-icon-small{background:var(--color-text);width:40px;height:40px;color:var(--color-white);border:2px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;display:flex}.github-icon-small svg{width:24px;height:24px}.contact{background:var(--color-bg);padding:80px 24px}.contact-form{background:var(--color-white);border-radius:var(--radius-lg);max-width:600px;box-shadow:var(--shadow-md);margin:0 auto;padding:40px}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{margin-bottom:20px}.form-group label{color:var(--color-text-muted);margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);width:100%;color:var(--color-text);transition:all var(--transition);padding:14px 16px;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary);background:var(--color-white);outline:none;box-shadow:0 0 0 3px #c17f591a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{justify-content:center;width:100%}.footer{text-align:center;background:var(--color-bg);border-top:1px solid var(--color-border);padding:40px 24px}.footer p{color:var(--color-text-light);margin:0;font-size:.875rem}.footer a{color:var(--color-primary);font-weight:500;text-decoration:none}.footer a:hover{text-decoration:underline}@media (width<=968px){.hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.hero-text{max-width:100%}.hero-actions{justify-content:center}.hero-image{order:-1}.hero-image img{width:200px;height:260px;margin:0 auto}.sponsor-content{text-align:center;grid-template-columns:1fr;gap:40px}.sponsor-widget{max-width:450px;margin:0 auto}}@media (width<=640px){.hero{min-height:auto;padding:100px 20px 60px}.hero-text .hope{padding:1rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}.sponsor-banner{padding:60px 16px}.sponsor-widget{max-width:100%;padding:12px}.sponsor-widget iframe{min-width:280px!important;max-width:100%!important}.projects-grid,.form-row{grid-template-columns:1fr}.contact-form{padding:24px}.lang-toggle{padding:8px 14px;top:12px;right:12px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content,.section-header,.project-card,.contact-form{animation:.6s ease-out fadeIn}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.15s}.project-card:nth-child(3){animation-delay:.2s}.project-card:nth-child(4){animation-delay:.25s}.project-card:nth-child(5){animation-delay:.3s}.project-card:nth-child(6){animation-delay:.35s}.project-card:nth-child(7){animation-delay:.4s}.project-card:nth-child(8){animation-delay:.45s}.project-card:nth-child(9){animation-delay:.5s}