.legal-dialog-overlay{-webkit-backdrop-filter:blur(4px);z-index:10000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out dialogFadeIn;display:flex;position:fixed;inset:0}@keyframes dialogFadeIn{0%{opacity:0}to{opacity:1}}.legal-dialog{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;animation:.3s ease-out dialogSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes dialogSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.legal-dialog-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.legal-dialog-header h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.legal-dialog-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem .5rem;font-size:1.75rem;line-height:1;transition:background-color .2s;display:flex}.legal-dialog-close:hover{color:#111827;background-color:#f3f4f6}.legal-dialog-content{color:#374151;flex:1;padding:1.5rem 2rem;line-height:1.7;overflow-y:auto}.legal-dialog-content h2{color:#111827;border-bottom:1px solid #e5e7eb;margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.legal-dialog-content h3{color:#374151;margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600}.legal-dialog-content p{margin-bottom:1rem}.legal-dialog-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-dialog-content li{margin-bottom:.5rem}.legal-dialog-content a{color:#4f46e5;text-decoration:none}.legal-updated{color:#6b7280;margin-bottom:2rem;font-size:.875rem;font-style:italic}@media (max-width:768px){.legal-dialog-overlay{align-items:flex-start;padding:1.5rem .5rem .5rem}.legal-dialog{border-radius:12px;max-height:calc(100vh - 3rem)}.legal-dialog-header{padding:1rem 1.25rem}.legal-dialog-content{padding:1.25rem}}html.dark .legal-dialog{background:#1e1e2e;box-shadow:0 25px 50px -12px #00000080}html.dark .legal-dialog-header{border-bottom-color:#334155}html.dark .legal-dialog-header h2{color:#f1f5f9}html.dark .legal-dialog-close{color:#94a3b8}html.dark .legal-dialog-close:hover{color:#f1f5f9;background-color:#334155}html.dark .legal-dialog-content{color:#cbd5e1}html.dark .legal-dialog-content h2{color:#f1f5f9;border-bottom-color:#334155}html.dark .legal-dialog-content h3{color:#e2e8f0}html.dark .legal-dialog-content a{color:#818cf8}
