.mch-auth-desktop.svelte-4s91j7{display:flex;align-items:center;gap:12px}.mch-auth-loading.svelte-4s91j7{display:inline-block;width:28px;height:28px;border-radius:50%;border:2px solid var(--border-primary);border-top-color:var(--accent-primary);animation:svelte-4s91j7-mch-spin .7s linear infinite}@keyframes svelte-4s91j7-mch-spin{to{transform:rotate(360deg)}}.user-menu-container.svelte-4s91j7{position:relative}.mch-user-trigger.svelte-4s91j7{display:flex;align-items:center;padding:4px;background:none;border:none;cursor:pointer;border-radius:8px;transition:opacity .2s}.mch-user-trigger.svelte-4s91j7:hover{opacity:.85}.mch-user-icon.svelte-4s91j7{font-size:1.5rem;line-height:1;color:var(--accent-primary)}.mch-user-dropdown.svelte-4s91j7{position:absolute;right:0;top:calc(100% + 8px);width:16rem;background:var(--bg-card);border-radius:.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-primary);padding:.5rem 0;z-index:1002}.mch-user-dropdown-head.svelte-4s91j7{padding:.75rem 1rem;border-bottom:1px solid var(--border-primary)}.mch-user-name.svelte-4s91j7{margin:0;font-size:.875rem;font-weight:600;color:var(--text-primary)}.mch-user-email.svelte-4s91j7{margin:.25rem 0 0;font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mch-dropdown-link.svelte-4s91j7{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:background .15s}.mch-dropdown-link.svelte-4s91j7:hover{background:var(--bg-hover);color:var(--text-primary)}.mch-dropdown-logout.svelte-4s91j7{width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;color:var(--error);background:none;border:none;cursor:pointer;transition:background .15s}.mch-dropdown-logout.svelte-4s91j7:hover{background:color-mix(in srgb,var(--error) 12%,var(--bg-card))}.mch-dropdown-hr.svelte-4s91j7{margin:.5rem 0;border:none;border-top:1px solid var(--border-primary)}.mch-dropdown-meta.svelte-4s91j7{display:block;padding:.25rem 1rem;font-size:.8125rem;color:var(--text-muted)}.mch-login-icon-link.svelte-4s91j7{display:flex;align-items:center;color:var(--text-secondary);transition:color .2s}.mch-login-icon-link.svelte-4s91j7:hover{color:var(--accent-primary)}.mch-login-svg.svelte-4s91j7{width:1.35rem;height:1.35rem;flex-shrink:0}.mch-auth-mobile-block.svelte-4s91j7{display:flex;flex-direction:column;gap:.65rem;min-width:0;flex:1}.mch-mobile-user-card.svelte-4s91j7{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;padding:.75rem .85rem}.mch-mobile-user-title.svelte-4s91j7{margin:0;font-size:.875rem;font-weight:600;color:var(--text-primary)}.mch-mobile-user-mail.svelte-4s91j7{margin:.25rem 0 0;font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mch-mobile-actions.svelte-4s91j7{display:flex;flex-direction:column;gap:.15rem}.mch-mobile-action.svelte-4s91j7{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .75rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-decoration:none;background:transparent;border:none;border-radius:.5rem;cursor:pointer;text-align:left;transition:background .15s,color .15s}.mch-mobile-action.svelte-4s91j7:hover{background:var(--bg-hover);color:var(--text-primary)}.mch-mobile-action.is-danger.svelte-4s91j7{color:var(--error)}.mch-mobile-action.is-danger.svelte-4s91j7:hover{background:color-mix(in srgb,var(--error) 12%,var(--bg-card))}.mch-mobile-login.svelte-4s91j7{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem .9rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-decoration:none;border:1px solid var(--border-secondary);border-radius:.5rem;background:var(--bg-tertiary);transition:background .15s,color .15s,border-color .15s;align-self:stretch}.mch-mobile-login.svelte-4s91j7:hover{color:var(--text-primary);background:var(--bg-hover);border-color:var(--border-tertiary)}.theme-toggle-wrapper.svelte-1aglrkd{position:relative}.theme-toggle-btn.svelte-1aglrkd{padding:.5rem;border-radius:.5rem;transition:all .2s ease;color:var(--text-tertiary);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.theme-toggle-btn.svelte-1aglrkd:hover{background:var(--bg-tertiary);color:var(--text-primary)}html.dark .theme-toggle-btn.svelte-1aglrkd{color:#e2e8f0}html.dark .theme-toggle-btn.svelte-1aglrkd:hover{background:#475569;color:#f8fafc}.theme-toggle-btn.svelte-1aglrkd svg{width:1.25rem;height:1.25rem}.theme-menu.svelte-1aglrkd{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:9998;animation:svelte-1aglrkd-slideDown .15s ease-out}@media(max-width:640px){.theme-menu.svelte-1aglrkd{position:fixed;top:46%;left:49%;right:auto;transform:translate(-50%,-50%);min-width:200px;max-width:90vw;box-shadow:0 8px 24px #0003;animation:svelte-1aglrkd-scaleIn .2s ease-out}@keyframes svelte-1aglrkd-scaleIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}@keyframes svelte-1aglrkd-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}html.dark .theme-menu.svelte-1aglrkd{background:#1e293b;border-color:#334155;box-shadow:0 4px 12px #0000004d}.theme-menu-item.svelte-1aglrkd{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;border:none;background:transparent;cursor:pointer;transition:background-color .15s;color:#374151;font-size:.875rem}@media(max-width:640px){.theme-menu-item.svelte-1aglrkd{padding:.875rem 1.25rem;font-size:1rem}}html.dark .theme-menu-item.svelte-1aglrkd{color:#e5e7eb}.theme-menu-item.svelte-1aglrkd:hover{background:#f3f4f6}html.dark .theme-menu-item.svelte-1aglrkd:hover{background:#334155}.theme-menu-item.active.svelte-1aglrkd{background:#eff6ff;color:#2563eb;font-weight:500}html.dark .theme-menu-item.active.svelte-1aglrkd{background:#1e3a8a;color:#93c5fd}.theme-menu-item.svelte-1aglrkd svg:where(.svelte-1aglrkd){width:1.125rem;height:1.125rem;flex-shrink:0}.theme-menu-item.svelte-1aglrkd span:where(.svelte-1aglrkd){flex:1;text-align:left}.check-icon.svelte-1aglrkd{width:1rem;height:1rem;color:#2563eb}html.dark .check-icon.svelte-1aglrkd{color:#93c5fd}.theme-overlay.svelte-1aglrkd{display:none}@media(max-width:640px){.theme-overlay.svelte-1aglrkd{display:block;position:fixed;inset:0;background:#0000004d;z-index:9997;animation:svelte-1aglrkd-fadeIn .2s ease-out}@keyframes svelte-1aglrkd-fadeIn{0%{opacity:0}to{opacity:1}}html.dark .theme-overlay.svelte-1aglrkd{background:#00000080}}.header.svelte-1kcmzdx{background:var(--bg-primary);border-bottom:1px solid var(--border-primary);box-shadow:var(--shadow-sm);position:fixed;top:0;left:0;right:0;z-index:1000;transition:background-color .2s,border-color .2s,box-shadow .2s}.header-content.svelte-1kcmzdx{display:flex;align-items:center;justify-content:space-between;height:var(--header-height, 100px)}.logo-brand.svelte-1kcmzdx{display:flex;align-items:center;text-decoration:none;line-height:1}.logo-img.svelte-1kcmzdx{height:48px;width:auto;max-height:48px;display:block;-o-object-fit:contain;object-fit:contain;transition:height .25s ease,max-height .25s ease}.logo-img--dark.svelte-1kcmzdx,html.dark .logo-img--light.svelte-1kcmzdx{display:none}html.dark .logo-img--dark.svelte-1kcmzdx{display:block}.header.shrink.svelte-1kcmzdx .logo-img:where(.svelte-1kcmzdx){height:36px;max-height:36px}.desktop-nav.svelte-1kcmzdx{display:flex;align-items:center}.nav-list.svelte-1kcmzdx{display:flex;list-style:none;margin:0;padding:0;gap:30px}.nav-list.svelte-1kcmzdx li:where(.svelte-1kcmzdx){position:relative}.nav-list.svelte-1kcmzdx a:where(.svelte-1kcmzdx){text-decoration:none;color:var(--text-primary);font-weight:600;font-size:18px;transition:color .3s ease}.nav-list.svelte-1kcmzdx a:where(.svelte-1kcmzdx):hover{color:var(--link-primary)}.nav-cta-btn.svelte-1kcmzdx{display:inline-flex;align-items:center;padding:8px 18px;background:#007bff;color:#fff!important;border-radius:20px;font-size:15px!important;font-weight:600!important;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 8px #007bff40}.nav-cta-btn.svelte-1kcmzdx:hover{background:#0056b3!important;color:#fff!important;box-shadow:0 4px 14px #007bff66;transform:translateY(-1px)}.dropdown.svelte-1kcmzdx{position:relative}.dropdown-menu.svelte-1kcmzdx{position:absolute;top:100%;left:0;background:var(--bg-primary);box-shadow:var(--shadow-md);border-radius:8px;padding:12px 0;min-width:200px;z-index:1001;transition:background-color .2s,box-shadow .2s}.dropdown-section.svelte-1kcmzdx{display:block}.dropdown-section.svelte-1kcmzdx ul:where(.svelte-1kcmzdx){list-style:none;margin:0;padding:0;display:block}.dropdown-section.svelte-1kcmzdx li:where(.svelte-1kcmzdx){margin-bottom:0;display:block}.dropdown-section.svelte-1kcmzdx a:where(.svelte-1kcmzdx){display:block;padding:8px 16px;color:var(--text-tertiary);font-size:13px;text-decoration:none;transition:background .2s ease,color .2s ease}.dropdown-section.svelte-1kcmzdx a:where(.svelte-1kcmzdx):hover{color:var(--link-primary);background:var(--bg-hover)}.cta-button.svelte-1kcmzdx{display:inline-block;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:14px;margin-left:12px;transition:all .3s ease;white-space:nowrap}.cta-button.svelte-1kcmzdx:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.primary-link.svelte-1kcmzdx{color:#10b981!important;font-weight:600!important}.auth-buttons.svelte-1kcmzdx{display:flex;align-items:center;gap:15px}.user-email.svelte-1kcmzdx{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:var(--text-tertiary);transition:color .2s}.mobile-user-email.svelte-1kcmzdx{width:100%;text-align:center;font-size:13px;color:var(--text-tertiary);word-break:break-all;transition:color .2s}.btn-login.svelte-1kcmzdx,.btn-join.svelte-1kcmzdx{padding:8px 16px;text-decoration:none;border-radius:4px;font-size:14px;font-weight:500;transition:all .3s ease}.btn-login.svelte-1kcmzdx{color:var(--text-secondary);border:1px solid var(--border-primary);transition:all .3s ease}.btn-login.svelte-1kcmzdx:hover{background:var(--bg-hover)}.btn-join.svelte-1kcmzdx{background:#007bff;color:#fff}.btn-join.svelte-1kcmzdx:hover{background:#0056b3}.user-dropdown-container.svelte-1kcmzdx{position:relative;display:inline-block}.user-dropdown-btn.svelte-1kcmzdx{display:flex;align-items:center;gap:5px;padding:8px 12px;background:none;border:none;color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;border-radius:4px;transition:all .3s ease}.user-dropdown-btn.svelte-1kcmzdx:hover{background:var(--bg-hover)}.dropdown-arrow.svelte-1kcmzdx{width:16px;height:16px;transition:transform .3s ease}.user-dropdown.svelte-1kcmzdx{position:absolute;top:100%;right:0;width:250px;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;box-shadow:var(--shadow-md);z-index:1001;margin-top:0;transition:background-color .2s,border-color .2s}.dropdown-content.svelte-1kcmzdx{padding:16px}.user-info-section.svelte-1kcmzdx{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-primary);transition:border-color .2s}.user-email.svelte-1kcmzdx{font-size:12px;color:var(--text-tertiary)}.user-stats.svelte-1kcmzdx{margin-bottom:12px}.stat-item.svelte-1kcmzdx{display:flex;justify-content:space-between;font-size:13px;color:var(--text-tertiary);margin-bottom:4px;transition:color .2s}.stat-value.svelte-1kcmzdx{color:var(--link-primary);font-weight:500;transition:color .2s}.dropdown-menu.svelte-1kcmzdx{margin-bottom:12px}.dropdown-menu-buttons.svelte-1kcmzdx{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.dropdown-btn.svelte-1kcmzdx{flex:1;padding:4px;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-secondary);font-size:12px;cursor:pointer;transition:all .3s ease;text-align:center;min-width:60px}.dropdown-btn.svelte-1kcmzdx:hover{background:var(--bg-active);border-color:var(--border-secondary);transform:translateY(-1px)}.dropdown-btn.logout.svelte-1kcmzdx{background:#dc3545;border-color:#dc3545;color:#fff}.dropdown-btn.logout.svelte-1kcmzdx:hover{background:#c82333;border-color:#c82333}.version-info.svelte-1kcmzdx{padding-top:12px;border-top:1px solid var(--border-primary);transition:border-color .2s}.version-text.svelte-1kcmzdx{font-size:10px;color:var(--text-muted);text-align:center;transition:color .2s}.mobile-menu-wrap.svelte-1kcmzdx{display:none;position:relative;flex-shrink:0}.mobile-menu-toggle.svelte-1kcmzdx{display:flex;flex-direction:column;justify-content:center;background:none;border:none;cursor:pointer;padding:.4rem;border-radius:.375rem}.mobile-menu-toggle.svelte-1kcmzdx:hover{background:var(--bg-hover)}.mobile-menu-toggle.svelte-1kcmzdx span:where(.svelte-1kcmzdx){width:22px;height:2px;background:var(--text-secondary);margin:2.5px 0;transition:.25s;border-radius:1px}.mobile-menu-toggle.is-open.svelte-1kcmzdx span:where(.svelte-1kcmzdx):nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-open.svelte-1kcmzdx span:where(.svelte-1kcmzdx):nth-child(2){opacity:0}.mobile-menu-toggle.is-open.svelte-1kcmzdx span:where(.svelte-1kcmzdx):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav.svelte-1kcmzdx{position:absolute;top:calc(100% + .5rem);right:0;z-index:1100;width:min(18.5rem,calc(100vw - 1.25rem));max-height:min(72vh,32rem);overflow-x:hidden;overflow-y:auto;padding:.5rem .65rem .75rem;background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:.75rem;box-shadow:var(--shadow-lg);box-sizing:border-box}html.light .mobile-nav.svelte-1kcmzdx,html:not(.dark) .mobile-nav.svelte-1kcmzdx{background:#fff;border-color:var(--border-primary)}html.dark .mobile-nav.svelte-1kcmzdx{background:#243044;border-color:#5b6b7c}.mobile-nav-list.svelte-1kcmzdx{list-style:none;margin:0;padding:.25rem 0}.mobile-nav-list.svelte-1kcmzdx li:where(.svelte-1kcmzdx){margin-bottom:0}.mobile-nav-list.svelte-1kcmzdx>li:where(.svelte-1kcmzdx)>a:where(.svelte-1kcmzdx),.mobile-nav-list.svelte-1kcmzdx>li:where(.svelte-1kcmzdx)>button:where(.svelte-1kcmzdx){display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .55rem;color:var(--text-primary);text-decoration:none;font-size:.9375rem;font-weight:500;background:none;border:none;width:100%;text-align:left;cursor:pointer;border-radius:.4rem;transition:background-color .15s,color .15s}.mobile-nav-list.svelte-1kcmzdx>li:where(.svelte-1kcmzdx)>a:where(.svelte-1kcmzdx):hover,.mobile-nav-list.svelte-1kcmzdx>li:where(.svelte-1kcmzdx)>button:where(.svelte-1kcmzdx):hover{background:var(--bg-hover)}.mobile-caret.svelte-1kcmzdx{font-size:.7rem;color:var(--text-muted);transition:transform .2s}.mobile-caret.open.svelte-1kcmzdx{transform:rotate(180deg)}.mobile-dropdown-menu.svelte-1kcmzdx{list-style:none;margin:0 0 .25rem;padding:.15rem 0 .35rem .65rem}.mobile-dropdown-menu.svelte-1kcmzdx li:where(.svelte-1kcmzdx){margin-bottom:0}.mobile-dropdown-menu.svelte-1kcmzdx a:where(.svelte-1kcmzdx){display:block;padding:.45rem .5rem;font-size:.8125rem;color:var(--text-secondary);text-decoration:none;border-radius:.35rem;transition:background-color .15s,color .15s}.mobile-dropdown-menu.svelte-1kcmzdx a:where(.svelte-1kcmzdx):hover{background:var(--bg-hover);color:var(--text-primary)}.mobile-dropdown-section.svelte-1kcmzdx{margin-bottom:20px}.mobile-dropdown-section.svelte-1kcmzdx ul:where(.svelte-1kcmzdx){list-style:none;margin:0;padding:0}.mobile-dropdown-section.svelte-1kcmzdx li:where(.svelte-1kcmzdx){margin-bottom:5px}.mobile-dropdown-section.svelte-1kcmzdx a:where(.svelte-1kcmzdx){font-size:13px;color:var(--text-tertiary);padding:5px 0;transition:color .2s}.mobile-auth-buttons.svelte-1kcmzdx{margin-top:.35rem;padding-top:.75rem;border-top:1px solid var(--border-primary);display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.mobile-auth-toolbar.svelte-1kcmzdx{display:flex;align-items:center;justify-content:flex-start}.mobile-btn-login.svelte-1kcmzdx,.mobile-btn-join.svelte-1kcmzdx{padding:8px 16px;border-radius:20px;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;border:1px solid;text-align:center;min-width:80px}.mobile-btn-login.svelte-1kcmzdx{color:var(--accent-primary);border-color:var(--accent-primary);background:transparent}.mobile-btn-login.svelte-1kcmzdx:hover{background:#667eea;color:#fff}.mobile-btn-join.svelte-1kcmzdx{color:#fff;border-color:#667eea;background:#667eea}.mobile-btn-join.svelte-1kcmzdx:hover{background:#5a67d8;border-color:#5a67d8}.mobile-user-info.svelte-1kcmzdx{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;margin-bottom:15px;padding:15px;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px}.mobile-user-name.svelte-1kcmzdx{color:var(--text-primary);font-size:18px;font-weight:600;text-align:center}.mobile-user-details.svelte-1kcmzdx{width:100%;text-align:center}.mobile-user-email.svelte-1kcmzdx{font-size:12px;color:var(--text-tertiary);margin-bottom:8px}.mobile-user-level.svelte-1kcmzdx{font-size:13px;color:var(--link-primary);font-weight:500;margin-bottom:8px}.mobile-user-points.svelte-1kcmzdx{font-size:12px;color:var(--text-tertiary);margin-bottom:8px}.mobile-user-points.svelte-1kcmzdx div:where(.svelte-1kcmzdx){margin-bottom:2px}.mobile-level-badge.svelte-1kcmzdx{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;color:#fff;margin:2px}.mobile-level-badge.admin.svelte-1kcmzdx{background:#28a745}.mobile-level-badge.maintenance.svelte-1kcmzdx{background:#17a2b8}.mobile-level-badge.developer.svelte-1kcmzdx{background:#6f42c1}.mobile-action-btn.svelte-1kcmzdx{padding:10px 16px;border-radius:20px;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;border:1px solid #667eea;background:transparent;color:#667eea;text-align:center;cursor:pointer}.mobile-action-btn.svelte-1kcmzdx:hover{background:#667eea;color:#fff}.mobile-action-btn.logout.svelte-1kcmzdx{border-color:#dc3545;color:#dc3545}.mobile-action-btn.logout.svelte-1kcmzdx:hover{background:#dc3545;color:#fff}.mobile-version-info.svelte-1kcmzdx{font-size:10px;color:var(--text-muted);text-align:center;margin-top:8px;padding-top:8px;border-top:1px solid var(--border-primary)}@media(max-width:768px){.desktop-nav.svelte-1kcmzdx,.auth-buttons.svelte-1kcmzdx{display:none}.mobile-menu-wrap.svelte-1kcmzdx{display:block}.header-content.svelte-1kcmzdx{height:60px}.logo-img.svelte-1kcmzdx{height:36px;max-height:36px}.header.shrink.svelte-1kcmzdx .logo-img:where(.svelte-1kcmzdx){height:30px;max-height:30px}}@media(max-width:480px){.logo-img.svelte-1kcmzdx{height:32px;max-height:32px}.header.shrink.svelte-1kcmzdx .logo-img:where(.svelte-1kcmzdx){height:28px;max-height:28px}}.footer.svelte-11b2xmi{background:var(--bg-secondary);color:var(--text-secondary);padding:48px 0 24px;margin-top:64px;border-top:2px solid var(--border-secondary)}.footer-content.svelte-11b2xmi{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:32px}.footer-section.svelte-11b2xmi h4:where(.svelte-11b2xmi){color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 16px}.footer-logo-link.svelte-11b2xmi{display:inline-flex;align-items:center;margin:0 0 12px;line-height:1;text-decoration:none}.footer-logo-img.svelte-11b2xmi{height:40px;width:auto;max-height:40px;display:block;-o-object-fit:contain;object-fit:contain}.footer-logo-img--dark.svelte-11b2xmi,html.dark .footer-logo-img--light.svelte-11b2xmi{display:none}html.dark .footer-logo-img--dark.svelte-11b2xmi{display:block}.footer-slogan.svelte-11b2xmi{color:var(--accent-primary);font-size:.875rem;font-weight:500;margin:0 0 8px}.footer-company-name.svelte-11b2xmi{font-size:.875rem;margin:4px 0 0;color:var(--text-primary)}.footer-info-list.svelte-11b2xmi{list-style:none;margin:0;padding:0}.footer-info-list.svelte-11b2xmi li:where(.svelte-11b2xmi){margin-bottom:8px;font-size:.875rem;color:var(--text-tertiary);line-height:1.5}.footer-link.svelte-11b2xmi{color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-link.svelte-11b2xmi:hover{color:var(--link-primary)}.footer-bottom.svelte-11b2xmi{border-top:1px solid var(--border-primary);padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:center}.footer-bottom-left.svelte-11b2xmi{display:flex;flex-direction:column;gap:4px}.footer-bottom-right.svelte-11b2xmi{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.copyright.svelte-11b2xmi{margin:0;font-size:.875rem;color:var(--text-muted)}.version-text.svelte-11b2xmi{margin:0;font-size:.75rem;color:var(--text-muted)}.footer-policy-link.svelte-11b2xmi{color:var(--text-tertiary);text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-policy-link.svelte-11b2xmi:hover{color:var(--text-primary)}.cache-refresh-btn.svelte-11b2xmi{background:transparent;border:1px solid var(--border-secondary);color:var(--text-tertiary);padding:6px 12px;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cache-refresh-btn.svelte-11b2xmi:hover:not(:disabled){border-color:var(--accent-primary);color:var(--accent-primary)}.cache-refresh-btn.svelte-11b2xmi:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.footer-content.svelte-11b2xmi{grid-template-columns:1fr;gap:32px}.footer-bottom.svelte-11b2xmi{flex-direction:column;align-items:flex-start}.footer-bottom-right.svelte-11b2xmi{width:100%;flex-direction:column;align-items:flex-start}.cache-refresh-btn.svelte-11b2xmi{width:100%}}
