.app-header[data-v-9619b4d7]{z-index:40;background:var(--color-bg-light);border-bottom:1px solid var(--color-border);position:sticky;top:0}.app-header__inner[data-v-9619b4d7]{width:100%;max-width:var(--max-content-width);min-height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--spacing-md);margin:0 auto;padding:0 clamp(16px,3vw,24px);display:flex}.app-header__brand[data-v-9619b4d7]{align-items:center;gap:var(--spacing-sm);min-width:0;display:flex}.app-header__logo[data-v-9619b4d7]{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:48px;height:48px}.app-header__brand-copy[data-v-9619b4d7]{flex-direction:column;gap:2px;min-width:0;display:flex}.app-header__brand-title[data-v-9619b4d7]{font-family:var(--font-mono);color:var(--color-accent);letter-spacing:.1px;font-size:18px;font-weight:500;line-height:1.05}.app-header__brand-subtitle[data-v-9619b4d7]{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;width:112px;color:var(--color-text-muted);white-space:nowrap;font-size:10.5px;font-weight:400;line-height:1.43}.app-header__nav[data-v-9619b4d7]{align-items:center;gap:24px;display:flex}.app-header__nav--desktop[data-v-9619b4d7]{display:none}.app-header__link[data-v-9619b4d7]{font-family:var(--font-sans);color:var(--color-text-muted);font-size:18px;font-weight:500;transition:color .18s;position:relative}.app-header__link[data-v-9619b4d7]:hover,.app-header__link--active[data-v-9619b4d7]{color:var(--color-accent)}.app-header__actions[data-v-9619b4d7]{align-items:center;gap:12px;display:flex}.app-header__theme-switch[data-v-9619b4d7]{border:1px solid var(--color-border-strong);border-radius:var(--radius-pill);background:var(--color-surface-muted);width:68px;height:36px;color:var(--color-text-subtle);cursor:pointer;grid-template-columns:repeat(2,1fr);align-items:center;padding:3px;transition:background-color .18s,border-color .18s,color .18s;display:grid;position:relative}.app-header__theme-switch[data-v-9619b4d7]:hover{border-color:var(--color-accent-outline)}.app-header__theme-switch[data-v-9619b4d7]:focus-visible{outline:2px solid var(--color-accent-focus);outline-offset:2px}.app-header__theme-option[data-v-9619b4d7]{z-index:1;justify-content:center;align-items:center;transition:color .18s;display:inline-flex;position:relative}.app-header__theme-icon[data-v-9619b4d7]{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.app-header__theme-thumb[data-v-9619b4d7]{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-bg-light);width:calc(50% - 3px);height:calc(100% - 6px);box-shadow:var(--shadow-raised);transition:transform .18s,background-color .18s,border-color .18s;position:absolute;top:3px;left:3px}.app-header__theme-switch:not(.app-header__theme-switch--dark) .app-header__theme-option[data-v-9619b4d7]:first-child,.app-header__theme-switch--dark .app-header__theme-option[data-v-9619b4d7]:last-child{color:var(--color-text)}.app-header__theme-switch--dark .app-header__theme-thumb[data-v-9619b4d7]{transform:translate(100%)}.app-header__lang-field[data-v-9619b4d7]{justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:relative}.app-header__lang-icon[data-v-9619b4d7],.app-header__lang-arrow[data-v-9619b4d7]{pointer-events:none;color:var(--color-text-muted);justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.app-header__lang-icon[data-v-9619b4d7]{width:16px;height:16px;left:8px}.app-header__lang-arrow[data-v-9619b4d7]{width:14px;height:14px;right:8px}.app-header__lang[data-v-9619b4d7]{appearance:none;border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-bg);min-width:128px;height:36px;color:var(--color-text-muted);cursor:pointer;padding:0 30px 0 34px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:500;transition:border-color .18s}.app-header__lang option[data-v-9619b4d7]{font-family:system-ui,-apple-system,Segoe UI,sans-serif}.app-header__lang[data-v-9619b4d7]:hover{border-color:var(--color-border-hover)}.app-header__lang[data-v-9619b4d7]:focus-visible{outline:2px solid var(--color-accent-focus);outline-offset:2px}.app-header__user[data-v-9619b4d7]{align-items:center;gap:8px;display:none}.app-header__user--mobile[data-v-9619b4d7]{display:inline-flex}.app-header__button[data-v-9619b4d7]{border-radius:var(--radius-md);min-height:36px;font-family:var(--font-sans);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:8px 20px;font-size:18px;font-weight:500;line-height:1;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.app-header__google-icon[data-v-9619b4d7]{flex-shrink:0;width:16px;height:16px}.app-header__button--primary[data-v-9619b4d7]{background:var(--color-primary);color:var(--color-text-dark)}.app-header__button--primary[data-v-9619b4d7]:hover{background:var(--color-primary-hover)}.app-header__button--secondary[data-v-9619b4d7]{background:var(--color-bg-light);border-color:var(--color-border-strong);color:var(--color-text-muted)}.app-header__button--secondary[data-v-9619b4d7]:hover{border-color:var(--color-border-hover);color:var(--color-text)}.app-header__avatar[data-v-9619b4d7]{border:1px solid var(--color-border-strong);background:var(--color-bg-light);width:28px;height:28px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex;overflow:hidden}.app-header__avatar img[data-v-9619b4d7]{object-fit:cover;width:100%;height:100%}.app-header__user-name[data-v-9619b4d7]{text-overflow:ellipsis;white-space:nowrap;max-width:104px;font-family:var(--font-sans);color:var(--color-text);font-size:14px;font-weight:500;overflow:hidden}.app-header__cta--desktop[data-v-9619b4d7]{display:none}.app-header__burger[data-v-9619b4d7]{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-light);flex-direction:column;gap:4px;padding:6px;display:inline-flex}.app-header__burger span[data-v-9619b4d7]{background:var(--color-text);width:18px;height:1px}.app-header__mobile[data-v-9619b4d7]{padding:0 clamp(16px, 3vw, 24px) var(--spacing-md);border-top:1px solid var(--color-border);background:var(--color-bg-light)}.app-header__mobile-nav[data-v-9619b4d7]{gap:var(--spacing-xs);padding-top:var(--spacing-md);flex-direction:column;display:flex}.app-header__mobile-link[data-v-9619b4d7]{border-bottom:1px solid var(--color-border);font-family:var(--font-sans);color:var(--color-text-muted);padding:12px 0;font-size:16px;font-weight:500}.app-header__mobile-link--active[data-v-9619b4d7]{color:var(--color-accent)}.app-header__mobile-actions[data-v-9619b4d7]{justify-content:space-between;align-items:center;gap:var(--spacing-sm);padding-top:var(--spacing-md);display:flex}@media (width<=639px){.app-header__brand-subtitle[data-v-9619b4d7]{display:none}.app-header__brand-title[data-v-9619b4d7]{font-size:16px}}@media (width<=899px){.app-header__lang[data-v-9619b4d7]{opacity:0;cursor:pointer;border:0;width:100%;min-width:auto;height:100%;padding:0;position:absolute;inset:0}.app-header__lang-arrow[data-v-9619b4d7]{display:none}.app-header__lang-icon[data-v-9619b4d7]{width:20px;height:20px;position:static;transform:none}}@media (width>=900px){.app-header__nav--desktop[data-v-9619b4d7]{display:flex}.app-header__lang-field[data-v-9619b4d7]{justify-content:flex-start;width:auto;height:auto;display:inline-flex}.app-header__cta--desktop[data-v-9619b4d7],.app-header__user[data-v-9619b4d7]{display:inline-flex}.app-header__burger[data-v-9619b4d7],.app-header__mobile[data-v-9619b4d7]{display:none}}.app-footer[data-v-2ee15057]{padding:48px var(--content-gutter) 32px;border-top:1px solid var(--color-border);background:var(--color-bg-light);flex-direction:column;gap:32px;display:flex}.app-footer__inner[data-v-2ee15057]{grid-template-columns:1.4fr repeat(3,1fr);gap:32px;display:grid}.app-footer__brand[data-v-2ee15057]{flex-direction:column;gap:12px;display:flex}.app-footer__brand-link[data-v-2ee15057]{align-items:center;gap:12px;display:inline-flex}.app-footer__logo[data-v-2ee15057]{border-radius:var(--radius-sm);object-fit:cover;width:40px;height:40px}.app-footer__brand-copy[data-v-2ee15057]{flex-direction:column;gap:2px;display:flex}.app-footer__brand-title[data-v-2ee15057]{font-family:var(--font-mono);color:var(--color-accent);font-size:16px;font-weight:500}.app-footer__brand-subtitle[data-v-2ee15057]{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px}.app-footer__tagline[data-v-2ee15057]{color:var(--color-text-muted);max-width:280px;font-size:13px;line-height:1.6}.app-footer__col[data-v-2ee15057]{flex-direction:column;gap:12px;display:flex}.app-footer__col-title[data-v-2ee15057]{font-family:var(--font-mono);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.14em;color:var(--color-text-subtle)}.app-footer__list[data-v-2ee15057]{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.app-footer__link[data-v-2ee15057]{color:var(--color-text-muted);font-size:14px;transition:color .18s}.app-footer__link[data-v-2ee15057]:hover{color:var(--color-accent)}.app-footer__link--mono[data-v-2ee15057]{font-family:var(--font-mono);word-break:break-all;font-size:13px}.app-footer__contact[data-v-2ee15057]{flex-direction:column;gap:2px;display:flex}.app-footer__contact--telegram[data-v-2ee15057]{gap:6px}.app-footer__contact-label[data-v-2ee15057]{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-subtle);font-size:10px}.app-footer__telegram-list[data-v-2ee15057]{flex-direction:column;gap:6px;display:flex}.app-footer__telegram-link[data-v-2ee15057]{border-left:2px solid var(--color-border);min-height:28px;color:var(--color-text-muted);flex-direction:column;justify-content:center;gap:1px;padding-left:10px;transition:border-color .18s,color .18s;display:flex}.app-footer__telegram-link[data-v-2ee15057]:hover{border-color:var(--color-accent);color:var(--color-accent)}.app-footer__telegram-title[data-v-2ee15057]{font-size:13px;line-height:1.35}.app-footer__bottom[data-v-2ee15057]{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding-top:8px;display:grid}.app-footer__line[data-v-2ee15057]{background:var(--color-border);height:1px}.app-footer__text[data-v-2ee15057]{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-subtle);white-space:nowrap;font-size:10px}@media (width<=900px){.app-footer__inner[data-v-2ee15057]{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.app-footer__inner[data-v-2ee15057]{grid-template-columns:1fr}.app-footer__bottom[data-v-2ee15057]{text-align:center;grid-template-columns:1fr}.app-footer__bottom .app-footer__line[data-v-2ee15057]:last-child{display:none}}
