:root{--est-bg: #2d3032;--est-text: #c19e4f;--est-text-muted: rgba(193, 158, 79, .75);--est-hover: orange;--est-surface: #363a3d;--est-surface-2: #3f4448;--est-border: rgba(193, 158, 79, .25);--est-input-bg: #1e2123;--est-radius: 8px;--est-font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--est-font);background:var(--est-bg);color:var(--est-text);line-height:1.5}body{margin:0;min-height:100vh}a{color:var(--est-hover)}a:hover{text-decoration:none}.page{max-width:1080px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid var(--est-border)}.site-nav{display:flex;gap:.75rem;margin-left:auto}.site-nav a{font-size:.9rem;color:var(--est-text-muted);text-decoration:none}.site-nav a:hover{color:var(--est-hover)}.brand{display:inline-flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600;color:var(--est-text);text-decoration:none}.brand__logo{display:block;width:32px;height:32px;object-fit:contain;flex-shrink:0}.brand__text{line-height:1.2}.brand:hover{color:var(--est-hover)}.hero{margin-bottom:2rem}.version-line{margin:0 0 1rem}.hero h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);color:var(--est-hover);font-weight:700}.hero p{margin:0;max-width:42rem;color:var(--est-text-muted);font-size:1.05rem}.version-badge{display:inline-block;margin-top:0;padding:.25rem .75rem;border-radius:999px;background:var(--est-surface);border:1px solid var(--est-border);font-size:.875rem}.highlights{display:grid;gap:.85rem;margin-bottom:2.5rem}@media(min-width:640px){.highlights{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.highlights{grid-template-columns:repeat(4,1fr)}}.highlight{padding:.9rem 1rem;border-radius:var(--est-radius);background:var(--est-surface);border:1px solid var(--est-border)}.highlight h3{margin:0 0 .35rem;font-size:.95rem;color:var(--est-hover);font-weight:600}.highlight p{margin:0;font-size:.85rem;color:var(--est-text-muted);line-height:1.45}.section{margin-bottom:2.75rem;scroll-margin-top:1rem}.section-heading{margin-bottom:1.25rem}.section-heading h2{margin:0 0 .4rem;font-size:1.35rem;color:var(--est-hover)}.section-heading p{margin:0;max-width:40rem;color:var(--est-text-muted);font-size:.95rem}.feature-grid{display:grid;gap:1rem}@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.feature-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{padding:1.1rem 1.2rem;border-radius:var(--est-radius);background:var(--est-surface);border:1px solid var(--est-border)}.feature-card h3{margin:0 0 .45rem;font-size:1rem;color:var(--est-text);font-weight:600}.feature-card p{margin:0;font-size:.9rem;color:var(--est-text-muted);line-height:1.5}.cards{display:grid;gap:1.25rem}@media(min-width:720px){.cards{grid-template-columns:1fr 1fr}}.card{background:var(--est-surface);border:1px solid var(--est-border);border-radius:var(--est-radius);padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:.75rem}.card h2{margin:0;font-size:1.15rem;color:var(--est-hover)}.card p{margin:0;color:var(--est-text-muted);font-size:.95rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-top:auto;padding:.55rem 1rem;border-radius:6px;border:1px solid var(--est-border);background:var(--est-input-bg);color:var(--est-text);font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer;transition:border-color .15s,color .15s}.btn:hover{border-color:var(--est-hover);color:var(--est-hover)}.btn-primary{background:#ffa5001f;border-color:#ffa50073}.steps{margin:0;padding-left:1.2rem;color:var(--est-text-muted);font-size:.875rem}.steps li+li{margin-top:.35rem}.note{margin:0;padding:.75rem .9rem;border-radius:6px;background:var(--est-surface-2);border-left:3px solid var(--est-hover);font-size:.875rem;color:var(--est-text-muted)}.note strong{display:block;margin-bottom:.35rem;color:var(--est-text)}.site-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--est-border);font-size:.8rem;color:var(--est-text-muted);text-align:center}.site-footer p{margin:0}.site-developer{margin-top:.5rem}.site-developer a{color:var(--est-text);font-weight:700;text-decoration:none}.site-developer a:hover{color:var(--est-hover);text-decoration:none}.locale-switcher{display:flex;gap:.35rem;flex-wrap:wrap}.locale-switcher a{padding:.25rem .55rem;border-radius:4px;font-size:.8rem;text-decoration:none;color:var(--est-text-muted);border:1px solid transparent}.locale-switcher a:hover{color:var(--est-hover)}.locale-switcher a.is-active{color:var(--est-hover);border-color:var(--est-border);background:var(--est-surface)}
