:root{--bg-color: #020617;--text-color: #f8fafc;--primary-blue: #3b82f6;--primary-purple: #a855f7}body{background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;margin:0;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--bg-color);z-index:-2}html,#root{background-color:var(--bg-color);min-height:100%}.bg-layer{opacity:0;transition:opacity .15s ease}body.bg-ready .bg-layer{opacity:1}h1,h2,h3,h4,h5,h6{line-height:1.2!important}.perspective-grid-container{position:fixed;width:100%;height:100vh;overflow:hidden;z-index:-2;perspective:600px;background:radial-gradient(circle at 50% 0%,#1e293b,#020617 60%)}.perspective-grid{position:absolute;width:200%;height:200%;left:-50%;top:-50%;background-image:linear-gradient(rgba(56,189,248,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,.05) 1px,transparent 1px);background-size:60px 60px;transform:rotateX(75deg);transform-origin:center center;mask-image:linear-gradient(to bottom,transparent 0%,black 40%,black 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 40%,black 80%,transparent 100%)}.bg-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;z-index:-1;will-change:transform;animation:blob 25s infinite}@media(max-width:768px){.bg-blob{opacity:.25;filter:blur(60px);width:300px!important;height:300px!important}.perspective-grid{background-size:40px 40px}}.glass-card{background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(300px,-150px) scale(1.2)}66%{transform:translate(-200px,200px) scale(.8)}to{transform:translate(0) scale(1)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes gradient-x{0%,to{background-size:200% 200%;background-position:left center}50%{background-size:200% 200%;background-position:right center}}@keyframes nav-pill{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-blob{animation:blob 25s infinite}.animate-shimmer{animation:shimmer 2s linear infinite}.animate-gradient-x{animation:gradient-x 3s ease infinite}.help-article-content{display:grid;gap:1rem;line-height:1.8}.help-article-content p{margin:0;color:#cbd5f5dd}.help-article-content h3{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;color:#e2e8f0;border-left:2px solid rgba(59,130,246,.35);padding-left:.75rem;line-height:1.4}.help-article-content h4{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;color:#e5e7eb}.help-article-content ul,.help-article-content ol{margin:.5rem 0 1rem;padding-left:1.25rem;color:#cbd5f5dd}.help-article-content li{margin-bottom:.35rem}.help-article-content strong{color:#fff;font-weight:700}.help-article-content a{color:#60a5fa;text-decoration:none}.help-article-content a:hover{text-decoration:underline}.policy-content{display:grid;gap:1.15rem;line-height:1.85;color:#e2e8f0e0;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.policy-content h2{margin-top:2.25rem;margin-bottom:.25rem;font-size:1.6rem;font-weight:800;color:#f8fafc;border-left:3px solid rgba(16,185,129,.35);padding-left:.85rem}.policy-content h3{margin-top:1.25rem;margin-bottom:.25rem;font-size:1.1rem;font-weight:700;color:#e2e8f0}.policy-content ul,.policy-content ol{margin:.35rem 0 .75rem;padding-left:1.25rem}.policy-content li{margin-bottom:.35rem}.policy-content strong{color:#fff;font-weight:700}.policy-content address{font-style:normal;line-height:1.8;color:#e2e8f0d9}.policy-content blockquote{margin:0;padding:.9rem 1rem;border-left:3px solid rgba(59,130,246,.5);background:#0f172ab3;border-radius:.85rem;color:#e2e8f0e6}.policy-table{border:1px solid rgba(148,163,184,.25);border-radius:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#0f172a99}.policy-table table{width:100%;min-width:700px;border-collapse:collapse}.policy-table th,.policy-table td{padding:.85rem;border-bottom:1px solid rgba(148,163,184,.2);vertical-align:top;font-size:.85rem}.policy-table th{text-align:left;background:#1e293bcc;color:#e2e8f0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.policy-table tr:last-child td{border-bottom:none}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--primary-blue);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.875rem;z-index:9999;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:1rem;outline:3px solid white;outline-offset:2px}:focus-visible{outline:3px solid var(--primary-blue);outline-offset:2px}a:focus-visible,button:focus-visible,[role=button]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--primary-blue);outline-offset:2px;box-shadow:0 0 0 6px #3b82f640}input:focus,select:focus,textarea:focus{outline:none}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--primary-blue);outline-offset:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-blob,.animate-shimmer,.animate-gradient-x,.bg-blob{animation:none!important}.perspective-grid{transform:none!important;mask-image:none!important;-webkit-mask-image:none!important}}@media(prefers-contrast:high){:root{--bg-color: #000000;--text-color: #ffffff}a,button{text-decoration:underline}}html.a11y-high-contrast{--bg-color: #000000;--text-color: #ffffff}html.a11y-high-contrast body,html.a11y-high-contrast .bg-slate-900,html.a11y-high-contrast .bg-slate-900\/40,html.a11y-high-contrast .bg-slate-900\/50,html.a11y-high-contrast .bg-slate-950,html.a11y-high-contrast .bg-slate-950\/70,html.a11y-high-contrast .bg-slate-950\/90{background-color:#000!important}html.a11y-high-contrast .text-slate-300,html.a11y-high-contrast .text-slate-400,html.a11y-high-contrast .text-slate-500{color:#e2e8f0!important}html.a11y-high-contrast .border-white\/5,html.a11y-high-contrast .border-white\/10,html.a11y-high-contrast .border-slate-800,html.a11y-high-contrast .border-slate-900{border-color:#475569!important}html.a11y-high-contrast a,html.a11y-high-contrast button{text-decoration:underline}html.a11y-reduced-motion *,html.a11y-reduced-motion *:before,html.a11y-reduced-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html.a11y-reduced-motion .animate-blob,html.a11y-reduced-motion .animate-shimmer,html.a11y-reduced-motion .animate-gradient-x,html.a11y-reduced-motion .bg-blob{animation:none!important}html.a11y-highlight-links a:not(.skip-link){text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}html.a11y-highlight-links a:not(.skip-link):hover{background-color:#3b82f633!important;border-radius:4px;padding:2px 4px;margin:-2px -4px}html.a11y-highlight-links a:focus-visible{outline:3px solid #3b82f6!important;outline-offset:4px!important}
