:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-light: #3b82f6;--color-bg: #ffffff;--color-bg-secondary: #f3f4f6;--color-bg-tertiary: #e5e7eb;--color-text: #1f2937;--color-text-secondary: #4b5563;--color-text-muted: #9ca3af;--color-border: #d1d5db;--color-border-light: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--header-height: 64px;--sidebar-width: 280px;--content-max-width: 800px}@media (max-width: 1024px){:root{--sidebar-width: 240px}}@media (max-width: 768px){:root{--header-height: 56px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);min-height:100vh}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}::selection{background-color:var(--color-primary);color:#fff}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.375rem}}.header[data-v-40c52c94]{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:#fff;border-bottom:1px solid #e5e7eb;z-index:100;box-shadow:0 1px 3px #00000014}.header-content[data-v-40c52c94]{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.header-brand[data-v-40c52c94]{display:flex;align-items:center}.brand-name[data-v-40c52c94]{font-size:1.5rem;font-weight:800;color:#1a1a2e;letter-spacing:-.5px}.header-nav[data-v-40c52c94]{display:flex;align-items:center}.nav-link[data-v-40c52c94]{font-size:.875rem;font-weight:500;color:#6b7280;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease}.nav-link[data-v-40c52c94]:hover{color:#2563eb;background:#f3f4f6}.header-progress[data-v-40c52c94]{position:absolute;bottom:0;left:0;height:3px;width:0%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .15s ease}@media (max-width: 768px){.brand-name[data-v-40c52c94]{font-size:1.25rem}.nav-link[data-v-40c52c94]{font-size:.8125rem;padding:.375rem .75rem}}.footer[data-v-d070167a]{margin-top:auto;padding:3rem 1.5rem;background:#1a1a2e;color:#fff}.footer-content[data-v-d070167a]{max-width:var(--content-max-width);margin:0 auto;text-align:center}.footer-brand[data-v-d070167a]{margin-bottom:1.5rem}.footer-logo[data-v-d070167a]{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;display:block;margin-bottom:.5rem}.footer-tagline[data-v-d070167a]{font-size:.9375rem;color:#9ca3af;font-weight:400}.footer-links[data-v-d070167a]{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.footer-link[data-v-d070167a]{font-size:.875rem;color:#d1d5db;transition:color .2s ease}.footer-link[data-v-d070167a]:hover{color:#fff}.footer-copyright[data-v-d070167a]{font-size:.8125rem;color:#6b7280}@media (max-width: 768px){.footer[data-v-d070167a]{padding:2rem 1rem}.footer-links[data-v-d070167a]{gap:1.5rem}}.policy-section[data-v-49846e09]{padding:2.5rem 0;border-bottom:1px solid #e5e7eb;scroll-margin-top:calc(var(--header-height) + 2rem)}.policy-section[data-v-49846e09]:last-child{border-bottom:none}.section-title[data-v-49846e09]{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #2563eb;display:inline-block}.section-content[data-v-49846e09]{color:#374151;line-height:1.8;font-size:1rem}[data-v-49846e09] .section-content h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:1.75rem 0 .75rem}[data-v-49846e09] .section-content p{margin-bottom:1.25rem;text-align:left}[data-v-49846e09] .section-content p:last-child{margin-bottom:0}[data-v-49846e09] .section-content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}[data-v-49846e09] .section-content a:hover{color:#1d4ed8;text-decoration:underline}[data-v-49846e09] .section-content strong{font-weight:700;color:#111827}[data-v-49846e09] .section-content code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875em;background:#eff6ff;color:#1d4ed8;border-radius:6px;padding:.15rem .4rem}[data-v-49846e09] .section-content pre{margin:1.5rem 0;padding:1rem 1.25rem;background:#0f172a;color:#e2e8f0;border-radius:12px;overflow-x:auto;line-height:1.7}[data-v-49846e09] .section-content pre code{display:block;padding:0;background:transparent;color:inherit;border-radius:0;font-size:.875rem}[data-v-49846e09] .section-content ul{margin:1.25rem 0;padding-left:1.5rem;list-style:none}[data-v-49846e09] .section-content li{position:relative;padding-left:1.25rem;margin-bottom:.75rem;line-height:1.7}[data-v-49846e09] .section-content li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background:#2563eb;border-radius:50%}[data-v-49846e09] .section-content ul ul{margin:.5rem 0 0;padding-left:1.5rem}[data-v-49846e09] .section-content ul ul li{padding-left:1.25rem;margin-top:.5rem;color:#4b5563}[data-v-49846e09] .section-content ul ul li:before{left:0;top:.6rem;background:transparent;border:1.5px solid #2563eb}[data-v-49846e09] .section-content li:last-child{margin-bottom:0}@media (max-width: 768px){.policy-section[data-v-49846e09]{padding:2rem 0}.section-title[data-v-49846e09]{font-size:1.25rem;margin-bottom:1rem}.section-content[data-v-49846e09]{font-size:.9375rem}[data-v-49846e09] .section-content h3{font-size:1rem}}.toc[data-v-087d0573]{position:sticky;top:calc(var(--header-height) + 2rem);max-height:calc(100vh - var(--header-height) - 4rem);overflow-y:auto;padding:1.5rem;background:var(--surface-color);border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.toc-header[data-v-087d0573]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.toc-title[data-v-087d0573]{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.toc-toggle[data-v-087d0573]{display:none;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--text-secondary);transition:color .2s ease}.toc-toggle[data-v-087d0573]:hover{color:var(--primary-color)}.toc-toggle svg[data-v-087d0573]{width:20px;height:20px}.toc-list[data-v-087d0573]{list-style:none;padding:0;margin:0}.toc-link[data-v-087d0573]{display:block;padding:.625rem .875rem;color:var(--text-secondary);text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:8px;transition:all .2s ease;margin-bottom:.25rem}.toc-link[data-v-087d0573]:hover{color:var(--primary-color);background:var(--background-color)}.toc-link.active[data-v-087d0573]{color:var(--primary-color);background:#3b82f61a;font-weight:600}@media (max-width: 1024px){.toc[data-v-087d0573]{position:relative;top:0;max-height:none;margin-bottom:2rem}.toc-toggle[data-v-087d0573]{display:block}}.policy-page[data-v-182d128f]{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fafbfc,#fff)}.policy-layout[data-v-182d128f]{display:flex;gap:3rem;max-width:1400px;margin:0 auto;padding:calc(var(--header-height) + 2rem) 1.5rem 2rem;flex:1}.policy-sidebar[data-v-182d128f]{flex:0 0 var(--sidebar-width);max-height:calc(100vh - var(--header-height) - 4rem);position:sticky;top:calc(var(--header-height) + 2rem)}.policy-main[data-v-182d128f]{flex:1;min-width:0}.policy-content[data-v-182d128f]{max-width:var(--content-max-width);background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:3rem}.policy-header[data-v-182d128f]{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb;text-align:center}.company-brand[data-v-182d128f]{margin-bottom:1rem}.company-name[data-v-182d128f]{font-size:1.5rem;font-weight:700;color:#1a1a2e;letter-spacing:-.5px}.policy-title[data-v-182d128f]{font-size:2.75rem;font-weight:800;color:#1a1a2e;margin-bottom:.75rem;line-height:1.2}.policy-subtitle[data-v-182d128f]{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem;font-weight:400}.policy-dates[data-v-182d128f]{display:inline-flex;flex-direction:column;gap:.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.5rem;margin-top:.5rem}.policy-date-row[data-v-182d128f]{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.policy-date-label[data-v-182d128f]{color:#64748b;font-weight:500;min-width:100px;text-align:left}.policy-date-value[data-v-182d128f]{color:#1e293b;font-weight:600}@media (max-width: 1024px){.policy-layout[data-v-182d128f]{flex-direction:column;gap:1.5rem}.policy-sidebar[data-v-182d128f]{flex:none;max-height:none;position:static}.policy-content[data-v-182d128f]{padding:2rem}}@media (max-width: 768px){.policy-layout[data-v-182d128f]{padding:calc(var(--header-height) + 1rem) 1rem 1.5rem}.policy-content[data-v-182d128f]{padding:1.5rem;border-radius:8px}.policy-title[data-v-182d128f]{font-size:2rem}.policy-subtitle[data-v-182d128f]{font-size:1rem}.policy-header[data-v-182d128f]{margin-bottom:2rem;padding-bottom:1.5rem}}.back-to-top[data-v-182d128f]{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:#3b82f6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f666;transition:all .3s ease;z-index:100}.back-to-top[data-v-182d128f]:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f680}.back-to-top svg[data-v-182d128f]{width:24px;height:24px;stroke:#fff}@media (max-width: 768px){.back-to-top[data-v-182d128f]{bottom:1rem;right:1rem;width:44px;height:44px}.back-to-top svg[data-v-182d128f]{width:20px;height:20px}}
