:root{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", sans-serif;--background:#f8fafc;--surface:#fff;--surface-secondary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--accent:#4f46e5;--accent-hover:#4338ca;--accent-light:#4f46e50f;--accent-border:#4f46e526;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--highlight-bg:#fde04766;--highlight-color:#0f172a;--scrollbar-thumb:#cbd5e1;--scrollbar-track:#f1f5f9;--header-bg:#f8fafcd9;--hero-gradient:linear-gradient(135deg, #e0e7ff 0%, #ede9fe 100%);--transition-speed:.3s}[data-theme=dark]{--background:#090d16;--surface:#111827;--surface-secondary:#1f2937;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent:#818cf8;--accent-hover:#6366f1;--accent-light:#818cf81a;--accent-border:#818cf833;--border:#1f2937;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0006;--shadow-xl:0 20px 25px -5px #0009, 0 10px 10px -5px #00000080;--highlight-bg:#fde04740;--highlight-color:#f9fafb;--scrollbar-thumb:#374151;--scrollbar-track:#111827;--header-bg:#090d16d9;--hero-gradient:linear-gradient(135deg, #1e1b4b 0%, #2e1065 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--background);color:var(--text-secondary);transition:background-color var(--transition-speed), color var(--transition-speed);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-header{z-index:50;background-color:var(--header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background-color var(--transition-speed), border-color var(--transition-speed);justify-content:space-between;align-items:center;padding:.85rem 1.75rem;display:flex;position:sticky;top:0}.brand{-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.brand-icon{color:#fff;width:2.5rem;height:2.5rem;font-family:var(--font-heading);border-radius:.6rem;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 10px #00000026}.brand-text{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.brand-tagline{color:var(--text-muted);border-left:1px solid var(--border);margin-left:.25rem;padding-left:.75rem;font-size:.75rem;font-weight:500}.header-actions{align-items:center;gap:.75rem;display:flex}.btn{border:1px solid var(--border);background-color:var(--surface);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{background-color:var(--surface-secondary);border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.btn-primary{background-color:var(--accent);color:#fff;border-color:#0000}.btn-primary:hover{background-color:var(--accent-hover);color:#fff;box-shadow:0 4px 12px #4f46e54d}.btn-full{width:100%}.btn-icon-only{aspect-ratio:1;border-radius:.5rem;padding:.5rem}.landing-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.landing-hero{text-align:center;margin-bottom:3.5rem}.pill-badge{background-color:var(--accent-light);color:var(--accent);border:1px solid var(--accent-border);letter-spacing:.05em;text-transform:uppercase;border-radius:2rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:3rem;font-weight:800;line-height:1.15}.landing-subtitle{color:var(--text-muted);max-width:650px;margin:0 auto 2rem;font-size:1.15rem}.search-bar-wrapper{max-width:500px;margin:0 auto;position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.landing-search-input{border:1px solid var(--border);background-color:var(--surface);width:100%;color:var(--text-primary);box-shadow:var(--shadow-md);border-radius:.75rem;padding:.85rem 2.5rem .85rem 2.75rem;font-size:.95rem;transition:all .2s}.landing-search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light), var(--shadow-md);outline:none}.search-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.9rem;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.apps-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.app-card{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);cursor:pointer;border-radius:1rem;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.app-card:hover{box-shadow:var(--shadow-xl);border-color:var(--accent-border);transform:translateY(-6px)}.app-card-banner{justify-content:space-between;align-items:flex-start;height:120px;padding:1rem;display:flex;position:relative}.app-card-badge{-webkit-backdrop-filter:blur(8px);color:#fff;background-color:#fff3;border:1px solid #ffffff4d;border-radius:1rem;padding:.25rem .6rem;font-size:.7rem;font-weight:600}.app-card-icon{color:#fff;width:3.5rem;height:3.5rem;font-family:var(--font-heading);border:3px solid var(--surface);border-radius:.75rem;justify-content:center;align-items:center;font-size:1.75rem;font-weight:800;display:flex;position:absolute;bottom:-1.75rem;left:1.5rem;box-shadow:0 8px 16px #0003}.app-card-content{flex-direction:column;flex:1;padding:2.25rem 1.5rem 1.5rem;display:flex}.app-card-header{margin-bottom:.75rem}.app-card-title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.4rem;font-weight:700;line-height:1.2}.app-card-pkg{color:var(--text-muted);font-family:monospace;font-size:.75rem}.app-card-desc{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.app-card-features{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.feature-chip{background-color:var(--surface-secondary);color:var(--text-secondary);border-radius:.375rem;padding:.2rem .55rem;font-size:.725rem;font-weight:500}.feature-chip.alt{background-color:var(--accent-light);color:var(--accent)}.app-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.last-updated-text{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.btn-policy{gap:.4rem;padding:.45rem .85rem;font-size:.8rem}.layout-body{flex:1;gap:2rem;width:100%;max-width:1350px;margin:0 auto;padding:2rem 1.5rem;display:flex}.sidebar{flex-direction:column;flex-shrink:0;gap:1.25rem;width:280px;height:calc(100vh - 7rem);display:flex;position:sticky;top:5.5rem}.sidebar-card{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1rem}.sidebar-card-title{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:flex}.search-container{position:relative}.search-icon-left{color:var(--text-muted);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input{border:1px solid var(--border);background-color:var(--surface-secondary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.45rem 2rem .45rem 2.25rem;font-size:.85rem}.search-input:focus{border-color:var(--accent);outline:none}.toc-list{flex-direction:column;gap:.25rem;list-style:none;display:flex}.toc-link{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;border-radius:.375rem;padding:.35rem .6rem;font-size:.825rem;text-decoration:none;transition:all .2s;display:block;overflow:hidden}.toc-link:hover,.toc-link.active{background-color:var(--accent-light);color:var(--accent);font-weight:600}.contact-item{flex-direction:column;display:flex}.contact-label{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.contact-value{color:var(--text-primary);font-size:.85rem;font-weight:600}.copy-wrapper{margin-top:.75rem}.copy-btn{border:1px dashed var(--accent-border);background-color:var(--accent-light);width:100%;color:var(--accent);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;padding:.45rem;font-size:.775rem;font-weight:600;transition:all .2s;display:inline-flex}.copy-btn:hover{background-color:var(--accent);color:#fff}.content-pane{flex:1;min-width:0}.policy-hero{background:var(--hero-gradient);border:1px solid var(--border);color:#fff;box-shadow:var(--shadow-md);border-radius:1rem;margin-bottom:2rem;padding:2.25rem}.policy-title{font-family:var(--font-heading);letter-spacing:-.025em;color:#fff;margin-bottom:.4rem;font-size:2.5rem;font-weight:800}.policy-subtitle{opacity:.92;max-width:700px;margin-bottom:1.5rem;font-size:1.1rem}.meta-grid{border-top:1px solid #fff3;flex-wrap:wrap;gap:1.5rem;padding-top:1.25rem;display:flex}.meta-item{flex-direction:column;display:flex}.meta-label{text-transform:uppercase;opacity:.8;letter-spacing:.05em;font-size:.725rem}.meta-value{font-size:.9rem;font-weight:600}.prose{background-color:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:2.5rem}.prose-section{margin-bottom:2.5rem;scroll-margin-top:6.5rem}.prose-section:last-child{margin-bottom:0}.prose-section h2{font-family:var(--font-heading);color:var(--text-primary);border-bottom:2px solid var(--accent-light);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:700}.prose-section p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.prose-section ul{margin:.75rem 0 1.25rem 1.5rem}.prose-section li{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem}.highlight{background-color:var(--highlight-bg);color:var(--highlight-color);border-radius:.2rem;padding:.1rem .25rem;font-weight:600}.iap-callout-box{background-color:var(--surface-secondary);border-left:4px solid var(--accent);border-radius:.5rem;margin:1.25rem 0;padding:1.25rem}.third-party-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1.25rem 0;display:grid}.third-party-card{background-color:var(--surface-secondary);border:1px solid var(--border);border-radius:.6rem;flex-direction:column;justify-content:space-between;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.third-party-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.third-party-title{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.9rem;font-weight:700;display:flex}.third-party-desc{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.third-party-link{color:var(--accent);font-size:.75rem;font-weight:600}.contact-card-box{background-color:var(--surface-secondary);border:1px solid var(--border);border-radius:.6rem;margin-top:1rem;padding:1.25rem}.contact-card-box p{margin-bottom:.4rem}.mobile-toc-toggle{z-index:60;background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;width:3.25rem;height:3.25rem;display:none;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 20px #0000004d}.main-footer{border-top:1px solid var(--border);background-color:var(--surface);margin-top:auto;padding:1.75rem 1.5rem}.footer-content{max-width:1200px;color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.875rem;display:flex}@media (width<=900px){.layout-body{flex-direction:column;padding:1.25rem}.sidebar{z-index:100;background-color:var(--background);width:280px;height:100vh;box-shadow:var(--shadow-xl);padding:1.5rem 1rem;transition:left .3s;position:fixed;top:0;left:-300px}.sidebar.open{left:0}.sidebar-overlay{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.open{display:block}.mobile-toc-toggle{justify-content:center;align-items:center;display:flex}.landing-title{font-size:2.25rem}.brand-tagline{display:none}}@media print{.main-header,.sidebar,.mobile-toc-toggle,.main-footer,.header-actions{display:none!important}.layout-body{margin:0;padding:0}.prose{box-shadow:none;border:none;padding:0}body{color:#000!important;background-color:#fff!important}}
