:root{--color-bg:#fff;--color-bg-alt:#f8f9fc;--color-text:#1a1d23;--color-text-muted:#5b6777;--color-accent:#1a6fb5;--color-accent-hover:#155a94;--color-border:#e2e6ed;--color-highlight:#eaf2fa;--max-width:1440px;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", monospace;--space-section:6rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);min-height:100vh;line-height:1.6}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--space-section) 0}.section--alt{background:var(--color-bg-alt)}.section__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-block}.section__title{max-width:960px;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.3}.section__subtitle{color:var(--color-text-muted);max-width:800px;font-size:1.1rem;line-height:1.7}.btn{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;transition:all .2s;display:inline-flex}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);text-decoration:none}.btn--outline{color:var(--color-text);border-color:var(--color-border);background:0 0}.btn--outline:hover{border-color:var(--color-text-muted);text-decoration:none}.grid-2{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=768px){.grid-2{grid-template-columns:1fr;gap:2rem}.section__title{font-size:1.6rem}:root{--space-section:4rem}}.lang-switcher[data-astro-cid-l4evwy7q]{align-items:center;gap:.25rem;display:flex}.lang-switcher__link[data-astro-cid-l4evwy7q]{color:var(--color-text-muted);white-space:nowrap;border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .55rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.lang-switcher__link[data-astro-cid-l4evwy7q]:hover{background:var(--color-highlight);color:var(--color-text);text-decoration:none}.lang-switcher__link--active[data-astro-cid-l4evwy7q]{background:var(--color-highlight);color:var(--color-accent);font-weight:600}.lang-switcher__flag[data-astro-cid-l4evwy7q]{font-size:1.1rem;line-height:1}.lang-switcher__label[data-astro-cid-l4evwy7q]{line-height:1}@media (width<=640px){.lang-switcher__label[data-astro-cid-l4evwy7q]{display:none}}.nav[data-astro-cid-yxete6jp]{backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);z-index:100;background:#ffffffeb;position:sticky;top:0}.nav__inner[data-astro-cid-yxete6jp]{justify-content:space-between;align-items:center;height:56px;display:flex}.nav__logo[data-astro-cid-yxete6jp]{color:var(--color-text);font-size:1.1rem;font-weight:700;text-decoration:none}.nav__right[data-astro-cid-yxete6jp]{align-items:center;gap:1.5rem;display:flex}.nav__links[data-astro-cid-yxete6jp]{gap:1.5rem;display:flex}.nav__links[data-astro-cid-yxete6jp] a[data-astro-cid-yxete6jp]{color:var(--color-text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav__links[data-astro-cid-yxete6jp] a[data-astro-cid-yxete6jp]:hover{color:var(--color-accent);text-decoration:none}@media (width<=640px){.nav__links[data-astro-cid-yxete6jp]{display:none}}.hero[data-astro-cid-ge2uvauf]{padding-top:5rem;padding-bottom:5rem}.hero__title[data-astro-cid-ge2uvauf]{max-width:1000px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.15}.hero__highlight[data-astro-cid-ge2uvauf]{color:var(--color-accent)}.hero__subtitle[data-astro-cid-ge2uvauf]{color:var(--color-text-muted);max-width:800px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hero__actions[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=768px){.hero__title[data-astro-cid-ge2uvauf]{font-size:2rem}}.problem-item[data-astro-cid-jrdwie4c]{padding:0}.problem-item[data-astro-cid-jrdwie4c] h3[data-astro-cid-jrdwie4c]{margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.problem-item[data-astro-cid-jrdwie4c] p[data-astro-cid-jrdwie4c]{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.features-grid[data-astro-cid-cognygiv]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.feature-card[data-astro-cid-cognygiv]{border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;transition:border-color .2s}.feature-card[data-astro-cid-cognygiv]:hover{border-color:var(--color-accent)}.feature-card__title[data-astro-cid-cognygiv]{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.feature-card__desc[data-astro-cid-cognygiv]{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.mermaid[data-astro-cid-dlyrl7yp]{justify-content:center;max-width:1000px;margin:0 auto 3rem;display:flex}.flow-steps[data-astro-cid-dlyrl7yp]{display:none}@media (width<=900px){.mermaid[data-astro-cid-dlyrl7yp]{display:none}.flow-steps[data-astro-cid-dlyrl7yp]{flex-direction:column;align-items:center;gap:1rem;max-width:400px;margin:0 auto;display:flex}.flow-step[data-astro-cid-dlyrl7yp]{background:var(--color-bg);border:1px solid var(--color-border);text-align:center;border-radius:8px;width:100%;padding:1.25rem}.flow-step__icon[data-astro-cid-dlyrl7yp]{margin-bottom:.25rem;font-size:1.5rem;display:block}.flow-step[data-astro-cid-dlyrl7yp] h3[data-astro-cid-dlyrl7yp]{margin-bottom:.25rem;font-size:1rem;font-weight:600}.flow-step[data-astro-cid-dlyrl7yp] p[data-astro-cid-dlyrl7yp]{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.flow-arrow[data-astro-cid-dlyrl7yp]{font-size:1.25rem}}.preview-grid[data-astro-cid-jjr2jbud]{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}@media (width>=1200px){.preview-grid[data-astro-cid-jjr2jbud]{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.preview-grid[data-astro-cid-jjr2jbud]{grid-template-columns:1fr}}.preview-card[data-astro-cid-jjr2jbud]{border:1px solid var(--color-border);background:linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);border-radius:16px;margin:0;overflow:hidden;box-shadow:0 18px 40px #121e3614}.preview-card__media[data-astro-cid-jjr2jbud]{background:var(--color-bg-alt)}.preview-card__caption[data-astro-cid-jjr2jbud]{padding:1.25rem 1.25rem 1.4rem}.preview-card__caption[data-astro-cid-jjr2jbud] h3[data-astro-cid-jjr2jbud]{color:var(--color-text);margin-bottom:.55rem;font-size:1.05rem;line-height:1.35}.preview-card__caption[data-astro-cid-jjr2jbud] p[data-astro-cid-jjr2jbud]{color:var(--color-text-muted);margin:0;font-size:.92rem;line-height:1.6}.preview-image[data-astro-cid-jjr2jbud]{aspect-ratio:16/10;width:100%;height:auto;display:block}.preview-image--clickable[data-astro-cid-jjr2jbud]{cursor:pointer;transition:opacity .2s}.preview-image--clickable[data-astro-cid-jjr2jbud]:hover{opacity:.85}.preview-callouts[data-astro-cid-jjr2jbud]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.callout[data-astro-cid-jjr2jbud]{border-left:3px solid var(--color-accent);background:var(--color-highlight);border-radius:4px;padding:1.25rem}.callout[data-astro-cid-jjr2jbud] h3[data-astro-cid-jjr2jbud]{color:var(--color-text);margin-bottom:.5rem;font-size:1rem;font-weight:600}.callout[data-astro-cid-jjr2jbud] p[data-astro-cid-jjr2jbud]{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.6}@media (width<=768px){.preview-grid[data-astro-cid-jjr2jbud]{grid-template-columns:1fr}.preview-card__caption[data-astro-cid-jjr2jbud]{padding:1rem 1rem 1.1rem}.preview-callouts[data-astro-cid-jjr2jbud]{grid-template-columns:1fr}}.preview-modal[data-astro-cid-jjr2jbud]{z-index:1000;backdrop-filter:blur(4px);background:#1a1d23eb;border:none;width:100%;height:100%;margin:0;padding:0;position:fixed;top:0;left:0}.preview-modal[data-astro-cid-jjr2jbud]::backdrop{background:#1a1d2380}.preview-modal__content[data-astro-cid-jjr2jbud]{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative}.preview-modal__image[data-astro-cid-jjr2jbud]{border-radius:8px;width:auto;max-width:95%;height:auto;max-height:90vh;box-shadow:0 25px 50px #0000004d}.preview-modal__close[data-astro-cid-jjr2jbud]{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.8rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.preview-modal__close[data-astro-cid-jjr2jbud]:hover{background:#fff3}@media (width<=768px){.preview-modal__content[data-astro-cid-jjr2jbud]{padding:1rem}.preview-modal__close[data-astro-cid-jjr2jbud]{width:36px;height:36px;font-size:1.4rem;top:1rem;right:1rem}}.independence[data-astro-cid-md2bma62]{background-color:var(--color-surface-light,#f9fafb);padding-top:5rem;padding-bottom:5rem}.independence-grid[data-astro-cid-md2bma62]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.independence-card[data-astro-cid-md2bma62]{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.independence-card__title[data-astro-cid-md2bma62]{color:var(--color-text-main,#111827);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.independence-card__desc[data-astro-cid-md2bma62]{color:var(--color-text-muted,#4b5563);font-size:1rem;line-height:1.6}@media (width<=768px){.independence[data-astro-cid-md2bma62]{padding-top:3rem;padding-bottom:3rem}}.tech-table[data-astro-cid-cgtzg6u7]{border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.tech-row[data-astro-cid-cgtzg6u7]{border-bottom:1px solid var(--color-border);padding:.9rem 1.25rem;display:flex}.tech-row[data-astro-cid-cgtzg6u7]:last-child{border-bottom:none}.tech-label[data-astro-cid-cgtzg6u7]{color:var(--color-text);flex:0 0 220px;font-size:.9rem;font-weight:600}.tech-value[data-astro-cid-cgtzg6u7]{color:var(--color-text-muted);font-size:.9rem}@media (width<=768px){.tech-row[data-astro-cid-cgtzg6u7]{flex-direction:column;gap:.25rem}.tech-label[data-astro-cid-cgtzg6u7]{flex:none}}.author-tech[data-astro-cid-vdxprjex]{background:radial-gradient(circle at top left, #1a6fb514, transparent 42%), linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-alt) 100%)}.author-tech__header[data-astro-cid-vdxprjex]{max-width:900px;margin-bottom:2.5rem}.author-tech__grid[data-astro-cid-vdxprjex]{grid-template-columns:minmax(240px,320px) minmax(0,1fr);align-items:start;gap:2rem;display:grid}.author-tech__profile[data-astro-cid-vdxprjex]{border:1px solid var(--color-border);backdrop-filter:blur(10px);background:#ffffffbf;border-radius:20px;justify-items:center;gap:1rem;padding:1.5rem;display:grid;position:sticky;top:88px;box-shadow:0 18px 40px #121e3614}.author-tech__portrait[data-astro-cid-vdxprjex]{background:var(--color-bg);border:4px solid #1a6fb529;border-radius:50%;width:180px;height:180px;overflow:hidden}.author-tech__image[data-astro-cid-vdxprjex]{object-fit:cover;width:100%;height:100%}.author-tech__meta[data-astro-cid-vdxprjex]{text-align:center}.author-tech__name[data-astro-cid-vdxprjex]{color:var(--color-text);font-size:1.15rem;font-weight:700}.author-tech__role[data-astro-cid-vdxprjex]{color:var(--color-accent);margin-top:.25rem;font-weight:600}.author-tech__lead[data-astro-cid-vdxprjex]{display:none}.author-tech__points[data-astro-cid-vdxprjex]{gap:1rem;display:grid}.author-tech__point[data-astro-cid-vdxprjex]{border:1px solid var(--color-border);background:#ffffffdb;border-radius:14px;padding:1.2rem 1.3rem}.author-tech__point-title[data-astro-cid-vdxprjex]{color:var(--color-text);margin-bottom:.4rem;font-size:1rem;line-height:1.4}.author-tech__point-text[data-astro-cid-vdxprjex]{color:var(--color-text-muted);font-size:.97rem;line-height:1.7}@media (width<=900px){.author-tech__grid[data-astro-cid-vdxprjex]{grid-template-columns:1fr}.author-tech__profile[data-astro-cid-vdxprjex]{position:static}}
