:root{--max-width: 800px;--color-bg: #ffffff;--color-text: #1a1a1a;--color-link: #1a56db;--color-header-bg: #f8f9fa;--color-border: #e5e7eb;--color-tips-bg: #f0f9ff;--color-tips-border: #bae6fd;--color-errors-bg: #fef2f2;--color-errors-border: #fecaca;--color-badge-bg: #f1f5f9;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}body{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}.site-header{background:var(--color-header-bg);border-bottom:1px solid var(--color-border);padding:1rem 0}.logo{font-size:1.25rem;font-weight:700;color:var(--color-text)}.site-nav{background:var(--color-header-bg);border-bottom:1px solid var(--color-border);padding:.5rem 0}.site-nav ul{display:flex;gap:1.5rem}.site-nav a{color:var(--color-text);font-weight:500}.language-picker{text-align:right;padding:.5rem 0;font-size:.875rem}main{flex:1;max-width:var(--max-width);width:100%;margin:0 auto;padding:2rem 1rem}.site-footer{border-top:1px solid var(--color-border);padding:1rem 0;text-align:center;font-size:.875rem;color:#6b7280}.tutorial-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.tutorial-card{background:#fafafa;border:1px solid var(--color-border);border-radius:8px;padding:1.25rem}.tutorial-card h2 a{color:var(--color-text)}.tutorial-card h2 a:hover{color:var(--color-link)}.tutorial-card p{color:#4b5563;margin-top:.5rem;font-size:.95rem}.card-meta{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.badge{display:inline-block;padding:.25rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600;background:var(--color-badge-bg);color:#374151}.tutorial-detail{max-width:700px}.tutorial-description{font-size:1.1rem;color:#4b5563;margin-bottom:1.5rem}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;background:#f9fafb;border:1px solid var(--color-border);border-radius:8px;padding:1rem;margin-bottom:2rem}.meta-item{display:flex;flex-direction:column}.meta-label{font-size:.75rem;text-transform:uppercase;color:#6b7280;font-weight:600}.meta-value{font-size:.95rem;color:var(--color-text);margin-top:.15rem}.tutorial-steps{margin-bottom:2rem}.tutorial-steps h2{margin-bottom:.75rem;font-size:1.25rem}.tutorial-steps ol{padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.tutorial-steps li{line-height:1.7}.tutorial-body{margin-bottom:2rem;line-height:1.7}.tutorial-tips{background:var(--color-tips-bg);border:1px solid var(--color-tips-border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.tutorial-tips h2{font-size:1.1rem;margin-bottom:.5rem;color:#0369a1}.tutorial-tips ul{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.tutorial-errors{background:var(--color-errors-bg);border:1px solid var(--color-errors-border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.tutorial-errors h2{font-size:1.1rem;margin-bottom:.5rem;color:#b91c1c}.tutorial-errors ul{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.hero{background:linear-gradient(135deg,#eef2ff,#f0f9ff,#fdf4ff);padding:3rem 0;text-align:center;border-bottom:1px solid var(--color-border)}.hero h1{font-size:2rem;font-weight:800;color:var(--color-text);margin-bottom:.5rem}.hero-subtitle{font-size:1.05rem;color:#4b5563;max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.btn{display:inline-block;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s,color .15s}.btn-primary{background:var(--color-link);color:#fff;border:2px solid var(--color-link)}.btn-primary:hover{background:#1646a0;border-color:#1646a0;text-decoration:none}.btn-secondary{background:transparent;color:var(--color-link);border:2px solid var(--color-link)}.btn-secondary:hover{background:var(--color-link);color:#fff;text-decoration:none}.features{padding:2rem 0}.features h2{font-size:1.25rem;margin-bottom:1rem;text-align:center}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.feature-card{background:#fafafa;border:1px solid var(--color-border);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.feature-card h3{font-size:1.1rem;color:var(--color-text)}.feature-card p{color:#4b5563;font-size:.95rem;line-height:1.5}.feature-card .btn{align-self:flex-start;margin-top:.5rem}.badge.upcoming{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.hero-footer{padding:1.5rem 0;text-align:center;font-size:.9rem;color:#6b7280;border-top:1px solid var(--color-border)}@media(max-width:640px){.hero h1{font-size:1.5rem}.hero-subtitle{font-size:.95rem}.feature-list{grid-template-columns:1fr}}.quote-block{background:#f8fafc;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:2rem 1rem;text-align:center}.quote-text{font-size:1.05rem;font-style:italic;color:#374151;max-width:600px;margin:0 auto;line-height:1.7}.footer-phrase{font-size:.8rem;font-style:italic;color:#9ca3af;margin-bottom:.25rem}.footer-tagline{font-size:.8rem;color:#9ca3af}
