:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #ec4899;--dark: #0f172a;--light: #f8fafc;--gray: #64748b;--font-sans: "Inter", sans-serif;--font-display: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--light);color:var(--dark);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 4px 14px #6366f163}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f13b}.section{padding:5rem 0}.legal-page h1{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:var(--dark)}.legal-subtitle{color:var(--gray);font-size:.95rem;margin-bottom:.25rem}.legal-updated{color:var(--gray);font-size:.85rem;font-style:italic;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.legal-page section{margin-bottom:2rem}.legal-page h2{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--dark)}.legal-page h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem;color:var(--dark)}.legal-page p{margin-bottom:.75rem;color:#334155;line-height:1.7}.legal-page ul,.legal-page ol{margin-bottom:.75rem;padding-left:1.5rem}.legal-page li{margin-bottom:.4rem;color:#334155;line-height:1.6}.legal-page a{color:var(--primary);text-decoration:underline}.legal-address{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem 1.25rem;font-style:normal;line-height:1.8;margin-bottom:1rem}.legal-table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.9rem}.legal-table th,.legal-table td{border:1px solid #e2e8f0;padding:.75rem 1rem;text-align:left}.legal-table th{background-color:#f1f5f9;font-weight:600;color:var(--dark)}.legal-table td{color:#334155}.deletion-method{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.25rem;margin-bottom:1rem}.deletion-method h3{margin-top:0}
