@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--font:"Inter", "Segoe UI", system-ui, sans-serif;--color-primary:#29a9f5;--color-primary-rgb:41, 169, 245;--color-bg:#fff;--color-bg-muted:#f8f7f6;--color-bg-subtle:#f4f2f1;--color-text:#0c0a09;--color-muted:#78716c;--color-border:#e7e5e4;--color-red:#ef4444;--color-red-rgb:239, 68, 68;--color-green:#22c55e;--color-green-rgb:34, 197, 94;--color-yellow:#f59e0b;--color-yellow-rgb:245, 158, 11;--color-orange:#f97316;--color-orange-rgb:249, 115, 22;--color-purple:#7c3aed;--color-purple-rgb:124, 58, 237;--color-teal:#0d9488;--color-teal-rgb:13, 148, 136;--color-pink:#f472b6;--color-pink-rgb:244, 114, 182;--radius:.5rem;--radius-sm:.375rem;--radius-lg:.75rem;font-family:var(--font);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;font-weight:400;line-height:1.6}*,:before,:after{box-sizing:border-box}body{background:var(--color-bg-muted);margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--color-text);margin:0;font-weight:600}p{margin:0}strong{color:var(--color-text);font-weight:600}.wrapper{width:100%;max-width:1800px;margin:0 auto;padding:0 1.5rem}.policy-page{background:#f3f4f6;flex:1;padding-bottom:5rem}.topbar{background:#0b0f1e;padding:.7rem 0}.topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.topbar-brand{align-items:center;gap:.9rem;min-width:0;display:flex}.brand-logo{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.3rem .55rem;display:inline-flex}.brand-logo img{object-fit:contain;width:auto;height:42px;display:block}.brand-name{color:#fff;letter-spacing:.01em;font-size:.95rem;font-weight:600}.topbar-nav{align-items:center;gap:.4rem;display:flex}.topbar-nav a{border-radius:var(--radius);color:#ffffffa6;align-items:center;padding:.42rem .95rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.topbar-nav a:hover{color:#fff;background:#ffffff14}.topbar-nav a.active{background:var(--accent-color);color:#fff;font-weight:600}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:2.25rem;display:flex}.page-head-left{align-items:center;gap:.6rem;display:flex}.page-icon{color:var(--color-text);display:inline-flex}.page-title{letter-spacing:-.01em;margin:0;font-size:1.45rem;font-weight:700}.page-meta{color:var(--color-muted);margin:0;font-size:.8rem}.policy-container{flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.policy-intro,.policy-section{border-radius:var(--radius-lg);background:#fff;border:1px solid #e5e7eb;padding:1.6rem 2rem;box-shadow:0 1px 2px #1018280a}.policy-intro p{color:var(--color-muted);margin:0 0 .75rem;font-size:.9rem;line-height:1.75}.policy-intro p:last-child{margin-bottom:0}.policy-intro strong,.section-body strong{color:var(--color-text);font-weight:600}.policy-intro a,.section-body a{color:var(--accent-color);text-underline-offset:2px;text-decoration:underline}.policy-section{gap:1.25rem;display:flex}.section-number{background:rgba(var(--accent-rgb), .1);width:28px;height:28px;color:var(--accent-color);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.75rem;font-weight:700;display:flex}.section-body{flex:1;min-width:0}.section-title{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);margin:0 0 .875rem;font-size:.8rem;font-weight:600}.section-body>p{color:var(--color-muted);margin:0 0 .5rem;font-size:.9rem;line-height:1.75}.section-body>p:last-child{margin-bottom:0}.policy-sub-list{flex-direction:column;gap:.35rem;margin:0 0 .5rem;padding:0;list-style:none;display:flex}.policy-sub-list:last-child{margin-bottom:0}.policy-sub-list li{color:var(--color-muted);padding-left:1.25rem;font-size:.875rem;line-height:1.65;position:relative}.policy-sub-list li:before{content:"•";color:var(--accent-color);font-size:1rem;line-height:1.5;position:absolute;left:.3rem}p.policy-category{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-color);margin:1.1rem 0 .4rem;font-size:.7rem;font-weight:600}.policy-category:first-child{margin-top:0}.accent-blue{--accent-color:var(--color-primary,#29a9f5);--accent-rgb:var(--color-primary-rgb,41, 169, 245)}.accent-red{--accent-color:var(--color-red,#ef4444);--accent-rgb:var(--color-red-rgb,239, 68, 68)}@media (width<=640px){.topbar-inner{text-align:center;justify-content:center}.topbar-brand{flex-direction:column;gap:.5rem}.page-head{padding-top:1.5rem}.policy-container{padding-top:1.25rem}.policy-intro,.policy-section{padding:1.25rem}.policy-section{flex-direction:column;gap:1rem}.section-number{width:24px;height:24px;font-size:.7rem}}
