*:focus{outline:2px solid #3b82f6;outline-offset:2px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.nav-link:focus,.back-link:focus,.social-link:focus,.topic-button:focus,.post-link:focus,.topic-card:focus,.home-link:focus{outline:2px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 2px #3b82f633}.skip-link{position:absolute;top:-40px;left:6px;background:#1f2937;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:9999;font-weight:500;transition:top .3s ease}.skip-link:focus{top:6px;outline:2px solid #ffffff;outline-offset:2px}@media (prefers-contrast: high){.nav-link,.back-link,.social-link,.topic-button{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb}.social-links{display:flex;gap:1rem;justify-content:center;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#6b7280;border-radius:50%;transition:all .2s ease;text-decoration:none;background-color:transparent;border:1px solid #e5e7eb}.social-link:hover{color:#1f2937;background-color:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}.social-link:active{transform:translateY(0)}.social-link svg{width:20px;height:20px}@media (max-width: 768px){.social-links{gap:.75rem}.social-link{width:36px;height:36px}.social-link svg{width:18px;height:18px}}.language-switcher{display:flex;align-items:center;gap:.5rem}.language-switcher--compact{min-width:auto}.language-select{background:var(--background-color);border:1px solid var(--border-color);border-radius:.375rem;padding:.375rem .75rem;color:var(--text-color);font-size:.875rem;cursor:pointer;transition:border-color .2s ease}.language-select:hover{border-color:var(--accent-color)}.language-select:focus{outline:2px solid var(--accent-color);outline-offset:2px;border-color:var(--accent-color)}@media (prefers-color-scheme: dark){.language-select{background:var(--background-color-dark, #1a1a1a);border-color:var(--border-color-dark, #333);color:var(--text-color-dark, #e5e5e5)}.language-select:hover{border-color:var(--accent-color)}}.layout{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;max-width:1200px;margin:0 auto;padding:0 1rem}.header{position:sticky;top:0;background:#f9fafb;opacity:.95;z-index:1000;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:inherit}.logo h1,.logo-text{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.nav{display:flex;gap:1rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease}.nav-link:hover{color:#1f2937;background-color:#f3f4f6}.main{width:100%;padding:2rem 0}.footer{border-top:1px solid #e5e7eb;padding:1rem 0;margin-top:2rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:#6b7280;font-size:.875rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.logo h1,.logo-text{font-size:1.25rem}}.topic-button{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;border:none;cursor:pointer;background:transparent}.topic-button:hover{transform:translateY(-1px)}.topic-button:active{transform:translateY(0)}.topic-default{background:#f3f4f6;color:#374151}.topic-default:hover{background:#e5e7eb;color:#1f2937}.topic-featured:hover{background:#ffffffe6;color:#1f2937}.home{margin:0 auto}.hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.hero p{font-size:1.125rem;color:#6b7280;margin:0}.featured{margin-bottom:4rem}.featured h2{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.featured-post{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;overflow:hidden;transition:all .3s ease;box-shadow:0 10px 25px #0000001a}.featured-post:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.featured-link{text-decoration:none;display:block}.featured-image{position:relative;width:100%;height:300px;overflow:hidden}.featured-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-post:hover .featured-img{transform:scale(1.05)}.featured-content{padding:3rem 2.5rem;color:#fff;position:relative}.featured-badge{display:inline-block;background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-title{font-size:2rem;font-weight:700;margin:0 0 1rem;line-height:1.2;color:#fff}.featured-excerpt{font-size:1.125rem;line-height:1.6;margin:0 0 1.5rem;color:#ffffffe6}.featured-date{display:block;font-size:.875rem;font-weight:500;color:#fffc;margin-bottom:1.5rem}.featured-read-more{display:inline-flex;align-items:center;color:#fff;font-weight:600;font-size:1rem;transition:transform .2s ease}.featured-post:hover .featured-read-more{transform:translate(5px)}.featured-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.topic{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.topic-featured{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topic:not(.topic-featured){background:#f3f4f6;color:#374151}.topic:not(.topic-featured):hover{background:#e5e7eb;transform:translateY(-1px)}.post-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.posts h2{font-size:1.875rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.posts-grid{display:grid;gap:1.5rem}.post-card{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:all .2s ease;background:#fff}.post-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.post-content{padding:1.5rem}.post-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.4}.post-excerpt{color:#6b7280;margin:0 0 1rem;line-height:1.6}.post-date{color:#9ca3af;font-size:.875rem;font-weight:500}.topic-clickable:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.topic-featured.topic-clickable:hover{background:#ffffffe6;color:#1f2937;transform:translateY(-1px)}.post-topics .topic-clickable:hover{background:#e5e7eb;color:#1f2937}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.featured-content{padding:2rem 1.5rem}.featured-title{font-size:1.5rem}.featured-excerpt{font-size:1rem}.post-card{padding:1rem}.featured-image{height:200px}.post-image{height:150px}.post-content{padding:1.5rem}}.post-language-switcher{margin:1rem 0;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.post-language-label{font-size:.875rem;color:var(--text-secondary-color, #666)}.post-language-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.post-language-item{display:inline-block}.post-language-item:after{content:"•";margin-left:.5rem;color:var(--text-secondary-color, #666)}.post-language-item:last-child:after{content:"";margin-left:0}.post-language-link{color:var(--link-color, #3b82f6);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.post-language-link:hover{color:var(--link-hover-color, #2563eb);text-decoration:underline}.post-language-link--current{color:var(--text-color, #213547);font-weight:700;cursor:default}@media (prefers-color-scheme: dark){.post-language-label{color:var(--text-secondary-color-dark, #a3a3a3)}.post-language-item:after{color:var(--text-secondary-color-dark, #a3a3a3)}.post-language-link--current{color:var(--text-color-dark, #e5e5e5)}}.blog-post{margin:0 auto}.post-not-found{text-align:center;padding:3rem 0}.post-not-found h1{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.post-not-found p{color:#6b7280;margin-bottom:2rem}.post{background:#fff;border-radius:.5rem;overflow:hidden}.post-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb;position:relative}.post-header-image{width:calc(100% + 4rem);height:400px;margin:1rem -2rem 2rem;overflow:hidden}.header-img{width:100%;height:100%;object-fit:cover}.back-link{display:inline-block;color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease;margin-bottom:1rem;position:relative;z-index:10}.back-link:hover{color:#1f2937}.post-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}.post-date{color:#6b7280;font-size:.875rem;font-weight:500}.post-author{color:#6b7280;font-size:.875rem;font-weight:500;font-style:italic}.post-meta{display:flex;flex-direction:column;gap:1rem}.topic{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#374151;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.topic:hover{background:#e5e7eb;transform:translateY(-1px)}.post-content{padding:2rem;line-height:1.7;color:#374151}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#1f2937;font-weight:600;margin:2rem 0 1rem;line-height:1.3}.post-content h1{font-size:2rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content p{margin:1rem 0}.post-content ul,.post-content ol{margin:1rem 0;padding-left:1.5rem}.post-content li{margin:.5rem 0}.post-content blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.post-content code{background:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem;font-family:Courier New,monospace}.post-content pre{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;padding:0;color:inherit}.post-content a{color:#3b82f6;text-decoration:underline}.post-content a:hover{color:#1d4ed8}.topic-clickable:hover{background:#e5e7eb;color:#1f2937;transform:translateY(-1px)}@media (max-width: 768px){.post-header{padding:1.5rem 1rem 1rem}.post-header-image{height:250px;margin:1rem -1rem 1.5rem;width:calc(100% + 2rem)}.post-content{padding:1.5rem 1rem}.post-title{font-size:1.75rem}.post-meta{gap:.75rem}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.25rem}}.page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.page-title{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.page-description{color:#6b7280;font-size:1.1rem;margin-bottom:1rem}.back-link{display:inline-block;color:#3b82f6;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:2px solid #3b82f6;border-radius:6px;transition:all .2s ease}.back-link:hover{background-color:#3b82f6;color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.page-title{font-size:2rem}.page-description{font-size:1rem}}.topic-page{padding:2rem 0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000012;transition:all .3s ease;border:1px solid #e5e7eb}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #00000026}.post-link{text-decoration:none;color:inherit;display:block}.post-image{width:100%;height:200px;overflow:hidden}.post-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-img{transform:scale(1.05)}.post-content{padding:2rem}.post-content h2{color:#1f2937;margin-bottom:.75rem;font-size:1.4rem;line-height:1.3}.post-date{color:#6b7280;font-size:.9rem;display:block;margin-bottom:1rem}.post-excerpt{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.post-topics{display:flex;flex-wrap:wrap;gap:.5rem}.topic{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .2s ease}.topic:hover{background:#e5e7eb;color:#1f2937}.topic-clickable{cursor:pointer;transition:all .2s ease}.topic-clickable:hover{background:#e5e7eb!important;color:#1f2937!important;transform:translateY(-1px)}.post-card .post-content:first-child{padding-top:2rem}@media (max-width: 768px){.topic-page{padding:1rem 0}.post-image,.featured-image{height:150px}.post-header-image{height:250px}.post-content,.featured-content{padding:1.5rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.post-card{padding:1.5rem}}.all-topics-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;box-sizing:border-box}.topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;width:100%;margin:0 auto}.topic-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;text-align:center;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:120px;overflow:hidden;word-break:break-word}.topic-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.topic-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.3;width:100%}.topic-count{color:#6b7280;font-size:.9rem;margin:0;width:100%}@media (max-width: 1024px){.topics-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.all-topics-page{padding:1.5rem 1rem}.topics-header h1{font-size:1.75rem}.topics-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.25rem}.topic-card{padding:1.5rem}}@media (max-width: 480px){.all-topics-page{padding:1rem .75rem}.topics-header h1{font-size:1.5rem}.topics-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.topic-card{padding:1.25rem}.topic-name{font-size:1.1rem}.topic-count{font-size:.8rem}}.not-found{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.not-found h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.not-found p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.home-link{display:inline-block;color:#3b82f6;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:1px solid #3b82f6;border-radius:.5rem;transition:all .2s ease}.home-link:hover{background-color:#3b82f6;color:#fff}body{background-color:#f9fafb}
