.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{flex-shrink:0}.logo-link{text-decoration:none;color:#1f2937;font-weight:700;font-size:1.5rem;transition:color .2s}.logo-link:hover{color:#3b82f6}.logo-text{background:#171717;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:1rem}.desktop-nav{display:none}.nav-list{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;padding:.5rem 0;transition:color .2s;border-bottom:2px solid transparent}.nav-link:hover{color:#3b82f6;border-bottom-color:#3b82f6}.github-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1f2937;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;border:2px solid #1f2937;transition:all .2s}.github-button:hover{background:transparent;color:#1f2937}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0}.hamburger{width:24px;height:18px;position:relative;transform:rotate(0);transition:.3s ease-in-out;cursor:pointer}.hamburger span{display:block;position:absolute;height:2px;width:100%;background:#1f2937;border-radius:1px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.open span:nth-child(1){top:8px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:8px;transform:rotate(-135deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease-in-out}.mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-list{list-style:none;margin:0;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:block;padding:.75rem 1rem;text-decoration:none;color:#4b5563;font-weight:500;border-radius:6px;transition:all .2s}.mobile-nav-link:hover{background:#f3f4f6;color:#3b82f6}.mobile-github-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#1f2937;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;margin-top:.5rem;transition:all .2s}.mobile-github-button:hover{background:#374151}.github-icon{flex-shrink:0}.select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#4b5563;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .2s ease;min-width:6rem;position:relative;z-index:1}.select-trigger:hover{background-color:#f9fafb;border-color:#d1d5db}.select-trigger:focus-visible{outline:none;box-shadow:0 0 0 2px #3b82f64d;border-color:#3b82f6}.select-icon{color:#6b7280;transition:transform .2s}.select-trigger[data-state=open] .select-icon{transform:rotate(180deg)}.select-content{overflow:hidden;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;border:1px solid #e5e7eb;min-width:5rem;position:relative}.select-viewport{padding:.25rem}.select-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;font-size:.875rem;color:#374151;border-radius:.25rem;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;z-index:10}.select-item[data-highlighted]{background-color:#f3f4f6;color:#111827}.header{position:relative;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}[data-radix-popper-content-wrapper]{z-index:1001!important}.select-content{position:relative;z-index:1001;transform-origin:var(--radix-select-content-transform-origin);animation:scaleIn .1s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.select-item[data-state=checked]{background-color:#f9fafb;font-weight:500;color:#111827}.select-item-indicator{position:absolute;right:.5rem;color:#3b82f6}.select-scroll-button{display:flex;align-items:center;justify-content:center;height:25px;background-color:#fff;color:#6b7280;cursor:default}.language-selector{position:relative;margin-right:1rem}.language-button{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem .75rem;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.language-button:hover{background-color:#f9fafb;border-color:#d1d5db}.language-chevron{transition:transform .2s ease;color:#6b7280}.language-chevron.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:10rem;z-index:50;overflow:hidden}.language-option{display:block;width:100%;text-align:left;padding:.5rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .1s ease}.language-option:hover{background-color:#f9fafb}.language-option.active{background-color:#f3f4f6;font-weight:500;color:#111827}.mobile-language-selector{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:.5rem 0}.mobile-language-label{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.mobile-language-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-language-option{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;border:1px solid #d1d5db;background:#fff;color:#4b5563;cursor:pointer;transition:all .2s ease}.mobile-language-option:hover{background-color:#f9fafb}.mobile-language-option.active{background-color:#111827;color:#fff;border-color:#111827}.mobile-language-selector{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.mobile-language-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mobile-language-label{color:#4b5563;font-weight:500;font-size:.875rem}.mobile-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#4b5563;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .2s ease;min-width:5rem;flex:1;max-width:8rem}.mobile-select-trigger:hover{background-color:#f9fafb;border-color:#d1d5db}.mobile-select-trigger:focus-visible{outline:none;box-shadow:0 0 0 2px #3b82f64d;border-color:#3b82f6}.mobile-select-icon{color:#6b7280;transition:transform .2s}.mobile-select-trigger[data-state=open] .mobile-select-icon{transform:rotate(180deg)}.mobile-select-content{overflow:hidden;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:9999;border:1px solid #e5e7eb;min-width:8rem;max-height:200px;position:relative}@media (min-width: 768px){.desktop-nav{display:block}.mobile-menu-button,.mobile-nav{display:none}}@media (max-width: 767px){.header-container{padding:0 1rem}.logo-text{font-size:1.25rem}}.blog-summary-list{padding:2rem 0;max-width:1200px;margin:0 auto}.blog-summary-list h2{font-size:2rem;margin-bottom:1rem;color:#333}.blog-summary-list .description{font-size:1.1rem;color:#666;margin-bottom:2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.blog-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.blog-thumbnail{width:100%;height:180px;overflow:hidden}.blog-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-thumbnail img{transform:scale(1.05)}.blog-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-content h3{margin:0 0 .75rem;font-size:1.25rem;line-height:1.4;color:#1a1a1a}.blog-meta{font-size:.875rem;color:#666;margin-bottom:.75rem}.excerpt{color:#555;font-size:.95rem;line-height:1.6;margin:0 0 1rem;flex:1}.read-more{color:#2563eb;font-weight:500;display:inline-flex;align-items:center;transition:color .2s ease}.read-more:hover{color:#1d4ed8}.read-more:after{content:"→";margin-left:.5rem;transition:transform .2s ease}.blog-card:hover .read-more:after{transform:translate(4px)}.loading,.error,.empty{text-align:center;padding:2rem;font-size:1.1rem;color:#666}.error{color:#dc2626}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}.blog-thumbnail{height:200px}}.home-page{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(#00000080,#00000080),url(/assets/translator%20pic-CI5O1A32.jpg) center/cover no-repeat;margin-bottom:3rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.hero-content{position:relative;z-index:2;color:#fff;padding:2rem;max-width:800px;margin:0 auto;text-align:center}.hero-content h1{font-size:2.8rem;margin-top:-1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-weight:700;line-height:1.8}.hero-content p{color:#eee;font-size:1.3rem;line-height:1.7;margin-bottom:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.7);max-width:800px;margin-left:auto;margin-right:auto;margin-top:5rem}@media (max-width: 768px){.container{padding:0 1rem}.hero-section{min-height:50vh;margin-bottom:2rem}.hero-content{padding:1.5rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}}.blog-viewer{max-width:800px;margin:0 auto;padding:2rem 1rem;line-height:1.6}.back-button{display:inline-flex;align-items:center;background:none;border:none;color:#2563eb;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1.5rem;transition:color .2s ease}.back-button:hover{color:#1d4ed8;text-decoration:underline}.back-button:before{content:"←";margin-right:.5rem;font-size:1.1em}.blog-post{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;overflow:hidden}.post-header{padding:2rem 2rem 1rem}.post-header h1{margin:0 0 1rem;font-size:2.2rem;line-height:1.2;color:#1a1a1a}.post-meta{color:#666;font-size:.95rem;margin-bottom:1.5rem}.post-thumbnail{width:100%;max-height:400px;overflow:hidden;margin:1.5rem 0;border-radius:4px}.post-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center}.post-content{padding:0 2rem 2rem;font-size:1.1rem;line-height:1.8;color:#333}.post-content p{margin:1.5em 0}.post-content img{max-width:100%;height:auto;border-radius:4px;margin:1.5rem 0}.post-content h2,.post-content h3,.post-content h4{margin:2em 0 1em;line-height:1.3}.post-content h2{font-size:1.8rem;color:#1a1a1a}.post-content h3{font-size:1.5rem;color:#2d3748}.post-content a{color:#2563eb;text-decoration:none;transition:color .2s ease}.post-content a:hover{color:#1d4ed8;text-decoration:underline}.post-footer{padding:1.5rem 2rem 2rem;border-top:1px solid #eee;margin-top:1.5rem}.original-post-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s ease}.original-post-link:hover{color:#1d4ed8;text-decoration:underline}.original-post-link:after{content:"→";margin-left:.5rem;transition:transform .2s ease}.original-post-link:hover:after{transform:translate(4px)}.loading,.error-container,.not-found{text-align:center;padding:4rem 1rem;font-size:1.1rem;color:#666}.error-container p,.not-found p{margin-bottom:1.5rem}@media (max-width: 768px){.blog-viewer{padding:1rem .5rem}.post-header,.post-content,.post-footer{padding-left:1.5rem;padding-right:1.5rem}.post-header h1{font-size:1.8rem}.post-content{font-size:1rem}}.contribution-page{display:flex;flex-direction:column;min-height:100vh}.contribution-main{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.contribution-container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.contribution-hero{text-align:center;margin-bottom:4rem;padding:3rem 0}.contribution-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.contribution-subtitle{color:#e2e8f0;font-size:1.25rem;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.contribution-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 25px #0000001a;margin-bottom:2rem}.contribution-section{margin-bottom:3rem}.contribution-section:last-of-type{margin-bottom:0}.section-title{color:#1a202c;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;border-bottom:3px solid #667eea;padding-bottom:.5rem;display:inline-block}.section-text{color:#4a5568;font-size:1.1rem;line-height:1.7;text-align:justify}.contribution-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.full-guide-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #667eea4d}.full-guide-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.external-link-icon{width:18px;height:18px}.back-home-button{display:inline-flex;align-items:center;color:#667eea;padding:1rem 2rem;border:2px solid #667eea;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;background:transparent}.back-home-button:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #667eea33}@media (max-width: 768px){.contribution-container{padding:0 1rem}.contribution-hero{padding:2rem 0;margin-bottom:2rem}.contribution-title{font-size:2.25rem}.contribution-subtitle{font-size:1.1rem}.contribution-content{padding:2rem 1.5rem}.section-title{font-size:1.5rem}.section-text{font-size:1rem}.contribution-actions{flex-direction:column;gap:1rem}.full-guide-button,.back-home-button{width:100%;justify-content:center}}@media (max-width: 600px){.contribution-actions{flex-direction:column;align-items:stretch;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.full-guide-button,.back-home-button{width:100%;justify-content:center;font-size:1.1rem;padding:.9rem 0}}@media (max-width: 480px){.contribution-title{font-size:1.875rem}.contribution-content{padding:1.5rem 1rem}}.about-page{display:flex;flex-direction:column;min-height:100vh}.about-main{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.about-container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.about-hero{text-align:center;margin-bottom:4rem;padding:3rem 0;color:#fff}.about-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);line-height:1.2}.about-subtitle{font-size:1.5rem;font-weight:400;max-width:700px;margin:0 auto;line-height:1.6;opacity:.95}.about-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 25px #0000001a;margin-bottom:2rem}.about-section{margin-bottom:3rem}.about-section:last-of-type{margin-bottom:0}.section-title{color:#1a202c;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #4f46e5;display:inline-block}.section-text{color:#4a5568;font-size:1.1rem;line-height:1.8;text-align:left}.about-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0;flex-wrap:wrap}.learn-more-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #4f46e54d}.learn-more-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.external-link-icon{width:18px;height:18px;stroke-width:2.5}.back-home-button{display:inline-flex;align-items:center;color:#4f46e5;padding:1rem 2rem;border:2px solid #4f46e5;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;background:transparent}.back-home-button:hover{background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #4f46e533}@media (max-width: 768px){.about-container{padding:0 1rem}.about-hero{padding:2rem 0;margin-bottom:2rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.25rem}.about-content{padding:2rem 1.5rem}.section-title{font-size:1.5rem}.section-text{font-size:1rem}.about-actions{flex-direction:column;gap:1rem}.learn-more-button,.back-home-button{width:100%;justify-content:center}}@media (max-width: 600px){.about-actions{flex-direction:column;align-items:stretch;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.learn-more-button,.back-home-button{width:100%;justify-content:center;font-size:1.1rem;padding:.9rem 0}}@media (max-width: 480px){.about-title{font-size:2rem}.about-subtitle{font-size:1.1rem}.about-content{padding:1.5rem 1rem}}
